@import url(preloader.css);
@import url(font-awesome5.css);
@import url(pe-icon-7-stroke.css);
@import url(flaticon-set-current-theme.css);
@import url(flaticon-set-communication.css);
@import url("https://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700,800|Poppins:400,500,600,700,800,900");

@font-face {
  font-family: 'Futura Bk';
  src: url('fonts/Futura-Book.woff2') format('woff2'),
    url('fonts/Futura-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Bk';
  src: url('fonts/Futura-Bold.woff2') format('woff2'),
    url('fonts/Futura-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('fonts/SegoeUI-Light.woff2') format('woff2'),
    url('fonts/SegoeUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('fonts/SegoeUI-Bold.woff2') format('woff2'),
    url('fonts/SegoeUI-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*
*/
/*------------------------------------------------------------------

* ===============================================
*/
/*
 * reset.scss
 * -----------------------------------------------
*/
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: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {


  outline: none !important;
}

::placeholder {
  color: #000;
}

body {
  line-height: 24px;
  color: #141414;
  font-size: 16px;
  font-family: 'Segoe UI';
  font-weight: 400;
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #141414;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a:hover,
a:focus {
  color: #141414;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* -------- Headings ---------- */
h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 1.8rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}

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: #222222;
}

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: 'Segoe UI';
  margin-bottom: 1rem;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: 'Segoe UI';
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 10px;
}

p a:hover,
p a:focus {
  text-decoration: underline;
}

.font-current-theme1 {
  font-family: 'Segoe UI';
}

.font-current-theme2 {
  font-family: 'Segoe UI';
}

.wp-block-quote {
  margin: 20px 0;
}

.post-content ul>li,
.post-content ol>li,
.post-excerpt ul>li,
.post-excerpt ol>li,
.wpb_text_column ul>li,
.wpb_text_column ol>li {
  margin-bottom: 12px;
}

.post-content ul>li>ul,
.post-content ul>li>ol,
.post-content ol>li>ul,
.post-content ol>li>ol,
.post-excerpt ul>li>ul,
.post-excerpt ul>li>ol,
.post-excerpt ol>li>ul,
.post-excerpt ol>li>ol,
.wpb_text_column ul>li>ul,
.wpb_text_column ul>li>ol,
.wpb_text_column ol>li>ul,
.wpb_text_column ol>li>ol {
  margin-top: 12px;
}

/*Drop Caps*/
.drop-caps>p {
  text-align: justify;
}

.drop-caps>p:first-child:first-letter {
  color: #333;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}

.drop-caps.text-colored>p:first-child:first-letter {
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}

.drop-caps.border>p:first-child:first-letter {
  border: 1px solid;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

.drop-caps.border-rounded>p:first-child:first-letter {
  border: 1px solid;
  border-radius: 50%;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

.drop-caps.colored-square>p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

.drop-caps.colored-rounded>p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}

.drop-caps.dark-square>p:first-child:first-letter {
  background: #222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

.drop-caps.dark-rounded>p:first-child:first-letter {
  background: #222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}

/*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;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 3px;
}

.hr-divider {
  margin: 20px 0;
}

pre {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 10px 20px;
}

.description-list dt {
  color: #222222;
}

/* -------- 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;
}

/* -------- Background Video ---------- */
.bg-video {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}

.bg-video .video {
  height: 100%;
  left: 0;
  margin: 0 !important;
  position: relative;
  top: 0;
  width: 100%;
}

.bg-video .video .mbYTP_wrapper {
  z-index: -1 !important;
}

/* -------- Box Table ---------- */
.display-table-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* -------- 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;
}

.section-typo-dark,
.section-typo-dark h1,
.section-typo-dark h2,
.section-typo-dark h3,
.section-typo-dark h4,
.section-typo-dark h5,
.section-typo-dark h6,
.section-typo-dark p,
.section-typo-dark label,
.section-typo-dark a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link),
.section-typo-dark a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):hover {
  color: #222222 !important;
}

/* table */
.main-content-area table,
.comment-body .comment-text table {
  width: 100%;
  margin: 0 0 40px;
}

.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;
}

.section-bg-diagonal-1 {
  background-image: linear-gradient(145deg, transparent 50%, #f6f8fd 50%);
}

.section-bg-diagonal-2 {
  background-image: linear-gradient(325deg, transparent 50%, #f6f8fd 50%);
}

.section-bg-diagonal-3 {
  background-image: linear-gradient(165deg, transparent 50%, #f6f8fd 50%);
}

.section-bg-diagonal-4 {
  background-image: linear-gradient(345deg, transparent 50%, #f6f8fd 50%);
}



.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;
}

.box-shadow {
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.1) !important;
}

.hover-box-shadow:hover {
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.1) !important;
}

.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 !important;
  color: transparent !important;
  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;
}




.tm-sidebar .vc-row-tm-section-padding {
  padding-top: 0;
  padding-bottom: 0;
}

body.tm_wpb_vc_js_status_false .main-content-area,
body.tm_wpb_vc_js_status_false .sidebar-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

@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 !important;
}

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: 100px;
  padding-bottom: 100px;
}

@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: 100px;
  padding-bottom: 100px;
}

@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;
}

#header .header-top>.container>.row>div {
  max-width: 100%;
}

header#header .header-top .element {
  display: inline-block;
  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):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 !important;
  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 {
  margin: 20px 30px 20px 0;
  float: left;
  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: 1.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: 230px;
  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;
}

.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px;
}

/* 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: 60px;
  height: 46px;
  padding: 13px 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 20px 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;
  }

  /* Brand */
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55;
  }

  /* Show/hide button */
  .menuzord-responsive .showhide {
    margin: 0;
  }

  /* 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: 40px !important;
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 60px !important;
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 80px !important;
  }

  /* Dropdown/megamenu indicators */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5;
    border-right: 0;
  }

  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    left: auto;
    font-size: 18px;
    line-height: 36px;
  }

  /* 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%;
  }
}

/* CSS3 ANIMATIONS */
.zoom-in {
  -webkit-animation: zoomIn 400ms ease both;
  -moz-animation: zoomIn 400ms ease both;
  -o-animation: zoomIn 400ms ease both;
  animation: zoomIn 400ms ease both;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes zoomIn {
  0% {
    -moz-transform: scale(1.5);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.zoom-out {
  -webkit-animation: zoomOut 400ms ease both;
  -moz-animation: zoomOut 400ms ease both;
  -o-animation: zoomOut 400ms ease both;
  animation: zoomOut 400ms ease both;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale(0.6);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes zoomOut {
  0% {
    -o-transform: scale(0.6);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}

.drop-up {
  -webkit-animation: drop-up 400ms ease both;
  -moz-animation: drop-up 400ms ease both;
  -o-animation: drop-up 400ms ease both;
  animation: drop-up 400ms ease both;
}

@-webkit-keyframes drop-up {
  0% {
    -webkit-transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes drop-up {
  0% {
    -moz-transform: translateY(100px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes drop-up {
  0% {
    -o-transform: translateY(100px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes drop-up {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

.drop-left {
  -webkit-animation: drop-left 400ms ease both;
  -moz-animation: drop-left 400ms ease both;
  -o-animation: drop-left 400ms ease both;
  animation: drop-left 400ms ease both;
}

@-webkit-keyframes drop-left {
  0% {
    -webkit-transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes drop-left {
  0% {
    -moz-transform: translateX(-100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes drop-left {
  0% {
    -o-transform: translateX(-100px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes drop-left {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: swing 400ms ease-out both;
  -moz-animation: swing 400ms ease-out both;
  -o-animation: swing 400ms ease-out both;
  animation: swing 400ms ease-out both;
}

@-webkit-keyframes swing {

  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }

  40% {
    -moz-transform: rotate(-10deg);
  }

  60% {
    -moz-transform: rotate(5deg);
  }

  80% {
    -moz-transform: rotate(-5deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }

  40% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(5deg);
  }

  80% {
    -o-transform: rotate(-5deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.flip-animation {
  -webkit-animation: flip-animation 700ms ease both;
  -moz-animation: flip-animation 700ms ease both;
  -o-animation: flip-animation 700ms ease both;
  animation: flip-animation 700ms ease both;
}

@-webkit-keyframes flip-animation {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-animation {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.roll-in {
  -webkit-animation: roll-in 400ms ease both;
  -moz-animation: roll-in 400ms ease both;
  -o-animation: roll-in 400ms ease both;
  animation: roll-in 400ms ease both;
}

@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    -ms-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.stretch {
  -webkit-animation: stretch 500ms ease both;
  -moz-animation: stretch 500ms ease both;
  -o-animation: stretch 500ms ease both;
  animation: stretch 500ms ease both;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretch {
  0% {
    transform: scaleX(0.3);
  }

  40% {
    transform: scaleX(1.02);
  }

  60% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleX(0.3);
  }

  40% {
    -webkit-transform: scaleX(1.02);
  }

  60% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(1);
  }
}

@-o-keyframes stretch {
  0% {
    -o-transform: scaleX(0.3);
  }

  40% {
    -o-transform: scaleX(1.02);
  }

  60% {
    -o-transform: scaleX(0.98);
  }

  80% {
    -o-transform: scaleX(1.01);
  }

  100% {
    -o-transform: scaleX(0.98);
  }

  80% {
    -o-transform: scaleX(1.01);
  }

  100% {
    -o-transform: scaleX(1);
  }
}

body.tm-dark-layout .menuzord-container {
  background-color: #151515;
}

body.tm-dark-layout .menuzord-container .menuzord-menu>li>a {
  color: #888;
}

@media (max-width: 1199.98px) {
  body {
    transition: all 0.5s ease;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  body {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  body #top-primary-nav-clone {
    opacity: 0;
  }

  body .header-nav-wrapper {
    left: 0%;
  }

  body.menuzord-menu-open {
    left: -70%;
  }

  body.menuzord-menu-open .header-nav-wrapper {
    left: -70% !important;
  }

  body.menuzord-menu-open #top-primary-nav-clone {
    opacity: 1;
    background-color: #333;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
  }

  body.menuzord-menu-open .menuzord .showhide em:nth-child(2) {
    display: none;
  }

  body.menuzord-menu-open .menuzord .showhide em:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    position: absolute;
  }

  body.menuzord-menu-open .menuzord .showhide em:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    position: absolute;
  }
}

/*
 * header-other.scss
 * -----------------------------------------------
*/
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 {
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .header-nav .header-nav-wrapper.navbar-scrolltofixed {
    transition: none;
  }
}

.header-nav .header-nav-col-row> :first-child {
  padding-left: 15px;
}

.header-nav .header-nav-col-row> :last-child {
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  .header-nav .header-nav-col-row>div {
    width: auto;
    max-width: none;
  }
}

#top-primary-nav.menuzord,
#top-primary-nav-clone.menuzord {
  padding: 0;
}

#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: #333;
    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: #363636;
    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;
}

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;
  }
}

@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;
  }
}

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-style1 {
  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-style1 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style1 .header-top {
  background: rgba(21, 21, 21, 0.6);
}

header#header.header-layout-type-header-2rows-floating-header-style1 .header-nav {
  background: rgba(21, 21, 21, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style1 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-style1 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style1 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style1 .menuzord-menu>li {
  padding: 25px 0 !important;
}

header#header.header-layout-type-header-2rows-floating-header-style1 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style1 .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-style1 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style1 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style1 .menuzord-menu>li {
    padding: 0 !important;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style1.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-style1.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style1.header-bg-dark-shadow .header-top {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style1.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-style1.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-style1.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-style1.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-style1.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-style1.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-style1.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-style1.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-style1.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style1.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style1.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style1.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style2 {
  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-style2 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style2 .header-top {
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style2 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-style2 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style2 .header-nav {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style2 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style2 .menuzord-menu>li {
  padding: 25px 0 !important;
}

header#header.header-layout-type-header-2rows-floating-header-style2 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style2 .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-style2 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style2 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style2 .menuzord-menu>li {
    padding: 0 !important;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style2.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-style2.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style2.header-bg-dark-shadow .header-top {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style2.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-style2.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-style2.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-style2.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-style2.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-style2.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-style2.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-style2.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-style2.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style2.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style2.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style2.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style3 {
  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-style3 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style3 .header-top {
  background: rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style3 .header-top .container>.row>div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style3 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-style3 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style3 .header-nav {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style3 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style3 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style3 .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-style3 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style3 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style3.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-style3.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style3.header-bg-dark-shadow .header-top {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style3.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-style3.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-style3.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-style3.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-style3.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-style3.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-style3.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-style3.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-style3.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style3.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style3.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style3.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style4 {
  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-style4 {
    position: relative;
  }
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style4 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-style4 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style4 .header-nav {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style4 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style4 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style4 .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-style4 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style4 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style4.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-style4.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style4.header-bg-dark-shadow .header-top {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style4.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-style4.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-style4.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-style4.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-style4.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-style4.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-style4.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-style4.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-style4.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style4.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style4.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style4.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style5 {
  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-style5 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5 .header-top {
  background: rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle {
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle .header-mid-left {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle .menuzord-brand {
  margin: 30px 30px 30px 0;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle .menuzord-brand {
    margin-top: 10px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-2rows-floating-header-style5 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5 .header-nav {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style5 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style5 .menuzord-menu>li {
  padding: 15px 0;
}

header#header.header-layout-type-header-2rows-floating-header-style5 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style5 .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-style5 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style5 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-2rows-floating-header-style5 .menuzord-menu>li {
    padding: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5.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-style5.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle .element,
header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle a,
header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle h1,
header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle h2,
header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle h3,
header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle h4,
header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle h5,
header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-dark-shadow .header-middle h6 {
  color: #fff !important;
}

header#header.header-layout-type-header-2rows-floating-header-style5.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-style5.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-style5.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-style5.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-style5.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-style5.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-style5.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-style5.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-style5.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style5.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style6 {
  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-style6 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6 .header-top {
  background: rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle {
  background: rgba(21, 21, 21, 0.6);
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle .header-mid-left {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle .menuzord-brand {
  margin: 30px 30px 30px 0;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle .menuzord-brand {
    margin-top: 10px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-2rows-floating-header-style6 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6 .header-nav {
  background: rgba(21, 21, 21, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-style6 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style6 .menuzord-menu>li {
  padding: 15px 0;
}

header#header.header-layout-type-header-2rows-floating-header-style6 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style6 .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-style6 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style6 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-2rows-floating-header-style6 .menuzord-menu>li {
    padding: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6.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-style6.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle .element,
header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle a,
header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle h1,
header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle h2,
header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle h3,
header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle h4,
header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle h5,
header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-dark-shadow .header-middle h6 {
  color: #fff !important;
}

header#header.header-layout-type-header-2rows-floating-header-style6.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-style6.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-style6.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-style6.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-style6.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-style6.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-style6.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-style6.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-style6.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style6.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style7 {
  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-style7 {
    position: relative;
  }
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle {
    padding-bottom: 20px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle .menuzord-brand {
  margin: 30px 30px 30px 0;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle .menuzord-brand {
    margin-top: 10px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-2rows-floating-header-style7 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .header-top+.header-nav {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .header-nav .header-nav-wrapper .menuzord-container .container {
    background: rgba(21, 21, 21, 0.6);
    border-radius: 5px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style7 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed .menuzord-container .container {
  background: none;
}

header#header.header-layout-type-header-2rows-floating-header-style7 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style7 .menuzord-menu>li {
  padding: 15px 0;
}

header#header.header-layout-type-header-2rows-floating-header-style7 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style7 .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-style7 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style7 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-2rows-floating-header-style7 .menuzord-menu>li {
    padding: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow {
  background-color: transparent;
  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-style7.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle .element,
header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle a,
header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle h1,
header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle h2,
header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle h3,
header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle h4,
header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle h5,
header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-dark-shadow .header-middle h6 {
  color: #fff !important;
}

header#header.header-layout-type-header-2rows-floating-header-style7.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-style7.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-style7.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-style7.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-style7.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-style7.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-style7.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-style7.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-style7.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style7.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style8 {
  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-style8 {
    position: relative;
  }
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle {
    padding-bottom: 20px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle .menuzord-brand {
  margin: 30px 30px 30px 0;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle .menuzord-brand {
    margin-top: 10px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-2rows-floating-header-style8 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8 .header-nav .header-nav-wrapper .menuzord-container .container {
  background: #fff;
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .header-nav .header-nav-wrapper .menuzord-container .container {
    border-radius: 5px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed .menuzord-container .container {
  background: none;
}

header#header.header-layout-type-header-2rows-floating-header-style8 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style8 .menuzord-menu>li {
  padding: 15px 0;
}

header#header.header-layout-type-header-2rows-floating-header-style8 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style8 .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-style8 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style8 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-2rows-floating-header-style8 .menuzord-menu>li {
    padding: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow {
  background-color: transparent;
  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-style8.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle .element,
header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle a,
header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle h1,
header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle h2,
header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle h3,
header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle h4,
header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle h5,
header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-dark-shadow .header-middle h6 {
  color: #fff !important;
}

header#header.header-layout-type-header-2rows-floating-header-style8.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-style8.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style8.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-style9 {
  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-style9 {
    position: relative;
  }
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle {
    padding-bottom: 20px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle .menuzord-brand {
  margin: 30px 30px 30px 0;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle .menuzord-brand {
    margin-top: 10px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-2rows-floating-header-style9 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .header-top+.header-nav {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .header-nav .header-nav-wrapper .menuzord-container .container {
    background: #fff;
    border-radius: 5px;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style9 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed .menuzord-container .container {
  background: none;
}

header#header.header-layout-type-header-2rows-floating-header-style9 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-style9 .menuzord-menu>li {
  padding: 15px 0;
}

header#header.header-layout-type-header-2rows-floating-header-style9 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-style9 .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-style9 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style9 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-2rows-floating-header-style9 .menuzord-menu>li {
    padding: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow {
  background-color: transparent;
  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-style9.header-bg-dark-shadow {
    background-color: #333;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle {
    background-color: #2c2c2c;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle .element,
header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle a,
header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle h1,
header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle h2,
header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle h3,
header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle h4,
header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle h5,
header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-dark-shadow .header-middle h6 {
  color: #fff !important;
}

header#header.header-layout-type-header-2rows-floating-header-style9.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-style9.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-style9.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-style9.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-style9.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-style9.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-style9.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-style9.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-style9.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-style9.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-style9.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-layout-type-header-2rows-floating-header-white-style1 {
  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-style1 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style1 .header-top {
  background: rgba(255, 255, 255, 0.6);
}

header#header.header-layout-type-header-2rows-floating-header-white-style1 .header-nav {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style1 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-white-style1 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style1 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-white-style1 .menuzord-menu>li {
  padding: 25px 0 !important;
}

header#header.header-layout-type-header-2rows-floating-header-white-style1 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-white-style1 .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-style1 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style1 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style1 .menuzord-menu>li {
    padding: 0 !important;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style1.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-style1.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style1.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style1.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style1.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-white-style2 {
  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-style2 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style2 .header-top {
  background: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style2 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-white-style2 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style2 .header-nav {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-white-style2 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-white-style2 .menuzord-menu>li {
  padding: 25px 0 !important;
}

header#header.header-layout-type-header-2rows-floating-header-white-style2 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-white-style2 .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-style2 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style2 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style2 .menuzord-menu>li {
    padding: 0 !important;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style2.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-style2.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style2.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style2.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style2.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-white-style3 {
  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-style3 {
    position: relative;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style3 .header-top {
  background: rgba(255, 255, 255, 0.9);
}

header#header.header-layout-type-header-2rows-floating-header-white-style3 .header-top .container>.row>div {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style3 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-white-style3 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style3 .header-nav {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-white-style3 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-white-style3 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-white-style3 .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-style3 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style3 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style3.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-style3.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style3.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style3.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style3.header-bg-light-shadow .header-top a {
  color: #333;
}

header#header.header-layout-type-header-2rows-floating-header-white-style4 {
  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-style4 {
    position: relative;
  }
}

@media (min-width: 768px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style4 .header-nav {
    margin-top: 20px;
  }

  header#header.header-layout-type-header-2rows-floating-header-white-style4 .header-top+.header-nav {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style4 .header-nav {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header#header.header-layout-type-header-2rows-floating-header-white-style4 .menuzord-menu {
  float: right;
}

header#header.header-layout-type-header-2rows-floating-header-white-style4 .menuzord-menu>li>a {
  font-weight: 500;
  letter-spacing: 0px;
}

header#header.header-layout-type-header-2rows-floating-header-white-style4 .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-style4 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style4 .nav-side-icon-list>li {
    margin-top: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style4.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-style4.header-bg-light-shadow {
    padding-bottom: 0;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style4.header-bg-light-shadow .header-top {
  color: #333;
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-2rows-floating-header-white-style4.header-bg-light-shadow .header-top {
    background-color: #eee;
  }
}

header#header.header-layout-type-header-2rows-floating-header-white-style4.header-bg-light-shadow .header-top a {
  color: #333;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .menuzord-brand {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .menuzord-brand:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1200px;
    z-index: -1;
  }

  header#header.header-layout-type-header-3rows-modern-header-style1 .menuzord-brand:after {
    border-top: 144px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style1 .menuzord-menu>li {
  padding: 20px 0;
}

header#header.header-layout-type-header-3rows-modern-header-style1 .menuzord .showhide {
  float: left;
}

header#header.header-layout-type-header-3rows-modern-header-style1 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .header-middle {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .header-middle {
    padding-bottom: 15px;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style1 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-3rows-modern-header-style1 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-3rows-modern-header-style1 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .header-mid-column3-container {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav-wrapper .header-nav-container-inner {
    position: absolute;
    top: -44px;
    left: 0;
    z-index: 1011;
    padding: 0 15px 0 15px;
    border: 1px solid #eee;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav-wrapper.scroll-to-fixed-fixed .header-nav-container-inner {
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-3rows-modern-header-style1 .menuzord-menu>li {
    padding: 0;
  }

  header#header.header-layout-type-header-3rows-modern-header-style1 .header-middle .menuzord-brand {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav .menuzord-brand-parent {
    display: none;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav .nav-side-icon-parent {
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav .menuzord-brand-parent {
    display: block;
  }

  header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav .menuzord-brand-parent .menuzord-brand {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav .top-nav-parent {
    margin-left: auto;
  }

  header#header.header-layout-type-header-3rows-modern-header-style1 .header-nav .nav-side-icon-parent {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand:before {
    background-color: #F6F3ED;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1200px;
    z-index: -1;
  }

  header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand:after {
    border-left: 0 solid #F6F3ED;
    border-right: 120px solid transparent;
    border-top: 144px solid #F6F3ED;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-menu>li {
  padding: 20px 0;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord .showhide {
  float: left;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .header-middle {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .header-middle {
    padding-bottom: 15px;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .header-mid-column3-container {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav-wrapper .header-nav-container-inner {
    position: absolute;
    top: -44px;
    left: 0;
    z-index: 1011;
    padding: 0 15px 0 15px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav-wrapper.scroll-to-fixed-fixed .header-nav-container-inner {
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-menu>li {
    padding: 0;
  }

  header#header.header-layout-type-header-3rows-modern-header-style2 .header-middle .menuzord-brand {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
    left: 0;
    right: auto;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .navbar-scrolltofixed .menuzord-menu>li>a {
  color: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .navbar-scrolltofixed .menuzord .showhide em {
  background: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .navbar-scrolltofixed .nav-side-icon-list li a i {
  color: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .navbar-scrolltofixed .nav-side-icon-list li .hamburger-box .hamburger-inner,
header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .navbar-scrolltofixed .nav-side-icon-list li .hamburger-box .hamburger-inner:after,
header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .navbar-scrolltofixed .nav-side-icon-list li .hamburger-box .hamburger-inner:before {
  background-color: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .navbar-scrolltofixed .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;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .menuzord-brand-parent {
    display: none;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .nav-side-icon-parent {
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .menuzord-brand-parent {
    display: block;
  }

  header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .menuzord-brand-parent .menuzord-brand {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .top-nav-parent {
    margin-left: auto;
  }

  header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav .nav-side-icon-parent {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .menuzord-brand {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .menuzord-brand:before {
    background-color: #F6F3ED;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1200px;
    z-index: -1;
  }

  header#header.header-layout-type-header-3rows-modern-header-style3 .menuzord-brand:after {
    border-left: 0 solid #F6F3ED;
    border-right: 120px solid transparent;
    border-top: 144px solid #F6F3ED;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style3 .menuzord-menu>li {
  padding: 20px 0;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .menuzord .showhide {
  float: left;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .nav-side-icon-list {
  float: right;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .header-middle {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .header-middle {
    padding-bottom: 15px;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-middle .contact-info .title {
  font-size: 1rem;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-middle .contact-info .subtitle {
  font-size: 0.875rem;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-middle .contact-info .subtitle a {
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .header-mid-column3-container {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav-wrapper .header-nav-container-inner {
    position: absolute;
    top: -44px;
    left: 0;
    z-index: 1011;
    padding: 0 15px 0 15px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav-wrapper.scroll-to-fixed-fixed .header-nav-container-inner {
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none;
  }

  header#header.header-layout-type-header-3rows-modern-header-style3 .menuzord-menu>li {
    padding: 0;
  }

  header#header.header-layout-type-header-3rows-modern-header-style3 .header-middle .menuzord-brand {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .menuzord-brand-parent {
    display: none;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .nav-side-icon-parent {
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .menuzord-brand-parent {
    display: block;
  }

  header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .menuzord-brand-parent .menuzord-brand {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .top-nav-parent {
    margin-left: auto;
  }

  header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .nav-side-icon-parent {
    margin-left: 0;
  }
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .navbar-scrolltofixed .menuzord-menu>li>a {
  color: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .navbar-scrolltofixed .menuzord .showhide em {
  background: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .navbar-scrolltofixed .nav-side-icon-list li a i {
  color: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .navbar-scrolltofixed .nav-side-icon-list li .hamburger-box .hamburger-inner,
header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .navbar-scrolltofixed .nav-side-icon-list li .hamburger-box .hamburger-inner:after,
header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .navbar-scrolltofixed .nav-side-icon-list li .hamburger-box .hamburger-inner:before {
  background-color: #fff;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav .navbar-scrolltofixed .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-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;
  }
}

/*
 *	side-push-panel.scss
 * -----------------------------------------------
*/
.side-push-panel {
  overflow-x: hidden;
  /* -------- Has Side Panel ---------- */
}

.side-push-panel.fullwidth-page #wrapper {
  right: 0;
  position: relative;
}

.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 0;
}

.side-push-panel.fullwidth-page.side-panel-left #wrapper {
  left: 0;
  right: auto;
}

.side-push-panel.fullwidth-page.side-panel-left header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 0;
  right: auto;
}

.side-push-panel.fullwidth-page.side-panel-open #wrapper {
  right: 480px;
}

.side-push-panel.fullwidth-page.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 480px;
}

.side-push-panel.fullwidth-page.side-panel-left.side-panel-open #wrapper {
  left: 480px;
  right: auto;
}

.side-push-panel.fullwidth-page.side-panel-left.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 480px;
  right: auto;
}

.side-push-panel.has-side-panel .menuzord .showhide {
  float: left;
}

/* -------- 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: #9e0000;
  border-radius: 4px;
  height: 4px;
  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: 25px;
}

.hamburger-box .hamburger-inner:after {
  width: 25px;
}

.hamburger-box .hamburger-inner:before {
  width: 25px;
}

.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner:after,
.hamburger-box:hover .hamburger-inner:before {
  height: 2px;
  background-color: #9e0000;
}

.hamburger-box:hover .hamburger-inner {
  width: 25px;
}

.hamburger-box:hover .hamburger-inner:after {
  width: 25px;
}

.hamburger-box:hover .hamburger-inner:before {
  width: 25px;
}

/*
 *	menu-full-page.scss
 * -----------------------------------------------
*/
header#header .tm-fullpage-nav-header {
  z-index: 99;
}

header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner {
  position: relative;
  background-color: #fff;
  z-index: 1000;
  transition: all .3s ease;
}

header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container {
  padding: 30px 80px;
}

@media (max-width: 991.98px) {
  header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container {
    padding: 20px;
  }
}

header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container .menuzord-brand {
  margin: 0;
}

@media (max-width: 767.98px) {
  header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container .menuzord-brand img {
    max-height: 25px;
  }
}

body.menufullpage-menu-open header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner {
  background-color: transparent;
}

body.menufullpage-menu-open.switchable-logo header#header .menuzord-brand .logo-light.logo-1x,
body.menufullpage-menu-open.switchable-logo header#header .menuzord-brand .logo-light.logo-2x {
  display: none;
}

body.menufullpage-menu-open.switchable-logo header#header .menuzord-brand .logo-dark.logo-1x {
  display: inline-block;
}

/* menu-full-page plugin code */
.menu-full-page #fullpage-nav {
  background-color: #171717;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  position: fixed;
  width: 300px;
  height: 300px;
  left: -120px;
  top: -120px;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .menu-full-page #fullpage-nav {
    transition: none;
  }
}

.menu-full-page #fullpage-nav .fullpage-nav-inner {
  padding: 12% 5% 15%;
}

@media (max-width: 1199.98px) {
  .menu-full-page #fullpage-nav .fullpage-nav-inner {
    padding: 150px 7%;
  }
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul {
  list-style: none;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li {
  transition: all 0.4s ease;
  padding: 10px 0;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li {
    transition: none;
  }
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a {
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 700;
  padding: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a {
    font-size: 36px;
  }
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a:hover {
  color: #888;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a .indicator {
  opacity: 0.5;
  font-size: 28px;
  margin-left: 20px;
  vertical-align: middle;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a .indicator i {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a .indicator i {
    transition: none;
  }
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li:hover:after a {
  position: absolute;
  content: '';
  color: #fff;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown,
.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu {
  margin: 10px 0;
  display: none;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown li,
.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu li {
  padding: 0;
  margin: 0;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown li a,
.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu li a {
  font-size: 19px;
  line-height: 1.6;
  font-weight: normal;
  color: #fff;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  padding: 5px 0;
  box-sizing: border-box;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown li a:hover,
.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu li a:hover {
  margin-left: 10px;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li.open-sub-menu>a .indicator i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul ul li a:hover {
  color: #888;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .menufullpage-nav-sidebar {
  margin-top: 30px;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .menufullpage-nav-sidebar .menufullpage-nav-sidebar-inner {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .menu-full-page #fullpage-nav .fullpage-nav-inner .menufullpage-nav-sidebar .menufullpage-nav-sidebar-inner {
    transition: none;
  }
}

.menu-full-page #fullpage-nav.menufullpage-menu-open {
  border-radius: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .menu-full-page #fullpage-nav.menufullpage-menu-open {
    transition: none;
  }
}

.menu-full-page #fullpage-nav.menufullpage-menu-open .fullpage-nav-menu ul li {
  animation: fadeInUp .5s ease-in-out forwards;
  animation-delay: .35s;
}

.menu-full-page #fullpage-nav.menufullpage-menu-open .menufullpage-nav-sidebar .menufullpage-nav-sidebar-inner {
  animation: fadeInUp .5s ease-in-out forwards;
  animation-delay: .35s;
}

.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open+#fullpage-nav {
  opacity: 1;
  z-index: 1011;
}

.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open+#fullpage-nav>ul {
  margin-top: 70px;
}

.menu-full-page .fullpage-nav-toggle {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: transparent;
  /* active state, i.e. menu open */
}

@media (prefers-reduced-motion: reduce) {
  .menu-full-page .fullpage-nav-toggle {
    transition: none;
  }
}

.menu-full-page .fullpage-nav-toggle i {
  text-decoration: none;
  font-size: 40px;
  color: #fff;
}

.menu-full-page .fullpage-nav-toggle:focus {
  outline: none;
}

.menu-full-page .fullpage-nav-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  right: 18px;
  height: 4px;
  border-radius: 2px;
  background: #333;
  transition: background 0 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .menu-full-page .fullpage-nav-toggle span {
    transition: none;
  }
}

.menu-full-page .fullpage-nav-toggle span:before,
.menu-full-page .fullpage-nav-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #333;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.menu-full-page .fullpage-nav-toggle span:before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.menu-full-page .fullpage-nav-toggle span:after {
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open {
  background-color: transparent;
}

.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span {
  background: none;
}

.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:before,
.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:after {
  background-color: #fff;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* menu-full-page custom code */
.menu-full-page2 #fullpage-nav li {
  padding: 5px 0;
}

.menu-full-page2 #fullpage-nav li a {
  background: none;
  display: inline;
  font-size: 26px;
}

.menu-full-page2 #fullpage-nav ul ul {
  margin-top: 0;
}

.menu-full-page2 #fullpage-nav ul ul li {
  padding: 3px 0;
}

.menu-full-page2 #fullpage-nav ul ul li a {
  font-size: 17px;
}

.menu-full-page2 #fullpage-nav ul li .dropdown,
.menu-full-page2 #fullpage-nav ul li .megamenu {
  background: none;
  box-shadow: none;
  border: none;
  float: none;
  padding: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -moz-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -ms-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -o-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  display: block !important;
  visibility: visible;
}

.menu-full-page2 #fullpage-nav ul li:hover .dropdown,
.menu-full-page2 #fullpage-nav ul li:hover .megamenu {
  max-height: 700px;
}

.menu-full-page2 #fullpage-nav #main-nav>.menu-item>a:before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #111;
  transform-origin: right;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-full-page2 #fullpage-nav #main-nav>.menu-item>a:before {
  width: calc(100% + 16px);
  left: -8px;
  bottom: 0;
  transform-origin: 50%;
  transform: scale(0, 1);
}

.menu-full-page2 #fullpage-nav #main-nav>.menu-item>a:hover:before,
.menu-full-page2 #fullpage-nav #main-nav>.menu-item:hover>a:before,
.menu-full-page2 #fullpage-nav #main-nav>.current-menu-parent>a:before {
  transform: scale(1);
}

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;
}

/*
 *	Vertical-Nav.scss
 * -----------------------------------------------
*/
body.tm-vertical-nav .container {
  max-width: 1100px;
}

body.tm-vertical-nav header#header {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fcfcfc;
  background-size: cover;
  color: #555;
  z-index: 101;
  box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.09);
  transition: none;
}

body.tm-vertical-nav header#header .container {
  max-width: 100%;
  padding: 0;
}

body.tm-vertical-nav header#header.vertical-nav-shadow {
  box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.2);
}

body.tm-vertical-nav header#header.vertical-nav-border {
  border-right: 1px solid #ddd;
}

body.tm-vertical-nav header#header.vertical-nav-center-content {
  text-align: center;
}

body.tm-vertical-nav header#header .header-nav-container {
  background: none;
}

@media (min-width: 1200px) {
  body.tm-vertical-nav header#header .header-nav-container {
    box-shadow: none;
  }
}

body.tm-vertical-nav header#header .row {
  margin-left: 0;
  margin-right: 0;
}

body.tm-vertical-nav .top-sliders-container,
body.tm-vertical-nav .main-content-area,
body.tm-vertical-nav .footer {
  margin-left: 300px;
}

@media (min-width: 1200px) {
  body.tm-vertical-nav .menuzord {
    margin-bottom: 30px;
  }
}

body.tm-vertical-nav .menuzord .menuzord-menu {
  width: 100%;
  float: none;
}

body.tm-vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover>a {
  background: #eee none repeat scroll 0 0;
  color: #111;
}

body.tm-vertical-nav .menuzord .menuzord-menu li {
  padding: 0;
  position: relative;
  width: 100%;
}

body.tm-vertical-nav .menuzord .menuzord-menu li .indicator {
  float: right;
  display: block;
  margin-right: 6px;
}

body.tm-vertical-nav .menuzord .menuzord-menu li a {
  width: 100%;
}

body.tm-vertical-nav .menuzord .menuzord-menu>li {
  padding: 5px 0;
}

body.tm-vertical-nav .menuzord .menuzord-menu>li.active>a,
body.tm-vertical-nav .menuzord .menuzord-menu>li:hover>a {
  background: none;
  color: #333;
}

body.tm-vertical-nav .menuzord .menuzord-menu ul.dropdown,
body.tm-vertical-nav .menuzord .menuzord-menu .megamenu {
  text-align: left;
}

@media (min-width: 1200px) {

  body.tm-vertical-nav .menuzord .menuzord-menu ul.dropdown,
  body.tm-vertical-nav .menuzord .menuzord-menu .megamenu {
    left: 100% !important;
    top: 4px !important;
  }
}

body.tm-vertical-nav.vertical-nav-right header#header {
  left: auto;
  right: 0;
}

body.tm-vertical-nav.vertical-nav-right .top-sliders-container,
body.tm-vertical-nav.vertical-nav-right .main-content-area,
body.tm-vertical-nav.vertical-nav-right .footer {
  margin-left: 0;
  margin-right: 260px;
  padding-top: 0;
}

body.tm-vertical-nav.vertical-nav-right .menuzord .menuzord-menu ul.dropdown,
body.tm-vertical-nav.vertical-nav-right .menuzord .menuzord-menu .megamenu {
  left: auto;
  right: 100%;
  top: 0;
}

@media (max-width: 1199.98px) {
  body.tm-vertical-nav .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  body.tm-vertical-nav header#header .menuzord-brand {
    display: block;
    float: none;
    margin: 50px 0 30px;
  }

  body.tm-vertical-nav #top-primary-nav .menuzord-menu>li {
    border-bottom: 1px solid rgba(235, 235, 235, 0.1);
    transition: all 0.3s ease;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  body.tm-vertical-nav #top-primary-nav .menuzord-menu>li {
    transition: none;
  }
}

@media (min-width: 1200px) {
  body.tm-vertical-nav #top-primary-nav .menuzord-menu>li>a {
    padding-left: 5px;
  }

  body.tm-vertical-nav #top-primary-nav .menuzord-menu>li:hover,
  body.tm-vertical-nav #top-primary-nav .menuzord-menu>li.active {
    background-color: rgba(235, 235, 235, 0.7);
  }

  body.tm-vertical-nav .megamenu {
    left: 100% !important;
    right: 0 !important;
    width: 800px !important;
  }

  body.tm-vertical-nav .menuzord .menuzord-menu {
    padding: 30px 0 20px 15px;
  }

  body.tm-vertical-nav .vertical-nav-sidebar-widget-wrapper {
    padding: 30px 15px 5px;
  }
}

@media (max-width: 1199.98px) {
  body.tm-vertical-nav header#header {
    border: 0;
    padding: 0;
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: #fff !important;
  }

  body.tm-vertical-nav .menuzord .menuzord-menu>li {
    padding: 0;
  }

  body.tm-vertical-nav .menuzord .menuzord-menu>li>a {
    color: #fff !important;
  }

  body.tm-vertical-nav .top-sliders-container,
  body.tm-vertical-nav .main-content-area,
  body.tm-vertical-nav .footer {
    margin-left: 0;
  }

  body.tm-vertical-nav.vertical-nav-right .top-sliders-container,
  body.tm-vertical-nav.vertical-nav-right .main-content-area,
  body.tm-vertical-nav.vertical-nav-right .footer {
    margin-right: 0;
  }

  body.tm-vertical-nav .vertical-nav-sidebar-widget-wrapper {
    display: none;
  }
}

.featured-news {
  overflow: hidden;
  position: relative;
}

.featured-news .featured-news-details {
  bottom: -17%;
  padding: 30px;
  position: absolute;
  transition: all 400ms ease-in-out 0s;
  width: 100%;
}

.featured-news:hover .featured-news-details {
  bottom: 0;
}

.featured-news:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-news:before {
  background-image: url("../images/shadow-overlay.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}

/*
 * 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: 0;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.tm-page-title .breadcrumbs>span {
  margin: 0 12px 10px 0;
}

.tm-page-title .breadcrumbs span {
  color: #fff;
}

.tm-page-title .breadcrumbs span a {
  color: #ddd;
}

.tm-page-title .breadcrumbs span a:hover {
  color: #6a6a6a;
}

.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: 1170px;
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  body.tm-container-1300px .container {
    max-width: 1170px;
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  body.tm-container-1340px .container {
    max-width: 1170px;
    width: 1170px;
  }
}

@media (min-width: 1500px) {
  body.tm-container-1440px .container {
    max-width: 1170px;
    width: 1170px;
  }
}

@media (min-width: 1560px) {
  body.tm-container-1500px .container {
    max-width: 1170px;
    width: 1170px;
  }
}

@media (min-width: 1660px) {
  body.tm-container-1600px .container {
    max-width: 1170px;
    width: 1170px;
  }
}

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 {
  height: calc(2.25rem + 18px);
  padding: 8px 16px;
  outline: 0;
  border-radius: 0;
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-control::-ms-input-placeholder {
  color: #aaa;
}

textarea.form-control {
  height: auto;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control2 {
  -moz-appearance: none;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #b4bdc3;
  box-shadow: none;
  border-radius: 0;
  color: #777;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  height: 52px;
  line-height: 1.65;
  max-width: 100%;
  padding: 8px 20px;
}

.form-control2:active,
.form-control2:focus {
  border-color: #a9a9a9;
  box-shadow: none;
  outline: 0 none;
  background: #fff;
  border-radius: 2px;
}

/*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;
}

/*Request A Call Back Form Style1*/
.tm-request-a-call-back-form1 {
  padding-right: 15px;
}

.tm-request-a-call-back-form1 input[type=text],
.tm-request-a-call-back-form1 input[type=email],
.tm-request-a-call-back-form1 textarea,
.tm-request-a-call-back-form1 select {
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {

  .tm-request-a-call-back-form1 input[type=text],
  .tm-request-a-call-back-form1 input[type=email],
  .tm-request-a-call-back-form1 textarea,
  .tm-request-a-call-back-form1 select {
    transition: none;
  }
}

.tm-request-a-call-back-form1 input[type=text],
.tm-request-a-call-back-form1 input[type=email] {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 14px;
  margin-bottom: 28px;
  width: 100%;
}

.tm-request-a-call-back-form1 select {
  background: #ffffff;
  border: 1px solid #ddd;
  width: 100%;
  padding: 17px 14px;
}

.tm-request-a-call-back-form1 textarea {
  background: #ffffff;
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px;
}

.tm-request-a-call-back-form1 .form-submit-btn {
  padding: 12px 32px;
  margin-bottom: 0;
  font-weight: 700;
  border: 2px solid transparent;
  color: #fff;
  transition: all 300ms;
}

.tm-request-a-call-back-form1 .form-submit-btn:hover {
  border-width: 2px;
  border-style: solid;
  background: none;
}

.tm-request-a-call-back-form1 .form-input-label {
  padding: 0;
  padding-left: 15px;
  line-height: 0;
  margin: 0;
}

.tm-request-a-call-back-form1.white-form input[type=text],
.tm-request-a-call-back-form1.white-form input[type=email] {
  background: #ffffff;
  border: 1px solid #eee;
}

.tm-request-a-call-back-form1.white-form textarea {
  background: #ffffff;
  border: 1px solid #eee;
}

/*Get Free Consulting*/
.tm-get-free-consulting-form1 {
  padding-right: 15px;
}

.tm-get-free-consulting-form1 input[type=text],
.tm-get-free-consulting-form1 input[type=email],
.tm-get-free-consulting-form1 textarea,
.tm-get-free-consulting-form1 select {
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {

  .tm-get-free-consulting-form1 input[type=text],
  .tm-get-free-consulting-form1 input[type=email],
  .tm-get-free-consulting-form1 textarea,
  .tm-get-free-consulting-form1 select {
    transition: none;
  }
}

.tm-get-free-consulting-form1 input[type=text],
.tm-get-free-consulting-form1 input[type=email] {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 14px;
  width: 100%;
}

.tm-get-free-consulting-form1 select {
  background: #ffffff;
  border: 1px solid #ddd;
  width: 100%;
  padding: 17px 14px;
}

.tm-get-free-consulting-form1 .form-submit-btn {
  padding: 12px 32px;
  margin-bottom: 0;
  font-weight: 700;
  border: 1px solid #38e17f;
  color: #ffffff;
  background: #2e4384;
  cursor: pointer;
  transition: all 300ms;
}

.tm-get-free-consulting-form1 .form-submit-btn:hover {
  border: 1px solid #38e17f;
  border-style: solid;
  background: #38e17f;
  color: #fff;
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
  background: transparent;
}

/*
 * 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;
  }
}



/* new-css */

.row.header-nav-col-row {
  justify-content: space-between;
}

.header-top {
  background-color: #9e0000 !important;
}

.main-menu {
  list-style: none;
  display: flex;
}

.main-menu li a {
  background: #000;
  padding: 6px 24px;
  margin: 0px 10px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #9d0000;
  display: inline-block;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.banner-main {
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100%;
}

.banner-image {
  width: 63%;
  clip-path: circle(63% at 39% 51%);
  border-right: 10px solid #000;
}

.banner-content {
  /* position: absolute; */
  z-index: 1;
  top: 40px;
  right: -330px;
  bottom: 0px;
  text-align: right;
}

.banner-slider.slick-initialized.slick-slider.slick-dotted {}

.image {}

.image {
  /* border-radius: 0px 370px 270px 0px; */
  /* clip-path: circle(57% at 26% 51%); */
}

.banner-content h1 {
  font-size: 80px;
  color: #9e0000;
}

ul.banner-btn.main-menu {
  display: block;
}

ul.banner-btn.main-menu li {
  padding-bottom: 30px;
}

ul.banner-btn.main-menu a {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
}

ul.banner-btn.main-menu {
  padding-top: 40px;
}

.banner-slider .slick-dots li.slick-active button:before {
  color: #9e0000 !important;
  font-size: 8px !important;
}

.banner-slider .slick-dots li button:before {
  font-size: 8px !important;
  color: #fff !important;
  opacity: 100%;
}

.banner-slider .slick-dots li {
  width: 10px;
}

.banner-slider .slick-dots {
  bottom: 15px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.banner-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

section.client-logo {
  background: #9e0000;
  padding: 40px 0px 80px;
}

.client-image img {
  border-radius: 8px;
}

.costom-dots .slick-dots li button:before {
  color: #fff;
  opacity: 100%;
  font: 8px;
}

.costom-dots .slick-dots li.slick-active button:before {
  opacity: 100%;
  color: #fff;
}

.costom-dots .slick-dots {
  bottom: -40px;
}

.section-title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 20px;
}

.section-title h2 {
  color: #9e0000;
  text-transform: capitalize;
  margin-top: 0px;
  font-size: 28px;
  line-height: 40px;
}

.col-lg-3.service-box .inner {
  text-align: center;
  border-right: 1px solid #aaaaaa;
  margin-bottom: 60px;
}

.col-lg-3.service-box .inner h4 {
  font-size: 20px;
  font-weight: 400;
}

section.service {
  padding: 60px 0px 40px;
}

.col-lg-3.service-box:last-child .inner {
  border: none;
}

.gallery-image {
  margin-bottom: 30px;
}

.gallery-image img {
  border-radius: 10px;
}

.container-samll {
  max-width: 438px;
  margin-right: auto;
  margin-left: auto;
}

.form-main input {
  width: 100%;
  border: 1px solid #9e0000;
  border-radius: 5px;
  background: transparent;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  margin-bottom: 5px;
}

.form-main select {
  width: 100%;
  border: 1px solid #9e0000;
  border-radius: 5px;
  text-transform: uppercase;
  background: transparent;
  padding: 8px 15px 7px 15px;
  color: #000;
}

.form-input {
  padding-bottom: 10px;
  padding-right: 0px;
}

section.enquiry .section-title h2 {
  text-align: left;
  padding-bottom: 0px;
}

.row.enquiry-main {
  position: relative;
}

section.host {
  padding: 60px 0px;
}

.col-lg-3.discover-box .inner {
  text-align: center;
  border: 1px solid;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.col-lg-3.discover-box .inner h5 {
  font-weight: 400;
}

section.joint-section {
  padding: 60px 0px;
  background: #eeeeee;
}

.col-lg-4.joint-box .inner {
  background: #fff;
  text-align: center;
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.main-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.joint-box {
  margin-bottom: 30px;
}

.col-lg-4.joint-box .inner .icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 auto;
}

.col-lg-4.joint-box .inner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.main-btn a {
  background: #000;
  color: #fff;
  padding: 7px 25px;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #9e0000;
}

.joint-box .inner .content {
  padding: 20px 0px;
}

.row.joint-main {
  justify-content: center;
}

.col-lg-4.joint-box .inner .icon img {
  border-radius: 10px;
}

section.gallery-section {
  padding: 0px 0px 40px;
}

.section-title p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;

}

.blog-box .inner {
  border: 5px solid #dedede;
  margin: 0px 0px;
}

.blog-box {
  margin-bottom: 30px;
}

.blog-box .image {
  padding: 0px;
  height: 280px;
}

.blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-bottom h6 {
  font-size: 16px;
  font-weight: 300;
}

.blog-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-6.contnet h4 {
  color: #9e0000;
  line-height: 24px;
  font-size: 20px;
}

section.blogs {
  padding: 60px 50px;
}

.blog-btn a {
  color: #000;
  text-align: center;
}

.blog-btn {
  text-align: center;
  margin-top: 20px;
}

.row.host-content {
  justify-content: center;
  padding-top: 50px;
}



.testimonials-box .inner {
  text-align: center;
  justify-content: center;
  display: flex !important;
  height: 320px;
  padding: 10px;
}

.testimonials-box .icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.testimonials {
  background: #eeeeee;
  padding: 60px;
}

.testimonials-box .inner {
  position: relative;
  display: flex;
}

.testimonials-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #9e0000;
  padding: 10px;
  border-radius: 100%;
}

.col-lg-6.links {
  display: flex;
  background: #9e0000;
  padding: 20px 0px;
}

.top-links ul li {
  list-style: none;
  line-height: normal;
}

.top-links ul li a {
  color: #fff;
}

.top-links ul li a {
  font-size: 16px;
  font-weight: 300;
}

.top-links {
  padding-left: 50px;
}

.top-linls-title {
  padding-left: 30px;
  padding-right: 20px;
  border-right: 2px solid #fff;
}

.top-linls-title h4 {
  color: #fff;
}

.footer-logo img {
  width: 250px;
}

.footer-top.row {
  align-items: center;
}

.col-lg-3.footer-box .inner h4 {
  color: #9e0000;
  border-bottom: 2px solid #9e0000;
  display: inline-block;
}

.col-lg-3.footer-box {}

.footer-text {
  display: flex;
}

.footer-text icon {
  margin-right: 11px;
}

.footer-text .icon {
  margin-right: 10px;
  width: 20px;
  background: #000;
  height: 20px;
  border-radius: 30px;
}

.footer-text .icon i {
  color: #fff;
  padding: 4px 4px 5px 5px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}


section.enquiry {
  position: relative;
  background: #f1f1f1;
  padding: 40px 0px;
}

.event-image {
  position: absolute;
  z-index: 1;
  background-color: var(--quaternary-color);
  inset-inline-end: 0px;
  top: 0px;
  bottom: 0px;
  width: 50vw;
  height: 100%;
}

.event-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.event-title {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0px;
}

.event-title h2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  text-align: right;
  -webkit-text-stroke: 1px #fff;
}

.form-content {
  margin-right: 60px;
}

footer.footer {
  position: relative;
}

.footer-top-bg {
  position: absolute;
  z-index: -1;
  background-color: #9c0000;
  inset-inline-end: 0px;
  top: 0px;
  bottom: 0px;
  width: 50vw;
  height: 130px;
}

ul.styled-icons.icon-dark.icon-theme-colored1.icon-circled.clearfix {
  display: flex;
  list-style: none;
}

ul.styled-icons.icon-dark.icon-theme-colored1.icon-circled.clearfix li {
  padding: 0px 7px;
}

header#header .header-top .styled-icons li a {
  background: transparent;
}

header#header .header-top .styled-icons li:last-child {
  padding-right: 0px;
}

section.banner-section {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  padding-bottom: 40px;
}

.banner-content {
  padding-top: 50px;
}

.col-lg-3.service-box:nth-child(4) .inner {
  border: none;
}

section.enquiry.enquiry-mob {
  display: none;
}

.col-lg-3.footer-box {
  padding-top: 20px;
}

.mob-nav ul li a {
  color: #000;
  font-weight: 500;
}

.mob-nav ul li {
  list-style: none;
  padding-bottom: 8px;
}

.mob-nav {
  padding-top: 20px;
}

.main-menu li a:hover {
  background: #9e0000;
}


section.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.page-banner-title h2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.blog .blog-box .image {
  height: 220px;
}

.blog .contnet {
  padding: 10px 20px;
}

.blog .contnet h4 {
  color: #9e0000;
  margin-top: 0px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 28px;
}

.recent-box .inner {
  display: flex;
  background: #ffffff;
  padding: 10px;
  height: 140px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.recent-box .inner .image {
  width: 100px;
  height: 120px;
  margin-right: 10px;
}
.recent-box .content {
    width: calc(100% - 100px);
} 

.recent-box .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blod-sidebar {
  background: #f2f2f2;
  padding: 10px;
}

.recent-box .inner .content p {
  line-height: normal;
}

.recent-title h4 {
  color: #9d0000;
  font-size: 30px;
}

.recent-title {
  padding-top: 20px;
}

.blog .contnet p {
  margin-bottom: 0px;
}

.col-lg-8.blog-main-box {
  padding-top: 40px;
}

section.blog {
  padding: 60px 0px;
}

.blog-inner-page-content h4 {
  color: #9e0000;
}

ul.styled-icons.icon-dark.icon-theme-colored1.icon-circled.clearfix a {
  color: #fff;
}

.whatsapp-buton .whatssapp-cc-calto-action-ripple {
  z-index: 9999;
  position: fixed;
  right: 20px;
  bottom: 8%;
  background: #a32235;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: whatssapp-cc-calto-action-ripple 0.6s linear infinite;
  animation: whatssapp-cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp-buton .whatssapp-cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}



.check-input-box.form-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check-input-title p {
  margin: auto;
}

section.plan-your-event {
  padding: 60px 0px;
}

.check-input-box.form-control.options-input {
  width: auto;
  margin: 8px;
}

.options-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.options h4 {
  text-align: center;
  text-transform: capitalize;
  color: #a32235;
  padding-bottom: 15px;
}

.options .form-check-inline {
  margin-right: 0px;
}

.options .form-check {
  min-height: 5px;
  padding-left: 2.5em;
  margin-bottom: 0px;
}

.form-control:focus {
  outline: none !important;
}

section.plan-your-event h2 {
  color: #a32235;
  text-transform: capitalize;
  font-size: 36px;
  padding-bottom: 10px;
}

section.plan-your-event .form-control {
  border: 1px solid #9e0000;
  border-radius: 5px;
  background: transparent;
  text-transform: uppercase;

  padding: 5px 15px 5px 15px;
  margin-bottom: 0px;
}

section.plan-your-event .form-control:focus {
  outline: none !important;
}

.col-10.options {
  padding-top: 30px;
}

.form-control .form-check-input:checked {
  background-color: #9e0000;
  border-color: #9e0000;
}

.host-image p {
  margin-bottom: 0px;
  line-height: 25px;
}

.host-image h5 {
  color: #a32235;
  margin-bottom: 0px;
}

.row.host-top.align-items-center {
  padding-bottom: 60px;
}

section.gallery-page {
  padding: 60px 0px;
  background: #e3e3e3;
}

.row.gallery-page-main {
  background: #efefef;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  margin-bottom: 60px;
}

.gallery-page-content h3 {
  color: #a32235;
}

.gallery-page-icon {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.gallery-box-content p {
  text-align: justify;
}

.sec-btn a {
  background: #000;
  padding: 6px 24px;
  margin: 0px 10px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #9d0000;
  display: inline-block ;
}

.gallery-box-content {
  text-align: center;
}

.sec-btn a:hover {
  background-color: #a32235;
  border-color: #000;
}

.gallery-page-icon span i {
  padding-right: 10px;
}


.hero {
  text-align: center;
  padding: 100px 20px;
  background: url('career-bg.jpg') center/cover no-repeat;
}

.jobs,
.join-us,
.gallery {
  text-align: center;
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job {
  background-color: white;
  color: black;
  padding: 15px;
  margin: 10px;
  width: 200px;
  border-radius: 5px;
}

.view-more {
  background-color: white;
  color: #660000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin: 0px 0px 15px;
  border: none;
  border-radius: 5px;
}

form button {
  background-color: white;
  color: #660000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

section.career-page {
  padding: 60px 0px;
  background: #e3e3e3;
}

.job-box {
  margin-bottom: 30px;
}

.job-box .inner {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #c5c5c5;
}

.job-box .inner h5 {
  margin-top: 0px;
  color: #a32235;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.job-lower {
  display: flex;
  justify-content: space-between;
}

.share a i {
  padding-right: 7px;
}

.know-more a i {
  padding-left: 7px;
  font-size: 14px;
  color: #a32235;
}

.career-title h3 {
  color: #a32235;
  margin-top: 0px;
  margin-bottom: 20px;
}

section.gallery-section.career-gallery {
  padding-top: 40px;
  background: #9e0000;
}

section.gallery-section.career-gallery .section-title h2 {
  color: #fff;
}

.view-btn a {
  color: #fff;
  font-size: 20px;
}

section.gallery-section.career-gallery .gallery-image {
  border: 2px solid;
  margin-bottom: 30px;
  border-radius: 10px;
}

.know-more {
  transition: all .3s ease-in-out;
}

.know-more:hover {
  transform: translateX(10px);
}

.venture-content {
  padding: 60px 0px;
}

.ventures-item {
  align-items: center;
  position: relative;
  border-left: 7px solid;
  padding-left: 20px;
}

.venture-content h6 {
  font-weight: 500;
  font-size: 22px;
}

.item-1 {
  border-color: #fecc00;
}

.item-2 {
  border-color: #c5e9e5;
}

.item-3 {
  border-color: #ffcac4;
}

.item-4 {
  border-color: #decdf1;
}

.item-5 {
  border-color: #cce2cb;
}

.ventures-img {
  width: 230px;
  text-align: center;
  margin: 0 auto;
}

.venture-content p {
  text-align: justify;
}

section.other-ventures-page {
  background: #eeeeee;
}

.ventures-item:before {
  position: absolute;
  content: "";
  background: #fecc00;
  left: 0;
  right: 0;
  width: 30px;
  height: 25px;
  border-radius: 0px 10px 10px 0px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 51%, 0% 0%);
}

.ventures-item.item-2:before {
  background: #c5e9e5;
}

.ventures-item.item-3:before {
  background: #ffcac4;
}

.ventures-item.item-4:before {
  background: #decdf1;
}

.ventures-item.item-5:before {
  background: #cce2cb;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  display: none;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #a22235;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  font-size: 14px;
  position: relative;
  color: #333;
}

.checkbox-group input[type="checkbox"]:checked+label {
  background-color: #ffa8b524;
  color: #a22235;
  border-color: #a22235;
  font-weight: bold;
}

.checkbox-group label .checkmark {
  display: none;
  font-size: 16px;
}

.checkbox-group input[type="checkbox"]:checked+label .checkmark {
  display: inline;
}

.job-description h4 {
  color: #a32235;
}

.contact-box h4 {
  margin-bottom: 20px !important;
  border-bottom: 2px solid;
  display: inline-block;
  color: #a32235;
  font-size: 20px;
}

.contact-box .inner p {
  margin-bottom: 20px;
}

.sec-btn.contact-btn a {
  padding: 12px 40px;
  font-weight: 600;
  background: #a32235;
}

.sec-btn.contact-btn a:hover {
  background: #000;
}

.blog-btn a {
  color: #A20B29;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid;
}

.ventures-event-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #A20B29;
  text-align: center;
  margin-bottom: 50px;
}

.ventures-left {
  width: 65%;
}

.ventures-right {
  width: 35%;
}

.ventures-event-content {
  padding: 20px 69px;
}

.ventures-event-content h4 {
  color: #fff;
}

.ventures-event-content p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

section.partynest-page {
  padding: 60px 0px;
}

.ventures-event-main:nth-child(2n) {
  flex-direction: row-reverse;
  background-color: #000000;
}

.ventures-title h2 {
  color: #a20b29;
  margin-bottom: 10px;
  font-size: 28px;
}

.bg-grey {
  background: #ECECED;
}

section.gallery-section.experience {
  padding: 40px 0px 60px;
}

.experience-btns {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.exp-box .inner {
  background: #a20b29;
  color: #fff;
  height: 100%;
  text-align: center;
  border-radius: 10px;
}

.exp-box .inner .image {
  padding: 5px;
}

.exp-box .inner .image img {
  border-radius: 10px;
}

.exp-box .inner .content {
  padding: 10px 40px 10px;
}

.exp-box .inner .content h4 {
  color: #fff;
}

.commitment-icon {
  width: 12%;
  text-align: center;
}

.commitment-box {
  display: flex;
  align-items: center;
}

.commitment-content {
  width: 76%;
  border-bottom: 1px solid #a20b29;
}

.commitment-icon .icon {
  border: 1px solid #a20b29;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.commitment-content p {
  margin-bottom: 0px;
}

.commitment-box:nth-child(2n) {
  flex-direction: row-reverse;
}

.commitment-content h5 {
  color: #a20b29;
}

section.commitment {
  padding-bottom: 60px;
}

.rental-main {
  text-align: left;
}

.rental-main .ventures-event-content {
  padding: 20px;
}

.rental-main .ventures-event-image img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.rental-main .ventures-event-image {
  width: 100%;
  height: 100%;
}

.rental-main .ventures-left {
  width: 55%;
}

.rental-main .ventures-right {
  width: 45%;
}

ul.dots-list {
  color: #fff;
  list-style: none;
}

ul.dots-list li {
  position: relative;
  padding-left: 15px;
  line-height: 25px;
  padding-bottom: 5px;
}

ul.dots-list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.why-main {
  display: flex;
  flex-wrap: wrap;
}

.why-box {
  width: 20%;
}

.why-box .inner {
  text-align: center;
  padding: 0px 35px;
  position: relative;
}

.why-box:last-child .inner {
  border-right: 0px;
}

.why-box .inner .icon {
  padding-bottom: 15px;
}

.why-box .inner .content h5 {
  font-size: 18px;
  line-height: 24px;
}

.why-box .inner p {
  line-height: 24px;
}

.why-box .inner:before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 180px;
  background: #a20b29;
}

.why-box:last-child .inner:before {
  width: 0px;
}

.why-bottom-box {
  text-align: center;
  border: 2px solid #980a26;
  border-radius: 10px;
  padding: 20px 20px 0px 19px;
}

section.why-choose {
  padding: 60px;
}

.why-main {
  margin-bottom: 30px;
  padding-top: 30px;
}

.why-bottom-box {
  margin-bottom: 30px;
}

.dowm-arrow {
  display: flex;
  justify-content: center;
}

.banner-logo {
  display: flex;
  justify-content: center;
  position: relative;
}

section.page-banner.venture-banner {
  padding: 40px 0px;
  position: relative;
}

section.page-banner.venture-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  z-index: 0;
}

section.gallery-inner {
  padding: 60px 0px;
}


.gallery-main .box .inner {
  border: 1px solid #9e0000;
  border-radius: 10px;
  text-align: center;
  transition: .3s ease;
  margin: 20px 0px;
}

.gallery-main .box .inner:hover {
  transform: translateY(10px);
}

.gallery-main .box .inner img {
  border-radius: 10px 10px 0px 0px;
}

.gallery-main .box .inner h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.gallery-main .box .inner .title {
  padding: 10px 10px 20px;
}

.gallery-main .box .inner .title a {
  text-transform: capitalize;
  color: #9e0000;
  border: 2px solid;
  padding: 8px 20px;
  border-radius: 30px;
  transition: .3s ease;
}

.gallery-main .box .inner .title a:hover {
  background: #9e0000;
  color: #fff;
  border-color: transparent;
}

.gallery-main-two .box .inner {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: .3s ease;
}

.gallery-main-two .box .inner .title {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.gallery-main-two .box .inner .title h4 {
  color: #fff;
  transition: .3s ease;
}

.gallery-main-two .box .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(179deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 30%) 100%);
  z-index: 0;
  border-radius: 10px;
}

.gallery-main-two .box .inner img {
  border-radius: 10px;
}

.gallery-main-two .box .inner:hover .title h4 {
  transform: translateY(-7px);
}

.gallery-main-two .box {
  padding-bottom: 30px;
}

.gallery-main-two .box .inner .title h4 span {
  font-size: 15px;
  background: #9e0000;
  padding: 6px;
}

.row.gallery-main-two {
  justify-content: center;
}

section.gallery-inner .gallery-main {
  padding-bottom: 60px;
}

div#counter {
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  justify-content: center;
  text-align: center;
  display: flex;
}

.count-box {
  width: 33.33%;
}

.count-text {
  display: flex;
  justify-content: center;
}

.count-box .inner {
  border-right: 2px solid;
}

.count-box:last-child .inner {
  border: none;
}

section.about-page-banner.venture-banner.page-banners {
  padding: 60px 0px 200px;
}

.counter {
  text-align: center;
  margin-top: -120px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

section.about-page {
  padding-bottom: 60px;
}

.image-1 {
  width: 450px;
  border: 10px solid #f2f2f2;
}

.image-2 {
  width: 450px;
  height: 300px;
  border: 10px solid #f2f2f2;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 85%;
}

.image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-images {
  position: relative;
}

.row.about-middle {
  /* position: relative; */
  padding-bottom: 140px;
}

.about-middle-content {
  padding-right: 40px;
}

.image-1 img {
  width: 100%;
}

.expertise-box .inner {
  text-align: center;
  border: 1px solid #9e0000;
  height: 100%;
  padding: 15px 20px;
  border-radius: 10px;
}

.expertise-box .inner h4 {
  color: #9e0000;
}

.expertise-box {
  margin-bottom: 30px;
}

.row.expertise-main {
  padding-bottom: 40px;
}


section.countries {
  background: #9e0000;
  padding: 40px 0px;
}

.flag-box .inner {
  text-align: center;
  color: #fff;
}

.flag-box .inner p {
  text-transform: uppercase;
}

.flag-box .inner .flag-image {
  width: 80px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.flag-box .inner .flag-image img {
  border-radius: 40px;
  border: 3px solid;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row.team-main {
  justify-content: center;
}

.team-box .inner {
  text-align: center;
}

.team-box .inner .team-img {
  width: 200px;
  height: 250px;
  margin: 0 auto;
}

.team-box .inner .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.team-box .inner .text {
  padding-top: 10px;
}

.team-box .inner .text span {
  color: #9e0000;
}

section.team {
  padding: 60px 0px;
}

.team-box {
  margin-bottom: 40px;
}

section.our-expertise {
  padding: 60px 0px 0px;
}

.blog-page .blog-inner-page-content {
  padding-top: 15px;
}

.blog-page .blog-box .inner {
  height: 100%;
}

.blog-inner-page-content {
  padding-top: 15px;
}

.form-check.form-check-inline {
  height: 20px;
}

.section-title.small-text h2 {
  text-transform: none;
}

section.plan-your-event .form-control:focus {
  outline: none;
  box-shadow: none;
}

.party-nest-main .ventures-left {
  width: 55%;
}

.party-nest-main .ventures-right {
  width: 45%;
}

.ventures-event-content {
  padding: 15px 40px;
}

.experience-btns.rental-btn ul {
  gap: 40px;
  padding-right: 20px;
}

.commitment-inner {
  padding-bottom: 30px;
}

section.about-page-banner.venture-banner.page-banners {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.about-page-banner.venture-banner.page-banners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
}

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

.overlay-bg {
  position: relative;
}

.overlay-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
}

.read-more-content {
  display: none;
}

.read-more-button {
  color: #000;
  font-weight: 600 !important;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  margin-top: 10px;
  display: inline-block;
}

.expertise-box .inner p {
  margin-bottom: 0px;
}

.gallery-inner-box-sec .gallery-photo img{
  border-radius: 20px;
}
.gallery-inner-box-sec .box{
  padding-bottom: 0px;
  margin: 12px 0px;
}
.gallery-inner-box-sec .gallery-photo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-inner-box-sec .image-link {
  position: relative;
  display: inline-block;
}

.gallery-inner-box-sec .image-link img {
  transition: transform 0.3s ease;
}

.gallery-inner-box-sec .image-link:hover img {
  transform: scale(1.05);
}

.gallery-inner-box-sec .plus-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}
.gallery-inner-box-sec .image-link:hover .plus-icon {
  opacity: 1;
}
section.gallery-inner .gallery-main {
  padding-bottom: 0px;
}

.testimonials-img iframe {
    width: 100%;
    height: 300px;
}

.testimonials-img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.lower-footer {
    background: #000;
    padding: 30px 0px;
}

.lower-footer ul li a {
    color: #fff;
}

.lower-footer ul {
    display: flex;
    flex-wrap: wrap;
}

.lower-footer ul li {
    position: relative;
    padding: 0px 10px;
}

.lower-footer ul li:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 12px;
    background: #fff;
    height: 20px;
    width: 1px;
}

section.policy-pages {
  padding: 60px 0px;
}

.policy-content p {
  margin-bottom: 10px;
  color: #585858;
}

.policy-content {
  padding-bottom: 20px;
}

.policy-content h4 {
  font-weight: 500;
}

.policy-content li {
  color: #585858;
}
.banner-pedding{
  padding: 100px 0px !important;
}

/* =========================25-11-2025====================== */
ul.event-date {list-style: none;display: flex;justify-content: space-between;padding-left: 0px;padding-bottom: 30px;}

ul.event-date li i {
    padding-right: 5px;
}
.event-content h2 {
    padding-bottom: 0px;
}

section.plan-your-event.event-page h2 {
    padding-bottom: 0px;
}
.event-content h4 {
    color: #a32235;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.img-event {
    width: 100%;
    height: 100%;
    background: #cfcfcf;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a32235;
    border-radius: 10px;
}
.img-event h3 {
    color: #a32235;
    text-transform: uppercase;
}
.bottom-border {
    border: 1px solid #9e0000;
}
.thankyou-page-content {
    text-align: center;
}
.envalop-icon i {
    color: #9e0000;
    font-size: 60px;
}
.thankyou-page-content h6 {
    text-transform: uppercase;
}
.thankyou-page-content h2 {
    font-style: italic;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.envalop-icon {
    padding-bottom: 10px;
}
/* =========================25-11-2025====================== */

/* =========================28-11-2025====================== */
.experiencetes-box .inner {
    height: 400px;
    width: 100%;
}

.experiencetes-box .inner iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.experiencetes-box .inner .fluid-width-video-wrapper{
  height: 100%;
}
/* =========================28-11-2025====================== */