﻿@font-face {
  font-family: "Gordita";
  src: url("../fonts/gordita/stylesheet.css");
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

.main-page-wrapper {
  overflow-x: hidden;
}

body {
  font-family: "Gordita";
  font-weight: normal;
  font-size: 18px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.font-garamond {
  font-family: "EB Garamond", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #000;
}

h2 {
  font-size: 72px;
  line-height: 1.138em;
}

h3 {
  font-size: 64px;
  line-height: 1.25em;
}

h4 {
  font-size: 32px;
  line-height: 1.25em;
}

h5 {
  font-size: 24px;
  line-height: 1.25em;
}

h6 {
  font-size: 22px;
}

p {
  line-height: 1.777em;
}

span a, p a {
  color: #D5B454;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fs-24 {
  font-size: 24px;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.color-dark {
  color: #000;
}

.bg-pink {
  background: #FFF8F4;
}

.bg-pink-two {
  /*background: $color-four;*/
  background: #e2ebf2;
}

.bg-pink-three {
  background: #FAF1EC;
}

.bg-light {
  background: #F8F8F8;
}

.dark-bg {
  background: #000;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #D5B454;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

.tran4s {
  transition: all 0.4s ease-in-out;
}

.tran5s {
  transition: all 0.5s ease-in-out;
}

.tran6s {
  transition: all 0.6s ease-in-out;
}

.fit-img, .listing-card-three .img-cover, .listing-card-two .img-cover, .location-card-three .image-bg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

input, textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio, video, canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.theme-mb-0 {
  margin-bottom: 0;
}

.theme-pb-0 {
  padding-bottom: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-350 {
  padding-top: 350px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-350 {
  padding-bottom: 350px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-225 {
  margin-top: 225px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mt-350 {
  margin-top: 350px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mb-350 {
  margin-bottom: 350px;
}

@media (max-width: 1399px) {
  .xl-p0 {
    padding: 0 !important;
  }
  .xl-m0 {
    margin: 0 !important;
  }
  .xl-pt-10 {
    padding-top: 10px !important;
  }
  .xl-pt-20 {
    padding-top: 20px !important;
  }
  .xl-pt-30 {
    padding-top: 30px !important;
  }
  .xl-pt-40 {
    padding-top: 40px !important;
  }
  .xl-pt-50 {
    padding-top: 50px !important;
  }
  .xl-pt-60 {
    padding-top: 60px !important;
  }
  .xl-pt-70 {
    padding-top: 70px !important;
  }
  .xl-pt-80 {
    padding-top: 80px !important;
  }
  .xl-pt-90 {
    padding-top: 90px !important;
  }
  .xl-pt-100 {
    padding-top: 100px !important;
  }
  .xl-pt-110 {
    padding-top: 110px !important;
  }
  .xl-pt-120 {
    padding-top: 120px !important;
  }
  .xl-pt-130 {
    padding-top: 130px !important;
  }
  .xl-pt-140 {
    padding-top: 140px !important;
  }
  .xl-pt-150 {
    padding-top: 150px !important;
  }
  .xl-pt-200 {
    padding-top: 200px !important;
  }
  .xl-pb-10 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10 {
    margin-top: 10px !important;
  }
  .xl-mt-20 {
    margin-top: 20px !important;
  }
  .xl-mt-30 {
    margin-top: 30px !important;
  }
  .xl-mt-40 {
    margin-top: 40px !important;
  }
  .xl-mt-50 {
    margin-top: 50px !important;
  }
  .xl-mt-60 {
    margin-top: 60px !important;
  }
  .xl-mt-70 {
    margin-top: 70px !important;
  }
  .xl-mt-80 {
    margin-top: 80px !important;
  }
  .xl-mt-90 {
    margin-top: 90px !important;
  }
  .xl-mt-100 {
    margin-top: 100px !important;
  }
  .xl-mt-110 {
    margin-top: 110px !important;
  }
  .xl-mt-120 {
    margin-top: 120px !important;
  }
  .xl-mt-130 {
    margin-top: 130px !important;
  }
  .xl-mt-140 {
    margin-top: 140px !important;
  }
  .xl-mt-150 {
    margin-top: 150px !important;
  }
  .xl-mt-200 {
    margin-top: 200px !important;
  }
  .xl-mb-10 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0 {
    padding: 0 !important;
  }
  .lg-m0 {
    margin: 0 !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pt-70 {
    padding-top: 70px !important;
  }
  .lg-pt-80 {
    padding-top: 80px !important;
  }
  .lg-pt-90 {
    padding-top: 90px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pt-110 {
    padding-top: 110px !important;
  }
  .lg-pt-120 {
    padding-top: 120px !important;
  }
  .lg-pt-130 {
    padding-top: 130px !important;
  }
  .lg-pt-140 {
    padding-top: 140px !important;
  }
  .lg-pt-150 {
    padding-top: 150px !important;
  }
  .lg-pt-200 {
    padding-top: 200px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mt-70 {
    margin-top: 70px !important;
  }
  .lg-mt-80 {
    margin-top: 80px !important;
  }
  .lg-mt-90 {
    margin-top: 90px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-mt-110 {
    margin-top: 110px !important;
  }
  .lg-mt-120 {
    margin-top: 120px !important;
  }
  .lg-mt-130 {
    margin-top: 130px !important;
  }
  .lg-mt-140 {
    margin-top: 140px !important;
  }
  .lg-mt-150 {
    margin-top: 150px !important;
  }
  .lg-mt-200 {
    margin-top: 200px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0 {
    padding: 0 !important;
  }
  .md-m0 {
    margin: 0 !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pt-70 {
    padding-top: 70px !important;
  }
  .md-pt-80 {
    padding-top: 80px !important;
  }
  .md-pt-90 {
    padding-top: 90px !important;
  }
  .md-pt-100 {
    padding-top: 100px !important;
  }
  .md-pt-110 {
    padding-top: 110px !important;
  }
  .md-pt-120 {
    padding-top: 120px !important;
  }
  .md-pt-130 {
    padding-top: 130px !important;
  }
  .md-pt-140 {
    padding-top: 140px !important;
  }
  .md-pt-150 {
    padding-top: 150px !important;
  }
  .md-pt-200 {
    padding-top: 200px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pb-60 {
    padding-bottom: 60px !important;
  }
  .md-pb-70 {
    padding-bottom: 70px !important;
  }
  .md-pb-80 {
    padding-bottom: 80px !important;
  }
  .md-pb-90 {
    padding-bottom: 90px !important;
  }
  .md-pb-100 {
    padding-bottom: 100px !important;
  }
  .md-pb-110 {
    padding-bottom: 110px !important;
  }
  .md-pb-120 {
    padding-bottom: 120px !important;
  }
  .md-pb-130 {
    padding-bottom: 130px !important;
  }
  .md-pb-140 {
    padding-bottom: 140px !important;
  }
  .md-pb-150 {
    padding-bottom: 150px !important;
  }
  .md-pb-200 {
    padding-bottom: 200px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mt-60 {
    margin-top: 60px !important;
  }
  .md-mt-70 {
    margin-top: 70px !important;
  }
  .md-mt-80 {
    margin-top: 80px !important;
  }
  .md-mt-90 {
    margin-top: 90px !important;
  }
  .md-mt-100 {
    margin-top: 100px !important;
  }
  .md-mt-110 {
    margin-top: 110px !important;
  }
  .md-mt-120 {
    margin-top: 120px !important;
  }
  .md-mt-130 {
    margin-top: 130px !important;
  }
  .md-mt-140 {
    margin-top: 140px !important;
  }
  .md-mt-150 {
    margin-top: 150px !important;
  }
  .md-mt-200 {
    margin-top: 200px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-mb-60 {
    margin-bottom: 60px !important;
  }
  .md-mb-70 {
    margin-bottom: 70px !important;
  }
  .md-mb-80 {
    margin-bottom: 80px !important;
  }
  .md-mb-90 {
    margin-bottom: 90px !important;
  }
  .md-mb-100 {
    margin-bottom: 100px !important;
  }
  .md-mb-110 {
    margin-bottom: 110px !important;
  }
  .md-mb-120 {
    margin-bottom: 120px !important;
  }
  .md-mb-130 {
    margin-bottom: 130px !important;
  }
  .md-mb-140 {
    margin-bottom: 140px !important;
  }
  .md-mb-150 {
    margin-bottom: 150px !important;
  }
  .md-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-m0 {
    margin: 0 !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pt-70 {
    padding-top: 70px !important;
  }
  .sm-pt-80 {
    padding-top: 80px !important;
  }
  .sm-pt-90 {
    padding-top: 90px !important;
  }
  .sm-pt-100 {
    padding-top: 100px !important;
  }
  .sm-pt-110 {
    padding-top: 110px !important;
  }
  .sm-pt-120 {
    padding-top: 120px !important;
  }
  .sm-pt-130 {
    padding-top: 130px !important;
  }
  .sm-pt-140 {
    padding-top: 140px !important;
  }
  .sm-pt-150 {
    padding-top: 150px !important;
  }
  .sm-pt-200 {
    padding-top: 200px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-mt-70 {
    margin-top: 70px !important;
  }
  .sm-mt-80 {
    margin-top: 80px !important;
  }
  .sm-mt-90 {
    margin-top: 90px !important;
  }
  .sm-mt-100 {
    margin-top: 100px !important;
  }
  .sm-mt-110 {
    margin-top: 110px !important;
  }
  .sm-mt-120 {
    margin-top: 120px !important;
  }
  .sm-mt-130 {
    margin-top: 130px !important;
  }
  .sm-mt-140 {
    margin-top: 140px !important;
  }
  .sm-mt-150 {
    margin-top: 150px !important;
  }
  .sm-mt-200 {
    margin-top: 200px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0 {
    padding: 0 !important;
  }
  .xs-m0 {
    margin: 0 !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pt-30 {
    padding-top: 30px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .xs-pt-60 {
    padding-top: 60px !important;
  }
  .xs-pt-70 {
    padding-top: 70px !important;
  }
  .xs-pt-80 {
    padding-top: 80px !important;
  }
  .xs-pt-90 {
    padding-top: 90px !important;
  }
  .xs-pt-100 {
    padding-top: 100px !important;
  }
  .xs-pt-110 {
    padding-top: 110px !important;
  }
  .xs-pt-120 {
    padding-top: 120px !important;
  }
  .xs-pt-130 {
    padding-top: 130px !important;
  }
  .xs-pt-140 {
    padding-top: 140px !important;
  }
  .xs-pt-150 {
    padding-top: 150px !important;
  }
  .xs-pt-200 {
    padding-top: 200px !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-mt-50 {
    margin-top: 50px !important;
  }
  .xs-mt-60 {
    margin-top: 60px !important;
  }
  .xs-mt-70 {
    margin-top: 70px !important;
  }
  .xs-mt-80 {
    margin-top: 80px !important;
  }
  .xs-mt-90 {
    margin-top: 90px !important;
  }
  .xs-mt-100 {
    margin-top: 100px !important;
  }
  .xs-mt-110 {
    margin-top: 110px !important;
  }
  .xs-mt-120 {
    margin-top: 120px !important;
  }
  .xs-mt-130 {
    margin-top: 130px !important;
  }
  .xs-mt-140 {
    margin-top: 140px !important;
  }
  .xs-mt-150 {
    margin-top: 150px !important;
  }
  .xs-mt-200 {
    margin-top: 200px !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.title-one .upper-title {
  font-size: 16px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.title-one .upper-title.color {
  color: #D5B454;
}
.title-one h2.fs-xl {
  font-size: 100px;
  line-height: 1.06em;
}
.title-one h2.fs-lg {
  font-size: 90px;
  line-height: 1.06em;
}
.title-one h2.fs-lg .color {
  color: #D5B454;
}
.title-one span {
  position: relative;
  z-index: 1;
}
.title-one span img {
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.title-one p {
  margin: 32px 0 0;
}
.title-one p.mt-xs {
  margin-top: 20px;
}
.title-one h2 i {
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.title-one .star-shape img {
  position: static;
  transform: none;
  display: inline-block;
  max-width: 4%;
}
.title-one em span {
  color: #D5B454;
}

.btn-two {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  padding: 0 22px;
  min-width: 160px;
  text-align: center;
  line-height: 53px;
  border: 1px solid #FF3F25;
  background: #D5B454;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two i {
  font-size: 1.5em;
  margin-left: 15px;
}
.btn-two:hover, .btn-two:focus {
  background: #FF3F25;
  color: #fff;
}
.btn-two.text-uppercase {
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-three {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-three i {
  font-size: 1.2em;
  margin-left: 5px;
}
.btn-three:hover, .btn-three:focus {
  color: #FF3F25;
}
.btn-three:hover span, .btn-three:focus span {
  text-decoration: underline;
}

.btn-four {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D5B454;
  color: #fff;
  font-size: 1.3em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-four:hover, .btn-four:focus {
  background: #D5B454;
}
.btn-four.inverse {
  background: #D5B454;
}
.btn-four.inverse:hover, .btn-four.inverse:focus {
  background: #0C0C0C;
}

.btn-five {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  line-height: 55px;
  border-radius: 10px;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-five.text-uppercase {
  font-size: 16px;
  letter-spacing: 1px;
}
.btn-five:hover, .btn-five:focus {
  background: #D5B454;
}
.btn-five.sm {
  font-size: 14px;
  padding: 0 30px;
}
.btn-five.md {
  padding: 0 26px;
}
.btn-five i {
  font-size: 1.3em;
  margin-left: 12px;
}

.btn-eight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #030303;
  padding: 0 22px;
  min-width: 160px;
  text-align: center;
  line-height: 51px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-eight i {
  font-size: 1.1em;
  margin-left: 12px;
}
.btn-eight.inverse {
  border-color: #fff;
  color: #fff;
  text-transform: initial;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
  background: transparent;
}
.btn-eight.inverse i {
  font-size: 1.3em;
  margin-left: 12px;
}
.btn-eight:hover, .btn-eight:focus {
  background: #FF3F25;
  border-color: #FF3F25;
  color: #fff;
}
.btn-eight.sm {
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-nine {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 35px;
  min-width: 160px;
  text-align: center;
  line-height: 55px;
  background: #D5B454;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-nine:hover, .btn-nine:focus {
  background: #FF3F25;
  color: #fff;
}

.btn-ten {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #000;
  padding: 0 22px;
  min-width: 160px;
  text-align: center;
  line-height: 53px;
  border: 1px solid #000;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-ten i {
  font-size: 1.3em;
  margin-left: 15px;
}
.btn-ten:hover, .btn-ten:focus {
  background: #FF3F25;
  border-color: #FF3F25;
  color: #fff;
}

.theme-main-menu {
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu .gap-one {
  padding: 33px 40px;
}
.theme-main-menu .gap-two {
  padding: 24px 40px;
}
.theme-main-menu.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.theme-main-menu.fixed .alert-wrapper {
  display: none;
}
.theme-main-menu.fixed .gap-one {
  padding-top: 12px;
  padding-bottom: 12px;
}
.theme-main-menu.fixed .gap-two {
  padding-top: 12px;
  padding-bottom: 12px;
}
.theme-main-menu .navbar-toggler {
  width: 52px;
  height: 50px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #D5B454;
}
.theme-main-menu .navbar-toggler:focus {
  box-shadow: none;
}
.theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 32px;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
}
.theme-main-menu .navbar-toggler span {
  position: absolute;
  left: 10px;
  overflow: hidden;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: #fff;
}
.theme-main-menu .navbar-toggler::before {
  -webkit-transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu .nav-item .nav-link {
  font-family: "Gordita";
  font-weight: 500;
  font-size: 18px;
  line-height: initial;
  color: #000;
  padding: 10px 0;
  margin: 0 18px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .nav-item:hover .nav-link {
  color: #D5B454;
}
.theme-main-menu.white-vr .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu.white-vr .nav-item:hover .nav-link {
  color: #D5B454;
}
.theme-main-menu.white-vr.fixed {
  background: #000;
  border: none;
}
.theme-main-menu .dropdown-toggle::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  border: none;
  vertical-align: -1px;
  margin-left: 3px;
  font-weight: 900;
  font-size: 12px;
}
.theme-main-menu .dashboard-menu .nav-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/shape/shape_79.svg) no-repeat center;
  background-size: cover;
  margin-left: 5px;
  vertical-align: 2px;
  animation: rotated 2s infinite linear;
}
.theme-main-menu.menu-style-two:not(.fixed) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.theme-main-menu.menu-style-four {
  background: #fff;
}
.theme-main-menu.menu-style-four:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 128px;
  height: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.theme-main-menu.menu-style-four.fixed:before {
  display: none;
}

.navbar .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  line-height: 35px;
  font-size: 0.85em;
  background: transparent;
  position: relative;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item span {
  position: relative;
}
.navbar .dropdown-menu .dropdown-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #FF3F25;
  transform: scale(0, 1);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item:hover span:before, .navbar .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item.active {
  color: #D5B454;
}

.theme-main-menu .navbar {
  position: static;
}

.navbar [class*=mega-dropdown] .dropdown-menu {
  padding: 0 0 15px;
  margin: 0;
  right: 0;
}

.navbar .mega-dropdown-sm .dropdown-menu {
  min-width: 700px;
  left: -250px;
  padding: 10px;
}

.navbar [class*=mega-dropdown] .menu-column {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column .mega-menu-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
  padding-left: 15px;
}
.navbar [class*=mega-dropdown] .menu-column .mega-menu-title:before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  background: #000;
  left: 15px;
  bottom: -5px;
}

.theme-main-menu .alert-wrapper {
  background: #453A34;
  padding: 8px 12px;
}
.theme-main-menu .alert-wrapper a, .theme-main-menu .alert-wrapper span {
  color: #D5B454;
}
.theme-main-menu .login-btn-one {
  color: #000;
}
.theme-main-menu .login-btn-one i {
  font-size: 1.05em;
  margin-right: 10px;
}
.theme-main-menu .login-btn-one a {
  color: #000;
}
.theme-main-menu .login-btn-one a:hover {
  color: #D5B454;
}
.theme-main-menu .login-btn-two {
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 1.3em;
}
.theme-main-menu .login-btn-two:hover {
  background: #D5B454;
}
.theme-main-menu .search-btn-one {
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 1.3em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: -10px;
}
.theme-main-menu .search-btn-one:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: -50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.theme-main-menu .search-btn-one:hover, .theme-main-menu .search-btn-one:hover:before {
  background: #D5B454;
}
.theme-main-menu .email-text {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.35);
}
.theme-main-menu .email-text a {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
}
.theme-main-menu .email-text a:hover {
  color: #D5B454;
}

/*----- For Desktop -------*/
@media screen and (min-width: 992px) {
  .justify-content-between .navbar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .navbar .dropdown-menu {
    font-size: 1em;
    z-index: 5;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    right: auto;
    left: 0;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 200px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.2s ease-in;
  }
  .navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -17px;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .show.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
/*----- For Mobile ----*/
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse .logo {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr .navbar-collapse {
    background-color: #000;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    clear: both;
    width: 320px;
    max-width: calc(100vw - 60px);
    z-index: 9999;
    transform: translateX(-100%);
    display: block !important;
    padding: 16px 0 20px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu .navbar .mega-dropdown {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr .navbar .navbar-nav .nav-link {
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 10px;
    line-height: 46px;
    font-size: 0.9em;
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .navbar [class*=mega-dropdown] .dropdown-menu {
    padding: 0;
    min-width: 100%;
  }
  .navbar [class*=mega-dropdown] .menu-column {
    padding: 0;
  }
  .navbar [class*=mega-dropdown] .menu-column .mega-menu-title {
    padding-left: 10px;
    margin-top: 15px;
  }
  .navbar [class*=mega-dropdown] .menu-column .mega-menu-title:before {
    left: 10px;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-three {
  border-radius: 40px;
  overflow: hidden;
  margin: 126px 40px 0;
}
.hero-banner-three .bg-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 40px;
  overflow: hidden;
}
.hero-banner-three .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-three .hero-slider-one .hero-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.hero-banner-three .hero-slider-one .slick-list, .hero-banner-three .hero-slider-one .slick-track, .hero-banner-three .hero-slider-one .item {
  height: 100%;
}
.hero-banner-three .hero-heading:not(.title-one) {
  font-size: 120px;
  line-height: 1em;
}
.hero-banner-three .hero-heading:not(.title-one) span {
  position: relative;
  padding: 0 8%;
  display: inline-block;
}
.hero-banner-three .hero-heading:not(.title-one) span img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 9%;
}
.hero-banner-three .shape_01 {
  left: 0;
  top: 0;
  max-width: 5%;
  max-height: 35%;
  z-index: 0;
}
.hero-banner-three .shape_02 {
  right: 0;
  bottom: -18px;
  max-width: 4%;
  max-height: 34%;
  z-index: 0;
}
@media (max-width: 767px) {
  .hero-banner-three .shape_01, .hero-banner-three .shape_02 {
    max-height: unset;
    height: auto;
  }
}

.address-banner .icon {
  width: 64px;
  height: 64px;
  background: #000;
}
.address-banner .text {
  width: calc(100% - 64px);
  padding-left: 25px;
}
.address-banner .text p {
  margin-bottom: 3px;
}
.address-banner .text a {
  color: rgba(22, 22, 22, 0.45);
}
.address-banner .text a:hover {
  color: #D5B454;
  text-decoration: underline;
}
.address-banner .skew-line:before, .address-banner .skew-line:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 1px;
  transform: rotate(23deg);
  top: 0;
  left: -100px;
  background: #000;
}
.address-banner .skew-line:after {
  left: auto;
  right: -100px;
}

.inner-banner h3 {
  letter-spacing: -1px;
}
.inner-banner .theme-breadcrumb {
  margin: 0 -3px;
}
.inner-banner .theme-breadcrumb li {
  padding: 0 3px;
  font-size: 17px;
  color: rgba(49, 49, 49, 0.5);
}
.inner-banner .theme-breadcrumb li a {
  color: rgba(49, 49, 49, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.inner-banner .theme-breadcrumb li a:hover {
  color: #D5B454;
}
.inner-banner .theme-breadcrumb li:last-child {
  color: #000;
}
.inner-banner .theme-breadcrumb.bottom-line {
  padding-bottom: 8px;
}
.inner-banner .theme-breadcrumb.bottom-line:before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  left: 3px;
  bottom: 0;
  right: 3px;
  height: 1px;
  background: #000;
}

.inner-banner-three {
  margin: 126px 40px 0;
}
.inner-banner-three .bg-wrapper {
  border-radius: 40px;
  padding: 88px 0 125px;
  aspect-ratio: 24/8;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
.inner-banner-three .bg-wrapper picture img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.inner-banner-three .bg-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.inner-banner-three h2 {
  font-size: 90px;
}
.inner-banner-three .theme-breadcrumb li {
  color: #fff;
}
.inner-banner-three .theme-breadcrumb li a {
  color: rgba(255, 255, 255, 0.65);
}
.inner-banner-three .theme-breadcrumb li a:hover {
  color: #D5B454;
}
.inner-banner-three .theme-breadcrumb li:last-child {
  color: #fff;
}
.inner-banner-three .theme-breadcrumb.bottom-line:before {
  background: #fff;
}
.inner-banner-three .shape_01 {
  left: 0;
  top: 0;
  max-width: 5%;
  max-height: 70%;
  z-index: 0;
  opacity: 0.5;
}
.inner-banner-three .shape_02 {
  right: 0;
  bottom: 0;
  max-width: 4%;
  max-height: 57%;
  z-index: 0;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .inner-banner-three .shape_01, .inner-banner-three .shape_02 {
    max-height: unset;
    height: auto;
  }
}

.block-feature-four form {
  height: 80px;
  position: relative;
}
.block-feature-four form input {
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 0 200px 0 25px;
  color: #000;
}
.block-feature-four form button {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 8px;
  background: #D5B454;
  width: 185px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.block-feature-four form button:hover, .block-feature-four form button:focus {
  background: #FF3F25;
}
.block-feature-four form.border-60 input {
  border-radius: 60px;
  overflow: hidden;
}
.block-feature-four form.border-60 button {
  border-radius: 40px;
}
.block-feature-four .img-gallery {
  padding: 45px 0 0 45px;
}
.block-feature-four .img-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  height: 85%;
  background: url(../images/shape/shape_06.svg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.block-feature-four .img-gallery .img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.block-feature-four .img-gallery .card-one {
  position: absolute;
  /*rtl:ignore*/
  left: -5%;
  bottom: -10%;
  max-width: 61%;
  min-width: 280px;
  animation: jumpFour 5s infinite linear;
}
.block-feature-four .img-gallery .card-one img {
  border-radius: 20px;
  box-shadow: -10px 20px 40px rgba(0, 0, 0, 0.04);
}
.block-feature-four .img-gallery .card-one .text {
  position: absolute;
  width: 100%;
  padding: 25px 15px 0;
}
.block-feature-four .img-gallery .card-one .text h6 {
  letter-spacing: -1px;
}
.block-feature-four .img-gallery .card-one .text h3 {
  font-size: 44px;
  letter-spacing: -1px;
}

.block-feature-seven .rating {
  margin: 0 -4px;
}
.block-feature-seven .rating li {
  padding: 0 4px;
}
.block-feature-seven .rating li:last-child {
  font-size: 20px;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.3);
  margin-left: 15px;
}
.block-feature-seven .rating i {
  color: #D5B454;
}
.block-feature-seven .shape_01 {
  top: -96px;
  right: -110px;
  max-width: 10%;
}
.block-feature-seven .shape_02 {
  bottom: -47%;
  right: 18%;
}

.block-feature-twelve .section-btn {
  position: absolute;
  right: 0;
  top: 25px;
}
.block-feature-twelve .wrapper {
  margin: 0 -12px;
  /* .location-card-three {
      margin: 30px 12px 0;
  }*/
}

.block-feature-fifteen .media-block .bg-img {
  height: 100%;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.block-feature-fifteen .media-block .bg-img .screen_01 {
  top: 11%;
  right: -14%;
  z-index: 1;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  max-width: 48%;
}

.partner-section-one p {
  margin: -45px 0 0;
  transform: translateY(-85%);
}
.partner-section-one p span {
  color: #D5B454;
}
.partner-section-one .bg-wrapper {
  background: #D5B454;
  padding: 14px 0;
}
.partner-section-one .slick-track {
  display: flex;
  align-items: center;
  justify-content: end;
}
.partner-section-one .slick-track .slick-slide {
  float: none;
}
.partner-section-one .slick-track .slick-slide img {
  margin: 0 auto;
}

.faq-section-one .shape_01 {
  bottom: 0;
  left: 28%;
  max-width: 13%;
  animation: rotated 300s infinite linear;
}

.faq-section-two .faq-sidebar {
  background: url(../images/shape/shape_70.svg) no-repeat center;
  background-size: cover;
  padding: 30px;
}
.faq-section-two .faq-sidebar .bg-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 38px 40px;
}
.faq-section-two .faq-sidebar .bg-wrapper ul li a {
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
}
.faq-section-two .faq-sidebar .bg-wrapper ul li a span {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.faq-section-two .faq-sidebar .bg-wrapper ul li a:hover span {
  color: #D5B454;
}
.faq-section-two .faq-sidebar .bg-wrapper ul li:last-child a {
  margin-bottom: 0;
}
.faq-section-two .accordion-style-two.no-bg {
  background: none;
}
.faq-section-two .accordion-style-two .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-section-two .accordion-style-two .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-section-two .accordion-title {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #A5A5A5;
  margin-bottom: 38px;
}

.category-section-one .section-btn {
  position: absolute;
  right: 0;
  top: 5px;
}
.category-section-one .wrapper ul {
  margin: 0 -10px;
}
.category-section-one .wrapper ul li {
  padding: 0 10px;
  margin-top: 10px;
}
.category-section-one .wrapper ul li a {
  font-size: 16px;
  padding: 18px 35px;
  border-radius: 60px;
  color: #000;
  background: #F4F4F4;
}
.category-section-one .wrapper ul li a img {
  height: 22px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.category-section-one .wrapper ul li a:hover {
  background: #000;
  color: #fff;
}
.category-section-one .wrapper ul li a:hover img.invert {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
  transform: rotate(360deg);
}
.category-section-one.dark-bg {
  background: #141414;
}
.category-section-one.dark-bg .wrapper ul li a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
}
.category-section-one.dark-bg .wrapper ul li a img {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
.category-section-one.dark-bg .wrapper ul li a:hover {
  border-color: #D5B454;
  color: #D5B454;
}
.category-section-one.grey-bg {
  background: #F3F3F3;
}
.category-section-one.grey-bg .wrapper ul li a {
  background: #fff;
}
.category-section-one.grey-bg .wrapper ul li a:hover {
  background: #000;
}

.error-section {
  min-height: 100vh;
  padding: 250px 0 70px;
}
.error-section h3 {
  font-size: 82px;
}
.error-section .btn-five {
  border-radius: 40px;
  padding: 0 40px;
}

.search-wrapper-one.bg {
  background: url(../images/shape/shape_02.svg) no-repeat center;
  background-size: cover;
  padding: 25px;
}
.search-wrapper-one .bg-wrapper {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.04);
  padding: 30px 0;
}
.search-wrapper-one .bg-wrapper.border-layout {
  border: 2px solid #000;
}
.search-wrapper-one .bg-wrapper .search-btn {
  font-size: 16px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 60px;
  color: #fff;
  min-width: 150px;
  background: #282828;
}
.search-wrapper-one .bg-wrapper .search-btn:hover, .search-wrapper-one .bg-wrapper .search-btn:focus {
  background: #D5B454;
}
.search-wrapper-one .bg-wrapper .search-btn-two {
  width: 80px;
  height: 70px;
  color: #fff;
  font-size: 1.4em;
  background: #D5B454;
}
.search-wrapper-one .bg-wrapper .search-btn-two:hover, .search-wrapper-one .bg-wrapper .search-btn-two:focus {
  background: #000;
}
.search-wrapper-one .bg-wrapper .search-btn-three {
  font-weight: 500;
  height: 60px;
  color: #fff;
  padding: 0 40px;
  background: #D5B454;
  border-radius: 10px;
  margin: 0 auto;
}
.search-wrapper-one .bg-wrapper .search-btn-three:hover, .search-wrapper-one .bg-wrapper .search-btn-three:focus {
  background: #000;
}
.search-wrapper-one .bg-wrapper .search-btn-four {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  height: 60px;
  color: #fff;
  padding: 0 40px;
  background: #D5B454;
}
.search-wrapper-one .bg-wrapper .search-btn-four i {
  font-size: 1.5em;
  margin-left: 15px;
}
.search-wrapper-one .bg-wrapper .search-btn-four:hover, .search-wrapper-one .bg-wrapper .search-btn-four:focus {
  background: #000;
}
.search-wrapper-one .bg-wrapper .search-modal-btn {
  font-size: 14px;
  letter-spacing: 1px;
  height: 60px;
  border: 1px solid #000;
  color: #000;
  padding: 0 30px;
  background: #fff;
}
.search-wrapper-one .bg-wrapper .search-modal-btn span {
  margin-right: 15px;
}
.search-wrapper-one .bg-wrapper .search-modal-btn i {
  font-size: 1.5em;
}
.search-wrapper-one .bg-wrapper .search-modal-btn:hover {
  background: #000;
  color: #fff;
}
.search-wrapper-one .bg-wrapper .search-modal-btn.sm {
  border: none;
  padding: 0 30px;
  border-radius: 10px;
}
.search-wrapper-one .bg-wrapper .search-modal-btn.sm i {
  margin: 0;
}
.search-wrapper-one .bg-wrapper .search-modal-btn.rounded-circle {
  padding: 0;
  height: 60px;
  width: 60px;
  border: 1px solid #000;
}

.nice-select.location:after, .nice-select.price:after, .nice-select.currency:after {
  font-family: "bootstrap-icons";
  transform: none !important;
  width: auto;
  border: none;
  margin: 0;
  top: 0;
}
.nice-select.location:after {
  content: "\f3e8";
}
.nice-select.price:after {
  content: "\f247";
}
.nice-select.currency:after {
  content: "\f246";
}

.input-box-one {
  position: relative;
  padding: 3px 15px;
}
.input-box-one.border-left {
  border-right: 1px solid #EEECEC;
}
.input-box-one.bottom-border {
  border-bottom: 1px solid #000;
  padding-bottom: 13px;
}
.input-box-one .label {
  padding: 0 15px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.input-box-one .label2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 11px;
}
.input-box-one .nice-select {
  padding: 0 15px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.input-box-one .nice-select .option {
  font-weight: normal;
  font-size: 15px;
  padding-left: 15px;
}
.input-box-one .nice-select .list {
  border-radius: 10px;
  padding: 5px 0;
}
.input-box-one .nice-select.box-style {
  border: 1px solid #000;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-size: 16px;
  padding: 0 16px !important;
}
.input-box-one .nice-select.box-style .list {
  border-radius: 0;
  border: 1px solid #000;
}
.input-box-one .nice-select.box-style .option {
  line-height: 35px;
}
.input-box-one .nice-select.box-style:after {
  right: 12px;
}
.input-box-one .type-input {
  width: 100%;
  border: 0;
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  height: 35px;
  text-align: left;
}
.input-box-one .type-input::-webkit-input-placeholder {
  color: #000;
}
.input-box-one .type-input:-moz-placeholder {
  color: #000;
}
.input-box-one .type-input::-moz-placeholder {
  color: #000;
}
.input-box-one .type-input:-ms-input-placeholder {
  color: #000;
}
.input-box-one .type-input.box-style {
  border: 1px solid #000;
  height: 50px;
  font-size: 16px;
  padding: 0 16px !important;
}

.input-box-three .label {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}
.input-box-three .type-input {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  padding: 0 15px;
  text-align: left;
}
.input-box-three .type-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-box-three .type-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-box-three .type-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-box-three .type-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-box-three textarea {
  width: 100%;
  max-width: 100%;
  height: 157px;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 27px;
  text-align: left;
}
.input-box-three textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-box-three textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-box-three textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-box-three textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.advance-search-panel.dot-bg {
  background: url(../images/shape/shape_64.svg) no-repeat center;
  background-size: cover;
  padding: 30px;
}
.advance-search-panel .main-bg {
  padding: 30px 40px 40px;
  border: 1px solid #000;
  border-radius: 20px;
  background: #fff;
}
.advance-search-panel .main-bg.grey-bg {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 30px 40px 40px;
}
.advance-search-panel .main-bg .input-box-one {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
}
.advance-search-panel .main-bg .input-box-one .label, .advance-search-panel .main-bg .input-box-one .nice-select, .advance-search-panel .main-bg .input-box-one .type-input {
  padding: 0;
}
.advance-search-panel .main-bg .block-title {
  font-size: 15px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.advance-search-panel .main-bg .filter-input {
  margin: 0 -10px;
}
.advance-search-panel .main-bg .filter-input li {
  margin: 0 10px 19px;
  position: relative;
  width: calc(50% - 20px);
}
.advance-search-panel .main-bg .filter-input label {
  display: block;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.16px;
  padding-left: 24px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.advance-search-panel .main-bg .filter-input label::before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 13px;
  background: #fff;
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  font-family: "bootstrap-icons";
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.advance-search-panel .main-bg .filter-input input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}
.advance-search-panel .main-bg .filter-input input[type=checkbox]:checked + label:before {
  content: "\f633";
  background: #D5B454;
  color: #fff;
  border-color: #D5B454;
}
.advance-search-panel .main-bg .price-ranger {
  position: relative;
}
.advance-search-panel .main-bg .price-ranger .price-input {
  width: 100%;
  margin: 0 0 20px;
}
.advance-search-panel .main-bg .price-ranger .price-input .currency {
  font-size: 12px;
  color: #000;
}
.advance-search-panel .main-bg .price-ranger .price-input input {
  width: 100%;
  max-width: 125px;
  height: 35px;
  outline: none;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.advance-search-panel .main-bg .price-ranger .price-input .divider-line {
  width: 26px;
  height: 1px;
  background: #000;
  margin: 0 10px;
}
.advance-search-panel .main-bg .price-ranger .price-input.style-two input {
  width: 70px;
  height: auto;
  background: transparent;
  border: none;
  text-align: left;
}
.advance-search-panel .main-bg .price-ranger .price-input.style-two .field {
  padding-left: 10px;
}
.advance-search-panel .main-bg .price-ranger .price-input.style-two .field:before {
  content: "$";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #000;
}
.advance-search-panel .main-bg .price-ranger input[type=number]::-webkit-outer-spin-button,
.advance-search-panel .main-bg .price-ranger input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
.advance-search-panel .main-bg .price-ranger .slider {
  height: 3px;
  position: relative;
  background: #efefef;
  border-radius: 9px;
}
.advance-search-panel .main-bg .price-ranger .slider .progress {
  height: 100%;
  left: 2.5%;
  right: 65%;
  position: absolute;
  border-radius: 7px;
  background: #000;
}
.advance-search-panel .main-bg .price-ranger .range-input {
  position: relative;
}
.advance-search-panel .main-bg .price-ranger .range-input input {
  position: absolute;
  width: 100%;
  height: 4px;
  top: -4px;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.advance-search-panel .main-bg .price-ranger input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}
.advance-search-panel .main-bg .price-ranger input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -moz-appearance: none;
}
.advance-search-panel .main-bg .sqf-ranger input {
  width: calc(50% - 33px);
  height: 45px;
  border: 1px solid #000;
  border-radius: 7px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.advance-search-panel .main-bg .sqf-ranger .divider {
  width: 26px;
  height: 1px;
  background: #000;
  margin: 0 20px;
}
.advance-search-panel .main-bg .apply-search {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  height: 65px;
  color: #fff;
  padding: 0 40px;
  border-radius: 10px;
  background: #D5B454;
}
.advance-search-panel .main-bg .apply-search i {
  font-size: 1.3em;
  margin-right: 12px;
}
.advance-search-panel .main-bg .apply-search:hover, .advance-search-panel .main-bg .apply-search:focus {
  background: #000;
}
.advance-search-panel .main-bg .form-widget a {
  display: inline-flex;
  align-items: center;
  color: #000;
}
.advance-search-panel .main-bg .form-widget a i {
  margin-right: 8px;
}
.advance-search-panel .main-bg .form-widget a span {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.advance-search-panel .main-bg .form-widget a:hover, .advance-search-panel .main-bg .form-widget a:focus {
  color: #D5B454;
}
.advance-search-panel .main-bg .form-widget a:hover span, .advance-search-panel .main-bg .form-widget a:focus span {
  color: #D5B454;
  text-decoration: underline;
}

.list-style-two li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: #000;
}
.list-style-two li:before {
  content: "\f00c";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1em;
}

.accordion-style-two {
  background: url(../images/shape/shape_28.svg) no-repeat center;
  background-size: cover;
  padding: 40px 45px;
}
.accordion-style-two .accordion {
  background: #fff;
  padding: 0 40px;
}
.accordion-style-two .accordion-item {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
}
.accordion-style-two .accordion-item:first-child {
  border-top: none;
}
.accordion-style-two .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55em;
  padding: 32px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #000;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 23px;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  line-height: 24px;
}
.accordion-style-two .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 400;
  font-size: 28px;
  color: #000;
  transform: none;
  width: auto;
  height: auto;
  background: none;
}
.accordion-style-two .accordion-item .accordion-body {
  padding: 0 35px 38px 0;
}
.accordion-style-two .accordion-item .accordion-body > p {
  margin: 0;
}

.accordion-style-three .accordion {
  background: transparent;
  padding: 0;
}
.accordion-style-three .accordion-item {
  border: none;
  border-bottom: 1px solid #0D0D0D;
  border-radius: 0;
  background: transparent;
}
.accordion-style-three .accordion-item:first-child {
  border-top: none;
}
.accordion-style-three .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55em;
  padding: 22px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #000;
}
.accordion-style-three .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  line-height: 24px;
}
.accordion-style-three .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 400;
  font-size: 28px;
  color: #000;
  transform: none;
  width: auto;
  height: auto;
  background: none;
}
.accordion-style-three .accordion-item .accordion-body {
  padding: 0 35px 38px 0;
}
.accordion-style-three .accordion-item .accordion-body p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}

.slick-arrow-two {
  margin-left: -2px;
  margin-right: -2px;
}
.slick-arrow-two li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  line-height: 50%;
  font-size: 24px;
  margin: 0 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.slick-arrow-two li:hover {
  background: #000;
  color: #fff;
}

.pagination-one {
  margin: 0 -1px;
}
.pagination-one li {
  padding: 0 1px;
}
.pagination-one li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one li a:hover {
  background: #000;
  color: #fff;
}
.pagination-one li.active a {
  background: #000;
  color: #fff;
}
.pagination-one li:last-child a {
  width: auto;
  height: auto;
  background: transparent;
  color: #000;
}
.pagination-one.square a {
  border-radius: 0;
}

.pagination-two {
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  border-right: none;
}
.pagination-two li {
  font-size: 17px;
  text-align: center;
  line-height: 40px;
}
.pagination-two li span {
  display: block;
  width: 50px;
  height: 40px;
  border-right: 1px solid #E4E4E4;
}
.pagination-two li a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #000;
  background: #fff;
  border: 1px solid #e3e3e3;
  /*border-right: 1px solid #E4E4E4;*/
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-two li a:hover {
  background: rgba(213, 180, 84, 0.15);
  border-color: #D5B454;
}
.pagination-two li.active a {
  background: rgba(213, 180, 84, 0.15);
  border-color: #D5B454;
}
.pagination-two li:first-child a {
  border-radius: 10px 0 0 10px;
}
.pagination-two li:last-child a {
  border-radius: 0 10px 10px 0;
}

#advanceFilterModal .modal-dialog {
  width: 100%;
  max-width: 100%;
}
#advanceFilterModal .btn-close {
  box-shadow: none;
  background: none;
  font-size: 25px;
  color: #000;
  line-height: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#advanceFilterModal .btn-close:hover {
  color: #D5B454;
}

.card-style-five {
  padding: 50px 60px 70px;
  background: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 30px;
}
.card-style-five .icon {
  width: 115px;
}
.card-style-five:hover {
  background: #FAFAFA;
}

.location-card-three .image-bg {
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  width: 338px;
  height: 338px;
}
.location-card-three .image-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.location-card-three:hover .image-bg:after {
  opacity: 1;
  transform: scale(1);
}

.property-listing-one .section-btn {
  position: absolute;
  right: 0;
  top: 68px;
}

.property-listing-three .section-btn {
  position: absolute;
  right: 0;
  top: 68px;
}

.listing-header-filter .nice-select {
  background: transparent;
  border: 1px solid #000;
  line-height: 33px;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 15px;
  letter-spacing: -0.15px;
  min-width: 130px;
}
.listing-header-filter .nice-select:after {
  right: 12px;
}
.listing-header-filter .nice-select.rounded-0 {
  padding-left: 10px;
}
.listing-header-filter .layout-change {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  border: 1px solid #000;
  color: #000;
}
.listing-header-filter .layout-change:hover, .listing-header-filter .layout-change:focus {
  background: #D5B454;
  border-color: #D5B454;
  color: #fff;
}

.listing-card-one {
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.listing-card-one.border-layout {
  border: 1px solid #F3F3F3;
}
.listing-card-one.border-20, .listing-card-one .border-20 {
  border-radius: 20px;
}
.listing-card-one.border-25, .listing-card-one .border-25 {
  border-radius: 25px;
}
.listing-card-one.border-30, .listing-card-one .border-30 {
  border-radius: 30px;
}
.listing-card-one.p-15, .listing-card-one .p-15 {
  padding: 15px;
}
.listing-card-one.p-25, .listing-card-one .p-25 {
  padding: 15px 25px;
}
.listing-card-one .img-gallery {
  overflow: hidden;
}
.listing-card-one .img-gallery .carousel-indicators {
  opacity: 0;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.listing-card-one .img-gallery .tag {
  width: 90px;
  line-height: 27px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12px;
  color: #fff;
  text-align: center;
  background: #D5B454;
  position: absolute;
  left: 17px;
  top: 17px;
  z-index: 1;
}
.listing-card-one .img-gallery .tag.sale {
  background: #00B579;
}
.listing-card-one .img-gallery .fav-btn {
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 1;
}
.listing-card-one .img-gallery .fav-btn:hover {
  color: #D5B454;
}
.listing-card-one .title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.listing-card-one .address {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  margin: 3px 0 22px;
}
.listing-card-one .feature {
  margin: 0 -3px;
}
.listing-card-one .feature li {
  padding: 0 3px;
  margin-top: 5px;
}
.listing-card-one .pl-footer {
  margin-top: 28px;
  padding: 12px 0;
}
.listing-card-one .pl-footer.top-border {
  border-top: 1px dashed #c7c7c7;
}
.listing-card-one .pl-footer.bottom-border {
  padding: 16px 0;
  border-bottom: 1px dashed #c7c7c7;
}
.listing-card-one .price {
  font-size: 28px;
}
.listing-card-one .price sub {
  font-size: 20px;
  font-weight: normal;
  bottom: 0px;
}
.listing-card-one .action-icons {
  margin: 0 -10px;
}
.listing-card-one .action-icons li {
  padding: 0 10px;
}
.listing-card-one .action-icons li a {
  color: #BFBFBF;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.listing-card-one .action-icons li a:hover, .listing-card-one .action-icons li a:focus {
  color: #D5B454;
}
.listing-card-one .img-slider-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 12px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.listing-card-one .img-slider-btn:hover {
  background: #D5B454;
  color: #fff;
}
.listing-card-one .img-slider-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.listing-card-one:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.listing-card-one:hover .carousel-indicators {
  opacity: 1;
}
.listing-card-one:hover .title {
  color: #D5B454;
}
.listing-card-one:hover .img-slider-btn {
  opacity: 1;
  visibility: visible;
}
.listing-card-one.style-two:hover {
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
}
.listing-card-one.style-two .tag {
  background: #fff;
  color: #000;
  left: 0;
}
.listing-card-one.style-two .price {
  font-size: 32px;
}
.listing-card-one.style-three:hover {
  box-shadow: 0px 30px 50px rgba(0, 45, 70, 0.03);
}
.listing-card-one.style-three .img-gallery .btn-four {
  bottom: 15px;
  right: 15px;
}
.listing-card-one.style-three .pl-footer {
  padding-bottom: 20px;
}

.listing-card-two {
  height: 380px;
  padding: 30px 30px 35px;
}
.listing-card-two .tag {
  width: 95px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12px;
  border: 1px solid #fff;
  border-radius: 17px;
}

.listing-card-three {
  padding: 30px 50px 50px;
}
.listing-card-three .img-cover {
  min-height: 450px;
}
.listing-card-three .tag {
  width: 95px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12px;
  border: 1px solid #fff;
  border-radius: 17px;
}
.listing-card-three .wrapper {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.listing-card-three .wrapper .property-name {
  background: #161616;
  width: 40%;
  padding: 25px 32px 40px;
}
.listing-card-three .wrapper .property-name h5 {
  font-size: 28px;
  line-height: 1.428em;
}
.listing-card-three .wrapper .property-info {
  width: 60%;
  padding: 30px 25px 30px 50px;
}
.listing-card-three .wrapper .property-info .feature {
  margin: 0 -10px;
}
.listing-card-three .wrapper .property-info .feature li {
  padding: 0 10px;
  position: relative;
  margin-bottom: 15px;
}
.listing-card-three .wrapper .property-info .feature li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background: #D1D1D1;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
}
.listing-card-three .wrapper .property-info .feature li:last-child:before {
  display: none;
}
.listing-card-three .wrapper .property-info .feature li span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
}
.listing-card-three .wrapper .property-info .action-icons {
  margin: 0 -15px;
}
.listing-card-three .wrapper .property-info .action-icons li {
  padding: 0 15px;
}
.listing-card-three .wrapper .property-info .action-icons li a {
  color: #BFBFBF;
  font-size: 1.2em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.listing-card-three .wrapper .property-info .action-icons li a:hover, .listing-card-three .wrapper .property-info .action-icons li a:focus {
  color: #D5B454;
}
.listing-card-three .wrapper .property-info .btn-ten {
  line-height: 48px;
}

.listing-card-seven {
  background: #fff;
}
.listing-card-seven.border-20, .listing-card-seven .border-20 {
  border-radius: 20px;
}
.listing-card-seven.p-20, .listing-card-seven .p-20 {
  padding: 20px;
}
.listing-card-seven .layout-one .img-gallery {
  width: 326px;
}
.listing-card-seven .layout-one .property-info {
  width: calc(100% - 326px);
  padding: 20px 35px 18px 48px;
}
.listing-card-seven .layout-two .img-gallery {
  width: 410px;
}
.listing-card-seven .layout-two .property-info {
  width: calc(100% - 410px);
  padding: 32px 60px 18px 66px;
}
.listing-card-seven .layout-two .property-info .action-icons.on-top {
  right: 70px;
  top: 35px;
}
.listing-card-seven .img-gallery {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.listing-card-seven .img-gallery .tag {
  width: 90px;
  line-height: 27px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12px;
  color: #fff;
  text-align: center;
  background: #D5B454;
  position: absolute;
  left: 17px;
  top: 17px;
  z-index: 1;
}
.listing-card-seven .img-gallery .tag.sale {
  background: #00B579;
}
.listing-card-seven .img-gallery .fav-btn {
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 1;
}
.listing-card-seven .img-gallery .fav-btn:hover {
  color: #D5B454;
}
.listing-card-seven .img-slider-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 12px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.listing-card-seven .img-slider-btn:hover {
  background: #D5B454;
  color: #fff;
}
.listing-card-seven .img-slider-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.listing-card-seven .property-info {
  position: relative;
  z-index: 1;
}
.listing-card-seven .property-info .tag {
  width: 90px;
  line-height: 27px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12px;
  color: #000;
  text-align: center;
  background: #D6F6EB;
}
.listing-card-seven .property-info .tag.sale {
  background: #FCE6DC;
}
.listing-card-seven .property-info .title {
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.listing-card-seven .property-info .feature {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.listing-card-seven .property-info .feature ul {
  margin: 0 -10px;
}
.listing-card-seven .property-info .feature ul li {
  margin: 0 10px 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.listing-card-seven .property-info .feature ul li strong {
  font-weight: 500;
  color: #000;
  display: block;
  font-size: 20px;
}
.listing-card-seven .property-info .feature ul li:before {
  content: "";
  position: absolute;
  height: 38px;
  width: 1px;
  transform: rotate(14deg);
  top: 10px;
  left: -68px;
  background: #000;
}
.listing-card-seven .property-info .feature ul li:first-child::before {
  display: none;
}
.listing-card-seven .property-info .price {
  font-size: 36px;
  letter-spacing: -0.72px;
}
.listing-card-seven .property-info .price.sm {
  font-size: 32px;
}
.listing-card-seven .property-info .price sub {
  font-size: 24px;
  font-weight: normal;
  bottom: 0px;
}
.listing-card-seven .property-info .action-icons {
  margin: 0 -15px;
}
.listing-card-seven .property-info .action-icons li {
  padding: 0 15px;
}
.listing-card-seven .property-info .action-icons li a {
  color: #000;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.listing-card-seven .property-info .action-icons li a:hover, .listing-card-seven .property-info .action-icons li a:focus {
  color: #D5B454;
}
.listing-card-seven .property-info .action-icons.on-top {
  position: absolute;
  right: 35px;
  top: 23px;
}
.listing-card-seven:hover .title {
  color: #D5B454;
}
.listing-card-seven:hover .img-slider-btn {
  opacity: 1;
  visibility: visible;
}
.listing-card-seven.grey-bg {
  background: #F4F4F4;
}

.listing-card-three .img-cover, .listing-card-two .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .listing-card-three .img-cover img, .listing-card-two .img-cover img {
    width: 100%;
    height: 100%;
  }
}
.listing-card-three .img-cover:before, .listing-card-two .img-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(179.64deg, rgba(0, 0, 0, 0) 0.81%, rgba(0, 0, 0, 0.65) 99.69%);
  border-radius: 30px;
}

.theme-details-one .border-20 {
  border-radius: 20px;
}
.theme-details-one .border-15 {
  border-radius: 15px;
}
.theme-details-one .border-10 {
  border-radius: 10px;
}
.theme-details-one .p-40 {
  padding: 40px;
}
.theme-details-one .p-30 {
  padding: 30px;
}
.theme-details-one .p-20 {
  padding: 20px;
}
.theme-details-one .p-15 {
  padding: 15px;
}
.theme-details-one .shadow4 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}
.theme-details-one .bottom-line-dark {
  border-bottom: 1px solid #000;
}
.theme-details-one .info-pack-one {
  background: #F9F9F9;
}
.theme-details-one .info-pack-one .media {
  height: 100%;
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.theme-details-one .info-pack-one .tag {
  font-size: 14px;
  line-height: 29px;
  padding: 0 12px;
  left: 0;
  top: 15px;
  z-index: 1;
}
.theme-details-one .info-pack-one .designation {
  color: #D5B454;
}
.theme-details-one .info-pack-one table {
  background: transparent;
  margin: 28px 0 38px;
}
.theme-details-one .info-pack-one table td {
  background: transparent;
  border: none;
  padding: 11px 0;
  color: rgba(0, 0, 0, 0.5);
}
.theme-details-one .info-pack-one table td:last-child {
  font-weight: 500;
  color: #000;
}
.theme-details-one .info-pack-one .social-icon a {
  font-size: 25px;
  margin-right: 25px;
}
.theme-details-one .info-pack-one .social-icon a:hover {
  color: #D5B454;
}
.theme-details-one .video-wrapper {
  max-width: 100%;
  margin: 0 auto;
  max-height: 900px;
  overflow: hidden;
  background: #fff;
}
.theme-details-one .video-wrapper video {
  display: block;
  margin: 0 auto;
}
.theme-details-one .list-type {
  font-size: 12px;
  letter-spacing: 0.12px;
  color: #fff;
  width: 90px;
  line-height: 26px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
}
.theme-details-one strong.price {
  font-size: 48px;
}
.theme-details-one .est-price {
  color: rgba(0, 0, 0, 0.5);
}
.theme-details-one .action-btns {
  margin: 0 -5px;
}
.theme-details-one .action-btns li {
  padding: 0 5px;
}
.theme-details-one .action-btns li a {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 1.1em;
}
.theme-details-one .action-btns li a:hover, .theme-details-one .action-btns li a:focus {
  color: #fff;
  background: #D5B454;
  border-color: #D5B454;
}
.theme-details-one .media-gallery-grid {
  padding: 0 40px;
}
.theme-details-one .media-gallery-grid .media-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}
.theme-details-one .media-gallery-grid .media-bg.sm {
  height: 360px;
}
.theme-details-one .media-gallery-grid .media-bg.lg {
  height: 560px;
}
.theme-details-one .media-gallery-grid .media-bg.xs {
  height: 170px;
}
.theme-details-one .media-gallery .carousel .carousel-indicators {
  display: block;
  margin: 0;
}
.theme-details-one .media-gallery .carousel .carousel-indicators button {
  text-indent: 0;
  margin: 0 0 25px 0;
  width: 100%;
  height: auto;
  border: none;
  opacity: 1;
}
.theme-details-one .media-gallery .carousel .carousel-indicators button:last-child {
  margin-bottom: 0;
}
.theme-details-one .media-gallery .carousel .carousel-indicators button.active {
  box-shadow: 0 0 0px 4px #d1b559;
  border-radius: 10px;
}
.theme-details-one .media-gallery .carousel .carousel-control-next, .theme-details-one .media-gallery .carousel .carousel-control-prev {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  color: #000;
  font-size: 25px;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.theme-details-one .media-gallery .carousel .carousel-control-next:hover, .theme-details-one .media-gallery .carousel .carousel-control-prev:hover {
  background: #000;
  color: #fff;
}
.theme-details-one .media-gallery .carousel .carousel-control-prev {
  /*rtl:ignore*/
  left: 30px;
}
.theme-details-one .media-gallery .carousel .carousel-control-next {
  /*rtl:ignore*/
  left: 105px;
}
.theme-details-one .media-gallery .style-two .carousel-indicators button {
  text-indent: 0;
  margin: 0 25px 0 0;
  width: 190px;
  height: auto;
  border: none;
  opacity: 1;
}
.theme-details-one .media-gallery .style-two .carousel-indicators button:last-child {
  margin-bottom: 0;
}
.theme-details-one .media-gallery .style-two .img-fancy-btn {
  top: auto;
  right: auto;
  bottom: 35px;
  left: 35px;
}
.theme-details-one .media-gallery .style-two .carousel-control-next, .theme-details-one .media-gallery .style-two .carousel-control-prev {
  position: static;
  margin: 0 10px;
  border: 1px solid #000;
}
.theme-details-one .media-gallery .style-two .carousel-arrow {
  position: absolute;
  bottom: 50px;
  right: 40px;
  z-index: 3;
}
.theme-details-one .media-gallery .style-two .theme-sidebar-one {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 40px;
  bottom: 60px;
  width: 380px;
}
.theme-details-one .media-gallery .slick-list {
  overflow: visible;
}
.theme-details-one .media-gallery .slider-arrows {
  position: absolute;
  top: calc(50% - 37px);
  width: 100%;
  left: 0;
  z-index: 1;
}
.theme-details-one .media-gallery .slider-arrows li {
  width: 75px;
  height: 75px;
  background: #fff;
  color: #000;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.theme-details-one .media-gallery .slider-arrows li:hover {
  background: #000;
  color: #fff;
}
.theme-details-one .img-fancy-btn {
  position: absolute;
  right: 25px;
  top: 35px;
  background: #fff;
  line-height: 50px;
  padding: 0 25px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.theme-details-one .img-fancy-btn:hover {
  background: #D5B454;
  color: #fff;
}
.theme-details-one .img-fancy-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.theme-details-one .sub-title-one {
  font-size: 28px;
}
.theme-details-one .property-feature-list ul {
  margin: 0 -10px;
}
.theme-details-one .property-feature-list ul li {
  width: 20%;
  padding: 10px 10px;
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.theme-details-one .property-feature-list ul li .icon {
  height: 30px;
  margin-bottom: 15px;
}
.theme-details-one .property-feature-list ul li:before {
  content: "";
  position: absolute;
  height: 72px;
  width: 1px;
  transform: rotate(17deg) translateY(-50%);
  top: 50%;
  left: -25%;
  background: rgba(0, 0, 0, 0.22);
}
.theme-details-one .property-feature-list ul li:first-child::before {
  display: none;
}
.theme-details-one .property-feature-list .dark-bg {
  background: #000000;
}
.theme-details-one .property-feature-list .dark-bg.m-inverse {
  margin-top: -70px;
}
.theme-details-one .property-feature-list .dark-bg ul li .icon.sm {
  height: 24px;
}
.theme-details-one .property-feature-list .dark-bg ul li:before {
  background: rgba(255, 255, 255, 0.25);
}
.theme-details-one .accordion-style-two {
  background: none;
  padding: 0;
}
.theme-details-one .accordion-style-two .accordion {
  padding: 0;
}
.theme-details-one .accordion-style-two .accordion .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.theme-details-one .accordion-style-two .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.theme-details-one .accordion-style-two .accordion .accordion-button {
  padding: 20px 0;
  font-size: 22px;
}
.theme-details-one .accordion-style-two .accordion .accordion-button:after {
  width: 32px;
  height: 32px;
  font-weight: 300;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #000;
  color: #fff;
}
.theme-details-one .accordion-style-two .accordion .accordion-button:not(.collapsed):after {
  line-height: 26px;
}
.theme-details-one .accordion-style-two .accordion .accordion-body {
  padding: 5px 15px 30px 0;
}
.theme-details-one .accordion-style-two.grey-bg .accordion-item {
  background: #F2F2F2;
  border: none !important;
  padding: 0 30px;
  margin-bottom: 10px;
}
.theme-details-one .accordion-style-two.full-accordion .accordion-item {
  border-top: 1px solid #000;
}
.theme-details-one .accordion-style-two.full-accordion .accordion-item:first-child {
  border-top: 1px solid #000;
}
.theme-details-one .accordion-style-two.full-accordion .accordion-item:last-child {
  border-bottom: 1px solid #000;
}
.theme-details-one .accordion-style-two.full-accordion .accordion-button {
  font-size: 26px;
  padding: 32px 0;
}
.theme-details-one .feature-list-two li {
  width: 42%;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.theme-details-one .feature-list-two li span:nth-child(2) {
  text-align: right;
}
.theme-details-one .list-style-two li {
  width: 22%;
}
.theme-details-one .property-video-tour .image-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.theme-details-one .property-video-tour .video-icon {
  width: 110px;
  height: 110px;
  font-size: 48px;
  background: #fff;
  color: #000;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-details-one .property-video-tour .video-icon:hover {
  background: #D5B454;
  color: #fff;
}
.theme-details-one .property-floor-plan .bg-dot {
  background: url(../images/shape/shape_66.svg) no-repeat center;
  background-size: cover;
}
.theme-details-one .property-floor-plan .carousel-indicators {
  margin: 0;
  bottom: auto;
  left: auto;
  right: -35px;
  top: -90px;
}
.theme-details-one .property-floor-plan .carousel-indicators button {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
}
.theme-details-one .property-floor-plan .carousel-indicators button.active {
  background: #000;
}
.theme-details-one .property-floor-plan .accordion {
  background: transparent;
  padding: 0;
}
.theme-details-one .property-floor-plan .accordion-item {
  border: none;
  border-bottom: 1px solid #0D0D0D;
  border-radius: 0;
  background: transparent;
}
.theme-details-one .property-floor-plan .accordion-item:first-child {
  border-top: 1px solid #0D0D0D;
}
.theme-details-one .property-floor-plan .accordion-item .accordion-button {
  font-size: 20px;
  line-height: 1.55em;
  padding: 28px 0 28px 50px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #000;
}
.theme-details-one .property-floor-plan .accordion-item .accordion-button ul li {
  display: flex;
  color: #000;
  font-size: 17px;
  margin-left: 20px;
}
.theme-details-one .property-floor-plan .accordion-item .accordion-button ul li img {
  width: 18px;
  margin-right: 5px;
}
.theme-details-one .property-floor-plan .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 30px;
  line-height: 24px;
}
.theme-details-one .property-floor-plan .accordion-item .accordion-button:after {
  content: "+";
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  transform: none;
  left: 0;
  top: calc(50% - 14px);
}
.theme-details-one .property-floor-plan .accordion-item .accordion-body {
  padding: 0 0 38px 0;
}
.theme-details-one .property-floor-plan .accordion-item .accordion-body p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}
.theme-details-one .nearby-list-item li {
  width: 26%;
  font-size: 17px;
  letter-spacing: -0.17px;
  margin-bottom: 25px;
}
.theme-details-one .nearby-list-item li span {
  float: right;
}
.theme-details-one .listing-card-one .img-gallery .tag {
  font-size: 11px;
  line-height: 23px;
  width: 80px;
}
.theme-details-one .listing-card-one .title {
  font-size: 22px;
  margin-bottom: 3px;
  letter-spacing: -0.22px;
}
.theme-details-one .listing-card-one .price {
  font-size: 22px;
  letter-spacing: -0.24px;
}
.theme-details-one .listing-card-one .action-icons li a {
  font-size: 17px;
}
.theme-details-one .similar-property .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 15px;
  top: -60px;
}
.theme-details-one .similar-property .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
.theme-details-one .similar-property .slick-dots .slick-active button {
  background: #000;
}
.theme-details-one .property-score .icon {
  width: 45px;
}
.theme-details-one .property-score .text {
  width: calc(100% - 45px);
  padding-left: 25px;
}
.theme-details-one .property-score .text h6 {
  font-size: 20px;
}
.theme-details-one .property-score .text p {
  color: rgba(0, 0, 0, 0.4);
}
.theme-details-one .property-location .map-banner {
  height: 485px;
}
.theme-details-one .review-panel-one .show .review.hide {
  display: flex;
}
.theme-details-one .review-panel-one .review {
  border-bottom: 1px solid #EDEDED;
  padding: 45px 0 25px;
  display: flex;
}
.theme-details-one .review-panel-one .review.hide {
  display: none;
}
.theme-details-one .review-panel-one .review .avatar {
  width: 60px;
  height: 60px;
}
.theme-details-one .review-panel-one .review .text {
  width: calc(100% - 60px);
  padding-left: 25px;
}
.theme-details-one .review-panel-one .review .text .name {
  font-size: 20px;
}
.theme-details-one .review-panel-one .review .text .time {
  color: rgba(0, 0, 0, 0.5);
}
.theme-details-one .review-panel-one .review .text .rating li:not(:first-child) {
  color: #FFCC4A;
  font-size: 13px;
  margin-left: 5px;
}
.theme-details-one .review-panel-one .review .text .rating li:first-child {
  font-size: 15px;
}
.theme-details-one .review-panel-one .review .text .review-help-btn a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.theme-details-one .review-panel-one .review .text .review-help-btn a i {
  margin-right: 5px;
}
.theme-details-one .review-panel-one .review .text .review-help-btn a:hover {
  color: #000;
}
.theme-details-one .review-panel-one .review .text .review-gallery {
  margin: 0 -6px;
}
.theme-details-one .review-panel-one .review .text .review-gallery li {
  padding: 10px 6px 0;
}
.theme-details-one .review-panel-one .review .text .review-gallery li img {
  width: 100px;
  height: 100px;
}
.theme-details-one .review-panel-one .review .text .review-gallery li .more-img {
  background: #000;
}
.theme-details-one .review-panel-one .review .text .review-gallery li .more-img img {
  opacity: 0.4;
}
.theme-details-one .review-panel-one .review .text .review-gallery li .more-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.theme-details-one .review-panel-one .review .text .review-gallery li .more-img span {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-details-one .review-panel-one .load-more-review {
  background: #000;
  border: 1px solid #000;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
}
.theme-details-one .review-panel-one .load-more-review i {
  font-size: 1.5em;
  vertical-align: middle;
}
.theme-details-one .review-panel-one .load-more-review.inverse {
  color: #000;
  background: #fff;
}
.theme-details-one .review-panel-one .load-more-review.inverse:hover {
  color: #fff;
}
.theme-details-one .review-panel-one .load-more-review:hover {
  background: #D5B454;
  border-color: #D5B454;
}
.theme-details-one .review-panel-one .nice-select {
  width: 126px;
  line-height: 33px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: -0.15px;
}
.theme-details-one .review-form .bg-dot {
  background: url(../images/shape/shape_66.svg) no-repeat center;
  background-size: cover;
}
.theme-details-one .agent-property-listing .filter-nav-one .isotop-menu-wrapper {
  margin: 0 -6px;
}
.theme-details-one .agent-property-listing .filter-nav-one .isotop-menu-wrapper li {
  border-radius: 0;
  border: 1px solid #000;
  font-size: 14px;
  padding: 0 18px;
  margin: 0 6px 10px;
}
.theme-details-one .agent-property-listing .filter-nav-one .isotop-menu-wrapper li.is-checked {
  border-color: #D5B454;
  background: #D5B454;
  color: #fff;
}

.theme-sidebar-one.dot-bg {
  background: url(../images/shape/shape_65.svg) no-repeat center;
  background-size: cover;
}
.theme-sidebar-one .btn-nine {
  font-size: 14px;
}

.service-details .service-post .btn-line {
  display: inline-block;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.12px;
  padding: 0 18px;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 18px;
}
.service-details .service-post .img-gallery img {
  border-radius: 20px;
}
.service-details .service-post h4 {
  font-size: 48px;
}
.service-details .service-post .feature-wrapper {
  background: url(../images/shape/shape_77.svg) no-repeat center;
  background-size: cover;
  padding: 20px;
}
.service-details .service-post .feature-wrapper .bg-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 15px 30px 30px;
}
.service-details .service-sidebar .service-category {
  background: url(../images/shape/shape_78.svg) no-repeat center;
  background-size: cover;
  padding: 36px;
  border-radius: 20px;
}
.service-details .service-sidebar .service-category ul {
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0 30px;
}
.service-details .service-sidebar .service-category ul a {
  padding: 26px 0;
  color: #000;
  border-bottom: 1px solid #000;
  display: block;
  position: relative;
  z-index: 1;
}
.service-details .service-sidebar .service-category ul a:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #000;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-details .service-sidebar .service-category ul a:hover:after, .service-details .service-sidebar .service-category ul a.active:after {
  background: #FFC8B1;
  transform: rotate(180deg);
}
.service-details .service-sidebar .service-category ul a.active {
  font-weight: 500;
}
.service-details .service-sidebar .service-category ul li:last-child a {
  border: none;
}
.service-details .service-sidebar .contact-banner {
  background: #242424;
  padding: 45px 15px;
  border-radius: 20px;
}

.blog-meta-three {
  background: #fff;
}
.blog-meta-three .post-data {
  padding: 32px 0 0;
}
.blog-meta-three .post-data.bg-grey {
  background: #F5F5F5;
  padding: 50px;
}
.blog-meta-three .post-data .blog-title h4 {
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.blog-meta-three .post-data .blog-title:hover h4 {
  text-decoration: underline;
}
.blog-meta-three .post-data p {
  margin-bottom: 32px;
}
.blog-meta-three .post-data .post-info {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-meta-three .post-data .post-info a {
  color: #000;
}
.blog-meta-three .post-data .post-info a:hover {
  text-decoration: underline;
}
.blog-meta-three .date {
  line-height: 30px;
  font-size: 14px;
  padding: 0 22px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
.blog-meta-three .post-img {
  height: 490px;
  padding: 25px 0 0 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-sidebar.dot-bg {
  background: url(../images/shape/shape_69.svg) no-repeat center;
  background-size: cover;
  padding: 30px;
}
.blog-sidebar .bg-wrapper {
  padding: 30px;
}
.blog-sidebar h5 {
  font-size: 24px;
}
.blog-sidebar .search-form form {
  height: 70px;
}
.blog-sidebar .search-form form input {
  width: 100%;
  height: 100%;
  padding: 0 65px 0 20px;
  font-size: 17px;
  border: none;
}
.blog-sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-sidebar .search-form form button:hover {
  color: #D5B454;
}
.blog-sidebar .categories li a {
  color: #000;
  font-size: 16px;
  margin-bottom: 13px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .categories li a:hover {
  text-decoration: underline;
  color: #D5B454;
}
.blog-sidebar .recent-news .news-block img {
  width: 70px;
}
.blog-sidebar .recent-news .news-block .post {
  width: calc(100% - 70px);
}
.blog-sidebar .recent-news .news-block .post .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.44em;
  letter-spacing: -0.18px;
}
.blog-sidebar .recent-news .news-block .post .title:hover {
  text-decoration: underline;
}
.blog-sidebar .recent-news .news-block .post .date {
  font-size: 15px;
  color: #A2A2A2;
}
.blog-sidebar .keyword ul {
  margin: 0 -5px;
}
.blog-sidebar .keyword ul li {
  margin: 15px 5px 0;
}
.blog-sidebar .keyword ul li a {
  line-height: 33px;
  padding: 0 22px;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .keyword ul li a:hover {
  background: #000;
  color: #fff;
}

.blog-details .blog-post-meta .post-info {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-details .blog-post-meta .post-info a {
  color: #000;
}
.blog-details .blog-post-meta .post-info a:hover {
  text-decoration: underline;
}
.blog-details .blog-post-meta .date {
  line-height: 30px;
  font-size: 14px;
  padding: 0 22px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
.blog-details .blog-post-meta .post-img {
  height: 490px;
  padding: 25px 0 0 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-details .blog-post-meta .post-data p {
  margin-bottom: 30px;
  line-height: 2em;
}
.blog-details .blog-post-meta .post-data .quote-wrapper {
  text-align: center;
  background: #F3F3F3;
  margin: 55px 0 50px;
  padding: 40px 15px 45px;
}
.blog-details .blog-post-meta .post-data .quote-wrapper .icon {
  width: 55px;
  height: 55px;
  background: #000;
}
.blog-details .blog-post-meta .post-data .quote-wrapper h4 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.547em;
  margin: 18px 0 27px;
}
.blog-details .blog-post-meta .post-data .quote-wrapper h6 {
  font-size: 20px;
}
.blog-details .blog-post-meta .post-data .quote-wrapper h6 span {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.blog-details .blog-post-meta .post-data h5 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details .blog-post-meta .post-data .list-item {
  padding: 10px 0 15px;
}
.blog-details .blog-post-meta .post-data .list-item li {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 25px;
}
.blog-details .blog-post-meta .post-data .list-item li:after {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1em;
}
.blog-details .blog-post-meta .post-data .img-meta {
  padding: 15px 0 18px;
}
.blog-details .blog-post-meta .post-data .img-caption {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
.blog-details .blog-post-meta .bottom-widget {
  padding: 0 0 22px;
  border-bottom: 1px solid #000;
}
.blog-details .blog-post-meta .bottom-widget .tags li:first-child {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details .blog-post-meta .bottom-widget .tags a {
  color: #000;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-details .blog-post-meta .bottom-widget .tags a:hover {
  color: #D5B454;
  text-decoration: underline;
}
.blog-details .blog-post-meta .bottom-widget .share-icon li:first-child {
  color: rgba(0, 0, 0, 0.4);
}
.blog-details .blog-post-meta .bottom-widget .share-icon a {
  color: #000;
  font-size: 22px;
  margin-left: 22px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-details .blog-post-meta .bottom-widget .share-icon a:hover {
  color: #D5B454;
}
.blog-details .blog-inner-title {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details .blog-comment-area {
  margin: 75px 0;
}
.blog-details .blog-comment-area .comment {
  margin: 0 0 20px;
}
.blog-details .blog-comment-area .comment .reply-comment {
  margin: 45px 0 30px;
}
.blog-details .blog-comment-area .comment .user-avatar {
  width: 60px;
  height: 60px;
}
.blog-details .blog-comment-area .comment .comment-text {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details .blog-comment-area .comment .comment-text .name {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}
.blog-details .blog-comment-area .comment .comment-text .date {
  font-size: 15px;
  color: #ADADAD;
}
.blog-details .blog-comment-area .comment .comment-text p {
  font-size: 17px;
  line-height: 30px;
  margin: 13px 0 0 0px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 65px;
  line-height: 25px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 5px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn:hover {
  background: #D5B454;
}
.blog-details .blog-comment-form {
  background: #F3F3F3;
  padding: 60px;
}
.blog-details .blog-comment-form p a {
  color: #000;
}
.blog-details .blog-comment-form form label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 10px;
}
.blog-details .blog-comment-form form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 25px;
  background: #fff;
}
.blog-details .blog-comment-form form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 145px;
  border: none;
  padding: 20px 25px;
  background: #fff;
}

.contact-map-banner {
  height: 100%;
  min-height: 450px;
}

.contact-us .form-style-one {
  max-width: 818px;
  padding: 70px 0 80px 100px;
}

.form-style-one h3 {
  font-size: 48px;
  margin-bottom: 50px;
}
.form-style-one .input-group-meta {
  position: relative;
}
.form-style-one .input-group-meta label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea, .form-style-one .input-group-meta .type-input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  font-size: 17px;
  color: #000;
  text-align: left;
}
.form-style-one .input-group-meta input, .form-style-one .input-group-meta .type-input {
  height: 60px;
  padding: 0 20px;
}
.form-style-one .input-group-meta textarea {
  height: 165px;
  padding: 15px 20px;
}
.form-style-one .btn-four {
  font-weight: 500;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}
#contact-form .help-block ul {
  margin: 0;
}

.footer-three {
  padding-top: 70px;
}
.footer-three .social-icon a {
  font-size: 20px;
  color: #000;
  margin-right: 35px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three .social-icon a:hover {
  color: #D5B454;
}
.footer-three .footer-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-three .footer-nav-link a {
  color: rgba(0, 0, 0, 0.7);
  line-height: 44px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-transform: capitalize;
}
.footer-three .footer-nav-link a:hover {
  color: #D5B454;
}
.footer-three .newsletter-form {
  height: 60px;
}
.footer-three .newsletter-form input {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  padding: 0 90px 0 15px;
  font-size: 16px;
}
.footer-three .newsletter-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 75px;
  background: #000;
}
.footer-three .newsletter-form button:hover {
  background: #D5B454;
}
.footer-three .bottom-footer {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 30px 0 15px;
}
.footer-three .bottom-footer .bottom-nav {
  margin: 0 -12px 15px;
}
.footer-three .bottom-footer .bottom-nav a {
  font-size: 16px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three .bottom-footer .bottom-nav a:hover {
  color: #D5B454;
  text-decoration: underline;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content {
  margin: 40px auto;
}

.dash-aside-navbar {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  overflow-y: auto;
  width: 320px;
  background: #fff;
  padding: 30px 0 30px;
}
.dash-aside-navbar::-webkit-scrollbar {
  width: 5px;
}
.dash-aside-navbar::-webkit-scrollbar-track {
  background: #fff;
}
.dash-aside-navbar::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0;
}
.dash-aside-navbar .plr {
  padding-left: 30px;
  padding-right: 30px;
}
.dash-aside-navbar .bottom-line {
  border-bottom: 1px solid #E9E9E9;
}
.dash-aside-navbar .dasboard-main-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 13px 5px 13px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.dash-aside-navbar .dasboard-main-nav li a span {
  padding-left: 15px;
}
.dash-aside-navbar .dasboard-main-nav li a:hover {
  text-decoration: underline;
}
.dash-aside-navbar .dasboard-main-nav li a.active {
  background: #000;
  color: #fff;
}
.dash-aside-navbar .dasboard-main-nav li a img {
  max-width: 20px;
}
.dash-aside-navbar .dasboard-main-nav li .nav-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  padding-left: 50px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.dash-aside-navbar .profile-complete-status {
  margin: 30px 0 20px 0;
}
.dash-aside-navbar .profile-complete-status .progress-value {
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #000;
}
.dash-aside-navbar .profile-complete-status .progress-line {
  height: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 9px 0 3px;
}
.dash-aside-navbar .profile-complete-status .progress-line .inner-line {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #D5B454;
}
.dash-aside-navbar .profile-complete-status p {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  color: rgba(36, 64, 52, 0.5);
}
.dash-aside-navbar .logout-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #000;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.dash-aside-navbar .logout-btn .icon {
  width: 42px;
  height: 42px;
  background: #000;
}
.dash-aside-navbar .logout-btn span {
  padding-left: 10px;
}
.dash-aside-navbar .logout-btn:hover {
  color: #FF3F25;
}
.dash-aside-navbar .logout-btn:hover .icon {
  background: #FF3F25;
}
.dash-aside-navbar .close-btn {
  font-size: 28px;
  color: #000;
}
.dash-aside-navbar .close-btn:hover {
  color: #D5B454;
}

.dashboard-body {
  min-height: 100vh;
  background: #F9F3EF;
  margin-left: 320px;
  padding: 180px 45px 50px;
}
.dashboard-body .plr {
  padding-left: 30px;
  padding-right: 30px;
}
.dashboard-body .border-15 {
  border-radius: 15px;
}
.dashboard-body .border-20 {
  border-radius: 20px;
}
.dashboard-body .border-30 {
  border-radius: 30px;
}
.dashboard-body .card-box {
  padding: 45px 60px 50px;
}
.dashboard-body .main-title {
  font-size: 28px;
  margin-bottom: 40px;
}
.dashboard-body .dash-title-two {
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0;
}
.dashboard-body .dash-title-three {
  font-size: 24px;
  margin: 0 0 30px;
}
.dashboard-body .dash-btn-one {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #fff;
  border-radius: 7px;
  line-height: 40px;
  padding: 0 15px;
  min-width: 135px;
  text-align: center;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.dashboard-body .dash-btn-one i {
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: -3px;
  margin-right: 2px;
}
.dashboard-body .dash-btn-one:hover {
  background: #D5B454;
}
.dashboard-body .dash-btn-one input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dashboard-body .dash-btn-two {
  font-weight: 500;
  color: #fff;
  min-width: 125px;
  font-size: 16px;
  text-align: center;
  padding: 0 25px;
  line-height: 45px;
  border-radius: 10px;
  background: #D5B454;
}
.dashboard-body .dash-btn-two:hover {
  background: #000;
}
.dashboard-body .dash-cancel-btn {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.dashboard-body .dash-cancel-btn:hover {
  color: #FF3F25;
}
.dashboard-body .dash-input-wrapper label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.dashboard-body .dash-input-wrapper .alert-text {
  font-size: 14px;
  letter-spacing: -0.14px;
  color: rgba(0, 0, 0, 0.5);
}
.dashboard-body .dash-input-wrapper input {
  width: 100%;
  height: 55px;
  letter-spacing: -0.16px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
}
.dashboard-body .dash-input-wrapper textarea {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  resize: none;
  font-size: 16px;
}
.dashboard-body .dash-input-wrapper textarea.size-lg {
  height: 230px;
  max-height: 200px;
}
.dashboard-body .dash-input-wrapper .nice-select {
  height: 55px;
  line-height: 55px;
  letter-spacing: -0.16px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 0 25px 0 20px;
  font-size: 16px;
}
.dashboard-body .dash-input-wrapper .nice-select .option {
  line-height: 38px;
}
.dashboard-body .dash-input-wrapper .map-frame {
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
}
.dashboard-body .dash-input-wrapper .location-pin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  opacity: 0.18;
}
.dashboard-body .dash-input-wrapper .location-pin:hover {
  opacity: 1;
}
.dashboard-body .dash-input-wrapper .attached-file {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  background: #EDF2F7;
  padding: 0 20px;
}
.dashboard-body .dash-input-wrapper .attached-file span {
  font-size: 14px;
}
.dashboard-body .dash-input-wrapper .attached-file .remove-btn {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.dashboard-body .dash-input-wrapper .attached-file .remove-btn:hover {
  color: #ff5b5b;
}
.dashboard-body .dash-input-wrapper .skills-wrapper {
  padding: 15px 20px 10px;
  background: #F7F7F7;
  border-radius: 15px;
}
.dashboard-body .dash-input-wrapper .skills-wrapper ul {
  margin: 0 -5px;
}
.dashboard-body .dash-input-wrapper .skills-wrapper ul li {
  padding: 0 5px 15px;
}
.dashboard-body .dash-input-wrapper .skills-wrapper ul li.is_tag button {
  font-size: 15px;
  color: #FAF1EC;
  line-height: 42px;
  padding: 0 40px 0 22px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.0363735);
  border-radius: 30px;
  position: relative;
}
.dashboard-body .dash-input-wrapper .skills-wrapper ul li.is_tag button i {
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 0;
}
.dashboard-body .dash-input-wrapper .skills-wrapper ul li.is_tag button i:hover {
  color: #ff5b5b;
}
.dashboard-body .dash-input-wrapper .skills-wrapper ul li.more_tag button {
  font-size: 21px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FF3F25;
}
.dashboard-body .dash-input-wrapper .info-text {
  font-size: 14px;
}
.dashboard-body .dash-input-wrapper .info-text p {
  color: rgba(0, 0, 0, 0.5);
}
.dashboard-body .dash-input-wrapper .info-text p a {
  color: #D5B454;
}
.dashboard-body .dash-input-wrapper .info-text p a:hover {
  text-decoration: underline;
}
.dashboard-body .dash-input-wrapper .info-text .chng-pass {
  color: #D5B454;
  text-decoration: underline;
}
.dashboard-body .short-filter .nice-select {
  min-width: 125px;
  height: 35px;
  line-height: 33px;
  font-size: 15px;
  padding: 0 15px 0 15px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 30px;
}
.dashboard-body .short-filter .nice-select:after {
  right: 14px;
}
.dashboard-body .short-filter .nice-select .list {
  padding: 0;
}
.dashboard-body .short-filter .nice-select .option {
  font-size: 1em;
}

/* Custome Animation */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.08);
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0);
  }
}
@keyframes rippleTwo {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(213, 180, 84, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0.8rem rgba(213, 180, 84, 0.15);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes skewwrap {
  0% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
  100% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
}
@keyframes skewwrap {
  0% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
  100% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 0.9em;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding-left: 10px;
  padding-right: 18px;
  text-transform: capitalize;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:after {
  border: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 7px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  box-sizing: border-box;
  opacity: 0;
  overflow-y: auto;
  max-height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 0 15px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  font-size: 0.95em;
  cursor: pointer;
  font-weight: 400;
  margin-top: 5px;
  list-style: none;
  outline: none;
  padding: 0 10px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #D5B454;
  background: rgba(213, 180, 84, 0.03);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75 ;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65 ;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0 ;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1 ;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px ;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px ;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 -15px;
}

.slick-dots {
  list-style-type: none;
  display: flex;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}

.slick-dots .slick-active button {
  background: #D5B454;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none !important;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 15px;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
