:root {
  --bodyFont: "Roboto", sans-serif;
  --titleFont: "Kalnia", serif;
  --primaryColor: #A67944;
  --secondaryColor: #5D7A74;
  --bodyColor: #7B7B7B;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --titleColor: #3D6059;
  --borderColor: #B4C1BF;
  --inputbgColor: #FFFFFF;
  --softbgColor: #f6f6f6;
  --transition: 0.4s all ease;
}

.hero-area .swiper-slide h1, .hero-area .swiper-slide p, .hero-area .swiper-slide * {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear 0s;
}
.hero-area .swiper-slide.swiper-slide-active h1, .hero-area .swiper-slide.swiper-slide-active p, .hero-area .swiper-slide.swiper-slide-active * {
  opacity: 1;
  visibility: visible;
}

.item--wrap {
  display: flex;
}
.item--wrap .item--img {
  flex-shrink: 0;
  width: 300px;
  height: 260px;
}
.item--wrap .item--img img {
  width: 100%;
  height: 100%;
}

.single--item {
  position: relative;
  z-index: 1;
}

.testimonial-quote-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.testimonial-quote-icon i {
  width: 1em;
  height: 1em;
  display: block;
}
.testimonial-quote-icon i::before {
  margin-left: 0;
  margin-right: 0;
}
.testimonial-quote-icon svg {
  display: block;
}

.content--box {
  display: flex;
}
.content--box .banner-image {
  overflow: hidden;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.content--box .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content--box .description {
  flex-shrink: 0;
}

.rating-heading {
  display: flex;
  align-items: center;
}
.rating-heading span {
  display: block;
}

.tp-el-star {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.tp-el-star i {
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-el-star i::before {
  margin-left: 0;
  margin-right: 0;
}
.tp-el-star svg {
  display: block;
}

.tp-testimonial-direction-vertical .content--box {
  flex-direction: column;
}
.tp-testimonial-direction-horizontal .content--box {
  flex-direction: row;
}

.tp-item-wrap-direction-vertical .item--wrap {
  flex-direction: column;
}
.tp-item-wrap-direction-horizontal .item--wrap {
  flex-direction: row;
}

.tp-item-wrap-img-cover .item--img img {
  object-fit: cover;
}
.tp-item-wrap-img-fill .item--img img {
  object-fit: fill;
}
.tp-item-wrap-img-contain .item--img img {
  object-fit: contain;
}

.tp-item-wrap-img-position-top .item--img img {
  object-position: center top;
}
.tp-item-wrap-img-position-center .item--img img {
  object-position: center center;
}
.tp-item-wrap-img-position-bottom .item--img img {
  object-position: center bottom;
}

.tp-testimonial-style4 .single--item::before {
  position: absolute;
  left: 30px;
  bottom: -28px;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
  width: 28px;
  height: 28px;
}

.tp-testimonial-style5 .item--img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.tp-testimonial-style5 .tp-el-star span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonial-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 17px;
}
.testimonial-heading-img {
  width: 25px;
}
.testimonial-heading-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.tp_banner-content-wrap {
  position: relative;
  z-index: 1;
}

.tp_banner-content {
  position: relative;
  z-index: 9;
}

.tp-banner-img-overlay-show .tp_banner-content-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.tp_banner-content-title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .tp_banner-content-title {
    gap: 5px;
  }
}
.tp_banner-content-title .first-line {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .tp_banner-content-title .first-line {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
.tp_banner-content-title .first-line .inner {
  position: relative;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  padding: 9.5px 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .tp_banner-content-title .first-line .inner {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .tp_banner-content-title .first-line .inner {
    font-size: 38px;
    padding: 6.5px 25px;
  }
}
@media (max-width: 880px) {
  .tp_banner-content-title .first-line .inner {
    font-size: 34px;
    padding: 4.5px 20px;
  }
}

.tp_banner-btn {
  display: flex;
  align-items: center;
  transition: 0.3s linear;
}

.tp_banner-content-subtitle {
  display: flex;
  align-items: center;
}
.tp_banner-content-subtitle span {
  display: block;
}

.content.white-style span {
  display: flex;
  align-items: center;
}

.play-animation-wrap {
  position: relative;
  z-index: 0;
  text-align: center;
}

.tp_banner-content-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.play-animation-wrap .subnet-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.play-animation-wrap .subnet-play-btn::before {
  border: 1px solid rgba(0, 0, 0, 0);
}
.play-animation-wrap .subnet-play-btn::after {
  border: 1px solid rgba(0, 0, 0, 0);
}

@keyframes videoBtn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes popupBtn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  60% {
    transform: scale(1.4);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes popupBtn2 {
  0% {
    transform: none;
    opacity: 0;
  }
  20%, 70% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes popupBtn3 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    opacity: 0;
  }
}
.p-mb-0 p {
  margin-bottom: 0;
}

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