/*--------------------------------------------------------------
 1.0 Normalize
 Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
 --------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b, strong {
  font-weight: 700; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  top: -0.5em;
  bottom: -0.25em; }

audio, video {
  display: inline-block;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

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

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  margin: 0; }

button, input {
  overflow: visible; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

iframe, embed, object, video, .mejs-container {
  max-width: 100%; }
/* -------------------------------------------------------------
 Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
 ------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* bottom to top */
/* top to bottom */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSFORM ORIGIN */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
/* Text Shadow */
/* Mixins  */
/* overlay style  */
/* Vertical Align */
/* Horizontal Align */
/* Center Align */
/* Center Bottom Align */
/* image fit */
/* Image black and white */
/* Box shadow */
/* Display */
/* Spin */
@-webkit-keyframes CMSSpin {
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes CMSSpin {
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes CMSSpin {
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes CMSSpin {
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes CMSSpin {
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Page Loading */
/* Newton */
@keyframes left {
  25% {
    transform: translateX(-250%);
    animation-timing-function: ease-in; }

  50% {
    transform: translateX(-150%); } }

@keyframes right {
  50% {
    transform: translateX(150%); }

  75% {
    transform: translateX(250%);
    animation-timing-function: ease-in; }

  100% {
    transform: translateX(150%); } }
/* wave */
@keyframes jump1 {
  12% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in; }

  24% {
    transform: translate(40px, 0); }

  100% {
    transform: translate(40px, 0); } }

@keyframes jump2 {
  12% {
    transform: translate(0, 0); }

  24% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in; }

  36% {
    transform: translate(40px, 0); }

  100% {
    transform: translate(40px, 0); } }

@keyframes jump3 {
  24% {
    transform: translate(0, 0); }

  36% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in; }

  48% {
    transform: translate(40px, 0); }

  100% {
    transform: translate(40px, 0); } }

@keyframes wipe {
  48% {
    transform: translateX(-120px); }

  100% {
    transform: translateX(-120px); } }
/* circus */
@keyframes position {
  50% {
    left: 100%; } }

@keyframes size {
  50% {
    transform: scale(0.5, 0.5); } }
/* Atom */
@keyframes AtomPosition {
  50% {
    top: 80px;
    left: 80px; } }

@keyframes size {
  50% {
    transform: scale(0.5, 0.5); } }

@keyframes zindex {
  100% {
    z-index: 10; } }

@keyframes shrink {
  50% {
    transform: scale(0.9, 0.9); } }
/* Fusstion */
@keyframes ball1 {
  50% {
    top: -100%;
    left: 200%;
    background: rgba(127, 127, 0, 0.5); }

  100% {
    top: 50%;
    left: 100%;
    background: rgba(0, 255, 0, 0.5);
    z-index: 2; } }

@keyframes ball2 {
  50% {
    top: 200%;
    left: 200%;
    background: rgba(0, 255, 255, 0.5); }

  100% {
    top: 100%;
    left: 50%;
    background: rgba(0, 0, 255, 0.5);
    z-index: 1; } }

@keyframes ball3 {
  50% {
    top: 200%;
    left: -100%;
    background: rgba(255, 0, 255, 0.5); }

  100% {
    top: 50%;
    left: 0%;
    background: rgba(255, 255, 0, 0.5);
    z-index: 2; } }

@keyframes ball4 {
  50% {
    top: -100%;
    left: -100%;
    background: rgba(255, 127, 0, 0.5); }

  100% {
    top: 0%;
    left: 50%;
    background: rgba(255, 0, 0, 0.5);
    z-index: 1; } }
/* Mitosis */
@keyframes invert {
  100% {
    transform: rotate(180deg); } }

@keyframes Mitosisball1 {
  12% {
    transform: none; }

  26% {
    transform: translateX(25%) scale(1, 0.8); }

  40% {
    transform: translateX(50%) scale(0.8, 0.8); }

  60% {
    transform: translateX(50%) scale(0.8, 0.8); }

  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8); }

  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6); }

  100% {
    transform: translate(50%, 50%) scale(0.6, 0.6); } }

@keyframes Mitosisball2 {
  12% {
    transform: none; }

  26% {
    transform: translateX(25%) scale(1, 0.8); }

  40% {
    transform: translateX(50%) scale(0.8, 0.8); }

  60% {
    transform: translateX(50%) scale(0.8, 0.8); }

  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8); }

  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6); }

  100% {
    transform: translate(50%, -50%) scale(0.6, 0.6); } }

@keyframes Mitosisball3 {
  12% {
    transform: none; }

  26% {
    transform: translateX(-25%) scale(1, 0.8); }

  40% {
    transform: translateX(-50%) scale(0.8, 0.8); }

  60% {
    transform: translateX(-50%) scale(0.8, 0.8); }

  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8); }

  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6); }

  100% {
    transform: translate(-50%, 50%) scale(0.6, 0.6); } }

@keyframes Mitosisball4 {
  12% {
    transform: none; }

  26% {
    transform: translateX(-25%) scale(1, 0.8); }

  40% {
    transform: translateX(-50%) scale(0.8, 0.8); }

  60% {
    transform: translateX(-50%) scale(0.8, 0.8); }

  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8); }

  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6); }

  100% {
    transform: translate(-50%, -50%) scale(0.6, 0.6); } }
/* Flower */
@keyframes Flowerball1 {
  6.25% {
    transform: rotate(90deg); }

  12.5% {
    transform: rotate(90deg); }

  18.75% {
    transform: rotate(180deg); }

  25% {
    transform: rotate(180deg); }

  31.25% {
    transform: rotate(270deg); }

  37.5% {
    transform: rotate(270deg); }

  43.75% {
    transform: rotate(360deg); }

  50% {
    transform: rotate(360deg); }

  56.25% {
    transform: rotate(450deg); }

  75% {
    transform: rotate(450deg); }

  87.5% {
    transform: rotate(405deg) scale(1.3, 1.3); }

  100% {
    transform: rotate(360deg) scale(1, 1); } }

@keyframes Flowerball2 {
  12.5% {
    transform: rotate(0); }

  18.75% {
    transform: rotate(90deg); }

  25% {
    transform: rotate(90deg); }

  31.25% {
    transform: rotate(180deg); }

  37.5% {
    transform: rotate(180deg); }

  43.75% {
    transform: rotate(270deg); }

  50% {
    transform: rotate(270deg); }

  56.25% {
    transform: rotate(360deg); }

  62.5% {
    transform: rotate(360deg); }

  68.75% {
    transform: rotate(450deg); }

  75% {
    transform: rotate(450deg); }

  87.5% {
    transform: rotate(405deg) scale(1.3, 1.3); }

  100% {
    transform: rotate(360deg) scale(1, 1); } }

@keyframes Flowerball3 {
  25% {
    transform: rotate(0); }

  31.25% {
    transform: rotate(90deg); }

  75% {
    transform: rotate(90deg); }

  87.5% {
    transform: rotate(45deg) scale(1.3, 1.3); }

  100% {
    transform: rotate(0) scale(1, 1); } }

@keyframes Flowerball4 {
  37.5% {
    transform: rotate(0); }

  43.75% {
    transform: rotate(90deg); }

  75% {
    transform: rotate(90deg); }

  87.5% {
    transform: rotate(45deg) scale(1.3, 1.3); }

  100% {
    transform: rotate(0) scale(1, 1); } }
/* Clock */
@keyframes clock {
  100% {
    transform: rotate(360deg); } }

@keyframes clock1 {
  0% {
    transform: rotate(-135deg); }

  30% {
    transform: rotate(-450deg); }

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

@keyframes clock2 {
  5% {
    transform: rotate(-90deg); }

  35% {
    transform: rotate(-405deg); }

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

@keyframes clock3 {
  10% {
    transform: rotate(-45deg); }

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

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

@keyframes clock4 {
  15% {
    transform: rotate(0); }

  45% {
    transform: rotate(-315deg); }

  100% {
    transform: rotate(-315deg); } }
/* Washing Machine */
@keyframes wash {
  100% {
    transform: rotate(1800deg); } }
/* Pulse */
@keyframes pulse {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px; }

  100% {
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0; } }
/* Socails Color */
/* Color */
/* Font Size */
/* Typography */
/* Border */
/* Meta */
/* Header */
/* Form */
/* Overlay */
/* Socials Color */
/* Header */
/**
 * Responsive Size
 * Based on Boostrap Grid 4.x
 * @source https://getbootstrap.com/docs/4.1/layout/grid/#grid-options
 */
/* Large Screen */
/* Medium Screen */
/* Small Screen */
/* Extra Small Screen */
@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
/*--------------------------------------------------------------
 3.0 Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  padding-bottom: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  padding-bottom: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
/* Custom color */
.white {
  color: white; }

.primary-color {
  color: rgba(243, 82, 90, 1); }

.wpb_vc_button .btn-info, option.btn-info, select.btn-info {
  background-color: #e6c12e; }
/* Toggle Icons */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  -webkit-border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: none 2px 5px rgba(0, 0, 0, 0.4); }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-sm-first {
        order: -1; }
      .order-sm-last {
        order: 13; }
      .order-sm-0 {
        order: 0; }
      .order-sm-1 {
        order: 1; }
      .order-sm-2 {
        order: 2; }
      .order-sm-3 {
        order: 3; }
      .order-sm-4 {
        order: 4; }
      .order-sm-5 {
        order: 5; }
      .order-sm-6 {
        order: 6; }
      .order-sm-7 {
        order: 7; }
      .order-sm-8 {
        order: 8; }
      .order-sm-9 {
        order: 9; }
      .order-sm-10 {
        order: 10; }
      .order-sm-11 {
        order: 11; }
      .order-sm-12 {
        order: 12; }
      .offset-sm-0 {
        margin-left: 0; }
      .offset-sm-1 {
        margin-left: 8.3333333333%; }
      .offset-sm-2 {
        margin-left: 16.6666666667%; }
      .offset-sm-3 {
        margin-left: 25%; }
      .offset-sm-4 {
        margin-left: 33.3333333333%; }
      .offset-sm-5 {
        margin-left: 41.6666666667%; }
      .offset-sm-6 {
        margin-left: 50%; }
      .offset-sm-7 {
        margin-left: 58.3333333333%; }
      .offset-sm-8 {
        margin-left: 66.6666666667%; }
      .offset-sm-9 {
        margin-left: 75%; }
      .offset-sm-10 {
        margin-left: 83.3333333333%; }
      .offset-sm-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-md-first {
        order: -1; }
      .order-md-last {
        order: 13; }
      .order-md-0 {
        order: 0; }
      .order-md-1 {
        order: 1; }
      .order-md-2 {
        order: 2; }
      .order-md-3 {
        order: 3; }
      .order-md-4 {
        order: 4; }
      .order-md-5 {
        order: 5; }
      .order-md-6 {
        order: 6; }
      .order-md-7 {
        order: 7; }
      .order-md-8 {
        order: 8; }
      .order-md-9 {
        order: 9; }
      .order-md-10 {
        order: 10; }
      .order-md-11 {
        order: 11; }
      .order-md-12 {
        order: 12; }
      .offset-md-0 {
        margin-left: 0; }
      .offset-md-1 {
        margin-left: 8.3333333333%; }
      .offset-md-2 {
        margin-left: 16.6666666667%; }
      .offset-md-3 {
        margin-left: 25%; }
      .offset-md-4 {
        margin-left: 33.3333333333%; }
      .offset-md-5 {
        margin-left: 41.6666666667%; }
      .offset-md-6 {
        margin-left: 50%; }
      .offset-md-7 {
        margin-left: 58.3333333333%; }
      .offset-md-8 {
        margin-left: 66.6666666667%; }
      .offset-md-9 {
        margin-left: 75%; }
      .offset-md-10 {
        margin-left: 83.3333333333%; }
      .offset-md-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-lg-first {
        order: -1; }
      .order-lg-last {
        order: 13; }
      .order-lg-0 {
        order: 0; }
      .order-lg-1 {
        order: 1; }
      .order-lg-2 {
        order: 2; }
      .order-lg-3 {
        order: 3; }
      .order-lg-4 {
        order: 4; }
      .order-lg-5 {
        order: 5; }
      .order-lg-6 {
        order: 6; }
      .order-lg-7 {
        order: 7; }
      .order-lg-8 {
        order: 8; }
      .order-lg-9 {
        order: 9; }
      .order-lg-10 {
        order: 10; }
      .order-lg-11 {
        order: 11; }
      .order-lg-12 {
        order: 12; }
      .offset-lg-0 {
        margin-left: 0; }
      .offset-lg-1 {
        margin-left: 8.3333333333%; }
      .offset-lg-2 {
        margin-left: 16.6666666667%; }
      .offset-lg-3 {
        margin-left: 25%; }
      .offset-lg-4 {
        margin-left: 33.3333333333%; }
      .offset-lg-5 {
        margin-left: 41.6666666667%; }
      .offset-lg-6 {
        margin-left: 50%; }
      .offset-lg-7 {
        margin-left: 58.3333333333%; }
      .offset-lg-8 {
        margin-left: 66.6666666667%; }
      .offset-lg-9 {
        margin-left: 75%; }
      .offset-lg-10 {
        margin-left: 83.3333333333%; }
      .offset-lg-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-xl-first {
        order: -1; }
      .order-xl-last {
        order: 13; }
      .order-xl-0 {
        order: 0; }
      .order-xl-1 {
        order: 1; }
      .order-xl-2 {
        order: 2; }
      .order-xl-3 {
        order: 3; }
      .order-xl-4 {
        order: 4; }
      .order-xl-5 {
        order: 5; }
      .order-xl-6 {
        order: 6; }
      .order-xl-7 {
        order: 7; }
      .order-xl-8 {
        order: 8; }
      .order-xl-9 {
        order: 9; }
      .order-xl-10 {
        order: 10; }
      .order-xl-11 {
        order: 11; }
      .order-xl-12 {
        order: 12; }
      .offset-xl-0 {
        margin-left: 0; }
      .offset-xl-1 {
        margin-left: 8.3333333333%; }
      .offset-xl-2 {
        margin-left: 16.6666666667%; }
      .offset-xl-3 {
        margin-left: 25%; }
      .offset-xl-4 {
        margin-left: 33.3333333333%; }
      .offset-xl-5 {
        margin-left: 41.6666666667%; }
      .offset-xl-6 {
        margin-left: 50%; }
      .offset-xl-7 {
        margin-left: 58.3333333333%; }
      .offset-xl-8 {
        margin-left: 66.6666666667%; }
      .offset-xl-9 {
        margin-left: 75%; }
      .offset-xl-10 {
        margin-left: 83.3333333333%; }
      .offset-xl-11 {
        margin-left: 91.6666666667%; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0); }

@supports (transform-style: preserve-3d) {
  transform: translate3d(0, 0, 0); }

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%); }

@supports (transform-style: preserve-3d) {
  transform: translate3d(100%, 0, 0); }

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%); }

@supports (transform-style: preserve-3d) {
  transform: translate3d(-100%, 0, 0); }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5); }
  .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 15px;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem; }

.was-validated .form-control:valid, .was-validated .custom-select:valid, .form-control.is-valid, .custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .form-control.is-valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
  .was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
  .was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57; }
  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
  .was-validated .custom-file-input:valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 15px;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem; }

.was-validated .form-control:invalid, .was-validated .custom-select:invalid, .form-control.is-invalid, .custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .form-control.is-invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
  .was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
  .was-validated .custom-control-input:invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d; }
  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
  .was-validated .custom-file-input:invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
      .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0; }
      .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .form-inline .form-control-plaintext {
        display: inline-block; }
      .form-inline .input-group {
        width: auto; }
      .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
      .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
      .form-inline .custom-control {
        align-items: center;
        justify-content: center; }
      .form-inline .custom-control-label {
        margin-bottom: 0; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 15px;
  font-weight: 400; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.show {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none {
      display: none !important; }
      .d-sm-inline {
        display: inline !important; }
      .d-sm-inline-block {
        display: inline-block !important; }
      .d-sm-block {
        display: block !important; }
      .d-sm-table {
        display: table !important; }
      .d-sm-table-row {
        display: table-row !important; }
      .d-sm-table-cell {
        display: table-cell !important; }
      .d-sm-flex {
        display: flex !important; }
      .d-sm-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .d-md-none {
      display: none !important; }
      .d-md-inline {
        display: inline !important; }
      .d-md-inline-block {
        display: inline-block !important; }
      .d-md-block {
        display: block !important; }
      .d-md-table {
        display: table !important; }
      .d-md-table-row {
        display: table-row !important; }
      .d-md-table-cell {
        display: table-cell !important; }
      .d-md-flex {
        display: flex !important; }
      .d-md-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .d-lg-none {
      display: none !important; }
      .d-lg-inline {
        display: inline !important; }
      .d-lg-inline-block {
        display: inline-block !important; }
      .d-lg-block {
        display: block !important; }
      .d-lg-table {
        display: table !important; }
      .d-lg-table-row {
        display: table-row !important; }
      .d-lg-table-cell {
        display: table-cell !important; }
      .d-lg-flex {
        display: flex !important; }
      .d-lg-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .d-xl-none {
      display: none !important; }
      .d-xl-inline {
        display: inline !important; }
      .d-xl-inline-block {
        display: inline-block !important; }
      .d-xl-block {
        display: block !important; }
      .d-xl-table {
        display: table !important; }
      .d-xl-table-row {
        display: table-row !important; }
      .d-xl-table-cell {
        display: table-cell !important; }
      .d-xl-flex {
        display: flex !important; }
      .d-xl-inline-flex {
        display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important; }
      .flex-sm-column {
        flex-direction: column !important; }
      .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-sm-wrap {
        flex-wrap: wrap !important; }
      .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
      .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-sm-start {
        justify-content: flex-start !important; }
      .justify-content-sm-end {
        justify-content: flex-end !important; }
      .justify-content-sm-center {
        justify-content: center !important; }
      .justify-content-sm-between {
        justify-content: space-between !important; }
      .justify-content-sm-around {
        justify-content: space-around !important; }
      .align-items-sm-start {
        align-items: flex-start !important; }
      .align-items-sm-end {
        align-items: flex-end !important; }
      .align-items-sm-center {
        align-items: center !important; }
      .align-items-sm-baseline {
        align-items: baseline !important; }
      .align-items-sm-stretch {
        align-items: stretch !important; }
      .align-content-sm-start {
        align-content: flex-start !important; }
      .align-content-sm-end {
        align-content: flex-end !important; }
      .align-content-sm-center {
        align-content: center !important; }
      .align-content-sm-between {
        align-content: space-between !important; }
      .align-content-sm-around {
        align-content: space-around !important; }
      .align-content-sm-stretch {
        align-content: stretch !important; }
      .align-self-sm-auto {
        align-self: auto !important; }
      .align-self-sm-start {
        align-self: flex-start !important; }
      .align-self-sm-end {
        align-self: flex-end !important; }
      .align-self-sm-center {
        align-self: center !important; }
      .align-self-sm-baseline {
        align-self: baseline !important; }
      .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important; }
      .flex-md-column {
        flex-direction: column !important; }
      .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-md-wrap {
        flex-wrap: wrap !important; }
      .flex-md-nowrap {
        flex-wrap: nowrap !important; }
      .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-md-start {
        justify-content: flex-start !important; }
      .justify-content-md-end {
        justify-content: flex-end !important; }
      .justify-content-md-center {
        justify-content: center !important; }
      .justify-content-md-between {
        justify-content: space-between !important; }
      .justify-content-md-around {
        justify-content: space-around !important; }
      .align-items-md-start {
        align-items: flex-start !important; }
      .align-items-md-end {
        align-items: flex-end !important; }
      .align-items-md-center {
        align-items: center !important; }
      .align-items-md-baseline {
        align-items: baseline !important; }
      .align-items-md-stretch {
        align-items: stretch !important; }
      .align-content-md-start {
        align-content: flex-start !important; }
      .align-content-md-end {
        align-content: flex-end !important; }
      .align-content-md-center {
        align-content: center !important; }
      .align-content-md-between {
        align-content: space-between !important; }
      .align-content-md-around {
        align-content: space-around !important; }
      .align-content-md-stretch {
        align-content: stretch !important; }
      .align-self-md-auto {
        align-self: auto !important; }
      .align-self-md-start {
        align-self: flex-start !important; }
      .align-self-md-end {
        align-self: flex-end !important; }
      .align-self-md-center {
        align-self: center !important; }
      .align-self-md-baseline {
        align-self: baseline !important; }
      .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important; }
      .flex-lg-column {
        flex-direction: column !important; }
      .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-lg-wrap {
        flex-wrap: wrap !important; }
      .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
      .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-lg-start {
        justify-content: flex-start !important; }
      .justify-content-lg-end {
        justify-content: flex-end !important; }
      .justify-content-lg-center {
        justify-content: center !important; }
      .justify-content-lg-between {
        justify-content: space-between !important; }
      .justify-content-lg-around {
        justify-content: space-around !important; }
      .align-items-lg-start {
        align-items: flex-start !important; }
      .align-items-lg-end {
        align-items: flex-end !important; }
      .align-items-lg-center {
        align-items: center !important; }
      .align-items-lg-baseline {
        align-items: baseline !important; }
      .align-items-lg-stretch {
        align-items: stretch !important; }
      .align-content-lg-start {
        align-content: flex-start !important; }
      .align-content-lg-end {
        align-content: flex-end !important; }
      .align-content-lg-center {
        align-content: center !important; }
      .align-content-lg-between {
        align-content: space-between !important; }
      .align-content-lg-around {
        align-content: space-around !important; }
      .align-content-lg-stretch {
        align-content: stretch !important; }
      .align-self-lg-auto {
        align-self: auto !important; }
      .align-self-lg-start {
        align-self: flex-start !important; }
      .align-self-lg-end {
        align-self: flex-end !important; }
      .align-self-lg-center {
        align-self: center !important; }
      .align-self-lg-baseline {
        align-self: baseline !important; }
      .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important; }
      .flex-xl-column {
        flex-direction: column !important; }
      .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-xl-wrap {
        flex-wrap: wrap !important; }
      .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
      .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-xl-start {
        justify-content: flex-start !important; }
      .justify-content-xl-end {
        justify-content: flex-end !important; }
      .justify-content-xl-center {
        justify-content: center !important; }
      .justify-content-xl-between {
        justify-content: space-between !important; }
      .justify-content-xl-around {
        justify-content: space-around !important; }
      .align-items-xl-start {
        align-items: flex-start !important; }
      .align-items-xl-end {
        align-items: flex-end !important; }
      .align-items-xl-center {
        align-items: center !important; }
      .align-items-xl-baseline {
        align-items: baseline !important; }
      .align-items-xl-stretch {
        align-items: stretch !important; }
      .align-content-xl-start {
        align-content: flex-start !important; }
      .align-content-xl-end {
        align-content: flex-end !important; }
      .align-content-xl-center {
        align-content: center !important; }
      .align-content-xl-between {
        align-content: space-between !important; }
      .align-content-xl-around {
        align-content: space-around !important; }
      .align-content-xl-stretch {
        align-content: stretch !important; }
      .align-self-xl-auto {
        align-self: auto !important; }
      .align-self-xl-start {
        align-self: flex-start !important; }
      .align-self-xl-end {
        align-self: flex-end !important; }
      .align-self-xl-center {
        align-self: center !important; }
      .align-self-xl-baseline {
        align-self: baseline !important; }
      .align-self-xl-stretch {
        align-self: stretch !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important; }
      .text-sm-right {
        text-align: right !important; }
      .text-sm-center {
        text-align: center !important; } }

@media (min-width: 768px) {
    .text-md-left {
      text-align: left !important; }
      .text-md-right {
        text-align: right !important; }
      .text-md-center {
        text-align: center !important; } }

@media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important; }
      .text-lg-right {
        text-align: right !important; }
      .text-lg-center {
        text-align: center !important; } }

@media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important; }
      .text-xl-right {
        text-align: right !important; }
      .text-xl-center {
        text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.clearfix::before, .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
    .card-columns {
      column-count: 3;
      column-gap: 1.25rem; }
      .card-columns .card {
        display: inline-block;
        width: 100%; } }

.col-auto {
  max-width: 100%; }

#red-loading {
  height: 100vh;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 auto; }
/* Flip Box */
.rotateplane {
  background-color: rgba(243, 82, 90, 1);
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* Double Bounce */
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(243, 82, 90, 1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

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

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Wave */
.wave > div {
  background-color: rgba(243, 82, 90, 1);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.wave .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.wave .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.wave .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.wave .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/* Double Cube */
.cube1, .cube2 {
  background-color: rgba(243, 82, 90, 1);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

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

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
/* Scale Out */
.scaleout {
  background: rgba(243, 82, 90, 1);
  border-radius: 50%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

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

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* Double Dots */
.double-dots {
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: rgba(243, 82, 90, 1);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

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

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Three Circle Bounce */
.three-circle-bounce > div {
  width: 18px;
  height: 18px;
  background-color: rgba(243, 82, 90, 1);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.three-circle-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.three-circle-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

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

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Circle Loading */
.sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: rgba(243, 82, 90, 1);
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

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

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Cube Grid */
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: rgba(243, 82, 90, 1);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
/* Fading circle */
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: rgba(243, 82, 90, 1);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }
/* Folding Cube */
.sk-folding-cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 82, 90, 1);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* Boxed */
.red-boxed {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1200px; }

.red-page {
  overflow-x: hidden; }

.red-grid-item {
  margin-bottom: 57px; }
/* Carousel */
.red-carousel-item > * {
  margin-bottom: 30px; }
  .red-carousel-item > *:last-child {
    margin-bottom: 0; }
/* Transition */
.transition {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
/* CSS MouseWheel */
.red-mousewheel {
  overflow: hidden; }

.red-mousewheel .red-mousewheel-inner {
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% + 50px);
  padding-right: 34px;
  max-height: calc(100vh - 300px); }
  .red-mousewheel .red-mousewheel-inner select, .red-mousewheel .red-mousewheel-inner table {
    width: calc(100% - 50px); }

.rtl .red-mousewheel .red-mousewheel-inner {
  padding-right: 0;
  padding-left: 34px; }
/* Overlay */
.overlay-wrap {
  position: relative;
  display: block;
  overflow: hidden; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
/* HoverDir */
.red-hoverdir {
  position: relative;
  overflow: hidden;
  display: block; }

.hoverdir {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

body {
  color: #666164;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  word-wrap: break-word;
  padding: 0;
  margin: 0; }
/* Heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #221b20;
  font-family: Montserrat;
  font-weight: 600; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f0535b; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  padding: 0; }

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  padding-top: 0; }

h1, .h1 {
  font-size: 36px;
  line-height: 1; }

h2, .h2 {
  font-size: 32px;
  line-height: 1; }

h3, .h3 {
  font-size: 28px;
  line-height: 1; }

h4, .h4 {
  font-size: 24px;
  line-height: 1; }

h5, .h5 {
  font-size: 20px;
  line-height: 1; }

h6, .h6 {
  font-size: 16px;
  line-height: 24px; }
/* paragraph */
p {
  margin: 0 0 15px;
  padding: 0; }

p:last-child {
  margin-bottom: 0; }

p:empty {
  display: none; }
/* link */
body a {
  text-decoration: none;
  color: #303030;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

body a:hover, body a:focus {
  color: #f0535b;
  text-decoration: none !important; }

a[href^=tel] {
  color: inherit; }

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

select {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  font-size: 14px;
  color: #666164;
  font-weight: 300;
  font-style: italic;
  border-color: #d3d1d2;
  background: transparent;
  font-family: Montserrat; }

blockquote {
  text-align: center;
  padding: 33px 65px 53px;
  color: #666164;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  font-weight: 300;
  font-style: italic; }

@media (max-width: 767px) {
    blockquote {
      padding: 25px 30px 43px; } }

@media (max-width: 479px) {
    blockquote {
      padding: 15px 15px 33px; } }

blockquote p {
  margin-bottom: 0; }

blockquote .author {
  color: #221b20;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-bottom: 3px;
  margin-top: 27px; }

blockquote .position {
  font-size: 12px;
  line-height: 1;
  color: rgba(243, 82, 90, 1);
  font-style: normal;
  font-weight: 400; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

blockquote:before, blockquote:after {
  content: ""; }

:focus {
  outline: none; }
/* List */
ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ul li, ol li {
  line-height: 30px; }

ul.menu, ol.menu {
  list-style: none; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .login-select, .form-control, .uneditable-input {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-family: Montserrat;
  padding: 13px 30px;
  font-style: italic;
  border-radius: 0;
  color: #221b20;
  border: 1px solid #cdcccd;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .login-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder {
  color: #212529; }

textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .login-select:-moz-placeholder, .form-control:-moz-placeholder, .uneditable-input:-moz-placeholder {
  color: #212529; }

textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .login-select::-moz-placeholder, .form-control::-moz-placeholder, .uneditable-input::-moz-placeholder {
  color: #212529; }

textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .login-select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder {
  color: #212529; }

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, .login-select:hover, .form-control:hover, .uneditable-input:hover, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .login-select:focus, .form-control:focus, .uneditable-input:focus {
  border-color: rgba(243, 82, 90, 1);
  box-shadow: none; }

table {
  width: 100%; }

div.wpcf7-validation-errors {
  display: none !important; }

.contact-form .row {
  margin: 0 -10px; }
  .contact-form .row > div {
    padding: 0 10px; }
  .contact-form .row > div p {
    margin-bottom: 20px; }
  .contact-form .row > div .btn-send {
    margin-top: 20px;
    margin-bottom: 0; }

.contact-form.contact1 .btn-send input[type='submit'] {
  background: transparent;
  border-color: rgba(243, 82, 90, 1);
  color: rgba(243, 82, 90, 1);
  border-width: 2px;
  font-weight: 600; }
  .contact-form.contact1 .btn-send input[type='submit']:hover {
    background: rgba(243, 82, 90, 1);
    color: #fff; }

.contact-form.contact2 input, .contact-form.contact2 textarea {
  background: transparent; }
  .contact-form.contact2 .btn-send input[type='submit'] {
    background: transparent;
    border-color: rgba(243, 82, 90, 1);
    color: rgba(243, 82, 90, 1);
    border-width: 2px;
    font-weight: 600; }
  .contact-form.contact2 .btn-send input[type='submit']:hover {
    background: rgba(243, 82, 90, 1);
    color: #fff; }
/* Button */
/*
 * All style for  Button
 */
.btn, .btn-default, button, .button, input[type="button"], input[type="submit"], .vc_general.vc_btn3.btn, .vc_general.vc_btn3.btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 14px 32px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #303030;
  background-color: #303030;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.btn:hover, .btn-default:hover, button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .vc_general.vc_btn3.btn:hover, .vc_general.vc_btn3.btn-default:hover {
  color: #303030;
  border-color: #303030;
  background-color: transparent; }

.btn.btn-alt, .btn-default.btn-alt, button.btn-alt, .button.btn-alt, input[type="button"].btn-alt, input[type="submit"].btn-alt, .vc_general.vc_btn3.btn.btn-alt, .vc_general.vc_btn3.btn-default.btn-alt {
  color: #303030;
  background-color: transparent;
  background-image: none; }
  .btn.btn-alt:hover, .btn-default.btn-alt:hover, button.btn-alt:hover, .button.btn-alt:hover, input[type="button"].btn-alt:hover, input[type="submit"].btn-alt:hover, .vc_general.vc_btn3.btn.btn-alt:hover, .vc_general.vc_btn3.btn-default.btn-alt:hover {
    color: #fff;
    background-color: #303030; }
  .btn.btn-alt.btn-white, .btn-default.btn-alt.btn-white, button.btn-alt.btn-white, .button.btn-alt.btn-white, input[type="button"].btn-alt.btn-white, input[type="submit"].btn-alt.btn-white, .vc_general.vc_btn3.btn.btn-alt.btn-white, .vc_general.vc_btn3.btn-default.btn-alt.btn-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn.btn-alt.btn-white:hover, .btn-default.btn-alt.btn-white:hover, button.btn-alt.btn-white:hover, .button.btn-alt.btn-white:hover, input[type="button"].btn-alt.btn-white:hover, input[type="submit"].btn-alt.btn-white:hover, .vc_general.vc_btn3.btn.btn-alt.btn-white:hover, .vc_general.vc_btn3.btn-default.btn-alt.btn-white:hover {
    color: #303030;
    background-color: #fff; }

.btn.btn-white, .btn-default.btn-white, button.btn-white, .button.btn-white, input[type="button"].btn-white, input[type="submit"].btn-white, .vc_general.vc_btn3.btn.btn-white, .vc_general.vc_btn3.btn-default.btn-white {
  color: #303030;
  background-color: #fff;
  border-color: #fff; }
  .btn.btn-white:hover, .btn-default.btn-white:hover, button.btn-white:hover, .button.btn-white:hover, input[type="button"].btn-white:hover, input[type="submit"].btn-white:hover, .vc_general.vc_btn3.btn.btn-white:hover, .vc_general.vc_btn3.btn-default.btn-white:hover {
    color: #fff;
    background-color: transparent; }

@media (max-width: 991px) {
    .btn, .btn-default, button, .button, input[type="button"], input[type="submit"], .vc_general.vc_btn3.btn, .vc_general.vc_btn3.btn-default {
      padding: 14px 25px; } }

.btn-primary, .vc_general.vc_btn3.btn-primary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 14px 32px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(243, 82, 90, 1);
  background-color: rgba(243, 82, 90, 1);
  border-radius: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.btn-primary:hover, .vc_general.vc_btn3.btn-primary:hover {
  color: rgba(243, 82, 90, 1);
  border-color: rgba(243, 82, 90, 1);
  background-color: #fff; }

.btn-primary.btn-alt, .vc_general.vc_btn3.btn-primary.btn-alt {
  color: rgba(243, 82, 90, 1);
  background-color: transparent;
  background-image: none; }
  .btn-primary.btn-alt:hover, .vc_general.vc_btn3.btn-primary.btn-alt:hover {
    color: #fff;
    background-color: rgba(243, 82, 90, 1); }

.btn-second, .vc_general.vc_btn3.btn-second {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 14px 32px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(85, 188, 231, 1);
  background-color: rgba(85, 188, 231, 1);
  border-radius: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.btn-second:hover, .vc_general.vc_btn3.btn-second:hover {
  color: rgba(85, 188, 231, 1);
  border-color: rgba(85, 188, 231, 1);
  background-color: #fff; }

.btn-second.btn-alt, .vc_general.vc_btn3.btn-second.btn-alt {
  color: rgba(85, 188, 231, 1);
  background-color: transparent;
  background-image: none; }
  .btn-second.btn-alt:hover, .vc_general.vc_btn3.btn-second.btn-alt:hover {
    color: #fff;
    background-color: rgba(85, 188, 231, 1); }

a.simple {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 1.4;
  position: relative;
  text-align: center; }

a.simple:before, a.simple:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 50%;
  height: 1px;
  background: #303030;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

a.simple:before {
  left: calc(50%); }

a.simple:after {
  right: calc(50%); }

a.simple:hover:after, a.simple:hover:before {
  width: 0;
  background: #f0535b; }

.btn-bootstrap.btn-info {
  background-color: #e6c12e;
  border-color: #e6c12e; }
  .btn-bootstrap.btn-info:hover {
    background-color: transparent;
    color: #e6c12e;
    border-color: #e6c12e; }

.btn-bootstrap.btn-success {
  background-color: #83bc31;
  border-color: #83bc31; }
  .btn-bootstrap.btn-success:hover {
    background-color: transparent;
    color: #83bc31;
    border-color: #83bc31; }

.btn-bootstrap.btn-warning {
  background-color: #e6852e;
  border-color: #e6852e; }
  .btn-bootstrap.btn-warning:hover {
    background-color: transparent;
    color: #e6852e;
    border-color: #e6852e; }

.btn-bootstrap.btn-danger {
  background-color: rgba(243, 82, 90, 1);
  border-color: rgba(243, 82, 90, 1); }
  .btn-bootstrap.btn-danger:hover {
    background-color: transparent;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }

.btn-bootstrap-alt.btn-info {
  background-color: transparent;
  color: #e6c12e;
  border-color: #e6c12e; }
  .btn-bootstrap-alt.btn-info:hover {
    color: #fff;
    background-color: #e6c12e;
    border-color: #e6c12e; }

.btn-bootstrap-alt.btn-success {
  background-color: transparent;
  color: #83bc31;
  border-color: #83bc31; }
  .btn-bootstrap-alt.btn-success:hover {
    color: #fff;
    background-color: #83bc31;
    border-color: #83bc31; }

.btn-bootstrap-alt.btn-warning {
  background-color: transparent;
  color: #e6852e;
  border-color: #e6852e; }
  .btn-bootstrap-alt.btn-warning:hover {
    color: #fff;
    background-color: #e6852e;
    border-color: #e6852e; }

.btn-bootstrap-alt.btn-danger {
  background-color: transparent;
  color: rgba(243, 82, 90, 1);
  border-color: rgba(243, 82, 90, 1); }
  .btn-bootstrap-alt.btn-danger:hover {
    color: #fff;
    background-color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
/* Button Size */
.btn-sm {
  font-size: 12px; }

.btn-md {
  font-size: 14px;
  font-weight: 600;
  border-width: 2px; }

.btn-lg {
  font-size: 16px; }

.btn-xl {
  font-size: 18px; }

.comments-area {
  padding: 60px;
  background: #f8f8f8;
  margin-bottom: 60px; }

@media (max-width: 1199px) {
    .comments-area {
      padding: 45px; } }

@media (max-width: 767px) {
    .comments-area {
      padding: 30px; } }

@media (max-width: 479px) {
    .comments-area {
      padding: 30px 15px; } }

.comments-area .comments-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px; }

.comments-area .comment-navigation {
  margin-bottom: 50px;
  text-align: center; }
  .comments-area .comment-navigation .nav-links a {
    color: #221b20;
    font-size: 16px;
    font-weight: 500; }
  .comments-area .comment-navigation .nav-links a:hover {
    color: #f0535b; }

.comments-area .comment-list {
  padding-bottom: 17px; }
  .comments-area .comment-list .comment.depth-2, .comments-area .comment-list .comment.depth-3, .comments-area .comment-list .comment.depth-4, .comments-area .comment-list .comment.depth-5 {
    padding-left: 90px; }
  @media (max-width: 1199px) {
        .comments-area .comment-list .comment.depth-2, .comments-area .comment-list .comment.depth-3, .comments-area .comment-list .comment.depth-4, .comments-area .comment-list .comment.depth-5 {
          padding-left: 45px; } }
  @media (max-width: 767px) {
        .comments-area .comment-list .comment.depth-2, .comments-area .comment-list .comment.depth-3, .comments-area .comment-list .comment.depth-4, .comments-area .comment-list .comment.depth-5 {
          padding-left: 30px; } }
  @media (max-width: 479px) {
        .comments-area .comment-list .comment.depth-2, .comments-area .comment-list .comment.depth-3, .comments-area .comment-list .comment.depth-4, .comments-area .comment-list .comment.depth-5 {
          padding-left: 15px; } }
  .comments-area .comment-list .comment .comment-inner {
    margin-bottom: 33px; }
  .comments-area .comment-list .comment .comment-inner .comment-before {
    display: flex;
    align-items: center;
    margin-bottom: 6px; }
    .comments-area .comment-list .comment .comment-inner .comment-before .comment-author-image {
      flex: none;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px; }
      .comments-area .comment-list .comment .comment-inner .comment-before .comment-author-image img {
        width: 70px; }
    .comments-area .comment-list .comment .comment-inner .comment-before .comment-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .comments-area .comment-list .comment .comment-inner .comment-before .comment-content .comment-header .author-name {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 0; }
        .comments-area .comment-list .comment .comment-inner .comment-before .comment-content .comment-header .comment-time {
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          text-transform: uppercase;
          color: rgba(243, 82, 90, 1); }
      .comments-area .comment-list .comment .comment-inner .comment-before .comment-content .comment-reply-link {
        display: block;
        font-size: 0;
        position: relative;
        line-height: 1;
        color: #a4a3a4; }
        .comments-area .comment-list .comment .comment-inner .comment-before .comment-content .comment-reply-link:hover, .comments-area .comment-list .comment .comment-inner .comment-before .comment-content .comment-reply-link:focus {
          color: #221b20; }
        .comments-area .comment-list .comment .comment-inner .comment-before .comment-content .comment-reply-link:before {
          content: "\f3e5";
          font-family: "Font Awesome 5 Pro";
          font-size: 16px;
          font-weight: 900;
          display: inline-block; }
  .comments-area .comment-list .comment .comment-inner .comment-text {
    margin-left: 90px; }
  .comments-area .comment-list .comment-respond {
    padding-bottom: 40px; }
  .comments-area .comment-list .comment .comment-respond {
    padding-left: 90px; }
  @media (max-width: 1199px) {
        .comments-area .comment-list .comment .comment-respond {
          padding-left: 45px; } }
  @media (max-width: 767px) {
        .comments-area .comment-list .comment .comment-respond {
          padding-left: 30px; } }
  @media (max-width: 479px) {
        .comments-area .comment-list .comment .comment-respond {
          padding-left: 15px; } }

.comments-area .comment-respond .comment-reply-title {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px; }
  .comments-area .comment-respond .comment-reply-title .small {
    font-size: 16px; }
  .comments-area .comment-respond form.comment-form {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px; }
  .comments-area .comment-respond form.comment-form > div {
    padding: 0 10px; }
  .comments-area .comment-respond form.comment-form p {
    margin-bottom: 20px; }
  .comments-area .comment-respond form.comment-form p input, .comments-area .comment-respond form.comment-form p textarea {
    border-color: #cdcccd;
    font-size: 14px; }
    .comments-area .comment-respond form.comment-form p input::-webkit-input-placeholder, .comments-area .comment-respond form.comment-form p textarea::-webkit-input-placeholder {
      color: #666164;
      font-style: italic; }
    .comments-area .comment-respond form.comment-form p input:-moz-placeholder, .comments-area .comment-respond form.comment-form p textarea:-moz-placeholder {
      color: #666164;
      font-style: italic; }
    .comments-area .comment-respond form.comment-form p input::-moz-placeholder, .comments-area .comment-respond form.comment-form p textarea::-moz-placeholder {
      color: #666164;
      font-style: italic; }
    .comments-area .comment-respond form.comment-form p input:-ms-input-placeholder, .comments-area .comment-respond form.comment-form p textarea:-ms-input-placeholder {
      color: #666164;
      font-style: italic; }
    .comments-area .comment-respond form.comment-form p input:hover, .comments-area .comment-respond form.comment-form p textarea:hover, .comments-area .comment-respond form.comment-form p input:focus, .comments-area .comment-respond form.comment-form p textarea:focus {
      border-color: rgba(243, 82, 90, 1); }
  .comments-area .comment-respond form.comment-form .logged-in-as {
    padding: 0 15px;
    line-height: 1;
    margin-bottom: 18px; }
  .comments-area .comment-respond form.comment-form .form-submit {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
        .comments-area .comment-respond form.comment-form .form-submit {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%; } }
  .comments-area .comment-respond form.comment-form .form-submit input {
    background: rgba(243, 82, 90, 1);
    color: #fff;
    padding: 17px 50px;
    font-weight: 600;
    border: 2px solid rgba(243, 82, 90, 1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    @media (max-width: 479px) {
        .comments-area .comment-respond form.comment-form .form-submit input {
          padding: 17px 30px; } }
    .comments-area .comment-respond form.comment-form .form-submit input:hover, .comments-area .comment-respond form.comment-form .form-submit input:focus {
      background: #fff;
      color: rgba(243, 82, 90, 1); }

.red-ajaxloading {
  min-height: 300px;
  position: relative; }

.red-ajaxloading .red-ajaxloading-inner {
  width: 60px;
  height: 60px;
  line-height: 1;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); }
  .red-ajaxloading .red-ajaxloading-inner:before {
    content: '\f110';
    font-size: 60px;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    color: rgba(243, 82, 90, 1);
    position: absolute;
    -webkit-animation: a 2s infinite linear;
    animation: a 2s infinite linear; }

.loading {
  position: relative;
  max-height: 400px;
  overflow: hidden; }

.loading:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.loading:after {
  content: '\f110';
  font-size: 60px;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear; }

.red-main {
  padding-top: 120px;
  padding-bottom: 120px; }

.red-main .sidebar-area {
  margin-bottom: 60px; }

@media (min-width: 992px) {
      .vc_row-no-padding .vc_column_container {
        padding: 0 !important; } }

.entry-media {
  position: relative;
  overflow: hidden; }

.entry-media:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.entry-media:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s; }

.entry-media.entry-link .entry-link-inner {
  padding: 111px 0;
  text-align: center;
  position: relative; }
  .entry-media.entry-link .entry-link-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .entry-media.entry-link .entry-link-inner a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    position: relative; }
  .entry-media.entry-link .entry-link-inner a:hover {
    color: #f0535b; }

.entry-media.entry-quote .entry-quote-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 55px 60px;
  position: relative;
  color: #fff; }
  .entry-media.entry-quote .entry-quote-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .entry-media.entry-quote .entry-quote-inner p {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 29px; }
  .entry-media.entry-quote .entry-quote-inner cite {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase; }
  .entry-media.entry-quote .entry-quote-inner p, .entry-media.entry-quote .entry-quote-inner cite {
    position: relative; }

.entry-media.entry-gallery .red-grid {
  margin: -5px; }
  .entry-media.entry-gallery .grid-item, .entry-media.entry-gallery .red-grid-item {
    padding: 5px; }
  .entry-media.entry-gallery .grid-item a.red-hoverdir, .entry-media.entry-gallery .red-grid-item a.red-hoverdir {
    position: relative; }
  .entry-media.entry-gallery .grid-item a.red-hoverdir:before, .entry-media.entry-gallery .red-grid-item a.red-hoverdir:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .entry-media.entry-gallery .grid-item a.red-hoverdir:hover:before, .entry-media.entry-gallery .red-grid-item a.red-hoverdir:hover:before {
    background-color: rgba(0, 0, 0, 0.8); }
  .entry-media.entry-gallery .post-gallery .open-popup {
    color: #fff; }
  .entry-media.entry-gallery .post-gallery .open-popup:hover {
    color: rgba(243, 82, 90, 1); }

.entry-media.entry-audio .entry-audio-inner.has-thumbnail {
  padding: 208px 0 0 0; }

.admin-bar .error-404-content {
  top: 32px; }
  @media (max-width: 767px) {
    .admin-bar .error-404-content {
      top: 48px; } }
  .admin-bar .error-404-content .error-404 {
    padding: 34px 15px 70px; }
  @media (max-width: 767px) {
      .admin-bar .error-404-content .error-404 {
        padding: 22px 15px 70px; } }

.error-404-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.error-404-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #221b20; }

.error-404-content .error-404 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 66px 15px 70px;
  color: #fff; }
  .error-404-content .error-404 h1.page-title-404 {
    font-size: 210px;
    line-height: 150px;
    color: rgba(243, 82, 90, 1);
    margin-bottom: 25px; }
  @media (max-width: 991px) {
      .error-404-content .error-404 h1.page-title-404 {
        font-size: 150px;
        line-height: 108px; } }
  @media (max-width: 767px) {
      .error-404-content .error-404 h1.page-title-404 {
        font-size: 120px;
        line-height: 85px; } }
  .error-404-content .error-404 p {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 26px; }
  @media (max-width: 991px) {
      .error-404-content .error-404 p {
        font-size: 34px;
        line-height: 34px; } }
  @media (max-width: 767px) {
      .error-404-content .error-404 p {
        font-size: 30px;
        line-height: 30px; } }
  .error-404-content .error-404 .error-search {
    display: table;
    margin: 0 auto; }
  .error-404-content .error-404 .error-search .search-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 13px; }
  .error-404-content .error-404 .error-search .search-form {
    width: 350px; }
  @media (max-width: 479px) {
        .error-404-content .error-404 .error-search .search-form {
          width: 100%; } }
  .error-404-content .error-404 .error-search .search-form input.search-field {
    font-size: 14px;
    color: #fff;
    background: transparent;
    border-color: #fff; }
    .error-404-content .error-404 .error-search .search-form input.search-field::-webkit-input-placeholder {
      color: #fff; }
    .error-404-content .error-404 .error-search .search-form input.search-field:-moz-placeholder {
      color: #fff; }
    .error-404-content .error-404 .error-search .search-form input.search-field::-moz-placeholder {
      color: #fff; }
    .error-404-content .error-404 .error-search .search-form input.search-field:-ms-input-placeholder {
      color: #fff; }
    .error-404-content .error-404 .error-search .search-form input.search-field:focus {
      border-color: rgba(243, 82, 90, 1); }
  .error-404-content .error-404 .error-search .search-form label:before {
    background: transparent;
    color: rgba(243, 82, 90, 1); }
  .error-404-content .error-404 .error-search .search-form .search-submit:hover {
    background: rgba(255, 255, 255, 0.4); }
  .error-404-content .error-404 .btn-action {
    margin-top: 50px; }
  .error-404-content .error-404 .btn-action a.btn {
    font-weight: 600;
    padding: 17px 40px;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    border-color: rgba(243, 82, 90, 1); }
  .error-404-content .error-404 .btn-action a.btn:hover {
    background: transparent;
    color: rgba(243, 82, 90, 1); }

.entry-tags {
  margin-top: 5px;
  font-weight: 400; }

.entry-tags a {
  color: #221b20; }
  .entry-tags a:hover {
    color: #f0535b; }

.carousel-post-gallery .owl-stage {
  display: flex; }

.carousel-post-gallery .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .carousel-post-gallery .owl-nav > div {
    position: absolute;
    font-size: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .carousel-post-gallery .owl-nav > div:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    transform: translateX(-3px); }
  .carousel-post-gallery .owl-nav > div:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid rgba(243, 82, 90, 1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .carousel-post-gallery .owl-nav > div:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1); }
  .carousel-post-gallery .owl-nav .owl-prev {
    left: 20px; }
  .carousel-post-gallery .owl-nav .owl-prev:before {
    content: "\f104"; }
  .carousel-post-gallery .owl-nav .owl-next {
    right: 20px; }
  .carousel-post-gallery .owl-nav .owl-next:before {
    content: "\f105"; }

.red-grid {
  padding-bottom: 57px;
  margin-top: -15px;
  margin-bottom: -15px; }

.red-grid-item .entry-media, .red-grid-item .entry-video.entry-media {
  margin-bottom: 24px; }

.red-grid-item .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 14px;
  padding-bottom: 0;
  text-transform: uppercase;
  position: relative; }
  .red-grid-item .entry-header .entry-meta {
    margin: 0 -6px 13px; }
  .red-grid-item .entry-header .entry-meta .meta-item {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #666164;
    line-height: 20px;
    padding: 0 6px 2px;
    text-transform: uppercase; }

.red-grid-item .entry-tags {
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400; }

.red-grid-item .entry-readmore {
  margin-top: 14px;
  text-transform: uppercase;
  font-weight: 500; }
  .red-grid-item .entry-readmore .entry-link {
    position: relative; }
  .red-grid-item .entry-readmore .entry-link:before, .red-grid-item .entry-readmore .entry-link:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 1px;
    background-color: #303030;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .red-grid-item .entry-readmore .entry-link:before {
    left: calc(50%); }
  .red-grid-item .entry-readmore .entry-link:after {
    right: calc(50%); }
  .red-grid-item .entry-readmore .entry-link:hover:before, .red-grid-item .entry-readmore .entry-link:hover:after {
    background-color: #f0535b;
    width: 0; }

.red-list-item {
  margin-bottom: 60px; }

.red-list-item .entry-video iframe {
  max-height: 515px; }

.red-list-item .post-sticky {
  display: none; }

.red-list-item.sticky .entry-header .post-sticky {
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  font-size: 14px; }
  .red-list-item.sticky .entry-header .entry-title {
    padding-left: 20px; }

.red-list-item .entry-meta .meta-cate {
  color: rgba(243, 82, 90, 1); }

.red-list-item.format-gallery .entry-meta .meta-before .meta-cate, .red-list-item .format-image .entry-meta .meta-before .meta-cate {
  color: #e6852e; }

.red-list-item.format-link .entry-meta .meta-before .meta-cate, .red-list-item.format-quote .entry-meta .meta-before .meta-cate {
  color: #e6c12e; }

.red-list-item.format-quote .entry-meta .meta-before {
  color: #fff; }

.red-list-item.format-status .entry-meta {
  margin-bottom: 17px; }
  .red-list-item.format-status .entry-meta .meta-before {
    color: #fff; }
  .red-list-item.format-status .entry-meta .meta-before > div {
    display: block;
    color: #fff;
    margin-bottom: 4px; }
  .red-list-item.format-status .entry-meta .meta-before .meta-cate {
    color: #83bc31;
    float: none; }
  .red-list-item.format-status .post-content-list .post-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 30px 42px;
    text-align: center;
    position: relative; }
  .red-list-item.format-status .post-content-list .post-content .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(34, 27, 32, 0.8); }
  .red-list-item.format-status .post-content-list .post-content .post-media {
    position: relative; }
    .red-list-item.format-status .post-content-list .post-content .post-media .has-thumbnail {
      display: inline-block;
      overflow: hidden;
      border-radius: 50%;
      margin-bottom: 18px; }
      .red-list-item.format-status .post-content-list .post-content .post-media .has-thumbnail img {
        width: 100px; }
  .red-list-item.format-status .post-content-list .entry-header {
    position: relative; }
  .red-list-item.format-status .post-content-list .entry-header .entry-title {
    color: #fff;
    margin-bottom: 10px; }
    .red-list-item.format-status .post-content-list .entry-header .entry-title a {
      color: inherit; }
      .red-list-item.format-status .post-content-list .entry-header .entry-title a:hover {
        color: #f0535b; }

.red-list-item.format-quote .post-content-list .post-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 55px 60px; }
  @media (max-width: 767px) {
        .red-list-item.format-quote .post-content-list .post-content {
          padding: 35px 40px; } }
  @media (max-width: 479px) {
        .red-list-item.format-quote .post-content-list .post-content {
          padding: 35px 30px; } }
  .red-list-item.format-quote .post-content-list .post-content .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(34, 27, 32, 0.8); }
  .red-list-item.format-quote .post-content-list .post-content .entry-header {
    position: relative; }
    .red-list-item.format-quote .post-content-list .post-content .entry-header .entry-meta {
      color: #fff;
      margin-bottom: 23px; }
      @media (min-width: 768px) {
        .red-list-item.format-quote .post-content-list .post-content .entry-header .entry-meta {
          text-align: left; } }
  .red-list-item.format-quote .post-content-list .post-content .post-media {
    position: relative;
    color: #fff; }
    .red-list-item.format-quote .post-content-list .post-content .post-media p {
      font-weight: 300;
      font-style: italic;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px; }
    .red-list-item.format-quote .post-content-list .post-content .post-media h4 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 0;
      text-transform: uppercase; }

.red-list-item .post-media {
  margin-bottom: 0; }

.red-list-item .post-content {
  background: #f8f8f8;
  padding: 60px; }
  @media (max-width: 767px) {
    .red-list-item .post-content {
      padding: 30px 20px; } }

.red-list-item .entry-meta {
  font-size: 12px;
  font-weight: 400;
  color: #666164;
  line-height: 20px;
  margin: 0 0 2px;
  text-transform: uppercase; }
  .red-list-item .entry-meta a {
    color: inherit; }
  .red-list-item .entry-meta a:hover {
    color: #f0535b; }
  .red-list-item .entry-meta .meta-before {
    margin: 0 -6px;
    color: #221b20;
    font-weight: 500; }
  .red-list-item .entry-meta .meta-before > div {
    display: inline-block; }
  .red-list-item .entry-meta .meta-before .meta-cate {
    color: rgba(243, 82, 90, 1); }
  @media (min-width: 768px) {
        .red-list-item .entry-meta .meta-before .meta-cate {
          float: right; } }
  .red-list-item .entry-meta .meta-before .meta-cate a {
    color: inherit; }
    .red-list-item .entry-meta .meta-before .meta-cate a:hover {
      color: #55bce7; }
  .red-list-item .entry-meta .meta-after {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: 14px 0 23px;
    justify-content: space-between; }
  .red-list-item .entry-meta .meta-after > div {
    display: flex; }
  .red-list-item .entry-meta .meta-after .meta-item {
    padding: 0;
    height: 50px;
    line-height: 50px; }
  .red-list-item .entry-meta .meta-after .meta-item.meta-share a {
    display: inline-block;
    width: 50px;
    line-height: 47px;
    background: rgba(243, 82, 90, 1);
    text-align: center;
    color: #fff;
    position: relative; }
    .red-list-item .entry-meta .meta-after .meta-item.meta-share a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(243, 82, 90, 1);
      opacity: 0;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
    .red-list-item .entry-meta .meta-after .meta-item.meta-share a:hover {
      background: #fff;
      color: rgba(243, 82, 90, 1); }
      .red-list-item .entry-meta .meta-after .meta-item.meta-share a:hover:before {
        opacity: 1; }
    .red-list-item .entry-meta .meta-after .meta-item.meta-share a span {
      color: inherit;
      font-size: 16px;
      line-height: 50px; }
  .red-list-item .entry-meta .meta-after .meta-item.meta-like a.like-post {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #666164;
    padding-right: 12px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
          .red-list-item .entry-meta .meta-after .meta-item.meta-like a.like-post {
            font-size: 0;
            padding-left: 12px;
            height: 100%; } }
    .red-list-item .entry-meta .meta-after .meta-item.meta-like a.like-post span.icon-like {
      font-size: 14px;
      display: inherit;
      line-height: inherit;
      width: 50px;
      margin-right: 12px;
      color: rgba(243, 82, 90, 1);
      border-right: 1px solid #e2e2e2; }
      @media (max-width: 1199px) {
          .red-list-item .entry-meta .meta-after .meta-item.meta-like a.like-post span.icon-like {
            display: none; } }
    .red-list-item .entry-meta .meta-after .meta-item.meta-like a.like-post.liked span.like-post-count:after {
      font-weight: 900; }
  .red-list-item .entry-meta .meta-after .meta-item span {
    color: inherit; }
    .red-list-item .entry-meta .meta-after .meta-item span.like-post-count {
      margin-left: 0;
      color: inherit;
      position: relative;
      font-size: 14px; }
    @media (max-width: 1199px) {
          .red-list-item .entry-meta .meta-after .meta-item span.like-post-count:after {
            content: "\f004";
            display: inline-block;
            font-size: 14px;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 400;
            margin-left: 5px;
            color: rgba(243, 82, 90, 1); } }
  .red-list-item .entry-meta .meta-after .meta-right {
    text-align: center; }
  .red-list-item .entry-meta .meta-after .meta-right .meta-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
    .red-list-item .entry-meta .meta-after .meta-right .meta-item + .meta-item {
      border-left: 1px solid #e2e2e2; }
    .red-list-item .entry-meta .meta-after .meta-right .meta-item.meta-view {
      padding: 0 33px;
      color: #fff;
      background: rgba(243, 82, 90, 1); }
    @media (max-width: 1199px) {
          .red-list-item .entry-meta .meta-after .meta-right .meta-item.meta-view {
            padding: 0 12px; } }
    @media (max-width: 1199px) {
            .red-list-item .entry-meta .meta-after .meta-right .meta-item.meta-view span {
              font-size: 0; } }
    .red-list-item .entry-meta .meta-after .meta-right .meta-item.meta-view span.meta-icon {
      font-size: 0; }
      @media (max-width: 1199px) {
          .red-list-item .entry-meta .meta-after .meta-right .meta-item.meta-view span.meta-icon {
            font-size: 14px; } }
    .red-list-item .entry-meta .meta-after .meta-right .meta-item a {
      color: #fff;
      display: inline-block;
      padding: 0 33px;
      background: rgba(243, 82, 90, 1);
      position: relative;
      width: 100%; }
    @media (max-width: 1199px) {
          .red-list-item .entry-meta .meta-after .meta-right .meta-item a {
            font-size: 0;
            height: 100%;
            padding: 0 12px; }
            .red-list-item .entry-meta .meta-after .meta-right .meta-item a span {
              font-size: 14px; }
              .red-list-item .entry-meta .meta-after .meta-right .meta-item a span:after {
                content: "\f086";
                font-family: 'Font Awesome 5 Pro';
                display: inline-block;
                margin-left: 5px;
                font-size: inherit; } }
    .red-list-item .entry-meta .meta-after .meta-right .meta-item a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(243, 82, 90, 1);
      opacity: 0;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
    .red-list-item .entry-meta .meta-after .meta-right .meta-item a:hover {
      color: rgba(243, 82, 90, 1);
      background: transparent; }
      .red-list-item .entry-meta .meta-after .meta-right .meta-item a:hover:before {
        opacity: 1; }
  .red-list-item .entry-meta .meta-item {
    padding: 0 6px;
    border: none; }

.red-list-item .entry-header .entry-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 18px;
  padding-bottom: 0;
  text-transform: uppercase;
  position: relative; }

.red-list-item .entry-excerpt {
  color: #121e31;
  margin-top: 15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .red-list-item .entry-excerpt {
      margin-top: 5px; } }

.red-list-item .entry-tags {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400; }
  .red-list-item .entry-tags span {
    font-weight: 400;
    color: rgba(243, 82, 90, 1); }
  .red-list-item .entry-tags a {
    color: #221b20; }
  .red-list-item .entry-tags a:hover {
    color: #f0535b; }

.red-list-item .entry-readmore {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 17px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .red-list-item .entry-readmore {
      margin-top: 8px; } }
  .red-list-item .entry-readmore .entry-link {
    position: relative; }
  .red-list-item .entry-readmore .entry-link:before, .red-list-item .entry-readmore .entry-link:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 1px;
    background-color: #303030;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .red-list-item .entry-readmore .entry-link:before {
    left: calc(50%); }
  .red-list-item .entry-readmore .entry-link:after {
    right: calc(50%); }
  .red-list-item .entry-readmore .entry-link:hover:before, .red-list-item .entry-readmore .entry-link:hover:after {
    background-color: #f0535b;
    width: 0; }

.red-list-item.full-size {
  text-align: center; }
  .red-list-item.full-size .entry-meta {
    justify-content: center; }
  @media (min-width: 992px) {
      .red-list-item.full-size .entry-excerpt {
        padding: 0 70px; } }
  @media (min-width: 768px) {
      .red-list-item.full-size .post-content {
        margin-bottom: 17px; } }

@media (max-width: 767px) {
      .red-list-item.list-size {
        text-align: center; }
        .red-list-item.list-size .entry-meta {
          justify-content: center; } }
  @media (min-width: 768px) {
      .red-list-item.list-size > .row {
        align-items: center; } }
  @media (min-width: 768px) {
        .red-list-item.list-size > .row > .col-md-6.post-media {
          flex: 0 0 calc(50% - 15px);
          max-width: calc(50% - 15px); } }
  @media (min-width: 768px) {
        .red-list-item.list-size > .row > .col-md-6.post-content {
          flex: 0 0 calc(50% + 15px);
          max-width: calc(50% + 15px); } }

.red-item .entry-grid {
  margin-bottom: 45px; }
  .red-item .entry-grid .entry-media {
    margin-bottom: 30px; }
  .red-item .entry-grid .entry-header .entry-title {
    color: #121e31;
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 22px;
    position: relative; }
  .red-item .entry-grid .entry-header .entry-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: rgba(243, 82, 90, 1); }
  .red-item .entry-grid .entry-header .entry-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px; }
  .red-item .entry-grid .entry-header .entry-meta .meta-item {
    line-height: 1;
    margin-bottom: 5px;
    padding-right: 14px;
    position: relative;
    color: #2e2e2e; }
    .red-item .entry-grid .entry-header .entry-meta .meta-item .meta-right {
      display: flex;
      flex-wrap: wrap; }
    .red-item .entry-grid .entry-header .entry-meta .meta-item.author {
      color: rgba(243, 82, 90, 1); }
    .red-item .entry-grid .entry-header .entry-meta .meta-item.author a {
      color: inherit; }
      .red-item .entry-grid .entry-header .entry-meta .meta-item.author a:hover {
        color: #333; }
    .red-item .entry-grid .entry-header .entry-meta .meta-item + .meta-item:before {
      content: "";
      position: absolute;
      left: -9px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 1px;
      background: #2e2e2e; }
    .red-item .entry-grid .entry-header .entry-meta .meta-item span.meta-before {
      font-weight: 300;
      color: #2e2e2e; }
  .red-item .entry-grid .entry-excerpt {
    color: #121e31; }
  .red-item .entry-grid .entry-readmore {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.024em;
    margin-top: 15px;
    font-family: "Poppins"; }
  @media (min-width: 992px) and (max-width: 1199px) {
      .red-item .entry-grid .entry-readmore {
        margin-top: 8px; } }
  .red-item .entry-grid .entry-readmore .entry-link {
    position: relative; }
  .red-item .entry-grid .entry-readmore .entry-link:before, .red-item .entry-grid .entry-readmore .entry-link:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 1px;
    background-color: #303030;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .red-item .entry-grid .entry-readmore .entry-link:before {
    left: calc(50%); }
  .red-item .entry-grid .entry-readmore .entry-link:after {
    right: calc(50%); }
  .red-item .entry-grid .entry-readmore .entry-link:hover:before, .red-item .entry-grid .entry-readmore .entry-link:hover:after {
    background-color: #f0535b;
    width: 0; }

.entry-video.entry-media {
  margin-bottom: -7px; }

.single-post .red-main, .single-service .red-main {
  padding-bottom: 60px; }

.single-post .entry-video iframe, .single-service .entry-video iframe {
  max-height: 450px; }

.single-post .red-main .content-area .post-single .post-single-wrap, .single-service .red-main .content-area .post-single .post-single-wrap {
  padding: 60px;
  background: #f8f8f8;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
          .single-post .red-main .content-area .post-single .post-single-wrap, .single-service .red-main .content-area .post-single .post-single-wrap {
            padding: 30px; } }
  .single-post .red-main .content-area .post-single .entry-title, .single-service .red-main .content-area .post-single .entry-title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 18px;
    padding-bottom: 0;
    text-transform: uppercase;
    position: relative; }
  .single-post .red-main .content-area .post-single .entry-meta, .single-service .red-main .content-area .post-single .entry-meta {
    font-size: 12px;
    font-weight: 400;
    color: #666164;
    line-height: 20px;
    margin: 0 0 25px;
    text-transform: uppercase; }
  .single-post .red-main .content-area .post-single .entry-meta a, .single-service .red-main .content-area .post-single .entry-meta a {
    color: inherit; }
  .single-post .red-main .content-area .post-single .entry-meta a:hover, .single-service .red-main .content-area .post-single .entry-meta a:hover {
    color: #f0535b; }
  .single-post .red-main .content-area .post-single .entry-meta .meta-before, .single-service .red-main .content-area .post-single .entry-meta .meta-before {
    margin-bottom: 14px;
    margin-left: -6px;
    margin-right: -6px;
    color: #221b20;
    font-weight: 500; }
  .single-post .red-main .content-area .post-single .entry-meta .meta-before > div, .single-service .red-main .content-area .post-single .entry-meta .meta-before > div {
    display: inline-block; }
    @media (min-width: 768px) {
              .single-post .red-main .content-area .post-single .entry-meta .meta-before > div:last-child, .single-service .red-main .content-area .post-single .entry-meta .meta-before > div:last-child {
                float: right; } }
    .single-post .red-main .content-area .post-single .entry-meta .meta-before > div:first-child, .single-service .red-main .content-area .post-single .entry-meta .meta-before > div:first-child {
      float: none; }
  .single-post .red-main .content-area .post-single .entry-meta .meta-before .meta-cate, .single-service .red-main .content-area .post-single .entry-meta .meta-before .meta-cate {
    color: rgba(243, 82, 90, 1); }
    .single-post .red-main .content-area .post-single .entry-meta .meta-before .meta-cate a, .single-service .red-main .content-area .post-single .entry-meta .meta-before .meta-cate a {
      color: inherit; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-before .meta-cate a:hover, .single-service .red-main .content-area .post-single .entry-meta .meta-before .meta-cate a:hover {
        color: #666164; }
  .single-post .red-main .content-area .post-single .entry-meta .meta-after, .single-service .red-main .content-area .post-single .entry-meta .meta-after {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    justify-content: space-between; }
  .single-post .red-main .content-area .post-single .entry-meta .meta-after > div, .single-service .red-main .content-area .post-single .entry-meta .meta-after > div {
    display: flex; }
  .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item {
    padding: 0;
    height: 50px;
    line-height: 50px; }
    .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a {
      display: inline-block;
      width: 50px;
      line-height: 47px;
      background: rgba(243, 82, 90, 1);
      text-align: center;
      color: #fff;
      position: relative; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a:before, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(243, 82, 90, 1);
        opacity: 0;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a:hover, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a:hover {
        background: #fff;
        color: rgba(243, 82, 90, 1); }
        .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a:hover:before, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a:hover:before {
          opacity: 1; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a span, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-share a span {
        color: inherit;
        font-size: 16px;
        line-height: 50px; }
    .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post {
      display: inline-block;
      line-height: 50px;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      color: #666164;
      padding-right: 12px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
              .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post {
                font-size: 0;
                padding-left: 12px;
                height: 100%; } }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post span.icon-like, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post span.icon-like {
        font-size: 14px;
        display: inherit;
        line-height: inherit;
        width: 50px;
        color: rgba(243, 82, 90, 1);
        margin-right: 12px;
        border-right: 1px solid #e2e2e2; }
        @media (max-width: 1199px) {
              .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post span.icon-like, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post span.icon-like {
                display: none; } }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post.liked span.like-post-count:after, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item.meta-like a.like-post.liked span.like-post-count:after {
        font-weight: 900; }
    .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item span, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item span {
      color: inherit; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item span.like-post-count, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item span.like-post-count {
        margin-left: 0;
        color: inherit;
        position: relative;
        font-size: 14px; }
      @media (max-width: 1199px) {
              .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-item span.like-post-count:after, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-item span.like-post-count:after {
                content: "\f004";
                display: inline-block;
                font-size: 14px;
                font-family: 'Font Awesome 5 Pro';
                font-weight: 400;
                margin-left: 5px;
                color: rgba(243, 82, 90, 1); } }
  .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right {
    text-align: center; }
    .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item + .meta-item, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item + .meta-item {
        border-left: 1px solid #e2e2e2; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view {
        padding: 0 33px;
        color: #fff;
        background: rgba(243, 82, 90, 1); }
      @media (max-width: 1199px) {
              .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view {
                padding: 0 12px; } }
      @media (max-width: 1199px) {
                .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view span, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view span {
                  font-size: 0; } }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view span.meta-icon, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view span.meta-icon {
        font-size: 0; }
        @media (max-width: 1199px) {
              .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view span.meta-icon, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item.meta-view span.meta-icon {
                font-size: 14px; } }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a {
        color: #fff;
        display: inline-block;
        padding: 0 33px;
        background: rgba(243, 82, 90, 1);
        position: relative;
        width: 100%; }
      @media (max-width: 1199px) {
              .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a {
                font-size: 0;
                height: 100%;
                padding: 0 12px; }
                .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a span, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a span {
                  font-size: 14px; }
                  .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a span:after, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a span:after {
                    content: "\f086";
                    font-family: 'Font Awesome 5 Pro';
                    display: inline-block;
                    margin-left: 5px;
                    font-size: inherit; } }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a:before, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(243, 82, 90, 1);
        opacity: 0;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a:hover, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a:hover {
        color: rgba(243, 82, 90, 1);
        background: transparent; }
        .single-post .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a:hover:before, .single-service .red-main .content-area .post-single .entry-meta .meta-after .meta-right .meta-item a:hover:before {
          opacity: 1; }
  .single-post .red-main .content-area .post-single .entry-meta .meta-item, .single-service .red-main .content-area .post-single .entry-meta .meta-item {
    padding: 0 6px;
    border: none; }
  .single-post .red-main .content-area .post-single .entry-content, .single-service .red-main .content-area .post-single .entry-content {
    color: #121e31;
    font-weight: 300; }
  .single-post .red-main .content-area .post-single .entry-content ul, .single-service .red-main .content-area .post-single .entry-content ul {
    padding-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .single-post .red-main .content-area .post-single .entry-content ul li, .single-service .red-main .content-area .post-single .entry-content ul li {
    position: relative;
    padding-left: 40px; }
    .single-post .red-main .content-area .post-single .entry-content ul li:before, .single-service .red-main .content-area .post-single .entry-content ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      transform: translateY(10px);
      background: rgba(243, 82, 90, 1); }
  .single-post .red-main .content-area .post-single .entry-tags, .single-service .red-main .content-area .post-single .entry-tags {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400; }
  .single-post .red-main .content-area .post-single .entry-tags span, .single-service .red-main .content-area .post-single .entry-tags span {
    color: rgba(243, 82, 90, 1); }
  .single-post .red-main .content-area .post-single .entry-tags a, .single-service .red-main .content-area .post-single .entry-tags a {
    color: #221b20; }
  .single-post .red-main .content-area .post-single .entry-tags a:hover, .single-service .red-main .content-area .post-single .entry-tags a:hover {
    color: #f0535b; }
  .single-post .red-main .content-area .post-single .entry-tags .social-share li, .single-service .red-main .content-area .post-single .entry-tags .social-share li {
    margin-right: 6px; }
    .single-post .red-main .content-area .post-single .entry-tags .social-share li.title, .single-service .red-main .content-area .post-single .entry-tags .social-share li.title {
      line-height: 18px;
      letter-spacing: 0.25px;
      font-weight: 300;
      color: #2e2e2e;
      transform: translateY(-3px); }
    .single-post .red-main .content-area .post-single .entry-tags .social-share li:last-child, .single-service .red-main .content-area .post-single .entry-tags .social-share li:last-child {
      margin-right: 0; }
    .single-post .red-main .content-area .post-single .entry-tags .social-share li a, .single-service .red-main .content-area .post-single .entry-tags .social-share li a {
      font-size: 25px;
      border: none;
      padding: 0;
      margin-right: 0; }
      .single-post .red-main .content-area .post-single .entry-tags .social-share li a.facebook, .single-service .red-main .content-area .post-single .entry-tags .social-share li a.facebook {
        color: #3b5999; }
      .single-post .red-main .content-area .post-single .entry-tags .social-share li a.twitter, .single-service .red-main .content-area .post-single .entry-tags .social-share li a.twitter {
        color: #0084ff; }
      .single-post .red-main .content-area .post-single .entry-tags .social-share li a.google, .single-service .red-main .content-area .post-single .entry-tags .social-share li a.google {
        color: #dd4b39; }
      .single-post .red-main .content-area .post-single .entry-tags .social-share li a.pinterest, .single-service .red-main .content-area .post-single .entry-tags .social-share li a.pinterest {
        color: #e13138; }
  .single-post .red-main .content-area .post-single ul.list-check, .single-service .red-main .content-area .post-single ul.list-check {
    padding-left: 0; }
  .single-post .red-main .content-area .post-single ul.list-check li, .single-service .red-main .content-area .post-single ul.list-check li {
    padding-left: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #221b20; }
  .single-post .red-main .content-area .post-single ul.list-check li:before, .single-service .red-main .content-area .post-single ul.list-check li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    background: transparent;
    color: rgba(243, 82, 90, 1);
    border-radius: 0;
    transform: none;
    font-size: 13px;
    font-weight: 600;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 40px; }
  .single-post .red-main .content-area .entry-author, .single-service .red-main .content-area .entry-author {
    margin-bottom: 60px; }
  .single-post .red-main .content-area .entry-author .author-wrap, .single-service .red-main .content-area .entry-author .author-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .single-post .red-main .content-area .entry-author .author-wrap .author-content, .single-service .red-main .content-area .entry-author .author-wrap .author-content {
    background: #f8f8f8; }
  @media (min-width: 1200px) {
            .single-post .red-main .content-area .entry-author .author-wrap .author-content, .single-service .red-main .content-area .entry-author .author-wrap .author-content {
              display: flex; } }
  .single-post .red-main .content-area .entry-author .author-avatar, .single-service .red-main .content-area .entry-author .author-avatar {
    flex: none; }
  @media (max-width: 1199px) {
          .single-post .red-main .content-area .entry-author .author-avatar, .single-service .red-main .content-area .entry-author .author-avatar {
            padding-top: 40px; } }
  .single-post .red-main .content-area .entry-author .author-info, .single-service .red-main .content-area .entry-author .author-info {
    display: flex;
    align-items: center;
    padding: 25px 40px; }
  @media (max-width: 1199px) {
          .single-post .red-main .content-area .entry-author .author-info, .single-service .red-main .content-area .entry-author .author-info {
            text-align: center; } }
  .single-post .red-main .content-area .entry-author .author-info .info-wrap .author-header, .single-service .red-main .content-area .entry-author .author-info .info-wrap .author-header {
    margin-bottom: 17px;
    text-transform: uppercase; }
    .single-post .red-main .content-area .entry-author .author-info .info-wrap .author-header .author-name, .single-service .red-main .content-area .entry-author .author-info .info-wrap .author-header .author-name {
      font-size: 24px;
      margin-bottom: 0; }
    .single-post .red-main .content-area .entry-author .author-info .info-wrap .author-header .author-roles, .single-service .red-main .content-area .entry-author .author-info .info-wrap .author-header .author-roles {
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: rgba(243, 82, 90, 1); }
  .single-post .red-main .content-area .entry-author .author-info .info-wrap .author-bio, .single-service .red-main .content-area .entry-author .author-info .info-wrap .author-bio {
    margin-bottom: 18px; }
  .single-post .red-main .content-area .entry-author .author-info .info-wrap .author-social, .single-service .red-main .content-area .entry-author .author-info .info-wrap .author-social {
    font-size: 14px;
    margin: 0 -11px; }
    .single-post .red-main .content-area .entry-author .author-info .info-wrap .author-social a, .single-service .red-main .content-area .entry-author .author-info .info-wrap .author-social a {
      color: #9a9799;
      padding: 0 11px; }
      .single-post .red-main .content-area .entry-author .author-info .info-wrap .author-social a:hover, .single-service .red-main .content-area .entry-author .author-info .info-wrap .author-social a:hover {
        color: #f0535b; }
  .single-post .red-main .content-area .single-post-navigation, .single-service .red-main .content-area .single-post-navigation {
    padding-bottom: 30px; }
  .single-post .red-main .content-area .single-post-navigation .nav-box, .single-service .red-main .content-area .single-post-navigation .nav-box {
    margin-bottom: 30px;
    text-align: center; }
  .single-post .red-main .content-area .single-post-navigation .nav-box.next h6, .single-service .red-main .content-area .single-post-navigation .nav-box.next h6 {
    color: #83bc31; }
  .single-post .red-main .content-area .single-post-navigation .nav-box.previous h6, .single-service .red-main .content-area .single-post-navigation .nav-box.previous h6 {
    color: #e6c12e; }
  .single-post .red-main .content-area .single-post-navigation .nav-box h6, .single-service .red-main .content-area .single-post-navigation .nav-box h6, .single-post .red-main .content-area .single-post-navigation .nav-box h3, .single-service .red-main .content-area .single-post-navigation .nav-box h3 {
    line-height: 1;
    text-transform: uppercase; }
  .single-post .red-main .content-area .single-post-navigation .nav-box h3, .single-service .red-main .content-area .single-post-navigation .nav-box h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0; }
  .single-post .red-main .content-area .single-post-navigation .nav-box h6, .single-service .red-main .content-area .single-post-navigation .nav-box h6 {
    font-size: 12px; }
  .single-post .red-main .content-area .single-post-navigation .nav-box .default-nav, .single-service .red-main .content-area .single-post-navigation .nav-box .default-nav {
    position: relative; }
  .single-post .red-main .content-area .single-post-navigation .nav-box .default-nav:before, .single-service .red-main .content-area .single-post-navigation .nav-box .default-nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6); }
  .single-post .red-main .content-area .single-post-navigation .nav-box .default-nav .nav-inner, .single-service .red-main .content-area .single-post-navigation .nav-box .default-nav .nav-inner {
    padding: 38px 15px;
    position: relative; }
    .single-post .red-main .content-area .single-post-navigation .nav-box .default-nav .nav-inner a, .single-service .red-main .content-area .single-post-navigation .nav-box .default-nav .nav-inner a {
      color: #fff; }
      .single-post .red-main .content-area .single-post-navigation .nav-box .default-nav .nav-inner a:hover, .single-service .red-main .content-area .single-post-navigation .nav-box .default-nav .nav-inner a:hover {
        color: #f0535b; }
  .single-post .red-main .content-area .single-post-navigation .nav-box .overlay-wrap, .single-service .red-main .content-area .single-post-navigation .nav-box .overlay-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .single-post .red-main .content-area .single-post-navigation .nav-box .overlay-wrap:before, .single-service .red-main .content-area .single-post-navigation .nav-box .overlay-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6); }
  .single-post .red-main .content-area .single-post-navigation .nav-box .overlay-wrap:hover h3, .single-service .red-main .content-area .single-post-navigation .nav-box .overlay-wrap:hover h3 {
    color: #f0535b;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .single-post .red-main .content-area .single-post-navigation .nav-box .overlay-wrap a, .single-service .red-main .content-area .single-post-navigation .nav-box .overlay-wrap a {
    display: inline-block;
    position: relative; }
    .single-post .red-main .content-area .single-post-navigation .nav-box .overlay-wrap a .overlay-inner, .single-service .red-main .content-area .single-post-navigation .nav-box .overlay-wrap a .overlay-inner {
      padding: 38px 15px; }
  .single-post .red-main .content-area .entry-related, .single-service .red-main .content-area .entry-related {
    background: #f8f8f8;
    padding: 40px;
    margin-bottom: 60px; }
  @media (max-width: 1199px) {
        .single-post .red-main .content-area .entry-related, .single-service .red-main .content-area .entry-related {
          padding: 30px; } }
  .single-post .red-main .content-area .entry-related .related-title, .single-service .red-main .content-area .entry-related .related-title {
    font-size: 24px;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid {
    display: flex;
    margin-top: 30px; }
  .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .thumbnail-related, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .thumbnail-related {
    flex: none; }
    .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .thumbnail-related img, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .thumbnail-related img {
      width: 100px;
      margin-right: 15px; }
  .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content {
    font-size: 13px; }
    .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .entry-title-related, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .entry-title-related {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item {
      color: rgba(243, 82, 90, 1);
      font-weight: 400;
      font-style: italic; }
      .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item a, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item a {
        color: inherit; }
      .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item a:hover, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item a:hover {
        color: #666164; }
      .single-post .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item span i, .single-service .red-main .content-area .entry-related .red-single-post-related .entry-grid .entry-content .meta-item span i {
        margin-right: 3px; }

.single-gallery .red-main {
  padding-bottom: 90px; }

.single-gallery .testi-thumbnail {
  margin-bottom: 30px; }

.single-gallery .gallery-content {
  margin-bottom: 30px; }
  .single-gallery .gallery-content .gallery-info {
    margin-top: 15px; }
  .single-gallery .gallery-content .gallery-info .info-wrap {
    padding: 10px;
    list-style: none; }
  .single-gallery .gallery-content .gallery-info .info-wrap li {
    color: #221b20;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
    margin: 0;
    padding: 7px 0;
    position: relative;
    line-height: 28px; }
  .single-gallery .gallery-content .gallery-info .info-wrap li span {
    font-weight: 400;
    position: absolute;
    right: 0; }

.post-password-form p {
  position: relative; }
  .post-password-form p label {
    width: 100%; }
  .post-password-form p label input {
    width: 100%;
    padding-right: 160px; }
  .post-password-form p label input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    background: rgba(243, 82, 90, 1);
    border: none;
    color: #fff; }
  .post-password-form p label input[type="submit"]:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1); }

.single-team .red-main {
  padding-bottom: 90px; }
  .single-team .red-main .post-single .row > div {
    margin-bottom: 30px; }

.single-team .post-single .team-thumbnail {
  text-align: center; }
  .single-team .post-single .team-thumbnail .entry-media img {
    width: 100%; }
  .single-team .post-single .team-thumbnail .team-info {
    padding: 37px 30px 32px;
    background: #f8f8f8; }
  .single-team .post-single .team-thumbnail .entry-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0; }
  .single-team .post-single .team-thumbnail .team-position {
    font-size: 12px;
    font-weight: 400;
    color: rgba(243, 82, 90, 1);
    text-transform: uppercase; }
  .single-team .post-single .team-thumbnail ul.team-social {
    margin-top: 14px; }
  .single-team .post-single .team-thumbnail ul.team-social li {
    display: inline-block;
    margin-right: 20px; }
  .single-team .post-single .team-thumbnail ul.team-social li:last-child {
    margin-right: 0; }
  .single-team .post-single .team-thumbnail ul.team-social li a {
    color: #9a9799; }
  .single-team .post-single .team-thumbnail ul.team-social li a:hover {
    color: #f0535b; }

.single-testimonial .red-main {
  padding-bottom: 90px; }
  .single-testimonial .red-main .post-single .row > div {
    margin-bottom: 30px; }

.single-testimonial .testi-thumbnail {
  text-align: center; }
  .single-testimonial .testi-thumbnail .testi-info {
    padding: 37px 30px 32px;
    background: #f8f8f8; }
  .single-testimonial .testi-thumbnail .entry-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0; }
  .single-testimonial .testi-thumbnail .testi-position {
    font-size: 12px;
    font-weight: 300;
    color: rgba(243, 82, 90, 1);
    text-transform: uppercase; }

.list-check li {
  position: relative;
  padding-left: 30px;
  color: #221b20;
  font-weight: 400;
  margin-bottom: 9px; }
  .list-check li:last-child {
    margin-bottom: 0; }
  .list-check li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    font-weight: 500;
    font-size: 14px;
    color: rgba(243, 82, 90, 1); }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

.navigation.pagination {
  text-align: center;
  margin-top: -10px; }

.navigation.pagination .page-numbers {
  margin: 10px 3px 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background: #f8f8f8;
  color: #212529; }
  .navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
    color: #fff;
    background: rgba(243, 82, 90, 1); }

.navigation.pagination .prev span {
  display: inline-block;
  line-height: 1; }

.navigation.pagination .next {
  border-bottom: 0; }
  .navigation.pagination .next span {
    display: inline-block;
    line-height: 1; }

.padding-115 .vc_column-inner {
  padding-right: 15px !important;
  padding-left: 15px !important; }

@media (min-width: 1200px) {
    .padding-115 .vc_column-inner {
      padding-left: 115px !important; } }

.padding-right-115 .vc_column-inner {
  padding-right: 15px !important;
  padding-left: 15px !important; }

@media (min-width: 1200px) {
    .padding-right-115 .vc_column-inner {
      padding-right: 115px !important; } }

@media (min-width: 768px) {
      .margin-94 .vc_column-inner {
        margin-top: -94px; } }

@media (min-width: 768px) {
      .margin-70 .vc_column-inner {
        margin-top: -70px; } }

@media (max-width: 767px) {
    .margin-sm {
      margin-top: -70px; } }

body.second_color a:hover, body.second_color a:focus {
  color: #55bce7; }

body.second_color ul.check-list li i {
  color: rgba(85, 188, 231, 1); }

body.second_color .red-header1 .desktop-nav > .menu-item > a:hover {
  color: #55bce7; }
  body.second_color .red-header1 .desktop-nav > .menu-item:before {
    background: rgba(85, 188, 231, 1); }
  body.second_color .red-header1 .desktop-nav > .menu-item.current-menu-item > a, body.second_color .red-header1 .desktop-nav > .menu-item.current-menu-ancestor > a {
    color: rgba(85, 188, 231, 1); }
  body.second_color .red-header1 .red-header-inner .red-sidebar-1 .widget.widget_logout a:hover, body.second_color .red-header1 .red-header-inner .red-sidebar-1 .widget .fs-link a:hover {
    color: #55bce7;
    border-color: rgba(85, 188, 231, 1); }

body.second_color .header-sticky .desktop-nav > .menu-item:hover > a, body.second_color .header-sticky .desktop-nav > .menu-item:hover > .red-menu-toggle {
  color: #55bce7; }

@media (max-width: 1199px) {
    body.second_color .red-header1 .red-header-atts .header-icon:hover {
      color: #55bce7; } }

body.second_color .mobile-nav .menu-item.current-menu-ancestor > a, body.second_color .desktop-nav .sub-menu .menu-item.current-menu-ancestor > a, body.second_color .mobile-nav .menu-item.current-menu-item > a, body.second_color .desktop-nav .sub-menu .menu-item.current-menu-item > a, body.second_color .mobile-nav .menu-item.current-menu-ancestor > .red-menu-toggle, body.second_color .desktop-nav .sub-menu .menu-item.current-menu-ancestor > .red-menu-toggle, body.second_color .mobile-nav .menu-item.current-menu-item > .red-menu-toggle, body.second_color .desktop-nav .sub-menu .menu-item.current-menu-item > .red-menu-toggle {
  color: rgba(85, 188, 231, 1); }

body.second_color .red-accordion .card.active .card-header {
  background: rgba(85, 188, 231, 1); }

body.second_color .red-footer.layout-default .widget_nav_menu .menu .menu-item a:hover {
  color: #55bce7; }

body.second_color .red-footer.layout-default .footer-top .widget .wg-title {
  color: rgba(85, 188, 231, 1); }

body.second_color .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:hover, body.second_color .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:focus {
  border-color: rgba(85, 188, 231, 1); }

body.second_color .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-button:before {
  color: rgba(85, 188, 231, 1); }

body.second_color .red-footer.layout-default .footer-list li i {
  color: rgba(85, 188, 231, 1); }

body.second_color .pixelogic-search-domain form .search-form-inner button.search-submit {
  background: rgba(85, 188, 231, 1);
  border-color: rgba(85, 188, 231, 1);
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important; }

body.second_color .pixelogic-search-domain form .search-form-inner button.search-submit:hover {
  border-color: rgba(85, 188, 231, 1);
  color: rgba(85, 188, 231, 1);
  background: #fff; }

body.second_color .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning input[type=checkbox]:checked + label:before {
  background: rgba(85, 188, 231, 1);
  border-color: rgba(85, 188, 231, 1); }

body.second_color .mobile-nav .menu-item > a:hover, body.second_color .desktop-nav .sub-menu .menu-item > a:hover {
  color: rgba(85, 188, 231, 1); }

body.second_color .mobile-nav .menu-item:hover > a, body.second_color .desktop-nav .sub-menu .menu-item:hover > a, body.second_color .mobile-nav .menu-item:hover > .red-menu-toggle, body.second_color .desktop-nav .sub-menu .menu-item:hover > .red-menu-toggle {
  color: rgba(85, 188, 231, 1); }

body.second_color .mobile-nav .menu-item > .red-menu-toggle:hover, body.second_color .desktop-nav .sub-menu .menu-item > .red-menu-toggle:hover {
  color: rgba(85, 188, 231, 1); }

body.second_color .red-header1 .desktop-nav > .menu-item:hover > a, body.second_color .red-header1 .desktop-nav > .menu-item:hover > .red-menu-toggle {
  color: rgba(85, 188, 231, 1); }

body.second_color .wpb_revslider_element .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning label {
  color: #fff; }

body.second_color textarea:hover, body.second_color input[type="text"]:hover, body.second_color input[type="password"]:hover, body.second_color input[type="datetime"]:hover, body.second_color input[type="datetime-local"]:hover, body.second_color input[type="date"]:hover, body.second_color input[type="month"]:hover, body.second_color input[type="time"]:hover, body.second_color input[type="week"]:hover, body.second_color input[type="number"]:hover, body.second_color input[type="email"]:hover, body.second_color input[type="url"]:hover, body.second_color input[type="search"]:hover, body.second_color input[type="tel"]:hover, body.second_color input[type="color"]:hover, body.second_color .login-select:hover, body.second_color .form-control:hover, body.second_color .uneditable-input:hover, body.second_color textarea:focus, body.second_color input[type="text"]:focus, body.second_color input[type="password"]:focus, body.second_color input[type="datetime"]:focus, body.second_color input[type="datetime-local"]:focus, body.second_color input[type="date"]:focus, body.second_color input[type="month"]:focus, body.second_color input[type="time"]:focus, body.second_color input[type="week"]:focus, body.second_color input[type="number"]:focus, body.second_color input[type="email"]:focus, body.second_color input[type="url"]:focus, body.second_color input[type="search"]:focus, body.second_color input[type="tel"]:focus, body.second_color input[type="color"]:focus, body.second_color .login-select:focus, body.second_color .form-control:focus, body.second_color .uneditable-input:focus {
  border-color: rgba(85, 188, 231, 1); }

body.second_color .red-backtotop {
  background: rgba(85, 188, 231, 1); }
  body.second_color .red-backtotop:hover {
    color: rgba(255, 255, 255, 0.8); }

.admin-bar .red-header1.sticky-on {
  top: 32px; }
  @media (max-width: 1199px) {
    .admin-bar .red-header1.sticky-on {
      top: 32px !important; } }
  @media (max-width: 767px) {
    .admin-bar .red-header1.sticky-on {
      top: 46px !important; } }

@media (min-width: 1200px) {
    .padding-lg-35 {
      padding-left: 35px !important;
      padding-right: 35px !important; } }

@media (min-width: 1200px) {
    .padding-lg-73 {
      padding-left: 73px !important;
      padding-right: 73px !important; } }

.red-header-top {
  position: relative;
  z-index: 3; }

.red-header-top:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block !important;
  z-index: 0; }

.red-header-top.layout-header-top1 {
  padding: 10px 0; }
  .red-header-top.layout-header-top1 > .container {
    width: 100%;
    max-width: 100%; }
  .red-header-top.layout-header-top1:before {
    background-color: #221b20; }
  .red-header-top.layout-header-top1 .header-top.default .container-header {
    max-width: 1470px; }
  .red-header-top.layout-header-top1 .header-top.default .header-top-wrap {
    display: flex;
    justify-content: space-between; }
  .red-header-top.layout-header-top1 .header-top.default .block-contact-wrap {
    color: #fff; }
  .red-header-top.layout-header-top1 .header-top.default .block-contact-wrap .block-left {
    color: #fff; }

.red-header-top .widget {
  margin-bottom: 0;
  display: inline-block; }

.red-header-top .wpb_button, .red-header-top .wpb_content_element, .red-header-top ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0; }

.red-header-top ul, .red-header-top ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  .red-header-top ul li, .red-header-top ol li {
    line-height: 30px; }

.red-header-top a {
  color: inherit; }
  .red-header-top a:hover {
    color: #f0535b; }

.red-header-top p {
  margin: 0;
  line-height: 30px; }

.red-header-top .lang-currency {
  text-transform: uppercase;
  margin-right: 18px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top; }
  .red-header-top .lang-currency li.dropdown {
    position: relative;
    overflow: hidden; }
  .red-header-top .lang-currency li.dropdown a {
    display: block; }
  .red-header-top .lang-currency li.dropdown a i {
    margin-left: 5px;
    font-weight: bold; }
  .red-header-top .lang-currency li.dropdown:hover {
    overflow: visible; }
  .red-header-top .lang-currency li.dropdown:hover ul.dropdown-menu {
    top: 100%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible; }
  .red-header-top .lang-currency ul.dropdown-menu {
    position: absolute;
    top: calc(100% + 50px);
    left: -20px;
    padding: 10px 20px;
    min-width: 120px;
    background-color: #fff;
    -webkit-box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .red-header-top .lang-currency ul.dropdown-menu a {
    color: #303030; }
  .red-header-top .lang-currency ul.dropdown-menu a:hover {
    color: #f0535b; }

.red-header-top ul.menu > li > .red-toggle {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .red-header-top ul.menu > li > .red-toggle span {
    font-weight: bold; }
  .red-header-top ul.menu > li > .red-toggle span:before {
    content: "\f107"; }

.red-header-top .ht-info {
  margin: 0 -16px; }
  .red-header-top .ht-info span {
    padding: 0 16px; }
  .red-header-top .ht-info i {
    color: #545454;
    margin-right: 5px; }

.red-header-top .widget_nav_menu ul.menu > .menu-item {
  display: inline-block; }
  .red-header-top .widget_nav_menu .parent {
    position: relative; }
  .red-header-top .widget_nav_menu .parent > a {
    padding-right: 10px; }
  .red-header-top .widget_nav_menu .sub-menu {
    margin: 0;
    list-style: none;
    visibility: hidden;
    z-index: 1;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 50px);
    left: 0;
    min-width: 200px;
    padding: 20px 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
    /* Level 3+ */ }
  .red-header-top .widget_nav_menu .sub-menu .menu-item {
    display: block; }
  .red-header-top .widget_nav_menu .sub-menu .menu-item a {
    padding: 5px 20px; }
  .red-header-top .widget_nav_menu .sub-menu .sub-menu {
    top: 100%;
    left: calc(100%); }
  .red-header-top .widget_nav_menu .sub-menu .sub-menu.back {
    left: auto;
    right: calc(100%); }
  .red-header-top .widget_nav_menu .sub-menu .menu-item:hover > .sub-menu {
    top: 0; }
  .red-header-top .widget_nav_menu .sub-menu .menu-item:hover > .sub-menu.back {
    left: auto;
    right: 100%; }
  .red-header-top .widget_nav_menu .sub-menu .red-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .red-header-top .widget_nav_menu .menu-item:hover {
    overflow: visible; }
  .red-header-top .widget_nav_menu .menu-item:hover > .sub-menu {
    visibility: visible;
    top: 100%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .red-header-top .widget_nav_menu .menu-item:hover .red-toggle {
    color: #f0535b; }

.red-header-top .wpb_content_element {
  display: inline-block;
  vertical-align: top; }

.red-header1 {
  color: #666164;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300; }

.red-header1 .header-main {
  position: relative; }
  .red-header1 .header-main:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    box-shadow: 0 10px 20px -10px rgba(202, 202, 202, 0.5); }
  .red-header1 .header-main .red-header-inner.container-header {
    max-width: 1470px; }
  .red-header1 .header-main .red-header-inner .row {
    position: relative;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 1199px) {
          .red-header1 .header-main .red-header-inner .row .red-logo {
            display: block;
            max-width: 200px; } }

@media (max-width: 1199px) {
    .red-header1 .header-main:before {
      background: #303030; } }

.red-header1.header-ontop {
  position: absolute;
  width: 100%;
  left: 0; }
  .red-header1.header-ontop .header-main:before {
    background: transparent;
    box-shadow: none; }
  .red-header1.header-ontop .red-header-inner .red-sidebar-1 .widget .fs-link a, .red-header1.header-ontop .red-header-inner .red-sidebar-1 .widget.widget_logout a {
    border-color: #fff;
    color: #fff; }
  .red-header1.header-ontop .red-header-inner .red-sidebar-1 .widget .fs-link a:hover, .red-header1.header-ontop .red-header-inner .red-sidebar-1 .widget.widget_logout a:hover {
    color: #f0535b; }
  .red-header1.header-ontop .red-header-atts .header-icon {
    color: #fff; }
  .red-header1.header-ontop .red-header-atts .header-icon:hover {
    color: rgba(243, 82, 90, 1); }
  @media (max-width: 1199px) {
    .red-header1.header-ontop .header-main:before {
      background: #303030; } }

.red-header1.sticky-on {
  width: 100%;
  z-index: 999;
  top: 0; }
  @media (max-width: 1199px) {
    .red-header1.sticky-on {
      top: 0 !important; } }
  .red-header1.sticky-on.header-sticky {
    position: fixed; }
  .red-header1.sticky-on.header-sticky .desktop-nav > .menu-item {
    height: 100px; }

.red-header1 .red-header-atts .header-icon {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #bfc2c7; }
  @media (max-width: 1199px) {
      .red-header1 .red-header-atts .header-icon {
        color: #fff; }
        .red-header1 .red-header-atts .header-icon:hover {
          color: #f0535b; } }
  .red-header1 .red-header-atts .header-icon:first-child {
    padding-left: 0;
    border: none; }
  .red-header1 .red-header-atts .header-icon:last-child {
    padding-right: 0; }

.red-header1 .ontop-logo, .red-header1 .sticky-logo {
  display: none; }

.red-header1 .main-logo {
  display: inline-block; }

.red-header1 .red-header-inner .red-logo {
  padding-top: 24px;
  padding-bottom: 24px; }
  .red-header1 .red-header-inner .red-logo.has_logo {
    max-width: 250px; }
  .red-header1 .red-header-inner .red-logo .logo-text {
    font-size: 20px;
    font-weight: 600; }
  @media (max-width: 1199px) {
      .red-header1 .red-header-inner .red-logo .logo-mobile {
        color: #fff; }
        .red-header1 .red-header-inner .red-logo .logo-mobile:hover {
          color: #f0535b; } }
  .red-header1 .red-header-inner .red-sidebar-1 .widget .fs-link a, .red-header1 .red-header-inner .red-sidebar-1 .widget.widget_logout a {
    display: inline-block;
    border: 2px solid;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 60px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  @media (max-width: 1350px) {
            .red-header1 .red-header-inner .red-sidebar-1 .widget .fs-link a, .red-header1 .red-header-inner .red-sidebar-1 .widget.widget_logout a {
              padding: 11px 40px; } }
  @media (max-width: 1199px) {
            .red-header1 .red-header-inner .red-sidebar-1 .widget .fs-link a, .red-header1 .red-header-inner .red-sidebar-1 .widget.widget_logout a {
              border: none;
              color: #fff;
              font-size: 0;
              height: 50px;
              padding: 0; }
              .red-header1 .red-header-inner .red-sidebar-1 .widget .fs-link a:before, .red-header1 .red-header-inner .red-sidebar-1 .widget.widget_logout a:before {
                font-family: 'Font Awesome 5 Pro';
                display: inline-block;
                font-size: 20px;
                line-height: 46px;
                font-weight: 400; } }
  .red-header1 .red-header-inner .red-sidebar-1 .widget .fs-link a:hover, .red-header1 .red-header-inner .red-sidebar-1 .widget.widget_logout a:hover {
    color: #f0535b;
    border-color: rgba(243, 82, 90, 1); }
  @media (max-width: 1199px) {
            .red-header1 .red-header-inner .red-sidebar-1 .widget .fs-link a:before {
              content: "\f090"; } }
  @media (max-width: 1199px) {
            .red-header1 .red-header-inner .red-sidebar-1 .widget.widget_logout a:before {
              content: "\f023"; } }

#red-header-search .search-form label:before {
  background: transparent; }
  #red-header-search .search-form input.search-field {
    width: 738px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400; }
  #red-header-search .search-form input.search-field::-webkit-input-placeholder {
    color: inherit;
    font-weight: 300; }
  #red-header-search .search-form input.search-field:-moz-placeholder {
    color: inherit;
    font-weight: 300; }
  #red-header-search .search-form input.search-field::-moz-placeholder {
    color: inherit;
    font-weight: 300; }
  #red-header-search .search-form input.search-field:-ms-input-placeholder {
    color: inherit;
    font-weight: 300; }
  #red-header-search .search-form .search-submit:hover {
    background: rgba(255, 255, 255, 0.3); }

.header-ontop .main-logo, .header-ontop .sticky-logo {
  display: none; }

.header-ontop .ontop-logo {
  display: inline-block; }

.header-sticky .main-logo, .header-sticky .ontop-logo {
  display: none; }

.header-sticky .sticky-logo {
  display: inline-block; }

.header-sticky .desktop-nav > .menu-item {
  height: 100px; }

.red-header-atts .header-icon {
  font-size: 23px;
  cursor: pointer; }

.red-header-atts .red-header-cart {
  position: relative; }
  .red-header-atts .red-header-cart .cart_total {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(243, 82, 90, 1);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    left: 14px;
    top: -6px;
    line-height: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .red-header-atts .red-header-cart:hover .cart_total {
    opacity: 0.7; }

.red-mini-cart {
  display: none;
  width: 300px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 21;
  padding: 30px 20px;
  vertical-align: inherit;
  background-color: #fff;
  height: auto; }
/* Some variation used in this file only */
/*=================*/
.red-main-nav {
  list-style: none;
  padding: 0;
  margin: 0; }

.red-main-nav .menu-item {
  overflow: hidden;
  position: relative; }

.red-main-nav .sub-menu {
  margin: 0;
  list-style: none;
  visibility: hidden;
  z-index: 99;
  background-color: #fff; }
  .red-main-nav .sub-menu .menu-item a {
    padding: 5px 30px; }

.menu-title, .menu-desc {
  display: block; }

.menu-desc {
  font-size: 85%;
  font-weight: normal; }

.red-menu-toggle {
  width: 30px;
  height: 30px; }
/* Desktop */
.desktop-nav {
  margin-left: -17px;
  margin-right: -17px;
  display: flex;
  flex-wrap: wrap;
  /* First Level Only */ }

.desktop-nav > .menu-item > .red-menu-toggle {
  display: none; }

.desktop-nav .sub-menu {
  position: absolute;
  top: calc(100% + 50px);
  left: 0;
  min-width: 260px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  /* Level 3+ */ }
  .desktop-nav .sub-menu .sub-menu {
    top: 0;
    left: calc(100%); }
  .desktop-nav .sub-menu .sub-menu.back {
    left: auto;
    right: calc(100%); }
  .desktop-nav .sub-menu .menu-item:hover > .sub-menu {
    top: 0; }
  .desktop-nav .sub-menu .menu-item:hover > .sub-menu.back {
    left: auto;
    right: 100%; }

.desktop-nav .menu-item:hover {
  overflow: visible; }
  .desktop-nav .menu-item:hover .sub-menu {
    visibility: visible;
    top: 100%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.desktop-nav > .menu-item {
  margin-left: 17px;
  margin-right: 17px;
  height: 100px;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
/**
 * Menu color 
 */
/* Default */
.red-header1 .desktop-nav > .menu-item {
  height: 120px;
  position: relative;
  /* Level 1 Hover*/
  /* Level 1 Actived */ }
  .red-header1 .desktop-nav > .menu-item:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: rgba(243, 82, 90, 1);
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .red-header1 .desktop-nav > .menu-item:hover:before {
    width: 100%; }
  .red-header1 .desktop-nav > .menu-item > a {
    font-size: 14px;
    font-weight: 600;
    color: #221b20;
    text-transform: uppercase; }
  .red-header1 .desktop-nav > .menu-item > a:hover {
    color: #f0535b; }
  .red-header1 .desktop-nav > .menu-item.current-menu-ancestor > a, .red-header1 .desktop-nav > .menu-item > a, .red-header1 .desktop-nav > .menu-item > .red-menu-toggle {
    color: #221b20; }
  .red-header1 .desktop-nav > .menu-item:hover > a, .red-header1 .desktop-nav > .menu-item:hover > .red-menu-toggle {
    color: rgba(243, 82, 90, 1); }
  .red-header1 .desktop-nav > .menu-item.current-menu-item > a, .red-header1 .desktop-nav > .menu-item.current-menu-ancestor > a {
    color: rgba(243, 82, 90, 1); }
  .red-header1 .desktop-nav .sub-menu {
    padding: 5px 0;
    font-size: 13px;
    font-weight: 400; }
  .red-header1 .desktop-nav li.megamenu {
    position: static !important; }
  .red-header1 .desktop-nav li.megamenu .sub-megamenu {
    width: 100%;
    padding: 27px 0 20px;
    text-transform: none; }
  .red-header1 .desktop-nav li.megamenu .sub-megamenu .menu-item a {
    padding: 5px 15px 5px 0; }
  .red-header1 .desktop-nav li.megamenu .sub-megamenu .menu-item a:hover {
    background: transparent; }

@media (min-width: 1200px) {
    .red-header1 .red-navigation {
      position: static !important; } }

@media (max-width: 1199px) {
    .red-header1 li.megamenu .sub-megamenu {
      width: 100%;
      text-transform: none;
      padding: 0; } }
/* Ontop */
.header-ontop .desktop-nav > .menu-item {
  /* Level 1 Hover*/
  /* Level 1 Actived */ }
  .header-ontop .desktop-nav > .menu-item.current-menu-ancestor > a, .header-ontop .desktop-nav > .menu-item > a, .header-ontop .desktop-nav > .menu-item > .red-menu-toggle {
    color: #fff; }
  .header-ontop .desktop-nav > .menu-item:hover > a, .header-ontop .desktop-nav > .menu-item:hover > .red-menu-toggle {
    color: rgba(243, 82, 90, 1); }
  .header-ontop .desktop-nav > .menu-item.current-menu-item > a, .header-ontop .desktop-nav > .menu-item.current-menu-ancestor > a {
    color: rgba(243, 82, 90, 1); }
/* Sticky */
.header-sticky .desktop-nav > .menu-item {
  /* Level 1 Hover*/
  /* Level 1 Actived */ }
  .header-sticky .desktop-nav > .menu-item.current-menu-ancestor > a, .header-sticky .desktop-nav > .menu-item > a, .header-sticky .desktop-nav > .menu-item > .red-menu-toggle {
    color: #221b20; }
  .header-sticky .desktop-nav > .menu-item:hover > a, .header-sticky .desktop-nav > .menu-item:hover > .red-menu-toggle {
    color: rgba(243, 82, 90, 1); }
  .header-sticky .desktop-nav > .menu-item.current-menu-item > a, .header-sticky .desktop-nav > .menu-item.current-menu-ancestor > a {
    color: rgba(243, 82, 90, 1); }
/* Mobile and Dropdown */
.mobile-navs {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 30px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 30px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 30px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 30px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 10px 30px 0; }

.mobile-navs .mobile-nav {
  padding: 20px 0; }

.mobile-nav .menu-item > a, .desktop-nav .sub-menu .menu-item > a {
  color: #221b20;
  display: block; }
  .mobile-nav .menu-item > a:hover, .desktop-nav .sub-menu .menu-item > a:hover {
    background-color: #f7f8fa; }
  .mobile-nav .menu-item.menu-item-has-children > a, .desktop-nav .sub-menu .menu-item.menu-item-has-children > a {
    padding-right: 30px; }
  .mobile-nav .menu-item > .red-menu-toggle, .desktop-nav .sub-menu .menu-item > .red-menu-toggle {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 0;
    color: #221b20; }
  .mobile-nav .menu-item > .red-menu-toggle:hover, .desktop-nav .sub-menu .menu-item > .red-menu-toggle:hover {
    color: rgba(243, 82, 90, 1); }
  .mobile-nav .menu-item:hover > a, .desktop-nav .sub-menu .menu-item:hover > a, .mobile-nav .menu-item:hover > .red-menu-toggle, .desktop-nav .sub-menu .menu-item:hover > .red-menu-toggle {
    color: rgba(243, 82, 90, 1); }
  .mobile-nav .menu-item.current-menu-ancestor > a, .desktop-nav .sub-menu .menu-item.current-menu-ancestor > a, .mobile-nav .menu-item.current-menu-item > a, .desktop-nav .sub-menu .menu-item.current-menu-item > a, .mobile-nav .menu-item.current-menu-ancestor > .red-menu-toggle, .desktop-nav .sub-menu .menu-item.current-menu-ancestor > .red-menu-toggle, .mobile-nav .menu-item.current-menu-item > .red-menu-toggle, .desktop-nav .sub-menu .menu-item.current-menu-item > .red-menu-toggle {
    color: rgba(243, 82, 90, 1); }

.rtl .mobile-nav .menu-item > .red-menu-toggle, .rtl .desktop-nav .sub-menu .menu-item > .red-menu-toggle {
  right: auto;
  left: 0; }

@media (min-width: 1200px) {
    .text-center-lg {
      text-align: center !important; } }
/* Mobile Nav */
@media (max-width: 1199px) {
  .red-header-inner {
    position: relative; }

  #red-navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: auto; }

  .red-main-nav.mobile-nav {
    max-height: 500px; }

  #red-navigation-left, #red-navigation-right {
    display: none; }

  .red-menu-toggle {
    text-align: center;
    cursor: pointer; }

  .red-main-nav > .menu-item > a {
    padding: 5px 15px; }
    .red-main-nav .sub-menu {
      padding: 0 15px;
      display: none;
      visibility: visible; }
      .red-main-nav .sub-menu .menu-item a {
        padding: 5px 15px;
        font-size: 14px; } }

.red-page-title-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 78px 0 82px 0; }

@media (max-width: 1199px) {
    .red-page-title-wrapper {
      padding: 48px 0 52px 0; } }

.red-page-title-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7); }

.red-page-title-wrapper.layout-1 .red-breadcrumb {
  margin-top: 16px; }

.red-page-title-wrapper.layout-2 .red-breadcrumb {
  margin-bottom: 18px; }

.red-page-title-wrapper.layout-3 .red-breadcrumb {
  margin-top: 16px; }
  .red-page-title-wrapper.layout-3 .red-breadcrumb .red-breadcrumb-inner {
    margin: 0 -8px; }
  .red-page-title-wrapper.layout-3 .red-breadcrumb .red-breadcrumb-inner > span {
    padding: 0 8px; }

.red-page-title-wrapper.layout-4 .red-breadcrumb {
  margin-bottom: 18px; }
  .red-page-title-wrapper.layout-4 .red-breadcrumb .red-breadcrumb-inner {
    margin: 0 -8px; }
  .red-page-title-wrapper.layout-4 .red-breadcrumb .red-breadcrumb-inner > span {
    padding: 0 8px; }

.red-page-title .red-page-title-text {
  font-family: Montserrat;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .red-page-title .red-page-title-text {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .red-page-title .red-page-title-text {
      font-size: 28px; } }
  @media (max-width: 575px) {
    .red-page-title .red-page-title-text {
      font-size: 24px; } }

.red-page-title .sub-title {
  font-family: Montserrat;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 9px;
  line-height: 1.2; }

.red-breadcrumb {
  font-family: Montserrat;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }

.red-breadcrumb a {
  color: inherit; }
  .red-breadcrumb a:hover {
    color: #f0535b; }

.red-breadcrumb .esep {
  font-size: 14px;
  margin: 0 5px 0 4px; }

.red-breadcrumb .red-breadcrumb-inner2 > span {
  padding: 0 13px; }

.red-breadcrumb span > span {
  color: rgba(243, 82, 90, 1); }

.red-footer {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300; }

.red-footer .wpb_button, .red-footer .wpb_content_element {
  margin-bottom: 0; }

.red-footer ul, .red-footer ol {
  padding: 0; }

.red-footer.footer-default {
  padding: 56px 0;
  color: #fff;
  background-color: #181316;
  text-align: center; }
  .red-footer.footer-default a {
    color: rgba(243, 82, 90, 1); }
  .red-footer.footer-default a:hover {
    opacity: 0.7; }

.red-footer.footer-1 .footer-list li {
  line-height: 30px;
  color: #fff; }
  .red-footer.footer-1 .footer-list li i {
    color: rgba(243, 82, 90, 1);
    font-size: 14px;
    margin-right: 16px; }
  .red-footer.footer-1 .widget_nav_menu {
    text-align: center; }
  .red-footer.footer-1 .widget_nav_menu .menu .menu-item {
    border-bottom: 1px solid #393237; }
  .red-footer.footer-1 .widget_nav_menu .menu .menu-item:last-child {
    border-bottom: none; }
  .red-footer.footer-1 .widget_nav_menu .menu .menu-item a {
    padding: 8px 0;
    display: inline-block;
    color: #fff; }
  .red-footer.footer-1 .widget_nav_menu .menu .menu-item a:hover {
    color: #f0535b; }
  .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form {
    position: relative; }
  .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field {
    margin-bottom: 0; }
  .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email label {
    display: none; }
  .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email {
    background: transparent;
    height: 50px;
    padding: 10px 75px 10px 20px;
    border: 1px solid #464245;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-style: italic; }
    .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email::-webkit-input-placeholder {
      color: #666164; }
    .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:-moz-placeholder {
      color: #666164; }
    .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email::-moz-placeholder {
      color: #666164; }
    .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:-ms-input-placeholder {
      color: #666164; }
    .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:hover, .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:focus {
      border-color: rgba(243, 82, 90, 1); }
  .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 58px; }
  .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-button:before {
    position: absolute;
    content: "\f303";
    font-family: 'Font Awesome 5 Pro';
    color: rgba(243, 82, 90, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-button .tnp-submit {
    font-size: 0;
    text-indent: 10000px;
    background: transparent;
    border: none;
    height: 100%;
    width: 100%; }
    .red-footer.footer-1 .widget_newsletterwidget .tnp-widget form .tnp-field-button .tnp-submit:hover {
      background: rgba(130, 130, 130, 0.1); }

.red-footer.layout-default .footer-list li {
  line-height: 30px;
  color: #fff; }
  .red-footer.layout-default .footer-list li i {
    color: rgba(243, 82, 90, 1);
    font-size: 14px;
    margin-right: 16px; }
  .red-footer.layout-default .widget_nav_menu {
    text-align: center; }
  .red-footer.layout-default .widget_nav_menu .menu .menu-item {
    border-bottom: 1px solid #393237; }
  .red-footer.layout-default .widget_nav_menu .menu .menu-item:last-child {
    border-bottom: none; }
  .red-footer.layout-default .widget_nav_menu .menu .menu-item a {
    padding: 8px 0;
    display: inline-block;
    color: #fff; }
  .red-footer.layout-default .widget_nav_menu .menu .menu-item a:hover {
    color: #f0535b; }
  .red-footer.layout-default .widget_newsletterwidget .tnp-widget form {
    position: relative; }
  .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field {
    margin-bottom: 0; }
  .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email label {
    display: none; }
  .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email {
    background: transparent;
    height: 50px;
    padding: 10px 75px 10px 20px;
    border: 1px solid #464245;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-style: italic; }
    .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email::-webkit-input-placeholder {
      color: #666164; }
    .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:-moz-placeholder {
      color: #666164; }
    .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email::-moz-placeholder {
      color: #666164; }
    .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:-ms-input-placeholder {
      color: #666164; }
    .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:hover, .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:focus {
      border-color: rgba(243, 82, 90, 1); }
  .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 58px; }
  .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-button:before {
    position: absolute;
    content: "\f303";
    font-family: 'Font Awesome 5 Pro';
    color: rgba(243, 82, 90, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-button .tnp-submit {
    font-size: 0;
    text-indent: 10000px;
    background: transparent;
    border: none;
    height: 100%;
    width: 100%; }
    .red-footer.layout-default .widget_newsletterwidget .tnp-widget form .tnp-field-button .tnp-submit:hover {
      background: rgba(130, 130, 130, 0.1); }
  .red-footer.layout-default .footer-top {
    position: relative;
    padding: 120px 0 85px;
    color: #fff; }
  .red-footer.layout-default .footer-top .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #221b20; }
  @media (max-width: 991px) {
        .red-footer.layout-default .footer-top .footer-wrap-inner.footer-first {
          text-align: center; } }
  .red-footer.layout-default .footer-top .widget {
    margin-bottom: 20px; }
  .red-footer.layout-default .footer-top .widget .wg-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(243, 82, 90, 1);
    margin-bottom: 17px; }
  .red-footer.layout-default .footer-top .widget.widget_media_image img {
    max-width: 220px !important; }
  @media (max-width: 991px) {
          .red-footer.layout-default .footer-top .widget.widget_cms_socials_widget {
            display: table;
            margin: 0 auto 20px; } }
  .red-footer.layout-default .footer-bottom {
    color: #fff;
    background-color: #181316;
    padding: 55px 15px 25px; }
  @media (min-width: 992px) {
        .red-footer.layout-default .footer-bottom .footer-bottom-wrap {
          display: flex;
          align-items: center;
          justify-content: space-between; } }
  .red-footer.layout-default .footer-bottom .footer-bottom-wrap .widget {
    width: 100%;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
            .red-footer.layout-default .footer-bottom .footer-bottom-wrap .widget.widget_media_gallery {
              margin: 0 auto 30px;
              display: table;
              width: auto; } }
  .red-footer.layout-default .footer-bottom .footer-bottom-wrap .widget.widget_media_gallery .gallery {
    display: flex;
    margin: 0 -5px; }
    .red-footer.layout-default .footer-bottom .footer-bottom-wrap .widget.widget_media_gallery .gallery .gallery-item {
      margin: 0;
      padding: 0 5px; }

.red-backtotop {
  position: fixed;
  bottom: -60px;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 34px;
  background-color: rgba(243, 82, 90, 1);
  color: #fff;
  cursor: pointer;
  visibility: hidden;
  z-index: 2;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

@media (max-width: 479px) {
    .red-backtotop {
      bottom: -40px;
      width: 40px;
      height: 40px;
      line-height: 42px;
      font-size: 20px; } }

.red-backtotop.on {
  visibility: visible;
  bottom: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.red-backtotop:hover {
  color: rgba(255, 255, 255, 0.8); }

.sidebar-area .wg-title {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  position: relative; }

.fs-form h4 {
  font-size: 24px;
  margin-top: 35px;
  text-transform: uppercase; }
  @media (max-width: 479px) {
    .fs-form h4 {
      margin-top: 30px; } }

.fs-form .fs-close {
  position: relative !important;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: -9px; }

.fs-form.fs-dropdown {
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 430px;
  top: 36px; }
  .fs-form.fs-dropdown .fs-close {
    margin-top: 0;
    font-size: 24px;
    padding: 0 5px;
    cursor: pointer; }

.fs-form.fs-popup .fs-card {
  max-width: 430px;
  padding: 0;
  margin-top: 0;
  border-radius: 0; }

.fs-form .fs-header {
  background: #fff;
  color: #221b20;
  padding: 15px 15px 10px !important;
  text-align: center;
  font-size: 13px; }
  .fs-form .fs-header .fs-subtitle {
    font-style: italic;
    line-height: 20px; }

.fs-form .fs-body {
  position: relative; }
  .fs-form .fs-body label.error {
    color: rgba(243, 82, 90, 1); }
  .fs-form .fs-body .form {
    margin: 0 auto;
    max-width: 330px; }
  .fs-form .fs-body .form .fs-login-form-wrap, .fs-form .fs-body .form .fs-register-form-wrap {
    padding: 15px;
    color: #221b20; }
  .fs-form .fs-body .form .form-group {
    margin-bottom: 15px; }
  .fs-form .fs-body .form .form-group .input-group {
    width: 100%; }
  .fs-form .fs-body .form .form-group input {
    padding: 6px 30px;
    height: 50px;
    font-size: 14px;
    font-weight: 400; }
  @media (max-width: 479px) {
          .fs-form .fs-body .form .form-group input {
            height: 42px; } }
  .fs-form .fs-body .form .form-group input::-webkit-input-placeholder {
    color: #666164;
    font-style: italic; }
  .fs-form .fs-body .form .form-group input:-moz-placeholder {
    color: #666164;
    font-style: italic; }
  .fs-form .fs-body .form .form-group input::-moz-placeholder {
    color: #666164;
    font-style: italic; }
  .fs-form .fs-body .form .form-group input:-ms-input-placeholder {
    color: #666164;
    font-style: italic; }
  .fs-form .fs-body .form .btn-login, .fs-form .fs-body .form .btn-register {
    padding: 17px 60px;
    margin: 0; }
  .fs-form .fs-body .form .form-action {
    color: #221b20;
    font-size: 14px;
    line-height: 26px;
    padding-top: 8px; }
  @media (max-width: 479px) {
        .fs-form .fs-body .form .form-action {
          font-size: 13px; }
          .fs-form .fs-body .form .form-action input {
            margin-bottom: 2px; } }
  .fs-form .fs-body .form .form-action input {
    vertical-align: text-bottom;
    margin-right: 4px;
    margin-bottom: 4px; }
  .fs-form .fs-body .form .fs-action {
    margin-top: 25px;
    text-align: center; }
  .fs-form .fs-body .form a:hover, .fs-form .fs-body .form a:focus {
    color: #f0535b; }
  .fs-form .fs-body .form a.forgot {
    float: right; }
  .fs-form .fs-body .form .fs-created {
    margin-top: 15px;
    padding-bottom: 32px;
    text-align: center; }
  .fs-form .fs-body .form .fs-reg-signin {
    margin-top: 15px;
    padding-bottom: 7px; }
  .fs-form .fs-body .form.active {
    padding-bottom: 20px; }

.tnp-subscription {
  margin-top: 0;
  margin-bottom: 0; }

.tnp-subscription form {
  position: relative; }
  .tnp-subscription form .tnp-field {
    margin-bottom: 0; }
  .tnp-subscription form .tnp-field-email label {
    display: none; }
  .tnp-subscription form .tnp-field-email .tnp-email {
    background: transparent;
    height: 50px;
    padding: 10px 75px 10px 30px;
    border: 1px solid #d3d1d2;
    font-size: 14px;
    color: #666164;
    font-weight: 300; }
  .tnp-subscription form .tnp-field-email .tnp-email::-webkit-input-placeholder {
    font-style: italic; }
  .tnp-subscription form .tnp-field-email .tnp-email:-moz-placeholder {
    font-style: italic; }
  .tnp-subscription form .tnp-field-email .tnp-email::-moz-placeholder {
    font-style: italic; }
  .tnp-subscription form .tnp-field-email .tnp-email:-ms-input-placeholder {
    font-style: italic; }
  .tnp-subscription form .tnp-field-email .tnp-email:hover, .tnp-subscription form .tnp-field-email .tnp-email:focus {
    border-color: rgba(243, 82, 90, 1); }
  .tnp-subscription form .tnp-field-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 58px;
    background: rgba(243, 82, 90, 1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .tnp-subscription form .tnp-field-button:before {
    position: absolute;
    content: "\f0e0";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .tnp-subscription form .tnp-field-button .tnp-submit {
    font-size: 0;
    text-indent: 10000px;
    background: transparent;
    border: none;
    height: 100%;
    width: 100%; }
  .tnp-subscription form .tnp-field-button:hover {
    opacity: 0.7; }

.widget_apsc_widget .apsc-each-profile {
  float: none;
  margin: 10px 0 0;
  min-height: 0;
  width: auto;
  text-align: right;
  font-family: inherit;
  background-color: transparent; }
  .widget_apsc_widget .apsc-each-profile:first-child {
    margin-top: 0; }
  .widget_apsc_widget .apsc-each-profile a {
    display: block;
    height: 60px;
    transform: none;
    transition: all 240ms;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent; }
  .widget_apsc_widget .apsc-each-profile a:hover, .widget_apsc_widget .apsc-each-profile a:focus {
    transform: none; }
  .widget_apsc_widget .apsc-each-profile a:hover .apsc-inner-block:after, .widget_apsc_widget .apsc-each-profile a:focus .apsc-inner-block:after, .widget_apsc_widget .apsc-each-profile a:hover .social-icon:after, .widget_apsc_widget .apsc-each-profile a:focus .social-icon:after {
    opacity: 0.7; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-facebook-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-facebook-icon {
    color: #3b5998; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-twitter-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-twitter-icon {
    color: #1dcaff; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-google-plus-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-google-plus-icon {
    color: #dd4b39; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-pinterest-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-pinterest-icon {
    color: #c92228; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-linkedin-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-linkedin-icon {
    color: #3f729b; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-digg-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-digg-icon {
    color: #2169a8; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-print-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-print-icon {
    color: #5e5959; }
  .widget_apsc_widget .apsc-each-profile a:hover.apsc-email-icon, .widget_apsc_widget .apsc-each-profile a:focus.apsc-email-icon {
    color: #8f8f8f; }

.widget_apsc_widget .apsc-inner-block {
  height: 100%;
  box-shadow: none;
  position: relative;
  padding: 0 30px 0 0; }
  .widget_apsc_widget .apsc-inner-block:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 61px;
    top: 0;
    right: 0;
    transition: all 240ms; }

.widget_apsc_widget .apsc-inner-block, .widget_apsc_widget .media-name {
  height: 100%; }
  .widget_apsc_widget .apsc-inner-block:before, .widget_apsc_widget .media-name:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%; }

.widget_apsc_widget .media-name {
  display: inline-block;
  padding-top: 3px; }

.widget_apsc_widget .apsc-count, .widget_apsc_widget .apsc-media-type {
  display: inline; }

.widget_apsc_widget .social-icon, .widget_apsc_widget .apsc-count, .widget_apsc_widget .apsc-media-type {
  position: relative;
  z-index: 1;
  font-size: inherit; }

.widget_apsc_widget .apsc-count {
  margin-right: 4px; }

.widget_apsc_widget .apsc-media-type {
  opacity: 0.75; }

.widget_apsc_widget .social-icon {
  display: block;
  float: left;
  height: 100%;
  padding-left: 90px;
  font-weight: 700; }
  .widget_apsc_widget .social-icon i.fa {
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1; }
  .widget_apsc_widget .social-icon:after {
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 240ms; }

.widget_apsc_widget .apsc-facebook-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-facebook-icon .social-icon:after {
  background-color: #3b5998; }

.widget_apsc_widget .apsc-twitter-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-twitter-icon .social-icon:after {
  background-color: #1dcaff; }

.widget_apsc_widget .apsc-youtube-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-youtube-icon .social-icon:after {
  background-color: #e52d27; }

.widget_apsc_widget .apsc-soundcloud-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-soundcloud-icon .social-icon:after {
  background-color: #f80; }

.widget_apsc_widget .apsc-dribble-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-dribble-icon .social-icon:after {
  background-color: #ea4c89; }

.widget_apsc_widget .apsc-comment-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-comment-icon .social-icon:after {
  background-color: #464646; }

.widget_apsc_widget .apsc-edit-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-edit-icon .social-icon:after {
  background-color: #837d7d; }

.widget_apsc_widget .apsc-google-plus-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-google-plus-icon .social-icon:after {
  background-color: #dd4b39; }

.widget_apsc_widget .apsc-instagram-icon .apsc-inner-block:after, .widget_apsc_widget .apsc-instagram-icon .social-icon:after {
  background-color: #3f729b; }
/* Recent Comments */
.widget_recent_comments li:before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 80%; }

.widget_recent_comments a:before {
  display: none; }

.rtl .widget_recent_comments li:before {
  content: ''; }
/* Recent Post */
.widget_recent_entries .post-date {
  display: block; }
/* Search */
.search-form {
  position: relative; }

.search-form label {
  display: block;
  position: relative; }
  .search-form label:before {
    content: "\f10b";
    font-family: 'Flaticon';
    display: block; }

.search-form input.search-field {
  width: 100%;
  padding: 14px 60px 14px 10px;
  font-size: 12px; }

.search-form label:before, .search-form input.search-submit {
  position: absolute;
  right: 0;
  border: none;
  width: 50px;
  color: #fff;
  text-align: center;
  height: 100%;
  line-height: 52px; }

.search-form label:before {
  background: rgba(243, 82, 90, 1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search-form input.search-submit {
  top: 0;
  bottom: 0;
  padding: 0;
  text-align: center;
  font-size: 0px;
  z-index: 1;
  cursor: pointer;
  background: transparent;
  border-radius: 0; }
  .search-form input.search-submit:before {
    display: none; }

.rtl .search-form input.search-field {
  padding-left: 60px;
  padding-right: 10px; }

.rtl .search-form label:after, .rtl .search-form input.search-submit {
  right: auto;
  left: 0; }
/* Calendar */
.widget_calendar .calendar_wrap {
  text-align: center; }

.widget_calendar #today {
  background: #303030;
  color: #fff; }
  .widget_calendar #today a {
    display: block;
    color: #fff; }
  .widget_calendar #today a:hover {
    color: #fff; }

.widget_calendar th {
  text-align: center; }
/* RSS */
.widget_rss > ul > li {
  margin-bottom: 15px; }
  .widget_rss > ul > li:last-child {
    margin-bottom: 0; }

.widget_rss .rsswidget {
  font-weight: 700; }

.widget_rss .rss-date {
  display: block;
  font-style: italic;
  font-size: 80%;
  color: #ababab; }

.widget_rss cite {
  color: rgba(243, 82, 90, 1); }
/* tags cloud */
.tagcloud {
  margin-left: -10px; }

.tagcloud > a {
  border: 1px solid #e7e7e7;
  padding: 5px;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 10px; }
  .tagcloud > a:hover {
    border-color: #f0535b; }

.rtl .tagcloud {
  margin-right: -10px;
  margin-left: 0; }

.rtl .tagcloud > a {
  margin-left: 0;
  margin-right: 10px; }

#sidebar-area {
  /* All widget  */
  /* Widget with slidedown Menu */ }

#sidebar-area .widget {
  margin-bottom: 56px; }
  #sidebar-area .widget:last-child {
    margin-bottom: 0; }
  #sidebar-area .widget .children, #sidebar-area .widget .sub-menu {
    display: none; }

#sidebar-area .wg-title, #sidebar-area .wgtitle {
  margin: 0 0 26px 0; }

#sidebar-area .widget_flickr .flickr-badge-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  #sidebar-area .widget_flickr .flickr-badge-wrapper ul li {
    width: 100%;
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    padding: 5px;
    margin: 0;
    float: none;
    height: auto;
    position: relative;
    display: block; }
  #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a:hover:before, #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a:hover:after {
    opacity: 1; }
  #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    background: rgba(243, 82, 90, 1);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a img {
    width: 100%;
    display: block;
    float: none;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a img:hover, #sidebar-area .widget_flickr .flickr-badge-wrapper ul li a img:focus {
      zoom: 1;
      filter: alpha(opacity=80);
      opacity: 0.8;
      -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      transform: rotate(2deg);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

#sidebar-area .widget_newsletterwidget .tnp-widget form {
  position: relative; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field {
    margin-bottom: 0; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email label {
    display: none; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email {
    background: transparent;
    height: 50px;
    padding: 10px 75px 10px 30px;
    border: 1px solid #d3d1d2;
    font-size: 14px;
    color: #666164;
    font-weight: 300; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email::-webkit-input-placeholder {
    font-style: italic; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:-moz-placeholder {
    font-style: italic; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email::-moz-placeholder {
    font-style: italic; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:-ms-input-placeholder {
    font-style: italic; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:hover, #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-email .tnp-email:focus {
    border-color: rgba(243, 82, 90, 1); }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 58px;
    background: rgba(243, 82, 90, 1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-button:before {
    position: absolute;
    content: "\f0e0";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-button .tnp-submit {
    font-size: 0;
    text-indent: 10000px;
    background: transparent;
    border: none;
    height: 100%;
    width: 100%; }
  #sidebar-area .widget_newsletterwidget .tnp-widget form .tnp-field-button:hover {
    opacity: 0.7; }
  #sidebar-area .widget_newsletterwidget .intro {
    margin-top: 15px; }

#sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item:last-child {
    margin-bottom: 0; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-thumbnail {
    flex: none;
    margin-right: 20px; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-thumbnail a {
    width: 70px;
    display: block;
    overflow: hidden; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-thumbnail img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-thumbnail img:hover, #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-thumbnail img:focus {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-main {
    text-transform: uppercase; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-main .title-recent {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-main span {
    font-size: 12px;
    font-weight: 400; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-main span.date a {
    color: rgba(243, 82, 90, 1);
    display: inline-block;
    margin-right: 8px; }
    #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-main span.date a:hover {
      color: #666164; }
  #sidebar-area .widget_cs_recent_post_v2 .cms-recent-post .widget-recent-item .entry-main .description {
    font-size: 12px;
    text-transform: none; }

#sidebar-area .widget_categories select, #sidebar-area .widget_archive select {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 14px;
  color: #808080;
  font-weight: 300;
  border-radius: 0;
  font-style: italic;
  border-color: #d3d1d2;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='284.929px' height='284.929px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'><g><path d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441   L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082   c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647   c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/></g>/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  #sidebar-area .widget_categories select option, #sidebar-area .widget_archive select option {
    color: #121e31;
    padding: 5px 0; }

#sidebar-area .widget_archive .screen-reader-text, #sidebar-area .widget_categories .screen-reader-text, #sidebar-area .widget_pages .screen-reader-text, #sidebar-area .widget_meta .screen-reader-text, #sidebar-area .widget_recent_comments .screen-reader-text, #sidebar-area .widget_recent_entries .screen-reader-text, #sidebar-area .widget_rss .screen-reader-text, #sidebar-area .widget_nav_menu .screen-reader-text, #sidebar-area .widget_layered_nav .screen-reader-text {
  display: none; }
  #sidebar-area .widget_archive ul, #sidebar-area .widget_categories ul, #sidebar-area .widget_pages ul, #sidebar-area .widget_meta ul, #sidebar-area .widget_recent_comments ul, #sidebar-area .widget_recent_entries ul, #sidebar-area .widget_rss ul, #sidebar-area .widget_nav_menu ul, #sidebar-area .widget_layered_nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #sidebar-area .widget_archive ul ul, #sidebar-area .widget_categories ul ul, #sidebar-area .widget_pages ul ul, #sidebar-area .widget_meta ul ul, #sidebar-area .widget_recent_comments ul ul, #sidebar-area .widget_recent_entries ul ul, #sidebar-area .widget_rss ul ul, #sidebar-area .widget_nav_menu ul ul, #sidebar-area .widget_layered_nav ul ul {
    padding: 0 0 0 10px; }
  #sidebar-area .widget_archive li, #sidebar-area .widget_categories li, #sidebar-area .widget_pages li, #sidebar-area .widget_meta li, #sidebar-area .widget_recent_comments li, #sidebar-area .widget_recent_entries li, #sidebar-area .widget_rss li, #sidebar-area .widget_nav_menu li, #sidebar-area .widget_layered_nav li {
    background: #f7f7f7;
    margin-bottom: 3px;
    padding: 13px 30px;
    position: relative; }
  #sidebar-area .widget_archive li:before, #sidebar-area .widget_categories li:before, #sidebar-area .widget_pages li:before, #sidebar-area .widget_meta li:before, #sidebar-area .widget_recent_comments li:before, #sidebar-area .widget_recent_entries li:before, #sidebar-area .widget_rss li:before, #sidebar-area .widget_nav_menu li:before, #sidebar-area .widget_layered_nav li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background: rgba(243, 82, 90, 1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  #sidebar-area .widget_archive li a, #sidebar-area .widget_categories li a, #sidebar-area .widget_pages li a, #sidebar-area .widget_meta li a, #sidebar-area .widget_recent_comments li a, #sidebar-area .widget_recent_entries li a, #sidebar-area .widget_rss li a, #sidebar-area .widget_nav_menu li a, #sidebar-area .widget_layered_nav li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #303030;
    display: inline-block; }
  #sidebar-area .widget_archive li a:hover, #sidebar-area .widget_categories li a:hover, #sidebar-area .widget_pages li a:hover, #sidebar-area .widget_meta li a:hover, #sidebar-area .widget_recent_comments li a:hover, #sidebar-area .widget_recent_entries li a:hover, #sidebar-area .widget_rss li a:hover, #sidebar-area .widget_nav_menu li a:hover, #sidebar-area .widget_layered_nav li a:hover {
    color: #f0535b; }
  #sidebar-area .widget_archive li:hover:before, #sidebar-area .widget_categories li:hover:before, #sidebar-area .widget_pages li:hover:before, #sidebar-area .widget_meta li:hover:before, #sidebar-area .widget_recent_comments li:hover:before, #sidebar-area .widget_recent_entries li:hover:before, #sidebar-area .widget_rss li:hover:before, #sidebar-area .widget_nav_menu li:hover:before, #sidebar-area .widget_layered_nav li:hover:before {
    height: 100%; }
  #sidebar-area .widget_archive li:last-child, #sidebar-area .widget_categories li:last-child, #sidebar-area .widget_pages li:last-child, #sidebar-area .widget_meta li:last-child, #sidebar-area .widget_recent_comments li:last-child, #sidebar-area .widget_recent_entries li:last-child, #sidebar-area .widget_rss li:last-child, #sidebar-area .widget_nav_menu li:last-child, #sidebar-area .widget_layered_nav li:last-child {
    margin-bottom: 0; }
  #sidebar-area .widget_archive a:before, #sidebar-area .widget_categories a:before, #sidebar-area .widget_pages a:before, #sidebar-area .widget_meta a:before, #sidebar-area .widget_recent_comments a:before, #sidebar-area .widget_recent_entries a:before, #sidebar-area .widget_rss a:before, #sidebar-area .widget_nav_menu a:before, #sidebar-area .widget_layered_nav a:before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 80%; }
  #sidebar-area .widget_archive a.rsswidget:before, #sidebar-area .widget_categories a.rsswidget:before, #sidebar-area .widget_pages a.rsswidget:before, #sidebar-area .widget_meta a.rsswidget:before, #sidebar-area .widget_recent_comments a.rsswidget:before, #sidebar-area .widget_recent_entries a.rsswidget:before, #sidebar-area .widget_rss a.rsswidget:before, #sidebar-area .widget_nav_menu a.rsswidget:before, #sidebar-area .widget_layered_nav a.rsswidget:before {
    display: none; }

#sidebar-area .rtl .widget_archive ul ul, #sidebar-area .rtl .widget_categories ul ul, #sidebar-area .rtl .widget_pages ul ul, #sidebar-area .rtl .widget_meta ul ul, #sidebar-area .rtl .widget_recent_comments ul ul, #sidebar-area .rtl .widget_recent_entries ul ul, #sidebar-area .rtl .widget_rss ul ul, #sidebar-area .rtl .widget_nav_menu ul ul, #sidebar-area .rtl .widget_layered_nav ul ul {
  padding: 0 10px 0 0; }
  #sidebar-area .rtl .widget_archive a:before, #sidebar-area .rtl .widget_categories a:before, #sidebar-area .rtl .widget_pages a:before, #sidebar-area .rtl .widget_meta a:before, #sidebar-area .rtl .widget_recent_comments a:before, #sidebar-area .rtl .widget_recent_entries a:before, #sidebar-area .rtl .widget_rss a:before, #sidebar-area .rtl .widget_nav_menu a:before, #sidebar-area .rtl .widget_layered_nav a:before {
    content: ''; }

#sidebar-area .widget_categories a, #sidebar-area .widget_pages a, #sidebar-area .widget_nav_menu a, #sidebar-area .widget_meta a, #sidebar-area .widget_recent_entries a {
  display: block; }

#sidebar-area .parent, #sidebar-area .cat-parent {
  position: relative; }
  #sidebar-area .parent > a, #sidebar-area .cat-parent > a {
    padding-right: 30px; }
  #sidebar-area .parent .children, #sidebar-area .cat-parent .children, #sidebar-area .parent .sub-menu, #sidebar-area .cat-parent .sub-menu {
    display: none; }

#sidebar-area .red-toggle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  #sidebar-area .red-toggle > span {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); }
  #sidebar-area .red-toggle > span:before, #sidebar-area .red-toggle > span:after {
    content: '';
    display: block;
    background: #000;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); }
  #sidebar-area .red-toggle > span:before {
    width: 10px;
    height: 1px; }
  #sidebar-area .red-toggle > span:after {
    width: 1px;
    height: 10px; }
  #sidebar-area .red-toggle.active > span:after {
    display: none; }
/* pixelogic Button */
.red-accordion .card {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  margin-bottom: 10px; }
  .red-accordion .card.active {
    border-color: transparent; }
  .red-accordion .card.active .card-header {
    background-color: rgba(243, 82, 90, 1); }
  .red-accordion .card.active .card-header a {
    color: #fff; }
  .red-accordion .card.active .card-header a .t-before {
    color: rgba(243, 82, 90, 1);
    background-color: #fff; }
  .red-accordion .card.active .card-header a .t-before:before {
    background: inherit; }
  .red-accordion .card.active .card-header a .t-after {
    color: inherit; }

.red-accordion .card-header {
  padding: 0 20px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
  border-radius: 0; }
  .red-accordion .card-header a {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 12px;
    color: #666164; }
  .red-accordion .card-header a .t-before {
    line-height: 22px;
    text-align: center;
    background-color: rgba(243, 82, 90, 1);
    color: #fff; }
  .red-accordion .card-header a .t-before:before {
    content: "?";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: inherit;
    font-size: 10px;
    width: 20px;
    height: 20px; }
  .red-accordion .card-header a .t-after {
    font-size: 22px;
    font-weight: 300;
    color: #221b20; }
  .red-accordion .card-header a .t-after:after {
    content: "-";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .red-accordion .card-header a.collapsed .t-after:after {
    content: "+"; }

.red-accordion .card-body {
  padding: 23px 30px;
  line-height: 24px;
  background: #f8f8f8; }

.vc_message_box.vc_color-success.vc_message_box-solid {
  background-color: #83bc31; }

.vc_message_box.vc_color-warning.vc_message_box-solid {
  background-color: #e6852e; }

.vc_message_box.vc_color-danger.vc_message_box-solid {
  background-color: rgba(243, 82, 90, 1); }

.pos-abs {
  position: absolute !important; }

.pos-right-0 {
  right: 0 !important; }

.cms-clients-grid.grid-border {
  overflow: hidden; }
  .cms-clients-grid.grid-border .cms-clients-inner {
    position: relative;
    right: -1px;
    bottom: -1px; }
  .cms-clients-grid.grid-border .row {
    margin: 0; }
  .cms-clients-grid.grid-border .cms-client-item {
    padding-left: 0;
    padding-right: 0; }
  .cms-clients-grid.grid-border .cms-client-item .box {
    margin: 0;
    padding: 30px 20px;
    border-bottom: 1px solid #f1f1f4;
    border-right: 1px solid #f1f1f4;
    background: #fff; }

.cms-clients-grid .cms-client-item .box {
  padding: 10px;
  margin: 15px 0;
  background: #f4f4f7; }
  .cms-clients-grid .cms-client-item .box img {
    display: block;
    margin: 0 auto; }
  .cms-clients-grid .cms-client-item .grayscale img {
    cursor: pointer;
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .cms-clients-grid .cms-client-item .grayscale:hover img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }

@media (min-width: 992px) {
        .cms-testimonial-wrap.layout1 .cms-carousel {
          padding: 0 90px; } }
  .cms-testimonial-wrap.layout1 .testi-content {
    text-align: center; }
  .cms-testimonial-wrap.layout1 .testi-content .testi-content-wrap {
    padding: 28px 15px 20px; }
  .cms-testimonial-wrap.layout1 .testi-content .testi-content-wrap .testi-wrap .testi-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #221b20;
    text-transform: uppercase; }
  .cms-testimonial-wrap.layout1 .testi-content .testi-content-wrap .testi-wrap .testi-title a {
    color: inherit; }
  .cms-testimonial-wrap.layout1 .testi-content .testi-content-wrap .testi-wrap .testi-position {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(243, 82, 90, 1); }
  .cms-testimonial-wrap.layout1 .testi-content .testi-content-wrap .testi-wrap .testi-description {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    margin-top: 21px; }
  .cms-testimonial-wrap.layout1 .testi-content .post-thumbnail {
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden; }
  .cms-testimonial-wrap.layout1 .testi-content .post-thumbnail img {
    width: auto; }
  @media (max-width: 479px) {
      .cms-testimonial-wrap.layout1 .owl-nav {
        margin-top: 40px;
        text-align: center; } }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-prev {
    left: 0; }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-next {
    right: 0; }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-next, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev {
    position: relative;
    top: 0;
    border: none;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-size: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  @media (min-width: 480px) {
        .cms-testimonial-wrap.layout1 .owl-nav .owl-next, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev {
          position: absolute;
          top: 30px; } }
  @media (max-width: 479px) {
        .cms-testimonial-wrap.layout1 .owl-nav .owl-next, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev {
          margin: 0 5px;
          display: inline-block; } }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-next:hover .bg-overlay, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev:hover .bg-overlay {
    transform: scale(1); }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-next.disabled, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev.disabled {
    border: 2px solid #e0dddb;
    color: #e0dddb;
    background: transparent; }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-next.disabled .bg-overlay, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev.disabled .bg-overlay {
    display: none; }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-next .bg-icon, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev .bg-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-family: fontawesome;
    background: transparent;
    display: block;
    line-height: 100px;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .cms-testimonial-wrap.layout1 .owl-nav .owl-next .bg-overlay, .cms-testimonial-wrap.layout1 .owl-nav .owl-prev .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .cms-testimonial-wrap.layout1 .owl-nav + .owl-dots {
    margin-top: 0; }
  .cms-testimonial-wrap.layout1 .owl-dots {
    text-align: center; }
  .cms-testimonial-wrap.layout1 .owl-dots .owl-dot {
    height: 4px;
    width: 15px;
    margin: 0 2px;
    display: inline-block;
    background-color: rgba(243, 82, 90, 1); }
  .cms-testimonial-wrap.layout1 .owl-dots .owl-dot.active, .cms-testimonial-wrap.layout1 .owl-dots .owl-dot:hover, .cms-testimonial-wrap.layout1 .owl-dots .owl-dot:focus {
    opacity: 0.7; }

@media (min-width: 768px) {
        .cms-testimonial-wrap.large-1 .testi-description {
          padding: 0 150px; } }
  @media (min-width: 480px) {
        .cms-testimonial-wrap.large-1 .owl-nav .owl-next, .cms-testimonial-wrap.large-1 .owl-nav .owl-prev {
          position: absolute;
          top: 0;
          left: 50%; } }
  @media (min-width: 480px) {
        .cms-testimonial-wrap.large-1 .owl-nav .owl-next {
          transform: translate(90px, 30px); } }
  @media (min-width: 480px) {
        .cms-testimonial-wrap.large-1 .owl-nav .owl-prev {
          transform: translate(-190px, 30px); } }

.pixelogic-search-domain form .search-form-inner {
  position: relative; }
  .pixelogic-search-domain form .search-form-inner input.form-control {
    color: #221b20;
    padding-right: 80px;
    height: 50px; }
  .pixelogic-search-domain form .search-form-inner input.form-control::-webkit-input-placeholder {
    color: #666164; }
  .pixelogic-search-domain form .search-form-inner input.form-control:-moz-placeholder {
    color: #666164; }
  .pixelogic-search-domain form .search-form-inner input.form-control::-moz-placeholder {
    color: #666164; }
  .pixelogic-search-domain form .search-form-inner input.form-control:-ms-input-placeholder {
    color: #666164; }
  @media (max-width: 479px) {
        .pixelogic-search-domain form .search-form-inner input.form-control {
          padding-right: 50px;
          padding-left: 10px; } }
  .pixelogic-search-domain form .search-form-inner button.search-submit {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 0;
    width: 70px;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    text-align: center !important;
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(243, 82, 90, 1); }
  @media (max-width: 479px) {
        .pixelogic-search-domain form .search-form-inner button.search-submit {
          width: 50px; } }
  .pixelogic-search-domain form .search-form-inner button.search-submit:hover {
    color: rgba(243, 82, 90, 1);
    background: #fff;
    border-color: rgba(243, 82, 90, 1); }
  .pixelogic-search-domain form .search-form-inner button.search-submit i {
    font-size: 14px; }
  .pixelogic-search-domain form .seclect-dot-wrap {
    text-align: center;
    margin-top: 12px;
    margin-left: -12px;
    margin-right: -10px; }
  .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning {
    text-align: left !important;
    display: inline-block;
    padding: 10px 6px 0 10px; }
  .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning input[type=checkbox] {
    position: relative;
    margin: 0 4px 0;
    padding: 0;
    z-index: 1;
    opacity: 0;
    width: 20px;
    height: 20px; }
  .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning input[type=checkbox]:checked + label:before {
    background-color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
    .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning input[type=checkbox]:checked + label:after {
      color: #fff;
      content: '\f00c';
      font-weight: 900;
      font-family: 'Font Awesome 5 Pro'; }
  .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning label {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px !important;
    display: inline-block;
    color: #221b20; }
  .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning label:before {
    background-color: #fff;
    border: 1px solid #d3d1d2;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-left: -25px;
    position: absolute;
    width: 20px; }
  .pixelogic-search-domain form .seclect-dot-wrap .checkbox-warning label:after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    left: 2px;
    margin-left: -25px;
    padding-left: 3px;
    padding-top: 0px;
    position: absolute;
    top: 0;
    width: 20px;
    line-height: 20px; }

.cms-pricing-table.style1 .pricing-wrap {
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  @media (max-width: 1199px) {
      .cms-pricing-table.style1 .pricing-wrap {
        padding: 60px 30px; } }
  .cms-pricing-table.style1 .pricing-wrap:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .cms-pricing-table.style1 .pricing-wrap .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 48px; }
  .cms-pricing-table.style1 .pricing-wrap .pricing {
    font-size: 54px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(243, 82, 90, 1); }
  .cms-pricing-table.style1 .pricing-wrap .pricing .prefix_pricing {
    font-size: 24px;
    margin-right: -10px; }
  .cms-pricing-table.style1 .pricing-wrap .pricing .p_pricing {
    margin-right: -15px; }
  .cms-pricing-table.style1 .pricing-wrap .pricing .suffix_pricing {
    font-size: 24px; }
  .cms-pricing-table.style1 .pricing-wrap .sub_pricing {
    font-weight: 400;
    font-size: 12px;
    color: #221b20;
    text-transform: uppercase; }
  .cms-pricing-table.style1 .pricing-wrap .features-list {
    margin-top: 52px; }
  .cms-pricing-table.style1 .pricing-wrap .features-list li {
    padding: 15px 0;
    border-top: 1px solid #e8e8e8; }
  .cms-pricing-table.style1 .pricing-wrap .features-list li:last-child {
    border-bottom: 1px solid #e8e8e8; }
  .cms-pricing-table.style1 .pricing-wrap .btn-pricing {
    background: transparent;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1);
    border-width: 2px;
    font-weight: 600;
    font-size: 14px;
    padding: 16px 20px;
    width: 100%;
    margin-top: 60px; }
  .cms-pricing-table.style1 .pricing-wrap .btn-pricing:hover {
    box-shadow: 0 0 5px;
    transform: translateY(3px); }
  .cms-pricing-table.style1.active .pricing-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .cms-pricing-table.style1.active .pricing-wrap:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.cms-custom-heading .title-heading {
  font-family: Montserrat;
  color: #221b20;
  font-weight: 600; }
  .cms-custom-heading .title-heading.small-text span {
    display: inline-block; }
  @media (max-width: 1199px) {
        .cms-custom-heading .title-heading.small-text span {
          font-size: 80%; } }
  @media (max-width: 991px) {
        .cms-custom-heading .title-heading.small-text span {
          font-size: 70%; } }
  @media (max-width: 767px) {
        .cms-custom-heading .title-heading.small-text span {
          font-size: 60%; } }
  @media (max-width: 479px) {
        .cms-custom-heading .title-heading.small-text span {
          font-size: 50%; } }

.cms-custom-heading.default .title-heading {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase; }

.cms-custom-heading.style-1 .sub-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #666164; }
  @media (max-width: 991px) {
      .cms-custom-heading.style-1 .sub-title {
        font-size: 20px; } }
  @media (max-width: 479px) {
      .cms-custom-heading.style-1 .sub-title {
        font-size: 18px; } }
  .cms-custom-heading.style-1 .title {
    font-size: 56px;
    margin-bottom: 0;
    text-transform: uppercase; }
  @media (max-width: 991px) {
      .cms-custom-heading.style-1 .title {
        font-size: 40px; } }
  @media (max-width: 479px) {
      .cms-custom-heading.style-1 .title {
        font-size: 34px; } }

ol.num-list li {
  margin-bottom: 8px;
  color: #221b20;
  font-weight: 400; }
  ol.num-list li span.num {
    margin-right: 15px;
    color: rgba(243, 82, 90, 1); }

ul.check-list li {
  margin-bottom: 8px;
  color: #221b20;
  font-weight: 400; }
  ul.check-list li i {
    font-size: 14px;
    margin-right: 15px;
    color: rgba(243, 82, 90, 1); }

ul.icon-list li i {
  margin-right: 15px; }
/* pixelogic Clients */
/* pixelogic CountDown */
.countdown-amount, .countdown-label {
  display: block;
  text-align: center; }

.countdown-amount {
  font-size: 36px; }
/* pixelogic Counter */
/* pixelogic Fancy Box */
.red-fancy-icon, .red-fancy-img {
  margin-bottom: 30px; }

.red-fancy-icon {
  border-radius: 5px; }

.red-fancy-icon.square {
  border-radius: 0; }

.red-fancy-icon.rounded {
  border-radius: 10px; }

.red-fancy-icon.circle {
  border-radius: 50%; }

.red-fancy-content > * {
  margin-bottom: 15px; }
  .red-fancy-content > *:last-child {
    margin-bottom: 0; }
/* pixelogic Heading */
.red-heading span.style2 {
  font-style: italic; }

.red-heading span.style3 {
  font-weight: 700; }

.red-heading span.style4 {
  font-weight: 700;
  font-style: italic; }

.red-heading.layout1 .heading-icon {
  display: block;
  margin-bottom: 15px; }

.heading-btn {
  margin-top: 15px; }

.red-instagram .row.gutters-0 {
  margin-left: 0;
  margin-right: 0; }
  .red-instagram .row.gutters-0 > .instagram-item {
    padding-left: 0;
    padding-right: 0; }

.red-instagram.layout-default .overlay {
  background-color: rgba(48, 48, 48, 0.7);
  opacity: 0;
  visibility: hidden; }
  .red-instagram.layout-default .instagram-item:hover .overlay {
    opacity: 1;
    visibility: visible; }
  .red-instagram.layout-default .overlay-inner {
    margin: 0 -8px; }
  .red-instagram.layout-default .overlay-inner a {
    padding: 0 8px;
    color: #fff; }
  .red-instagram.layout-default .overlay-inner a span {
    margin-right: 6px; }
  .red-instagram.layout-default .overlay-inner a:hover {
    color: #f0535b; }

.red-social.layout-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }
  .red-social.layout-1.rounded {
    margin: 0; }
  .red-social.layout-1.rounded a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .red-social.layout-1.rounded .facebook {
    background: #3b5999; }
  .red-social.layout-1.rounded .twitter {
    background: #0084ff; }
  .red-social.layout-1.rounded .google-plus {
    background: #dd4b39; }
  .red-social.layout-1.rounded .youtube, .red-social.layout-1.rounded .youtube-play {
    background: #cd201f; }
  .red-social.layout-1.rounded .skype {
    background: #41bbe9; }
  .red-social.layout-1 a {
    padding: 0 12px;
    font-size: 14px; }
  .red-social.layout-1 a:hover {
    opacity: 0.7; }
  .red-social.layout-1 .facebook {
    color: #3b5999; }
  .red-social.layout-1 .twitter {
    color: #0084ff; }
  .red-social.layout-1 .google-plus {
    color: #dd4b39; }
  .red-social.layout-1 .youtube, .red-social.layout-1 .youtube-play {
    color: #cd201f; }
  .red-social.layout-1 .skype {
    color: #41bbe9; }

.block-contact, .block-contact-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.block-contact-wrap {
  margin-right: 35px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase; }

.block-contact-wrap:last-child {
  margin-right: 0; }

.block-contact-wrap .block-left {
  margin-right: 7px; }

.red-header-top {
  font-family: Montserrat;
  font-weight: 300; }

@media (max-width: 1199px) {
    .red-header-top {
      display: none; } }

.layout-header-top-1 {
  padding: 10px 0; }

.layout-header-top-1 .red-social.layout-1 {
  color: #221b20; }

.layout-header-top-1 .block-contact-wrap {
  color: #221b20; }

#bridge {
  font-family: Montserrat;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#bridge:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }

#bridge + center, #bridge #footer {
  display: none; }

#bridge input {
  font-size: 14px;
  height: 50px;
  border-radius: 0; }

#bridge input[type='checkbox'] {
  height: auto; }

#bridge h1, #bridge h2, #bridge h3, #bridge h4, #bridge h5, #bridge h6 {
  font-family: Montserrat; }

#bridge .fa, #bridge .fas {
  font-family: 'Font Awesome 5 Pro'; }

#bridge #passwordStrengthTextLabel {
  color: rgba(243, 82, 90, 1) !important;
  font-weight: 500; }

#bridge div.header-lined .breadcrumb {
  font-size: 1em; }
  #bridge div.header-lined .breadcrumb li a {
    color: #221b20; }
  #bridge div.header-lined .breadcrumb li a:hover {
    color: #f0535b; }
  #bridge div.header-lined .breadcrumb li.active {
    color: rgba(243, 82, 90, 1); }

#bridge .login-form .btn {
  line-height: 1;
  padding: 17px 20px; }
  @media (max-width: 479px) {
      #bridge .login-form .btn {
        width: 100%;
        margin-bottom: 10px; }
        #bridge .login-form .btn:last-child {
          margin-bottom: 0; } }

#bridge .panel {
  border-radius: 0; }

#bridge .alert {
  border-radius: 0; }

#bridge .panel-sidebar .panel-minimise {
  color: #221b20; }
  #bridge .panel-sidebar .list-group-item i.fa:not(.fa-circle-o):not(.fa-dot-circle-o) {
    color: #221b20; }
  #bridge .panel-sidebar a.list-group-item:hover i.fa {
    color: rgba(243, 82, 90, 1) !important; }
  #bridge .panel-sidebar a.list-group-item.active:hover i.fa {
    color: #fff !important; }

#bridge ul.top-nav {
  font-size: 13px;
  font-weight: 400; }
  @media (max-width: 479px) {
    #bridge ul.top-nav {
      float: none; }
      #bridge ul.top-nav li {
        display: block; }
      #bridge ul.top-nav li.primary-action {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        margin-top: 10px; } }

@media (max-width: 991px) {
      #bridge .navbar-right {
        margin-bottom: 7px; } }

#bridge .navbar-toggle .icon-bar {
  background-color: #221b20; }

#bridge .navbar-toggle:hover .icon-bar {
  background-color: #f0535b; }

#bridge #page-title {
  display: none; }

#bridge .text-primary, #bridge .text-warning {
  color: rgba(243, 82, 90, 1) !important; }

#bridge .tld-filters a {
  padding: 10px 20px;
  border-radius: 0; }

#bridge .tld-sale-group {
  padding: 4px 8px; }

@media (max-width: 991px) {
      #bridge #order-standard_cart .categories-collapsed > div {
        float: none !important;
        display: block; } }

#bridge #order-standard_cart .field, #bridge #order-standard_cart .form-control {
  height: 50px;
  border-radius: 0;
  font-size: 14px; }

#bridge .panel-heading, #bridge .panel-footer {
  border-radius: 0; }

@media (max-width: 1199px) {
      #bridge .panel-heading {
        padding: 10px 5px; } }
  #bridge .panel-heading .panel-title i.glyphicon {
    display: none; }

#bridge .domain-promo-box {
  border-radius: 0; }

#bridge #order-standard_cart .view-cart-items-header {
  border-radius: 0;
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 400; }

#bridge .nav-tabs > li > a {
  border-radius: 0; }

#bridge #order-standard_cart .order-summary {
  border-radius: 0; }
  #bridge #order-standard_cart .order-summary h2 {
    font-size: 16px;
    background-color: #221b20;
    line-height: 1;
    padding: 13px 10px; }
  #bridge #order-standard_cart .order-summary .subtotal, #bridge #order-standard_cart .order-summary .recurring-totals {
    font-size: 14px; }

#bridge #order-standard_cart .summary-container {
  border-radius: 0; }

#bridge #order-standard_cart .prepend-icon .field-icon {
  height: 50px;
  line-height: 50px; }

#bridge #order-standard_cart .field-icon i {
  font-family: 'Font Awesome 5 Pro'; }

#bridge a.list-group-item:focus, #bridge a.list-group-item:hover, #bridge button.list-group-item:focus, #bridge button.list-group-item:hover {
  color: rgba(243, 82, 90, 1); }

#bridge .label {
  padding-top: 0.3em; }

#bridge .btn {
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(243, 82, 90, 1);
  border: 1px solid rgba(243, 82, 90, 1);
  color: #fff;
  white-space: normal;
  border-radius: 0px;
  width: auto;
  padding: 7px 20px;
  line-height: 1.5; }
  #bridge .btn:hover, #bridge .btn:focus {
    background-color: #fff;
    border-color: rgba(243, 82, 90, 1);
    color: rgba(243, 82, 90, 1); }
  #bridge .btn.domain-check-availability {
    margin-left: 0; }

#bridge .domain-suggestions-warning {
  font-size: 14px; }

#bridge .container {
  width: 100%; }

#bridge .suggested-domains .promo.sale {
  background: rgba(243, 82, 90, 1);
  margin-left: 4px; }

#bridge #order-standard_cart .panel-addon-selected {
  border-color: rgba(243, 82, 90, 1); }

#bridge .panel-sidebar .list-group-item.active i.fa:not(.fa-circle-o):not(.fa-dot-circle-o) {
  color: #fff; }

#bridge .panel-sidebar a.list-group-item.active, #bridge .panel-sidebar a.list-group-item.active:focus, #bridge .panel-sidebar a.list-group-item.active:hover {
  background-color: rgba(243, 82, 90, 1);
  color: #fff;
  border-color: rgba(243, 82, 90, 1); }

#bridge #order-standard_cart .panel-addon {
  font-size: 16px; }
  #bridge #order-standard_cart .panel-addon .panel-body {
    border-radius: 0;
    font-size: 14px; }
  #bridge #order-standard_cart .panel-addon .panel-body label {
    font-size: 16px;
    font-weight: 600; }
  #bridge #order-standard_cart .panel-addon .panel-price {
    font-size: 14px;
    font-weight: 600;
    padding: 13px 5px; }
  #bridge #order-standard_cart .panel-addon .panel-add {
    font-size: 14px;
    font-weight: 600;
    padding: 13px 5px;
    border-radius: 0;
    background-color: rgba(243, 82, 90, 1);
    color: #fff;
    text-transform: uppercase; }

#bridge .btn-lg {
  padding: 15px 30px; }

#bridge section#header .logo {
  display: none; }

#bridge .col-md-offset-2, #bridge .col-sm-offset-1, #bridge .col-lg-1, #bridge .col-lg-10, #bridge .col-lg-11, #bridge .col-lg-12, #bridge .col-lg-2, #bridge .col-lg-3, #bridge .col-lg-4, #bridge .col-lg-5, #bridge .col-lg-6, #bridge .col-lg-7, #bridge .col-lg-8, #bridge .col-lg-9, #bridge .col-md-1, #bridge .col-md-10, #bridge .col-md-11, #bridge .col-md-12, #bridge .col-md-2, #bridge .col-md-3, #bridge .col-md-4, #bridge .col-md-5, #bridge .col-md-6, #bridge .col-md-7, #bridge .col-md-8, #bridge .col-md-9, #bridge .col-sm-1, #bridge .col-sm-10, #bridge .col-sm-11, #bridge .col-sm-12, #bridge .col-sm-2, #bridge .col-sm-3, #bridge .col-sm-4, #bridge .col-sm-5, #bridge .col-sm-6, #bridge .col-sm-7, #bridge .col-sm-8, #bridge .col-sm-9, #bridge .col-xs-1, #bridge .col-xs-10, #bridge .col-xs-11, #bridge .col-xs-12, #bridge .col-xs-2, #bridge .col-xs-3, #bridge .col-xs-4, #bridge .col-xs-5, #bridge .col-xs-6, #bridge .col-xs-7, #bridge .col-xs-8, #bridge .col-xs-9 {
  flex: none !important;
  max-width: 100% !important; }

#bridge section#home-banner {
  background-color: transparent;
  padding: 0 15px; }
  #bridge section#home-banner > .container {
    background-color: #221b20;
    border-radius: 0px;
    margin: 30px 0;
    padding: 60px 0;
    background-image: url(../images/globe.png);
    background-position: right -30px top 30px;
    background-repeat: no-repeat; }
  #bridge section#home-banner > .container > h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 18px; }
  #bridge section#home-banner .input-group-btn .transfer {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    margin-left: 1px;
    background-color: rgba(0, 0, 0, 0.65); }
  #bridge section#home-banner .input-group-btn .transfer:hover {
    background-color: rgba(243, 82, 90, 1); }
  #bridge section#home-banner .input-group-btn .search {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: rgba(243, 82, 90, 1);
    color: #fff; }
  #bridge section#home-banner .input-group-btn .search:hover {
    background-color: rgba(243, 82, 90, 1); }
  @media (max-width: 991px) {
    #bridge section#home-banner .input-group-lg {
      display: block;
      width: 100%;
      padding: 0 15px; }
      #bridge section#home-banner .input-group-lg .form-control {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 20px; }
      #bridge section#home-banner .input-group-lg .input-group-btn {
        display: block;
        width: 100%; } }
  @media (max-width: 479px) {
    #bridge section#home-banner .input-group-lg .input-group-btn {
      white-space: normal; }
      #bridge section#home-banner .input-group-lg .input-group-btn input {
        width: 100%;
        display: block;
        margin-bottom: 10px; }
        #bridge section#home-banner .input-group-lg .input-group-btn input:last-child {
          margin-bottom: 0; } }

#bridge section#main-menu {
  background-color: transparent; }
  #bridge section#main-menu .navbar-main {
    background-color: transparent; }
  #bridge section#main-menu .navbar-main li.account {
    background-color: rgba(243, 82, 90, 1); }
  #bridge section#main-menu .navbar-main .navbar-nav.active a:hover, #bridge section#main-menu .navbar-main .navbar-nav.open a:hover, #bridge section#main-menu .navbar-main .navbar-nav li a:hover, #bridge section#main-menu .navbar-main .navbar-nav.active a:focus, #bridge section#main-menu .navbar-main .navbar-nav.open a:focus, #bridge section#main-menu .navbar-main .navbar-nav li a:focus {
    color: #fff;
    background-color: rgba(243, 82, 90, 1); }
  #bridge section#main-menu #primary-nav {
    background-color: #221b20; }

#bridge .dataTables_wrapper .listtable .dataTables_info {
  background: #221b20; }
  #bridge .dataTables_wrapper .listtable input {
    height: 34px; }

#bridge table.dataTable thead > tr > td.sorting, #bridge table.dataTable thead > tr > td.sorting_asc, #bridge table.dataTable thead > tr > td.sorting_desc, #bridge table.dataTable thead > tr > th.sorting, #bridge table.dataTable thead > tr > th.sorting_asc, #bridge table.dataTable thead > tr > th.sorting_desc {
  padding-right: 15px;
  padding-left: 15px; }

#bridge table.dataTable thead .sorting:after, #bridge table.dataTable thead .sorting_asc:after, #bridge table.dataTable thead .sorting_desc:after {
  content: none; }

#bridge .dataTables_wrapper .dataTables_length label .form-control {
  padding: 5px;
  margin: 0 3px; }

#bridge .dataTables_wrapper .dataTables_length {
  font-size: 14px; }

#bridge section#main-body div.announcement-single .label {
  display: inline-block; }
  #bridge section#main-body select {
    height: auto;
    border-radius: 0; }
  #bridge section#main-body p:last-child {
    margin-bottom: 10px; }
  #bridge section#main-body .md-editor .btn-toolbar {
    padding-top: 11px; }
  #bridge section#main-body .md-editor .btn-toolbar .btn {
    background-color: transparent;
    color: #221b20;
    border-color: #ccc;
    margin-bottom: 5px; }
  #bridge section#main-body .md-editor .btn-toolbar .btn:hover {
    background-color: rgba(243, 82, 90, 1);
    color: #fff;
    border-color: rgba(243, 82, 90, 1); }
  #bridge section#main-body .md-editor .btn-toolbar .btn.btn-primary {
    background-color: rgba(243, 82, 90, 1);
    color: #fff;
    border-color: rgba(243, 82, 90, 1); }
  #bridge section#main-body .md-editor .btn-toolbar .btn.btn-primary:hover {
    background-color: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
  #bridge section#main-body .md-editor .md-preview {
    width: 100% !important; }
  #bridge section#main-body #openTicketSubmit {
    height: auto; }
  #bridge section#main-body input[type='file'] {
    height: auto; }
  @media (min-width: 768px) {
        #bridge section#main-body .form-horizontal .form-group .col-sm-9 {
          width: 58.33333333%; } }
  #bridge section#main-body .form-horizontal .form-group textarea {
    border-radius: 0; }
  #bridge section#main-body .header-lined > h1 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px; }
  #bridge section#main-body .main-content {
    margin-bottom: 20px;
    min-height: auto; }
  #bridge section#main-body .kb-search {
    width: 100%; }
  @media (max-width: 479px) {
      #bridge section#main-body .kb-search {
        display: block; }
        #bridge section#main-body .kb-search .form-control {
          display: block;
          margin-bottom: 10px; }
        #bridge section#main-body .kb-search .input-group-btn input {
          display: block;
          width: 100%; } }
  #bridge section#main-body .panel-default .panel-heading {
    display: table;
    width: 100%; }
  @media (max-width: 1199px) {
        #bridge section#main-body .panel-default .panel-heading {
          font-size: 13px; } }
  #bridge section#main-body .panel-default .panel-body select {
    height: 34px;
    border-radius: 0;
    font-size: 13px; }
  #bridge section#main-body .panel-default .panel-body .input-group {
    width: 100%;
    margin: 0;
    padding: 0 10px; }
  #bridge section#main-body .panel-default .panel-body .input-group input.form-control {
    margin-bottom: 10px; }
  #bridge section#main-body .panel-default .panel-body .input-group .input-group-btn {
    display: block;
    white-space: normal;
    width: 100%; }
  #bridge section#main-body .panel-default .panel-body .input-group .input-group-btn .btn {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
    #bridge section#main-body .panel-default .panel-body .input-group .input-group-btn .btn:last-child {
      margin-bottom: 0; }
  #bridge section#main-body .panel-sidebar .panel-heading {
    font-size: 16px;
    color: #221b20;
    line-height: 1;
    display: table;
    width: 100%; }
  @media (max-width: 1199px) {
        #bridge section#main-body .panel-sidebar .panel-heading {
          font-size: 13px; } }
  #bridge section#main-body .panel-sidebar .list-group {
    display: table;
    width: 100%; }
  @media (min-width: 768px) and (max-width: 1199px) {
        #bridge section#main-body .panel-sidebar .list-group {
          font-size: 11px; } }
  @media (max-width: 1199px) {
        #bridge section#main-body .panel-sidebar .list-group .list-group-item i {
          display: none; } }
  #bridge section#main-body .domain-checker-container {
    background-color: #221b20;
    background-image: none;
    border-radius: 0; }
  #bridge section#main-body .domain-checker-container .input-group-box {
    border-radius: 0; }
  @media (max-width: 599px) {
        #bridge section#main-body .domain-checker-container .input-group-box {
          display: block; }
          #bridge section#main-body .domain-checker-container .input-group-box .btn {
            width: 100%;
            margin-top: 10px; }
          #bridge section#main-body .domain-checker-container .input-group-box input.form-control::-webkit-input-placeholder {
            font-size: 0; }
            #bridge section#main-body .domain-checker-container .input-group-box input.form-control:-moz-placeholder {
              font-size: 0; }
            #bridge section#main-body .domain-checker-container .input-group-box input.form-control::-moz-placeholder {
              font-size: 0; }
            #bridge section#main-body .domain-checker-container .input-group-box input.form-control:-ms-input-placeholder {
              font-size: 0; } }
  #bridge section#main-body .domain-checker-container .input-group-box input.form-control {
    border-radius: 0; }
  #bridge section#main-body .domain-checker-container .input-group-box .input-group-btn button {
    height: 50px; }
  #bridge section#main-body .suggested-domains .list-group-item {
    display: table;
    width: 100%; }
  @media (max-width: 479px) {
      #bridge section#main-body .suggested-domains .list-group-item .price {
        float: none; } }
  #bridge section#main-body .suggested-domains .panel-heading {
    border-color: rgba(243, 82, 90, 1); }
  #bridge section#main-body .domain-checker-bg {
    background-image: url(../images/globe.png); }
  #bridge section#main-body .domain-pricing .row {
    margin: 0; }
  @media (min-width: 1200px) {
      #bridge section#main-body blockquote {
        padding-left: 70px; } }
  #bridge section#main-body blockquote:before {
    left: 12px; }
  #bridge section#main-body blockquote .label-warning {
    background-color: #221b20; }
  #bridge section#main-body blockquote .label-warning:hover {
    background-color: #221b20; }
  #bridge section#main-body .sub-heading span, #bridge section#main-body .sub-heading-borderless span {
    color: rgba(243, 82, 90, 1); }

#bridge .home-shortcuts {
  padding: 0 15px;
  background-color: transparent; }
  #bridge .home-shortcuts > .container {
    background-color: #221b20; }
  #bridge .home-shortcuts ul li {
    border-right: none;
    padding-top: 10px; }
  #bridge .home-shortcuts ul li + li, #bridge .home-shortcuts ul li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
  @media (min-width: 768px) and (max-width: 991px) {
      #bridge .home-shortcuts ul li:first-child {
        border-left: none; } }
  @media (max-width: 767px) {
      #bridge .home-shortcuts ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-left: 1px solid rgba(255, 255, 255, 0.15); } }
  #bridge .home-shortcuts .lead {
    padding: 10px 0 4px; }

#bridge #registration .sub-heading span {
  color: #221b20; }

#bridge #order-standard_cart .view-cart-items-header, #bridge #order-standard_cart .empty-cart .btn {
  background-color: #221b20; }
  #bridge #order-standard_cart .view-cart-items {
    border-color: #221b20; }
  #bridge #order-standard_cart .view-cart-items .item-domain {
    font-size: 13px;
    color: rgba(243, 82, 90, 1);
    font-weight: 400; }
  #bridge #order-standard_cart .btn-remove-from-cart {
    color: #221b20;
    background: transparent;
    border: none;
    padding: 0 5px; }
  #bridge #order-standard_cart .summary-container .btn {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 9px 12px;
    width: 100%; }
  #bridge #order-standard_cart .view-cart-tabs .promo .form-group {
    margin-bottom: 10px; }
  #bridge #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a {
    font-size: 14px; }

#bridge .empty-cart {
  margin: 0 0 20px !important;
  border-radius: 0; }
  #bridge .empty-cart .btn.btn-link {
    border-radius: 0 !important; }
  #bridge .empty-cart .btn.btn-link:hover, #bridge .empty-cart .btn.btn-link:focus {
    text-decoration: none; }

@media screen and (min-width: 992px) {
  #bridge section#main-menu #primary-nav .dropdown-menu {
    display: block;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    visibility: hidden; }
    #bridge section#main-menu #primary-nav li:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      margin-top: 0; } }

.widget_cms_socials_widget .cms-socials {
  display: flex;
  flex-wrap: wrap; }
  .widget_cms_socials_widget .cms-socials.rounded li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .widget_cms_socials_widget .cms-socials.rounded li .facebook {
    background: #3b5999; }
  .widget_cms_socials_widget .cms-socials.rounded li .twitter {
    background: #0084ff; }
  .widget_cms_socials_widget .cms-socials.rounded li .google-plus {
    background: #dd4b39; }
  .widget_cms_socials_widget .cms-socials.rounded li .youtube, .widget_cms_socials_widget .cms-socials.rounded li .youtube-play {
    background: #cd201f; }
  .widget_cms_socials_widget .cms-socials.rounded li .skype {
    background: #41bbe9; }
  .widget_cms_socials_widget .cms-socials li a {
    padding: 0 12px;
    font-size: 14px; }
  .widget_cms_socials_widget .cms-socials li a:hover {
    opacity: 0.7; }
  .widget_cms_socials_widget .cms-socials li .facebook {
    color: #3b5999; }
  .widget_cms_socials_widget .cms-socials li .twitter {
    color: #0084ff; }
  .widget_cms_socials_widget .cms-socials li .google-plus {
    color: #dd4b39; }
  .widget_cms_socials_widget .cms-socials li .youtube, .widget_cms_socials_widget .cms-socials li .youtube-play {
    color: #cd201f; }
  .widget_cms_socials_widget .cms-socials li .skype {
    color: #41bbe9; }

.row:before, .row:after {
  content: none !important; }

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center !important; }
    .text-center-sm .wpb_single_image {
      text-align: center !important; }
    .text-center-sm .red-social.layout-1 {
      display: block; } }

@media (min-width: 1200px) {
    .image-full-width img {
      width: 100%; } }

.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper {
  display: block !important; }

.vc_grid .vc_gitem_row .vc_gitem-col {
  padding: 0; }

.vc_grid .vc_gitem-zone-c {
  background: #f8f8f8;
  padding: 33px 45px 18px; }
  @media (max-width: 1199px) {
    .vc_grid .vc_gitem-zone-c {
      padding: 33px 30px 18px; } }
  .vc_grid .vc_gitem-zone-c .vc_gitem-zone-mini .vc_custom_heading {
    text-align: center; }
  .vc_grid .vc_gitem-zone-c .vc_gitem-zone-mini .vc_custom_heading.vc_gitem-post-data-source-post_title {
    font-size: 24px;
    font-weight: 600;
    color: #221b20;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .vc_grid .vc_gitem-zone-c .vc_gitem-zone-mini .vc_custom_heading.vc_gitem-post-data-source-post_title a:hover {
    color: #f0535b;
    opacity: 1; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default {
  margin-top: 50px !important; }
  .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-pink > li {
    border: 0 !important; }
  .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-pink > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-pink > li > span {
    margin: 10px 3px 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    opacity: 1 !important;
    border: 0 !important;
    background: #f8f8f8 !important;
    color: #212529 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-pink > li > a:hover, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-pink > li > span:hover {
    background: rgba(243, 82, 90, 1) !important;
    color: #fff !important; }
  .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-pink > li.vc_grid-active > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-pink > li.vc_grid-active > span {
    background: rgba(243, 82, 90, 1) !important;
    color: #fff !important;
    opacity: 1 !important; }

.vc_section .parallax_overlay, .vc_row .parallax_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.vc_section.visible, .vc_row.visible {
  overflow: visible !important; }

@media (min-width: 1200px) {
      .vc_section.padidng-lr-95, .vc_row.padidng-lr-95 {
        padding-left: 95px;
        padding-right: 95px; } }

@media (min-width: 1200px) {
      .vc_section.padidng-lr-45, .vc_row.padidng-lr-45 {
        padding-left: 45px;
        padding-right: 45px; } }

.vc_section.list-inline ul > li, .vc_row.list-inline ul > li {
  display: inline-block; }

.vc_tta-tabs.vc_tta-style-theme ul.vc_tta-tabs-list {
  border-bottom: 4px solid rgba(243, 82, 90, 1); }
  .vc_tta-tabs.vc_tta-style-theme ul.vc_tta-tabs-list .vc_tta-tab {
    margin-right: 3px; }
  .vc_tta-tabs.vc_tta-style-theme ul.vc_tta-tabs-list .vc_tta-tab:last-child {
    margin-right: 0; }
  .vc_tta-tabs.vc_tta-style-theme ul.vc_tta-tabs-list .vc_tta-tab > a {
    border-width: 2px;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 60px; }
  @media (max-width: 1199px) {
          .vc_tta-tabs.vc_tta-style-theme ul.vc_tta-tabs-list .vc_tta-tab > a {
            padding: 12px 30px; } }
  @media (max-width: 991px) {
          .vc_tta-tabs.vc_tta-style-theme ul.vc_tta-tabs-list .vc_tta-tab > a {
            padding: 12px 16px; } }
  .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
    padding: 55px 60px !important;
    background: #f8f8f8 !important; }
  @media (max-width: 1199px) {
          .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
            padding: 35px 40px !important; } }
  @media (max-width: 479px) {
          .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
            padding: 25px 30px !important; } }
  .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .contact-form .row > div {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
      border-color: #b2b0b1 !important;
      background-color: #fff !important;
      margin-top: 20px; }
      .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title {
        font-size: 14px;
        color: #666164 !important; }
      .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel:first-child .vc_tta-panel-heading {
        margin-top: 0; }
      .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
        padding-top: 42px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px; }
      .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
        border-color: rgba(243, 82, 90, 1) !important;
        background-color: rgba(243, 82, 90, 1) !important; }
        .vc_tta-tabs.vc_tta-style-theme .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title {
          color: #fff !important; } }

.vc_tta-tabs.vc_tta-color-grey .vc_tta-tab > a {
  border-color: #e3e3e3 !important;
  background-color: #ebebeb !important;
  color: #666 !important; }
  .vc_tta-tabs.vc_tta-color-grey .vc_tta-tab .vc_active > a {
    border-color: #f0f0f0;
    background-color: #f8f8f8 !important;
    color: #666 !important; }

.vc_tta-tabs.vc_tta-color-primary .vc_tta-tab > a {
  border-color: #b2b0b1 !important;
  background-color: #fff !important;
  color: #666164 !important; }
  .vc_tta-tabs.vc_tta-color-primary .vc_tta-tab.vc_active > a {
    border-color: rgba(243, 82, 90, 1) !important;
    background-color: rgba(243, 82, 90, 1) !important;
    color: #fff !important; }

.padding-md60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

@media (max-width: 991px) {
    .padding-md60 {
      padding-left: 30px !important;
      padding-right: 30px !important; } }

.vc_pie_chart .vc_pie_chart_back {
  border-width: 2px;
  border-color: #e8e8e8 !important; }

.vc_pie_chart .vc_pie_chart_value {
  font-weight: 600;
  font-size: 56px;
  color: #221b20;
  top: -15px !important; }

.vc_pie_chart .wpb_pie_chart_heading {
  color: #666164;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .vc_pie_chart .wpb_pie_chart_heading {
      top: 52%; } }

.cms-fancy-single-wraper .fancy-style1 {
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .cms-fancy-single-wraper .fancy-style1:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  .cms-fancy-single-wraper .fancy-style1 .fancy-media.fancy-icon {
    font-size: 42px;
    color: rgba(243, 82, 90, 1);
    margin-bottom: 25px; }
  .cms-fancy-single-wraper .fancy-style1 .fancy-media.fancy-image {
    margin-bottom: 25px; }
  .cms-fancy-single-wraper .fancy-style1 .item-content .fancy-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .cms-fancy-single-wraper .fancy-style1 .item-content .fancy-title a {
    color: inherit; }
  .cms-fancy-single-wraper .fancy-style1 .item-content .fancy-title a:hover {
    color: #f0535b; }
  .cms-fancy-single-wraper .fancy-style2 {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .cms-fancy-single-wraper .fancy-style2:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  .cms-fancy-single-wraper .fancy-style2:hover .fancy-media.has-border:before {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    transform: translate(-5px, -5px);
    top: -10px;
    left: -10px;
    opacity: 0.7; }
  .cms-fancy-single-wraper .fancy-style2 .fancy-media.fancy-image {
    display: table;
    margin: 0 auto 35px; }
  .cms-fancy-single-wraper .fancy-style2 .fancy-media.fancy-image .fancy-thumbnail-wrap {
    background: rgba(243, 82, 90, 1);
    color: #fff;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 50%; }
  .cms-fancy-single-wraper .fancy-style2 .fancy-media.fancy-image .fancy-thumbnail-wrap img {
    max-width: 70px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .cms-fancy-single-wraper .fancy-style2 .fancy-media.fancy-icon {
    display: table;
    margin: 0 auto 35px; }
  .cms-fancy-single-wraper .fancy-style2 .fancy-media.fancy-icon .icon-wrap {
    background: rgba(243, 82, 90, 1);
    color: #fff;
    width: 140px;
    height: 140px;
    font-size: 45px;
    text-align: center;
    line-height: 142px;
    border-radius: 50%; }
  .cms-fancy-single-wraper .fancy-style2 .fancy-media.has-border {
    position: relative;
    border-color: #fff; }
  .cms-fancy-single-wraper .fancy-style2 .fancy-media.has-border:before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .cms-fancy-single-wraper .fancy-style2 .item-content .fancy-title {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: uppercase; }

.cms-fancy-single-wraper .fancy-style3 {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .cms-fancy-single-wraper .fancy-style3:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  .cms-fancy-single-wraper .fancy-style3 .fancy-media {
    margin-right: 35px;
    flex: none; }
  .cms-fancy-single-wraper .fancy-style3 .fancy-media.fancy-icon .icon-wrap {
    font-size: 60px;
    color: rgba(243, 82, 90, 1); }
  .cms-fancy-single-wraper .fancy-style3 .fancy-media.fancy-image {
    width: 100px; }
  .cms-fancy-single-wraper .fancy-style3 .item-content .fancy-content .fancy-title {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px; }

.cms-fancy-single-wraper .fancy-style4 {
  display: flex;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .cms-fancy-single-wraper .fancy-style4:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  .cms-fancy-single-wraper .fancy-style4 .fancy-media {
    margin-right: 25px; }
  .cms-fancy-single-wraper .fancy-style4 .fancy-media.fancy-icon .icon-wrap {
    font-size: 28px;
    color: rgba(243, 82, 90, 1); }
  .cms-fancy-single-wraper .fancy-style4 .fancy-media.fancy-image {
    width: 100px; }
  .cms-fancy-single-wraper .fancy-style4 .item-content .fancy-content .fancy-title {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 18px; }

.cms-fancy-single-wraper .fancy-style5 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .cms-fancy-single-wraper .fancy-style5:hover {
    box-shadow: 0 5px 20px 0;
    transform: translateY(10px); }
  .cms-fancy-single-wraper .fancy-style5 .fancy-content {
    text-align: center;
    background-color: #fff;
    padding: 26px 15px 23px; }
  .cms-fancy-single-wraper .fancy-style5 .fancy-content .fancy-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 19px;
    display: inline-block; }
  .cms-fancy-single-wraper .fancy-style5 .fancy-content .fancy-title a {
    color: inherit; }
  .cms-fancy-single-wraper .fancy-style5 .fancy-content .fancy-title a:hover {
    color: #f0535b; }

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

.vc_message_box .vc_message_box-icon {
  font-size: 14px; }

.vc_message_box p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }

.cms-progress-wraper .cms-progress-body .cms-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cms-progress-wraper .cms-progress-body .cms-progress-header .cms-progress-title {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666164;
    margin-bottom: 7px; }
  .cms-progress-wraper .cms-progress-body .cms-progress-item-wrap .cms-progress {
    margin-bottom: 0; }
  .cms-progress-wraper .cms-progress-body .cms-progress-item-wrap .cms-progress, .cms-progress-wraper .cms-progress-body .cms-progress-item-wrap .progress-bar {
    box-shadow: none; }

.vc_column_container.col-auto {
  width: auto; }

.wpb_column.el-inline .wpb_content_element {
  display: inline-block; }

.vc_parallax.vc_parallax-fixed .vc_parallax-inner {
  height: 100% !important;
  top: 0 !important;
  background-attachment: fixed !important; }

.vc_parallax.parallax-center .vc_parallax-inner {
  background-position: center center; }

.vc_row.vc_col-has-fill > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

.vc_row, .vc_section {
  position: relative; }

.vc_row > .row-wavy, .vc_section > .row-wavy {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  top: 0; }

.vc_row > .row-wavy-bottom, .vc_section > .row-wavy-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  bottom: 0; }

@media (max-width: 1199px) {
      .vc_empty_space.space-lg {
        height: 0 !important; } }

.cms-grid-filter ul {
  text-align: center;
  padding-bottom: 24px; }
  .cms-grid-filter ul li {
    display: inline-block; }
  .cms-grid-filter ul li a {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 10px; }
  .cms-grid-filter ul li a.active {
    color: #f0535b; }
  .cms-grid-filter ul li a.active:before, .cms-grid-filter ul li a.active:after {
    background: #f0535b; }
  .cms-grid-filter ul li a:before, .cms-grid-filter ul li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 1px;
    background-color: #666164;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .cms-grid-filter ul li a:before {
    left: calc(50%); }
  .cms-grid-filter ul li a:after {
    right: calc(50%); }
  .cms-grid-filter ul li a:hover:before, .cms-grid-filter ul li a:hover:after {
    width: 0;
    background: #f0535b; }

.cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap {
  margin-bottom: 30px; }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .post-thumbnail {
    overflow: hidden; }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .post-thumbnail img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .post-thumbnail img:hover, .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .post-thumbnail img:focus {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content {
    text-align: center;
    padding: 37px 50px 32px;
    background: #f8f8f8; }
  @media (max-width: 1199px) {
          .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content {
            padding: 37px 30px 32px; } }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content .entry-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content .team-position {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(243, 82, 90, 1); }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content p {
    margin-top: 14px; }
  .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content .team-social li {
    display: inline-block;
    color: #9a9799;
    font-size: 14px; }
    .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content .team-social li a {
      color: inherit;
      display: inline-block;
      padding: 0 12px; }
    .cms-grid-wraper.template-cms_grid--team .cms-grid-item .cms-grid-item-wrap .item-content .team-social li a:hover {
      color: #f0535b; }
  .cms-grid-wraper.template-cms_grid--team .cms_pagination.grid-loadmore .cms-load-posts {
    margin-top: 20px; }
  .cms-grid-wraper.template-cms_grid--team .cms_pagination.grid-loadmore .cms-load-posts a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 60px;
    color: #fff;
    background: rgba(243, 82, 90, 1);
    border: 2px solid rgba(243, 82, 90, 1); }
  .cms-grid-wraper.template-cms_grid--team .cms_pagination.grid-loadmore .cms-load-posts a:hover, .cms-grid-wraper.template-cms_grid--team .cms_pagination.grid-loadmore .cms-load-posts a:focus {
    background: #fff;
    color: rgba(243, 82, 90, 1); }
  @media (max-width: 767px) {
            .cms-grid-wraper.template-cms_grid--team .cms_pagination.grid-loadmore .cms-load-posts a {
              padding: 9px 40px; } }

.cms-grid-wraper.template-cms_grid--testimonial .cms-grid .cms-grid-item-wrap {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 52px; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-grid .cms-grid-item-wrap .post-thumbnail {
    margin-bottom: 20px; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-grid .cms-grid-item-wrap .post-thumbnail a {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-grid .cms-grid-item-wrap .post-thumbnail a img {
    width: 160px; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-grid .cms-grid-item-wrap .item-content .entry-title {
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-grid .cms-grid-item-wrap .item-content .team-position {
    font-weight: 400;
    font-size: 12px;
    color: rgba(243, 82, 90, 1);
    text-transform: uppercase; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-grid .cms-grid-item-wrap .item-content p {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    margin-top: 22px; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-load-posts {
    padding-top: 20px; }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-load-posts a.btn-loadmore {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 60px;
    display: inline-block;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    border: 1px solid rgba(243, 82, 90, 1); }
  .cms-grid-wraper.template-cms_grid--testimonial .cms-load-posts a.btn-loadmore:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border: 1px solid rgba(243, 82, 90, 1); }
  @media (max-width: 767px) {
        .cms-grid-wraper.template-cms_grid--testimonial .cms-load-posts a.btn-loadmore {
          padding: 9px 40px; } }
  .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation {
    text-align: center;
    padding-top: 10px; }
  .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation .loop-pagination .page-numbers {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    padding: 0 5px;
    font-size: 14px;
    color: #212529;
    background: #f8f8f8;
    line-height: 50px;
    font-weight: 600;
    margin: 10px 2px 0; }
  .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation .loop-pagination .page-numbers:hover, .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation .loop-pagination .page-numbers.current {
    background: rgba(243, 82, 90, 1);
    color: #fff; }
  .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation .loop-pagination .page-numbers.next, .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation .loop-pagination .page-numbers.prev {
    font-size: 0; }
  .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation .loop-pagination .page-numbers.next i, .cms-grid-wraper.template-cms_grid--testimonial .navigation.paging-navigation .loop-pagination .page-numbers.prev i {
    font-size: 12px;
    line-height: 50px; }

.cms-grid-wraper.template-cms_grid--gallery .pixelogic-blog .entry-media {
  position: relative;
  margin-bottom: 30px; }
  .cms-grid-wraper.template-cms_grid--gallery .pixelogic-blog .entry-media:hover .btn-link {
    opacity: 1; }
  .cms-grid-wraper.template-cms_grid--gallery .pixelogic-blog .entry-media .btn-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s; }
  .cms-grid-wraper.template-cms_grid--gallery .pixelogic-blog .entry-media .btn-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .cms-grid-wraper.template-cms_grid--gallery .pixelogic-blog .entry-media .btn-link a:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1); }
  .cms-grid-wraper.template-cms_grid--gallery .cms_pagination.grid-loadmore .cms-load-posts {
    margin-top: 20px; }
  .cms-grid-wraper.template-cms_grid--gallery .cms_pagination.grid-loadmore .cms-load-posts a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 60px;
    color: #fff;
    background: rgba(243, 82, 90, 1);
    border: 2px solid rgba(243, 82, 90, 1); }
  .cms-grid-wraper.template-cms_grid--gallery .cms_pagination.grid-loadmore .cms-load-posts a:hover, .cms-grid-wraper.template-cms_grid--gallery .cms_pagination.grid-loadmore .cms-load-posts a:focus {
    background: #fff;
    color: rgba(243, 82, 90, 1); }
  @media (max-width: 767px) {
            .cms-grid-wraper.template-cms_grid--gallery .cms_pagination.grid-loadmore .cms-load-posts a {
              padding: 9px 40px; } }

.cms-counter-wraper .cms-counter-single {
  text-align: center; }
  .cms-counter-wraper .cms-counter-single .counter-icon {
    margin-bottom: 20px; }
  .cms-counter-wraper .cms-counter-single .counter-icon span {
    font-size: 43px;
    color: rgba(243, 82, 90, 1); }
  .cms-counter-wraper .cms-counter-single .counter-content .counter {
    font-size: 48px;
    font-weight: 600;
    color: #221b20;
    line-height: 1; }
  .cms-counter-wraper .cms-counter-single .counter-content .counter-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px; }

.vc_cta3-container {
  margin-bottom: 0 !important; }

.vc_general.vc_cta3 {
  border: 0 !important;
  padding: 0 !important; }
  .vc_general.vc_cta3.vc_cta3-style-custom {
    background-color: #fff !important;
    margin: 20px 0 0; }
  .vc_general.vc_cta3.vc_cta3-style-custom .vc_cta3-content-header .vc_custom_heading {
    margin-bottom: 27px; }
  .vc_general.vc_cta3.vc_cta3-style-custom .vc_cta3-content {
    padding-bottom: 20px; }
  .vc_general.vc_cta3.vc_cta3-style-custom .vc_cta3-content p {
    font-size: 20px;
    line-height: 30px; }
  .vc_general.vc_cta3.vc_cta3-style-custom .vc_cta3-actions {
    padding-bottom: 20px; }
  .vc_general.vc_cta3.vc_cta3-style-custom .vc_cta3-actions .vc_btn3-style-custom {
    background-image: none !important; }
  .vc_general.vc_cta3.vc_cta3-style-custom .vc_cta3-actions .vc_btn3-style-custom:hover {
    opacity: 0.7; }
  .vc_general.vc_cta3.vc_cta3-style-custom .vc_cta3-actions .vc_btn3-style-custom.vc_btn3-size-md {
    font-weight: 600 !important;
    padding: 16px 70px !important; }
  @media (min-width: 768px) {
          .vc_general.vc_cta3.vc_cta3-style-custom.vc_cta3-actions-right .vc_cta3-content {
            padding-right: 120px !important; } }
/* Share this */
body .st-logo {
  display: none !important; }

.mfp-hide {
  display: none; }
/*--------------------------------------------------------------
 17 Woocommerce
 --------------------------------------------------------------*/
@font-face {
  font-family: 'WooCommerce';
  src: url('../fonts/WooCommerce.eot');
  src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('../fonts/WooCommerce.woff') format('woff'), url('../fonts/WooCommerce.ttf') format('truetype'), url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal; }

.woo-sidebar .widget_product_search .woocommerce-product-search, .sidebar-shop .widget_product_search .woocommerce-product-search {
  position: relative; }
  .woo-sidebar .widget_product_search .woocommerce-product-search:before, .sidebar-shop .widget_product_search .woocommerce-product-search:before {
    position: absolute;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: #fff;
    background-color: rgba(243, 82, 90, 1);
    width: 60px;
    height: 100%;
    z-index: 0;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 48px; }
  .woo-sidebar .widget_product_search .woocommerce-product-search button[type='submit'], .sidebar-shop .widget_product_search .woocommerce-product-search button[type='submit'] {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 0;
    text-indent: 10000px;
    background: transparent;
    border: none;
    height: 100%;
    width: 60px;
    z-index: 1;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .woo-sidebar .widget_product_search .woocommerce-product-search button[type='submit']:hover, .sidebar-shop .widget_product_search .woocommerce-product-search button[type='submit']:hover {
    background-color: rgba(255, 255, 255, 0.3); }

.woo-sidebar .widget_product_categories .product-categories, .sidebar-shop .widget_product_categories .product-categories {
  margin-top: -10px; }
  .woo-sidebar .widget_product_categories .product-categories li, .sidebar-shop .widget_product_categories .product-categories li {
    position: relative;
    margin-bottom: 9px;
    font-weight: 400; }
  .woo-sidebar .widget_product_categories .product-categories li ul, .sidebar-shop .widget_product_categories .product-categories li ul {
    margin-left: 20px; }
  .woo-sidebar .widget_product_categories .product-categories li a, .sidebar-shop .widget_product_categories .product-categories li a {
    display: block; }
  .woo-sidebar .widget_product_categories .product-categories li a:before, .sidebar-shop .widget_product_categories .product-categories li a:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 900;
    color: rgba(243, 82, 90, 1); }
  .woo-sidebar .widget_product_categories .product-categories li a span.right, .sidebar-shop .widget_product_categories .product-categories li a span.right {
    float: right; }
  .woo-sidebar .widget_product_categories .product-categories li .red-toggle, .sidebar-shop .widget_product_categories .product-categories li .red-toggle {
    height: 30px !important; }
  .woo-sidebar .widget_product_categories .product-categories > li:last-child, .sidebar-shop .widget_product_categories .product-categories > li:last-child {
    margin-bottom: 0; }

.woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
  min-height: 70px; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove {
    color: rgba(243, 82, 90, 1);
    font-size: 22px !important; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove:hover, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove:hover {
    color: #55bce7; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove + a, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove + a {
    padding-left: 0; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a {
    font-size: 16px;
    font-weight: 600;
    color: #221b20;
    text-transform: uppercase;
    margin-right: 24px; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a:hover, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a:hover {
    color: #f0535b; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a img, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a img {
    float: left;
    width: 70px;
    margin-right: 20px;
    box-shadow: 0px 0px 10px -3px #232323;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a img:hover, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a img:hover {
      box-shadow: 0px 0px 15px -3px #232323;
      transform: translateY(5%); }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    line-height: 16px;
    padding-left: 0;
    border: none;
    width: auto;
    color: rgba(243, 82, 90, 1);
    text-transform: uppercase;
    font-weight: 500;
    float: none;
    margin-right: 24px; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    font-weight: 600; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total span, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total span {
    color: rgba(243, 82, 90, 1);
    font-weight: 400; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
    font-size: 14px;
    font-weight: 600;
    padding: 17px 30px;
    color: rgba(243, 82, 90, 1);
    background: transparent;
    border-color: rgba(243, 82, 90, 1);
    margin: 10px 4px 0; }
  .woo-sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button:hover, .sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button:hover {
    color: #fff;
    background: rgba(243, 82, 90, 1); }

.woocommerce .site-content {
  padding: 110px 0 105px; }

.woocommerce .content-area {
  position: relative; }
  @media (min-width: 768px) {
      .woocommerce .content-area.is-sidebar-left {
        -webkit-order: 2;
        order: 2; } }

.woocommerce select {
  width: 100%;
  height: 50px;
  color: #666164;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  background: transparent;
  border-radius: 0;
  cursor: pointer; }

.woocommerce .products-wrap.list {
  margin: 0 -15px; }
  .woocommerce .products-wrap.list .product-list-item {
    padding: 0 15px; }
  @media (min-width: 768px) {
      .woocommerce .products-wrap.list .product-list-item .product-inner {
        display: flex;
        flex: auto; }
        .woocommerce .products-wrap.list .product-list-item .product-inner .product-thumbnail {
          width: 300px;
          flex: none; }
        .woocommerce .products-wrap.list .product-list-item .product-inner .product-info {
          background-color: #f8f8f8;
          padding: 25px 25px 25px 35px;
          width: 100%; } }
  .woocommerce .products-wrap.list .product-grid-item {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px; }

.woocommerce .widget_price_filter .wg-title {
  margin-bottom: 27px; }
  .woocommerce .widget_price_filter .price_slider {
    position: relative; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 6px 0 0 0; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: "";
    display: block;
    background-color: #eeeff0;
    height: 4px;
    width: 100%; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    background-color: rgba(243, 82, 90, 1);
    left: 0;
    top: 6px; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    height: 4px;
    border-radius: 0; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    cursor: ew-resize;
    background: rgba(243, 82, 90, 1);
    border-radius: 50%; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle[style="left: 100%;"] {
    margin-left: -16px; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
    display: block;
    content: attr(data-title);
    position: absolute;
    top: 29px;
    left: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #ababab;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 20px;
    display: block;
    overflow: hidden; }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .woocommerce .widget_price_filter .price_slider_amount .button:before {
    display: none; }
  .woocommerce .widget_price_filter .price_label {
    font-weight: 400;
    font-size: 16px;
    display: inline-block !important; }

.pixelogic-ajaxloading {
  background: transparent;
  min-height: 300px;
  text-align: center; }

.pixelogic-ajaxloading:before {
  content: "\f110";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 28px;
  font-style: normal;
  display: inline-block;
  margin-top: 150px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transition: all 0.3s linear 0s; }

.pixelogic-ajaxloading:after {
  content: "";
  width: 100%;
  height: 160px;
  display: block;
  position: relative; }

.toolbar-products {
  padding-bottom: 53px; }

.toolbar-products .left {
  display: inline-block;
  float: left; }

.toolbar-products .right {
  display: inline-block;
  float: right; }

.toolbar-products .filter-bar {
  display: inline-block; }
  .toolbar-products .filter-bar > div {
    margin-bottom: 0; }

.toolbar-products .layout_filter {
  display: inline-block;
  margin-left: 30px; }
  @media (max-width: 1199px) {
    .toolbar-products .layout_filter {
      margin-left: 15px; } }
  .toolbar-products .layout_filter a {
    font-size: 16px;
    color: #999;
    margin-left: 8px;
    cursor: pointer; }
  @media (max-width: 1199px) {
      .toolbar-products .layout_filter a {
        font-size: 14px; } }
  .toolbar-products .layout_filter a.active, .toolbar-products .layout_filter a:hover, .toolbar-products .layout_filter a:focus {
    color: #000; }
  .toolbar-products .layout_filter .lbl {
    margin-right: 5px; }

.toolbar-products label {
  margin-bottom: 0; }

.toolbar-products .lbl {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
  font-family: "Montserrat"; }
  @media (max-width: 1199px) {
    .toolbar-products .lbl {
      font-size: 13px; } }

@media screen and (max-width: 767px) {
    .toolbar-products .left {
      display: block;
      float: none; }
    .toolbar-products .right {
      display: block;
      float: none; }
    .toolbar-products .filter-bar {
      display: block; }
      .toolbar-products .filter-bar > div {
        margin-bottom: 10px; }
    .toolbar-products .layout_filter {
      display: block;
      margin-left: 0; } }

.woocommerce-result-count {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Montserrat"; }

@media (max-width: 1199px) {
    .woocommerce-result-count {
      font-size: 13px; } }

.woocommerce-result-count.form-effect {
  position: relative; }
  .woocommerce-result-count.form-effect:after {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 24px;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 14px; }
  .woocommerce-result-count.form-effect select {
    text-indent: 0;
    width: auto;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 60px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0 6px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  @media (max-width: 1199px) {
      .woocommerce-result-count.form-effect select {
        font-size: 13px; } }
  .woocommerce-result-count.form-effect select::-ms-expand {
    display: none; }

.woocommerce-ordering {
  position: relative;
  margin-right: 30px;
  display: inline-block; }

@media (max-width: 1199px) {
    .woocommerce-ordering {
      margin-right: 15px; } }

.woocommerce-ordering:after {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 24px;
  content: "\f0d7";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 14px; }

.woocommerce-ordering select {
  font-family: "Montserrat";
  text-indent: 0;
  width: auto;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 150px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 0 6px;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.woocommerce-ordering select::-ms-expand {
  display: none; }

img.mfp-img {
  padding: 10px 0 !important; }

.products-wrap.grid {
  list-style: none;
  margin: 0 -15px;
  padding: 0; }

@media (min-width: 600px) {
    .products-wrap.grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.products-wrap.grid .product {
  padding: 0 15px;
  margin-bottom: 30px; }

@media (min-width: 600px) {
  .columns-2 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .columns-3 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .columns-4 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .columns-2 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .columns-3 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .columns-4 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (min-width: 1200px) {
  .columns-2 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .columns-3 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .columns-4 .products-wrap.grid .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

.product-thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }

.product-thumb img {
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .product-thumb img:hover, .product-thumb img:focus {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.flashs > span {
  line-height: 12px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 9px 10px 7px;
  margin: 0 3px;
  display: inline-block;
  background-color: rgba(243, 82, 90, 1); }

.group-button .button, .group-button .yith-wcwl-add-to-wishlist > div a, .group-button .added_to_cart {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 17px 35px;
  font-weight: 600;
  display: inline-block;
  color: rgba(243, 82, 90, 1);
  background: transparent;
  border: 1px solid rgba(243, 82, 90, 1);
  text-transform: uppercase; }
  .group-button .button:hover, .group-button .yith-wcwl-add-to-wishlist > div a:hover, .group-button .added_to_cart:hover {
    background: rgba(243, 82, 90, 1);
    color: #fff; }

.group-button .compare-button .button {
  background-color: #221b20; }

.group-button .yith-wcwl-add-to-wishlist > div a {
  background-color: #a4b2bd; }

.group-button .added_to_cart {
  background: rgba(243, 82, 90, 1);
  color: #fff; }

.group-button .yith-wcqv-button:before {
  content: "\f110"; }

.group-button .yith-wcqv-button .blockUI {
  border-radius: 50%; }

.group-button .compare:before {
  content: "\f102"; }

.group-button .yith-wcwl-add-to-wishlist > div a:before {
  content: "\f10c"; }

.group-button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px; }

.group-button .yith-wcwl-add-to-wishlist .feedback {
  display: none; }

.group-button .add_to_cart_button.loading:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  content: "\f110";
  position: relative;
  background: transparent;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.group-button .add_to_cart_button.loading:after {
  content: none; }

.group-button .add_to_cart_button.added {
  display: none !important; }

.group-att .auto_refill-element {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .group-att .auto_refill-element:first-child {
    margin-left: 0; }

.group-button .button:hover, .yith-wcwl-add-to-wishlist > div a:hover {
  background: rgba(243, 82, 90, 1);
  color: #fff; }

.wc-loop-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px; }

.wc-loop-title a {
  color: inherit; }
  .wc-loop-title a:hover {
    color: #f0535b; }

.star-rating {
  color: #f3b900;
  font-size: 13px;
  width: 82px;
  letter-spacing: 0.4em;
  position: relative;
  white-space: nowrap; }

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  display: block; }

.star-rating span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }
  .star-rating span:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #fea800;
    font-size: 13px;
    content: "\f005\f005\f005\f005\f005";
    display: block; }

.star-rating + .woocommerce-review-link {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #f0535b; }
  .star-rating + .woocommerce-review-link:hover {
    color: #303030; }

.product-grid-item .flashs {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2; }

.product-grid-item .product-inner {
  box-shadow: 0px 0px 20px -10px #000;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-grid-item .product-inner:hover {
    box-shadow: 0px 0px 25px -10px #000; }
  .product-grid-item .product-inner .product-inner-wrap {
    position: relative; }
  .product-grid-item .product-inner .product-inner-wrap .product-thumb {
    margin-bottom: 0;
    background-color: #fff; }
  .product-grid-item .product-inner .product-inner-wrap .group-att {
    position: absolute;
    bottom: -12px;
    right: 5px;
    z-index: 1; }
  .product-grid-item .product-inner .product-inner-wrap .group-att .pixelogic-auto_refill {
    line-height: 1;
    display: block; }

.product-grid-item .product-info {
  text-align: center;
  padding: 37px 30px 40px;
  background-color: #f8f8f8; }
  .product-grid-item .product-info .price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(243, 82, 90, 1);
    text-transform: uppercase;
    text-align: left;
    margin: 0 auto 4px;
    display: table;
    text-align: center; }
  .product-grid-item .product-info .price ins {
    margin-left: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit; }
  .product-grid-item .product-info .price del {
    color: #c3c3c3;
    font-weight: normal; }
  .product-grid-item .product-info .desc {
    margin-bottom: 23px; }
  .product-grid-item .product-info .star-rating {
    display: none; }

.product-grid-item .group-button {
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .product-grid-item .group-button .compare-button, .product-grid-item .group-button .yith-wcwl-add-to-wishlist, .product-grid-item .group-button .yith-wcwl-add-to-wishlist > div {
    display: none; }

.product-list-item {
  margin-bottom: 30px; }

.product-list-item .product-inner {
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 20px -10px #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  @media (min-width: 768px) {
    .product-list-item .product-inner {
      display: flex; } }
  .product-list-item .product-inner:hover {
    box-shadow: 0px 0px 25px -10px #000; }
  .product-list-item .product-inner .product-thumbnail {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .product-list-item .product-inner .product-info {
    background-color: #f8f8f8;
    padding: 25px 25px 25px 35px; }

.product-list-item .product-thumb {
  margin-bottom: 0; }

.product-list-item .flashs {
  position: absolute;
  top: 15px;
  right: 7px;
  z-index: 2; }

.product-list-item .star-rating {
  display: none; }

.product-list-item .price {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(243, 82, 90, 1);
  text-transform: uppercase;
  margin-bottom: 4px; }
  .product-list-item .price ins {
    margin-left: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit; }
  .product-list-item .price del {
    color: #c3c3c3;
    font-weight: normal; }

.product-list-item .group-att {
  float: right;
  margin-top: -19px; }

.product-list-item .desc {
  margin-top: 17px;
  margin-bottom: 23px; }

.product-list-item .product-inner-wrap {
  position: relative; }
  .product-list-item .product-inner-wrap .product-thumb {
    margin-bottom: 0; }
  .product-list-item .product-inner-wrap .group-att {
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .product-list-item .product-inner-wrap .group-att .pixelogic-auto_refill {
    line-height: 1;
    display: block; }
  .product-list-item .product-inner-wrap .group-att .pixelogic-auto_refill a {
    display: block;
    margin-left: 0;
    margin-bottom: 2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .product-list-item .product-inner-wrap .group-att .pixelogic-auto_refill a:last-child {
    margin-bottom: 0; }

.product-list-item .group-button {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .product-list-item .group-button .compare-button, .product-list-item .group-button .yith-wcwl-add-to-wishlist, .product-list-item .group-button .yith-wcwl-add-to-wishlist > div {
    display: none; }

.woocommerce-grouped-product-list {
  margin-bottom: 30px;
  margin-top: 0; }

.woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item:first-child td, .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item:first-child th {
  padding-top: 0; }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td, .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item th {
    border: 0; }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td {
    vertical-align: middle;
    border-bottom: 1px solid #ededed; }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__quantity .quantity {
    margin: 0 auto;
    float: none;
    width: 120px; }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
    width: 120px;
    height: 44px; }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__label label a {
    color: #000;
    font-weight: 500; }
    .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__label label a:hover, .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__label label a:focus {
      color: rgba(243, 82, 90, 1); }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__price del {
    text-decoration: none; }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__price ins {
    background: transparent;
    color: #c3c3c3;
    font-weight: 500;
    text-decoration: line-through; }
  .woocommerce-grouped-product-list tbody .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__price span {
    font-weight: 500; }

.specify-title-heading {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 42px;
  font-weight: 500; }

.cms-specify-product .products-wrap .product-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .cms-specify-product .products-wrap .product-list-item .product-thumb {
    margin-right: 20px;
    border: 2px solid #f6f6f6; }
  .cms-specify-product .products-wrap .product-list-item .content-info .wc-loop-title {
    font-size: 14px;
    color: #1e1d1d;
    margin-bottom: 4px; }
  .cms-specify-product .products-wrap .product-list-item .content-info .price {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: rgba(243, 82, 90, 1);
    font-weight: 500; }
  .cms-specify-product .products-wrap .product-list-item .content-info .star-rating {
    opacity: 1;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 3px; }

.woocommerce-pagination {
  margin: 0;
  padding-top: 20px;
  display: block;
  text-align: center; }

.woocommerce-pagination .pagination {
  margin-bottom: 0; }

.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 0 !important;
  text-align: center;
  border: 0 !important; }
  .woocommerce-pagination ul.page-numbers li .page-numbers {
    display: inline-block;
    padding: 0 10px;
    line-height: 50px;
    min-width: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0 3px;
    color: #221b20;
    background-color: #f8f8f8;
    margin-top: 10px; }
  .woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce-pagination ul.page-numbers li .page-numbers.next {
    font-size: 15px; }
  .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    background-color: rgba(243, 82, 90, 1);
    color: #fff; }

.shipping-calculator-button {
  display: none; }

.woocommerce-message {
  border-top-color: rgba(243, 82, 90, 1) !important;
  margin-bottom: 12px;
  padding: 15px 30px;
  background: #f8f8f8;
  font-weight: 500;
  color: #221b20; }

.woocommerce-message:before {
  color: #fff !important; }

.woocommerce-message a {
  padding: 0;
  background: transparent;
  color: #303030;
  font-size: 16px;
  text-transform: inherit;
  font-weight: 400;
  line-height: 24px;
  display: inline;
  float: right;
  border: 0; }
  .woocommerce-message a:hover {
    background: transparent;
    color: #f0535b; }
/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
  position: relative;
  display: block;
  overflow: hidden;
  direction: ltr;
  /* Gallery only */
  /* Slider thumb */ }

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  max-width: inherit; }

.woocommerce-product-gallery.woocommerce-product-gallery--with-images > .woocommerce-product-gallery__wrapper {
  margin-left: -5px;
  margin-right: -5px; }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(1) {
    margin: 0 5px; }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) {
    float: left;
    margin: 10px 10px 0; }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-2 > figure > .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(50% - 10px); }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-3 > figure > .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(33.3333% - 10px); }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4 > figure > .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(25% - 10px); }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-5 > figure > .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(20% - 10px); }

.woocommerce-product-gallery .flex-control-thumbs {
  margin: 0 -5px;
  padding: 0; }
  .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer;
    padding: 10px 5px 0;
    position: relative; }
  .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%; }

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 50%; }

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery figure {
  margin: 0; }

.woocommerce-product-gallery figure img {
  width: 100%; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
  text-decoration: none;
  background-color: #444;
  color: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px; }

.woocommerce-product-gallery__trigger:hover {
  background-color: rgba(243, 82, 90, 1);
  color: #fff; }

.woocommerce-product-gallery__trigger:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  text-indent: 0; }

.woocommerce-product-gallery__trigger img {
  display: none; }

.woocommerce-Button {
  background: rgba(243, 82, 90, 1);
  color: #fff;
  border: 1px solid rgba(243, 82, 90, 1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.woocommerce-Button:hover, .woocommerce-Button:focus {
  background: #fff;
  color: rgba(243, 82, 90, 1);
  border-color: rgba(243, 82, 90, 1); }
/**
 * Single Product 
 */
.single-product .woocommerce-message {
  border: 1px solid rgba(243, 82, 90, 1);
  padding: 17px 30px 20px;
  margin-bottom: 50px;
  background: rgba(243, 82, 90, 1);
  color: #fff;
  font-size: 18px;
  color: #fff; }
  @media (max-width: 767px) {
    .single-product .woocommerce-message {
      padding: 20px 15px 13px; } }
  .single-product .woocommerce-message a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 0.4px;
    color: #fff;
    padding: 0px 10px;
    border: 1px solid #fff;
    float: left;
    margin-right: 20px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .single-product .woocommerce-message a:hover, .single-product .woocommerce-message a:focus {
    background: #fff;
    color: #221b20; }
  @media (max-width: 991px) {
    .single-product .woocommerce-message {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .single-product .woocommerce-message {
      text-align: center; }
      .single-product .woocommerce-message a {
        float: none;
        margin-bottom: 13px;
        display: block;
        padding: 10px 20px; } }
  .single-product .woocommerce-message:before {
    color: rgba(243, 82, 90, 1); }

.single-product .col-left, .single-product .col-right {
  padding-bottom: 30px; }

.single-product .product-navigation {
  position: absolute;
  top: -3px;
  right: 0; }
  .single-product .product-navigation .nav-links a {
    font-size: 24px;
    color: #c2c2c2;
    line-height: 24px;
    display: inline-block; }
  .single-product .product-navigation .nav-links a:hover {
    color: rgba(243, 82, 90, 1); }
  .single-product .product-navigation .nav-links a i {
    line-height: inherit; }
  .single-product .product-navigation .nav-links .pro-prev {
    padding: 0px 5px; }
  .single-product .product-navigation .nav-links .pro-next {
    padding: 0px 5px; }

.single-product .single-left {
  position: relative; }
  .single-product .single-left .pimages-thumb {
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
    box-shadow: 0 0px 20px -10px #000;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .single-product .single-left .pimages-thumb:hover {
    box-shadow: 0 0px 30px -10px #000; }
  .single-product .single-left .pimages-thumb img {
    width: 100% !important;
    position: relative !important; }
  .single-product .single-left .pimages-thumb .zoom-popup {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    background: #fff;
    display: block;
    z-index: 1;
    text-align: center;
    color: rgba(243, 82, 90, 1); }
  .single-product .single-left .pimages-thumb .zoom-popup i {
    line-height: 38px;
    font-size: 18px; }
  .single-product .single-left .pimages-thumb .zoom-popup:hover {
    color: #fff;
    background: rgba(243, 82, 90, 1); }
  .single-product .single-left .cms-product-gallery {
    margin: 0;
    padding-top: 20px; }
  .single-product .single-left .thumbnails_carousel img.attachment-shop_single {
    width: 100%; }
  .single-product .single-left .owl-carousel .owl-nav.disabled {
    display: block; }
  .single-product .single-left .owl-carousel .owl-nav .owl-next, .single-product .single-left .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    line-height: 27px;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .single-product .single-left .owl-carousel .owl-nav .owl-next:hover, .single-product .single-left .owl-carousel .owl-nav .owl-prev:hover {
    background: #000; }
  .single-product .single-left .owl-carousel .owl-nav .owl-next.disabled, .single-product .single-left .owl-carousel .owl-nav .owl-prev.disabled {
    display: none; }
  .single-product .single-left .owl-carousel .owl-nav .owl-next {
    right: 0; }
  .single-product .single-left .owl-carousel .owl-nav .owl-prev {
    left: 0; }

.single-product .entry-summary .product-title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase; }
  .single-product .entry-summary .stock.available {
    color: #9c0;
    font-size: 14px;
    line-height: 24px; }
  @media (min-width: 480px) {
      .single-product .entry-summary .stock.available {
        display: inline-block; } }
  .single-product .entry-summary .stock.available .text {
    color: #000; }
  .single-product .entry-summary .woocommerce-product-rating {
    line-height: 26px;
    margin-bottom: 15px; }
  .single-product .entry-summary .woocommerce-product-rating .star-rating {
    margin-top: 2px;
    display: inline-block; }
  .single-product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    display: none; }
  .single-product .entry-summary .price {
    font-size: 14px;
    line-height: 18px;
    color: rgba(243, 82, 90, 1);
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 60px;
    margin-bottom: 5px;
    position: relative; }
  .single-product .entry-summary .price ins {
    background: transparent;
    padding: 0;
    margin-left: 20px; }
  .single-product .entry-summary .price del {
    color: #c3c3c3;
    font-weight: normal; }
  .single-product .entry-summary .price-sales {
    margin-bottom: 20px; }
  .single-product .entry-summary .price-sales .flashs {
    float: left;
    margin-right: 15px; }
  .single-product .entry-summary .price-sales .flashs > span {
    display: inline-block;
    margin-bottom: 0; }
  .single-product .entry-summary .price-sales .price {
    font-size: 12px;
    line-height: 16px;
    color: rgba(243, 82, 90, 1);
    font-weight: 500; }
  .single-product .entry-summary .price-sales .price ins {
    background: transparent;
    padding: 0;
    margin-left: 20px; }
  .single-product .entry-summary .price-sales .price del {
    color: #c3c3c3;
    font-weight: normal; }
  .single-product .entry-summary .sold-in-stock {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px; }
  .single-product .entry-summary .sold-in-stock i {
    font-size: 20px;
    margin-right: 9px; }
  .single-product .entry-summary .woocommerce-product-details__short-description {
    padding-bottom: 23px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e6e9; }
  .single-product .entry-summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0; }
  .single-product .entry-summary .stock.in-stock {
    display: none; }
  .single-product .entry-summary .single-color-att {
    width: 21px;
    height: 21px;
    background-color: #fafafa;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .single-product .entry-summary .single-color-att:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 27px;
    height: 27px;
    top: -3px;
    left: -3px;
    background: #fff;
    z-index: -1;
    border: 1px solid #666;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .single-product .entry-summary .single-color-att:hover:after, .single-product .entry-summary .single-color-att.active:after {
    visibility: visible;
    opacity: 1; }
  .single-product .entry-summary .single-size-att {
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat";
    padding: 0 8px;
    margin-right: 14px;
    color: #221b20;
    background: #efefef;
    margin-bottom: 10px; }
  .single-product .entry-summary .single-size-att.active, .single-product .entry-summary .single-size-att:hover, .single-product .entry-summary .single-size-att:focus {
    background: #221b20;
    color: #fff; }
  .single-product .entry-summary .single-size-att:last-child {
    margin-right: 0; }
  .single-product .entry-summary table.variations {
    margin-top: 0; }
  .single-product .entry-summary table.variations tr {
    display: block; }
  .single-product .entry-summary table.variations tr:last-child {
    margin-bottom: 0; }
  .single-product .entry-summary table.variations td, .single-product .entry-summary table.variations th {
    border-color: transparent;
    padding: 0;
    text-align: left; }
  .single-product .entry-summary table.variations td {
    line-height: 1;
    display: block; }
  .single-product .entry-summary table.variations .pixelogic-auto_refill {
    display: inline-flex; }
  .single-product .entry-summary table.variations label {
    margin-bottom: 8px;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: inherit;
    color: inherit;
    line-height: 25px; }
  .single-product .entry-summary table.variations .reset_variations {
    color: #f0535b;
    line-height: 24px;
    font-size: 15px;
    font-family: "Montserrat";
    margin-left: 14px;
    position: absolute;
    bottom: -27px;
    right: 0; }
  .single-product .entry-summary table.variations .reset_variations:hover {
    color: #303030; }
  .single-product .entry-summary .quantity {
    display: none !important; }
  .single-product .entry-summary form.cart .quantity {
    margin-bottom: 26px; }
  @media (min-width: 992px) {
        .single-product .entry-summary form.cart .quantity {
          float: left;
          margin-right: 20px; } }
  .single-product .entry-summary form.cart .quantity input.qty {
    height: 48px; }
  .single-product .entry-summary form.cart table.variations {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e6e9; }
  @media (min-width: 992px) {
          .single-product .entry-summary form.cart table.variations tbody {
            display: flex;
            flex: auto;
            margin: 0 -15px;
            justify-content: space-between; } }
  .single-product .entry-summary form.cart table.variations tbody tr {
    width: 100%;
    padding: 0 0px 30px; }
  @media (min-width: 992px) {
            .single-product .entry-summary form.cart table.variations tbody tr {
              padding: 0 15px 30px; } }
  .single-product .entry-summary form.cart table.variations tbody tr td {
    position: relative; }
    .single-product .entry-summary form.cart table.variations tbody tr td.label {
      margin-bottom: 16px; }
    .single-product .entry-summary form.cart table.variations tbody tr td.value:before {
      content: "\f078";
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      color: #808080;
      z-index: -1;
      font-size: 13px;
      cursor: pointer; }
    .single-product .entry-summary form.cart table.variations tbody tr td.value:hover:before {
      color: rgba(243, 82, 90, 1); }
    .single-product .entry-summary form.cart table.variations tbody tr td label {
      font-size: 24px;
      line-height: 1;
      color: #221b20;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 0; }
    .single-product .entry-summary form.cart table.variations tbody tr td select {
      width: 100%;
      height: 50px;
      color: #221b20;
      font-size: 14px;
      font-style: italic;
      font-weight: 300;
      background: transparent;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
  .single-product .entry-summary form.cart .woocommerce-variation-price {
    margin-top: 20px;
    margin-bottom: 20px; }
  .single-product .entry-summary form.cart .woocommerce-variation-price .price {
    font-size: 14px;
    line-height: 18px;
    color: rgba(243, 82, 90, 1);
    font-weight: 500; }
  .single-product .entry-summary form.cart .woocommerce-variation-price .price ins {
    background: transparent;
    padding: 0;
    margin-left: 20px; }
  .single-product .entry-summary form.cart .woocommerce-variation-price .price del {
    color: #c3c3c3;
    font-weight: normal; }
  .single-product .entry-summary form.cart .woocommerce-variation-availability {
    display: none; }
  @media screen and (max-width: 991px) {
      .single-product .entry-summary form.cart .buttons_added {
        margin-top: 10px; } }
  .single-product .entry-summary form.cart .single_add_to_cart_button {
    padding: 17px 50px 17px 50px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid rgba(243, 82, 90, 1);
    margin-right: 20px;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    margin-bottom: 26px;
    float: left;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  @media screen and (max-width: 480px) {
        .single-product .entry-summary form.cart .single_add_to_cart_button {
          display: block;
          float: none; } }
  .single-product .entry-summary form.cart .single_add_to_cart_button:hover, .single-product .entry-summary form.cart .single_add_to_cart_button:focus {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist, .single-product .entry-summary .compare-button {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist + .clear, .single-product .entry-summary .compare-button + .clear {
    display: none; }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .single-product .entry-summary .compare-button .yith-wcwl-wishlistexistsbrowse a {
    border-color: rgba(243, 82, 90, 1); }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .single-product .entry-summary .compare-button .yith-wcwl-wishlistexistsbrowse a:before {
    font-weight: 900;
    color: rgba(243, 82, 90, 1); }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist .feedback, .single-product .entry-summary .compare-button .feedback {
    display: none; }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist > div {
    margin-right: 20px; }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist a, .single-product .entry-summary a.compare {
    display: inline-block;
    padding: 0;
    margin: 0 0 26px;
    font-size: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    color: #212529;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #949494; }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist a:before, .single-product .entry-summary a.compare:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px; }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist a:hover, .single-product .entry-summary a.compare:hover {
    background: transparent;
    color: #f0535b;
    border-color: rgba(243, 82, 90, 1); }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist a + img {
    display: none !important; }
  .single-product .entry-summary .yith-wcwl-add-to-wishlist a:before {
    content: "\f004";
    font-size: 16px; }
  .single-product .entry-summary a.compare:before {
    content: "\f102";
    font-size: 16px; }

.single-product .product_meta .sku_wrapper {
  color: #252525;
  display: block;
  font-size: 14px;
  font-weight: 400; }
  .single-product .product_meta .sku_wrapper span {
    color: #666; }
  .single-product .product_meta .posted_in, .single-product .product_meta .tagged_as {
    margin-top: 13px;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    line-height: 28px;
    display: block; }
  .single-product .product_meta .posted_in a, .single-product .product_meta .tagged_as a {
    font-size: 14px;
    line-height: 28px;
    color: #666; }
  .single-product .product_meta .posted_in a:hover, .single-product .product_meta .tagged_as a:hover {
    color: #f0535b; }
  .single-product .product_meta .cat-list, .single-product .product_meta .tag-list {
    display: inline; }

.single-product .product-sharing {
  margin-bottom: 20px; }
  .single-product .product-sharing .sharing-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 10px; }
  .single-product .product-sharing a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    width: 22px;
    padding: 0 2px;
    text-align: center;
    margin-right: 5px; }
  .single-product .product-sharing a:hover {
    color: #f0535b; }

.single-product .upsells {
  margin-top: 50px; }
  .single-product .upsells h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .single-product .upsells ul.products .product {
    margin-bottom: 30px; }

.single-product .has-sidebar .entry-summary form.cart .single_add_to_cart_button {
  margin-top: 10px; }

.woocommerce .quantity, .woocommerce-page .quantity {
  position: relative;
  padding: 0;
  border: 1px solid #ccc;
  width: 120px;
  margin-right: 30px;
  margin-bottom: 10px; }
  .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 120px;
    height: 44px;
    margin-bottom: 0;
    border: 0;
    font-weight: 400;
    background: transparent;
    color: #000;
    text-align: center; }
  .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    width: 38px;
    height: 42px;
    font-size: 22px;
    background-color: transparent;
    margin: 3px 0;
    border: 0; }
  .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page .quantity .plus:hover {
    background-color: transparent;
    color: #f0535b; }
  .woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
    bottom: 0;
    left: 0;
    border-right: 1px solid #ededed; }
  .woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-left: 1px solid #ededed; }
  .woocommerce .quantity .quantity-button, .woocommerce-page .quantity .quantity-button {
    width: 42px;
    height: 100%;
    position: absolute;
    color: #777;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    top: 0; }
  .woocommerce .quantity .quantity-button:hover, .woocommerce-page .quantity .quantity-button:hover {
    color: #f0535b; }
  .woocommerce .quantity .quantity-button.quantity-up, .woocommerce-page .quantity .quantity-button.quantity-up {
    right: 0; }
  .woocommerce .quantity .quantity-button.quantity-up:before, .woocommerce-page .quantity .quantity-button.quantity-up:before {
    content: "+"; }
  .woocommerce .quantity .quantity-button.quantity-down, .woocommerce-page .quantity .quantity-button.quantity-down {
    left: 0; }
  .woocommerce .quantity .quantity-button.quantity-down:before, .woocommerce-page .quantity .quantity-button.quantity-down:before {
    content: "-"; }

.woocommerce input::-webkit-inner-spin-button, .woocommerce-page input::-webkit-inner-spin-button {
  display: none; }

.woocommerce-tabs {
  margin-top: 75px; }

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .woocommerce-tabs ul.tabs {
      border-bottom: 2px solid rgba(243, 82, 90, 1); } }
  .woocommerce-tabs ul.tabs > li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat"; }
  @media screen and (max-width: 767px) {
      .woocommerce-tabs ul.tabs > li {
        display: block;
        padding: 0; }
        .woocommerce-tabs ul.tabs > li > a {
          display: block !important;
          text-align: center;
          padding: 10px 30px !important; } }
  .woocommerce-tabs ul.tabs > li > a {
    color: #666164;
    background-color: #fff;
    border: 2px solid #666164;
    border-bottom: none;
    display: inline-block;
    padding: 10px 40px;
    position: relative; }
  @media (max-width: 767px) {
      .woocommerce-tabs ul.tabs > li:last-child > a {
        border-bottom: 2px solid #666164; } }
  .woocommerce-tabs ul.tabs > li.active > a {
    color: #fff;
    background-color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-tabs ul.tabs > li.active > a:after {
    width: 100%; }

.woocommerce-tabs .wc-tab {
  border: none;
  padding: 52px 60px;
  box-shadow: none;
  background-color: #f8f8f8; }
  @media (max-width: 1199px) {
    .woocommerce-tabs .wc-tab {
      padding: 22px 30px; } }
  @media (max-width: 479px) {
    .woocommerce-tabs .wc-tab {
      padding: 22px 15px; } }
  .woocommerce-tabs .wc-tab h2, .woocommerce-tabs .wc-tab .woocommerce-Reviews-title {
    display: none; }
  .woocommerce-tabs .wc-tab p {
    line-height: 24px;
    color: #666;
    margin-bottom: 30px; }
  .woocommerce-tabs .wc-tab > p:last-child {
    margin-bottom: 0; }
  .woocommerce-tabs .wc-tab table {
    width: 100%;
    margin: 0; }
  .woocommerce-tabs .wc-tab table th {
    font-weight: 600; }
  @media screen and (min-width: 1200px) {
        .woocommerce-tabs .wc-tab table th {
          width: 20%; } }
  .woocommerce-tabs .wc-tab table th, .woocommerce-tabs .wc-tab table td {
    border: 0;
    font-size: 16px;
    text-transform: inherit;
    color: #212529;
    padding: 12px 25px 11px 25px;
    vertical-align: middle;
    background: #fff; }
  .woocommerce-tabs .wc-tab table th a, .woocommerce-tabs .wc-tab table td a {
    color: #212529; }
  .woocommerce-tabs .wc-tab table th a:hover, .woocommerce-tabs .wc-tab table td a:hover {
    color: #f0535b; }
  .woocommerce-tabs .wc-tab table td p {
    margin-bottom: 0; }

.woocommerce-Reviews ol.commentlist {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none; }
  .woocommerce-Reviews ol.commentlist > li:first-child {
    padding-top: 0; }
  .woocommerce-Reviews ol.commentlist li {
    list-style: none;
    border-bottom: 1px solid #ededed;
    padding: 30px 0; }

.woocommerce-Reviews .avatar {
  float: left; }

.woocommerce-Reviews .comment-text {
  overflow: hidden;
  padding-left: 30px; }
  .woocommerce-Reviews .comment-text .star-rating {
    line-height: 1;
    margin-bottom: 3px; }

.woocommerce-Reviews .meta {
  margin-bottom: 0 !important; }

.woocommerce-Reviews .woocommerce-review__author {
  color: #221b20;
  font-weight: 500;
  font-size: 16px; }

.woocommerce-Reviews .description > p:last-child {
  margin-bottom: 0; }

.woocommerce-Reviews .comment-reply-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #221b20;
  text-transform: uppercase; }

.woocommerce-Reviews .comment-form div.col-no-padding {
  padding: 0; }
  @media screen and (min-width: 992px) {
    .woocommerce-Reviews .comment-form div.col-md-6 {
      padding-right: 15px; }
      .woocommerce-Reviews .comment-form div.col-md-6 + .col-md-6 {
        padding-left: 15px;
        padding-right: 0; } }
  .woocommerce-Reviews .comment-form label {
    font-weight: 500;
    color: #221b20;
    font-size: 16px; }
  .woocommerce-Reviews .comment-form p {
    margin-bottom: 17px; }
  .woocommerce-Reviews .comment-form p.comment-form-author label, .woocommerce-Reviews .comment-form p.comment-form-email label {
    display: block;
    margin-bottom: 8px; }
  .woocommerce-Reviews .comment-form p.comment-form-comment {
    margin-top: 9px;
    margin-bottom: 30px; }
  .woocommerce-Reviews .comment-form p.comment-form-comment > label {
    display: block;
    margin-bottom: 7px; }
  .woocommerce-Reviews .comment-form input[type="text"], .woocommerce-Reviews .comment-form input[type="email"] {
    padding: 6px 30px;
    height: 50px; }
  .woocommerce-Reviews .comment-form textarea {
    height: 136px; }

.woocommerce-Reviews .comment-form-rating {
  margin-top: 14px; }
  .woocommerce-Reviews .comment-form-rating label {
    font-weight: 500;
    font-size: 16px;
    color: #221b20; }
  .woocommerce-Reviews .comment-form-rating > span {
    float: left;
    color: rgba(243, 82, 90, 1);
    margin-right: 10px; }
  .woocommerce-Reviews .comment-form-rating .stars {
    display: inline-block;
    margin-bottom: 0; }
  .woocommerce-Reviews .comment-form-rating .stars a {
    font-size: 0;
    margin: 0 5px;
    color: #ababab; }
  .woocommerce-Reviews .comment-form-rating .stars a:before {
    font-size: 13px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400; }
  @media (max-width: 479px) {
          .woocommerce-Reviews .comment-form-rating .stars a:before {
            font-size: 11px; } }
  .woocommerce-Reviews .comment-form-rating .stars a.star-1:before {
    content: "\f005"; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-2:before {
    content: "\f005\f005"; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-3:before {
    content: "\f005\f005\f005"; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-4:before {
    content: "\f005\f005\f005\f005"; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-5:before {
    content: "\f005\f005\f005\f005\f005"; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-1:hover:before, .woocommerce-Reviews .comment-form-rating .stars a.star-1.active:before {
    content: "\f005";
    font-weight: 900; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-2:hover:before, .woocommerce-Reviews .comment-form-rating .stars a.star-2.active:before {
    content: "\f005\f005";
    font-weight: 900; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-3:hover:before, .woocommerce-Reviews .comment-form-rating .stars a.star-3.active:before {
    content: "\f005\f005\f005";
    font-weight: 900; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-4:hover:before, .woocommerce-Reviews .comment-form-rating .stars a.star-4.active:before {
    content: "\f005\f005\f005\f005";
    font-weight: 900; }
  .woocommerce-Reviews .comment-form-rating .stars a.star-5:hover:before, .woocommerce-Reviews .comment-form-rating .stars a.star-5.active:before {
    content: "\f005\f005\f005\f005\f005";
    font-weight: 900; }
  .woocommerce-Reviews .comment-form-rating .stars a:hover, .woocommerce-Reviews .comment-form-rating .stars a.active {
    color: #f4cb3d; }

.woocommerce-Reviews .form-submit .submit {
  background: rgba(243, 82, 90, 1);
  color: #fff;
  border: 1px solid rgba(243, 82, 90, 1);
  padding: 10px 50px 13px;
  height: 50px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .woocommerce-Reviews .form-submit .submit:hover, .woocommerce-Reviews .form-submit .submit:active, .woocommerce-Reviews .form-submit .submit:focus, .woocommerce-Reviews .form-submit .submit:active:hover {
    background: #fff;
    border-color: rgba(243, 82, 90, 1);
    color: rgba(243, 82, 90, 1); }

.single-product .related {
  margin-top: 115px; }
  .single-product .related h2 {
    font-size: 32px;
    line-height: 1;
    color: #221b20;
    margin-bottom: 35px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
      .single-product .related h2 {
        font-size: 20px; } }

.related-products {
  margin-bottom: -20px; }

.related-products .owl-carousel .product-grid-item {
  padding-bottom: 20px; }
  .related-products .owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0; }
  @media screen and (max-width: 767px) {
      .related-products .owl-carousel .owl-nav {
        top: -40px;
        right: 0; } }
  .related-products .owl-carousel .owl-nav > div {
    font-size: 33px;
    padding: 0;
    color: #c2c2c2;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .related-products .owl-carousel .owl-nav > div:hover {
    color: rgba(243, 82, 90, 1); }
  .related-products .owl-carousel .owl-nav .owl-prev {
    padding-right: 10px; }
  .related-products .owl-carousel .owl-nav .owl-next {
    padding-left: 10px; }
/* 12.4 - shop cart */
.woocommerce-cart-form .cart-title {
  color: #000;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: uppercase; }

.woocommerce-cart .woocommerce-message {
  border-top-color: rgba(243, 82, 90, 1); }
  .woocommerce-cart .woocommerce-message:before {
    color: rgba(243, 82, 90, 1); }

.woocommerce-cart .cart-empty {
  padding: 20px 30px 0 30px; }

.woocommerce-cart .return-to-shop {
  padding: 0 30px 20px 30px; }

.woocommerce-cart table.cart {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .woocommerce-cart table.cart tr {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .woocommerce-cart table.cart tr:hover {
    background: #f9f9f9; }
  .woocommerce-cart table.cart tr:last-child:hover {
    background: transparent; }
  .woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
    border: 1px solid transparent;
    border-bottom-color: #dadada;
    text-align: left; }
  .woocommerce-cart table.cart th {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat"; }
  .woocommerce-cart table.cart td {
    border-top-color: transparent;
    border-bottom: 1px solid #dadada;
    padding: 30px 10px;
    vertical-align: middle; }
  .woocommerce-cart table.cart td td, .woocommerce-cart table.cart td td a {
    font-size: 16px;
    line-height: 30px;
    color: #000; }
  .woocommerce-cart table.cart td span {
    color: inherit; }
  .woocommerce-cart table.cart td a:hover {
    color: #f0535b; }
  .woocommerce-cart table.cart td.product-thumbnail {
    padding-left: 30px; }
  @media (min-width: 768px) {
      .woocommerce-cart table.cart td.product-thumbnail {
        width: 180px; } }
  .woocommerce-cart table.cart td.product-thumbnail img {
    padding: 0;
    max-width: 100px; }
  .woocommerce-cart table.cart td.product-name > a {
    font-size: 16px;
    color: #221b20;
    display: block;
    font-weight: 500; }
  @media (min-width: 768px) {
        .woocommerce-cart table.cart td.product-name > a {
          line-height: 30px; } }
  .woocommerce-cart table.cart td.product-name > a:hover, .woocommerce-cart table.cart td.product-name > a:focus {
    color: #f0535b; }
  .woocommerce-cart table.cart td.product-name .woocommerce-product-rating {
    margin-bottom: 8px; }
  .woocommerce-cart table.cart td.product-name .star-rating {
    font-size: 11px;
    color: #f3b900;
    width: 62px;
    height: 15px; }
  .woocommerce-cart table.cart td.product-name dl.variation {
    position: relative; }
  .woocommerce-cart table.cart td.product-name dl.variation:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    left: 0;
    color: #000;
    font-size: 15px;
    margin-right: 8px; }
  .woocommerce-cart table.cart td.product-name dl.variation dt, .woocommerce-cart table.cart td.product-name dl.variation dd {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 14px; }
  .woocommerce-cart table.cart td.product-name dl.variation dt {
    color: #000; }
  .woocommerce-cart table.cart td.product-name dl.variation dd {
    color: #999; }
  .woocommerce-cart table.cart td.product-name dl.variation p {
    margin-bottom: 0; }
  .woocommerce-cart table.cart td.product-quantity .quantity {
    float: none;
    width: 120px; }
  @media (max-width: 768px) {
        .woocommerce-cart table.cart td.product-quantity .quantity {
          margin: 0 0 0 auto; } }
  .woocommerce-cart table.cart td.product-quantity .quantity input.qty {
    width: 120px;
    height: 44px;
    font-size: 14px;
    line-height: 30px; }
  .woocommerce-cart table.cart .quantity {
    margin-right: 0;
    float: none; }
  .woocommerce-cart table.cart .product-remove {
    text-align: center; }
  .woocommerce-cart table.cart .product-remove a {
    color: #000;
    background: transparent;
    display: block;
    font-size: 26px; }
  .woocommerce-cart table.cart .product-remove a:hover {
    color: rgba(243, 82, 90, 1); }
  .woocommerce-cart table.cart td.actions {
    padding: 35px 0px 0;
    border: none; }
  .woocommerce-cart table.cart td.actions .btn-clear-cart {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 30px;
    color: #fff;
    background-color: rgba(243, 82, 90, 1);
    border: 1px solid rgba(243, 82, 90, 1);
    border-radius: 0px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  @media (max-width: 768px) {
        .woocommerce-cart table.cart td.actions .btn-clear-cart {
          width: 100%;
          margin-right: 0; } }
  .woocommerce-cart table.cart td.actions .btn-clear-cart:hover, .woocommerce-cart table.cart td.actions .btn-clear-cart:active, .woocommerce-cart table.cart td.actions .btn-clear-cart:focus {
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1);
    background-color: #fff; }
  .woocommerce-cart table.cart td.actions input[disabled] {
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1);
    background-color: #fff; }
  @media (min-width: 992px) {
        .woocommerce-cart table.cart td.actions .btn-continue {
          float: right; } }
  @media (max-width: 991px) {
        .woocommerce-cart table.cart td.actions .btn-continue {
          text-align: center; } }
  @media (min-width: 768px) {
        .woocommerce-cart table.cart td.actions .btn-continue {
          display: flex; } }
  @media (max-width: 767px) {
        .woocommerce-cart table.cart td.actions .btn-continue {
          display: block; } }
  .woocommerce-cart table.cart td.actions .button {
    font-size: 14px;
    text-transform: uppercase;
    padding: 17px 30px;
    color: #fff;
    background-color: rgba(243, 82, 90, 1);
    border: 1px solid rgba(243, 82, 90, 1);
    border-radius: 0px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .woocommerce-cart table.cart td.actions .button:hover, .woocommerce-cart table.cart td.actions .button:active, .woocommerce-cart table.cart td.actions .button:focus {
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1);
    background-color: #fff; }

@media screen and (max-width: 767px) {
    .woocommerce-cart table.cart thead {
      display: none; }
      .woocommerce-cart table.cart tbody tr {
        display: block; }
        .woocommerce-cart table.cart tbody td {
          border-top: 0;
          display: block;
          text-align: right !important;
          padding: 10px 15px; }
          .woocommerce-cart table.cart tbody td:before {
            content: attr(data-title) ": ";
            float: left; }
          .woocommerce-cart table.cart tbody td.product-remove:before, .woocommerce-cart table.cart tbody td.product-thumbnail:before {
            content: none; }
          .woocommerce-cart table.cart tbody td.product-thumbnail {
            width: 100%; }
            .woocommerce-cart table.cart tbody td.product-thumbnail a {
              display: block;
              text-align: center; }
      .woocommerce-cart table.cart td.actions {
        padding: 0;
        border: none; }
        .woocommerce-cart table.cart td.actions:before {
          content: none; }
        .woocommerce-cart table.cart td.actions .coupon input[type="text"] {
          float: none;
          width: 100%;
          max-width: 100%; }
        .woocommerce-cart table.cart td.actions input[type="submit"] {
          width: 100%; }
        .woocommerce-cart table.cart td.actions .checkout-button {
          width: 100%;
          float: none; }
    .woocommerce-cart .cart_item {
      margin-bottom: 15px; } }

.woocommerce-cart .cart-collaterals {
  margin-top: 50px; }
  .woocommerce-cart .cart-collaterals .cart_totals .row > div {
    margin-bottom: 40px; }
  .woocommerce-cart .cart-collaterals h2 {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    padding-bottom: 12px;
    margin-bottom: 36px;
    font-weight: 500;
    border-bottom: 1px solid #cfcfcf;
    text-transform: uppercase; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
    padding-top: 10px; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    display: none; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator > p {
    display: none; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator > p > a {
    display: none; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator button {
    margin-top: 15px; }
  .woocommerce-cart .cart-collaterals .input-text {
    font-size: 14px;
    height: 55px;
    border-radius: 0; }
  .woocommerce-cart .cart-collaterals .input-text::-webkit-input-placeholder {
    color: #999; }
  .woocommerce-cart .cart-collaterals .input-text:-moz-placeholder {
    color: #999; }
  .woocommerce-cart .cart-collaterals .input-text::-moz-placeholder {
    color: #999; }
  .woocommerce-cart .cart-collaterals .input-text:-ms-input-placeholder {
    color: #999; }
  .woocommerce-cart .cart-collaterals input[type="submit"], .woocommerce-cart .cart-collaterals button {
    padding: 13px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(243, 82, 90, 1);
    border: 1px solid rgba(243, 82, 90, 1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .woocommerce-cart .cart-collaterals input[type="submit"]:hover, .woocommerce-cart .cart-collaterals button:hover, .woocommerce-cart .cart-collaterals input[type="submit"]:focus, .woocommerce-cart .cart-collaterals button:focus {
    color: rgba(243, 82, 90, 1);
    background: #fff;
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-cart .cart-collaterals .shipping-calculator-form {
    display: block !important; }
  .woocommerce-cart .cart-collaterals .coupon-wrap .sub-title {
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    color: #221b20;
    letter-spacing: 0.3px;
    margin-bottom: 23px; }
  .woocommerce-cart .cart-collaterals .coupon-wrap .coupon-btn {
    margin-top: 30px; }
  @media screen and (min-width: 1200px) {
      .woocommerce-cart .cart-collaterals .cart-totals {
        text-align: right; } }
  .woocommerce-cart .cart-collaterals .cart-totals h2 {
    text-align: center; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner {
    background: #f8f8f8;
    padding: 40px; }
  @media screen and (max-width: 1199px) {
      .woocommerce-cart .cart-collaterals .cart-totals-inner {
        padding: 30px; } }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table th, .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table td {
    text-align: center; }
  @media (min-width: 992px) {
            .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table th, .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table td {
              text-align: right; } }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.cart-subtotal {
    font-family: "Montserrat";
    font-size: 15px;
    color: #221b20;
    font-weight: 400; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.cart-subtotal th, .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.cart-subtotal td {
    color: inherit;
    font-weight: inherit;
    padding: 0; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.cart-subtotal td:before {
    font-weight: 400; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.order-total th, .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.order-total td {
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
    background: transparent; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.order-total th {
    color: #221b20; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.order-total td {
    color: rgba(243, 82, 90, 1); }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content table.shop_table tr.order-total strong {
    font-weight: 500; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content .wc-proceed-to-checkout {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #cecece; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content .wc-proceed-to-checkout .checkout-button {
    padding: 13px 34px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: rgba(243, 82, 90, 1);
    border: 1px solid rgba(243, 82, 90, 1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-cart .cart-collaterals .cart-totals-inner .cart-totals-inner-content .wc-proceed-to-checkout .checkout-button:focus {
    color: rgba(243, 82, 90, 1);
    background: #fff;
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-cart .cart-collaterals table {
    width: 100%;
    margin: 0; }
  .woocommerce-cart .cart-collaterals table th, .woocommerce-cart .cart-collaterals table td {
    border: 0;
    padding: 10px 20px;
    color: rgba(243, 82, 90, 1); }
  .woocommerce-cart .cart-collaterals table th {
    font-size: 16px;
    text-transform: inherit; }
  .woocommerce-cart .cart-collaterals table td {
    font-size: 18px;
    font-weight: 500;
    text-align: right; }
  @media screen and (max-width: 480px) {
        .woocommerce-cart .cart-collaterals table td {
          font-size: 14px; } }
  .woocommerce-cart .cart-collaterals table .order-total th {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500; }
  @media screen and (max-width: 480px) {
          .woocommerce-cart .cart-collaterals table .order-total th {
            font-size: 18px; } }
  .woocommerce-cart .cart-collaterals table .order-total td {
    font-size: 22px;
    color: rgba(243, 82, 90, 1); }
  @media screen and (max-width: 480px) {
          .woocommerce-cart .cart-collaterals table .order-total td {
            font-size: 18px; } }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    text-align: center;
    padding-top: 20px; }
  .woocommerce-cart .cart-collaterals .checkout-button {
    background: rgba(243, 82, 90, 1);
    color: #fff;
    border: 1px solid rgba(243, 82, 90, 1); }
  @media screen and (max-width: 480px) {
      .woocommerce-cart .cart-collaterals .checkout-button {
        padding: 20px 22px;
        font-size: 16px; } }
  .woocommerce-cart .cart-collaterals .checkout-button:hover, .woocommerce-cart .cart-collaterals .checkout-button:active, .woocommerce-cart .cart-collaterals .checkout-button:focus, .woocommerce-cart .cart-collaterals .checkout-button:active:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-cart .cart-collaterals .select2-container .select2-choice, .woocommerce-cart .cart-collaterals .select2-container .select2-selection {
    height: 55px !important;
    padding: 10px 30px !important;
    border-color: #cfcfcf !important;
    margin-bottom: 0;
    border-radius: 0; }
  .woocommerce-cart .cart-collaterals .select2-container .select2-choice .select2-selection__rendered, .woocommerce-cart .cart-collaterals .select2-container .select2-selection .select2-selection__rendered {
    color: #221b20;
    font-style: italic;
    font-size: 14px;
    padding-left: 0; }
  .woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    width: 50px; }

.woocommerce-info {
  color: #221b20;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 15px 30px;
  background: #f8f8f8; }

.woocommerce-info a {
  color: #303030; }
  .woocommerce-info a:hover {
    color: #f0535b; }

.woocommerce-checkout .woocommerce-message {
  border-top-color: rgba(243, 82, 90, 1); }
  .woocommerce-checkout .woocommerce-message:before {
    color: rgba(243, 82, 90, 1); }

.woocommerce-checkout form.checkout {
  margin-top: 50px; }
  .woocommerce-checkout form.checkout h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #444; }
  .woocommerce-checkout form.checkout .select2-container .select2-choice, .woocommerce-checkout form.checkout .select2-container .select2-selection {
    height: 50px !important;
    padding: 10px 30px !important;
    border-color: transparent;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 0; }
  .woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #221b20;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    padding-left: 0; }
  .woocommerce-checkout form.checkout .select2-container--open.select2-container .select2-selection {
    border-color: #a3a3a3; }
  .woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    width: 50px; }
  .woocommerce-checkout form.checkout .col2-set .checkout-wrap2 {
    margin-top: 30px;
    margin-bottom: 30px; }

.woocommerce-shipping-fields h3 {
  position: relative; }
  .woocommerce-shipping-fields h3 label {
    margin: 0; }
  .woocommerce-shipping-fields h3 input[type="checkbox"] {
    position: absolute;
    right: 0px;
    top: 5px; }
  @media screen and (max-width: 479px) {
      .woocommerce-shipping-fields h3 input[type="checkbox"] {
        position: relative;
        right: auto;
        top: 0;
        left: 0;
        margin: 0; } }

.woocommerce-additional-fields {
  margin-top: 20px; }

.woocommerce-additional-fields textarea {
  height: 142px; }

.woocommerce-checkout-review-order {
  background: #f8f8f8;
  padding: 44px 30px 45px 30px; }

@media screen and (max-width: 767px) {
    .woocommerce-checkout-review-order {
      padding: 4px 15px 35px 15px; } }

.woocommerce-checkout-review-order h2 {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.woocommerce-checkout-review-order table {
  border-color: transparent;
  margin: 0 0 43px 0;
  border-radius: 0; }
  .woocommerce-checkout-review-order table th, .woocommerce-checkout-review-order table td {
    border: 0;
    text-align: left; }
  .woocommerce-checkout-review-order table th strong, .woocommerce-checkout-review-order table td strong {
    padding: 0;
    font-weight: 400; }
  .woocommerce-checkout-review-order table thead th {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 500;
    color: #221b20;
    text-transform: uppercase; }
  .woocommerce-checkout-review-order table thead .product-total {
    text-align: right; }
  .woocommerce-checkout-review-order table tbody td {
    padding: 7px 0;
    color: #221b20;
    font-weight: 400; }
  .woocommerce-checkout-review-order table tbody td + td {
    text-align: right; }
  .woocommerce-checkout-review-order table tbody td.product-name dl.variation {
    margin-bottom: 0; }
  .woocommerce-checkout-review-order table tbody td.product-name dl.variation dd, .woocommerce-checkout-review-order table tbody td.product-name dl.variation dt {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 400; }
  .woocommerce-checkout-review-order table tbody td.product-name dl.variation dd p, .woocommerce-checkout-review-order table tbody td.product-name dl.variation dt p {
    margin-bottom: 0; }
  .woocommerce-checkout-review-order table tfoot tr.cart-subtotal td, .woocommerce-checkout-review-order table tfoot tr.order-total td, .woocommerce-checkout-review-order table tfoot tr.cart-subtotal td strong, .woocommerce-checkout-review-order table tfoot tr.order-total td strong {
    font-weight: 500; }
  .woocommerce-checkout-review-order table tfoot tr.shipping ul.woocommerce-shipping-methods {
    margin-bottom: 0; }
  .woocommerce-checkout-review-order table tfoot tr.shipping ul.woocommerce-shipping-methods label {
    margin-bottom: 0;
    font-weight: 500; }
  .woocommerce-checkout-review-order table tfoot th, .woocommerce-checkout-review-order table tfoot td {
    border: 0;
    color: #221b20;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0; }
  .woocommerce-checkout-review-order table tfoot th {
    font-size: 18px;
    font-weight: 500; }
  .woocommerce-checkout-review-order table tfoot td {
    text-align: right; }
  .woocommerce-checkout-review-order table tfoot td strong {
    padding: 0; }
  .woocommerce-checkout-review-order table tfoot ul {
    padding-left: 0;
    list-style: none; }

.woocommerce-checkout-payment {
  background: transparent; }

.woocommerce-checkout-payment ul {
  padding: 0 !important;
  list-style: none; }
  .woocommerce-checkout-payment ul li {
    margin-bottom: 36px; }
  .woocommerce-checkout-payment ul li input {
    margin-top: 7px;
    float: left;
    margin-right: 5px; }
  .woocommerce-checkout-payment ul li label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .woocommerce-checkout-payment ul li label:hover {
    cursor: pointer;
    color: #f0535b; }
  .woocommerce-checkout-payment ul li.active {
    background: #444;
    border-color: transparent;
    border: 0; }
  .woocommerce-checkout-payment ul li.active label {
    color: #fff; }

.woocommerce-checkout-payment .payment_box {
  background-color: transparent;
  margin-top: 12px;
  text-align: left;
  padding: 0 15px 0 10px;
  font-size: 14px; }
  .woocommerce-checkout-payment .payment_box p {
    line-height: 24px;
    margin-bottom: 0 !important; }
  .woocommerce-checkout-payment .payment_box:before {
    content: none; }

.woocommerce-checkout-payment .payment_method_paypal img, .woocommerce-checkout-payment .payment_method_paypal a {
  display: none; }

.woocommerce-checkout-payment .place-order {
  margin: 0; }
  .woocommerce-checkout-payment .place-order input[type="submit"] {
    float: none;
    margin-top: 15px;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    border: 1px solid rgba(243, 82, 90, 1); }
  .woocommerce-checkout-payment .place-order input[type="submit"]:hover, .woocommerce-checkout-payment .place-order input[type="submit"]:active, .woocommerce-checkout-payment .place-order input[type="submit"]:focus, .woocommerce-checkout-payment .place-order input[type="submit"]:active:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 43px; }
  .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .validate-required {
    padding-left: 20px; }

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  margin-bottom: 30px;
  font-size: 16px; }
  .woocommerce-NoticeGroup-checkout .woocommerce-error li {
    color: rgba(243, 82, 90, 1);
    margin-bottom: 12px;
    padding: 15px 30px;
    background: #f8f8f8;
    font-weight: 500; }

.woocommerce-notices-wrapper .woocommerce-error {
  padding: 0;
  list-style-type: none;
  color: rgba(243, 82, 90, 1);
  font-size: 16px;
  font-weight: 600; }

.woocommerce-checkout #checkout_timeline.text {
  padding-bottom: 11px;
  margin-bottom: 50px; }

.woocommerce-checkout #checkout_timeline.horizontal.text li:not(:last-child) .timeline-wrapper:after {
  content: none; }

.woocommerce-checkout #checkout_timeline.text li {
  width: 100%; }

.woocommerce-checkout #checkout_timeline.text li {
  color: #c2c2c2;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  float: left;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .woocommerce-checkout #checkout_timeline.text li {
      display: block;
      width: 100% !important; } }
  .woocommerce-checkout #checkout_timeline.text li.active {
    color: rgba(243, 82, 90, 1); }
  .woocommerce-checkout #checkout_timeline.text li:before {
    content: attr(data-step);
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px; }
  .woocommerce-checkout #checkout_timeline.text li:first-child:before {
    content: "01."; }
  .woocommerce-checkout #checkout_timeline.text li:nth-child(2):before {
    content: "02."; }
  .woocommerce-checkout #checkout_timeline.text li:nth-child(3):before {
    content: "03."; }
  .woocommerce-checkout #checkout_timeline.text li:nth-child(4):before {
    content: "04."; }
  .woocommerce-checkout #checkout_timeline.text li:nth-child(5):before {
    content: "05."; }
  .woocommerce-checkout #checkout_timeline.text li:hover {
    color: rgba(243, 82, 90, 1); }

.woocommerce-checkout #checkout_timeline li .timeline-wrapper .timeline-label {
  padding: 5px 5px 12px 5px !important;
  position: relative; }
  @media screen and (max-width: 991px) {
    .woocommerce-checkout #checkout_timeline li .timeline-wrapper .timeline-label {
      padding: 5px 5px 0 5px !important; } }

.woocommerce-checkout form.login input[type="submit"] {
  background: rgba(243, 82, 90, 1); }
  .woocommerce-checkout form.login input[type="submit"]:hover {
    background: rgba(243, 82, 90, 1); }
  .woocommerce-checkout form.login > p {
    margin-bottom: 20px; }

.woocommerce-checkout .timeline-horizontal form.checkout {
  margin-top: 0;
  margin-bottom: 0; }
  .woocommerce-checkout .timeline-horizontal form.checkout .create-account .woocommerce-form__label {
    padding-left: 20px; }
  .woocommerce-checkout .timeline-horizontal form.checkout .create-account .woocommerce-form__label .input-checkbox {
    margin-top: 6px; }
  .woocommerce-checkout .timeline-horizontal .woocommerce-checkout-review-order {
    background: transparent;
    padding: 0; }
  .woocommerce-checkout .timeline-horizontal .woocommerce-info {
    padding: 0;
    background: transparent; }
  .woocommerce-checkout .timeline-horizontal #order_review_heading {
    margin-top: 40px; }
  .woocommerce-checkout .timeline-horizontal .checkout_billing h3 {
    display: none; }
  .woocommerce-checkout .timeline-horizontal #ship-to-different-address .input-checkbox {
    position: relative;
    top: 0;
    right: auto;
    margin-left: 0; }
  .woocommerce-checkout .timeline-horizontal #ship-to-different-address {
    border-bottom: 0;
    padding-bottom: 0; }
  .woocommerce-checkout .timeline-horizontal #payment_heading {
    display: none; }
  .woocommerce-checkout .timeline-horizontal .woocommerce-checkout-payment .place-order {
    text-align: left; }

.woocommerce-checkout #form_actions {
  margin-top: 40px;
  margin-bottom: 40px; }
  .woocommerce-checkout #form_actions .button {
    min-width: 160px; }
  .woocommerce-checkout #form_actions a.button {
    float: left;
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .woocommerce-checkout #form_actions .button {
      padding: 12px 20px; } }
  @media screen and (max-width: 480px) {
    .woocommerce-checkout #form_actions .button {
      display: block;
      margin-top: 10px;
      width: 100%; } }

.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  position: relative;
  background: #f8f8f8;
  padding: 22px 15px;
  border: 1px dashed #9d9d9d;
  margin-top: 10px; }
  .woocommerce-order .woocommerce-thankyou-order-received:before {
    content: "\f118";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 56px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -35px;
    display: inline-block;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 50%;
    line-height: 48px; }

.woocommerce-order ul.woocommerce-order-overview {
  padding-left: 0;
  margin-top: 42px;
  margin-bottom: 22px; }
  @media screen and (min-width: 992px) {
    .woocommerce-order ul.woocommerce-order-overview {
      padding-bottom: 50px;
      border-bottom: 1px solid #ededed; } }
  .woocommerce-order ul.woocommerce-order-overview li strong {
    font-weight: 500; }
  @media screen and (min-width: 992px) {
      .woocommerce-order ul.woocommerce-order-overview li {
        text-align: center;
        display: inline-block;
        width: 19.6%; }
        .woocommerce-order ul.woocommerce-order-overview li strong {
          display: block; } }
  @media screen and (max-width: 991px) {
      .woocommerce-order ul.woocommerce-order-overview li {
        border-bottom: 1px solid #ededed;
        border-right: medium none;
        display: block;
        float: none;
        line-height: 38px;
        margin-right: 0;
        width: 100%; }
        .woocommerce-order ul.woocommerce-order-overview li strong {
          float: right; } }

.woocommerce-order h2 {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.woocommerce-order .woocommerce-order-details {
  margin-top: 50px; }

.woocommerce-order table.shop_table th, .woocommerce-order table.shop_table td {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #ededed;
  padding: 13px 30px; }
  @media screen and (max-width: 767px) {
      .woocommerce-order table.shop_table th, .woocommerce-order table.shop_table td {
        padding: 13px 0; } }
  .woocommerce-order table.shop_table thead th + th {
    text-align: right; }
  .woocommerce-order table.shop_table thead th, .woocommerce-order table.shop_table tfoot th, .woocommerce-order table.shop_table thead td, .woocommerce-order table.shop_table tfoot td {
    border-bottom: 0; }
  .woocommerce-order table.shop_table thead th, .woocommerce-order table.shop_table tfoot th {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  .woocommerce-order table.shop_table tbody th strong, .woocommerce-order table.shop_table tbody td strong {
    font-weight: 400; }
  .woocommerce-order table.shop_table tbody td + td {
    text-align: right;
    font-size: 18px;
    font-weight: 500; }
  .woocommerce-order table.shop_table tbody ul.wc-item-meta {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    color: #797373; }
  .woocommerce-order table.shop_table tbody ul.wc-item-meta p {
    display: inline-block; }
  .woocommerce-order table.shop_table tfoot td {
    text-align: right; }
  .woocommerce-order table.shop_table tfoot > tr:last-child th {
    font-size: 22px; }
  .woocommerce-order table.shop_table tfoot > tr:last-child td {
    font-size: 22px;
    font-weight: 500;
    color: rgba(243, 82, 90, 1); }

.woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .woocommerce-order .woocommerce-customer-details {
      padding-left: 0; } }
  .woocommerce-order .woocommerce-customer-details h2 {
    text-align: left; }
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    max-width: 100%;
    flex: auto;
    padding: 0; }

.woocommerce-order .woocommerce-column--shipping-address {
  margin-top: 50px;
  margin-bottom: 40px; }

.wishlist-title {
  display: none; }

.woocommerce button.button {
  border: 1px solid rgba(243, 82, 90, 1);
  background: rgba(243, 82, 90, 1);
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .woocommerce button.button:hover, .woocommerce button.button:focus {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }

.woocommerce table.wishlist_table {
  border: 0;
  border-radius: 0;
  margin-top: 0; }

.woocommerce table.wishlist_table th {
  padding: 17px 30px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #3a3838;
  background: #f8f8f8;
  border-color: #f8f8f8; }

.woocommerce table.wishlist_table thead th {
  border-top: 0;
  border-color: transparent; }

.woocommerce table.wishlist_table tbody td {
  border-color: transparent;
  border-bottom: 1px solid #f2f2f2; }

.woocommerce table.wishlist_table tfoot {
  display: none; }

.woocommerce table.wishlist_table tr:hover {
  background: #f9f9f9; }

.woocommerce table.wishlist_table th, .woocommerce table.wishlist_table td {
  border: 1px solid transparent;
  border-bottom-color: #ededed; }

.woocommerce table.wishlist_table th {
  padding: 17px 30px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #221b20;
  background: #f8f8f8;
  border-color: #f8f8f8; }
  .woocommerce table.wishlist_table th.product-price, .woocommerce table.wishlist_table th.product-quantity, .woocommerce table.wishlist_table th.product-stock-status, .woocommerce table.wishlist_table th.product-subtotal {
    text-align: center; }

.woocommerce table.wishlist_table td {
  border-top-color: transparent;
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
  vertical-align: middle; }
  @media screen and (min-width: 1200px) {
    .woocommerce table.wishlist_table td {
      padding: 40px 30px; } }

.woocommerce table.wishlist_table td, .woocommerce table.wishlist_table td a {
  color: rgba(243, 82, 90, 1);
  font-size: 14px;
  line-height: 24px; }

.woocommerce table.wishlist_table td a:hover {
  color: #f0535b; }

.woocommerce table.wishlist_table .product-remove {
  text-align: center; }
  .woocommerce table.wishlist_table .product-remove a {
    color: #f0535b !important;
    background: transparent;
    display: block;
    font-size: 28px; }
  .woocommerce table.wishlist_table .product-remove a:hover {
    background-color: transparent !important;
    color: #f0535b !important; }

@media screen and (min-width: 1200px) {
      .woocommerce table.wishlist_table td.product-thumbnail {
        width: 150px; } }
  .woocommerce table.wishlist_table td.product-thumbnail img {
    padding: 0;
    width: 90px; }

.woocommerce table.wishlist_table td.product-name {
  text-align: center;
  color: #221b20; }
  @media screen and (min-width: 1200px) {
    .woocommerce table.wishlist_table td.product-name {
      padding-left: 0; } }
  .woocommerce table.wishlist_table td.product-name > a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: inherit; }
  .woocommerce table.wishlist_table td.product-name > a:hover {
    color: #f0535b; }
  .woocommerce table.wishlist_table td.product-name .woocommerce-product-rating {
    margin-bottom: 8px; }
  .woocommerce table.wishlist_table td.product-name .star-rating {
    font-size: 11px;
    color: #f3b900;
    width: 62px;
    height: 15px; }
  .woocommerce table.wishlist_table td.product-name dl.variation dd, .woocommerce table.wishlist_table td.product-name dl.variation dt {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #797373; }
  .woocommerce table.wishlist_table td.product-name dl.variation dd p, .woocommerce table.wishlist_table td.product-name dl.variation dt p {
    line-height: 22px; }
  .woocommerce table.wishlist_table td.product-name .yith-wcqv-button {
    display: none; }

.woocommerce table.wishlist_table td.product-price {
  text-align: center; }
  .woocommerce table.wishlist_table td.product-price span {
    color: rgba(243, 82, 90, 1);
    font-weight: 400; }
  .woocommerce table.wishlist_table td.product-price ins {
    background: transparent; }
  .woocommerce table.wishlist_table td.product-price del, .woocommerce table.wishlist_table td.product-price del span {
    font-size: 14px;
    color: #c3c3c3;
    font-weight: normal; }

.woocommerce table.wishlist_table td.product-quantity {
  text-align: center; }

.woocommerce table.wishlist_table .product-subtotal {
  text-align: center; }
  .woocommerce table.wishlist_table .product-subtotal span {
    font-weight: bold; }

.woocommerce table.wishlist_table .quantity {
  margin-right: 0;
  float: none; }

.woocommerce table.wishlist_table .product-add-to-cart a.button {
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 11px 30px;
  font-size: 14px;
  white-space: nowrap;
  border-color: rgba(243, 82, 90, 1);
  color: #fff;
  background-color: rgba(243, 82, 90, 1); }
  .woocommerce table.wishlist_table .product-add-to-cart a.button:hover, .woocommerce table.wishlist_table .product-add-to-cart a.button:active, .woocommerce table.wishlist_table .product-add-to-cart a.button:focus {
    border-color: rgba(243, 82, 90, 1);
    color: rgba(243, 82, 90, 1);
    background-color: #fff; }

@media screen and (max-width: 767px) {
    .woocommerce table.wishlist_table thead {
      display: none; }
    .woocommerce table.wishlist_table tbody tr {
      display: block; }
      .woocommerce table.wishlist_table tbody tr:last-child {
        display: table-row; }
      .woocommerce table.wishlist_table tbody td {
        border-top: 0;
        display: block;
        text-align: center !important;
        padding: 10px 15px; }
      .woocommerce table.wishlist_table tbody td.product-remove:before, .woocommerce table.wishlist_table tbody td.product-thumbnail:before {
        content: none; }
      .woocommerce table.wishlist_table tbody td.product-thumbnail {
        width: 100%; }
        .woocommerce table.wishlist_table tbody td.product-thumbnail a {
          display: block;
          text-align: center; } }
/* 12.6 - shop account */
.woocommerce-account .red-main {
  padding-bottom: 80px; }

.woocommerce-account ul.woocommerce-error {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  color: rgba(243, 82, 90, 1); }

.woocommerce-account .col2-set > div {
  padding: 0 30px;
  margin-top: 33px;
  flex: none;
  max-width: 100%; }
  @media (max-width: 991px) {
      .woocommerce-account .col2-set > div {
        padding: 0 15px; } }
  @media screen and (min-width: 768px) {
      .woocommerce-account .col2-set > div {
        width: 50%;
        float: left; }
        .woocommerce-account .col2-set > div:first-child {
          border-right: 1px solid #ededed; } }
  .woocommerce-account .col2-set > div input[type="submit"] {
    width: 100%; }
  .woocommerce-account .col2-set form > p {
    margin-bottom: 20px; }

.woocommerce-account h4 {
  text-transform: uppercase; }

.woocommerce-account form.login .woocommerce-form__label {
  margin-top: 0;
  margin-bottom: 20px; }
  .woocommerce-account form.login .woocommerce-form__label .woocommerce-form__input-checkbox {
    margin-left: 0; }
  .woocommerce-account form.login .woocommerce-Button {
    font-size: 14px;
    font-weight: 600;
    padding: 17px 60px;
    margin-top: 23px;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-account form.login .woocommerce-Button:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }

.woocommerce-account .acc-row > div {
  margin-bottom: 40px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #221b20;
    display: block;
    padding: 8px 30px;
    font-weight: 600; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(243, 82, 90, 1);
    color: #fff; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: rgba(243, 82, 90, 1);
    color: #fff; }

.woocommerce-account .acc-nav-wrap {
  border: 1px solid #ededed;
  padding-bottom: 30px; }
  .woocommerce-account .acc-nav-wrap h4 {
    margin-top: 30px;
    padding-left: 30px; }

.woocommerce-account .woocommerce-MyAccount-content {
  overflow: auto; }
  .woocommerce-account .woocommerce-MyAccount-content label {
    font-weight: 500;
    margin-bottom: 10px; }
  .woocommerce-account .woocommerce-MyAccount-content a {
    font-weight: 500; }
  .woocommerce-account .woocommerce-MyAccount-content p strong {
    font-weight: 400; }
  .woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
    color: #303030; }
  .woocommerce-account .woocommerce-MyAccount-content > p:first-child a:hover {
    color: #f0535b; }
  .woocommerce-account .woocommerce-MyAccount-content h2.woocommerce-column__title {
    font-size: 24px; }
  .woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; }
  .woocommerce-account .woocommerce-MyAccount-content table {
    margin: 0; }
  .woocommerce-account .woocommerce-MyAccount-content table th {
    font-weight: 600; }
  .woocommerce-account .woocommerce-MyAccount-content table thead th {
    font-size: 18px;
    font-weight: 600;
    color: #221b20;
    text-align: left;
    background-color: #f8f8f8; }
  .woocommerce-account .woocommerce-MyAccount-content table td, .woocommerce-account .woocommerce-MyAccount-content table th {
    border: 0;
    padding: 18px 15px 17px 30px;
    color: #221b20;
    text-align: left; }
  @media screen and (max-width: 767px) {
        .woocommerce-account .woocommerce-MyAccount-content table td, .woocommerce-account .woocommerce-MyAccount-content table th {
          padding: 15px 15px 15px 15px; } }
  .woocommerce-account .woocommerce-MyAccount-content table tbody td {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #221b20;
    vertical-align: middle; }
  .woocommerce-account .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-number a {
    color: #f0535b; }
  .woocommerce-account .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-number a:hover {
    color: #303030; }
  .woocommerce-account .woocommerce-MyAccount-content table tbody td p {
    margin-bottom: 0; }
  .woocommerce-account .woocommerce-MyAccount-content table tbody td .amount {
    font-weight: 600; }
  .woocommerce-account .woocommerce-MyAccount-content table tbody td .button {
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 600;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-account .woocommerce-MyAccount-content table tbody td .button:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-account .woocommerce-MyAccount-content table tfoot td .woocommerce-Price-amount {
    font-weight: 600;
    color: rgba(243, 82, 90, 1); }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    color: #221b20;
    margin-top: 20px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses a {
    color: #f0535b;
    display: block;
    margin-bottom: 5px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses a:hover {
    color: #303030; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button {
    margin-right: 15px;
    padding: 13px 45px;
    font-weight: 600;
    font-size: 14px;
    background: rgba(243, 82, 90, 1);
    color: #fff;
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button:hover {
    background: #fff;
    color: rgba(243, 82, 90, 1);
    border-color: rgba(243, 82, 90, 1); }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 27px;
    text-transform: uppercase; }
  .woocommerce-account .woocommerce-MyAccount-content fieldset {
    padding: 0;
    border: 0;
    margin: 0;
    margin-top: 35px; }
  .woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    font-size: 18px;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(243, 82, 90, 1); }
  .woocommerce-account .woocommerce-MyAccount-content .edit-account .button {
    margin-top: 35px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p {
    margin-bottom: 20px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
    margin-top: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-choice, .woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection {
    height: 50px !important;
    padding: 10px 6px !important;
    background: #fff;
    border-color: #ededed;
    border-radius: 0; }
  .woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8b8585;
    padding-left: 25px;
    font-style: italic;
    font-size: 14px; }
  .woocommerce-account .woocommerce-MyAccount-content .select2-container--open.select2-container .select2-selection {
    border-color: #a3a3a3; }
  .woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    border-radius: 0; }
  .woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 40px;
    line-height: 50px; }

#yith-quick-view-modal .yith-wcqv-main {
  padding: 35px 0 30px 35px;
  overflow-y: inherit !important; }
  @media screen and (max-width: 991px) {
    #yith-quick-view-modal .yith-wcqv-main {
      padding: 0; } }

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar {
  height: 0;
  width: 6px;
  background-color: transparent; }

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar-track {
  border-radius: 6px; }

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: transparent; }

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar {
  width: 6px;
  height: auto;
  background-color: #ededed; }

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3a3838; }

#yith-quick-view-modal .yith-wcqv-head a {
  border: 1px solid;
  position: absolute;
  top: -22px;
  right: -22px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 18px;
  z-index: 20000;
  opacity: 1;
  background: rgba(243, 82, 90, 1);
  font-size: 0;
  text-align: center; }
  #yith-quick-view-modal .yith-wcqv-head a:before {
    content: "";
    height: 32px;
    width: 1px;
    background: #fff;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 50%; }
  #yith-quick-view-modal .yith-wcqv-head a:after {
    content: "";
    height: 32px;
    width: 1px;
    background: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 50%; }
  #yith-quick-view-modal .yith-wcqv-head a:hover {
    background: rgba(243, 82, 90, 1); }

#yith-quick-view-modal #yith-quick-view-content {
  overflow: hidden;
  overflow-y: scroll; }
  #yith-quick-view-modal #yith-quick-view-content div.images {
    padding: 15px; }
  #yith-quick-view-modal #yith-quick-view-content .onsale {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    font-size: 14px;
    line-height: 26px;
    min-width: 57px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(243, 82, 90, 1); }
  #yith-quick-view-modal #yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: block; }
  #yith-quick-view-modal #yith-quick-view-content .price {
    font-size: 14px;
    line-height: 18px;
    color: rgba(243, 82, 90, 1);
    font-weight: 500; }
  #yith-quick-view-modal #yith-quick-view-content .price ins {
    background: transparent;
    padding: 0;
    margin-left: 20px; }
  #yith-quick-view-modal #yith-quick-view-content .price del {
    color: #c3c3c3;
    font-weight: normal; }

.red-mini-cart {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px 0; }

.widget_shopping_cart ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  .widget_shopping_cart ul li {
    position: relative;
    margin-bottom: 30px; }

.widget_shopping_cart .remove {
  float: right;
  line-height: 1; }

.widget_shopping_cart a.remove + a {
  display: block;
  line-height: 24px; }

.widget_shopping_cart .wp-post-image {
  position: absolute;
  left: 0;
  width: 50px;
  margin-right: 15px; }

.widget_shopping_cart h5 {
  font-size: 14px;
  margin-bottom: 0; }

.widget_shopping_cart .quantity {
  font-size: 12px;
  display: block; }

.widget_shopping_cart .variation {
  margin: 0; }
  .widget_shopping_cart .variation dt, .widget_shopping_cart .variation dd {
    margin-bottom: 0;
    display: inline-block; }
  .widget_shopping_cart .variation dt p, .widget_shopping_cart .variation dd p {
    margin: 0; }

.widget_shopping_cart .total {
  text-align: center;
  margin: 30px 0 20px; }

.widget_shopping_cart .buttons {
  text-align: center; }
  .widget_shopping_cart .buttons a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 18px 20px;
    min-width: 120px;
    margin: 10px 2.5px 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }

.woocommerce-product-search input.search-field {
  padding-right: 60px; }
