.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  direction: ltr
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset rgba(0, 0, 0, 0)
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: right;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-left: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px)and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    transform-origin: 0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all .2s ease-in-out;
  transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-backface-visibility: hidden;
  transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80)
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
}

.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal
}

.mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top
}

.mejs__container,
.mejs__container * {
  box-sizing: border-box
}

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%
}

.mejs__fill-container {
  background: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

.mejs__container:focus {
  outline: none
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.mejs__fullscreen {
  overflow: hidden !important
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.mejs__background,
.mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0
}

.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1
}

:root .mejs__poster-img {
  display: none
}

.mejs__poster-img {
  border: 0;
  padding: 0
}

.mejs__overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0
}

.mejs__layer {
  z-index: 1
}

.mejs__overlay-play {
  cursor: pointer
}

.mejs__overlay-button {
  background: rgba(0, 0, 0, 0);
  border: 0
}

.mejs__overlay:hover .mejs__overlay-button svg {
  opacity: 1
}

.mejs__overlay-button svg {
  opacity: .75
}

.mejs__overlay-button:focus svg {
  opacity: 1
}

.mejs__overlay-button,
.mejs__overlay-button svg,
.mejs__overlay-loading,
.mejs__overlay-loading svg {
  height: 5rem;
  width: 5rem
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  display: block;
  height: 5rem;
  width: 5rem;
  z-index: 1
}

@-webkit-keyframes a {
  to {
    transform: rotate(1turn)
  }
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.mejs__controls {
  bottom: 0;
  display: flex;
  height: 2.5rem;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 .625rem;
  position: absolute;
  width: 100%;
  z-index: 3
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, .7);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35))
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: .625rem;
  height: 2.5rem;
  line-height: .625rem;
  margin: 0;
  width: 2rem
}

.mejs__button>button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.125rem;
  line-height: 0;
  margin: .625rem .375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 1.125rem
}

.mejs__button svg {
  fill: currentColor;
  height: 1.125rem;
  width: 1.125rem
}

.mejs__button>button:focus {
  outline: .125rem dotted #fff
}

.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
  outline: 0
}

.mejs__playpause-button svg {
  display: none
}

.mejs__pause svg.mejs__icon-pause,
.mejs__play svg.mejs__icon-play,
.mejs__replay svg.mejs__icon-replay {
  display: block
}

.mejs__fullscreen-button svg.mejs__icon-unfullscreen {
  display: none
}

.mejs__fullscreen svg.mejs__icon-fullscreen {
  display: block
}

.mejs__fullscreen svg.mejs__icon-unfullscreen {
  display: none
}

.mejs__unfullscreen svg.mejs__icon-unfullscreen {
  display: block
}

.mejs__unfullscreen svg.mejs__icon-fullscreen {
  display: none
}

.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: .6875rem;
  font-weight: 700;
  height: 1.5rem;
  overflow: hidden;
  padding: 1rem .375rem 0;
  text-align: center;
  width: auto
}

.mejs__time-rail {
  direction: ltr;
  flex-grow: 1;
  height: 2.5rem;
  margin: 0 .625rem;
  padding-top: .625rem;
  position: relative
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
  border-radius: .125rem;
  cursor: pointer;
  display: block;
  height: .625rem;
  position: absolute
}

.mejs__time-total {
  background: rgba(255, 255, 255, .3);
  margin: .3125rem 0 0;
  width: 100%
}

.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: linear-gradient(-45deg, hsla(0deg, 0%, 100%, 0.4) 25%, transparent 0, transparent 50%, hsla(0deg, 0%, 100%, 0.4) 0, hsla(0deg, 0%, 100%, 0.4) 75%, transparent 0, transparent);
  background-size: .9375rem .9375rem;
  width: 100%
}

@-webkit-keyframes b {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 1.875rem 0
  }
}

@keyframes b {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 1.875rem 0
  }
}

.mejs__time-loaded {
  background: rgba(255, 255, 255, .3)
}

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, .9)
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, .5);
  z-index: 10
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, .2)
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all .15s ease-in;
  width: 100%
}

.mejs__time-buffering {
  transform: scaleX(1)
}

.mejs__time-hovered {
  transition: height .1s cubic-bezier(0.44, 0, 1, 1)
}

.mejs__time-hovered.no-hover {
  transform: scaleX(0) !important
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: .25rem solid rgba(0, 0, 0, 0);
  cursor: pointer;
  left: 0;
  position: absolute;
  transform: translateX(0);
  z-index: 11
}

.mejs__time-handle-content {
  border: .25rem solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  height: .625rem;
  left: -.4375rem;
  top: -.25rem;
  transform: scale(0);
  width: .625rem
}

.mejs__time-rail .mejs__time-handle-content:active,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail:hover .mejs__time-handle-content {
  transform: scale(1)
}

.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 1.0625rem;
  margin-bottom: .5625rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 2.25rem
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: .125rem;
  text-align: center;
  width: 1.875rem
}

.mejs__time-float-corner {
  border: .3125rem solid #eee;
  border-color: #eee rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0
}

.mejs__long-video .mejs__time-float {
  margin-left: -1.4375rem;
  width: 4rem
}

.mejs__long-video .mejs__time-float-current {
  width: 3.75rem
}

.mejs__broadcast {
  color: #fff;
  height: .625rem;
  position: absolute;
  top: .9375rem;
  width: 100%
}

.mejs__volume-button {
  position: relative
}

.mejs__volume-button>.mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, .7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 7.1875rem;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 1.5625rem;
  z-index: 1
}

.mejs__volume-button:hover {
  border-radius: 0 0 .25rem .25rem
}

.mejs__volume-total {
  background: rgba(255, 255, 255, .5);
  border: .06rem solid #fff;
  height: 6.25rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: .5rem;
  transform: translateX(-50%);
  width: .125rem
}

.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%
}

.mejs__volume-current,
.mejs__volume-handle {
  background: rgba(255, 255, 255, .9);
  position: absolute
}

.mejs__volume-handle {
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: ns-resize;
  height: .375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 2.25rem;
  position: relative;
  vertical-align: middle;
  width: 3.5rem
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, .8);
  border: .06rem solid #fff;
  border-radius: .125rem;
  font-size: 1px;
  height: .5rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  width: 3.125rem
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, .8);
  border-radius: .125rem;
  border-right: .06rem solid #fff;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.mejs__horizontal-volume-handle {
  display: none
}

.mejs__mute svg,
.mejs__unmute svg {
  stroke: currentColor
}

.mejs__volume-button svg {
  display: none
}

.mejs__mute .mejs__icon-mute,
.mejs__unmute .mejs__icon-unmute {
  display: block
}

.mejs__captions-button,
.mejs__chapters-button {
  position: relative
}

.mejs__captions-button svg,
.mejs__chapters-button svg {
  padding-top: .125rem
}

.mejs__captions-button>.mejs__captions-selector,
.mejs__chapters-button>.mejs__chapters-selector {
  background: rgba(50, 50, 50, .7);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  bottom: 100%;
  margin-right: -2.6875rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 5.375rem
}

.mejs__chapters-button>.mejs__chapters-selector {
  margin-right: -3.4375rem;
  width: 6.875rem
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 .375rem;
  overflow: hidden;
  padding: 0
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, .4) !important
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -62.5rem;
  margin: .1875rem .1875rem 0 .3125rem;
  position: absolute
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: .625rem;
  line-height: .9375rem;
  padding: .25rem .625rem 0;
  width: 100%
}

.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,
.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label {
  text-decoration: underline
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
  font-weight: 700
}

.mejs__captions-translations {
  font-size: .625rem;
  margin: 0 0 .3125rem
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.25rem;
  position: absolute;
  text-align: center
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline
}

.mejs__captions-layer[lang=ar] {
  font-size: 1.25rem;
  font-weight: 400
}

.mejs__captions-position {
  bottom: .9375rem;
  left: 0;
  position: absolute;
  width: 100%
}

.mejs__captions-position-hover {
  bottom: 2.1875rem
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, .5);
  box-shadow: .3125rem 0 0 rgba(20, 20, 20, .5), -0.3125rem 0 0 rgba(20, 20, 20, .5);
  padding: 0;
  white-space: pre-wrap
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none
}

.mejs__overlay-error {
  position: relative
}

.mejs__overlay-error>img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: .8em
}

.mejs__cannotplay {
  position: relative
}

.mejs__cannotplay a,
.mejs__cannotplay p {
  display: inline-block;
  padding: 0 .9375rem;
  width: 100%
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0
}

.irs-line-left {
  left: 0;
  width: 11%
}

.irs-line-mid {
  left: 9%;
  width: 82%
}

.irs-line-right {
  right: 0;
  width: 11%
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1
}

.irs-slider.type_last {
  z-index: 2
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed
}

.irs-disabled {
  opacity: .4
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: rgba(0, 0, 0, 0) !important
}

.irs {
  height: 55px
}

.irs-with-grid {
  height: 75px
}

.irs-line {
  height: 10px;
  top: 33px;
  background: #eee;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  border: 1px solid #ccc;
  border-radius: 16px;
  -moz-border-radius: 16px
}

.irs-line-left {
  height: 8px
}

.irs-line-mid {
  height: 8px
}

.irs-line-right {
  height: 8px
}

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%)
}

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: .3;
  border-radius: 5px;
  -moz-border-radius: 5px
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30)
}

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #aaa;
  background: #ddd;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 20%, #fff 100%);
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  cursor: pointer
}

.irs-slider.state_hover,
.irs-slider:hover {
  background: #fff
}

.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, .1);
  border-radius: 3px;
  -moz-border-radius: 3px
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc
}

.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999
}

.irs-grid {
  height: 27px
}

.irs-grid-pol {
  opacity: .5;
  background: #428bca
}

.irs-grid-pol.small {
  background: #999
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac
}

.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .5s cubic-bezier(0.25, 0.8, 0.25, 1), height .5s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box
}

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997
}

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: "Lato", Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238, 238, 238, .9);
  border-color: rgba(238, 238, 238, .9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 54px
}

.iziToast>.iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, .2)
}

.iziToast>.iziToast-progressbar>div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  border-radius: 0 0 3px 3px
}

.iziToast.iziToast-balloon:before {
  content: "";
  position: absolute;
  right: 8px;
  left: auto;
  width: 0;
  height: 0;
  top: 100%;
  border-right: 0 solid rgba(0, 0, 0, 0);
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0
}

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto
}

.iziToast.iziToast-balloon>div {
  border-radius: 0 0 0 3px
}

.iziToast>.iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, .1)
}

.iziToast>.iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: .6;
  width: 42px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: 0
}

.iziToast>.iziToast-close:hover {
  opacity: 1
}

.iziToast>.iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left
}

.iziToast>.iziToast-body:after {
  content: "";
  display: table;
  clear: both
}

.iziToast>.iziToast-body .iziToast-texts {
  margin: 10px 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left
}

.iziToast>.iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px
}

.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),
.iziToast>.iziToast-body .iziToast-inputs>select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: .02em;
  background: rgba(0, 0, 0, .1);
  color: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
  min-height: 26px
}

.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,
.iziToast>.iziToast-body .iziToast-inputs>select:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .6)
}

.iziToast>.iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px
}

.iziToast>.iziToast-body .iziToast-buttons>a,
.iziToast>.iziToast-body .iziToast-buttons>button,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: .02em;
  cursor: pointer;
  background: rgba(0, 0, 0, .1);
  color: #000
}

.iziToast>.iziToast-body .iziToast-buttons>a:hover,
.iziToast>.iziToast-body .iziToast-buttons>button:hover,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0, 0, 0, .2)
}

.iziToast>.iziToast-body .iziToast-buttons>a:focus,
.iziToast>.iziToast-body .iziToast-buttons>button:focus,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .6)
}

.iziToast>.iziToast-body .iziToast-buttons>a:active,
.iziToast>.iziToast-body .iziToast-buttons>button:active,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active {
  top: 1px
}

.iziToast>.iziToast-body .iziToast-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px
}

.iziToast>.iziToast-body .iziToast-icon.ico-info {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast>.iziToast-body .iziToast-icon.ico-warning {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast>.iziToast-body .iziToast-icon.ico-error {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 80%
}

.iziToast>.iziToast-body .iziToast-icon.ico-success {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast>.iziToast-body .iziToast-icon.ico-question {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast>.iziToast-body .iziToast-message,
.iziToast>.iziToast-body .iziToast-title {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  white-space: normal
}

.iziToast>.iziToast-body .iziToast-title {
  color: #000;
  margin: 0
}

.iziToast>.iziToast-body .iziToast-message {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, .6)
}

.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-inputs-child,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-title {
  opacity: 0
}

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.iziToast-target .iziToast-capsule {
  overflow: hidden
}

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left
}

.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid rgba(0, 0, 0, 0);
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto
}

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,
.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-left: 0 solid rgba(0, 0, 0, 0);
  right: auto;
  left: 8px
}

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right
}

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left
}

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right
}

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center
}

.iziToast-wrapper-bottomCenter,
.iziToast-wrapper-center {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center
}

.iziToast-wrapper-center {
  top: 0;
  justify-content: center;
  flex-flow: column;
  align-items: center
}

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, "Lato", Arial
}

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0
}

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0
}

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right
}

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-message,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title {
  float: right;
  text-align: right
}

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0
}

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px
  }

  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto
  }

  .iziToast:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(0, 0, 0, .1), 0 8px 8px -5px rgba(0, 0, 0, .25)
  }

  .iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 3px 0 0 3px
  }

  .iziToast.iziToast-rtl .iziToast-cover {
    border-radius: 0 3px 3px 0
  }

  .iziToast.iziToast-color-dark:after {
    box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, .3), 0 10px 10px -5px rgba(0, 0, 0, .25)
  }

  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: 0 0
  }

  .iziToast.iziToast-balloon:after {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .25), inset 0 10px 20px -5px rgba(0, 0, 0, .25)
  }

  .iziToast-target .iziToast:after {
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(0, 0, 0, .1)
  }
}

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70
}

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff
}

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255, 255, 255, .7);
  font-weight: 300
}

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 8px
}

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 80%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-buttons>a,
.iziToast.iziToast-theme-dark .iziToast-buttons>button,
.iziToast.iziToast-theme-dark .iziToast-buttons>input {
  color: #fff;
  background: rgba(255, 255, 255, .1)
}

.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover {
  background: rgba(255, 255, 255, .2)
}

.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .6)
}

.iziToast.iziToast-color-red {
  background: rgba(255, 175, 180, .9);
  border-color: rgba(255, 175, 180, .9)
}

.iziToast.iziToast-color-orange {
  background: rgba(255, 207, 165, .9);
  border-color: rgba(255, 207, 165, .9)
}

.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, .9);
  border-color: rgba(255, 249, 178, .9)
}

.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, .9);
  border-color: rgba(157, 222, 255, .9)
}

.iziToast.iziToast-color-green {
  background: rgba(166, 239, 184, .9);
  border-color: rgba(166, 239, 184, .9)
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts {
  width: 100%
}

.iziToast.iziToast-layout3 {
  border-radius: 2px
}

.iziToast.iziToast-layout3::after {
  display: none
}

.iziToast .revealIn,
.iziToast.revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both
}

.iziToast .slideIn,
.iziToast.slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both
}

.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft .7s ease-in-out both;
  animation: iziT-bounceInLeft .7s ease-in-out both
}

.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight .85s ease-in-out both;
  animation: iziT-bounceInRight .85s ease-in-out both
}

.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown .7s ease-in-out both;
  animation: iziT-bounceInDown .7s ease-in-out both
}

.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp .7s ease-in-out both;
  animation: iziT-bounceInUp .7s ease-in-out both
}

.iziToast .fadeIn,
.iziToast.fadeIn {
  -webkit-animation: iziT-fadeIn .5s ease both;
  animation: iziT-fadeIn .5s ease both
}

.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp .7s ease both;
  animation: iziT-fadeInUp .7s ease both
}

.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown .7s ease both;
  animation: iziT-fadeInDown .7s ease both
}

.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft .85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft .85s cubic-bezier(0.25, 0.8, 0.25, 1) both
}

.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight .85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight .85s cubic-bezier(0.25, 0.8, 0.25, 1) both
}

.iziToast.flipInX {
  -webkit-animation: iziT-flipInX .85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX .85s cubic-bezier(0.35, 0, 0.25, 1) both
}

.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut .7s ease both;
  animation: iziT-fadeOut .7s ease both
}

.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown .7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutDown .7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both
}

.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp .7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutUp .7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both
}

.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft .5s ease both;
  animation: iziT-fadeOutLeft .5s ease both
}

.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight .5s ease both;
  animation: iziT-fadeOutRight .5s ease both
}

.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX .7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX .7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both
}

.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn .5s ease both;
  animation: iziT-fadeIn .5s ease both
}

.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut .7s ease both;
  animation: iziT-fadeOut .7s ease both
}

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1)
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px)
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px)
  }

  70% {
    -webkit-transform: translateX(10px)
  }

  to {
    -webkit-transform: translateX(0)
  }
}

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px)
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(20px)
  }

  70% {
    -webkit-transform: translateX(-10px)
  }

  to {
    -webkit-transform: translateX(0)
  }
}

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px)
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(10px)
  }

  70% {
    -webkit-transform: translateY(-5px)
  }

  to {
    -webkit-transform: translateY(0)
  }
}

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px)
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px)
  }

  70% {
    -webkit-transform: translateY(5px)
  }

  to {
    -webkit-transform: translateY(0)
  }
}

@-webkit-keyframes iziT-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(300px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-300px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@-webkit-keyframes iziT-fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes iziT-fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes iziT-fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0)
  }
}

@-webkit-keyframes iziT-fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0)
  }
}

@-webkit-keyframes iziT-flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1)
  }

  to {
    opacity: 1
  }
}

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1)
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px)
  }

  50% {
    opacity: 1;
    transform: translateX(-20px)
  }

  70% {
    transform: translateX(10px)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px)
  }

  50% {
    opacity: 1;
    transform: translateX(-20px)
  }

  70% {
    transform: translateX(10px)
  }

  to {
    transform: translateX(0)
  }
}

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px)
  }

  50% {
    opacity: 1;
    transform: translateX(20px)
  }

  70% {
    transform: translateX(-10px)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px)
  }

  50% {
    opacity: 1;
    transform: translateX(20px)
  }

  70% {
    transform: translateX(-10px)
  }

  to {
    transform: translateX(0)
  }
}

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px)
  }

  50% {
    opacity: 1;
    transform: translateY(10px)
  }

  70% {
    transform: translateY(-5px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px)
  }

  50% {
    opacity: 1;
    transform: translateY(10px)
  }

  70% {
    transform: translateY(-5px)
  }

  to {
    transform: translateY(0)
  }
}

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px)
  }

  50% {
    opacity: 1;
    transform: translateY(-10px)
  }

  70% {
    transform: translateY(5px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px)
  }

  50% {
    opacity: 1;
    transform: translateY(-10px)
  }

  70% {
    transform: translateY(5px)
  }

  to {
    transform: translateY(0)
  }
}

@-webkit-keyframes iziT-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes iziT-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(300px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(300px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-300px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-300px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes iziT-flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes iziT-flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@-webkit-keyframes iziT-fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes iziT-fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes iziT-fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes iziT-fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes iziT-fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes iziT-fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0)
  }
}

@keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0)
  }
}

@-webkit-keyframes iziT-fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0)
  }
}

@keyframes iziT-fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0)
  }
}

@-webkit-keyframes iziT-flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes iziT-flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@font-face {
  font-family: "sans";
  src: url(../fonts/IRANSansWebFaNum-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "sans";
  src: url(../fonts/IRANSansWebFaNum-UltraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: "sans";
  src: url(../fonts/IRANSansWebFaNum.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "sans";
  src: url(../fonts/IRANSansWebFaNum-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

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

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

input,
select,
textarea,
button {
  font-family: "sans";
  outline: 0;
  resize: none;
  text-align: right
}

button:focus {
  outline: 0;
  box-shadow: unset
}

button.noStyle {
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

img {
  max-width: 100%
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem
}

b,
strong {
  font-weight: 500
}

a,
a:hover {
  text-decoration: none
}

.ltr-text {
  display: inline-block;
  direction: ltr;
  text-align: right;
  letter-spacing: .5px
}

.wrapper {
  position: relative;
  padding: 4rem 0
}

section.eeeeee {
  background-color: #eee !important
}

section.f5f5f5 {
  background-color: #f3f0e8 !important
}

.rounded-4 {
  border-radius: 0.5rem !important
}

.rounded-5 {
  border-radius: 1rem !important
}

html {
  scroll-behavior: smooth
}

body {
  font-family: "sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  overflow-x: hidden !important;
  background-color: #fff;
  text-align: right
}

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

.form-group label {
  display: inline-block;
  font-weight: 300;
  vertical-align: middle;
  color: #382b1f;
  margin-bottom: .5rem
}

.form-group label small {
  display: inline-block;
  vertical-align: middle
}

.form-group .form-control {
  color: #63605e;
  font-weight: 300;
  font-size: 14px
}

.form-group textarea {
  min-height: 120px
}

.form-group .custom-label {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  height: 42px;
  border: 1px solid silver;
  background-color: #fff;
  text-align: center;
  border-radius: .3rem;
  overflow: hidden;
  line-height: 42px;
  color: #94979d;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.form-group .custom-label i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.5em
}

.form-group .square-label {
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 200;
  -webkit-user-select: none;
  overflow: hidden
}

.form-group .square-label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .25rem;
  border: 1px solid silver;
  margin-left: .5rem
}

.form-group .square-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .25rem;
  background-color: #d91a1d;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  visibility: hidden;
  opacity: 0
}

.form-group .custom-label {
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
  border: 2px solid #ddd;
  padding: .25rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem
}

.form-group input[type=checkbox],
.form-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  opacity: 0
}

.form-group input[type=checkbox]:checked~.custom-label,
.form-group input[type=radio]:checked~.custom-label {
  border-color: #382b1f
}

.form-group input[type=checkbox]:checked~.square-label,
.form-group input[type=radio]:checked~.square-label {
  color: #d91a1d;
  font-weight: 400
}

.form-group input[type=checkbox]:checked~.square-label::before,
.form-group input[type=radio]:checked~.square-label::before {
  border-color: #d91a1d
}

.form-group input[type=checkbox]:checked~.square-label::after,
.form-group input[type=radio]:checked~.square-label::after {
  visibility: visible;
  opacity: 1
}

.form-group:last-child {
  margin-bottom: 0
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: .625rem 1.125rem;
  border-radius: .75rem;
  font-size: 1em;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "sans";
  text-transform: capitalize;
  cursor: pointer;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  text-decoration: none;
  font-weight: 400
}

.btn.btn-default {
  background-color: #d91a1d;
  color: #fff
}

.btn.btn-default:hover {
  background-color: #d91a1d
}

.btn.btn-gold {
  background-color: #ffc107;
  color: #161616
}

.btn.btn-yellow {
  background-color: #ffc107;
  color: #382b1f
}

.btn.btn-green {
  background-color: #00c092;
  color: #fff
}

.btn.btn-red {
  background-color: #d91a1d;
  color: #fff
}

.btn.btn-white {
  background-color: #fff;
  color: #d91a1d
}

.btn.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #d91a1d;
  border-color: #d91a1d
}

.btn.btn-transparent:hover {
  background-color: rgba(217, 26, 29, .15)
}

.btn.btn-gray {
  background-color: #f8f9fa;
  color: #d91a1d;
  border-color: rgba(0, 0, 0, 0)
}

.btn.btn-gray:hover {
  color: #fff;
  background-color: #d91a1d
}

.btn.btn-blue {
  background-color: rgba(15, 153, 228, .85);
  color: #fff
}

.btn.btn-blue:hover {
  background-color: #0f99e4
}

.btn.box-shadow {
  box-shadow: 0 6px 18px 0 rgba(217, 26, 29, .25)
}

.btn:focus {
  outline: 0;
  box-shadow: unset
}

.btn:hover {
  box-shadow: 0 2px 15px rgba(22, 22, 22, .15)
}

.text-shadow {
  text-shadow: 3px 4px 0 rgba(0, 0, 0, .1)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.title_up {
  display: table;
  margin: auto;
  margin-bottom: 4rem;
  font-weight: 900;
  color: #63605e;
  padding-left: 3rem;
  padding-right: 3rem;
  border-bottom: 1px solid #d91a1d;
  font-size: 2.25em
}

#backToTop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #d91a1d;
  color: #161616;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  z-index: 3;
  border: 0;
  outline: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-weight: 300
}

#backToTop:hover {
  box-shadow: 0 0 0 5px rgba(217, 26, 29, .4)
}

#backToTop.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px)
}

.fw-900 {
  font-weight: 900 !important
}

.fw-800 {
  font-weight: 800 !important
}

.fw-700 {
  font-weight: 700 !important
}

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

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

.fw-400 {
  font-weight: 400 !important
}

.fw-300 {
  font-weight: 300 !important
}

.fw-200 {
  font-weight: 200 !important
}

.font-size-1x {
  font-size: 1em !important
}

.font-size-2x {
  font-size: 1.25em !important
}

.font-size-3x {
  font-size: 1.5em !important
}

.font-size-4x {
  font-size: 2em !important
}

.font-size-5x {
  font-size: 3em !important
}

.dir-rtl {
  direction: rtl !important
}

.dir-ltr {
  direction: ltr !important
}

.has-ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.ripple {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  background: #fff;
  opacity: 1
}

.ripple-animate {
  -webkit-animation: ripple;
  animation: ripple
}

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

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2)
  }
}

.text-center p {
  -moz-text-align-last: center;
  text-align-last: center
}

.white-bg-color {
  background-color: #fff !important
}

.border-radius-10 {
  border-radius: 10px
}

.box-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.o-auto {
  overflow: auto
}

a {
  color: #0f99e4
}

.text-color {
  color: #63605e !important
}

.black-color {
  color: #161616 !important
}

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

.blue-color {
  color: #0f99e4 !important
}

.red-color {
  color: #f63a3a !important
}

.primary-color {
  color: #d91a1d !important
}

.dark-color {
  color: #382b1f !important
}

.height-100 {
  height: 100% !important
}

.primary-bg-color {
  background-color: #d91a1d !important
}

.pagination {
  justify-content: center
}

.pagination .page-item .page-link {
  margin-left: -1px !important;
  color: #d91a1d
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.pagination .page-item.active .page-link {
  background-color: #d91a1d;
  border-color: #d91a1d;
  color: #fff
}

.pagination .page-item.disabled .page-link {
  color: #63605e
}

.blured {
  overflow: hidden
}

.blured header,
.blured main,
.blured footer,
.blured #backToTop,
.blured #buy-product {
  filter: blur(3px);
  opacity: .5
}

.owl-carousel .owl-item {
  touch-action: auto !important;
  -ms-touch-action: auto !important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #d91a1d !important
}

.tab-bar .tab-bar-content {
  display: none
}

.tab-bar .tab-bar-content.active {
  display: block
}

.badge {
  color: #fff;
  font-weight: 300
}

.badge.badge-warning {
  background-color: #fd7e14
}

.badge.badge-success {
  background-color: #28a745
}

.badge.badge-danger {
  background-color: #dc3545
}

.badge.badge-info {
  background-color: #0dcaf0;
  color: #161616
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 1.5rem
}

.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 2048px
}

.collapse_item {
  display: none
}

.collapse_header.active+.collapse_item {
  display: block
}

.normal-list {
  list-style-type: disc;
  padding-right: 1.25rem
}

.normal-list li {
  margin: .25rem 0
}

.iziToast-wrapper * {
  font-family: "sans"
}

@media(max-width: 1200px) {

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media(max-width: 992px) {
  .wrapper {
    padding: 3.5rem 0
  }

  .row.reverse-responsive {
    flex-direction: column-reverse
  }
}

@media(max-width: 768px) {
  .wrapper {
    padding: 3rem 0
  }
}

@media(max-width: 576px) {

  .container,
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem
  }

  body {
    font-size: 14px
  }

  .font-size-4x {
    font-size: 1.75em !important
  }

  .font-size-5x {
    font-size: 2.5em !important
  }

  .btn {
    padding: .5rem 1rem
  }

  .wrapper {
    padding: 2.5rem 0
  }
}

.shared_titleUp {
  position: relative;
  text-align: center;
  color: #382b1f;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

.shared_titleUp::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 1px;
  background-color: #382b1f
}

.shared_titleUp .sub {
  font-weight: 200;
  font-size: 1em;
  margin-bottom: .5rem
}

.shared_titleUp .title {
  font-weight: 500;
  font-size: 1.75em;
  margin-bottom: 1rem
}

.shared_titleUp .desc {
  color: #63605e;
  font-weight: 200;
  font-size: 1em;
  margin-bottom: 1rem
}

.shared_titleUp.white-color::before {
  background-color: #fff
}

.shared_pageTitle {
  background-color: #eee;
  padding-top: 3.5rem;
  padding-bottom: 3rem
}

.shared_pageTitle .row {
  align-items: center
}

.shared_pageTitle h1 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0;
  color: #161616
}

.shared_pageTitle ul {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.shared_pageTitle ul li::after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  margin-left: .75rem;
  color: #999
}

.shared_pageTitle ul li:last-child::after {
  display: none
}

.shared_pageTitle ul li a {
  font-weight: 200;
  color: #666
}

.shared_pageTitle ul li a:hover {
  color: #d91a1d
}

.shared_pageTitle ul li.active a {
  color: #d91a1d
}

.shared_widget {
  box-shadow: 0 0 11px rgba(0, 0, 0, .1);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: .5rem
}

.shared_widget_title {
  font-size: 1.125em;
  font-weight: 500;
  color: #382b1f;
  position: relative;
  padding-bottom: .75rem;
  margin-bottom: 1rem
}

.shared_widget_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d91a1d;
  width: 3rem;
  height: 1px
}

.shared_widget_body form {
  position: relative
}

.shared_widget_body form .form-control {
  height: 40px;
  padding-left: 40px;
  border: 0;
  border-bottom: 1px solid #382b1f;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 0;
  font-weight: 200;
  color: #382b1f
}

.shared_widget_body form .submit-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  color: #382b1f;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0)
}

.shared_widget_body ul {
  list-style-type: disc
}

.shared_widget_body ul li {
  display: flex;
  align-items: center;
  margin: .5rem 0
}

.shared_widget_body ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #382b1f;
  margin-left: .8rem
}

.shared_widget_body ul li a {
  display: inline-block;
  position: relative;
  font-weight: 200;
  overflow: hidden;
  color: #382b1f
}

.shared_widget_body ul li a::before {
  content: "";
  position: absolute;
  right: -105%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d91a1d;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.shared_widget_body ul li a:hover {
  color: #d91a1d
}

.shared_widget_body ul li a:hover::before {
  right: 0
}

.shared_widget_body .irs-from,
.shared_widget_body .irs-to,
.shared_widget_body .irs-single {
  background: #d91a1d;
  color: #161616
}

.shared_widget_body .irs-bar {
  background: linear-gradient(to top, #161616 0%, #382b1f 100%)
}

.shared_aside_contact {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  background: url(../images/sidebar-banner-pettern.png) no-repeat center center;
  background-size: cover;
  border-radius: .5rem;
  padding: 4rem 1rem 0
}

.shared_aside_contact .title {
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 2rem
}

.shared_aside_contact ul {
  padding-right: 0;
  list-style-type: none;
  padding-bottom: 12rem;
  margin-bottom: 0
}

.shared_aside_contact ul li {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  color: #fff
}

.shared_aside_contact ul li::before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…â€™";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background-color: #fff;
  color: #d91a1d;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  font-size: 9px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.shared_aside_contact .call-now {
  position: absolute;
  left: 0;
  bottom: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: .5rem 1rem;
  border-radius: 0 1rem 1rem 0;
  display: flex;
  align-items: center;
  direction: ltr
}

.shared_aside_contact .call-now .icon {
  width: 4rem;
  height: 4rem;
  background: #fff;
  text-align: center;
  font-size: 1.8em;
  border-radius: 100%;
  margin-right: 1rem;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2);
  color: #d91a1d;
  display: flex;
  align-items: center;
  justify-content: center
}

.shared_aside_contact .call-now div {
  display: flex;
  flex-direction: column
}

.shared_aside_contact .call-now div a {
  color: #382b1f;
  font-weight: 500;
  font-size: 1.125em;
  margin: .25rem 0
}

.site-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem
}

.site-modal .overal {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  opacity: 0;
  visibility: hidden
}

.site-modal .close-modal {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  background-color: #fff;
  color: #382b1f;
  font-size: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  z-index: 2;
  font-weight: 200
}

.site-modal .close-modal:hover {
  background-color: #382b1f;
  color: #f63a3a
}

.site-modal .modal-box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: .75rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 800px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  max-height: 90%;
  overflow: auto
}

.site-modal .modal-box .row {
  display: flex;
  align-items: end
}

.site-modal .modal-box .title-row {
  margin-bottom: 2rem
}

.site-modal .modal-box .title-row .title {
  font-size: 1.5em;
  font-weight: 500;
  color: #382b1f;
  margin-bottom: .5rem;
  margin-top: 0
}

.site-modal .modal-box .title-row .red-color {
  color: #d91a1d
}

.site-modal .modal-box .title-row .desc {
  color: #63605e
}

.site-modal .modal-box .title-row hr {
  margin-bottom: 0;
  margin-top: 1rem;
  margin-right: 0;
  height: 2px;
  background-color: #d91a1d;
  opacity: 1
}

.site-modal .modal-box .form-group {
  margin-bottom: 0
}

.site-modal .modal-box input {
  padding-top: .5rem;
  padding-bottom: .5rem;
  height: auto
}

.site-modal .modal-box .btn {
  background-color: #d91a1d;
  color: #fff;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.site-modal.active {
  visibility: visible;
  opacity: 1
}

.site-modal.active .overal {
  opacity: 1;
  visibility: visible
}

.site-modal.active .modal-box {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible
}

.bodyOverlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, .6);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  visibility: hidden;
  opacity: 0
}

.bodyOverlay.active {
  visibility: visible;
  opacity: 1
}

.resmenu {
  position: fixed;
  z-index: 6;
  background-color: #fff;
  width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  overflow: auto;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: translateX(250px);
  -moz-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px)
}

.resmenu_logo {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd
}

.resmenu_logo img {
  display: block;
  margin: auto;
  max-height: 70px
}

.resmenu_items {
  flex-grow: 1
}

.resmenu_items ul li {
  margin: .5rem 0
}

.resmenu_items ul li a {
  color: #382b1f
}

.resmenu_items ul li a.active,
.resmenu_items ul li a:hover {
  color: #d91a1d
}

.resmenu_items ul li a.collapse_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.resmenu_items ul li a.collapse_header::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300
}

.resmenu_items ul.collapse_item {
  margin-bottom: 1rem;
  padding-right: 1.5rem;
  list-style-type: disc
}

.resmenu_items ul.collapse_item li {
  margin: .25rem 0
}

.resmenu_items ul.collapse_item li a {
  color: #63605e
}

.resmenu_footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  text-align: center
}

.resmenu_footer p a {
  color: #d91a1d;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 1px
}

.resmenu_footer ul.social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .75rem
}

.resmenu_footer ul.social li {
  margin: 0 .5rem
}

.resmenu_footer ul.social li a {
  display: block;
  color: #63605e;
  font-size: 1.25em;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.resmenu_footer ul.social li a:hover {
  color: #d91a1d
}

.resmenu.active {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px)
}

.menu-items-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 80vw;
  max-width: 480px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  box-shadow: 0 0 15px rgba(22, 22, 22, .25);
  left: -80vw
}

.menu-items-aside .cart-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.35rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  color: #63605e
}

.menu-items-aside .cart-header .backBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2.35rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #161616;
  color: #fff;
  border-radius: .75rem;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.menu-items-aside .cart-header .backBtn:hover {
  box-shadow: 0 0 0 5px rgba(22, 22, 22, .1)
}

.menu-items-aside .cart-header .backBtn img {
  max-width: 50vw
}

.menu-items-aside .products-list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: calc(100% - 12rem)
}

.menu-items-aside .products-list .product-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f8f9fa;
  display: flex;
  flex-direction: row;
  align-items: center
}

.menu-items-aside .products-list .product-item .p-image {
  display: block;
  width: 10rem;
  height: 10rem
}

.menu-items-aside .products-list .product-item .content {
  flex: 1
}

.menu-items-aside .products-list .product-item .content .title {
  font-weight: 700;
  color: #382b1f;
  margin-bottom: .5rem
}

.menu-items-aside .products-list .product-item .content .garanty {
  font-weight: 400;
  font-size: 90%;
  color: #63605e;
  margin-bottom: .5rem
}

.menu-items-aside .products-list .product-item .content .garanty i {
  display: inline-block;
  vertical-align: middle;
  margin-left: .125rem;
  color: #d91a1d;
  font-size: 1.25em
}

.menu-items-aside .products-list .product-item .content .color {
  color: #382b1f;
  margin-bottom: .5rem
}

.menu-items-aside .products-list .product-item .content .color .circle {
  display: inline-block;
  vertical-align: middle;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  margin-left: .125rem
}

.menu-items-aside .products-list .product-item .content .color .circle.black {
  background-color: #161616
}

.menu-items-aside .products-list .product-item .content .price {
  font-weight: 500;
  color: #63605e;
  margin-bottom: 1rem
}

.menu-items-aside .products-list .product-item .content .price del {
  display: inline-block;
  margin-left: .25rem;
  font-weight: 300
}

.menu-items-aside .products-list .product-item .content .btn-group {
  display: flex;
  justify-content: space-between
}

.menu-items-aside .products-list .product-item .content .btn-group .input-group .btn-transparent {
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 85%;
  border-color: #ddd;
  color: #63605e
}

.menu-items-aside .products-list .product-item .content .btn-group .input-group .btn-transparent:hover {
  box-shadow: unset;
  color: #fff;
  background-color: #d91a1d
}

.menu-items-aside .products-list .product-item .content .btn-group .form-control {
  width: 4rem;
  height: 2rem;
  flex: unset;
  border: 0;
  margin-left: 2px !important;
  margin-right: 2px !important;
  text-align: center
}

.menu-items-aside .products-list .product-item .content .btn-group .form-control[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none
}

.menu-items-aside .products-list .product-item .content .btn-group .form-control:focus {
  box-shadow: unset
}

.menu-items-aside .products-list .product-item .content .delete-btn .btn {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #f8f9fa;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #63605e;
  font-size: 85%
}

@media only screen and (max-width: 576px) {
  .menu-items-aside .products-list .product-item {
    flex-direction: column
  }
}

.menu-items-aside .order-info {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  flex-direction: column;
  height: 9rem
}

.menu-items-aside .order-info p {
  display: flex;
  justify-content: space-between
}

.menu-items-aside .order-info p span {
  color: #382b1f
}

.menu-items-aside .order-info p span.fw-300 {
  color: #63605e
}

.menu-items-aside.active {
  left: 0
}

header {
  position: relative;
  z-index: 2
}

header .top-bar {
  padding: .5rem 0;
  background-color: #222;
  font-weight: 200;
  color: #aaa
}

header .top-bar a {
  color: #aaa;
  letter-spacing: 1px
}

header .bottom-bar {
  background-color: #a81319
}

header .bottom-bar .container-fluid {
  position: relative
}

header .bottom-bar #menu-res-btn {
  padding: 0;
  width: 2.5rem;
  height: 2rem;
  border-radius: 3px;
  display: flex;
  font-size: 1.25em;
  align-items: center;
  justify-content: center;
  display: none
}

header .bottom-bar #menu-res-btn .fa-times {
  display: none
}

header .bottom-bar #menu-res-btn.active .fa-times {
  display: block
}

header .bottom-bar #menu-res-btn.active .fa-bars {
  display: none
}

header .bottom-bar .row {
  border-top: 1px solid #555
}

header .bottom-bar .logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem
}

header .bottom-bar .logo img {
  display: block;
  max-height: 40px
}

header .bottom-bar .menu {
  display: inline-block;
  vertical-align: middle
}

header .bottom-bar .menu ul {
  display: flex;
  align-items: center
}

header .bottom-bar .menu ul li {
  margin-left: 2rem
}

header .bottom-bar .menu ul li:last-child {
  margin-left: 0
}

header .bottom-bar .menu ul li>a {
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  padding: 2rem 0;
  color: #fff
}

header .bottom-bar .menu ul li>a::before {
  content: "";
  position: absolute;
  right: -101%;
  top: 2rem;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #d91a1d;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

header .bottom-bar .menu ul li>a:hover::before {
  right: 0
}

header .bottom-bar .menu ul li>ul {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #222;
  border: 1px solid #333;
  border-top: 0;
  padding: 1rem;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  align-items: unset;
  opacity: 0;
  visibility: hidden
}

header .bottom-bar .menu ul li>ul li {
  margin: .5rem 0
}

header .bottom-bar .menu ul li>ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: #ccc
}

header .bottom-bar .menu ul li>ul li a::before {
  top: 98%;
  background-color: #aaa
}

header .bottom-bar .menu ul li.mega-menu>ul {
  display: flex;
  justify-content: space-between
}

header .bottom-bar .menu ul li.mega-menu>ul>li {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem
}

header .bottom-bar .menu ul li.mega-menu>ul>li>a {
  font-weight: 200;
  margin-bottom: .75rem
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu {
  display: flex;
  flex-direction: column
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu>* {
  margin: .25rem 0
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu a:not(.more-btn) {
  position: relative;
  overflow: hidden;
  color: #999;
  font-weight: 400
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu a:not(.more-btn)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -101%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu a:not(.more-btn):hover::before {
  right: 0
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu .more-btn {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 200;
  color: #d91a1d;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu .more-btn::after {
  content: "ÃƒÂ¯Ã‚Â ";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: .3rem;
  font-size: smaller;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

header .bottom-bar .menu ul li.mega-menu>ul>li .sub-menu .more-btn:hover {
  color: #d91a1d;
  margin-right: .35rem
}

header .bottom-bar .menu ul li.normal-menu {
  position: relative
}

header .bottom-bar .menu ul li.normal-menu ul {
  flex-direction: column;
  width: 220px
}

header .bottom-bar .menu ul li:hover>ul {
  visibility: visible;
  opacity: 1
}

header .bottom-bar .left-items ul {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

header .bottom-bar .left-items ul li {
  position: relative;
  margin-right: 2rem
}

header .bottom-bar .left-items ul li a {
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 2rem 0
}

header .bottom-bar .left-items ul li a .hint {
  position: absolute;
  right: -17px;
  top: -9px;
  color: #fff;
  font-size: 11px;
  font-weight: 400
}

header .bottom-bar .left-items ul li .drop-down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 280px;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

header .bottom-bar .left-items ul li .drop-down form {
  display: flex;
  border-bottom: 1px solid #382b1f
}

header .bottom-bar .left-items ul li .drop-down form .form-control {
  height: 40px;
  font-size: 14px;
  border: 0;
  padding-right: 0;
  border-radius: 0;
  box-shadow: unset
}

header .bottom-bar .left-items ul li .drop-down form button {
  height: 40px;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #382b1f
}

header .bottom-bar .left-items ul li:hover>.drop-down {
  visibility: visible;
  opacity: 1
}

header.fixed {
  padding-top: 92px
}

header.fixed .bottom-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .4);
  transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -o-transform: translateY(-110px)
}

header.fixed .bottom-bar .row {
  border-top: 0
}

header.fixed .bottom-bar .menu ul li>a {
  padding: 1rem 0
}

header.fixed .bottom-bar .menu ul li>ul li a {
  padding: 0
}

header.fixed .bottom-bar .left-items ul li a {
  padding: 1rem 0
}

header.fixed.anim .bottom-bar {
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px)
}

main {
  position: relative;
  z-index: 1
}

.home_slider img {
  border-radius: .5rem
}

.home_slider_item {
  position: relative
}

.home_slider_item img {
  max-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.home_slider_item .content {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 74%;
  text-align: right
}

.home_slider_item .content>* {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.home_slider_item .content .sub {
  font-weight: 200;
  margin-bottom: .75rem;
  font-size: 1.25em
}

.home_slider_item .content .title {
  font-weight: 500;
  font-size: 1.75em;
  margin-bottom: 1.25rem
}

.home_slider_item .content .desc {
  max-width: 480px;
  font-weight: 200
}

.home_slider_item .content .more-btn {
  color: #fff;
  margin-top: 2rem;
  font-weight: 300
}

.home_slider_item .content .more-btn svg {
  color: inherit;
  transform: rotate(-45deg)
}

.home_slider_item .content .more-btn svg .arc-1,
.home_slider_item .content .more-btn svg .arc-2 {
  fill: none;
  stroke-width: 1px;
  stroke: #fff;
  stroke-dasharray: 251;
  transform: rotate(-90deg);
  transform-origin: center
}

.home_slider_item .content .more-btn svg .arc-1 {
  opacity: .85;
  stroke-dashoffset: 251;
  transition: all .4s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.home_slider_item .content .more-btn svg .arc-2 {
  opacity: .5;
  stroke-dashoffset: 165
}

.home_slider_item .content .more-btn .txt {
  margin-right: -1rem
}

.home_slider_item .content .more-btn:hover .arc-1 {
  stroke-dashoffset: 165
}

.home_slider .owl-theme .owl-nav {
  margin-top: 0
}

.home_slider .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 48%;
  font-size: 2em;
  color: #fff;
  margin: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(0, 0, 0, 0)
}

.home_slider .owl-theme .owl-nav .owl-next {
  left: 1.5rem
}

.home_slider .owl-theme .owl-nav .owl-next:hover {
  left: 1.25rem
}

.home_slider .owl-theme .owl-nav .owl-prev {
  right: 1.5rem
}

.home_slider .owl-theme .owl-nav .owl-prev:hover {
  right: 1.25rem
}

.home_intro {
  position: relative
}

.home_intro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /*background-color: rgba(56, 43, 31, .5)*/
}

.home_intro_video {
  position: relative;
  z-index: 0
}

.home_intro_video video {
  display: block;
  width: 100%;
  max-height: 760px;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.home_intro .muteBtn {
  position: absolute;
  z-index: 1;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .5rem;
  background-color: #d91a1d;
  border: 0;
  outline: 0;
  color: #161616;
  display: flex;
  font-size: 1.25em;
  align-items: center;
  justify-content: center;
  text-align: center
}

.home_intro_details {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 1rem;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff
}

.home_intro_details .title {
  font-weight: 500;
  font-size: 3.5em;
  margin-bottom: .5rem;
  transition-delay: 5s;
  visibility: hidden;
  opacity: 0;
  transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transform: scale(0) translateY(400px);
  -moz-transform: scale(0) translateY(400px);
  -webkit-transform: scale(0) translateY(400px);
  -ms-transform: scale(0) translateY(400px);
  -o-transform: scale(0) translateY(400px);
  transition-delay: 4s
}

.home_intro_details .desc {
  visibility: hidden;
  opacity: 0;
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 2rem;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transform: translateY(500px);
  -moz-transform: translateY(500px);
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  -o-transform: translateY(500px);
  transition-delay: 6s
}

.home_intro_details .btn {
  visibility: hidden;
  opacity: 0;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transform: translateY(400px);
  -moz-transform: translateY(400px);
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px);
  transition-delay: 7s
}

.home_intro_details.active .title {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px)
}

.home_intro_details.active .desc {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px)
}

.home_intro_details.active .btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px)
}

.home_intro .scrol-down {
  display: block;
  width: 30px;
  height: 70px;
  position: absolute;
  bottom: 1rem;
  margin-right: -1rem;
  margin-top: 1rem
}

.home_intro .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite
}

.home_intro .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite
}

.home_intro .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite
}

.home_intro .chevron::before,
.home_intro .chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: rgba(255, 255, 255, .8)
}

.home_intro .chevron::before {
  left: 0;
  transform: skew(0deg, 30deg)
}

.home_intro .chevron::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg)
}

@-webkit-keyframes move {
  25% {
    opacity: 1
  }

  33% {
    opacity: 1;
    transform: translateY(30px)
  }

  67% {
    opacity: 1;
    transform: translateY(40px)
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
  }
}

@keyframes move {
  25% {
    opacity: 1
  }

  33% {
    opacity: 1;
    transform: translateY(30px)
  }

  67% {
    opacity: 1;
    transform: translateY(40px)
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
  }
}

.home_services_item {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
  border-radius: .5rem;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_services_item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: all .75s ease;
  -moz-transition: all .75s ease;
  -ms-transition: all .75s ease;
  -webkit-transition: all .75s ease;
  -o-transition: all .75s ease
}

.home_services_item img {
  display: block;
  width: 100%;
  height: auto
}

.home_services_item .content {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem
}

.home_services_item .content>* {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.home_services_item .content .sub {
  font-weight: 200;
  font-size: 1em;
  margin-bottom: 1rem
}

.home_services_item .content .title {
  position: relative;
  font-size: 1.25em;
  font-weight: 500;
  padding-bottom: 1rem
}

.home_services_item .content .title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #fff;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_services_item:hover {
  color: #fff;
  text-shadow: 0 0 1px rgba(56, 43, 31, .25)
}

.home_services_item:hover::before {
  left: 105%
}

.home_services_item:hover .content .title::before {
  width: 160px
}

.home_products {
  background-color: #161616
}

.home_products .row>* {
  margin-bottom: 2.5rem
}

.home_products .sticky-lg-top {
  top: 80px
}

.home_products_item {
  display: block;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  border-radius: .5rem;
  box-shadow: 0 2px 15px rgba(56, 43, 31, .1)
}

.home_products_item .image {
  position: relative;
  overflow: hidden
}

.home_products_item .image::before {
  position: absolute;
  top: 0;
  left: -125%;
  z-index: 3;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.15) 100%);
  transform: skewX(-25deg);
  transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease
}

.home_products_item .image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .65s ease;
  -moz-transition: all .65s ease;
  -ms-transition: all .65s ease;
  -webkit-transition: all .65s ease;
  -o-transition: all .65s ease
}

.home_products_item .image .more-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(56, 43, 31, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease;
  -moz-transition: all .45s ease;
  -ms-transition: all .45s ease;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  visibility: hidden;
  opacity: 0
}

.home_products_item .image .more-btn .btn {
  transition: all .65s ease;
  -moz-transition: all .65s ease;
  -ms-transition: all .65s ease;
  -webkit-transition: all .65s ease;
  -o-transition: all .65s ease;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5)
}

.home_products_item .content {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #382b1f
}

.home_products_item .content .title {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0
}

.home_products_item .content .sub {
  margin-top: .25rem;
  font-weight: 200;
  font-size: 1em
}

.home_products_item .content .price {
  font-weight: 400;
  min-width: 120px;
  text-align: left
}

.home_products_item:hover .image::before {
  left: 105%
}

.home_products_item:hover .image img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15)
}

.home_products_item:hover .image .more-btn {
  visibility: visible;
  opacity: 1
}

.home_products_item:hover .image .more-btn .btn {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}

.home_products_newItem {
  background-color: #fff;
  border-radius: .75rem;
  display: block;
  padding: .75rem;
  padding-bottom: 1rem;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_products_newItem .btn.btn-gray {
  background-color: #eee
}

.home_products_newItem:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, .25)
}

.home_products_newItem:hover .btn.btn-gray {
  color: #fff;
  background-color: #d91a1d;
  box-shadow: 0 12px 23px rgba(0, 72, 170, .25)
}

.home_products_newItem:hover .btn.btn-gray .price-svg-fill {
  stroke: #fff !important
}

.home_products_newItem_image {
  position: relative;
  overflow: hidden;
  margin-bottom: .6rem
}

.home_products_newItem_image img {
  display: block;
  width: 100%;
  border-radius: .5rem;
  height: auto
}

.home_products_newItem_image .label {
  position: absolute;
  padding: .25rem .6rem;
  top: 0;
  color: #fff;
  border-radius: .5rem;
  border-bottom-right-radius: 0;
  font-size: .9em;
  text-align: center;
  right: 0
}

.home_products_newItem_image .label.red {
  background-color: #f63a3a
}

.home_products_newItem_image .label.green {
  background-color: #00c092
}

.home_products_newItem_image .label.dark {
  background-color: #382b1f
}

.home_products_newItem_content {
  display: flex;
  flex-direction: column
}

.home_products_newItem_content .category {
  color: #63605e;
  font-weight: 300
}

.home_products_newItem_content .title {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 0;
  margin-top: .5rem;
  color: #161616
}

.home_products_newItem_content .title a {
  color: #161616
}

.home_products_newItem_content .star {
  display: flex;
  align-items: center;
  color: #63605e
}

.home_products_newItem_content .star span {
  margin-right: .75rem
}

.home_products_newItem_content .star i {
  margin-left: .25rem;
  color: #ffd700
}

.home_products_newItem_content .price {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home_products_newItem_content .price del {
  display: block
}

.home_products_newItem_content .price span {
  font-size: 1em;
  color: #f63a3a
}

.home_products_newItem_content .price .btn {
  padding: .55rem
}

.home_products_newItem_content .price .btn .price-svg-fill {
  stroke: #9fa4ae !important;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_products_newItem_content .price .btn:hover .price-svg-fill {
  stroke: #fff !important
}

.home_brands {
  text-align: center;
  background-color: rgba(217, 26, 29, .2)
}

.home_brands_item {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center
}

.home_brands_item img {
  max-width: 75px;
  max-height: 110px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_brands_item img:hover {
  transform: translateY(-6px)
}

.home_brands .owl-dots {
  margin-top: 2rem !important
}

.home_team {
  position: relative
}

.home_team .bg {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 60%;
  background-color: rgba(217, 26, 29, .2);
  z-index: -1
}

.home_team .row>* {
  margin-bottom: 2rem
}

.home_team_item {
  display: block
}

.home_team_item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: .5rem
}

.home_team_item .content {
  margin-top: .75rem;
  color: #382b1f
}

.home_team_item .content .title {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: .25rem
}

.home_team_item .content .role {
  font-weight: 200;
  font-size: 1.125em
}

.home_newsletter_old_box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #382b1f;
  padding: 3rem;
  border-radius: .5rem
}

.home_newsletter_old_box>* {
  width: 33.33333%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex
}

.home_newsletter_old_box .has-icon {
  align-items: center
}

.home_newsletter_old_box .has-icon>i {
  font-size: 3em;
  color: #382b1f
}

.home_newsletter_old_box .has-icon .content {
  padding-right: 1.25rem;
  padding-left: 2.5rem
}

.home_newsletter_old_box .has-icon .content .title {
  font-size: 1.15em;
  font-weight: 500;
  color: #382b1f;
  margin-bottom: .45rem
}

.home_newsletter_old_box .has-icon .content .desc {
  font-size: 1em;
  font-weight: 200;
  color: #63605e
}

.home_newsletter_old_box .form-box {
  flex-direction: column
}

.home_newsletter_old_box .form-box .title {
  font-size: 1.4em;
  font-weight: 500;
  color: #382b1f;
  margin-bottom: .5rem
}

.home_newsletter_old_box .form-box form {
  position: relative
}

.home_newsletter_old_box .form-box form .form-control {
  height: 40px;
  padding-left: 40px;
  border: 0;
  border-bottom: 1px solid #382b1f;
  border-radius: 0;
  padding-right: 0;
  font-weight: 200;
  color: #382b1f
}

.home_newsletter_old_box .form-box form .form-control:focus {
  box-shadow: unset
}

.home_newsletter_old_box .form-box form .submit-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  color: #382b1f;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0)
}

.home_portfolio .row>* {
  margin-bottom: 1.5rem
}

.home_portfolio_item {
  position: relative;
  border-radius: .5rem;
  overflow: hidden;
  height: 100%
}

.home_portfolio_item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_portfolio_item img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease
}

.home_portfolio_item .more-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: -4rem;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #fff;
  border-radius: .5rem;
  padding: .5rem 1.5rem;
  color: #fff;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.home_portfolio_item:hover::before {
  visibility: visible;
  opacity: 1
}

.home_portfolio_item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1)
}

.home_portfolio_item:hover .more-btn {
  bottom: 2.5rem
}

.home_blog_item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 1rem;
  height: 100%
}

.home_blog_item .image {
  position: relative;
  height: 180px
}

.home_blog_item .image .count {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: .8em;
  color: #161616;
  border-radius: .75rem;
  padding: .1rem .4rem;
  background-color: #fff;
  border: 1px solid #eee
}

.home_blog_item .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

.home_blog_item .content {
  font-weight: 300;
  color: #63605e;
  padding: 1rem
}

.home_blog_item .content .title {
  font-size: 1.125em;
  font-weight: 500;
  color: #382b1f;
  height: 50px;
  overflow: hidden
}

.home_blog_item .content p:not(.mb-0) {
  font-weight: 300;
  font-size: .9em;
  height: 48px;
  overflow: hidden
}

.home_blog_item .content .category {
  display: inline-block;
  border-radius: .25rem;
  padding: .2rem .5rem;
  color: #fff;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .5px;
  margin-bottom: .7rem
}

.home_blog_item .content .date-row {
  margin-top: .75rem;
  padding-top: .8rem;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home_blog_item .content .date-row .btn {
  font-size: .85em;
  padding: .35rem .6rem
}

.home_garranty_item {
  color: #382b1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.home_garranty_item img {
  display: block;
  margin-bottom: 1rem
}

.home_garranty_item .title {
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: .75rem
}

.home_garranty_item p {
  font-weight: 200
}

.product_single .single_p_slider img {
  display: block;
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: .5rem
}

.product_single #carousel-custom-dots {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow: auto;
  margin-top: 1rem;
  margin-left: -.5rem;
  margin-right: -.5rem
}

.product_single #carousel-custom-dots .owl-dot {
  cursor: pointer;
  margin: 0 .5rem
}

.product_single #carousel-custom-dots .owl-dot img {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: .5rem;
  opacity: .75;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.product_single #carousel-custom-dots .owl-dot.active img,
.product_single #carousel-custom-dots .owl-dot:hover img {
  opacity: 1
}

.product_single .owl-theme .owl-nav {
  margin-top: 0
}

.product_single .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  top: 48%;
  color: #fff;
  font-size: 1.5em
}

.product_single .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(0, 0, 0, 0)
}

.product_single .owl-theme .owl-nav .owl-prev {
  right: 1rem
}

.product_single .owl-theme .owl-nav .owl-next {
  left: 1rem
}

.product_single_content {
  color: #63605e
}

.product_single_content>.title {
  font-size: 1.5em;
  font-weight: 500;
  color: #382b1f
}

.product_single_content .price {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 400;
  color: #d91a1d
}

.product_single_content .price del {
  font-weight: 200;
  margin-left: 1rem;
  color: #382b1f
}

.product_single_content .p-label {
  display: inline-block;
  min-width: 100px;
  margin-left: .5rem
}

.product_single_content a:not(.btn) {
  color: #382b1f
}

.product_single_content a:not(.btn):hover {
  color: #d91a1d
}

.product_single_content p {
  margin-bottom: .5rem
}

.product_single_content_colors li {
  display: inline-block;
  margin-left: .5rem;
  margin-bottom: .5rem
}

.product_single_content_colors li.first {
  display: block;
  width: 100%
}

.product_single_content_colors li .custom-label {
  margin-bottom: 0
}

.product_single_content_colors li .custom-label span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.product_single_content .form-control {
  max-width: 200px
}

.product_content .tab-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd
}

.product_content .tab-menu button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  margin: .5rem 1rem;
  color: #999
}

.product_content .tab-menu button.active {
  color: #d91a1d
}

.product_content .tab-bar-content {
  color: #63605e;
  font-weight: 200;
  margin-top: 1.5rem
}

.product_content .tab-bar-content h2,
.product_content .tab-bar-content h3,
.product_content .tab-bar-content h4,
.product_content .tab-bar-content h5,
.product_content .tab-bar-content h6 {
  font-weight: 500;
  font-size: 1.25em;
  color: #382b1f
}

.product_content .tab-bar-content p {
  margin-bottom: .75rem
}

.product_content_technical {
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  border-radius: 1rem
}

.product_content_technical li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #63605e
}

.product_content_technical li .title {
  font-weight: 400;
  color: #382b1f;
  min-width: 360px
}

.product_content_technical li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0
}

.comments_submit {
  border-radius: .5rem;
  padding: 1.75rem;
  margin-bottom: 2rem;
  background-color: #f3f0e8;
  color: #63605e;
  font-size: 1.1em
}

.comments_submit textarea {
  height: 120px
}

.comments_submit .btn {
  padding-left: 2rem;
  padding-right: 2rem
}

.comments_item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: .5rem;
  padding: 1rem;
  margin-bottom: 1.5rem
}

.comments_item .reply {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  color: #d91a1d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d91a1d;
  padding: .25rem .75rem;
  font-weight: 300;
  font-size: 90%;
  border-radius: .5rem;
  cursor: pointer;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.comments_item .reply:hover {
  background-color: #d91a1d;
  color: #fff
}

.comments_item .user-data {
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.comments_item .user-data img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-left: 15px
}

.comments_item .user-data p {
  margin-bottom: 0
}

.comments_item .user-data .title {
  font-weight: 500;
  color: #382b1f
}

.comments_item .user-data .date {
  font-weight: 200;
  color: #63605e
}

.comments_item .content {
  color: #382b1f;
  font-weight: 300;
  padding-right: 60px;
  margin-bottom: 2rem
}

.comments_item .content a {
  color: #d91a1d
}

.comments_item .comments_item {
  margin-right: 60px;
  border-radius: 0;
  border: 0;
  border-right: 3px solid #ddd;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0
}

.comments_item .comments_item .content {
  margin-bottom: 0
}

.blog_item {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.blog_item .image {
  padding-bottom: 100px
}

.blog_item .image img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.blog_item .content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding: 1rem;
  transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease
}

.blog_item .content .title {
  position: relative;
  color: #382b1f;
  font-size: 1.15em;
  font-weight: 500;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.blog_item .content .title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ddd;
  visibility: hidden;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.blog_item .content .desc {
  height: 0;
  opacity: 0;
  overflow: hidden;
  color: #63605e;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.blog_item .content .more-details {
  color: #d91a1d;
  border-bottom: 1px solid #d91a1d;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.blog_item .content .more-details:hover {
  text-decoration: none
}

.blog_item:hover {
  box-shadow: 0 0 15px rgba(22, 22, 22, .1)
}

.blog_item:hover .content .title {
  padding-bottom: .75rem;
  margin-bottom: 1rem
}

.blog_item:hover .content .title::before {
  visibility: visible;
  width: 260px
}

.blog_item:hover .content .desc {
  height: 55px;
  margin-bottom: .5rem;
  opacity: 1
}

.blog_item:hover .content .more-details {
  visibility: visible;
  opacity: 1
}

.blog_moshavere {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: .5rem
}

.blog_single {
  background-color: #f3f0e8
}

.blog_single_pageTitle {
  position: relative
}

.blog_single_pageTitle img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  border-radius: .5rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.blog_single_pageTitle .title-box {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 1.25rem;
  background-color: #d91a1d;
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, .76);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 15px rgba(56, 43, 31, .5)
}

.blog_single_pageTitle .title-box .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5em
}

.blog_single_pageTitle .title-box span {
  font-weight: 300;
  display: inline-block
}

.blog_single_pageTitle .title-box span.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #382b1f;
  margin: 0 1rem
}

.blog_single_content {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 4px;
  color: #63605e
}

.blog_single_content h2,
.blog_single_content h3,
.blog_single_content h4,
.blog_single_content h5,
.blog_single_content h6 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: .85rem;
  color: #382b1f;
  position: relative
}

.blog_single_content h2::before,
.blog_single_content h3::before,
.blog_single_content h4::before,
.blog_single_content h5::before,
.blog_single_content h6::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #382b1f
}

.blog_single_content p {
  text-align: right;
  margin-bottom: .7rem
}

.blog_single_content a {
  color: #d91a1d
}

.blog_single_content ul {
  list-style-type: disc;
  padding-right: 2rem
}

.blog_single_content ul li {
  margin-bottom: 1rem
}

.blog_single_content blockquote {
  position: relative;
  background-color: rgba(126, 126, 126, .1);
  overflow: hidden;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0
}

.blog_single_content blockquote::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  font-weight: 300;
  position: absolute;
  color: #d91a1d;
  font-size: 15em;
  line-height: 0;
  opacity: .075;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_single_content blockquote>* {
  position: relative;
  z-index: 1
}

.blog_single_content blockquote p {
  margin-bottom: 1.5rem
}

.blog_single_content blockquote p:last-child {
  margin-bottom: 0
}

.blog_single_content blockquote ul li {
  margin-bottom: 1rem
}

.blog_single_content blockquote ul li:last-child {
  margin-bottom: 0
}

.blog_single_content .blog_moshavere ul {
  padding-right: 0;
  list-style: none;
  margin: 0
}

.blog_single_content .title {
  color: #382b1f !important
}

.blog_single_content .alert {
  padding-right: 60px;
  padding-left: 60px
}

.blog_single_content .alert .alert_icon {
  width: 30px;
  height: 30px;
  font-size: 1.125em;
  line-height: 33px
}

.blog_single_content .alert a.close {
  right: 10px;
  top: 15px
}

.project_single_images .row {
  margin-left: -.25rem;
  margin-right: -.25rem
}

.project_single_images .row>* {
  padding-left: .25rem;
  padding-right: .25rem;
  margin-bottom: .5rem
}

.project_single_images .row img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .5rem;
  -o-object-position: center;
  object-position: center
}

.project_single_content {
  color: #63605e;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem
}

.project_single_content .title {
  font-weight: 500;
  font-size: 1.35em;
  margin-bottom: 1rem;
  color: #382b1f
}

.project_single_content ul {
  padding-top: 1rem
}

.project_single_content ul li {
  margin-top: .75rem
}

.contact_main .row>* {
  margin-bottom: 2rem
}

.contact_main_box {
  text-align: justify;
  color: #63605e;
  height: 100%;
  background-color: #fff;
  border-radius: .5rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 3px 6px -2px rgba(56, 43, 31, .25)
}

.contact_main_box .title {
  font-size: 1.4em;
  font-weight: 500;
  color: #382b1f
}

.contact_main_box a {
  color: #382b1f
}

.contact_main_box a:hover {
  text-decoration: underline
}

.contact_main_box_map {
  overflow: hidden;
  border-radius: .5rem
}

.contact_main_box_map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0
}

.contact_main_box_item {
  padding-right: 2rem;
  margin-bottom: 1rem;
  position: relative
}

.contact_main_box_item:last-child {
  margin-bottom: 0
}

.contact_main_box_item>.fal {
  position: absolute;
  right: 0;
  top: .3rem;
  width: 20px;
  height: 20px;
  text-align: center
}

.contact_main_box.blue {
  background-color: rgba(217, 26, 29, .2)
}

.contact_form .form-group {
  margin-bottom: 1.5rem
}

.about_intro {
  color: #63605e;
  font-weight: 300
}

.about_intro .title {
  position: relative;
  font-weight: 500;
  font-size: 1.5em;
  color: #382b1f;
  padding-bottom: .75rem;
  margin-bottom: 1rem
}

.about_intro .title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #d91a1d
}

.about_intro p {
  margin-bottom: .75rem
}

.about_intro ul {
  list-style-type: disc;
  padding-right: 1rem
}

.about_intro ul li {
  margin-bottom: .5rem
}

.about_intro .image-popup {
  display: block;
  margin-bottom: 1rem
}

.about_intro .image-popup img {
  border-radius: 1rem;
  display: block;
  min-width: 160px;
  width: auto
}

.about_intro video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.about_resume .row {
  align-items: center
}

.about_resume_image {
  position: relative;
  padding: 2rem
}

.about_resume_image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

/* .about_resume_image::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85%;
  height: 80%;
  border: 4px solid #d91a1d;
  z-index: 2
} */

.about_resume_image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 80%;
  background-color: #f3f0e8;
  z-index: 0;
  border-radius: 1rem;
}

.about_resume_content {
  color: #63605e;
  font-weight: 200
}

.about_resume_content .title {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  font-size: 1.5em;
  font-weight: 500;
  color: #382b1f
}

.about_resume_content .title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #d91a1d
}

.about_resume_content p {
  margin-bottom: .75rem
}

.about_resume_content .btn {
  padding: .75rem 1.5rem
}

.about_resume.right-image .about_resume_image::before {
  right: unset;
  left: 0
}

.about_resume.right-image .about_resume_image::after {
  left: unset;
  right: 0
}

.about_resume.right-image .about_resume_content {
  padding-right: 2rem
}

.about_resume.left-image .row {
  flex-direction: row-reverse
}

.about_resume.left-image .about_resume_content {
  padding-left: 2rem
}

.about_services {
  position: relative
}

.about_services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background-color: #161616;
  z-index: 0
}

.about_services .container {
  position: relative;
  z-index: 1
}

.about_services .sec-title {
  font-weight: 500;
  font-size: 2.25em;
  color: #d91a1d;
  margin-bottom: .5rem
}

.about_services .sec-desc {
  color: #aaa;
  font-weight: 300;
  font-size: 1.125em;
  margin-bottom: 0
}

.about_services p {
  color: #aaa
}

.about_services a {
  color: #d91a1d
}

.about_services_item {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: .5rem;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1)
}

.about_services_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  z-index: 1
}

.about_services_item img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.about_services_item_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.5rem;
  z-index: 2
}

.about_services_item_txt i {
  font-size: 3em;
  color: #d91a1d;
  margin-bottom: 1.5rem
}

.about_services_item_txt .title {
  font-size: 1.25em;
  font-weight: 400;
  color: #d91a1d;
  margin-bottom: 0
}

.about_services .owl-theme .owl-nav {
  margin-top: 0
}

.about_services .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  top: 28%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(22, 22, 22, .2);
  border: 1px solid rgba(22, 22, 22, .1);
  color: #d91a1d;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center
}

.about_services .owl-theme .owl-nav .owl-prev {
  right: -3.5rem
}

.about_services .owl-theme .owl-nav .owl-next {
  left: -3.5rem
}

.about_services .owl-theme .owl-dots {
  margin-top: 2rem
}

.about_services .owl-theme .about_services_item::before {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%)
}

.about_services .owl-theme .about_services_item_txt {
  justify-content: flex-end
}

.agents_list .row>* {
  margin-bottom: 2rem
}

.agents_list_item {
  border-radius: 1rem;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 1px 12px rgba(56, 43, 31, .15);
  padding: 1.25rem 1rem;
  font-weight: 300;
  color: #63605e
}

.agents_list_item .title {
  font-size: 1.25em;
  font-weight: 500;
  color: #382b1f;
  margin-bottom: .5rem;
  text-align: center
}

.agents_list_item .role {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  position: relative
}

.agents_list_item .role::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background-color: #382b1f
}

.agents_list_item_gallery {
  display: flex;
  margin-left: -.25rem;
  margin-right: -.25rem;
  white-space: nowrap;
  overflow: auto
}

.agents_list_item_gallery>* {
  flex: 0 0 auto;
  width: 33.33333%;
  padding-left: .25rem;
  padding-right: .25rem
}

.agents_list_item_gallery img {
  display: block;
  width: 100%;
  height: 95px;
  border: 2px solid #382b1f;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.agents_list_item_gallery img:hover {
  opacity: .7
}

.agents_list_item_contacts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem
}

.agents_list_item_contacts p {
  flex: 0 0 auto;
  width: 100%
}

.agents_list_item_contacts p i {
  margin-left: .25rem;
  font-size: 1.125em
}

.agents_list_item_contacts p:nth-child(1),
.agents_list_item_contacts p:nth-child(2) {
  width: 50%;
  margin-bottom: .5rem
}

.agents_list_item_contacts p:nth-child(1) a,
.agents_list_item_contacts p:nth-child(2) a {
  font-size: 1.25em;
  color: #382b1f;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.agents_list_item_contacts p:nth-child(1) a:hover,
.agents_list_item_contacts p:nth-child(2) a:hover {
  color: #d91a1d
}

.iran_map .shape {
  display: inline-block;
  width: 2rem;
  height: .5rem;
  border-radius: 2px
}

.iran_map svg {
  width: 100%;
  height: auto
}

.iran_map svg .sea path,
.iran_map svg .lake path {
  fill: #004b7a
}

.iran_map svg .border,
.iran_map svg .island {
  fill: #fff
}

.iran_map svg .province path {
  fill: #382b1f
}

.iran_map svg .province path.has-agency {
  fill: #d91a1d
}

.iran_map svg .province a.active path {
  fill: #00c092
}

.iran_map svg .province path:hover,
.iran_map svg .province path.hover,
.iran_map svg .island path:hover,
.iran_map svg .island path.hover,
.iran_map svg .province path:hover,
.iran_map svg .province path.hover,
.iran_map svg .island path:hover,
.iran_map svg .island path.hover {
  cursor: pointer;
  fill: #d91a1d
}

.iran_map_agents .province-list {
  display: none
}

.iran_map_agents .province-list .row {
  transition: all .65s ease;
  -moz-transition: all .65s ease;
  -ms-transition: all .65s ease;
  -webkit-transition: all .65s ease;
  -o-transition: all .65s ease;
  transform: scale(0.9) translateY(400px);
  -moz-transform: scale(0.9) translateY(400px);
  -webkit-transform: scale(0.9) translateY(400px);
  -ms-transform: scale(0.9) translateY(400px);
  -o-transform: scale(0.9) translateY(400px);
  transition-delay: .25s;
  visibility: hidden;
  opacity: 0
}

.iran_map_agents .province-list .row>* {
  margin-bottom: 1.75rem
}

.iran_map_agents .province-list.active {
  display: block
}

.iran_map_agents .province-list.anim .row {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}

.landing_services {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, rgba(168, 19, 25, 0.15) 75%, #fff 75%);
}

.landing_services .row>* {
  margin-bottom: 2rem
}

.landing_services_item {
  background-color: #fff;
  box-shadow: 0 20px 80px 0 rgba(22, 22, 22, .1);
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%
}

.landing_services_item .icon {
  background-size: 40% 40%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.landing_services_item .icon img {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 1.25rem
}

.landing_services_item .icon i {
  font-size: 2em
}

.landing_services_item .title {
  font-size: 1.25em;
  color: #382b1f;
  font-weight: 500;
  margin-top: 1.5rem
}

.landing_services_item .desc {
  color: #63605e;
  font-weight: 300
}

.landing_services .col-md-3:nth-child(1) .landing_services_item .icon {
  background-color: #fff3d2
}

.landing_services .col-md-3:nth-child(1) .landing_services_item .icon i {
  color: #fac124
}

.landing_services .col-md-3:nth-child(2) .landing_services_item .icon {
  background-color: #ecfbf8
}

.landing_services .col-md-3:nth-child(2) .landing_services_item .icon i {
  color: #27e9c2
}

.landing_services .col-md-3:nth-child(3) .landing_services_item .icon {
  background-color: #fff0eb
}

.landing_services .col-md-3:nth-child(3) .landing_services_item .icon i {
  color: #ff6937
}

.landing_services .col-md-3:nth-child(4) .landing_services_item .icon {
  background-color: #e5fff3
}

.landing_services .col-md-3:nth-child(4) .landing_services_item .icon i {
  color: #23cf7f
}

.landing_services .col-md-3:nth-child(5) .landing_services_item .icon {
  background-color: #fff0ee
}

.landing_services .col-md-3:nth-child(5) .landing_services_item .icon i {
  color: #c74230
}

.landing_services .col-md-3:nth-child(6) .landing_services_item .icon {
  background-color: #f9ecff
}

.landing_services .col-md-3:nth-child(6) .landing_services_item .icon i {
  color: #a639d8
}

.landing_services .col-md-3:nth-child(7) .landing_services_item .icon {
  background-color: #ecf5fb
}

.landing_services .col-md-3:nth-child(7) .landing_services_item .icon i {
  color: #0b76bd
}

.landing_services .col-md-3:nth-child(8) .landing_services_item .icon {
  background-color: #ffe0ec
}

.landing_services .col-md-3:nth-child(8) .landing_services_item .icon i {
  color: #c92866
}

.landing_products .owl-theme .owl-nav {
  margin-top: 0
}

.landing_products .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: -4.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: .5rem;
  background-color: #161616;
  color: #d91a1d;
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.landing_products .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #d91a1d;
  color: #161616
}

.landing_products .owl-theme .owl-nav .owl-next {
  left: 0
}

.landing_products .owl-theme .owl-nav .owl-prev {
  left: 2.5rem
}

.landing_products .owl-dots {
  margin-top: 1.5rem
}

.landing_order {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

.landing_order_box {
  display: flex;
  flex-direction: column;
  color: #382b1f
}

.landing_order_box i {
  margin-bottom: 1rem
}

.landing_order_box .title {
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: .75rem
}

.landing_order_box p {
  color: #63605e;
  font-weight: 200
}

.landing_order_box .btn {
  margin-top: 1.5rem
}

.cart table {
  text-align: center;
  border: 1px solid #ddd
}

.cart table img {
  display: block;
  width: 4rem;
  height: 3.75rem;
  border-radius: .25rem
}

.cart table td,
.cart table th {
  vertical-align: middle;
  padding: 1rem
}

.cart table tr {
  border-bottom: 1px solid #ddd
}

.cart table tr:last-child {
  border-bottom: 0
}

.cart table .remove {
  cursor: pointer;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.cart table .remove:hover {
  color: #d91a1d
}

.priceTable_item {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 6px 30px 0 rgba(33, 33, 53, .1);
  padding: 1.75rem 1.5rem;
  height: 100%;
}

.priceTable_item .title {
  font-size: 1.25em;
  font-weight: 500;
  color: #d91a1d;
  margin-bottom: .5rem;
  text-align: center
}

.priceTable_item .price {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin-bottom: .25rem
}

.priceTable_item .price span {
  letter-spacing: -.7px
}

.priceTable_item .desc {
  text-align: center;
  color: #63605e;
  font-weight: 300
}

.priceTable_item ul {
  margin-top: 2rem
}

.priceTable_item ul li {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  font-weight: 300;
  color: #63605e
}

.priceTable_item ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 1rem;
  color: #00c092
}

.related_products .owl-theme .owl-nav,
.home_team .owl-theme .owl-nav {
  margin-top: 0
}

.related_products .owl-theme .owl-nav [class*=owl-],
.home_team .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: -4rem;
  width: 2rem;
  height: 2rem;
  border-radius: .5rem;
  background-color: #161616;
  color: #d91a1d;
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

.related_products .owl-theme .owl-nav [class*=owl-]:hover,
.home_team .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #d91a1d;
  color: #161616
}

.related_products .owl-theme .owl-nav .owl-next,
.home_team .owl-theme .owl-nav .owl-next {
  left: 0
}

.related_products .owl-theme .owl-nav .owl-prev,
.home_team .owl-theme .owl-nav .owl-prev {
  left: 2.5rem
}

.related_products .owl-dots,
.home_team .owl-dots {
  margin-top: 1.5rem
}

aside.col-lg-3 .sticky-lg-top {
  top: 5rem
}

#buy-product {
  position: fixed;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 4;
  max-width: 200px;
  box-shadow: 0 2px 30px rgba(56, 43, 31, .6);
  transform: translateY(100px);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease
}

#buy-product.show {
  transform: translateY(0px)
}

.login {
  max-width: 480px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem
}

footer {
  padding-top: 3.5rem;
  background-color: #a81319
}

footer .logo {
  display: block;
  margin-bottom: 1rem;
  max-height: 30px
}

footer .title {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 1rem;
  color: #fff
}

footer ul:not(.social) li {
  margin-bottom: .5rem
}

footer ul:not(.social) li a {
  color: #eee;
  font-weight: 200
}

footer ul:not(.social) li a:hover {
  color: #bbb
}

footer p:not(.title) {
  font-weight: 200;
  color: #eee
}

footer p:not(.title) a {
  color: #fff;
  text-decoration: underline;
  font-weight: 300
}

footer .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem
}

footer .social li a {
  color: #d91a1d;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #d91a1d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  border-radius: .5rem;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

footer .social li a:hover {
  background-color: rgba(255, 255, 255, .15)
}

footer .social li:last-child {
  margin-left: 0
}

footer .copy-right {
  border-top: 1px solid #555;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-top: 4rem
}

.newProducts .tab-menuu {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.newProducts .tab-menuu .btn {
  background-color: #eee;
  color: #666;
  flex: 1;
  padding: 0.4rem;
  font-size: 0.9em;
}

.newProducts .tab-menuu .btn:hover,
.newProducts .tab-menuu .btn.active {
  background-color: #d91a1d;
  color: #fff;
}

.newProducts .tab-bar-contentt {
  display: none;
}

.newProducts .tab-bar-contentt.active {
  display: block;
}

.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
  display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.birthday_item {
  border-top: 1px solid #ff3c43;
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.birthday_item .title {
  font-size: 1.35em;
  font-weight: 700;
  color: #33322e;
  margin-bottom: 0.5rem;
}

.birthday_item .desc {
  font-size: 1em;
  font-weight: 400;
  color: #62615c;
}

.birthday_item_row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.birthday_item_row .btn {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.birthday_item_row del {
  color: #62615c;
}

.birthday_item_row .btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.birthday_item_row .btn-outline-success:hover {
  color: #fff;
}

@media(max-width: 1366px) {
  .home_slider_item .content {
    top: 5rem
  }
}

@media(max-width: 1200px) {
  .about_services_item img {
    min-height: 180px
  }

  .about_services .owl-theme .owl-nav .owl-prev {
    right: -.5rem
  }

  .about_services .owl-theme .owl-nav .owl-next {
    left: -.5rem
  }
}

@media(max-width: 992px) {
  header .bottom-bar .menu {
    display: none
  }

  header .bottom-bar .logo {
    margin-left: 1rem
  }

  header .bottom-bar .col-sm-7 {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  header .bottom-bar #menu-res-btn {
    display: inline-block
  }

  .home_intro_details {
    top: 0
  }

  .home_intro_details .title {
    font-size: 2.75em
  }

  .home_intro_details .desc {
    font-size: 1.25em
  }

  .home_intro_video video {
    height: 480px;
    max-height: unset
  }

  .home_newsletter_box {
    padding: 2rem 1rem;
    align-items: center
  }

  .home_newsletter_box .form-box .title {
    font-size: 1.15em
  }

  .home_newsletter_box .has-icon {
    flex-direction: column;
    align-items: unset;
    text-align: right
  }

  .home_newsletter_box .has-icon>i {
    margin-bottom: .75rem;
    font-size: 2.25em
  }

  .home_newsletter_box .has-icon .content {
    padding-left: 0;
    padding-right: 0
  }

  .home_services_item .content .title {
    margin-bottom: 0;
    font-size: 1.25em
  }

  .home_services_item .content .sub {
    margin-bottom: .25rem
  }

  footer .social {
    flex-wrap: wrap;
    margin-top: .5rem
  }

  footer .social li {
    margin-top: .5rem;
    flex: 1 0 0
  }
}

@media(max-width: 768px) {
  .shared_titleUp {
    margin-bottom: 2rem;
    padding-bottom: .25rem
  }

  .shared_titleUp .title {
    font-size: 1.5em
  }

  .shared_pageTitle {
    text-align: center;
    padding-top: 2.25rem;
    padding-bottom: 2rem
  }

  .shared_pageTitle h1 {
    margin-bottom: 1rem;
    font-size: 1.75em
  }

  .shared_pageTitle .row,
  .shared_pageTitle ul {
    justify-content: center
  }

  .shared_pageTitle ul {
    flex-wrap: wrap
  }

  header .bottom-bar .left-items ul li {
    margin-right: 1.5rem
  }

  header .bottom-bar .left-items ul li:first-child {
    margin-right: 0
  }

  header .bottom-bar .left-items ul li a {
    padding: 1.5rem 0
  }

  .home_intro_details .title {
    font-size: 2em
  }

  .home_intro_video video {
    height: 360px;
    -o-object-fit: none;
    object-fit: none
  }

  .home_intro .muteBtn {
    z-index: 3
  }

  .home_services .row>*,
  .home_garranty .row>*,
  .home_brands .row>* {
    margin-bottom: 1.5rem
  }

  .home_services .row> :last-child,
  .home_garranty .row> :last-child,
  .home_brands .row> :last-child {
    margin-bottom: 0
  }

  .home_portfolio_item img {
    max-height: 360px
  }

  .about_resume_image {
    padding: 1.5rem;
    margin-bottom: 1.5rem
  }

  .about_resume_content {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .about_resume_content .title {
    margin-bottom: 1rem;
    padding-bottom: .75rem
  }

  .about_services .col-md-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
  }

  .about_services p {
    text-align: justify
  }

  .about_services .sec-desc {
    max-width: 220px
  }

  .iran_map .col-md-7 {
    margin-top: 2rem
  }

  .blog_single_content {
    padding: 1.25rem 1rem
  }

  .blog_single_content blockquote {
    padding: 1.25rem;
    margin: 1rem 0
  }

  .blog_single_content blockquote p {
    margin-bottom: 1rem
  }

  .blog_single_content blockquote ul li {
    margin-bottom: .75rem
  }

  .blog_single_pageTitle {
    margin-bottom: 1rem
  }

  .blog_single_pageTitle .title-box {
    bottom: unset;
    position: relative;
    margin-top: 1rem;
    box-shadow: unset;
    border-radius: .5rem
  }

  .blog_single_pageTitle .title-box .title {
    font-size: 1.25em
  }

  .landing_services_item .icon {
    width: 3.5rem;
    height: 3rem
  }

  .landing_services_item .title {
    margin-top: 1rem;
    margin-bottom: .75rem
  }

  .landing_order_box {
    justify-content: center;
    text-align: center
  }

  .product_single_content {
    margin-top: 1.5rem
  }

  .product_single_content .form-control {
    max-width: 110px
  }

  .product_content_technical li .title {
    min-width: auto;
    margin-left: 1rem
  }

  .project_single_content {
    margin-top: 1rem
  }

  .site-modal .close-modal {
    z-index: 3;
    background-color: #382b1f;
    color: #fff
  }

  .site-modal .modal-box .title-row {
    font-size: 1.25em
  }

  footer .copy-right {
    margin-top: 2rem
  }
}

@media(max-width: 576px) {
  .shared_pageTitle h1 {
    font-size: 1.5em
  }

  .shared_pageTitle ul li::after {
    margin-right: .5rem;
    margin-left: .6rem
  }

  header .top-bar {
    display: none
  }

  header .bottom-bar {
    padding: 1rem 0
  }

  header .bottom-bar .row {
    border-top: 0
  }

  header .bottom-bar #menu-res-btn {
    padding-top: 4px
  }

  header .bottom-bar .logo {
    margin-left: 0
  }

  header .bottom-bar .col-sm-7 {
    flex-direction: row-reverse
  }

  header .bottom-bar .left-items {
    margin-top: 1.5rem
  }

  header .bottom-bar .left-items ul {
    justify-content: space-between
  }

  header .bottom-bar .left-items ul li a {
    padding: 0 !important
  }

  header .bottom-bar .left-items ul li .drop-down {
    left: unset;
    right: 0
  }

  header.fixed {
    padding-top: 115px
  }

  .home_intro_video video {
    height: 400px
  }

  .home_intro_details {
    align-items: center;
    justify-content: unset;
    text-align: center
  }

  .home_intro_details .title {
    margin-top: 2rem
  }

  .home_intro_details .desc {
    margin-bottom: 1.5rem
  }

  .home_intro .scrol-down {
    bottom: 0
  }

  .home_products .row>* {
    margin-bottom: 1.5rem
  }

  .agents_list_item_gallery>* {
    width: 50%
  }

  .about_services .col-md-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset
  }

  .about_services .sec-desc {
    max-width: 100%
  }

  .about_resume_content .btn {
    width: 100%;
    margin-bottom: 1rem
  }

  .blog_single_content h2,
  .blog_single_content h3,
  .blog_single_content h4,
  .blog_single_content h5,
  .blog_single_content h6 {
    font-size: 1.3em
  }

  .blog_single_content ul {
    padding-right: 1.5rem
  }

  .blog_moshavere .btn {
    width: 100%;
    margin-bottom: 1rem
  }

  .blog_item:hover .content .desc {
    height: 50px
  }

  .comments_submit {
    padding: 1rem
  }

  .comments_item .reply {
    top: 1rem
  }

  .comments_item .content {
    padding-right: 0
  }

  .comments_item .comments_item {
    margin-right: 0
  }

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

  .contact_main .row>* {
    margin-bottom: 1.5rem
  }

  .contact_main_box {
    padding: 1rem
  }

  .contact_main_box .title {
    font-size: 1.25em;
    margin-bottom: .75rem
  }

  footer p:not(.title) {
    text-align: justify
  }

  footer .copy-right p {
    text-align: center
  }

  footer .copy-right p a {
    display: block;
    clear: both
  }

  .site-modal .close-modal {
    right: 1.25rem;
    top: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5em
  }

  .site-modal .modal-box {
    padding: 1.5rem 1rem
  }

  .site-modal .modal-box .title-row .title {
    font-size: 1.25em
  }

  .site-modal .modal-box .title-row .desc {
    font-size: 85%
  }

  .product_content_technical {
    padding: 1rem
  }

  .product_content_technical li {
    display: block
  }

  .product_content_technical li .title {
    display: inline-block;
    margin-left: .5rem
  }

  .resmenu_logo {
    margin-bottom: .75rem
  }

  .landing_services .row>* {
    margin-bottom: 1.5rem
  }

  .landing_services_item {
    text-align: center;
    align-items: center;
    padding: 1rem;
  }

  .landing_services_item .title {
    font-size: 1.15em;
  }

  .landing_services_item .icon {
    border-radius: 0.75rem;
  }

  .priceTable_item .btn {
    width: 100%;
  }
}

@media(max-width: 420px) {
  .about_intro p {
    text-align: justify
  }

  .about_intro .btn {
    margin-bottom: 1.5rem;
    width: 100%
  }

  .about_resume_image {
    padding: 1rem
  }

  .about_resume_image::before {
    border-width: 4px
  }

  .about_resume_content p {
    text-align: justify
  }

  .contact_main_box .btn {
    width: 100%;
    margin-bottom: .5rem
  }

  .product_single .sliders img {
    max-height: 300px
  }

  .product_single_content .form-control {
    max-width: 70px
  }

  .product_content .tab-menu {
    justify-content: space-between
  }

  .product_content .tab-menu button {
    margin: 0;
    margin-bottom: .5rem;
    margin-left: 1rem
  }

  .product_content .tab-menu button:last-child {
    margin-left: 0
  }
}

@media (max-width: 992px) {
  header .bottom-bar .col-sm-7 {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .description {
    flex: 0 0 auto;
    width: 50% !important;
  }
}