.wtp-text-decoration-none {
  text-decoration: none;
}

.wtp-flex {
  display: flex;
}

.wtp-j-center {
  justify-content: center;
}
.wtp-c-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/* .wtp-container {
    display: flex;
    position: relative;
} */

.wtp-block {
  display: block !important;
}

.wtp-gap-5 {
  gap: 5px;
}
.wtp-gap-10 {
  gap: 10px;
}

.wtp-gap-20 {
  gap: 20px;
}

.wtp-full-w {
  width: 100%;
}

.wtp-relative {
  position: relative;
}
.wtp-j-center {
  justify-content: center;
}

.wtp-col {
  position: relative;
  min-height: 1px;
  display: flex;
}

.wtp-p-10 {
  padding: 10px;
}

.wtp-p-10-20 {
  padding: 10px 20px !important;
}

.wtp-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.wtp-flex-col {
  flex-direction: column;
}

.wtp-flex-row {
  flex-direction: row;
}

.wtp-none {
  display: none !important;
}

.wtp-flex-r-r {
  flex-direction: row-reverse;
}

.wtp-lime-green {
  color: #b9d54d !important;
}

.wtp-bg-dark-blue {
  background-color: #00205c !important;
}

.wtp-dark-blue {
  color: #00205c !important;
}

.wtp-br-2 {
  border-radius: 2px 2px 2px 2px;
}

.wtp-br-5 {
  border-radius: 5px 5px 5px 5px;
}

.wtp-ptb-10 {
  padding: 10px 0;
}

.wtp-max-w-1140 {
  max-width: 1140px;
}

.wtp-center {
  align-content: center;
  align-items: center;
}

.wtp-flex-start {
  align-content: flex-start;
  align-items: flex-start;
}

.wtp-j-felx-end {
  justify-content: flex-end;
}

.wtp-j-felx-start {
  justify-content: flex-start;
}

.wtp-pl-10 {
  padding-left: 10px;
}

.wtp-item-center {
  align-items: center;
}

.wtp-text-center {
  text-align: center;
}
.wtp-p-0 {
  padding: 0;
}

.wtp-pl-4 {
  padding-left: 4px;
}

.wtp-text-left {
  text-align: left;
}

.wtp-text-right {
  text-align: right;
}

.wtp-w-auto {
  width: auto;
}

.wtp-max-w-100p {
  max-width: 100%;
}

.wtp-line-height-1 {
  line-height: 1;
}

.wtp-mt-35 {
  margin-top: 35px;
}

.wtp-mb-0 {
  margin-bottom: 0;
}

.wtp-mb-20 {
  margin-bottom: 20px;
}

.wtp-mt--16 {
  margin: -16px 0px 0px 0px;
}

.wtp-mt--10 {
  margin: -10px 0px 0px 0px;
}

.wtp-ltr {
  direction: ltr;
}

.wtp-rtl {
  direction: rtl;
}

.wtp-row {
  width: 100%;
  display: flex;
}
.wtp-col-wrap {
  width: 100%;
  position: relative;
  display: flex;
}

.wtp-m-p-0 {
  padding: 0 !important;
  margin: 0 !important;
}

.wtp-line-height-2 {
  line-height: 2;
}

.wtp-half-w {
  width: 50%;
}
.wtp-font-32 {
  font-size: 32px;
}

.wtp-flex-wrap {
  flex-wrap: wrap;
}
.wtp-svg {
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
}

.wtp-max-w-500 {
  max-width: 500px;
}

.wtp-pr-5p {
  padding-right: 5%;
}

.wtp-pr-15p {
  padding-right: 15%;
}

.wtp-grid-5 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-items: center;
}

.wtp-plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.wtp-bg-white {
  background-color: #fff;
}

.wtp-max-w-700 {
  max-width: 700px;
}

.carousel {
  padding: 0;
}

.wtp-max-h-200 {
  max-height: 200px !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.carousel-inner > .item > img {
  height: 200px !important;
}

:lang(ar) .carousel-control.right {
  right: 0;
  left: auto;
}
:lang(ar) .carousel-control.left {
  right: auto;
  left: 0;
}
:lang(ar) .carousel-indicators {
  direction: ltr;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 0;
  }

  .carousel-indicators .active {
    width: 8px;
    height: 8px;
  }

  .carousel-indicators li {
    width: 7px;
    height: 7px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 18px;
    height: 18px;
    margin-top: -10px;
    font-size: 18px;
  }
  @media (max-width: 768px) {
    #wrapper {
      overflow-x: hidden;
    }
  }
}
