/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  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: pan-y;
  -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 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.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(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.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 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* --------------------
    Bootstrap
-------------------- */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
/* --------------------
    Css Reset (Mayerweb)
-------------------- */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
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;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}
li {
  list-style: none;
}
/* --------------------
    Fonts & Icons
-------------------- */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: IRANSansWeb;
  src: url("assets/fonts/IRANSansWeb.woff2") format("woff2");
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-family: IRANSansWeb;
  src: url("assets/fonts/IRANSansWeb_Bold.woff2") format("woff2");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: IRANSansWeb_f;
  src: url("assets/fonts/IRANSansWeb(FaNum).woff2") format("woff2");
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-family: IRANSansWeb_f;
  src: url("assets/fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2");
}







@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?ut6i0j");
  src: url("assets/fonts/icomoon.eot?ut6i0j#iefix") format("embedded-opentype"),
    url("assets/fonts/icomoon.ttf?ut6i0j") format("truetype"),
    url("assets/fonts/icomoon.woff?ut6i0j") format("woff"),
    url("assets/fonts/icomoon.svg?ut6i0j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-copy:before {
  content: "\e918" !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.icon-share:before {
  content: "\e914";
}
.icon-tag:before {
  content: "\e915";
}
.icon-cat:before {
  content: "\e916";
}

.icon-aparat:before {
  content: "\e913";
}
.icon-clubhouse:before {
  content: "\e912";
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-calender:before {
  content: "\e903";
}
.icon-up:before {
  content: "\e904";
}
.icon-support:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-telegram:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-whatsapp:before {
  content: "\e90b";
}
.icon-twiter:before {
  content: "\e90c";
}
.icon-call:before {
  content: "\e90d";
}
.icon-fax:before {
  content: "\e90e";
}
.icon-location:before {
  content: "\e90f";
}
.icon-email:before {
  content: "\e910";
}
.icon-clock:before {
  content: "\e911";
}
.icon-blockquote:before {
  content: "\e917";
  color: #004a8e;
}
.icon-reply:before {
  content: "\e919";
}
.icon-zoom:before {
  content: "\e91a";
}
.icon-post:before {
  content: "\e91c";
}
.icon-download:before {
  content: "\e91b";
}
.icon-Star-fill:before {
  content: "\e91d";
}
.icon-Star:before {
  content: "\e91e";
}
.icon-star-stroke:before {
  content: "\e91f";
}
.icon-mobile:before {
  content: "\e920";
}
.icon-user:before {
  content: "\e921";
}
.icon-fillter:before {
  content: "\e922";
}
/*----------------------
    icon-arrow
---------------------*/
.icon-chevron-thin-left:before,
.icon-chevron-thin-right:before {
  content: "\e900";
  display: inline-block;
  transform: rotateZ(90deg);
  padding: 4px 0 0 0;
  color: var(--gray_1);
}
.icon-chevron-thin-right:before {
  transform: rotateZ(270deg);
}
/* --------------------
    Config
-------------------- */
:root {
  --color1: #004a8f;
  --color2: #fcaf17;
  --color3: #e6327c;
  --bg_light: #fdf9f6;
  --border_light: rgb(247, 247, 247);
  --bg_body: #fff;
  --bg_footer: #fff;
  --danger: #d53343;
  --bg_danger: #fff5f5;
  --success: #28a745;
  --bg_success: #f4fff3;
  --bg_info: #cce5ff4a;
  --info: #004085cc;
  --main_font: IRANSansWeb;
  --heading_h1_fontsize: 23px;
  --gray_0: #3d3d3d;
  --gray: #595959;
  --gray_1: #8d8d8d;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--color1);
}

::selection {
  color: #fff;
  background: var(--color1);
}

body {
  direction: rtl;
  text-align: right;
  font-family: var(--main_font), Arial;
  font-size: 14px;
  color: #222;
  line-height: 2;
  background: var(--bg_body);
  min-height: 100vh;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.container-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.container-full > .row {
  margin: 0;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.w-100 {
  width: 100%;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row > [class*="col-"],
.row > [class*="col"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#wrapper .no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#wrapper .no-gutters > .col,
#wrapper .no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.text-center {
  text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}

input {
  font-family: var(--main_font), Arial;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  width: 100%;
}

a {
  transition: 0.3s;
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color2);
}

.inner-pages .site-main {
  padding: 50px 0;
}
.owl-carousel.space-nav .owl-nav button.owl-prev,
.owl-carousel.space-nav .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}
.owl-carousel.space-nav .owl-nav button.owl-prev {
  right: -20px;
}
.owl-carousel.space-nav .owl-nav button.owl-next {
  left: -20px;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}
/* --------------------
   GENERAL SETTING
-------------------- */

.inner-page .site-main {
  margin-top: 30px;
  margin-bottom: 50px;
}
.title-part.inner-title h1 {
  font-size: var(--heading_h1_fontsize);
}
.title-part.inner-title {
  margin-bottom: 20px;
}
.title-site h1 {
  font-size: var(--heading_h1_fontsize);
}
.title-site h4,
.title-site h2 {
  font-size: calc(var(--heading_h1_fontsize) - 2px);
}

.title-site-center {
  text-align: center;
}
.title-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* --------------------
    Animation Pulse
-------------------- */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
  }
}

/* --------------------
    Menu Mobile
-------------------- */
#mask {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#menumobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 280px;
  background: var(--bg_light);
  font-weight: bold;
  z-index: 99991;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
  overflow-y: auto;
}

#menumobile img {
  /*! filter: brightness(0)invert(1); */
  max-width: 130px;
}

#nomenumobile {
  cursor: pointer;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background: var(--danger);
  text-align: center;
  border-radius: 3px;
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}

.tel-mm a {
  background: var(--bg_footer);
  color: #fff;
  padding: 10px 15px;
  display: block;
  text-align: center;
}

.tel-mm a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  background: var(--color2);
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  position: relative;
  top: -1px;
}

.come-menumobile {
  right: 0 !important;
}

.title-mm {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-mm img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-mm {
  padding: 0 20px;
  margin-top: 20px;
}

.btn-mm a {
  display: flex;
}

.title-sub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-flow: row-reverse;
}

.title-sub-head strong {
  font-weight: bold;
}

.main-mm {
  padding: 5px 20px;
}

.main-mm ul li a {
  color: #222;
  display: block;
  padding: 8px 0;
  position: relative;
  width: 80%;
}

.main-mm ul li a:hover {
  color: var(--color2);
}

.main-mm ul li > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  background: var(--bg_light);
  right: -280px;
  transition: 0.3s;
  z-index: 9;
  padding: 20px;
}

.childer i {
  position: absolute;
  cursor: pointer;
  top: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 10px;
}

.childer {
  position: absolute;
  left: -25%;
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: var(--color1);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.come-submenu {
  right: 0 !important;
}

.sub-closer {
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: var(--color2);
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0 0;
}

.sub-closer i {
  cursor: pointer;
  top: -1px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  left: -1px;
}

.title-subcome {
  color: var(--color2);
  font-weight: normal;
  position: relative;
  top: 2px;
}

/* --------------------
    Button
-------------------- */
#cancel-comment-reply-link,
.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-family: inherit;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  background: var(--color1);
  border-radius: 8px;
  padding: 6px 18px 6px 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color1);
  height: 40px;
}
.button:hover {
  background: var(--color2);
  color: #333;
  border-color:var(--color2);
}
#cancel-comment-reply-link:after,
.button:after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: bold;
  font-size: 10px;
  margin: 4px 11px 3px 0;
  display: block;
  transform: rotate(90deg);
}
.button:hover:after {
  -webkit-animation: arrow 1.5s ease infinite;
  animation: arrow 1.5s ease infinite;
}
@-webkit-keyframes arrow {
  0% {
    transform: translate(-3px, 0) rotate(90deg);
  }
  50% {
    transform: translate(3px, 0) rotate(90deg);
  }
  100% {
    transform: translate(-3px, 0) rotate(90deg);
  }
}
@keyframes arrow {
  0% {
    transform: translate(-3px, 0) rotate(90deg);
  }
  50% {
    transform: translate(3px, 0) rotate(90deg);
  }
  100% {
    transform: translate(-3px, 0) rotate(90deg);
  }
}
.counter-item {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
  border-radius: 16px;
  padding: 24px 0;
  color: var(--gray);
}
.counter-title {
  margin-top: 1rem;
}
.counter-num {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  direction: ltr;
}
.about-content-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slider-about img {
  border-radius: 7px;
}
.image-about img {
  border-radius: 10px;
}
.section-counter {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 0rem 0;
}
.section-counter:before {
  content: " ";
  height: 50%;
  bottom: 0;
  position: absolute;
  left: -50vw;
  width: 200vw;
  background: var(--border_light);
}
.section-counter {
  padding: 50px 0;
}
.title-heading {
  font-size: 26px;
  margin-bottom: 14px;
  color: #262626;
}
.button.button2 {
  background: var(--color1);
  color: #fff;
}

.button.button2:before {
  background: var(--color1);
}
.button.button2:hover {
  background: var(--color2);
}
.btn {
  display: flex;
  color: var(--gray_1);
}

.btn:after {
  content: "\e900";
  transform: rotate(90deg);
  font-family: icomoon;
  display: block;
  margin: 0 11px 0 0;
  font-size: 11px;
}

/* --------------------
    FAQ CSS
-------------------- */

.faq-cat img {
  width: auto !important;
  margin: 0 auto 10px;
}

.faq-cat.active a {
  color: var(--color2);
}
.faq-cat.active a:after {
  width: 70%;
}
.faqs-content .faqs-question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 33px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  color: #595959;
  font-weight: bold;
}
.faqs-content {
  margin-right: 20px;
}
.faqs-content .faqs-item {
  margin-bottom: 25px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.accordion-content {
  display: none;
}

.faqs-item .faqs-answer {
  padding: 0 30px 15px;
}
.faqs-question .faq-num {
  background: #f2f2f2;
  border: 1.3px solid #f2f2f2;
  -webkit-backdrop-filter: blur(7.8px);
  backdrop-filter: blur(7.8px);
  border-radius: 10.4px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #595959;
  font-size: 18px;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  top: 15px;
  transition: 0.3s;
}
.faqs-item.active .faqs-question .faq-num {
  color: #fff;
  background: var(--color2);
}
.faq-cat a {
  color: #595959;
  font-size: 15px;
}
.wrap-faq-slider {
  background: #ffffff;
  border: 1px solid #fafafa;
  box-shadow: 0px 19px 12px -12px rgb(190 190 190 / 25%);
  border-radius: 13px;
  padding: 20px;
  margin: 0 0 50px 0;
}
.holder-faq-slider {
  position: relative;
}
.nav-faq i {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.4);
  border: 1.5px solid rgba(141, 141, 141, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 6px #0000;
  transform: translate(0px, 0px);
  position: absolute;
  font-size: 15px;
  top: 50%;
}
.nav-faq .icon-chevron-thin-right {
  transform: translateY(-50%);
  right: -60px;
}
.nav-faq .icon-chevron-thin-left {
  transform: translateY(-50%);
  left: -60px;
}
.faqs-question i {
  position: absolute;
  left: 18px;
  color: #a6a6a6;
  font-size: 15px;
  top: 26px;
  transition: 0.3s;
}
.faqs-item.active .faqs-question i {
  color: var(--color2);
  transform: rotateX(180deg);
}
.error-faq {
  background: var(--bg_danger);
  color: var(--danger);
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
/* --------------------
    TAB CSS
-------------------- */

.tab-content {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.tab-content.active {
  display: block;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* --------------------
   header
-------------------- */
.websima-mega-menu li {
  padding: 5px 3px;
}
/* .section-slider,
.inner-page #wrapper {
  padding-top: 85px;
} */
#wrapper:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
#header {
  box-shadow: 0 2px 22px rgb(0 0 0 / 5%);
  z-index: 200;
  position: sticky;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
}
.navtop-right {
  display: flex;
  align-items: center;
}
.navtop-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-menu {
  display: none;
}

.header-menu > li > a {
  padding: 15px 5px;
  margin: 0 5px;
  display: inline-block;
  font-size: 13px;
}
.header-menu > li:first-child > a {
  margin-right: 0;
  padding-right: 0;
}
.header-logo {
  display: block;
  margin-left: 20px;
}
.header-logo img {
  height: 42px;
  width: auto;
}
.title-site {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1rem auto;
}
.title-site h4 {
  font-size: 24px;
  font-weight: bold;
}
h3.title-image {
    font-size: 17px;
    text-align: center;
    margin: 15px 0;
}

.title-site p {
  color: var(--gray);
  margin: 0.5rem 0 1.5rem;
}
.brands-carousel {
  padding: 0 6px !important;
}
.solution-item-image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ffffff;
  box-shadow: 0px 9px 22px -1px rgba(198, 198, 198, 0);
  transition: 0.35s;
}
.swiper-slide-active .solution-item-image {
  box-shadow: 0px 9px 22px -1px rgba(198, 198, 198, 0.32);
}
.post-solution h2 a,
.post-solution h2 {
  text-align: center;
  display: block;
  font-size: 20px;
  color: var(--gray);
  font-weight: 100;
  margin: 1rem 0 0 0;
}
.post-solution:hover h2 a {
  color: var(--color2);
}
.solution-item-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.solution-item-image img {
  transform: scale(1);
  transition: 1s ease;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.post-solution:hover img {
  transform: scale(1.12);
}
.swiper-holder .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  left: -18px;
  right: -18px;
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.section-brands .swiper-holder .owl-nav {
  top: calc(50% - 20px);
}

.swiper-holder .owl-nav i {
  pointer-events: visible;
}
.section-aparat .btn:before {
  content: " ";
  display: block;
  width: 34px;
  height: 34px;
  background: url("assets/img/aparat2.png");
  background-size: contain;
  margin: 0 0 0 16px;
  opacity: 0.4;
  transition: 0.35s;
}
.section-aparat .btn:after {
  margin: 0 20px 0 0;
  font-size: 15px;
}
.section-aparat .btn:hover:before {
  opacity: 1;
}
.section-aparat .btn {
  font-size: 18px;
}
.owl-nav i {
  width: 37px;
  height: 37px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(141, 141, 141, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 6px #0000;
  transform: translate(0px, 0px);
}
.owl-nav i:hover {
  box-shadow: 0 6px 10px #0002;
  transform: translate(0px, -8px);
}
.btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.swiper-holder {
  position: relative;
}
.section-blog .swiper-slide {
}

.slider-site .owl-nav {
  display: flex;
  gap: 10px;
  margin: -24px auto 6px auto;
  z-index: 100;
  position: relative;
  justify-content: center;
}
.slider-site img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slide-item {
  height: 100%;
  display: block;
}
.nav-slider.owl-nav i {
  width: 44px;
  height: 44px;
  z-index: 1;
}
.slider-site .icon-chevron-thin-left:before {
  content: "\e902";
  transform: rotateY(0deg);
  padding: 0 2px 0 0;
}
.slider-site .icon-chevron-thin-right:before {
  content: "\e902";
  transform: rotateY(180deg);
  padding: 0 2px 0 0;
}
.section-slider {
  overflow: hidden;
}
.slider-site:not(.swiper-coverflow) {
  /* min-height: 100vh; */
}
/* .section-slider > div {
  position: fixed;
  width: 100%;
} */
.counter-carousel {
  padding: 15px 10px !important;
}
.solutions-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 24px);
}
.parent_item_cart.item_has_sub .sub_part {
  width: 320px;
}
.item_has_sub {
  position: relative;
}
.section-feature {
  background: #fafafa;
}
.item-feature {
  text-align: center;
}
.item-feature p {
  color: #5f5f5f;
}
.item-feature img {
  margin-bottom: 10px;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}
.item-feature h3 {
  margin-bottom: 8px;
}
.item-brands div,
.item-brands a {
  display: block;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 9px 12px rgb(219 219 219 / 25%);
  border-radius: 16px;
  padding: 24px 0;
}
.item-brands span {
  display: block;
  text-align: center;
  padding: 0 5px;
  color: #555;
  margin-top: 10px;
}
.item-brands img {
  height: 60px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: auto;
}
.feature-sl .item-feature {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
}
.owl-nav.nav-feat {
  top: calc(50% - 18px);
  right: -28px;
  left: -28px;
}
.feature-sl .item-feature img {
  margin-bottom: 15px;
}
.section-blog {
  overflow: hidden;
}
.back-blog {
  background: rgba(242, 242, 242, 0.4);
}
.section-blog .swiper {
  overflow: visible;
}
.sticky-btns {
  padding: 0 25px;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 120px);
  display: flex;
  justify-content: space-between;
  z-index: 100;
  pointer-events: none;
  height: 0;
}
.open-support {
  border-radius: 50%;
  background: var(--color2);
  color: #fff;
  width: 52px;
  height: 52px;
  font-size: 28px;
  padding: 11px;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #004a8f00;
  transition: 0.4s ease;
  transform: translate(0, 0);
  pointer-events: visible;
}
.scroll-top {
  border-radius: 50%;
  background: var(--color2);
  color: #fff;
  width: 52px;
  height: 52px;
  font-size: 28px;
  padding: 21px 19px;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #004a8f00;
  transition: 0.4s ease;
  transform: translate(0, 0);
  opacity: 0;
  pointer-events: visible;
}
.scroll-top i {
  font-size: 20px;
}
.scroll-top:before {
  content: " ";
  display: block;
  border: 3px solid #fff;
  border-right-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
  width: 14px;
  height: 14px;
  border-radius: 3px;
  transform: rotate(45deg);
}
.open-support:hover,
.scroll-top:hover {
  background: var(--color1);
  box-shadow: 0 6px 10px 0 #004a8f55;
  transform: translate(0, -6px);
}
.support-badge {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  flex-direction: column;
}

.support-badge.open {
  opacity: 1;
  visibility: visible;
}

.support-badge > div {
  position: relative;
  background: #fff;
  padding: 0 0 3% 0;
  max-width: 768px;
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.5s;
  width: 100%;
  border-radius: 10px;
}

.support-badge.open > div {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.5s 0.3s ease;
}
.post-item {
  position: relative;
  border-radius: 8px;
  padding: 10px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 21px rgb(196 196 196 / 25%);
  margin-top: 28%;
  -webkit-filter: saturate(0) blur(2px);
  filter: saturate(0) blur(2px);
  transform: scale(0.94);
  transition: 0.4s;
}
.inner-card .post-item {
  -webkit-filter: none;
  filter: none;
  transform: scale(1);
  margin-bottom: 30px;
}
#requestform .alert {
  background: var(--bg_success);
  color: var(--success);
  border-radius: 8px;
  width: 100%;
  margin-top: 1rem;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}
#requestform .alert p {
  padding: 5px 10px;
}
.requestform-before label.error {
  color: var(--color3);
  font-size: 10px;
  position: absolute;
  margin: 2px 0 0 0;
}
.page-template-template-home #main > div {
  background: #fff;
  position: relative;
  z-index: 1;
}
.post-item:hover,
.swiper-slide-active .post-item {
  -webkit-filter: saturate(1) blur(0px);
  filter: saturate(1) blur(0px);
  transform: scale(1);
}
.post-item-image {
  display: block;
  width: 90%;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin: -30% auto 0 auto;
}
.post-item-image img {
  border-radius: 8px;
  width: 100%;
  transform: scale(1);
  transition: 1s;
}
.post-item:hover .post-item-image img {
  border-radius: 8px;
  width: 100%;
  transform: scale(1.12);
}
.mapp-container {
  z-index: 1;
}
.post-item h2 a {
  line-height: 32px;
  min-height: 62px;
  display: block;
  margin: 12px 0;
  font-size: 16px;
}
.post-item:hover h2 a {
  color: var(--color2);
}

.post-item p {
  font-size: 12px;
  min-height: 48px;
  color: var(--gray);
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none !important;
}
.blog-date {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  color: var(--gray_1);
  margin-top: 10px;
}
.blog-date:before {
  content: "\e903";
  font-family: icomoon;
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.video-title {
  min-height: 44px;
  font-weight: bold;
  margin: 1rem 0 0 0;
  padding: 0 15px;
  line-height: 1.6;
  transition: 0.3s;
  text-align: center;
}
.video-slide {
  cursor: pointer;
}
.inner-card .video-slide {
  margin-bottom: 25px;
}
.video-slide:hover .video-title {
  color: var(--color2);
}
.video-slide i {
  display: block;
  padding: 0 15px;
  color: var(--gray_1);
}
.video-slide i:after {
  content: "\e911";
  font-family: "icomoon";
  margin: 0 0 0 6px;
  position: relative;
  top: 2px;
}
.video-frame {
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0px 2px 16px rgb(0 0 0 / 20%);
  border-radius: 8px;
}
.videos-carousel {
  width: calc(100% + 24px) !important;
  margin-right: -12px;
  padding: 12px !important;
}
.item-customers img {
  width: 100px;
  height: 100px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  -webkit-filter: grayscale(1) contrast(0.8) opacity(0.8);
  filter: grayscale(1) contrast(0.8) opacity(0.8);
  transition: 0.35s;
}
.item-customers img:hover {
  -webkit-filter: grayscale(0) contrast(1) opacity(1);
  filter: grayscale(0) contrast(1) opacity(1);
}
.section-employment .title-heading {
  font-size: 24px;
}
.image-about {
  width: 100%;
}
.section-employment img {
  border-radius: 8px;
  width: 100%;
}
.section-employment {
  overflow: hidden;
}
.section-employment p {
  line-height: 2.2;
  font-size: 13px;
}
.section-employment .about-content-wrap {
  position: relative;
  padding: 20px 0 22px 0;
}
.section-customers .owl-nav {
  left: 0;
  right: 0;
}
.section-employment .about-content-wrap:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 200vw;
  left: -100vw;
  background: var(--border_light);
  z-index: -1;
  top: 0;
}
.sub_part {
  position: absolute;
  width: 100%;
  right: auto;
  left: 0;
  top: 90%;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  z-index: 9;
  pointer-events: none;
  transform: translateY(60px) scale(0.9);
  transform-origin: right top;
  padding: 15px;
}
.item_has_sub:hover .sub_part {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.header-mm {
  display: flex;
  margin-left: 20px;
  width: 23px;
  height: 23px;
  position: relative;
  text-align: center;
  align-items: center;
}
.video-slide i:after {
  content: "\e911";
  font-family: "icomoon";
}

.header-mm i:before,
.header-mm i:after {
  content: "";
  position: absolute;
}
.header-mm i:before {
  top: -10px;
}
.header-mm i:after {
  top: 10px;
}
.header-mm i:before,
.header-mm i:after,
.header-mm i {
  width: 30px;
  height: 2px;
  background-color: var(--color1);
  transition: 0.4s;
  display: block;
  transform: scale(0.99);
}
.head_account i {
  font-size: 20px;
}
.navtop-left .button {
  width: 37px;
  padding: 0 10px;
}
/*.section-solutions {
  margin-top: 4rem;
}*/
.home .site-main {
  background: #fff;
}
.section-galleries,
.section-honor,
.section-employment,
.section-aparat,
.section-blog,
.section-brands,
.section-feature,
.section-content,
.section-solutions,
.section-counter {
  background: #fff;
  z-index: 2;
  position: relative;
}
.post-solution {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .header-mm {
    display: none;
  }
  .header-menu {
    display: flex;
    align-items: center;
  }
  .head_item_cart i {
    margin-left: 8px;
  }
  .head_account i {
    margin-left: 5px;
  }
  .navtop-left .button {
    width: auto;
    padding: 0 20px;
  }
  #header {
    padding-top: 0;
  }
}
.item-banner {
  display: block;
	text-align:center
}
.item-banner img {
	border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.section-banners {
  margin: 1.5rem 0 0;
}*/
.home .section-banners {
  margin: 0!important;
}
.download-item {
  margin: 7px 0;
  background: #ffffff;
  box-shadow: 0px 9px 12px rgb(219 219 219 / 25%);
  border-radius: 14px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.download-item i {
  font-size: 32px;
  color: #b7b7b7;
  transition: 0.3s;
}
.download-item:hover i {
  color: var(--color1);
}

.section-download {
  background: #f2f2f2;
  padding: 25px 0;
  margin: 50px 0;
}
.title-dn {
  color: #231f20;
  font-size: 15px;
}
.gallery-item {
  text-align: center;
  display: grid;
  gap: 15px;
}
.nav-gallery i {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  transform: translateY(-50%);
}
.nav-gallery .icon-chevron-thin-left {
  left: -25px;
}
.nav-gallery .icon-chevron-thin-right {
  right: -25px;
}
.section-galleries {
  padding: 40px 0 90px !important;
}
.iran-map-color-status .title,
.island-list-wrapper .title {
  margin: 30px 0 10px 0;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .iran-map {
    margin: 60px 33px 0 0;
  }
}
#more-tax-desc {
  background: #fafafa;
  padding: 50px 0;
  margin: 50px 0;
}
.title-more {
  font-size: 16px;
  margin-bottom: 15px;
}

/* --------------------
   archive blog Mode
-------------------- */

.cat-swiper {
  display: flex;
  margin: 0 100px;
  background: #ffffff;
  border: 1px solid #fafafa;
  box-shadow: 0px 19px 12px -12px rgb(190 190 190 / 25%);
  border-radius: 13px;
  padding: 16px 20px;
}
.title-cat-blog {
  display: flex;
  flex: 0 0 15%;
  align-items: center;
  font-size: 15px;
  color: var(--color1);
}
.title-cat-blog:after {
  content: "";
  height: 20px;
  width: 2px;
  background: #004a8e;
  display: inline-block;
  margin: 0 10px 0 15px;
}
.cat-item a {
  font-size: 14px;
}
.children .cat-item a {
  font-size: 14px;
}

.cat-item a:hover {
  color: var(--color2);
}
.wrap-swiper {
  position: relative;
  margin: 0 25px 35px;
}
.nav-catblog i {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.4);
  border: 1.5px solid rgba(141, 141, 141, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 6px #0000;
  transform: translate(0px, 0px);
  position: absolute;
  font-size: 15px;
}
.nav-catblog .icon-chevron-thin-right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.nav-catblog .icon-chevron-thin-left {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.title-cat-blog i {
  font-size: 27px;
  margin-left: 10px;
}

/* --------------------
   single Mode
-------------------- */

.title-single {
  margin-bottom: 22px;
}
.title-single .title-heading {
  font-size: 22px;
}

/* --------------------
   Contact Mode
-------------------- */
#contactaccordion .card {
  margin-bottom: 20px;
  border: 1px solid var(--color1);
  padding: 10px 20px;
  border-radius: 5px;
}

#contact-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #fafafa;
  margin-bottom: 25px;
}
#contact-tab a {
  padding: 15px;
  display: inline-block;
}
#contact-tab .active a {
  color: var(--color2);
}
.acf-form .acf-fields > .acf-field {
  border: none;
}
.websima-contact-form .input-cform {
  line-height: 1;
  padding: 8px 0 !important;
  clear: none !important;
  width: 100%;
}
.websima-contact-form textarea {
  min-height: 230px;
}
.input-cform .acf-input,
.input-cform .acf-label,
.text-cform .acf-label,
.text-cform .acf-input {
  line-height: 1;
}
.websima-contact-form .text-cform {
  padding: 8px 0 !important;
  width: 100%;
  order: 1;
}
.websima-contact-form .acf-field textarea,
.websima-contact-form .acf-field input[type="text"],
.websima-contact-form .acf-field input[type="email"] {
  padding: 10px 20px;
  height: 60px;
}
.websima-contact-form #message {
  text-align: center;
  border: 1px solid var(--success);
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.websima-contact-form .acf-fields {
  display: flex;
  flex-wrap: wrap;
}
.websima-contact-form {
  margin: 30px 0 15px;
  background: #fcfcfc;
  padding: 40px 0;
}
.acf-form-submit {
  text-align: center;
}
.contact-info {
  padding: 16px 25px;
  background: #ffffff;
  border-radius: 16px;
}
.Thumbnail-map img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: -100px;
}
.contact-info li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
}
.contact-info li i {
  font-size: 19px;
  margin-left: 12px;
  color: #fcaf17;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info li i.icon-post,
.contact-info li i.icon-fax {
  font-size: 25px;
}
.contact-info li i.icon-email {
  font-size: 23px;
}
.phone-item > a:not(:first-of-type):before {
  content: "";
  background: var(--color1);
  width: 5px;
  height: 2px;
  display: inline-block;
  margin: 0 5px 0 11px;
}

.contact-dir-button {
  text-align: center;
}

.contact-info .title {
  font-size: 20px;
  color: #fcaf17;
}
.contact-info .title i {
  font-size: 28px;
  color: #fcaf17;
}
.contact-info .fax i {
  font-size: 28px;
  color: #fcaf17;
}

.contact-info .address {
  font-size: 17px;
  font-weight: bold;
  color: #595959;
}
.contact-info li a {
  color: #595959;
}
.contact-info li a:hover {
  color: var(--color2);
}

.contact-info .email a:hover {
  -webkit-text-decoration-line: revert;
  text-decoration-line: revert;
}
.contact-info li {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #595959;
  flex-wrap: wrap;
}
.contact-info li span {
  margin-left: 5px;
}
.websima-map {
  height: 100% !important;
  z-index: 1;
}
.holder-map {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.contact-dir-button {
  position: absolute;
  left: 10px;
  bottom: 15px;
  z-index: 1;
  gap: 15px;
  display: flex;
}
.row-contact {
  margin: 0 20px;
}
.socials.social-contact {
  flex-direction: column;
  text-align: center;
  margin: 70px 0;
  gap: 20px;
}
.mapp-container .mapp-footer .triggers.left {
  display: none;
}
.socials.social-contact > div {
  gap: 30px;
  display: flex;
  justify-content: center;
}

.socials.social-contact span {
  font-size: 20px;
  font-weight: bold;
}
.contact-dir-button i {
  position: relative;
}
.icon-waze:after {
  content: "";
  background: url(assets/img/waze.png) no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
}
.icon-google:after {
  content: "";
  background: url(assets/img/google.png) no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
}
.icon-neshan:after {
  content: "";
  background: url(assets/img/neshan.png) no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
}

.contact-dir-button a {
  width: 40px;
  height: 40px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 12px rgb(95 95 95 / 22%);
  border-radius: 8px;
}
.contact-dir-button a:hover {
  background: #fff;
}
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  width: 50px !important;
  height: 62px !important;
}
.page-template-template-contact
  .container
  .socials.social-contact:last-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  .websima-contact-form .text-cform {
    float: left;
    width: 100%;
    margin-top: 15px !important;
  }
  .websima-contact-form .input-cform {
    width: 49%;
    clear: none !important;
  }
  .websima-contact-form .acf-fields {
    display: block;
  }
  .websima-contact-form .input-cform[data-name="email_cform"] {
    float: left;
  }
  .websima-contact-form .input-cform[data-name="name_cform"] {
    float: right;
  }
}
.acf-form-submit .button {
  height: 50px;
  min-width: 105px;
  justify-content: center;
}
.acf-form-submit {
  margin: 30px 0;
}
.websima-contact-form .col-lg-10 {
  background: #fff;
  padding: 10px;
}
.acf-notice.-dismiss {
  display: none;
}
.acf-field .acf-notice.-error {
  background: none !important;
  border: none !important;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -30px;
}
/* --------------------
   Footer Style
-------------------- */
#footer {
  background: var(--bg_footer);
  color: var(--gray);
  z-index: 1;
  position: relative;
  padding-top: 5rem;
}
#footer li span,
#footer li a {
  color:#272c30;
  font-size: 13px;
  padding: 6px 0;
  display: block;
}
#footer a:hover {
  color: var(--color2);
}
#footer p {
  font-size: 13px;
  text-align: justify;
}
.wrap-ft-menu {
  padding: 0 5px;
}
.footer-contact li a {
  display: flex;
}
.requestform-submit .button {
  border: none;
  padding: 9px 18px 9px 14px;
}
.footer-contact li i {
  margin-left: 15px;
  font-size: 19px;
  margin-top: 5px;
  float: right;
}
.footer-title {
  margin-bottom: 14px;
  font-size: 16px;
}
.footer-contact .icon-call:before {
  font-size: 16px;
}
.holder-cs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copy-right {
  background: #f2f2f2;
  color: #595959;
  padding: 10px 5px 8px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.newsletter {
  display: block;
  background: rgb(255 255 255 / 0.05);
}
.footer-newsletter {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
}
.footer-newsletter input[type="email"] {
  width: 100%;
  margin-bottom: 12px;
  height: 40px;
}
.newsletter p {
  text-align: center;
  margin-bottom: 10px;
}

.footer-logo {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
.footer-logo img {
  height: 64px;
  width: auto;
}
.footer-logo span {
  font-size: 16px;
  color: var(--color2);
}
@media screen and (min-width: 768px) {
  .newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-newsletter {
    max-width: 55%;
    flex: 0 0 55%;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .newsletter p {
    text-align: right;
    margin-bottom: 0;
  }
  .footer-newsletter input[type="email"] {
    width: 69%;
    margin-left: 8px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .footer-newsletter input[type="email"] {
    width: 75%;
  }
}
/* --------------------
  Breadcrumb Style
-------------------- */

#breadcrumbs {
  margin: 25px 0 10px;
  font-size: 13px;
}

#breadcrumbs a {
  color: #999999;
  display: inline-flex;
  align-items: center;
}
#breadcrumbs a:hover {
  color: var(--color2);
}
#breadcrumbs span {
  color: var(--color2);
}
#breadcrumbs a:after {
  content: "";
  display: inline-block;
  margin: 0 8px;
  width: 8px;
  height: 2px;
  background: #a4a4a4;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#breadcrumbs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#breadcrumbs {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#breadcrumbs > .container > .row > .col-12 > span {
  display: flex;
}
#breadcrumbs > .container > .row > .col-12 > span > span:last-child {
  display: block;
}
/* --------------------
 Single Style
-------------------- */
.help-heading {
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
  padding: 10px;
}

.help-heading > span {
  display: block;
  background: #e3e3e3;
  padding: 3px 9px;
  font-weight: bold;
}

.help-heading a {
  padding: 5px 0;
  display: block;
}

.help-heading li {
  margin-bottom: 5px;
}

.help-heading li:last-child {
  margin-bottom: 0;
}
.access-post > a {
  display: block;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  margin: 10px 0;
  padding: 6px 10px 8px;
  font-weight: bold;
}

.socials-share {
  display: flex;
  align-items: center;
}
.socials {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.thumbnail-post-img {
  text-align: center;
}
.thumbnail-post-img img {
  border-radius: 6px;
  width: 100%;
}

.thumbnail-img {
  float: none;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  overflow: hidden;
  border-radius: 3px;
}
.tags_post a {
  color: #8f8f8f;
  font-size: 15px;
}
.tags_post a:hover {
  color: var(--color2);
}
.tags_post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-share-tag {
  border-top: 1px solid #dadada;
  padding-top: 10px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .thumbnail-img {
    max-width: 50%;
    float: left;
    margin-right: 30px;
  }
}
.category_post a {
  color: #9e9e9e;
  font-size: 14px;
}
.category_post a:hover {
  color: var(--color2);
}
.category_post a:not(:last-child)::after {
  content: " ";
  width: 5px;
  height: 5px;
  background: #9e9e9e;
  display: inline-block;
  margin: 0 9px 0 9px;
  border-radius: 50%;
}
.category_post i {
  color: var(--color2);
  font-size: 23px;
}
.category_post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category_post i {
  color: var(--color2);
  font-size: 23px;
  margin-left: 15px;
}
.calender {
  display: flex;
  align-items: center;
  border-top: 1px solid #ededed;
  padding-top: 5px;
  margin: 12px 0 25px 0;
}
.calender time {
  color: #9e9e9e;
  font-size: 15px;
	    font-family: 'IRANSansWeb_f';
}
.calender i {
  color: #9e9e9e;
  font-size: 16px;
  margin-left: 7px;
}
.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #8f8f8f !important;
  border-radius: 2px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2) !important;
}
.pagination-gallery {
  text-align: center;
  margin: 5px 0;
}
.wrap-swiper-gallery {
  margin: 40px 0 0;
}
.tags_post i {
  color: var(--color2);
  font-size: 20px;
  margin-left: 10px;
}
.tags_post a:not(:last-child)::after {
  content: " ";
  width: 6px;
  height: 6px;
  background: #9e9e9e;
  display: inline-block;
  margin: 0 12px 0 12px;
}
.tags_post a:hover {
  color: var(--color2);
}
.tags_post span {
  font-size: 15px;
  color: #333333;
  margin-left: 15px;
}
.socials i,
.teams-social i,
.share-icon i {
  display: inline-flex;
  position: relative;
}

.facebook-icon:after {
  background: url(assets/img/facebook.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.facebook-icon:before {
  background: url(assets/img/facebook-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.linkedin-icon:after {
  background: url(assets/img/linkedin.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.linkedin-icon:before {
  background: url(assets/img/linkedin-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.telegram-icon:after {
  background: url(assets/img/telegram.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.telegram-icon:before {
  background: url(assets/img/telegram-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.twitter-icon:after {
  background: url(assets/img/twitter.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.twitter-icon:before {
  background: url(assets/img/twitter-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.aparat-icon:after {
  background: url(assets/img/aparat.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.aparat-icon:before {
  background: url(assets/img/aparat-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.youtube-icon:after {
  background: url(assets/img/youtube.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.youtube-icon:before {
  background: url(assets/img/youtube-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.clubhouse-icon:after {
  background: url(assets/img/clubhouse.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.clubhouse-icon:before {
  background: url(assets/img/clubhouse-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.instagram-icon:after {
  background: url(assets/img/instagram.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.instagram-icon:before {
  background: url(assets/img/instagram-gray.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-copy:after {
  content: none !important;
}
i.icon-copy {
  width: 25px;
  height: 25px;
  background: #cccccc;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.socials a,
.share-icon a {
  display: inline-flex;
  justify-content: center;
  margin-right: 16px;
  width: 25px;
  height: 25px;
  background: #cccccc;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}
.socials a:hover,
.share-icon a:hover {
  color: #fff !important;
}
.socials a {
  margin-right: 0;
}
.share-icon a[title="telegram"]:hover,
.socials a[title="Telegram"]:hover {
  background: #0088cc;
}
.share-icon a[title="Instagram"]:hover,
.socials a[title="Instagram"]:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.share-icon a[title="Aparat"]:hover,
.socials a[title="Aparat"]:hover {
  background: #ed145b;
}
.share-icon a[title="Youtube"]:hover,
.socials a[title="Youtube"]:hover {
  background: #ff0000;
}
.share-icon a[title="Share on Facebook"]:hover,
.socials a[title="Facebook"]:hover {
  background: #1877f2;
}
.share-icon a[title="Share on LinkedIn"]:hover,
.socials a[title="Linkedin"]:hover {
  background: #0a66c2;
}
.share-icon a[title="Clubhouse"]:hover,
.socials a[title="Clubhouse"]:hover {
  background: #ffc600;
}
.share-icon a[title="Tweet"]:hover,
.socials a[title="Twiter"]:hover {
  background: #00b9ff;
}

.icon-share {
  color: var(--color2);
  font-size: 25px;
  margin-left: 6px;
}
.socials-share span {
  font-size: 13px;
  color: #595959;
  margin-left: 12px;
}
.share-icon {
  display: flex;
  align-items: center;
}
.textcopy {
  position: absolute;
  right: -50px;
  font-size: 12px;
  color: var(--color2);
  background: #f9f9f9;
  padding: 2px 9px;
  border-radius: 10px;
  display: none;
  top: -50px;
  transform: translateY(50%);
}
.share-icon {
  position: relative;
}
#news-related {
  background: #f2f2f2;
  padding: 50px 0;
  margin: 60px 0;
}
.teams-social a {
  display: inline-flex;
  margin: 0 5px;
}
.teams-social {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.section-teams {
  padding: 30px 0 50px 0;
}

.nav-team i {
  position: absolute;
  top: calc(50% - 5px);
  z-index: 1;
}

.nav-team .icon-chevron-thin-right {
  right: -50px;
}

.nav-team .icon-chevron-thin-left {
  left: -50px;
}
.wrap-team-slider {
  position: relative;
}

i.icon-copy:hover {
  background: var(--color2);
}
.error-wrap {
  max-width: 370px;
  margin: auto;
  margin-top: -100px;
}
.error-wrap .socials {
  margin-top: 30px;
}
.error-404-btn.button {
  background: #3d3d3d;
}
.error-404-btn.button:hover {
  background: var(--color2);
}
/* --------------------
 comment Style
-------------------- */

.commentlist ul.children {
  position: relative;
}
.children .item-comment {
  margin-right: 110px !important;
  padding: 18px;
}
.commentlist ul.children:before {
  content: "\e919";
  color: var(--color2);
  font-family: icomoon;
  position: absolute;
  right: 30px;
  top: 60px;
  font-size: 9px;
  width: 35px;
  height: 35px;
  background: #f2f2f2;
  border: 1.3px solid #f2f2f2;
  -webkit-backdrop-filter: blur(7.8px);
  backdrop-filter: blur(7.8px);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.editor-content .commentlist {
  margin-bottom: 100px;
}

.form-submit {
  text-align: center !important;
  margin: 25px 0 20px;
  flex: 0 0 100%;
}
#commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.editor-content .comment-notes {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.editor-content .comment-form-author,
.editor-content .comment-form-email {
  flex: 0 0 49%;
  flex-wrap: wrap;
  display: flex;
}
.comment-form-comment {
  flex: 0 0 100%;
}
.editor-content #commentform input,
.editor-content #commentform textarea {
  background: #fff;
}
.editor-content label,
.comment-form label {
  margin-bottom: 5px !important;
  position: relative;
  display: inline-block;
  color: #464646 !important;
  font-weight: normal !important;
  font-size: 16px;
}
.comment-awaiting-moderation {
  color: var(--danger);
  text-align: center;
  display: block;
  background: var(--bg_danger);
  font-size: 14px;
}

.comment-list .children .comment_container {
  width: 89%;
  margin: 20px 0;
  margin-right: 112px;
}
.head-comment {
  background: #f9f9f9;
  border-radius: 3px;
  padding: 15px;
  color: #0c0918;
  font-weight: bold;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.editor-content a.comment-reply-link {
  color: var(--color1);
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  transition: 0.3s;
}

.editor-content .byadmin a.comment-reply-link:hover {
  color: var(--color2);
}
.editor-content a.comment-reply-link:hover {
  color: var(--color2);
}
.comment-reply-link i {
  font-size: 11px;
  font-weight: bold;
  transition: 0.3s;
}
.comment-reply-link:hover i {
  margin-left: -10px;
  padding-right: 10px;
}
.item-comment {
  box-shadow: 0 2px 10px rgb(242 240 247);
  padding: 18px !important;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 25px !important;
}
.byadmin > .comment_container > .item-comment {
  background: #f2f2f2;
  box-shadow: none;
}
.text_comment p {
  font-size: 16px !important;
  padding: 10px 0px;
}
.commentlist #reply-title {
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  margin-bottom: 20px;
  font-size: 13px;
}
.commentlist .children .comment_container {
  flex: 0 0 90%;
}
.editor-content .commentlist li {
  position: relative;
  padding-right: 0;
}
.head-comment .time_comment {
  color: var(--color1);
  display: flex;
  align-items: center;
}
.byadmin .head-comment {
  background: var(--color1);
  color: #fff;
}
.head-comment > span {
  display: inline-flex;
  align-items: center;
}
.byadmin .head-comment .time_comment {
  color: #fff;
}
.comment-custom-field {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.head-comment {
  display: flex;
  padding: 15px 30px;
}
.editor-content .comment-notes {
  display: none;
}

.comment-reply-title {
  display: none;
}
.nav-solutions i,
.nav-blog i {
  width: 37px;
  height: 37px;
  background: #f8f8f8;
  border: 1.5px solid rgba(141, 141, 141, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 6px #0000;
  transform: translate(0px, 0px);
  position: absolute;
  font-size: 13px;
  top: 50%;
  z-index: 1;
}
.nav-solutions i {
  top: calc(50% - -8px);
}

.nav-solutions .icon-chevron-thin-right,
.nav-blog .icon-chevron-thin-right {
  right: -10px;
}
.nav-solutions .icon-chevron-thin-left,
.nav-blog .icon-chevron-thin-left {
  left: -10px;
}
#comments-single {
  padding: 30px 0;
  margin: 40px 0 0;
}
#review_form_wrapper {
  background: #fcfcfc;
  padding: 30px 0;
  margin-bottom: 30px;
}
#review_form {
  background: #ffffff;
  box-shadow: 0px 7.66667px 18.7407px -0.851852px rgb(198 198 198 / 19%);
  border-radius: 16px;
  padding: 10px;
}
.meta_comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time_comment {
  display: flex;
  align-items: center;
}
.time_comment {
  display: flex;
  align-items: center;
  color: var(--color1);
  font-size: 15px;
}
.time_comment i {
  font-size: 17px;
  margin-left: 9px;
}
.author_comment {
  font-size: 17px;
  color: #262626;
}
.byadmin .author_comment {
  color: var(--color1);
}
.section-solutions .title-site {
  margin: 0 auto 18px auto;
}
.alert-error {
  background: var(--bg_danger);
  color: var(--danger);
  padding: 10px;
  text-align: center;
}
.item-comment.byadmin {
  background: #f2f2f2;
  box-shadow: none;
}

#comments-single span.required:after {
  content: "*";
}
span.required {
  color: var(--danger);
  font-size: 14px;
}
.icon-admin:after {
  content: "";
  background: url(assets/img/adminc.png) no-repeat;
  background-repeat: no-repeat;
  width: 50px;
  display: inline-block;
  height: 35px;
  background-size: contain;
}
.meta_comment .admin {
  display: flex;
  align-items: center;
}
.icon-admin {
  margin-left: 10px;
}
/* --------------------
    solotion Simple
-------------------- */
.singleunithumb img,
.singleuni img {
  width: 100%;
  border-radius: 6px;
}
.singleuni {
  margin-bottom: 10px;
}
.singleunithumbs .swiper-slide:after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  inset: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.singleunithumb .swiper-slide:hover:after {
  opacity: 1;
  visibility: visible;
}
.singleunithumbs .swiper-slide {
  display: none;
}
.property-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.property-item p:last-of-type {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: normal;
}

.property-item img {
  max-width: 50px;
  margin-bottom: 15px;
}
.property-item p {
  color: #181818;
  font-size: 15px;
  font-weight: bold;
}
.section-property {
  background: #f2f2f2;
  margin: 80px 0 0;
  padding: 50px 0;
}
.owl-nav.nav-pro {
  top: calc(50% - 20px);
}
.singleuni {
  padding: 10px 0 0 0;
}
.section-technical {
  background: #f2f2f2;
  padding: 60px 0;
}
.wrap-table {
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
}
.title-property {
  font-size: 18px;
  color: #262626;
  margin-bottom: 15px;
}
.section-content-inner {
  padding: 50px 0;
}
.single-solutions .category_post {
  margin: 13px 0;
}
#websima-maplist-filter-form select {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 11px 10px;
  display: block;
  width: 100%;
  font-size: 13px;
  transition: 0.3s;
  color: #989898;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
}
#websima-maplist-filter-form select:focus {
  border-color: var(--color2);
}
#websima-maplist-filter-form .form-group {
  position: relative;
}
#websima-maplist-filter-form .form-group:after {
  content: "\e900";
  position: absolute;
  transition: all 0.3s ease-out;
  top: 13px;
  font-family: "icomoon";
  left: 17px;
  color: #ababab;
  font-size: 12px;
}
.form-group.form-search:after {
  content: "\e901" !important;
  font-size: 25px !important;
  top: 0px !important;
  left: 10px !important;
  bottom: unset !important;
}
#mapp-websima-maplist-app {
  border-radius: 8px;
  z-index: 1;
}
.button.submit-filter {
  min-width: 110px;
  justify-content: center;
}
.button.submit-filter:after {
  content: none;
}
.title-center {
  text-align: center;
}
#websima-maplist-list .list-item .title-box {
  position: relative;
}
#websima-maplist-list .list-item .title-box::after {
  content: "\e900";
  position: absolute;
  transition: all 0.5s ease-out;
  top: calc(50% - 12px);
  font-family: "icomoon";
  transform: rotate(0deg);
  left: 20px;
  color: #b9b9b9;
  font-size: 14px;
}
#websima-maplist-list .list-item.active .title-box::after {
  transform: rotate(180deg);
  color: var(--color2);
}
#websima-maplist-filter-form {
  display: flex;
}
#websima-maplist-filter-form .form-group {
  flex: 0 0 26%;
  max-width: 26%;
}
#websima-maplist-filter-form {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
#websima-maplist-app {
  order: 2;
}
/* --------------------
    madular Simple
-------------------- */
.wrap-slider-site {
  position: relative;
}
.wrap-slider-site .nav-slider.owl-nav i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-slider-site .nav-slider.owl-nav .icon-chevron-thin-right {
  right: -20px;
}
.wrap-slider-site .nav-slider.owl-nav .icon-chevron-thin-left {
  left: -20px;
}
@media screen and (min-width: 1200px) {
  .page-template-template-about #main .section-brands .container,
  .page-template-template-about #main .section-content .container {
    max-width: 1230px;
  }
}
.acf-fields > .acf-field {
  border: none !important;
}
.acf-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.acf-field .acf-label {
  margin: 0 0 10px !important;
}
.acf-field .acf-label label {
  margin: 0 0 3px !important;
}
.acf-input.expand:after {
  content: "\e900";
  color: #a1a1a1;
  font-family: "icomoon";
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 9px;
}
.acf-radio-list li:after,
.acf-radio-list li:before,
.acf-checkbox-list li:after,
.acf-checkbox-list li:before {
  content: none !important;
}

.acf-checkbox-list li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.acf-checkbox-list label {
  font-size: 15px;
  position: relative;
  cursor: pointer;
  color: #757575 !important;
}
.acf-checkbox-list label:before {
  content: "";
  background-color: #efefef;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  transition: 0.3s;
}
.acf-checkbox-list label:after {
  content: "";
  background-color: var(--color2);
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 2px;
  width: 9px;
  height: 9px;
  right: 2px;
  opacity: 0;
  top: 7px;
}
.acf-basic-uploader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 135px;
  height: 40px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--color1);
  color: #fff !important;
  font-family: inherit;
  font-size: 13px !important;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 2px 9px var(--box-shadow-color);
  cursor: pointer;
  display: inline-block;
}
.acf-file-uploader {
  position: relative;
}
.acf-basic-uploader::before {
  content: "ارسال فایل";
  position: absolute;
  color: #fff;
  right: 50%;
  font-size: 14px;
  transform: translateX(50%);
  top: 3px;
}
.acf-basic-uploader input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.acf-checkbox-list li label.selected:after {
  opacity: 1;
}
ul.acf-checkbox-list li {
  margin-bottom: 18px !important;
}
ul.acf-checkbox-list li label {
  display: flex !important;
  align-items: center;
}
ul.acf-radio-list li {
  margin-right: 10px !important;
}
ul.acf-radio-list input[type="radio"] {
  accent-color: darkgoldenrod;
}
ul.acf-radio-list li label {
  display: flex !important;
  margin-bottom: 15px !important;
}
ul.acf-radio-list li label input {
  max-width: 13px;
  margin-left: 10px !important;
}
.af-form {
  background: #ffffff;
  box-shadow: 0px 7.66667px 18.7407px -0.851852px rgba(198, 198, 198, 0.19);
  border-radius: 16px;
  padding: 5px;
  margin: 15px 0;
}

/* --------------------
    team
-------------------- */
.team-img img {
  border-radius: 8px;
}
.team-content {
  text-align: center;
}
.team-content .name {
  font-size: 18px;
  font-weight: bold;
  color: #585858;
  margin-bottom: 5px;
}
.team-content .post {
  color: #585858;
  font-size: 16px;
  margin-bottom: 5px;
}
.team-content .call {
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 2px;
}
.team-content .mail:hover,
.team-content .call:hover {
  color: var(--color2);
}
.eror-404-one {
  color: var(--color2);
  font-size: 25px;
}
p.eror-404-two {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.team-content .mail {
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.team-content .call i {
  font-size: 16px;
  margin-left: 10px;
}
.team-content .mail i {
  font-size: 21px;
  margin-left: 10px;
}
.team-img {
  margin-bottom: 9px;
}

.section-honor {
  padding: 40px 0;
}
.honor-item .gallery_item {
  background: #ffffff;
  box-shadow: 0px 7.66667px 18.7407px -0.851852px rgb(198 198 198 / 19%);
  border-radius: 8px;
  margin-bottom: 15px;
}
.honor-item {
  margin: 10px;
  text-align: center;
}
.honor-item .caption {
  font-size: 15px;
  color: #262626;
  margin-bottom: 7px;
}
.honor-item p {
  color: #595959;
  font-size: 13px;
}
.wrap-swiper-honor {
  position: relative;
}
.nav-honor i {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 1;
  transform: translateY(-50%);
}
.nav-honor .icon-chevron-thin-right {
  right: -8px;
}
.nav-honor .icon-chevron-thin-left {
  left: -8px;
}

.af-success {
  padding: 10px;
  text-align: center;
  background: var(--bg_success);
}
.af-success p {
  color: var(--success);
}
/* --------------------
    Search Simple
-------------------- */
.header-searchsimple form {
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.4s;
  padding: 0 7px;
}
.header-searchsimple #search-text {
  width: 100%;
  text-align: right;
  border: none;
  background: none;
  color: var(--color1);
  font-size: 16px;
  padding: 6px;
}
.search-results-box {
  position: absolute;
  background: #fff;
  z-index: 1;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  left: 0;
  right: 0;
  text-align: center;
  max-width: 720px;
  margin: auto;
  padding: 0;
}

.search-results-box > div {
  padding: 8px 16px;
}
.header-searchsimple {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .header-searchsimple form {
    max-width: 407px;
    min-width: 407px;
  }
}
/* --------------------
    Search Popup
-------------------- */
.bottom-head-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search {
  display: inline-flex;
  cursor: pointer;
}
.header-search:hover {
  color: var(--color2);
}

.lang,
.header-search {
  font-size: 19px;
  line-height: 1;
  padding: 2px 8px 0 0;
}
.lang {
  border-left: 1px solid #000000;
  font-size: 15px;
  padding: 3px 5px 0 10px;
  color: var(--color1);
}
.search-pup-up {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000de;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: white;
  overflow: hidden;
  overflow-y: visible;
  padding-bottom: 50px;
  display: none;
}
.fd-outer {
  width: 30px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 10;
}
.fd-inner {
  width: 30px;
  text-align: center;
}
.fd-inner:before,
.fd-inner:after {
  position: absolute;
  content: "";
  height: 2px;
  width: inherit;
  background: white;
  right: 0;
  transition: all 0.3s ease-in;
}
.fd-inner:after {
  bottom: 48%;
  transform: rotate(-45deg);
}
.fd-inner:before {
  top: 48%;
  transform: rotate(45deg);
}
.fd-outer label {
  font-size: 0.8em;
  line-height: 3em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in;
  opacity: 0;
  cursor: pointer;
}
.fd-outer:hover .fd-inner:before,
.fd-outer:hover .fd-inner:after {
  transform: rotate(0);
  background: var(--color1);
}
.fd-outer:hover .fd-inner:before {
  top: 0;
}
.fd-outer:hover .fd-inner:after {
  bottom: 0;
}
.fd-outer:hover label {
  opacity: 1;
}
.form-wrap {
  padding-top: 140px;
}
.search-pup-up #search-text {
  width: 100%;
  text-align: center;
  border: none;
  background: none;
  color: white;
  font-size: 16px;
  padding-bottom: 10px;
}
.search-form:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(
    to right,
    transparent,
    var(--color2),
    transparent
  );
  display: block;
}
.search-form:before {
  content: " ";
  position: absolute;
  display: inline-block;
  padding: 8px;
  border: 5px solid var(--color2);
  border-radius: 50%;
  margin: 0 0 -10px 15px;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  -webkit-animation: rotate 1s infinite;
  animation: rotate 1s infinite;
  opacity: 0;
  transition: 0.2s;
  left: 0;
  top: 13px;
}
.loading.search-form:before {
  opacity: 1;
}
.search-title {
  font-size: 18px;
  padding: 20px 0 5px 0;
  display: none;
}
.search-pup-up .search-form {
  transform: scale(0);
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.5s;
}
.search-pup-up.popup-search-active .search-form {
  transform: scale(1);
  opacity: 1;
}
.search-detail h3 a {
  display: block;
  margin-bottom: 10px;
}
.search-detail h3 a:before {
  font-family: icomoon;
  content: "\e905";
  color: var(--color1);
  margin-left: 8px;
}
.search-results-box .button {
  margin-bottom: 1.2rem;
}
.search-blogbox {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  padding: 16px 8px 0;
}
.search-detail {
  display: flex;
  text-align: right;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 2px 2px 14px 0 #00000012;
  color: #111;
}
.search-detail h3 {
  display: flex;
  align-items: center;
}

.search-detail h3 a:before {
  font-family: icomoon;
  content: " ";
  background: var(--color1);
  border-radius: 10px;
  width: 6px;
  height: 6px;
  display: block;
  float: right;
  margin: 14px 0 0 9px;
}
.search-detail p {
  display: none;
}
.search-image {
  width: 160px;
  display: block;
  padding-top: 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
}
.noresults {
  color: var(--danger);
  background: #fff;
  display: block;
  border-radius: 10px;
  padding: 10px 0;
}
.search-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* --------------------
    END Search Popup
-------------------- */
@media screen and (max-width: 768px) {
  .form-wrap {
    padding-top: 80px;
  }
  .fd-inner {
    width: 25px;
  }
  .fd-outer {
    width: 25px;
    top: 10px;
    right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .header-search > span {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .header-search > span {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .header-search > span {
    font-size: inherit;
  }
}

@media screen and (max-width: 576px) {
  .type-product .summary.entry-summary .cart,
  .variations_form .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }
  .quantity {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .cat-swiper {
    margin: 0 55px;
  }
}
@media screen and (max-width: 1300px) {
  .title-cat-blog {
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 1200px) {
  .title-cat-blog {
    font-size: 14px;
  }
  .cat-item a {
    font-size: 14px;
  }
  .nav-catblog i {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

@media screen and (max-width: 425px) {
  .product-meta-top {
    flex-direction: column;
  }
  .product-meta-top > div {
    width: 100%;
    margin: 5px 0;
    justify-content: space-around;
  }
  .product-meta-right a:first-child:after {
    content: unset;
  }
  .type-product .summary .price ins:before {
    font-size: 16px;
  }
}
.enamad {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.more-tax-desc {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 15px;
}
.more-tax-desc i {
  transform: rotate(-90deg);
  font-size: 12px;
  margin-right: 10px;
}
.holder-cat-solution {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.holder-cat-solution .title-cat-blog {
  flex: unset;
}
.solution-cat {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.solution-cat .cat-item img {
  max-width: 20px;
  margin-left: 7px;
  -webkit-filter: none;
  filter: none;
}
#faq {
  margin: 70px 0;
}
.solution-cat .cat-item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.solution-cat .cat-item {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 6px 10px;
  transition: 0.3s;
}
.solution-cat .cat-item:hover {
  background: var(--color1);
}
.solution-cat .cat-item:hover a {
  color: #fff;
}
.items-sub-category {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item-sub-category {
  padding: 5px 10px;
  border: 1px solid #a8a8a8;
  margin: 5px 5px;
  display: inline-block;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
ul.page-numbers {
  margin: 2rem 0;
}
.page-numbers li {
  margin: 0 4px;
}
.inner-card .post-solution {
  margin-bottom: 35px;
}
.page-numbers li a,
.page-numbers li span {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.4);
  border: 1.5px solid rgba(141, 141, 141, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 6px #0000;
  transform: translate(0px, 0px);
  font-size: 17px;
  color: #b8b8b8;
  padding-top: 2px;
}
.page-numbers li a:hover {
  color: #fff;
  background: var(--color2);
  box-shadow: none;
  border: none;
}
.page-numbers li a:hover i:before {
  color: #fff;
}
.page-numbers li span.current {
  color: #fff;
  background: var(--color2);
  box-shadow: none;
  border: none;
}
#comments-single-prd {
  margin: 100px 0 0 0;
}
.woocommerce-noreviews {
  display: none;
}
.post-item h2 {
  min-height: 41px;
  line-height: 1.5;
}
.prev.page-numbers,
.next.page-numbers {
  font-size: 14px;
  color: #b8b8b8;
}
.home .section-banners {
  padding:0!important
}
/* sidebar */
.widget-side {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 15px 12px -12px rgba(190, 190, 190, 0.2);
  border-radius: 12px;
  padding: 0 0 15px;
}
.woocommerce-widget-layered-nav .widget-title {
  color: var(--color2);
}
.sidebar-shop .woocommerce-widget-layered-nav > ul > li > a:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
  border-radius: 2px;
  background: #f2f2f2;
}
.sidebar-shop .woocommerce-widget-layered-nav > ul > li > a:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 2px;
  background: var(--color2);
  position: absolute;
  right: 2px;
  top: 5px;
  opacity: 0;
  transition: 0.3s;
}

.sidebar-shop .woocommerce-widget-layered-nav > ul > li.chosen > a:after,
.sidebar-shop .woocommerce-widget-layered-nav > ul > li:hover > a:after {
  opacity: 1;
}
.widget_layered_nav_filters ul > li > a:before {
  content: "✖";
  font-size: 13px;
  color: var(--danger);
  margin-left: 10px;
  display: inline-block;
  transition: 0.5s;
  font-family: icomoon;
}
.woocommerce-widget-layered-nav .widget-title:after {
  position: absolute;
  left: 18px;
  top: 19px;
  display: inline-block;
  content: "\e900";
  font-family: icomoon;
  z-index: 0;
  transition: 0.3s;
  font-size: 11px;
  color: #9e9e9e;
}
.active-widget .widget-title:after {
  transform: rotateX(180deg);
  color: var(--color2);
}
.woocommerce-widget-layered-nav {
  padding: 0;
}
.woocommerce-widget-layered-nav-list li:last-child {
  padding-bottom: 20px;
}
.widget-title {
  padding: 10px 20px;
  font-size: 18px;
  position: relative;
  color: #004a8e;
  display: flex;
  align-items: center;
}
.widget_product_categories .widget-title:before {
  content: "\e916";
  display: inline-block;
  font-family: icomoon;
  font-size: 23px;
  margin-left: 12px;
}
.widget-side > ul > li {
  padding: 8px 20px;
}

.cat-parent {
  position: relative;
}
.children .cat-item {
  font-size: 12px;
  border: none;
  padding: 1px 0;
}
ul.children {
  margin: 5px 0 0 0;
}
.caticon {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 12px;
  top: 7px;
}
.caticon:before {
  position: absolute;
  right: 8px;
  top: 9px;
  display: inline-block;
  content: "\e900";
  font-family: icomoon;
  z-index: 0;
  transition: 0.3s;
  font-size: 11px;
  color: #9e9e9e;
}
.caticon.active:before {
  transform: rotateX(180deg);
  color: var(--color2);
}
.children .caticon {
  top: 5px;
}

#sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  z-index: 1;
  background: var(--color1);
}
.sidebar-btn i {
  border-radius: 50%;
  background: var(--color2);
  color: #fff;
  width: 52px;
  height: 52px;
  font-size: 20px;
  padding: 15px;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #004a8f00;
  transition: 0.4s ease;
  transform: translate(0, 0);
  pointer-events: visible;
}
.sidebar-btn {
  position: fixed;
  right: 26px;
  bottom: 135px;
  z-index: 2;
}
#sidebar.active {
  right: 0;

  background: #fff;
}
#sidebar .sidebar-close {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  background: var(--danger);
  text-align: center;
  margin: 10px auto 10px 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}
#sidebar a {
  color: #595959;
  position: relative;
}
#sidebar a:hover {
  color: var(--color2);
}
@media screen and (min-width: 992px) {
  .sidebar-btn {
    display: none;
  }
  #sidebar {
    position: unset;
    right: auto;
    overflow-y: unset;
    background: transparent;
  }
  #sidebar .sidebar-close {
    display: none;
  }
}

/* --------------------
    Modules Css
-------------------- */

.section-base {
  padding: 30px 0;
}
.home .section-base.section-banners{
	padding:0!important;
}
.countdown-wrapper {
  direction: ltr;
}

.countdown-wrapper span {
  display: inline-block;
  margin: 0 5px;
}

.section-aparat {
  padding: 5rem 0;
}
.section-employment {
  padding: 3rem 0 0 0;
}
.support-badge > div {
  padding: 20px;
}
.support-numbers {
  justify-content: flex-start;
  margin: 1rem 0;
  gap: 3rem;
}
.support-badge .icon-close {
  color: var(--gray_1);
  font-size: 22px;
  position: absolute;
  left: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.support-badge .icon-close:hover {
  color: var(--color3);
}
.support-badge .icon-support {
  background: #f2f2f2;
  border-radius: 8px;
  color: var(--color2);
  font-size: 26px;
  padding: 7px 8px 8px 8px;
  margin: 0 0 0 10px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.support-badge h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1rem;
}
.support-badge p {
  font-size: 15px;
}
.support-numbers span {
  margin: 0 0 0 10px;
}
.requestform-before {
  width: 48%;
}
.requestform-before label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
.requestform-before.full {
  width: 100%;
  margin-top: 1.2rem;
}
input {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 10px;
  display: block;
  width: 100%;
  font-size: 13px;
  transition: 0.3s;
}
input:focus {
  border-color: var(--color2);
}
input::-webkit-input-placeholder {
  color: #aaa;
}
input::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
input::-ms-input-placeholder {
  color: #aaa;
}
input::placeholder {
  color: #aaa;
}

.requestform-before [name="mobile"] {
  direction: ltr;
  text-align: right;
}
.text-left {
  text-align: left;
}
.installment-submit-loading {
  display: inline-block;
  padding: 8px;
  border: 5px solid var(--color2);
  border-radius: 50%;
  margin: 0 0 -10px 15px;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  -webkit-animation: rotate 1s infinite;
  animation: rotate 1s infinite;
  opacity: 0;
  transition: 0.2s;
}
.loading .installment-submit-loading {
  opacity: 1;
}
.requestform-submited {
  text-align: center;
  padding: 1rem 0;
}
.requestform-submited h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  color: var(--color1);
}
.requestform-submited span {
  font-size: 14px;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --------------------
    Responsive Mode
-------------------- */
@media screen and (min-width: 992px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 576px) {
}
@media screen and (max-width: 1200px) {
  .header-logo {
    margin-left: 0;
  }
  /* .section-slider,
  .inner-page #wrapper {
    padding-top: 74px;
  } */
  #header .wrap-menu {
    display: none;
  }
  .wrap-swiper {
    margin: 0 0 35px;
  }
  .cat-swiper {
    margin: 0 40px;
  }

  .product-item h2 {
    margin-bottom: 5px;
  }
  .widget-title {
    padding: 5px 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  #sidebar {
    z-index: 1000;
  }
  .product-main-data .product_title.entry-title {
    display: none;
  }
  .product_title.entry-title,
  .product_title.entry-title.title-m {
    margin-bottom: 15px;
    display: block;
  }
  .lang {
    font-size: 17px;
    margin: 0 10px 0 0;
  }
  .post-solution h2 a,
  .post-solution h2 {
    font-size: 16px;
  }
  .about-content-wrap .image-about {
    max-width: 350px;
    margin: auto;
  }

  .socials {
    margin: 20px 0 10px 0;
  }

  .footer-title {
    margin-top: 30px;
    font-size: 18px;
  }
  .swiper-holder .owl-nav {
    top: calc(50% - 16px);
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-logo {
    display: block;
  }
  .footer-logo span {
    display: block;
    margin: 10px 0 0 0;
  }
  .title-cat-blog {
    flex: 0 0 30%;
  }
  .post-item h2 a {
    margin: 5px 0;
    font-size: 14px;
  }
  .post-item {
    padding: 10px;
  }
  .title-single .title-heading {
    font-size: 17px;
    text-align: right;
  }
  .category_post a {
    font-size: 13px;
  }
  .category_post i {
    font-size: 22px;
    margin-left: 9px;
  }
  .calender {
    border-top: 1px solid #ededed;
    padding-top: 5px;
    margin: 12px 0 0px 0;
  }
  .calender time {
    font-size: 14px;
  }
  .author_comment {
    font-size: 15px;
  }
  .time_comment {
    font-size: 15px;
  }
  .text_comment p {
    font-size: 15px !important;
  }
  .children .item-comment {
    margin-right: 50px !important;
  }
  .commentlist ul.children:before {
    right: 0;
  }
  .icon-admin:after {
    width: 40px;
    height: 35px;
  }
  .text_comment p {
    padding: 3px 0;
  }
  .editor-content .commentlist {
    margin-bottom: 20px;
  }
  #news-related {
    padding: 20px 0;
    margin: 30px 0;
  }
  #comments-single {
    margin: 30px 0 0;
  }
  .team-content .name {
    font-size: 15px;
  }
  .team-content .post {
    font-size: 14px;
  }
  .team-content .call {
    font-size: 13px;
  }
  .team-content .mail {
    font-size: 13px;
  }
  .team-content .call i {
    font-size: 14px;
  }
  .team-content .mail i {
    font-size: 18px;
  }
  .error-wrap {
    margin-top: 0;
  }
  p.eror-404-two {
    font-size: 16px;
  }
  .faqs-content .faqs-question {
    font-size: 14px;
  }
  .faqs-item .faqs-answer {
    padding: 0 15px 15px;
  }
  .faqs-question .faq-num {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .faqs-question i {
    font-size: 15px;
    left: 12px;
  }

  .nav-faq i {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .nav-faq .icon-chevron-thin-right {
    right: -40px;
  }
  .nav-faq .icon-chevron-thin-left {
    left: -40px;
  }
  .Thumbnail-map img {
    margin-bottom: 20px;
  }
  .holder-map {
    height: 300px;
  }
  .row-contact {
    margin: 0;
  }
  .Thumbnail-map {
    padding: 0 10px 0 10px;
  }
  .socials.social-contact {
    margin: 10px 0 30px;
  }
  .contact-info {
    padding: 15px 0;
  }
  .socials.social-contact span {
    font-size: 15px;
  }
  .contact-info .title {
    font-size: 17px;
  }
  .contact-info .title i {
    font-size: 25px;
  }
  .contact-info li {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .contact-info .address {
    font-size: 15px;
  }
  .contact-info li i {
    font-size: 17px;
  }
  .contact-info li i.icon-post,
  .contact-info li i.icon-fax {
    font-size: 22px;
  }
  .contact-info li i.icon-email {
    font-size: 21px;
  }
  .editor-content label,
  .comment-form label {
    font-size: 15px;
  }
  .socials.social-contact > div {
    gap: 10px;
  }
  .websima-contact-form .acf-field textarea,
  .websima-contact-form .acf-field input[type="text"],
  .websima-contact-form .acf-field input[type="email"] {
    padding: 10px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-btns {
    padding: 0 25px;
    top: calc(100vh - 80px);
  }

  .footer-logo {
    display: flex;
  }
  .footer-logo span {
    display: block;
    margin: 10px 0 0 0;
  }
  .section-solutions {
    margin: 30px 0;
    padding-top: 0;
  }
  .swiper-holder .owl-nav {
    left: 0;
    right: 0;
    position: relative;
    justify-content: center;
    gap: 20px;
    margin-top: 26px;
  }
  .solutions-carousel {
    border-radius: 12px;
    width: calc(100% + 30px);
    padding: 0 10px !important;
    margin-right: -15px !important;
  }
  .post-item {
    -webkit-filter: none;
    filter: none;
  }
  .section-blog .owl-nav {
    margin-bottom: 20px;
  }
  .video-slide i {
    margin-top: 10px;
  }
  .item-customers img {
    width: 60px;
    height: 60px;
  }
  #footer {
    background: var(--bg_footer);
    color: var(--gray);
    margin-top: 0;
  }
  .title-heading {
    text-align: center;
    font-size: 20px;
  }
  .title-cat-blog {
    display: none;
  }
  .editor-content .comment-form-author,
  .editor-content .comment-form-email {
    flex: 0 0 100%;
  }
  .nav-slider.owl-nav i {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .wrap-slider-site .nav-slider.owl-nav .icon-chevron-thin-right {
    right: 5px;
  }
  .wrap-slider-site .nav-slider.owl-nav .icon-chevron-thin-left {
    left: 5px;
  }
  .section-content {
    padding: 2rem 0;
  }
  .video-title {
    font-size: 12px;
  }
  #more-tax-desc {
    padding: 30px 0;
    margin: 35px 0;
  }
  .websima-contact-form .input-cform {
    margin-bottom: 20px !important;
  }
  .sidebar-btn {
    bottom: 100px;
  }
  html[dir="rtl"] .acf-field[data-width] {
    width: 100% !important;
  }
  #faq {
    margin: 20px 0;
  }
  .section-base {
    padding: 15px 0;
  }
  .nav-faq {
    display: none;
  }
 /* .section-banners {
    margin: 30px 0 0;
  }
	*/
.home .section-banners.section-base {
  padding:0!important;
}

  .section-employment {
    margin: 30px 0 30px;
  }
  .section-download {
    margin: 30px 0;
  }
  .faqs-content .faqs-question {
    padding: 15px 22px;
  }
  .section-galleries {
    padding: 25px 0 !important;
  }
}

@media screen and (max-width: 576px) {
  /* #breadcrumbs > .container > .row > .col-12 > span > span:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 300px;
  } */
	.section-banners {
    padding: 1.5rem 0;
}
  .content-box li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-prd {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sticky-btns {
    top: calc(100vh - 80px);
  }
  .counter-num {
    font-size: 33px;
  }
  .slider-site .owl-nav i {
    width: 32px;
    height: 32px;
  }
  .slider-site .owl-nav {
    padding: 0 15px;
    margin: -17px auto 6px auto;
    justify-content: center;
  }
  .section-counter {
    margin-top: 0;
  }
  .title-site h4 {
    font-size: 18px;
  }
  .item-brands img {
    height: 60px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 80%;
  }
  .section-aparat {
    padding: 3rem 0;
  }
  .footer-logo {
    display: block;
  }
  .footer-logo span {
    display: block;
    margin: 10px 0 0 0;
  }
  .footer-title {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 20px;
  }
  .videos-carousel {
    width: 100% !important;
    padding: 0 !important;
  }
  .counter-item {
    box-shadow: 0px 6px 7px rgb(0 0 0 / 5%);
  }
  .counter-carousel {
    padding: 15px 7px !important;
  }
  .swiper-slide-active .solution-item-image {
    box-shadow: 0px 9px 13px -1px rgb(198 198 198 / 32%);
  }
  .socials {
    margin: 20px 0 10px 0;
  }
  .footer-title {
    margin-bottom: 10px;
  }
  .requestform-before {
    width: 100%;
  }
  .support-numbers span {
    display: block;
  }
  .support-numbers {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
  .support-badge p {
    font-size: 15px;
  }
  .support-badge h4 {
    font-size: 17px;
  }
  .requestform-before {
    margin-top: 1.2rem;
  }
  .nav-solutions,
  .nav-blog {
    display: none;
  }
  .children .item-comment {
    margin-right: 25px !important;
  }
  .commentlist ul.children:before {
    font-size: 18px;
    width: 25px;
    height: 25px;
    right: -7px;
  }
  .owl-nav.nav-honor,
  .owl-nav.nav-team {
    display: none;
  }
  .holder-cs {
    justify-content: center;
  }

  .owl-nav.nav-gallery {
    display: none;
  }
  .tag-col.col-lg-7,
  .tag-col.col-lg-5,
  .tag-col.col-lg-10,
  .tag-col.col-12 {
    padding: 0 !important;
  }
  #comments-single-prd #commentform {
    justify-content: center;
  }
  .about-content-wrap .btns {
    justify-content: center !important;
  }
}
@media screen and (max-width: 440px) {
  .col-prd {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* .brands-carousel .swiper-wrapper {
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
margin: 0 auto;
} */

.loader-search {
  display: none;
  top: 230px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.loader-search svg {
  width: 60px;
  height: 60px;
}
.loader circle {
  stroke: #73737394;
  stroke-dasharray: 132;
  fill: #0000;
}
.loader circle {
  transform-origin: 50% 50%;
  animation: spinner 2s linear infinite;
  -webkit-animation: spinner 2s linear infinite;
}
.loader circle {
  transform: rotate(-90deg);
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }
  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }
  100% {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }
  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }
  100% {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}
.swiper-button-lock {
  display: none !important;
}
.bg-gray {
  background: #fafafa !important;
}
.bg-gray .post-solution {
  background: transparent !important;
}
.swiper-cat-blog .swiper-slide {
  width: auto;
}
.swiper-cat-blog {
  flex: 1;
}

.logo__wrapper {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 92.5px;
  background-color: #fff;
}
.logo__wrapper img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
footer.footer-new{
  background-color: #f7f7f7 !important;
  padding-top: 40px !important;
  margin-top: 40px !important;
}
.footer__bot p{
  font-size: 14px;
}
.footer__bot{
  background-color: #ebebeb;
  margin-top: 40px;
  padding-block: 22px;
}
.footer__bot__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__socials a,
.footer__socials{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__socials {gap: 25px; }
.footer__socials a{
  color: #9d9d9d;
  font-size: 25px;
}


.certificates{
  display: flex;
  gap: 10px 20px;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.certificate__item,
.certificate__item a,
.certificate__item img{
  display: flex;
  align-items: center;justify-content: center;
}
.certificate__item a,
.certificate__item img{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.certificate__item{
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ebebeb;
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  height: 92.5px;
}
.footer-new .footer-title::after{
  display: block;
  content: '';
  width: 150px;
  max-width: 150px;
  background-color: #cfb276;
  height: 1px;
  line-height: 1px;
}
.footer-new .footer-title{
  color: #222629;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.icon-twitter:before {
  content: "\e923";
}
.icon-envelope-solid:before {
  content: "\e924";
}
@media (max-width:1399.98px) {
  .certificate__item{
    height: 65px;
  }
}
@media (max-width:1199.98px) {
  .footer-new .footer-title::after{
    width: 100%;
    max-width: 185px;
  }
  .footer-new .d-flex{
    flex-wrap: wrap;
  }
  .footer__bot__wrapper{
    flex-direction: column;
    gap: 22px;
  }
  #footer p{
    font-size: 12px;
  }
  .footer__bot{
    padding-block: 16px;
    margin-top: 26px;
  }
  .footer__socials {
    gap: 18px;
    }
    .certificates {
      gap: 6px;
    }
    .certificate__item{
      flex: 0 0 calc(50% - 3px);
      width: calc(60% - 3px);
      height: 65px;
    }
}
@media (max-width:991.98px) {
  
  .footer-new .wrap-ft-menu{
    flex: 0 0 50%;
  }
  
  .footer__socials a{
    font-size: 18px;
  }
  footer.footer-new{
    background-color: #fff !important;
  }
  #footer.footer-new li span, #footer.footer-new li a{
    font-size: 12.5px;
    padding: 5px 0;
  }
  .footer-new .footer-title{
    font-size: 15px;
  }
  .certificates{
    margin-top: 18px;
    justify-content: center;
  }
  .certificate__item{
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    height: 92.5px;
  }
  .logo__wrapper{
    width: 222px;
  }
}


@media (max-width:575.98px) {
  .certificate__item{
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    
  }
}

#umm img{
  width: 42px;
  height: 42px;
  margin-left: 4px;
  object-fit: contain;
}


#umm img + .childer{
  top: 13px;
}


.editor-content input[type=text], .editor-content input[type=email], .editor-content input[type=number], .editor-content input[type=password], .editor-content input[type=search], .editor-content input[type=tel], .editor-content textarea, .editor-content select, .comment-form input, .comment-form textarea {
    margin-bottom: 0;
}


.counter-num {
    font-family: 'IRANSansWeb_f';
}

.video-slide i {
    font-family: 'IRANSansWeb_f';
}


.search-detail h3 a:before {
	display:none;
}

h1.title-heading {
   font-size:38px 
}
h2.title-heading {
    font-size:34px 
}
h3.title-heading {
    font-size:32px 
}
h4.title-heading {
    font-size:28px 
}
h5.title-heading {
    font-size:24px 
}
h6.title-heading {
    font-size:20px 
}

.button{
    -webkit-transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out;
    transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out
}



.quform-button-back-default>button, .quform-button-next-default>button, .quform-button-submit-default>button {
      font-family: 'IRANSansWeb_f';

  background: var(--color1);
    min-width: 150px;
    color: #fff;
    border-radius: 4px;
    border: unset;
    padding: 12px;
}

.quform-button-back-default>button:hover, .quform-button-next-default>button:hover, .quform-button-submit-default>button:hover {
    background: var(--color2);
    border-color: var(--color2);
	color:#333
}
.blog-date {
    font-family: 'IRANSansWeb_f';
}

.page-numbers {
    font-family: 'IRANSansWeb_f';
}


.quform {
    max-width: 50%;
}






.csr-bullet-ul > li {
    list-style: inside;
}

.csr-bullet-ul > li::marker {
    color: #FCAF17
}

ul.csr-bullet-ul {
    list-style: inside;
}

.csr-bullet-ctr > a{
    color: #004a8e;
}

.csr-bullet-ctr > a:hover {
    color: #fcaf17;
}