@charset "UTF-8";
:root {
  --g5-body-font: "Lato";
  --g5-secondary-font: "Lato";
  --g5-font-icon: "FontAwesome";
  --g5-text-color: #8a8a8a;
  --g5-text-color-medium: #454545 ;
  --g5-text-color-light: #ababab;
  --g5-text-color-bold: #686868;
  --g5-text-color-light-r: 171;
  --g5-text-color-light-g: 171;
  --g5-text-color-light-b: 171;
  --g5-color-accent: #ffa60a;
  --g5-color-accent-foreground: #fff;
  --g5-color-accent-r: 255;
  --g5-color-accent-g: 166;
  --g5-color-accent-b: 10;
  --g5-color-secondary: #2c3e50;
  --g5-border-color: #e0e0e0;
  --g5-border-color-dark:#cfcfcf;
  --g5-border-color-dark-r: 207;
  --g5-border-color-dark-g: 207;
  --g5-border-color-dark-b: 207;
  --g5-navigation-height: 100px;
  --g5-navigation-spacing: 40px;
  --g5-navigation-bg-color: #fff;
  --g5-navigation-text-color: #8a8a8a;
  --g5-navigation-text-color-hover:#ffa60a;
  --g5-top-drawer-bg-color: #ffa60a;
  --g5-top-drawer-text-color: #2c3e50;
  --g5-top-drawer-padding-top: 0;
  --g5-top-drawer-padding-bottom: 0;
  --g5-top-bar-bg-color: #f1f1f1;
  --g5-top-bar-text-color: #2c3e50;
  --g5-top-bar-border-color: #e0e0e0;
  --g5-top-bar-padding-top: 0;
  --g5-top-bar-padding-bottom: 0;
  --g5-header-bg-color: #fff;
  --g5-header-text-color: #8a8a8a;
  --g5-header-text-color-light: #cfcfcf;
  --g5-header-text-color-dark: #717171;
  --g5-header-border-color: #e0e0e0;
  --g5-header-above-border-color: #e0e0e0;
  --g5-header-padding-top: 30px;
  --g5-header-padding-bottom: 30px;
  --g5-logo-max-height: 100px;
  --g5-logo-padding-top: 0;
  --g5-logo-padding-bottom: 0;
  --g5-header-customize-nav-spacing: 40px;
  --g5-header-customize-left-spacing: 40px;
  --g5-header-customize-right-spacing: 40px;
  --g5-top-bar-mobile-bg-color: #fff;
  --g5-top-bar-mobile-text-color: #8a8a8a;
  --g5-top-bar-mobile-border-color: #e0e0e0;
  --g5-header-mobile-bg-color: #fff;
  --g5-header-mobile-text-color: #8a8a8a;
  --g5-header-mobile-border-color: #e0e0e0;
  --g5-top-bar-mobile-padding-top: 5px;
  --g5-top-bar-mobile-padding-bottom: 5px;
  --g5-mobile-logo-max-height: 90px;
  --g5-mobile-logo-padding-top: 0;
  --g5-mobile-logo-padding-bottom: 0;
  --g5-footer-bg-color: #1b2c3e;
  --g5-footer-text-color: #979da4;
  --g5-footer-widget-title-color: #fff;
  --g5-footer-border-color: #3D4B5B;
  --g5-bottom-bar-bg-color: #172737;
  --g5-bottom-bar-text-color: #979da4;
  --g5-bottom-bar-border-color: #e0e0e0;
  --g5-footer-padding-top: 50px;
  --g5-footer-padding-bottom: 50px;
  --g5-bottom-bar-padding-top: 25px;
  --g5-bottom-bar-padding-bottom: 25px;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: var(--g5-text-color-light);
  line-height: 1.8;
}

.sticky {
  opacity: 1;
}

.bypostauthor {
  opacity: 1;
}

.gallery {
  margin: 0 -5px 10px -5px;
}

.gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}

.gallery-caption {
  font-size: 12px;
  color: var(--g5-text-color-light);
  line-height: 1.8;
  margin-top: 5px;
}

.gallery-icon img {
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 7px;
}
.gallery-icon img:hover {
  border: 1px solid #ccc;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

h1,
h2,
h3,
h4:not(.widget-title),
h5,
h6,
p,
hr,
dl,
blockquote,
table,
ul,
ol,
address,
pre {
  margin-bottom: 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:not(.widget-title):last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
dl:last-child,
blockquote:last-child,
table:last-child,
ul:last-child,
ol:last-child,
address:last-child,
pre:last-child {
  margin-bottom: 0;
}

hr {
  margin-top: 20px;
  border-top: 1px solid var(--g5-border-color);
  clear: both;
}

table {
  width: 100%;
  border: 1px solid var(--g5-border-color-dark);
}

td,
th {
  padding: 8px;
  border-top: 1px solid var(--g5-border-color-dark);
  vertical-align: top;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

thead:first-child > tr:first-child > td,
thead:first-child > tr:first-child > th {
  border-top: none;
}

dt,
dd {
  line-height: 2;
}

dd {
  margin-bottom: 15px;
}

ul,
ol {
  padding-left: 25px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

address {
  line-height: 1.8;
  font-style: italic;
  color: var(--g5-text-color-light);
}

del {
  color: var(--g5-text-color-light);
}

body {
  line-height: 30px;
  color: var(--g5-text-color);
  -webkit-font-smoothing: antialiased;
}

#wrapper {
  overflow-x: hidden;
}

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

iframe {
  max-width: 100%;
}

a {
  color: var(--g5-text-color);
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: var(--g5-color-accent);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div, iframe, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: -0.025em;
  color: var(--g5-text-color-bold);
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.2;
}

p {
  margin: 0 0 20px 0;
}

input, textarea, button, select {
  outline: none;
}

::selection {
  color: #fff;
  background-color: var(--g5-color-accent);
}

::-moz-selection {
  color: #fff;
  background-color: var(--g5-color-accent);
}

input[type=text],
input[type=search],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 1;
  background-color: transparent;
  color: #797979;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #797979;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #797979;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #797979;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #797979;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: var(--g5-color-accent);
}

textarea {
  padding-top: 10px;
  height: auto;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px top 60%;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

body.boxed #wrapper {
  max-width: 1330px;
  margin: auto;
  position: relative;
}

div[class*=" col-md-"] .container {
  width: 100%;
}

.bg-clip-content-box .vc_column-inner {
  background-clip: content-box;
}

.icon-group-padding90 {
  padding-left: 90px;
  padding-right: 90px;
}

@media screen and (max-width: 991px) {
  .icon-group-padding90 {
    padding-left: 0;
    padding-right: 0;
  }
}
.container .container {
  padding: 0;
}

#wrapper-content {
  background-color: #FFF;
}

/*--------------------------------------------------------------
## WP block
--------------------------------------------------------------*/
.wp-block-quote {
  border-left: 0;
  border-right: 5px solid;
  padding: 0 25px 0 0;
}
.wp-block-quote.is-style-large p {
  padding-right: 45px;
  padding-left: 0;
}
.wp-block-quote.is-style-large cite {
  text-align: right;
  padding-left: 0;
  padding-right: 45px;
}
.wp-block-quote.is-style-large cite:before {
  margin-left: 10px;
  margin-right: 0;
}
.wp-block-quote.has-text-align-right {
  border-right: none;
  border-left: 5px solid var(--g5-border-color-dark);
  padding: 0 0 0 25px;
}

.widget_block > h2,
.widget .wp-block-group__inner-container > h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
}

.wp-block-categories select,
.wp-block-archives select {
  width: 100%;
  max-width: 100%;
}

.wc-block-product-categories-list,
.wp-block-page-list,
.wp-block-categories-list,
.wp-block-archives-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wc-block-product-categories-list li,
.wp-block-page-list li,
.wp-block-categories-list li,
.wp-block-archives-list li {
  position: relative;
  margin: 0;
  font-size: 14px;
  color: #393939;
  line-height: 20px;
}
.wc-block-product-categories-list li > a,
.wp-block-page-list li > a,
.wp-block-categories-list li > a,
.wp-block-archives-list li > a {
  display: inline-block;
  line-height: 20px;
  min-height: 20px;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wc-block-product-categories-list li > a:before,
.wp-block-page-list li > a:before,
.wp-block-categories-list li > a:before,
.wp-block-archives-list li > a:before {
  font-family: var(--g5-font-icon);
  content: "";
  display: inline-block;
  width: 10px;
  color: var(--g5-color-accent);
}
.wc-block-product-categories-list li > a:hover,
.wp-block-page-list li > a:hover,
.wp-block-categories-list li > a:hover,
.wp-block-archives-list li > a:hover {
  color: var(--g5-color-accent);
  padding-left: 10px;
}
.wc-block-product-categories-list li + li,
.wp-block-page-list li + li,
.wp-block-categories-list li + li,
.wp-block-archives-list li + li {
  border-top: 1px solid var(--g5-border-color);
  margin-top: 14px;
  padding-top: 14px;
}
.wc-block-product-categories-list li > ul,
.wp-block-page-list li > ul,
.wp-block-categories-list li > ul,
.wp-block-archives-list li > ul {
  display: none;
  list-style: none;
  border-top: 1px solid var(--g5-border-color);
  margin: 14px 0 0 0;
  padding: 14px 0 0 0;
}
.wc-block-product-categories-list .li-caret,
.wp-block-page-list .li-caret,
.wp-block-categories-list .li-caret,
.wp-block-archives-list .li-caret {
  position: absolute;
  right: 0;
  top: 18px;
  cursor: pointer;
  font-size: 10px;
  color: var(--g5-text-color-light);
  letter-spacing: -0.02em;
}
.wc-block-product-categories-list .li-caret.in:before,
.wp-block-page-list .li-caret.in:before,
.wp-block-categories-list .li-caret.in:before,
.wp-block-archives-list .li-caret.in:before {
  content: "";
}
.wc-block-product-categories-list li > ul > li:first-child .li-caret,
.wc-block-product-categories-list > li:first-child .li-caret,
.wp-block-page-list li > ul > li:first-child .li-caret,
.wp-block-page-list > li:first-child .li-caret,
.wp-block-categories-list li > ul > li:first-child .li-caret,
.wp-block-categories-list > li:first-child .li-caret,
.wp-block-archives-list li > ul > li:first-child .li-caret,
.wp-block-archives-list > li:first-child .li-caret {
  top: 5px;
}
.wc-block-product-categories-list li li a,
.wp-block-page-list li li a,
.wp-block-categories-list li li a,
.wp-block-archives-list li li a {
  padding-left: 20px;
}
.wc-block-product-categories-list li li li a,
.wp-block-page-list li li li a,
.wp-block-categories-list li li li a,
.wp-block-archives-list li li li a {
  padding-left: 40px;
}
.wc-block-product-categories-list li li li li a,
.wp-block-page-list li li li li a,
.wp-block-categories-list li li li li a,
.wp-block-archives-list li li li li a {
  padding-left: 60px;
}

.wp-block-archives-list a:hover + .count {
  color: var(--g5-color-accent);
}
.wp-block-archives-list .current-cat span.count,
.wp-block-archives-list .current-cat > a {
  color: var(--g5-color-accent);
}

.wc-block-product-categories-list a:hover + .wc-block-product-categories-list-item-count {
  color: var(--g5-color-accent);
}

.wp-block-rss,
.wp-block-latest-comments,
.wp-block-latest-posts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-rss li,
.wp-block-latest-comments li,
.wp-block-latest-posts__list li {
  position: relative;
  margin: 0;
  font-size: 14px;
  color: var(--g5-text-color-light);
  line-height: 20px;
}
.wp-block-rss li a,
.wp-block-latest-comments li a,
.wp-block-latest-posts__list li a {
  color: var(--g5-text-color-bold);
}
.wp-block-rss li a:hover,
.wp-block-latest-comments li a:hover,
.wp-block-latest-posts__list li a:hover {
  color: var(--g5-color-accent);
}
.wp-block-rss li:before,
.wp-block-latest-comments li:before,
.wp-block-latest-posts__list li:before {
  content: "";
  font-family: var(--g5-font-icon);
  display: inline-block;
  margin-right: 10px;
  color: var(--g5-color-accent);
}
.wp-block-rss li + li,
.wp-block-latest-comments li + li,
.wp-block-latest-posts__list li + li {
  border-top: solid 1px var(--g5-border-color);
  margin-top: 11px;
  padding-top: 11px;
}

.wp-block-latest-comments footer,
.wp-block-latest-comments article {
  display: inline;
}
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
  display: -ms-flexbox;
  display: flex;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}

.wp-block-rss .wp-block-rss__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wc-block-product-search form,
.wp-block-search {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wc-block-product-search form label,
.wp-block-search label {
  display: none;
}
.wc-block-product-search form input,
.wp-block-search input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 50px;
  padding: 0 50px 0 20px;
  border-radius: 3px;
  background-color: #eeeeee;
  border: none;
}
.wc-block-product-search form input:focus,
.wp-block-search input:focus {
  border-color: var(--g5-text-color-bold);
}
.wc-block-product-search form input:focus + button,
.wp-block-search input:focus + button {
  background-color: var(--g5-text-color-bold);
  color: #fff;
  border-color: var(--g5-text-color-bold);
}
.wc-block-product-search form button,
.wp-block-search button {
  position: absolute;
  right: 0;
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 0px 3px 3px 0;
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
  border-color: var(--g5-color-accent);
}
.wc-block-product-search form button:hover,
.wp-block-search button:hover {
  background-color: var(--g5-text-color-bold);
  color: #fff;
  border-color: var(--g5-text-color-bold);
}
.wc-block-product-search form button:before,
.wp-block-search button:before {
  content: "";
  font-family: var(--g5-font-icon);
  font-size: 15px;
  font-weight: 400;
}
.wc-block-product-search form button > span,
.wc-block-product-search form button > i,
.wp-block-search button > span,
.wp-block-search button > i {
  display: none;
}
.wc-block-product-search form .wp-block-search__inside-wrapper,
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}

.wc-block-product-search .wc-block-product-search__fields {
  position: relative;
  width: 100%;
}
.wc-block-product-search .wc-block-product-search__field {
  padding: 0 50px 0 20px;
}
.wc-block-product-search .wc-block-product-search__button {
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
}
.wc-block-product-search .wc-block-product-search__button svg {
  display: none;
}

.wp-block-tag-cloud {
  font-size: 0;
  margin-bottom: -5px;
}
.wp-block-tag-cloud label {
  margin: 0 30px 0 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--g5-text-color-medium);
}
.wp-block-tag-cloud a {
  border: 2px solid #f0f0f0;
  display: inline-block;
  color: #393939;
  font-size: 13px !important;
  border-radius: 4px;
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-tag-cloud a:hover {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
  border-color: var(--g5-color-accent);
}

/*--------------------------------------------------------------
## Utilities
--------------------------------------------------------------*/
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: var(--g5-body-font) !important;
}

.s-font {
  font-family: var(--g5-secondary-font) !important;
}

/**
* Color
* ----------------------------------------------------------------------------
*/
.p-color {
  color: var(--g5-color-accent) !important;
}

.s-color {
  color: var(--g5-color-secondary) !important;
}

.color-white {
  color: #FFF;
}

.color-dark {
  color: #000;
}

.bg-primary {
  background-color: var(--g5-color-accent) !important;
}

.bg-secondary {
  background-color: var(--g5-color-secondary) !important;
}

.text-color-medium {
  color: var(--g5-text-color-medium) !important;
}

.text-color-bold {
  color: var(--g5-text-color-bold) !important;
}

.text-color-light {
  color: var(--g5-header-text-color-light) !important;
}

.bordered {
  border: 1px solid var(--g5-border-color) !important;
}

.border-dark {
  border: 1px solid var(--g5-border-color-dark) !important;
}

.badge {
  background-color: var(--g5-color-secondary);
}

.padding-none {
  padding: 0 !important;
}

/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}

.pd-top-5 {
  padding-top: 5px !important;
}

.pd-top-10 {
  padding-top: 10px !important;
}

.pd-top-15 {
  padding-top: 15px !important;
}

.pd-top-20 {
  padding-top: 20px !important;
}

.pd-top-25 {
  padding-top: 25px !important;
}

.pd-top-30 {
  padding-top: 30px !important;
}

.pd-top-35 {
  padding-top: 35px !important;
}

.pd-top-40 {
  padding-top: 40px !important;
}

.pd-top-45 {
  padding-top: 45px !important;
}

.pd-top-50 {
  padding-top: 50px !important;
}

.pd-top-55 {
  padding-top: 55px !important;
}

.pd-top-60 {
  padding-top: 60px !important;
}

.pd-top-65 {
  padding-top: 65px !important;
}

.pd-top-70 {
  padding-top: 70px !important;
}

.pd-top-75 {
  padding-top: 75px !important;
}

.pd-top-80 {
  padding-top: 80px !important;
}

.pd-top-85 {
  padding-top: 85px !important;
}

.pd-top-90 {
  padding-top: 90px !important;
}

.pd-top-95 {
  padding-top: 95px !important;
}

.pd-top-100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }

  .sm-pd-top-5 {
    padding-top: 5px !important;
  }

  .sm-pd-top-10 {
    padding-top: 10px !important;
  }

  .sm-pd-top-15 {
    padding-top: 15px !important;
  }

  .sm-pd-top-20 {
    padding-top: 20px !important;
  }

  .sm-pd-top-25 {
    padding-top: 25px !important;
  }

  .sm-pd-top-30 {
    padding-top: 30px !important;
  }

  .sm-pd-top-35 {
    padding-top: 35px !important;
  }

  .sm-pd-top-40 {
    padding-top: 40px !important;
  }

  .sm-pd-top-45 {
    padding-top: 45px !important;
  }

  .sm-pd-top-50 {
    padding-top: 50px !important;
  }

  .sm-pd-top-55 {
    padding-top: 55px !important;
  }

  .sm-pd-top-60 {
    padding-top: 60px !important;
  }

  .sm-pd-top-65 {
    padding-top: 65px !important;
  }

  .sm-pd-top-70 {
    padding-top: 70px !important;
  }

  .sm-pd-top-75 {
    padding-top: 75px !important;
  }

  .sm-pd-top-80 {
    padding-top: 80px !important;
  }

  .sm-pd-top-85 {
    padding-top: 85px !important;
  }

  .sm-pd-top-90 {
    padding-top: 90px !important;
  }

  .sm-pd-top-95 {
    padding-top: 95px !important;
  }

  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }

  .xs-pd-top-5 {
    padding-top: 5px !important;
  }

  .xs-pd-top-10 {
    padding-top: 10px !important;
  }

  .xs-pd-top-15 {
    padding-top: 15px !important;
  }

  .xs-pd-top-20 {
    padding-top: 20px !important;
  }

  .xs-pd-top-25 {
    padding-top: 25px !important;
  }

  .xs-pd-top-30 {
    padding-top: 30px !important;
  }

  .xs-pd-top-35 {
    padding-top: 35px !important;
  }

  .xs-pd-top-40 {
    padding-top: 40px !important;
  }

  .xs-pd-top-45 {
    padding-top: 45px !important;
  }

  .xs-pd-top-50 {
    padding-top: 50px !important;
  }

  .xs-pd-top-55 {
    padding-top: 55px !important;
  }

  .xs-pd-top-60 {
    padding-top: 60px !important;
  }

  .xs-pd-top-65 {
    padding-top: 65px !important;
  }

  .xs-pd-top-70 {
    padding-top: 70px !important;
  }

  .xs-pd-top-75 {
    padding-top: 75px !important;
  }

  .xs-pd-top-80 {
    padding-top: 80px !important;
  }

  .xs-pd-top-85 {
    padding-top: 85px !important;
  }

  .xs-pd-top-90 {
    padding-top: 90px !important;
  }

  .xs-pd-top-95 {
    padding-top: 95px !important;
  }

  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}

.pd-bottom-5 {
  padding-bottom: 5px !important;
}

.pd-bottom-10 {
  padding-bottom: 10px !important;
}

.pd-bottom-15 {
  padding-bottom: 15px !important;
}

.pd-bottom-20 {
  padding-bottom: 20px !important;
}

.pd-bottom-25 {
  padding-bottom: 25px !important;
}

.pd-bottom-30 {
  padding-bottom: 30px !important;
}

.pd-bottom-35 {
  padding-bottom: 35px !important;
}

.pd-bottom-40 {
  padding-bottom: 40px !important;
}

.pd-bottom-45 {
  padding-bottom: 45px !important;
}

.pd-bottom-50 {
  padding-bottom: 50px !important;
}

.pd-bottom-55 {
  padding-bottom: 55px !important;
}

.pd-bottom-60 {
  padding-bottom: 60px !important;
}

.pd-bottom-65 {
  padding-bottom: 65px !important;
}

.pd-bottom-70 {
  padding-bottom: 70px !important;
}

.pd-bottom-75 {
  padding-bottom: 75px !important;
}

.pd-bottom-80 {
  padding-bottom: 80px !important;
}

.pd-bottom-85 {
  padding-bottom: 85px !important;
}

.pd-bottom-90 {
  padding-bottom: 90px !important;
}

.pd-bottom-95 {
  padding-bottom: 95px !important;
}

.pd-bottom-100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }

  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }

  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }

  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }

  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }

  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }

  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }

  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }

  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }

  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }

  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }

  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }

  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }

  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }

  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }

  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }

  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }

  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }

  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }

  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }

  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }

  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }

  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }

  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }

  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }

  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }

  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }

  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }

  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }

  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }

  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }

  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }

  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }

  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }

  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }

  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }

  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }

  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }

  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }

  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }

  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* No Margin
* ----------------------------------------------------------------------------
*/
.no-margin {
  margin: 0 !important;
}

/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}

.mg-top-5 {
  margin-top: 5px !important;
}

.mg-top-10 {
  margin-top: 10px !important;
}

.mg-top-15 {
  margin-top: 15px !important;
}

.mg-top-20 {
  margin-top: 20px !important;
}

.mg-top-25 {
  margin-top: 25px !important;
}

.mg-top-30 {
  margin-top: 30px !important;
}

.mg-top-35 {
  margin-top: 35px !important;
}

.mg-top-40 {
  margin-top: 40px !important;
}

.mg-top-45 {
  margin-top: 45px !important;
}

.mg-top-50 {
  margin-top: 50px !important;
}

.mg-top-55 {
  margin-top: 55px !important;
}

.mg-top-60 {
  margin-top: 60px !important;
}

.mg-top-65 {
  margin-top: 65px !important;
}

.mg-top-70 {
  margin-top: 70px !important;
}

.mg-top-75 {
  margin-top: 75px !important;
}

.mg-top-80 {
  margin-top: 80px !important;
}

.mg-top-85 {
  margin-top: 85px !important;
}

.mg-top-90 {
  margin-top: 90px !important;
}

.mg-top-95 {
  margin-top: 95px !important;
}

.mg-top-100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }

  .sm-mg-top-5 {
    margin-top: 5px !important;
  }

  .sm-mg-top-10 {
    margin-top: 10px !important;
  }

  .sm-mg-top-15 {
    margin-top: 15px !important;
  }

  .sm-mg-top-20 {
    margin-top: 20px !important;
  }

  .sm-mg-top-25 {
    margin-top: 25px !important;
  }

  .sm-mg-top-30 {
    margin-top: 30px !important;
  }

  .sm-mg-top-35 {
    margin-top: 35px !important;
  }

  .sm-mg-top-40 {
    margin-top: 40px !important;
  }

  .sm-mg-top-45 {
    margin-top: 45px !important;
  }

  .sm-mg-top-50 {
    margin-top: 50px !important;
  }

  .sm-mg-top-55 {
    margin-top: 55px !important;
  }

  .sm-mg-top-60 {
    margin-top: 60px !important;
  }

  .sm-mg-top-65 {
    margin-top: 65px !important;
  }

  .sm-mg-top-70 {
    margin-top: 70px !important;
  }

  .sm-mg-top-75 {
    margin-top: 75px !important;
  }

  .sm-mg-top-80 {
    margin-top: 80px !important;
  }

  .sm-mg-top-85 {
    margin-top: 85px !important;
  }

  .sm-mg-top-90 {
    margin-top: 90px !important;
  }

  .sm-mg-top-95 {
    margin-top: 95px !important;
  }

  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }

  .xs-mg-top-5 {
    margin-top: 5px !important;
  }

  .xs-mg-top-10 {
    margin-top: 10px !important;
  }

  .xs-mg-top-15 {
    margin-top: 15px !important;
  }

  .xs-mg-top-20 {
    margin-top: 20px !important;
  }

  .xs-mg-top-25 {
    margin-top: 25px !important;
  }

  .xs-mg-top-30 {
    margin-top: 30px !important;
  }

  .xs-mg-top-35 {
    margin-top: 35px !important;
  }

  .xs-mg-top-40 {
    margin-top: 40px !important;
  }

  .xs-mg-top-45 {
    margin-top: 45px !important;
  }

  .xs-mg-top-50 {
    margin-top: 50px !important;
  }

  .xs-mg-top-55 {
    margin-top: 55px !important;
  }

  .xs-mg-top-60 {
    margin-top: 60px !important;
  }

  .xs-mg-top-65 {
    margin-top: 65px !important;
  }

  .xs-mg-top-70 {
    margin-top: 70px !important;
  }

  .xs-mg-top-75 {
    margin-top: 75px !important;
  }

  .xs-mg-top-80 {
    margin-top: 80px !important;
  }

  .xs-mg-top-85 {
    margin-top: 85px !important;
  }

  .xs-mg-top-90 {
    margin-top: 90px !important;
  }

  .xs-mg-top-95 {
    margin-top: 95px !important;
  }

  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .widget-mg-top--30 {
    margin-top: -30px;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}

.mg-bottom-5 {
  margin-bottom: 5px !important;
}

.mg-bottom-10 {
  margin-bottom: 10px !important;
}

.mg-bottom-15 {
  margin-bottom: 15px !important;
}

.mg-bottom-20 {
  margin-bottom: 20px !important;
}

.mg-bottom-25 {
  margin-bottom: 25px !important;
}

.mg-bottom-30 {
  margin-bottom: 30px !important;
}

.mg-bottom-35 {
  margin-bottom: 35px !important;
}

.mg-bottom-40 {
  margin-bottom: 40px !important;
}

.mg-bottom-45 {
  margin-bottom: 45px !important;
}

.mg-bottom-50 {
  margin-bottom: 50px !important;
}

.mg-bottom-55 {
  margin-bottom: 55px !important;
}

.mg-bottom-60 {
  margin-bottom: 60px !important;
}

.mg-bottom-65 {
  margin-bottom: 65px !important;
}

.mg-bottom-70 {
  margin-bottom: 70px !important;
}

.mg-bottom-75 {
  margin-bottom: 75px !important;
}

.mg-bottom-80 {
  margin-bottom: 80px !important;
}

.mg-bottom-85 {
  margin-bottom: 85px !important;
}

.mg-bottom-90 {
  margin-bottom: 90px !important;
}

.mg-bottom-95 {
  margin-bottom: 95px !important;
}

.mg-bottom-100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }

  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }

  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }

  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }

  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }

  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }

  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }

  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }

  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }

  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }

  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }

  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }

  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }

  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }

  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }

  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }

  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }

  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }

  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }

  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }

  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }

  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }

  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }

  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }

  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }

  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }

  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }

  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }

  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }

  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }

  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }

  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }

  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }

  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }

  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }

  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }

  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }

  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }

  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }

  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }

  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Letter Spacing
* ----------------------------------------------------------------------------
*/
.spacing--02 {
  letter-spacing: -0.02em !important;
}

.spacing--03 {
  letter-spacing: -0.03em !important;
}

.spacing-50 {
  letter-spacing: 0.05em !important;
}

.spacing-100 {
  letter-spacing: 0.1em !important;
}

.spacing-200 {
  letter-spacing: 0.2em !important;
}

.spacing-400 {
  letter-spacing: 0.4em !important;
}

/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-46 {
  font-size: 46px !important;
}

/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}

.uppercase {
  text-transform: uppercase !important;
}

/**
* Text align
* ----------------------------------------------------------------------------
*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/**
* Line Height
* ----------------------------------------------------------------------------
*/
.line-small {
  line-height: 1em !important;
}

.line-normal {
  line-height: 1.5em !important;
}

.line-medium {
  line-height: 1.6em !important;
}

.line-large {
  line-height: 1.8em !important;
}

.line-2x {
  line-height: 2em !important;
}

.line-3x {
  line-height: 3em !important;
}

.line-21 {
  line-height: 21px !important;
}

.line-24 {
  line-height: 24px !important;
}

.line-44 {
  line-height: 44px !important;
}

/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/**
* OTHERS MIXIN
* ----------------------------------------------------------------------------
*/
.overflow-hidden {
  overflow: hidden !important;
}

.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mceContentBody::after {
  display: block;
  position: absolute;
  top: 0;
  left: 102%;
  width: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
  font-size: 14px;
  color: #d8d8d8;
  text-align: center;
  height: 100%;
  max-width: 330px;
  z-index: 1;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
  line-height: 26px;
  pointer-events: none;
}

.mceContentBody.mceContentBody {
  padding-right: 25px !important;
  padding-left: 15px !important;
  border-right: 1px solid #eee;
  position: relative;
}
.mceContentBody.mceContentBody[data-site_layout=none] {
  max-width: 1170px;
}
.mceContentBody.mceContentBody[data-site_layout=none]:after {
  content: "";
}

/*# sourceMappingURL=style.css.map */
