
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
html, body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  z-index: 1;
  width: auto;
  min-height: 100%;
}

@media (max-width: 991.98px) {
  .wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 991;
    background: rgba(20, 22, 24, 0.6);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
  }
  .wrapper.overlay:after {
    visibility: visible;
    opacity: 1;
  }
}

.container, .container-fluid {
  position: relative;
  padding: 0 30px;
}

.row {
  margin-bottom: -30px;
}

.row div[class^="col-"]:not(.row) {
  margin-bottom: 30px;
}

.row .form-row div[class^="col-"]:not(.row) {
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .col-spacing-70 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]),
  .col-spacing-60 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]),
  .col-spacing-50 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]),
  .col-spacing-40 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) {
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
  }
  .col-spacing-70 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row),
  .col-spacing-60 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row),
  .col-spacing-50 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row),
  .col-spacing-40 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row) {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .col-spacing-70 {
    margin-right: -35px;
    margin-bottom: -70px;
    margin-left: -35px;
  }
  .col-spacing-70 div[class^="col-"]:not(.row) {
    margin-bottom: 70px;
    padding: 0 35px;
  }
  .col-spacing-60 {
    margin-right: -30px;
    margin-bottom: -60px;
    margin-left: -30px;
  }
  .col-spacing-60 div[class^="col-"]:not(.row) {
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .col-spacing-50 {
    margin-right: -25px;
    margin-bottom: -50px;
    margin-left: -25px;
  }
  .col-spacing-50 div[class^="col-"]:not(.row) {
    margin-bottom: 50px;
    padding: 0 25px;
  }
  .col-spacing-40 {
    margin-right: -20px;
    margin-bottom: -40px;
    margin-left: -20px;
  }
  .col-spacing-40 div[class^="col-"]:not(.row) {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .container-fluid .col-spacing-70 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .container-fluid .col-spacing-60 {
    margin-right: 0;
    margin-left: 0;
  }
  .container-fluid .col-spacing-50 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .container-fluid .col-spacing-40 {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.col-spacing-20 .row,
.col-spacing-10 .row,
.col-spacing-0 .row {
  margin-right: -15px;
  margin-bottom: -30px;
  margin-left: -15px;
}

.col-spacing-20 .row div[class^="col-"]:not(.row),
.col-spacing-10 .row div[class^="col-"]:not(.row),
.col-spacing-0 .row div[class^="col-"]:not(.row) {
  margin-bottom: 30px;
  padding: 0 15px;
}

.col-spacing-20 {
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
}

.col-spacing-20 div[class^="col-"]:not(.row) {
  margin-bottom: 20px;
  padding: 0 10px;
}

.col-spacing-10 {
  margin-right: -5px;
  margin-bottom: -10px;
  margin-left: -5px;
}

.col-spacing-10 div[class^="col-"]:not(.row) {
  margin-bottom: 10px;
  padding: 0 5px;
}

.col-spacing-0 {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.col-spacing-0 div[class^="col-"]:not(.row) {
  margin-bottom: 0;
  padding: 0;
}

.container-fluid .col-spacing-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.container-fluid .col-spacing-10 {
  margin-right: -25px;
  margin-left: -25px;
}

.container-fluid .col-spacing-0 {
  margin-right: -30px;
  margin-left: -30px;
}

.top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.blockquote {
  border-left: 3px solid rgba(20, 22, 24, 0.1);
  padding: 24px 30px;
}

.blockquote p {
  font-weight: 300;
}

.blockquote .blockquote-footer {
  margin-top: 10px;
}

.blockquote .blockquote-footer:before {
  padding-right: 6px;
}

.blockquote .blockquote-footer h1, .blockquote .blockquote-footer h2, .blockquote .blockquote-footer h3, .blockquote .blockquote-footer h4, .blockquote .blockquote-footer h5, .blockquote .blockquote-footer h6 {
  display: inline-block;
  margin: 0;
}

div[class^='bg-dark'] .blockquote, div[class*=' bg-dark'] .blockquote, .bg-black .blockquote {
  border-color: rgba(255, 255, 255, 0.1);
}

div[class^='bg-dark'] .blockquote .blockquote-footer, div[class*=' bg-dark'] .blockquote .blockquote-footer, .bg-black .blockquote .blockquote-footer {
  color: #fff;
}

pre {
  border: 1px solid rgba(20, 22, 24, 0.1);
  border-radius: 5px;
  padding: 5px 20px;
  color: #767A7D;
}

div[class^='bg-dark'] pre, div[class*=' bg-dark'] pre, .bg-black pre {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

.pagination {
  margin: 0 -2px;
  padding: 0;
}

.pagination .page-item {
  margin: 0 2px;
  text-align: center;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .page-item .page-link {
  background: transparent;
  min-width: 34px;
  height: 34px;
  border: 0;
  border-radius: 20px;
  padding: 0;
  color: #767A7D;
  font-size: 14px;
  line-height: 34px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.pagination .page-item .page-link:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  border-radius: 50%;
  background: rgba(20, 22, 24, 0.1);
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.pagination .page-item .page-link:hover {
  color: #141618;
}

.pagination .page-item .page-link:hover:before {
  opacity: 1;
}

.pagination .page-item.active .page-link {
  color: #141618;
}

.pagination .page-item.active .page-link:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.pagination.pagination-sm .page-item .page-link {
  min-width: 30px;
  height: 30px;
  border-radius: 20px;
  padding: 0;
  line-height: 30px;
}

.pagination.pagination-lg .page-item .page-link {
  min-width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0;
  line-height: 40px;
}

div[class^='bg-dark'] .pagination .page-item .page-link, div[class*=' bg-dark'] .pagination .page-item .page-link, .bg-black .pagination .page-item .page-link {
  color: rgba(255, 255, 255, 0.8);
}

div[class^='bg-dark'] .pagination .page-item .page-link:before, div[class*=' bg-dark'] .pagination .page-item .page-link:before, .bg-black .pagination .page-item .page-link:before {
  background: rgba(255, 255, 255, 0.1);
}

div[class^='bg-dark'] .pagination .page-item .page-link:hover, div[class*=' bg-dark'] .pagination .page-item .page-link:hover, .bg-black .pagination .page-item .page-link:hover {
  color: #fff;
}

div[class^='bg-dark'] .pagination .page-item.active .page-link, div[class*=' bg-dark'] .pagination .page-item.active .page-link, .bg-black .pagination .page-item.active .page-link {
  color: #fff;
}

hr {
  border-color: rgba(20, 22, 24, 0.1);
}

div[class^='bg-dark'] hr, div[class*=' bg-dark'] hr, .bg-black hr {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-sal] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.scrolltotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 989;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.scrolltotop.scrolltotop-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.bg-image {
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image.bg-image-gradient:before, .bg-image.bg-image-gradient-reverse:before, .bg-image.bg-image-gradient-dark:before, .bg-image.bg-image-gradient-dark-reverse:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.bg-image.bg-image-gradient:before {
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.2));
}

.bg-image.bg-image-gradient-reverse:before {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2), #fff);
}

.bg-image.bg-image-gradient-dark:before {
  background-image: linear-gradient(to top, #141618, rgba(20, 22, 24, 0.2));
}

.bg-image.bg-image-gradient-dark-reverse:before {
  background-image: linear-gradient(to top, rgba(20, 22, 24, 0.2), #141618);
}

.form-row {
  margin-right: -8px;
  margin-left: -8px;
}

.form-row div[class^="col-"], .form-row div[class*=" col-"], .form-row .col {
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
}

input,
textarea {
  background: transparent;
  width: 100%;
  border: 1px solid rgba(20, 22, 24, 0.1);
  margin-bottom: 1rem;
  padding: 15px 20px;
  box-shadow: none;
  font: 400 14px "Open Sans", sans-serif;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

input:focus, input:active,
textarea:focus,
textarea:active {
  outline: 0;
  box-shadow: none;
}

textarea {
  height: 140px;
}

input, textarea, .form-control {
  color: #767A7D;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #a3a6a8;
}

input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: #a3a6a8;
}

input:-ms-placeholder, textarea:-ms-placeholder, .form-control:-ms-placeholder {
  color: #a3a6a8;
}

input::-ms-placeholder, textarea::-ms-placeholder, .form-control::-ms-placeholder {
  color: #a3a6a8;
}

input::placeholder, textarea::placeholder, .form-control::placeholder {
  color: #a3a6a8;
}

input:focus, textarea:focus, .form-control:focus {
  border-color: rgba(20, 22, 24, 0.2);
}

input[type="checkbox"], input[type="radio"] {
  width: auto;
}

label {
  font-size: 14px;
}

.form-control {
  background: transparent;
  height: auto;
  border: 1px solid rgba(20, 22, 24, 0.1);
  border-radius: 0;
  padding: 15px 20px;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.form-control:read-only {
  background: #e5e8eb;
  border: 0;
}

.form-control.form-control-sm {
  padding: 5px 10px;
}

.form-control-plaintext {
  border: 0;
}

.form-check-input:disabled ~ .form-check-label {
  color: #a3a6a8;
}

.required:after {
  content: '*';
  padding-left: 3px;
}

select {
  margin-bottom: 16px;
}

.custom-select {
  background-color: transparent;
  width: auto;
  min-width: 160px;
  height: auto;
  border-radius: 0;
  padding: 15px 20px;
  border-color: rgba(20, 22, 24, 0.1);
  color: #767A7D;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.custom-select:focus {
  border-color: rgba(20, 22, 24, 0.2);
  outline: 0;
  box-shadow: none;
}

form.style-3 input, form.style-3 textarea, form.style-3 .custom-select, form.style-3 .form-control, .style-3 input, .style-3 textarea, .style-3 .custom-select, .style-3 .form-control,
form.style-4 input,
form.style-4 textarea,
form.style-4 .custom-select,
form.style-4 .form-control, .style-4 input, .style-4 textarea, .style-4 .custom-select, .style-4 .form-control {
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}

form.style-2 input:focus, form.style-2 textarea:focus, form.style-2 .custom-select:focus, form.style-2 .form-control:focus, .style-2 input:focus, .style-2 textarea:focus, .style-2 .custom-select:focus, .style-2 .form-control:focus,
form.style-4 input:focus,
form.style-4 textarea:focus,
form.style-4 .custom-select:focus,
form.style-4 .form-control:focus, .style-4 input:focus, .style-4 textarea:focus, .style-4 .custom-select:focus, .style-4 .form-control:focus {
  border-color: rgba(20, 22, 24, 0.9);
}

form.style-5 input, form.style-5 textarea, form.style-5 .custom-select, form.style-5 .form-control, .style-5 input, .style-5 textarea, .style-5 .custom-select, .style-5 .form-control {
  background: #f2f5f8;
  border: 0;
}

form.style-5 input:focus, form.style-5 textarea:focus, form.style-5 .custom-select:focus, form.style-5 .form-control:focus, .style-5 input:focus, .style-5 textarea:focus, .style-5 .custom-select:focus, .style-5 .form-control:focus {
  background: #eff2f5;
}

.bg-gray form.style-5 input, .bg-gray form.style-5 textarea, .bg-gray form.style-5 .custom-select, .bg-gray form.style-5 .form-control, .bg-gray .style-5 input, .bg-gray .style-5 textarea, .bg-gray .style-5 .custom-select, .bg-gray .style-5 .form-control, .bg-gray-lighter form.style-5 input, .bg-gray-lighter form.style-5 textarea, .bg-gray-lighter form.style-5 .custom-select, .bg-gray-lighter form.style-5 .form-control, .bg-gray-lighter .style-5 input, .bg-gray-lighter .style-5 textarea, .bg-gray-lighter .style-5 .custom-select, .bg-gray-lighter .style-5 .form-control {
  background: #fff;
}

.bg-gray form.style-5 input:focus, .bg-gray form.style-5 textarea:focus, .bg-gray form.style-5 .custom-select:focus, .bg-gray form.style-5 .form-control:focus, .bg-gray .style-5 input:focus, .bg-gray .style-5 textarea:focus, .bg-gray .style-5 .custom-select:focus, .bg-gray .style-5 .form-control:focus, .bg-gray-lighter form.style-5 input:focus, .bg-gray-lighter form.style-5 textarea:focus, .bg-gray-lighter form.style-5 .custom-select:focus, .bg-gray-lighter form.style-5 .form-control:focus, .bg-gray-lighter .style-5 input:focus, .bg-gray-lighter .style-5 textarea:focus, .bg-gray-lighter .style-5 .custom-select:focus, .bg-gray-lighter .style-5 .form-control:focus {
  background: #fff;
}

div[class^='bg-dark'] input, div[class^='bg-dark'] textarea, div[class^='bg-dark'] .form-control, div[class*=' bg-dark'] input, div[class*=' bg-dark'] textarea, div[class*=' bg-dark'] .form-control, .bg-black input, .bg-black textarea, .bg-black .form-control {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

div[class^='bg-dark'] input::-webkit-input-placeholder, div[class^='bg-dark'] textarea::-webkit-input-placeholder, div[class^='bg-dark'] .form-control::-webkit-input-placeholder, div[class*=' bg-dark'] input::-webkit-input-placeholder, div[class*=' bg-dark'] textarea::-webkit-input-placeholder, div[class*=' bg-dark'] .form-control::-webkit-input-placeholder, .bg-black input::-webkit-input-placeholder, .bg-black textarea::-webkit-input-placeholder, .bg-black .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

div[class^='bg-dark'] input::-moz-placeholder, div[class^='bg-dark'] textarea::-moz-placeholder, div[class^='bg-dark'] .form-control::-moz-placeholder, div[class*=' bg-dark'] input::-moz-placeholder, div[class*=' bg-dark'] textarea::-moz-placeholder, div[class*=' bg-dark'] .form-control::-moz-placeholder, .bg-black input::-moz-placeholder, .bg-black textarea::-moz-placeholder, .bg-black .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

div[class^='bg-dark'] input:-ms-placeholder, div[class^='bg-dark'] textarea:-ms-placeholder, div[class^='bg-dark'] .form-control:-ms-placeholder, div[class*=' bg-dark'] input:-ms-placeholder, div[class*=' bg-dark'] textarea:-ms-placeholder, div[class*=' bg-dark'] .form-control:-ms-placeholder, .bg-black input:-ms-placeholder, .bg-black textarea:-ms-placeholder, .bg-black .form-control:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

div[class^='bg-dark'] input::-ms-placeholder, div[class^='bg-dark'] textarea::-ms-placeholder, div[class^='bg-dark'] .form-control::-ms-placeholder, div[class*=' bg-dark'] input::-ms-placeholder, div[class*=' bg-dark'] textarea::-ms-placeholder, div[class*=' bg-dark'] .form-control::-ms-placeholder, .bg-black input::-ms-placeholder, .bg-black textarea::-ms-placeholder, .bg-black .form-control::-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

div[class^='bg-dark'] input::placeholder, div[class^='bg-dark'] textarea::placeholder, div[class^='bg-dark'] .form-control::placeholder, div[class*=' bg-dark'] input::placeholder, div[class*=' bg-dark'] textarea::placeholder, div[class*=' bg-dark'] .form-control::placeholder, .bg-black input::placeholder, .bg-black textarea::placeholder, .bg-black .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

div[class^='bg-dark'] input:focus, div[class^='bg-dark'] textarea:focus, div[class^='bg-dark'] .form-control:focus, div[class*=' bg-dark'] input:focus, div[class*=' bg-dark'] textarea:focus, div[class*=' bg-dark'] .form-control:focus, .bg-black input:focus, .bg-black textarea:focus, .bg-black .form-control:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

div[class^='bg-dark'] .custom-select, div[class*=' bg-dark'] .custom-select, .bg-black .custom-select {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

div[class^='bg-dark'] .custom-select:focus, div[class*=' bg-dark'] .custom-select:focus, .bg-black .custom-select:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

div[class^='bg-dark'] form.style-2 input:focus, div[class^='bg-dark'] form.style-2 textarea:focus, div[class^='bg-dark'] form.style-2 .custom-select:focus, div[class^='bg-dark'] form.style-2 .form-control:focus, div[class^='bg-dark'] .style-2 input:focus, div[class^='bg-dark'] .style-2 textarea:focus, div[class^='bg-dark'] .style-2 .custom-select:focus, div[class^='bg-dark'] .style-2 .form-control:focus,
div[class^='bg-dark'] form.style-4 input:focus,
div[class^='bg-dark'] form.style-4 textarea:focus,
div[class^='bg-dark'] form.style-4 .custom-select:focus,
div[class^='bg-dark'] form.style-4 .form-control:focus, div[class^='bg-dark'] .style-4 input:focus, div[class^='bg-dark'] .style-4 textarea:focus, div[class^='bg-dark'] .style-4 .custom-select:focus, div[class^='bg-dark'] .style-4 .form-control:focus, div[class*=' bg-dark'] form.style-2 input:focus, div[class*=' bg-dark'] form.style-2 textarea:focus, div[class*=' bg-dark'] form.style-2 .custom-select:focus, div[class*=' bg-dark'] form.style-2 .form-control:focus, div[class*=' bg-dark'] .style-2 input:focus, div[class*=' bg-dark'] .style-2 textarea:focus, div[class*=' bg-dark'] .style-2 .custom-select:focus, div[class*=' bg-dark'] .style-2 .form-control:focus,
div[class*=' bg-dark'] form.style-4 input:focus,
div[class*=' bg-dark'] form.style-4 textarea:focus,
div[class*=' bg-dark'] form.style-4 .custom-select:focus,
div[class*=' bg-dark'] form.style-4 .form-control:focus, div[class*=' bg-dark'] .style-4 input:focus, div[class*=' bg-dark'] .style-4 textarea:focus, div[class*=' bg-dark'] .style-4 .custom-select:focus, div[class*=' bg-dark'] .style-4 .form-control:focus, .bg-black form.style-2 input:focus, .bg-black form.style-2 textarea:focus, .bg-black form.style-2 .custom-select:focus, .bg-black form.style-2 .form-control:focus, .bg-black .style-2 input:focus, .bg-black .style-2 textarea:focus, .bg-black .style-2 .custom-select:focus, .bg-black .style-2 .form-control:focus,
.bg-black form.style-4 input:focus,
.bg-black form.style-4 textarea:focus,
.bg-black form.style-4 .custom-select:focus,
.bg-black form.style-4 .form-control:focus, .bg-black .style-4 input:focus, .bg-black .style-4 textarea:focus, .bg-black .style-4 .custom-select:focus, .bg-black .style-4 .form-control:focus {
  border-color: #fff;
}

div[class^='bg-dark'] form.style-5 input, div[class^='bg-dark'] form.style-5 textarea, div[class^='bg-dark'] form.style-5 .custom-select, div[class^='bg-dark'] form.style-5 .form-control, div[class^='bg-dark'] .style-5 input, div[class^='bg-dark'] .style-5 textarea, div[class^='bg-dark'] .style-5 .custom-select, div[class^='bg-dark'] .style-5 .form-control, div[class*=' bg-dark'] form.style-5 input, div[class*=' bg-dark'] form.style-5 textarea, div[class*=' bg-dark'] form.style-5 .custom-select, div[class*=' bg-dark'] form.style-5 .form-control, div[class*=' bg-dark'] .style-5 input, div[class*=' bg-dark'] .style-5 textarea, div[class*=' bg-dark'] .style-5 .custom-select, div[class*=' bg-dark'] .style-5 .form-control, .bg-black form.style-5 input, .bg-black form.style-5 textarea, .bg-black form.style-5 .custom-select, .bg-black form.style-5 .form-control, .bg-black .style-5 input, .bg-black .style-5 textarea, .bg-black .style-5 .custom-select, .bg-black .style-5 .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
}

div[class^='bg-dark'] form.style-5 input:focus, div[class^='bg-dark'] form.style-5 textarea:focus, div[class^='bg-dark'] form.style-5 .custom-select:focus, div[class^='bg-dark'] form.style-5 .form-control:focus, div[class^='bg-dark'] .style-5 input:focus, div[class^='bg-dark'] .style-5 textarea:focus, div[class^='bg-dark'] .style-5 .custom-select:focus, div[class^='bg-dark'] .style-5 .form-control:focus, div[class*=' bg-dark'] form.style-5 input:focus, div[class*=' bg-dark'] form.style-5 textarea:focus, div[class*=' bg-dark'] form.style-5 .custom-select:focus, div[class*=' bg-dark'] form.style-5 .form-control:focus, div[class*=' bg-dark'] .style-5 input:focus, div[class*=' bg-dark'] .style-5 textarea:focus, div[class*=' bg-dark'] .style-5 .custom-select:focus, div[class*=' bg-dark'] .style-5 .form-control:focus, .bg-black form.style-5 input:focus, .bg-black form.style-5 textarea:focus, .bg-black form.style-5 .custom-select:focus, .bg-black form.style-5 .form-control:focus, .bg-black .style-5 input:focus, .bg-black .style-5 textarea:focus, .bg-black .style-5 .custom-select:focus, .bg-black .style-5 .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

img[class^='avatar-'] {
  border-radius: 50%;
}

img.avatar-xs {
  min-width: 60px;
  width: 60px;
  height: 60px;
}

img.avatar-sm {
  min-width: 80px;
  width: 80px;
  height: 80px;
}

img.avatar-md {
  min-width: 100px;
  width: 100px;
  height: 100px;
}

img.avatar-lg {
  min-width: 120px;
  width: 120px;
  height: 120px;
}

img.avatar-xl {
  min-width: 140px;
  width: 140px;
  height: 140px;
}

img.avatar-2xl {
  min-width: 160px;
  width: 160px;
  height: 160px;
}

img.avatar-3xl {
  min-width: 180px;
  width: 180px;
  height: 180px;
}

.fancy-image {
  position: relative;
}

.fancy-image img {
  -webkit-transform: translate(6px, -6px);
  transform: translate(6px, -6px);
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.fancy-image:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -6px;
  background: rgba(20, 22, 24, 0.1);
  width: 100%;
  height: 100%;
}

.fancy-image.left img {
  -webkit-transform: translate(-6px, -6px);
  transform: translate(-6px, -6px);
}

.fancy-image.left:before {
  left: 6px;
}

ol {
  margin: 0 0 -7px;
}

ol li {
  margin: 0 0 7px;
}

ul {
  margin: 0 0 -7px;
}

ul li {
  margin: 0 0 7px;
}

ul li ul, ul li ol {
  margin-top: 7px;
}

ul li a {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

ul[class*=' list-'], ul[class^='list-'] {
  padding: 0;
}

ul.list-unstyled li, ul.list-dash li {
  list-style-type: none;
}

ul.list-dash li:before {
  content: '-';
  padding-right: 7px;
}

ul.list-dash li a:hover {
  padding-left: 2px;
}

ul.list-dash li ul, ul.list-dash li ol {
  padding-left: 40px;
}

ul[class*=' list-inline'] li, ul[class^='list-inline'] li {
  display: inline-block;
}

ul.list-inline-lg {
  margin-right: -14px;
  margin-left: -14px;
}

ul.list-inline-lg li {
  padding: 0 14px;
}

ul.list-inline {
  margin-right: -7px;
  margin-left: -7px;
}

ul.list-inline li {
  padding: 0 7px;
}

ul.list-inline-sm {
  margin-right: -3px;
  margin-left: -3px;
}

ul.list-inline-sm li {
  padding: 0 3px;
}

ul.list-inline-dash li:after {
  content: '-';
}

ul.list-inline-slash li:after {
  content: '/';
}

ul.list-inline-vbar li:after {
  content: '|';
}

ul.list-inline-dash li:after, ul.list-inline-slash li:after, ul.list-inline-vbar li:after {
  padding: 0 3px 0 6px;
}

ul.list-inline-dash li:last-child:after, ul.list-inline-slash li:last-child:after, ul.list-inline-vbar li:last-child:after {
  content: '';
  padding: 0;
}

@media (max-width: 991.98px) {
  ol {
    margin: 0 0 -5px;
  }
  ol li {
    margin: 0 0 5px;
  }
  ul {
    margin: 0 0 -5px;
  }
  ul li {
    margin: 0 0 5px;
  }
  ul li ul, ul li ol {
    margin-top: 5px;
  }
  ul.list-dash li:before {
    content: '-';
    padding-right: 6px;
  }
  ul.list-dash li a:hover {
    padding-left: 2px;
  }
  ul.list-dash li ul, ul.list-dash li ol {
    padding-left: 30px;
  }
  ul.list-inline-lg {
    margin-right: -12px;
    margin-left: -12px;
  }
  ul.list-inline-lg li {
    padding: 0 12px;
  }
  ul.list-inline {
    margin-right: -6px;
    margin-left: -6px;
  }
  ul.list-inline li {
    padding: 0 6px;
  }
  ul.list-inline-sm {
    margin-right: -2px;
    margin-left: -2px;
  }
  ul.list-inline-sm li {
    padding: 0 2px;
  }
}

body {
  color: #767A7D;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  color: #141618;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2.5em;
  line-height: 1.4;
}

h2 {
  font-size: 2em;
  line-height: 1.5;
}

h3 {
  font-size: 1.75em;
  line-height: 1.5;
}

h4 {
  font-size: 1.5em;
  line-height: 1.6;
}

h5 {
  font-size: 1.25em;
  line-height: 1.8;
}

h6 {
  font-size: 1em;
  line-height: 1.87;
}

.display-1 {
  font-size: 6em;
}

.display-2 {
  font-size: 5.5em;
}

.display-3 {
  font-size: 4.5em;
}

.display-4 {
  font-size: 3.5em;
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 5.5em;
  }
  .display-2 {
    font-size: 5em;
  }
  .display-3 {
    font-size: 4em;
  }
  .display-4 {
    font-size: 3em;
  }
}

@media (max-width: 575.98px) {
  .display-1 {
    font-size: 5em;
  }
  .display-2 {
    font-size: 4.5em;
  }
  .display-3 {
    font-size: 3.5em;
  }
  .display-4 {
    font-size: 3em;
  }
}

p {
  margin: 0;
  font-size: 1em;
  line-height: 1.86;
}

.font-large {
  font-size: 1.063em;
  line-height: 1.75;
}

.font-small {
  font-size: 0.875em;
  line-height: 1.72;
}

.font-extra-small {
  font-size: 0.8125em;
  line-height: 1.6;
}

.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .font-lg-large {
    font-size: 1.063em;
    line-height: 1.75;
  }
  .font-lg-small {
    font-size: 0.875em;
    line-height: 1.72;
  }
  .font-lg-extra-small {
    font-size: 0.8125em;
    line-height: 1.6;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 1em;
    line-height: 1.75;
  }
  .font-extra-small {
    font-size: 0.75em;
  }
  .font-small {
    font-size: 0.85em;
  }
  .font-large {
    font-size: 1.15em;
  }
}

i {
  display: inline-block;
}

.icon-5xl {
  /* 40px */
}

.icon-5xl i {
  font-size: 2.5em;
}

.icon-4xl {
  /* 36px */
}

.icon-4xl i {
  font-size: 2.25em;
}

.icon-3xl {
  /* 32px */
}

.icon-3xl i {
  font-size: 2em;
}

.icon-2xl {
  /* 28px */
}

.icon-2xl i {
  font-size: 1.75em;
}

.icon-xl {
  /* 24px */
}

.icon-xl i {
  font-size: 1.5em;
}

.icon-lg {
  /* 20px */
}

.icon-lg i {
  font-size: 1.25em;
}

.icon-sm {
  /* 14px */
}

.icon-sm i {
  font-size: 0.875em;
}

.accordion {
  list-style-type: none;
  padding: 0;
}

.accordion li {
  border: 0;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li .accordion-title {
  position: relative;
  border: 1px solid rgba(20, 22, 24, 0.1);
  padding: 14px 24px;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title:before, .accordion li .accordion-title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #141618;
}

.accordion li .accordion-title:before {
  right: 24px;
  width: 11px;
  height: 1px;
}

.accordion li .accordion-title:after {
  right: 29px;
  width: 1px;
  height: 11px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title h1, .accordion li .accordion-title h2, .accordion li .accordion-title h3, .accordion li .accordion-title h4, .accordion li .accordion-title h5, .accordion li .accordion-title h6 {
  margin: 0;
}

.accordion li .accordion-title * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 25px;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.accordion li .accordion-content:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
}

.accordion li .accordion-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
}

.accordion li .accordion-content ul li, .accordion li .accordion-content ol li {
  border: 0;
  padding: 0;
}

.accordion li .accordion-content ul li:last-child, .accordion li .accordion-content ol li:last-child {
  border: 0;
}

.accordion li .accordion-content ul {
  list-style-type: disc;
}

.accordion li .accordion-content ul ul {
  list-style-type: circle;
}

.accordion li .accordion-content ol.list-ordered li {
  margin-bottom: 8px;
  padding-left: 34px;
}

.accordion li .accordion-content ol.list-ordered li:last-child {
  margin: 0;
}

.accordion li .accordion-content .nav {
  list-style-type: none;
}

.accordion li.active .accordion-title {
  border-color: rgba(20, 22, 24, 0.9);
}

.accordion li.active .accordion-title:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.accordion.style-2 li {
  margin-bottom: 14px;
  padding: 0;
}

.accordion.style-2 li:last-child {
  margin-bottom: 0;
}

.accordion.style-2 li .accordion-title {
  border: 0;
  border-bottom: 1px solid rgba(20, 22, 24, 0.2);
  padding: 0 0 10px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion.style-2 li .accordion-title:before, .accordion.style-2 li .accordion-title:after {
  margin-top: -6px;
}

.accordion.style-2 li .accordion-title:before {
  right: 0;
}

.accordion.style-2 li .accordion-title:after {
  right: 5px;
}

.accordion.style-2 li .accordion-content {
  padding: 0 20px;
}

.accordion.style-2 li.active .accordion-title {
  border-bottom-color: rgba(20, 22, 24, 0.9);
}

.accordion.style-3 li .accordion-title {
  background: #f2f5f8;
  border: 0;
}

.accordion.style-3 li .accordion-content {
  padding: 0 24px;
}

.accordion.style-3 li.active .accordion-title {
  background: #141618;
  color: rgba(255, 255, 255, 0.8);
}

.accordion.style-3 li.active .accordion-title:before, .accordion.style-3 li.active .accordion-title:after {
  background: #fff;
}

.accordion.style-3 li.active .accordion-title h1, .accordion.style-3 li.active .accordion-title h2, .accordion.style-3 li.active .accordion-title h3, .accordion.style-3 li.active .accordion-title h4, .accordion.style-3 li.active .accordion-title h5, .accordion.style-3 li.active .accordion-title h6 {
  color: #fff;
}

.accordion.border-radius:not(.style-2) li .accordion-title {
  border-radius: 4px;
}

.accordion.rounded:not(.style-2) li .accordion-title {
  border-radius: 50px;
}

.bg-gray .accordion.style-3 li .accordion-title, .bg-light-gray .accordion.style-3 li .accordion-title {
  background: #fff;
}

div[class^='bg-dark'] .accordion li .accordion-title, div[class*=' bg-dark'] .accordion li .accordion-title, .bg-black .accordion li .accordion-title {
  border-color: rgba(255, 255, 255, 0.2);
}

div[class^='bg-dark'] .accordion li .accordion-title:before, div[class^='bg-dark'] .accordion li .accordion-title:after, div[class*=' bg-dark'] .accordion li .accordion-title:before, div[class*=' bg-dark'] .accordion li .accordion-title:after, .bg-black .accordion li .accordion-title:before, .bg-black .accordion li .accordion-title:after {
  background: #fff;
}

div[class^='bg-dark'] .accordion li.active .accordion-title, div[class*=' bg-dark'] .accordion li.active .accordion-title, .bg-black .accordion li.active .accordion-title {
  border-color: #fff;
}

div[class^='bg-dark'] .accordion.style-3 li .accordion-title, div[class*=' bg-dark'] .accordion.style-3 li .accordion-title, .bg-black .accordion.style-3 li .accordion-title {
  background: rgba(255, 255, 255, 0.1);
}

div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title, .bg-black .accordion.style-3 li.active .accordion-title {
  background: #fff;
  color: #767A7D;
}

div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title:before, div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title:after, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title:before, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title:after, .bg-black .accordion.style-3 li.active .accordion-title:before, .bg-black .accordion.style-3 li.active .accordion-title:after {
  background: #141618;
}

div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title h1, div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title h2, div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title h3, div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title h4, div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title h5, div[class^='bg-dark'] .accordion.style-3 li.active .accordion-title h6, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title h1, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title h2, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title h3, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title h4, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title h5, div[class*=' bg-dark'] .accordion.style-3 li.active .accordion-title h6, .bg-black .accordion.style-3 li.active .accordion-title h1, .bg-black .accordion.style-3 li.active .accordion-title h2, .bg-black .accordion.style-3 li.active .accordion-title h3, .bg-black .accordion.style-3 li.active .accordion-title h4, .bg-black .accordion.style-3 li.active .accordion-title h5, .bg-black .accordion.style-3 li.active .accordion-title h6 {
  color: #141618;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 40px -4px rgba(24, 27, 30, 0.14);
  box-shadow: 0 10px 40px -4px rgba(24, 27, 30, 0.14);
}

.box-shadow-with-hover {
  -webkit-box-shadow: 0 10px 40px -4px rgba(24, 27, 30, 0.14);
  box-shadow: 0 10px 40px -4px rgba(24, 27, 30, 0.14);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.box-shadow-with-hover:hover {
  -webkit-box-shadow: 0 10px 46px -2px rgba(24, 27, 30, 0.2);
  box-shadow: 0 10px 46px -2px rgba(24, 27, 30, 0.2);
}

.hover-shadow {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 0 36px 0 rgba(24, 27, 30, 0.14);
  box-shadow: 0 0 36px 0 rgba(24, 27, 30, 0.14);
}

.hover-float {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.hover-float:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hover-scale {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.hover-scale:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hover-shrink {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.hover-shrink:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.border-radius-025 {
  border-radius: 0.25em;
}

.border-radius-0375 {
  border-radius: 0.375em;
}

.border-radius-05 {
  border-radius: 0.5em;
}

.border-radius-10 {
  border-radius: 1em;
}

.border-radius-15 {
  border-radius: 1.5em;
}

.border-radius-20 {
  border-radius: 2em;
}

.border-radius-25 {
  border-radius: 2.5em;
}

.border-radius-30 {
  border-radius: 3em;
}

.move-top-100 {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  margin-bottom: -100px;
}

.move-top-90 {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  margin-bottom: -90px;
}

.move-top-80 {
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  margin-bottom: -80px;
}

.move-top-70 {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  margin-bottom: -70px;
}

.move-top-60 {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  margin-bottom: -60px;
}

.move-top-50 {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: -50px;
}

.move-top-40 {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  margin-bottom: -40px;
}

.move-top-30 {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
}

.move-top-20 {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: -20px;
}

.move-top-10 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px;
}

a {
  color: #767A7D;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

a:hover {
  color: #141618;
  text-decoration: none;
}

button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus, a:active, button:focus, button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #e6e6e6;
  border: 0;
  padding: 5px 10px;
  color: #141618;
  font: 400 14px "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.button i {
  margin-right: 8px;
  font-size: 15px;
}

.button:hover {
  color: #141618;
}

.button-xs {
  padding: 8px 14px;
}

.button-sm {
  padding: 10px 22px;
}

.button-md {
  padding: 14px 34px;
}

.button-lg {
  padding: 16px 42px;
}

.button-xl {
  padding: 18px 50px;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-shadow, a.button-shadow {
  -webkit-box-shadow: 0 2px 20px -6px rgba(24, 27, 30, 0.14);
  box-shadow: 0 2px 20px -6px rgba(24, 27, 30, 0.14);
}

.button-shadow:hover, .button-shadow:focus, a.button-shadow:hover, a.button-shadow:focus {
  -webkit-box-shadow: 0 6px 30px -4px rgba(24, 27, 30, 0.2);
  box-shadow: 0 6px 30px -4px rgba(24, 27, 30, 0.2);
}

.button-hover-float:hover, a.button-hover-float:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.button-hover-scale:hover, .button-hover-scale:focus, a.button-hover-scale:hover, a.button-hover-scale:focus {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.button-hover-scale.button-circle:hover, .button-hover-scale.button-circle:focus, a.button-hover-scale.button-circle:hover, a.button-hover-scale.button-circle:focus {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.button-hover-shrink:hover, .button-hover-shrink:focus, a.button-hover-shrink:hover, a.button-hover-shrink:focus {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.button-hover-shrink.button-circle:hover, .button-hover-shrink.button-circle:focus, a.button-hover-shrink.button-circle:hover, a.button-hover-shrink.button-circle:focus {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

.button-gray, a.button-gray {
  background: #eff2f5;
  color: rgba(20, 22, 24, 0.9);
}

.button-gray:hover, .button-gray:focus, a.button-gray:hover, a.button-gray:focus {
  background: #e5e8eb;
  color: #141618;
}

.button-dark, a.button-dark {
  background: rgba(20, 22, 24, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.button-dark:hover, .button-dark:focus, a.button-dark:hover, a.button-dark:focus {
  background: #141618;
  color: #fff;
}

.button-white, a.button-white {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(20, 22, 24, 0.9);
}

.button-white:hover, .button-white:focus, a.button-white:hover, a.button-white:focus {
  background: #fff;
  color: #141618;
}

.button-outline-gray, a.button-outline-gray {
  background: transparent;
  border: 1px solid rgba(20, 22, 24, 0.2);
  color: rgba(20, 22, 24, 0.9);
}

.button-outline-gray:hover, .button-outline-gray:focus, a.button-outline-gray:hover, a.button-outline-gray:focus {
  border-color: #141618;
  color: #141618;
}

.button-outline-dark, a.button-outline-dark {
  background: transparent;
  border: 1px solid rgba(20, 22, 24, 0.8);
  color: rgba(20, 22, 24, 0.9);
}

.button-outline-dark:hover, .button-outline-dark:focus, a.button-outline-dark:hover, a.button-outline-dark:focus {
  border-color: rgba(20, 22, 24, 0.2);
  color: #141618;
}

.button-outline-white, a.button-outline-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

.button-outline-white:hover, .button-outline-white:focus, a.button-outline-white:hover, a.button-outline-white:focus {
  border-color: #fff;
  color: #fff;
}

.button-outline-white-2, a.button-outline-white-2 {
  background: transparent;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.9);
}

.button-outline-white-2:hover, .button-outline-white-2:focus, a.button-outline-white-2:hover, a.button-outline-white-2:focus {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

a[class*=' button-fancy-1'], a[class^='button-fancy-1'], button[class*=' button-fancy-1'], button[class^='button-fancy-1'] {
  z-index: 1;
  overflow: visible;
  background: transparent;
  border: 0;
}

a[class*=' button-fancy-1']:before, a[class^='button-fancy-1']:before, button[class*=' button-fancy-1']:before, button[class^='button-fancy-1']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a[class*=' button-fancy-1']:after, a[class^='button-fancy-1']:after, button[class*=' button-fancy-1']:after, button[class^='button-fancy-1']:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(20, 22, 24, 0.9);
  border-right: 0;
  border-left: 0;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a[class*=' button-fancy-1']:hover:before, a[class^='button-fancy-1']:hover:before, button[class*=' button-fancy-1']:hover:before, button[class^='button-fancy-1']:hover:before {
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
  opacity: 0;
}

a[class*=' button-fancy-1']:hover:after, a[class^='button-fancy-1']:hover:after, button[class*=' button-fancy-1']:hover:after, button[class^='button-fancy-1']:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.button-fancy-1-gray:before, a.button-fancy-1-gray:before {
  background: rgba(20, 22, 24, 0.1);
}

.button-fancy-1-dark, a.button-fancy-1-dark {
  color: #fff;
}

.button-fancy-1-dark:before, a.button-fancy-1-dark:before {
  background: #202224;
}

.button-fancy-1-white, a.button-fancy-1-white {
  color: #141618;
}

.button-fancy-1-white:before, a.button-fancy-1-white:before {
  background: #fff;
}

.button-fancy-1-white:after, a.button-fancy-1-white:after {
  border-color: #fff;
}

.button-fancy-1-white:hover, a.button-fancy-1-white:hover {
  color: #fff;
}

.button-fancy-1-outline-gray:before, a.button-fancy-1-outline-gray:before {
  border: 1px solid rgba(20, 22, 24, 0.2);
}

.button-fancy-1-outline-white, a.button-fancy-1-outline-white {
  color: #fff;
}

.button-fancy-1-outline-white:before, a.button-fancy-1-outline-white:before {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.button-fancy-1-outline-white:after, a.button-fancy-1-outline-white:after {
  border-color: #fff;
}

.button-fancy-1-outline-white:hover, a.button-fancy-1-outline-white:hover {
  color: #fff;
}

a[class*=' button-fancy-2'], a[class^='button-fancy-2'], button[class*=' button-fancy-2'], button[class^='button-fancy-2'] {
  z-index: 1;
  overflow: visible;
  background: transparent;
  border: 0;
}

a[class*=' button-fancy-2']:before, a[class^='button-fancy-2']:before, button[class*=' button-fancy-2']:before, button[class^='button-fancy-2']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a[class*=' button-fancy-2']:after, a[class^='button-fancy-2']:after, button[class*=' button-fancy-2']:after, button[class^='button-fancy-2']:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0.2);
  transform: scaleY(0.2);
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(20, 22, 24, 0.9);
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a[class*=' button-fancy-2']:hover:before, a[class^='button-fancy-2']:hover:before, button[class*=' button-fancy-2']:hover:before, button[class^='button-fancy-2']:hover:before {
  -webkit-transform: scaleY(0.2);
  transform: scaleY(0.2);
  opacity: 0;
}

a[class*=' button-fancy-2']:hover:after, a[class^='button-fancy-2']:hover:after, button[class*=' button-fancy-2']:hover:after, button[class^='button-fancy-2']:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.button-fancy-2-gray:before, a.button-fancy-2-gray:before {
  background: rgba(20, 22, 24, 0.1);
}

.button-fancy-2-dark, a.button-fancy-2-dark {
  color: #fff;
}

.button-fancy-2-dark:before, a.button-fancy-2-dark:before {
  background: #202224;
}

.button-fancy-2-white, a.button-fancy-2-white {
  color: #141618;
}

.button-fancy-2-white:before, a.button-fancy-2-white:before {
  background: #fff;
}

.button-fancy-2-white:after, a.button-fancy-2-white:after {
  border-color: #fff;
}

.button-fancy-2-white:hover, a.button-fancy-2-white:hover {
  color: #fff;
}

.button-fancy-2-outline-gray:before, a.button-fancy-2-outline-gray:before {
  border: 1px solid rgba(20, 22, 24, 0.2);
}

.button-fancy-2-outline-gray:after, a.button-fancy-2-outline-gray:after {
  z-index: -1;
  background: #141618;
  border: 0;
}

.button-fancy-2-outline-gray:hover, a.button-fancy-2-outline-gray:hover {
  color: #fff;
}

.button-fancy-2-outline-dark:before, a.button-fancy-2-outline-dark:before {
  border: 1px solid rgba(20, 22, 24, 0.9);
}

.button-fancy-2-outline-dark:after, a.button-fancy-2-outline-dark:after {
  z-index: -1;
  background: #141618;
}

.button-fancy-2-outline-dark:hover, a.button-fancy-2-outline-dark:hover {
  color: #fff;
}

.button-fancy-2-outline-white, a.button-fancy-2-outline-white {
  color: #fff;
}

.button-fancy-2-outline-white:before, a.button-fancy-2-outline-white:before {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.button-fancy-2-outline-white:after, a.button-fancy-2-outline-white:after {
  z-index: -1;
  background: #fff;
}

.button-fancy-2-outline-white:hover, a.button-fancy-2-outline-white:hover {
  color: #141618;
}

a[class*=' button-fancy-3'], a[class^='button-fancy-3'], button[class*=' button-fancy-3'], button[class^='button-fancy-3'] {
  z-index: 1;
  overflow: visible;
  background: transparent;
  border: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 28px;
}

a[class*=' button-fancy-3']:before, a[class^='button-fancy-3']:before, button[class*=' button-fancy-3']:before, button[class^='button-fancy-3']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a[class*=' button-fancy-3']:hover:before, a[class^='button-fancy-3']:hover:before, button[class*=' button-fancy-3']:hover:before, button[class^='button-fancy-3']:hover:before {
  width: 100%;
}

a[class*=' button-fancy-3'].button-xs, a[class^='button-fancy-3'].button-xs, button[class*=' button-fancy-3'].button-xs, button[class^='button-fancy-3'].button-xs {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
}

a[class*=' button-fancy-3'].button-xs:before, a[class^='button-fancy-3'].button-xs:before, button[class*=' button-fancy-3'].button-xs:before, button[class^='button-fancy-3'].button-xs:before {
  width: 40px;
  height: 40px;
}

a[class*=' button-fancy-3'].button-xs:hover:before, a[class^='button-fancy-3'].button-xs:hover:before, button[class*=' button-fancy-3'].button-xs:hover:before, button[class^='button-fancy-3'].button-xs:hover:before {
  width: 100%;
}

a[class*=' button-fancy-3'].button-sm, a[class^='button-fancy-3'].button-sm, button[class*=' button-fancy-3'].button-sm, button[class^='button-fancy-3'].button-sm {
  height: 50px;
  line-height: 50px;
  padding: 0 23px;
}

a[class*=' button-fancy-3'].button-sm:before, a[class^='button-fancy-3'].button-sm:before, button[class*=' button-fancy-3'].button-sm:before, button[class^='button-fancy-3'].button-sm:before {
  width: 50px;
  height: 50px;
}

a[class*=' button-fancy-3'].button-sm:hover:before, a[class^='button-fancy-3'].button-sm:hover:before, button[class*=' button-fancy-3'].button-sm:hover:before, button[class^='button-fancy-3'].button-sm:hover:before {
  width: 100%;
}

a[class*=' button-fancy-3'].button-lg, a[class^='button-fancy-3'].button-lg, button[class*=' button-fancy-3'].button-lg, button[class^='button-fancy-3'].button-lg {
  height: 70px;
  line-height: 70px;
  padding: 0 33px;
}

a[class*=' button-fancy-3'].button-lg:before, a[class^='button-fancy-3'].button-lg:before, button[class*=' button-fancy-3'].button-lg:before, button[class^='button-fancy-3'].button-lg:before {
  width: 70px;
  height: 70px;
}

a[class*=' button-fancy-3'].button-lg:hover:before, a[class^='button-fancy-3'].button-lg:hover:before, button[class*=' button-fancy-3'].button-lg:hover:before, button[class^='button-fancy-3'].button-lg:hover:before {
  width: 100%;
}

a[class*=' button-fancy-3'].button-xl, a[class^='button-fancy-3'].button-xl, button[class*=' button-fancy-3'].button-xl, button[class^='button-fancy-3'].button-xl {
  height: 80px;
  line-height: 80px;
  padding: 0 38px;
}

a[class*=' button-fancy-3'].button-xl:before, a[class^='button-fancy-3'].button-xl:before, button[class*=' button-fancy-3'].button-xl:before, button[class^='button-fancy-3'].button-xl:before {
  width: 80px;
  height: 80px;
}

a[class*=' button-fancy-3'].button-xl:hover:before, a[class^='button-fancy-3'].button-xl:hover:before, button[class*=' button-fancy-3'].button-xl:hover:before, button[class^='button-fancy-3'].button-xl:hover:before {
  width: 100%;
}

.button-fancy-3-gray {
  color: rgba(20, 22, 24, 0.9);
}

.button-fancy-3-gray:before {
  background: #f2f5f8;
}

.button-fancy-3-gray:hover {
  color: #141618;
}

.button-fancy-3-outline-gray {
  color: rgba(20, 22, 24, 0.9);
}

.button-fancy-3-outline-gray:before {
  border: 1px solid rgba(20, 22, 24, 0.1);
}

.button-fancy-3-outline-gray:hover {
  color: #141618;
}

.button-fancy-3-white {
  color: rgba(255, 255, 255, 0.9);
}

.button-fancy-3-white:before {
  background: rgba(255, 255, 255, 0.1);
}

.button-fancy-3-white:hover {
  color: #fff;
}

.button-fancy-3-outline-white {
  color: rgba(255, 255, 255, 0.9);
}

.button-fancy-3-outline-white:before {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.button-fancy-3-outline-white:hover {
  color: #fff;
}

.button-text-1,
.button-text-2,
.button-text-3 {
  position: relative;
  display: inline-block;
  color: #141618;
  font-family: "Poppins", sans-serif;
}

.button-text-1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(20, 22, 24, 0.2);
  width: 100%;
  height: 1px;
}

.button-text-1:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #141618;
  height: 1px;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-1:hover:after {
  width: 100%;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-2:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  background: rgba(20, 22, 24, 0.2);
  height: 40%;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-2:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #141618;
  height: 1px;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-2:hover:before {
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-2:hover:after {
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-3 {
  padding-left: 30px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-text-3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #141618;
  width: 20px;
  height: 1px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-text-3:hover {
  padding-left: 40px;
}

.button-text-3:hover:before {
  width: 30px;
}

@-webkit-keyframes button-line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes button-line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes button-line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes button-line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

div[class^='bg-dark'] .button-text-1,
div[class^='bg-dark'] .button-text-2,
div[class^='bg-dark'] .button-text-3, div[class*=' bg-dark'] .button-text-1,
div[class*=' bg-dark'] .button-text-2,
div[class*=' bg-dark'] .button-text-3, .bg-black .button-text-1,
.bg-black .button-text-2,
.bg-black .button-text-3 {
  color: rgba(255, 255, 255, 0.8);
}

div[class^='bg-dark'] .button-text-1:hover,
div[class^='bg-dark'] .button-text-2:hover,
div[class^='bg-dark'] .button-text-3:hover, div[class*=' bg-dark'] .button-text-1:hover,
div[class*=' bg-dark'] .button-text-2:hover,
div[class*=' bg-dark'] .button-text-3:hover, .bg-black .button-text-1:hover,
.bg-black .button-text-2:hover,
.bg-black .button-text-3:hover {
  color: #fff;
}

div[class^='bg-dark'] .button-text-1:before, div[class*=' bg-dark'] .button-text-1:before, .bg-black .button-text-1:before {
  background: rgba(255, 255, 255, 0.3);
}

div[class^='bg-dark'] .button-text-1:after, div[class*=' bg-dark'] .button-text-1:after, .bg-black .button-text-1:after {
  background: #fff;
}

div[class^='bg-dark'] .button-text-2:before, div[class*=' bg-dark'] .button-text-2:before, .bg-black .button-text-2:before {
  background: rgba(255, 255, 255, 0.4);
}

div[class^='bg-dark'] .button-text-2:after, div[class*=' bg-dark'] .button-text-2:after, .bg-black .button-text-2:after {
  background: #fff;
}

div[class^='bg-dark'] .button-text-3:before, div[class*=' bg-dark'] .button-text-3:before, .bg-black .button-text-3:before {
  background: rgba(255, 255, 255, 0.8);
}

div[class^='bg-dark'] .button-text-3:hover:before, div[class*=' bg-dark'] .button-text-3:hover:before, .bg-black .button-text-3:hover:before {
  background: #fff;
}

.button-circle, a.button-circle {
  background: #e6e6e6;
  display: inline-block;
  border-radius: 50%;
  color: #141618;
  text-align: center;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.button-circle:hover, a.button-circle:hover {
  color: #767A7D;
}

.button-circle-xs {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.button-circle-xs i {
  line-height: 32px;
}

.button-circle-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.button-circle-sm i {
  line-height: 40px;
}

.button-circle-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.button-circle-md i {
  line-height: 50px;
}

.button-circle-lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.button-circle-lg i {
  line-height: 60px;
}

.button-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.button-circle-xl i {
  line-height: 70px;
}

.button-circle-2xl {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.button-circle-2xl i {
  line-height: 80px;
}

.button-circle-gray, a.button-circle-gray {
  background: #eff2f5;
  color: rgba(20, 22, 24, 0.9);
}

.button-circle-gray:hover, .button-circle-gray:focus, a.button-circle-gray:hover, a.button-circle-gray:focus {
  background: #e5e8eb;
  color: #141618;
}

.button-circle-dark, a.button-circle-dark {
  background: rgba(20, 22, 24, 0.9);
  color: rgba(255, 255, 255, 0.8);
}

.button-circle-dark:hover, .button-circle-dark:focus, a.button-circle-dark:hover, a.button-circle-dark:focus {
  background: #141618;
  color: #fff;
}

.button-circle-black, a.button-circle-black {
  background: #000;
  color: rgba(255, 255, 255, 0.8);
}

.button-circle-black:hover, .button-circle-black:focus, a.button-circle-black:hover, a.button-circle-black:focus {
  background: #000;
  color: #fff;
}

.button-circle-blue, a.button-circle-blue {
  background: #051da3;
  color: (0, 0, 128, 0.9);
}

.button-circle-blue:hover, .button-circle-blue:focus, a.button-circle-blue:hover, a.button-circle-blue:focus {
  background: #fff;
  color: #051da3;
}

.button-circle-pink, a.button-circle-pink {
  background: #fc058d;
  color: #fff;
}

.button-circle-pink:hover, .button-circle-pink:focus, a.button-circle-pink:hover, a.button-circle-pink:focus {
  background: #fff;
  color: #fc058d;
}

.button-circle-lightblue, a.button-circle-lightblue {
  background: #0595fc;
  color: (0, 0, 128, 0.9);
}

.button-circle-lightblue:hover, .button-circle-lightblue:focus, a.button-circle-lightblue:hover, a.button-circle-lightblue:focus {
  background: #fff;
  color: #0595fc;
}

.button-circle-white, a.button-circle-white {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(20, 22, 24, 0.9);
}

.button-circle-white:hover, .button-circle-white:focus, a.button-circle-white:hover, a.button-circle-white:focus {
  background: #fff;
  color: #141618;
}

.button-circle-outline-gray, a.button-circle-outline-gray {
  background: transparent;
  border: 1px solid rgba(20, 22, 24, 0.2);
  color: rgba(20, 22, 24, 0.9);
}
.button-circle-outline-blue, a.button-circle-outline-blue {
  background: transparent;
  border: 1px solid rgba(0, 0, 128, 0.9);
  color: rgba(0, 0, 128, 0.9);
}

.button-circle-blue:hover, .button-circle-blue:focus, a.button-circle-white:hover, a.button-circle-blue:focus {
  background: #fff;
  color: #051da3;
}

.button-circle-outline-pink, a.button-circle-outline-pink {
  background: transparent;
  border: 1px solid rgba(128, 0, 128, 0.9);
  color: rgba(225, 0, 255, 0.9);
}

.button-circle-outline-gray:hover, .button-circle-outline-gray:focus, a.button-circle-outline-gray:hover, a.button-circle-outline-gray:focus {
  border-color: #141618;
  color: #141618;
}

.button-circle-outline-dark, a.button-circle-outline-dark {
  background: transparent;
  border: 1px solid rgba(20, 22, 24, 0.8);
  color: rgba(20, 22, 24, 0.9);
}

.button-circle-outline-dark:hover, .button-circle-outline-dark:focus, a.button-circle-outline-dark:hover, a.button-circle-outline-dark:focus {
  border-color: rgba(20, 22, 24, 0.2);
  color: #141618;
}

.button-circle-outline-white, a.button-circle-outline-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

.button-circle-outline-white:hover, .button-circle-outline-white:focus, a.button-circle-outline-white:hover, a.button-circle-outline-white:focus {
  border-color: #fff;
  color: #fff;
}

.button-circle-outline-white-2, a.button-circle-outline-white-2 {
  background: transparent;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.9);
}

.button-circle-outline-white-2:hover, .button-circle-outline-white-2:focus, a.button-circle-outline-white-2:hover, a.button-circle-outline-white-2:focus {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.button-circle-hover-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.button-circle-hover-slide i {
  position: absolute;
  left: 50%;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.button-circle-hover-slide i:first-child {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.button-circle-hover-slide i:last-child {
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.button-circle-hover-slide:hover i:first-child {
  top: -100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.button-circle-hover-slide:hover i:last-child {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.button-circle-animation-drop, a.button-circle-animation-drop {
  position: relative;
}

.button-circle-animation-drop:before, a.button-circle-animation-drop:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(20, 22, 24, 0.1);
  border-radius: 50%;
  -webkit-animation: button-drop 2s ease-out infinite;
  animation: button-drop 2s ease-out infinite;
}

.button-circle-animation-drop:hover, a.button-circle-animation-drop:hover {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}

.button-circle-animation-drop.button-circle-white:before, a.button-circle-animation-drop.button-circle-white:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.button-circle-animation-drop.button-circle-outline-white:before, .button-circle-animation-drop.button-circle-outline-white-2:before, a.button-circle-animation-drop.button-circle-outline-white:before, a.button-circle-animation-drop.button-circle-outline-white-2:before {
  border-color: rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes button-drop {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  60% {
    opacity: 0;
    width: 160%;
    height: 160%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@keyframes button-drop {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  60% {
    opacity: 0;
    width: 160%;
    height: 160%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

.button-circle-animation-drop-2, a.button-circle-animation-drop-2 {
  position: relative;
}

.button-circle-animation-drop-2:before, a.button-circle-animation-drop-2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 1;
  background: rgba(20, 22, 24, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: button-drop 2s ease-out infinite;
  animation: button-drop 2s ease-out infinite;
}

.button-circle-animation-drop-2:hover, a.button-circle-animation-drop-2:hover {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}

.button-circle-animation-drop-2.button-circle-white:before, a.button-circle-animation-drop-2.button-circle-white:before {
  background: rgba(255, 255, 255, 0.2);
}

.button-circle-animation-drop-2.button-circle-outline-white:before, .button-circle-animation-drop-2.button-circle-outline-white-2:before, a.button-circle-animation-drop-2.button-circle-outline-white:before, a.button-circle-animation-drop-2.button-circle-outline-white-2:before {
  background: rgba(255, 255, 255, 0.1);
}

@-webkit-keyframes button-drop-2 {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  60% {
    opacity: 0;
    width: 150%;
    height: 150%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@keyframes button-drop-2 {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  60% {
    opacity: 0;
    width: 150%;
    height: 150%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

a[class^='button-ct'] {
  position: relative;
  display: inline-block;
  height: 60px;
  padding-left: 76px;
}

a[class^='button-ct'] .button-ct-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 17px;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

a[class^='button-ct'] .button-ct-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-size: 17px;
  color: #141618;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

a[class^='button-ct']:hover .button-ct-icon {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

a[class^='button-ct']:hover .button-ct-text {
  -webkit-transform: translateY(-50%) translateX(-3px);
  transform: translateY(-50%) translateX(-3px);
}

a[class^='button-ct'].button-ct-xs {
  height: 40px;
  padding-left: 54px;
}

a[class^='button-ct'].button-ct-xs .button-ct-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

a[class^='button-ct'].button-ct-xs .button-ct-text {
  font-size: 15px;
}

a[class^='button-ct'].button-ct-xs:hover .button-ct-text {
  -webkit-transform: translateY(-50%) translateX(-2px);
  transform: translateY(-50%) translateX(-2px);
}

a[class^='button-ct'].button-ct-sm {
  height: 50px;
  padding-left: 64px;
}

a[class^='button-ct'].button-ct-sm .button-ct-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

a[class^='button-ct'].button-ct-sm .button-ct-text {
  font-size: 15px;
}

a[class^='button-ct'].button-ct-sm:hover .button-ct-text {
  -webkit-transform: translateY(-50%) translateX(-2px);
  transform: translateY(-50%) translateX(-2px);
}

a[class^='button-ct'].button-ct-lg {
  height: 70px;
  padding-left: 86px;
}

a[class^='button-ct'].button-ct-lg .button-ct-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
}

a[class^='button-ct'].button-ct-xl {
  height: 80px;
  padding-left: 96px;
}

a[class^='button-ct'].button-ct-xl .button-ct-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

a[class^='button-ct'].button-ct-xl:hover .button-ct-text {
  -webkit-transform: translateY(-50%) translateX(-4px);
  transform: translateY(-50%) translateX(-4px);
}

.button-ct-gray .button-ct-icon, a.button-ct-gray .button-ct-icon {
  background: #eff2f5;
  color: rgba(20, 22, 24, 0.9);
}

.button-ct-gray:hover .button-ct-icon, a.button-ct-gray:hover .button-ct-icon {
  background: #e5e8eb;
  color: #141618;
}

.button-ct-dark .button-ct-icon, a.button-ct-dark .button-ct-icon {
  background: rgba(20, 22, 24, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.button-ct-dark:hover .button-ct-icon, a.button-ct-dark:hover .button-ct-icon {
  background: #141618;
  color: #fff;
}

.button-ct-white .button-ct-icon, a.button-ct-white .button-ct-icon {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(20, 22, 24, 0.9);
}

.button-ct-white:hover .button-ct-icon, a.button-ct-white:hover .button-ct-icon {
  background: #fff;
  color: #141618;
}

.button-ct-outline-gray .button-ct-icon, a.button-ct-outline-gray .button-ct-icon {
  border: 1px solid rgba(20, 22, 24, 0.2);
  color: #141618;
}

.button-ct-outline-gray:hover .button-ct-icon, a.button-ct-outline-gray:hover .button-ct-icon {
  border-color: #141618;
}

.button-ct-outline-dark .button-ct-icon, a.button-ct-outline-dark .button-ct-icon {
  border: 1px solid rgba(20, 22, 24, 0.8);
  color: #141618;
}

.button-ct-outline-dark:hover .button-ct-icon, a.button-ct-outline-dark:hover .button-ct-icon {
  border-color: rgba(20, 22, 24, 0.2);
}

.button-ct-outline-white .button-ct-icon, a.button-ct-outline-white .button-ct-icon {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

.button-ct-outline-white:hover .button-ct-icon, a.button-ct-outline-white:hover .button-ct-icon {
  border-color: #fff;
  color: #fff;
}

.button-ct-outline-white-2 .button-ct-icon, a.button-ct-outline-white-2 .button-ct-icon {
  border: 1px solid #fff;
  color: #fff;
}

.button-ct-outline-white-2:hover .button-ct-icon, a.button-ct-outline-white-2:hover .button-ct-icon {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

div[class^='bg-dark'] a[class^='button-ct'] .button-ct-text, div[class*=' bg-dark'] a[class^='button-ct'] .button-ct-text, .bg-black a[class^='button-ct'] .button-ct-text {
  color: rgba(255, 255, 255, 0.9);
}

div[class^='bg-dark'] a[class^='button-ct']:hover .button-ct-text, div[class*=' bg-dark'] a[class^='button-ct']:hover .button-ct-text, .bg-black a[class^='button-ct']:hover .button-ct-text {
  color: #fff;
}

.button-font-2 {
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.font-extra-small .button, .font-extra-small.button {
  font-size: 12px;
}

.font-extra-small .button-font-2, .font-extra-small.button-font-2 {
  font-size: 13px;
}

.font-small .button, .font-small.button {
  font-size: 13px;
}

.font-small .button-font-2, .font-small.button-font-2 {
  font-size: 14px;
}

.font-family-primary .button, .font-family-primary.button {
  font-family: "Open Sans", sans-serif;
}

.button-border-2, a.button-border-2 {
  border-width: 2px;
}

.button-radius {
  border-radius: 0.375em;
}

.button-rounded {
  border-radius: 50px;
}

.client-box {
  display: inline-block;
  text-align: center;
}

.client-box a img {
  opacity: 0.5;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.client-box a:hover img, .client-box a:focus img {
  opacity: 1;
}

.clients-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
}

.clients-grid li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 16.6%;
  margin: 0;
  padding: 34px 30px;
}

.clients-grid li:before, .clients-grid li:after {
  content: '';
  position: absolute;
}

.clients-grid li:before {
  top: 0;
  left: -1px;
  height: 100%;
  border-left: 1px dashed #e3e6e9;
}

.clients-grid li:after {
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px dashed #e3e6e9;
}

.clients-grid li a img {
  opacity: 0.5;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.clients-grid li a:hover img, .clients-grid li a:focus img {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .clients-grid li {
    width: 25%;
  }
}

@media (max-width: 767.98px) {
  .clients-grid li {
    width: 33.3%;
  }
}

@media (max-width: 575.98px) {
  .clients-grid li {
    width: 50%;
  }
}

.clients-grid.column-5 li {
  width: 20%;
}

@media (max-width: 991.98px) {
  .clients-grid.column-5 li {
    width: 25%;
  }
}

@media (max-width: 767.98px) {
  .clients-grid.column-5 li {
    width: 33.3%;
  }
}

@media (max-width: 575.98px) {
  .clients-grid.column-5 li {
    width: 50%;
  }
}

.clients-grid.column-4 li, .clients-grid.masonry.column-5 li, .clients-grid.masonry.column-6 li, .clients-grid.portfolio-masonry.column-5 li, .clients-grid.portfolio-metro.column-5 li, .clients-grid.portfolio-masonry.column-6 li, .clients-grid.portfolio-metro.column-6 li {
  width: 25%;
}

@media (max-width: 767.98px) {
  .clients-grid.column-4 li, .clients-grid.masonry.column-5 li, .clients-grid.masonry.column-6 li, .clients-grid.portfolio-masonry.column-5 li, .clients-grid.portfolio-metro.column-5 li, .clients-grid.portfolio-masonry.column-6 li, .clients-grid.portfolio-metro.column-6 li {
    width: 33.3%;
  }
}

@media (max-width: 575.98px) {
  .clients-grid.column-4 li, .clients-grid.masonry.column-5 li, .clients-grid.masonry.column-6 li, .clients-grid.portfolio-masonry.column-5 li, .clients-grid.portfolio-metro.column-5 li, .clients-grid.portfolio-masonry.column-6 li, .clients-grid.portfolio-metro.column-6 li {
    width: 50%;
  }
}

.clients-grid.column-3 li {
  width: 33.3%;
}

@media (max-width: 767.98px) {
  .clients-grid.column-3 li {
    width: 50%;
  }
}

.clients-grid.column-2 li {
  width: 50%;
}

.clients-grid.border-style-solid {
  border: 0;
}

.clients-grid.border-style-solid li:before {
  border-left-style: solid;
}

.clients-grid.border-style-solid li:after {
  border-bottom-style: solid;
}

.clients-grid.border-style-dotted {
  border: 0;
}

.clients-grid.border-style-dotted li:before {
  border-left-style: dotted;
}

.clients-grid.border-style-dotted li:after {
  border-bottom-style: dotted;
}

div[class^='bg-dark'] .clients-grid li:before, div[class^='bg-dark'] .clients-grid li:after, div[class*=' bg-dark'] .clients-grid li:before, div[class*=' bg-dark'] .clients-grid li:after, .bg-black .clients-grid li:before, .bg-black .clients-grid li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

.submit-result span {
  display: none;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.submit-result span.show-result {
  display: block;
  margin-top: 30px;
}

.submit-result span#success {
  color: #50c878;
}

.submit-result span#error {
  color: #e84e52;
}

.submit-result span .error-color {
  background: rgba(255, 0, 0, 0.1);
}

div[class^="fancy-box"] {
  overflow: hidden;
  position: relative;
  display: block;
}

div[class^="fancy-box"] img {
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fancy-box-1 a {
  display: block;
}

.fancy-box-1 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(20, 22, 24, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.fancy-box-1 .content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-block;
  background: rgba(20, 22, 24, 0.9);
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
  .fancy-box-1 .content {
    top: 16px;
    left: 16px;
  }
}

.fancy-box-1 .content h1, .fancy-box-1 .content h2, .fancy-box-1 .content h3, .fancy-box-1 .content h4, .fancy-box-1 .content h5, .fancy-box-1 .content h6 {
  color: rgba(255, 255, 255, 0.9);
}

.fancy-box-1 .content.top-center {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .fancy-box-1 .content.top-center {
    top: 16px;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}

.fancy-box-1 .content.top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}

@media (max-width: 991.98px) {
  .fancy-box-1 .content.top-right {
    top: 16px;
    right: 16px;
    bottom: auto;
    left: auto;
  }
}

.fancy-box-1 .content.middle {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fancy-box-1 .content.bottom {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}

@media (max-width: 991.98px) {
  .fancy-box-1 .content.bottom {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 16px;
  }
}

.fancy-box-1 .content.bottom-center {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .fancy-box-1 .content.bottom-center {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
  }
}

.fancy-box-1 .content.bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
}

@media (max-width: 991.98px) {
  .fancy-box-1 .content.bottom-right {
    top: auto;
    right: 16px;
    bottom: 16px;
    left: auto;
  }
}

.fancy-box-1:hover a:before, .fancy-box-1:focus a:before {
  opacity: 1;
}

.fancy-box-1:hover img, .fancy-box-1:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.fancy-box-2 {
  color: #767A7D;
}

.fancy-box-2 h1, .fancy-box-2 h2, .fancy-box-2 h3, .fancy-box-2 h4, .fancy-box-2 h5, .fancy-box-2 h6 {
  color: #141618;
}

.fancy-box-2 a:not([class*=' button']):not([class^='button']) {
  color: #767A7D;
}

.fancy-box-2 a:not([class*=' button']):not([class^='button']):hover, .fancy-box-2 a:not([class*=' button']):not([class^='button']):focus {
  color: #141618;
}

.fancy-box-2 .hover-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(20, 22, 24, 0.9);
  padding: 30px;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

@media (max-width: 991.98px) {
  .fancy-box-2 .hover-content {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 20px;
  }
}

.fancy-box-2 .hover-content.top {
  top: 20px;
  bottom: auto;
}

@media (max-width: 991.98px) {
  .fancy-box-2 .hover-content.top {
    top: 16px;
    bottom: auto;
  }
}

.fancy-box-2:hover img, .fancy-box-2:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.fancy-box-2:hover .hover-content, .fancy-box-2:focus .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.fancy-box-3:before, .fancy-box-3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.fancy-box-3:before {
  opacity: 1;
  background-image: linear-gradient(to top, rgba(20, 22, 24, 0.5), transparent);
}

.fancy-box-3:after {
  opacity: 0;
  background-image: linear-gradient(to top, rgba(20, 22, 24, 0.6), rgba(20, 22, 24, 0.1));
}

.fancy-box-3 .content,
.fancy-box-3 .hover-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 36px;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

@media (max-width: 1199.98px) {
  .fancy-box-3 .content,
  .fancy-box-3 .hover-content {
    padding: 30px;
  }
}

@media (max-width: 991.98px) {
  .fancy-box-3 .content,
  .fancy-box-3 .hover-content {
    padding: 20px;
  }
}

.fancy-box-3 .hover-content {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  visibility: hidden;
  opacity: 0;
}

.fancy-box-3 .button-text-1, .fancy-box-3 a.button-text-1,
.fancy-box-3 .button-text-2, .fancy-box-3 a.button-text-2,
.fancy-box-3 .button-text-3, .fancy-box-3 a.button-text-3 {
  color: rgba(255, 255, 255, 0.8);
}

.fancy-box-3 .button-text-1:hover, .fancy-box-3 a.button-text-1:hover,
.fancy-box-3 .button-text-2:hover, .fancy-box-3 a.button-text-2:hover,
.fancy-box-3 .button-text-3:hover, .fancy-box-3 a.button-text-3:hover {
  color: #fff;
}

.fancy-box-3 .button-text-1:before, .fancy-box-3 a.button-text-1:before {
  background: rgba(255, 255, 255, 0.3);
}

.fancy-box-3 .button-text-1:after, .fancy-box-3 a.button-text-1:after {
  background: #fff;
}

.fancy-box-3 .button-text-2:before, .fancy-box-3 a.button-text-2:before {
  background: rgba(255, 255, 255, 0.4);
}

.fancy-box-3 .button-text-2:after, .fancy-box-3 a.button-text-2:after {
  background: #fff;
}

.fancy-box-3 .button-text-3:before, .fancy-box-3 a.button-text-3:before {
  background: rgba(255, 255, 255, 0.8);
}

.fancy-box-3 .button-text-3:hover:before, .fancy-box-3 a.button-text-3:hover:before {
  background: #fff;
}

.fancy-box-3:hover:before, .fancy-box-3:focus:before {
  opacity: 0;
}

.fancy-box-3:hover:after, .fancy-box-3:focus:after {
  opacity: 1;
}

.fancy-box-3:hover img, .fancy-box-3:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.fancy-box-3:hover .content, .fancy-box-3:focus .content {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  visibility: hidden;
  opacity: 0;
}

.fancy-box-3:hover .hover-content, .fancy-box-3:focus .hover-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.f-box.style-1 {
  border: 1px solid rgba(20, 22, 24, 0.2);
  padding: 44px 36px;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

@media (max-width: 1199.98px) {
  .f-box.style-1 {
    padding: 34px 30px;
  }
}

@media (max-width: 991.98px) {
  .f-box.style-1 {
    padding: 24px 20px;
  }
}

.f-box.style-1 .f-box-icon {
  margin-bottom: 20px;
  font-size: 40px;
  color: #141618;
}

.f-box.style-1:hover {
  border-color: #141618;
}

.f-box.style-2 {
  border: 1px solid rgba(20, 22, 24, 0.2);
  padding: 44px 36px;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

@media (max-width: 1199.98px) {
  .f-box.style-2 {
    padding: 34px 30px;
  }
}

@media (max-width: 991.98px) {
  .f-box.style-2 {
    padding: 24px 20px;
  }
}

.f-box.style-2 .f-box-icon {
  margin-bottom: 20px;
  font-size: 36px;
  color: #141618;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.f-box.style-2 h1, .f-box.style-2 h2, .f-box.style-2 h3, .f-box.style-2 h4, .f-box.style-2 h5, .f-box.style-2 h6 {
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.f-box.style-2:hover {
  background: #f2f5f8;
  border-color: transparent;
}

div[class^='bg-dark'] .f-box.style-1, div[class^='bg-dark'] .f-box.style-2, div[class*=' bg-dark'] .f-box.style-1, div[class*=' bg-dark'] .f-box.style-2, .bg-black .f-box.style-1, .bg-black .f-box.style-2 {
  border-color: rgba(255, 255, 255, 0.1);
}

div[class^='bg-dark'] .f-box.style-1 .f-box-icon, div[class*=' bg-dark'] .f-box.style-1 .f-box-icon, .bg-black .f-box.style-1 .f-box-icon {
  color: #fff;
}

div[class^='bg-dark'] .f-box.style-1:hover, div[class*=' bg-dark'] .f-box.style-1:hover, .bg-black .f-box.style-1:hover {
  border-color: #fff;
}

div[class^='bg-dark'] .f-box.style-2 .f-box-icon, div[class*=' bg-dark'] .f-box.style-2 .f-box-icon, .bg-black .f-box.style-2 .f-box-icon {
  color: #fff;
}

div[class^='bg-dark'] .f-box.style-2:hover, div[class*=' bg-dark'] .f-box.style-2:hover, .bg-black .f-box.style-2:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.gallery .gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery .gallery-item a {
  display: block;
}

.gallery .gallery-item a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(20, 22, 24, 0.1);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.gallery .gallery-item a img {
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery .gallery-item a:hover:after {
  opacity: 1;
}

.gallery .gallery-item a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.justified-gallery a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(20, 22, 24, 0.1);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.justified-gallery a img {
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.justified-gallery a:hover:after {
  opacity: 1;
}

.justified-gallery a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.gmap {
  width: 100%;
}

.gmap-xs {
  height: 300px;
}

.gmap-sm {
  height: 350px;
}

.gmap-md {
  height: 400px;
}

.gmap-lg {
  height: 450px;
}

.gmap-xl {
  height: 500px;
}

.lightbox-image-box,
.lightbox-media-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.lightbox-image-box:after,
.lightbox-media-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(20, 22, 24, 0.1);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.lightbox-image-box img,
.lightbox-media-box img {
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lightbox-image-box i,
.lightbox-media-box i {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(20, 22, 24, 0.6);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.lightbox-image-box.icon-xl i, .lightbox-image-box.icon-2xl i,
.lightbox-media-box.icon-xl i,
.lightbox-media-box.icon-2xl i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.lightbox-image-box.icon-3xl i, .lightbox-image-box.icon-4xl i, .lightbox-image-box.icon-5xl i,
.lightbox-media-box.icon-3xl i,
.lightbox-media-box.icon-4xl i,
.lightbox-media-box.icon-5xl i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.lightbox-image-box:hover:after,
.lightbox-media-box:hover:after {
  opacity: 1;
}

.lightbox-image-box:hover img,
.lightbox-media-box:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.lightbox-image-box:hover i,
.lightbox-media-box:hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.94);
  transform: translate(-50%, -50%) scale(0.94);
}

.mfp-bg {
  background: #000;
}

.mfp-container,
.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  padding: 0 20px;
}

.mfp-ready .mfp-container {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-ready.mfp-bg {
  opacity: 0.96;
}

.mfp-removing .mfp-container, .mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-removing .mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.mfp-close {
  display: block;
  top: -5px;
  opacity: 1;
  width: auto;
  height: auto;
  line-height: auto;
  font-size: 24px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

button.mfp-close:hover {
  top: -5px;
  opacity: 1;
  color: #fff;
}

.mfp-iframe-holder .mfp-close {
  top: -45px;
}

.mfp-iframe-holder .mfp-close:hover {
  top: -45px;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(255, 255, 255, 0.7);
}

.mfp-arrow {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.mfp-arrow-left:before {
  border-right: 0;
}

.mfp-arrow-right:before {
  border-left: 0;
}

@media (max-width: 767.98px) {
  button.mfp-arrow {
    background: rgba(20, 22, 24, 0.5);
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
  button.mfp-arrow:active {
    margin-top: -35px;
  }
  button.mfp-arrow-left {
    margin-left: 30px;
  }
  button.mfp-arrow-left:before, button.mfp-arrow-left:after {
    margin-top: 15px;
    margin-left: 20px;
  }
  button.mfp-arrow-right {
    margin-right: 30px;
  }
  button.mfp-arrow-right:before, button.mfp-arrow-right:after {
    margin-top: 15px;
    margin-left: 30px;
  }
}

.mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-bottom-bar .mfp-title {
  color: rgba(255, 255, 255, 0.7);
}

.mfp-bottom-bar .mfp-counter {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.mfp-iframe-scaler iframe, .mfp-figure::after {
  -webkit-box-shadow: 0 10px 40px -4px rgba(24, 27, 30, 0.24);
  box-shadow: 0 10px 40px -4px rgba(24, 27, 30, 0.24);
}

.progress-box {
  margin-bottom: 16px;
}

.progress-box:last-child {
  margin-bottom: 0;
}

.progress-box h1, .progress-box h2, .progress-box h3, .progress-box h4, .progress-box h5, .progress-box h6 {
  margin-bottom: 0;
}

.progress-box .progress,
.progress-box .progress-bar {
  height: 3px;
  box-shadow: none;
  border-radius: 10px;
}

.progress-box .progress {
  overflow: visible;
  background: rgba(20, 22, 24, 0.2);
  margin: 0;
  padding: 0;
}

.progress-box .progress .progress-bar {
  overflow: visible;
  position: relative;
  background: rgba(20, 22, 24, 0.9);
  width: 30%;
  border: none;
  color: rgba(20, 22, 24, 0.9);
}

.progress-box .progress .progress-bar span {
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 14px;
}

div[class^='bg-dark'] .progress-box .progress, div[class*=' bg-dark'] .progress-box .progress, .bg-black .progress-box .progress {
  background: rgba(255, 255, 255, 0.3);
}

div[class^='bg-dark'] .progress-box .progress .progress-bar, div[class*=' bg-dark'] .progress-box .progress .progress-bar, .bg-black .progress-box .progress .progress-bar {
  background: #fff;
  color: #fff;
}

.sf-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 50px;
  padding-left: 74px;
}

@media (max-width: 991.98px) {
  .sf-box {
    padding-left: 70px;
  }
}

.sf-box .sf-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: #e5e8eb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.sf-box .sf-box-icon * {
  margin: 0;
  line-height: 50px;
  vertical-align: middle;
  color: rgba(20, 22, 24, 0.9);
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.sf-box .sf-box-icon a {
  display: block;
}

.sf-box .sf-box-icon.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sf-box:hover .sf-box-icon {
  opacity: 1;
}

.sf-box.sf-box-xl {
  min-height: 70px;
  padding-left: 94px;
}

@media (max-width: 991.98px) {
  .sf-box.sf-box-xl {
    padding-left: 90px;
  }
}

.sf-box.sf-box-xl .sf-box-icon {
  width: 70px;
  height: 70px;
}

.sf-box.sf-box-xl .sf-box-icon * {
  line-height: 70px;
}

.sf-box.sf-box-lg {
  min-height: 60px;
  padding-left: 84px;
}

@media (max-width: 991.98px) {
  .sf-box.sf-box-lg {
    padding-left: 80px;
  }
}

.sf-box.sf-box-lg .sf-box-icon {
  width: 60px;
  height: 60px;
}

.sf-box.sf-box-lg .sf-box-icon * {
  line-height: 60px;
}

.sf-box.sf-box-sm {
  min-height: 40px;
  padding-left: 64px;
}

@media (max-width: 991.98px) {
  .sf-box.sf-box-sm {
    padding-left: 60px;
  }
}

.sf-box.sf-box-sm .sf-box-icon {
  width: 40px;
  height: 40px;
}

.sf-box.sf-box-sm .sf-box-icon * {
  line-height: 40px;
}

.sf-box.sf-box-xs {
  min-height: 32px;
  padding-left: 54px;
}

@media (max-width: 991.98px) {
  .sf-box.sf-box-xs {
    padding-left: 50px;
  }
}

.sf-box.sf-box-xs .sf-box-icon {
  width: 32px;
  height: 32px;
}

.sf-box.sf-box-xs .sf-box-icon * {
  line-height: 32px;
}

.sf-box.dark .sf-box-icon {
  background: #141618;
}

.sf-box.dark .sf-box-icon * {
  color: rgba(255, 255, 255, 0.9);
}

.sf-box.white .sf-box-icon {
  background: #fff;
}

.sf-box.outline-gray {
  opacity: 1;
}

.sf-box.outline-gray .sf-box-icon {
  background: transparent;
  border: 1px solid #e5e8eb;
}

.sf-box.outline-gray:hover .sf-box-icon {
  background: #e5e8eb;
}

.sf-box.outline-dark {
  opacity: 1;
}

.sf-box.outline-dark .sf-box-icon {
  background: transparent;
  border: 1px solid rgba(20, 22, 24, 0.8);
}

.sf-box.outline-dark:hover .sf-box-icon {
  background: #141618;
}

.sf-box.outline-dark:hover .sf-box-icon * {
  color: #fff;
}

.sf-box.outline-white {
  opacity: 1;
}

.sf-box.outline-white .sf-box-icon {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.sf-box.outline-white .sf-box-icon * {
  color: rgba(255, 255, 255, 0.9);
}

.sf-box.outline-white:hover .sf-box-icon {
  background: #fff;
}

.sf-box.outline-white:hover .sf-box-icon * {
  color: #141618;
}

.owl-carousel[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) {
  padding: 0 44px;
}

@media (max-width: 991.98px) {
  .owl-carousel[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) {
    padding: 0 30px;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  padding-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: rgba(20, 22, 24, 0.6);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
  font-size: 20px;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus {
  color: #141618;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
  padding-bottom: 0;
}

.owl-carousel .owl-dots {
  margin-top: 26px;
  margin-right: -4px;
  margin-left: -4px;
  text-align: center;
  line-height: 0;
}

@media (max-width: 991.98px) {
  .owl-carousel .owl-dots {
    margin-top: 16px;
  }
}

.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background: transparent;
  border: 1px solid #141618;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-dots .owl-dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.4;
  background: #141618;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-dots .owl-dot:hover:after, .owl-carousel .owl-dots .owl-dot:focus:after, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.owl-carousel:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .owl-carousel:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
    padding-bottom: 60px;
  }
}

div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-next, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-prev, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-next, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-prev, .bg-black .owl-carousel .owl-nav button.owl-next, .bg-black .owl-carousel .owl-nav button.owl-prev {
  color: rgba(255, 255, 255, 0.7);
}

div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-next:hover, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-next:focus, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-prev:hover, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-prev:focus, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-next:hover, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-next:focus, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-prev:hover, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-prev:focus, .bg-black .owl-carousel .owl-nav button.owl-next:hover, .bg-black .owl-carousel .owl-nav button.owl-next:focus, .bg-black .owl-carousel .owl-nav button.owl-prev:hover, .bg-black .owl-carousel .owl-nav button.owl-prev:focus {
  color: #fff;
}

div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:before, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:before, .bg-black .owl-carousel .owl-dots .owl-dot:before {
  border-color: #fff;
}

div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:after, .bg-black .owl-carousel .owl-dots .owl-dot:after {
  background: #fff;
}

div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:hover:after, div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:focus:after, div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot.active:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:hover:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:focus:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot.active:after, .bg-black .owl-carousel .owl-dots .owl-dot:hover:after, .bg-black .owl-carousel .owl-dots .owl-dot:focus:after, .bg-black .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel.owl-nav-left .owl-nav button, .owl-carousel.owl-nav-right .owl-nav button {
  position: static;
  display: block;
  margin: 8px 0;
}

.owl-carousel.owl-nav-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-left .owl-nav button.owl-next, .owl-carousel.owl-nav-right .owl-nav button.owl-prev, .owl-carousel.owl-nav-right .owl-nav button.owl-next {
  right: auto;
  left: auto;
}

.owl-carousel.owl-nav-left {
  padding: 0 0 0 44px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-left {
    padding: 0 0 0 30px;
  }
}

.owl-carousel.owl-nav-left .owl-nav {
  right: auto;
}

.owl-carousel.owl-nav-right {
  padding: 0 44px 0 0;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-right {
    padding: 0 30px 0 0;
  }
}

.owl-carousel.owl-nav-right .owl-nav {
  left: auto;
}

.owl-carousel.owl-nav-overlay .owl-nav, .owl-carousel.owl-nav-overlay-left .owl-nav, .owl-carousel.owl-nav-overlay-right .owl-nav {
  z-index: 1;
  padding-bottom: 0;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev {
  opacity: 0.9;
  background: rgba(20, 22, 24, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev i, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev i, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev i {
  line-height: 50px;
  font-size: 14px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:focus, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev:focus, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev:focus {
  opacity: 1;
  color: #fff;
}

@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlay .owl-nav, .owl-carousel.owl-nav-overlay-left .owl-nav, .owl-carousel.owl-nav-overlay-right .owl-nav {
    opacity: 0;
    -webkit-transition: ease-out 0.16s;
    transition: ease-out 0.16s;
  }
  .owl-carousel.owl-nav-overlay:hover .owl-nav, .owl-carousel.owl-nav-overlay-left:hover .owl-nav, .owl-carousel.owl-nav-overlay-right:hover .owl-nav {
    opacity: 1;
  }
}

.owl-carousel.owl-nav-overlay .owl-nav {
  padding-bottom: 50px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  left: 30px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next {
  right: 30px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
    left: 16px;
  }
  .owl-carousel.owl-nav-overlay .owl-nav button.owl-next {
    right: 16px;
  }
}

.owl-carousel.owl-nav-overlay:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
    padding-bottom: 90px;
  }
}

.owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  margin: 4px 0;
}

.owl-carousel.owl-nav-overlay-left:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav, .owl-carousel.owl-nav-overlay-right:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay-left:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav, .owl-carousel.owl-nav-overlay-right:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
    padding-bottom: 40px;
  }
}

.owl-carousel.owl-nav-overlay-left .owl-nav {
  right: auto;
  left: 30px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay-left .owl-nav {
    left: 16px;
  }
}

.owl-carousel.owl-nav-overlay-right .owl-nav {
  right: 30px;
  left: auto;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay-right .owl-nav {
    right: 16px;
  }
}

.owl-carousel.owl-dots-left .owl-dots {
  text-align: left;
}

.owl-carousel.owl-dots-right .owl-dots {
  text-align: right;
}

.owl-carousel.owl-dots-overlay .owl-dots, .owl-carousel.owl-dots-overlay-left .owl-dots, .owl-carousel.owl-dots-overlay-right .owl-dots {
  position: absolute;
  bottom: 20px;
  background: rgba(20, 22, 24, 0.4);
  border-radius: 20px;
  margin: 0;
  padding: 5px;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:before {
  border-color: #fff;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:after {
  background: #fff;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel.owl-dots-overlay .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
  margin-left: -15px;
}

.owl-carousel.owl-dots-overlay.owl-nav-left .owl-dots {
  margin-left: 22px;
}

.owl-carousel.owl-dots-overlay.owl-nav-right .owl-dots {
  margin-left: -22px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots {
    margin-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots, .owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
    margin-left: -12.5px;
  }
}

.owl-carousel.owl-dots-overlay-left .owl-dots {
  right: auto;
  left: 20px;
}

.owl-carousel.owl-dots-overlay-left[data-owl-nav="true"]:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlay-left.owl-nav-left:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
  left: 64px;
}

.owl-carousel.owl-dots-overlay-left.owl-nav-overlap .owl-dots {
  left: 50px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay-left.owl-nav-overlap .owl-dots {
    left: 45px;
  }
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlay-left.owl-nav-overlap-left .owl-dots {
    left: 50px;
  }
}

.owl-carousel.owl-dots-overlay-right .owl-dots {
  right: 20px;
  left: auto;
}

.owl-carousel.owl-dots-overlay-right[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
  right: 64px;
}

.owl-carousel.owl-dots-overlay-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlay-right.owl-nav-overlap-right .owl-dots {
  right: 50px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlay-right.owl-nav-overlap-left .owl-dots {
    right: 20px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay-right.owl-nav-overlap-left .owl-dots {
    right: 45px;
  }
  .owl-carousel.owl-dots-overlay-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlay-right.owl-nav-overlap-right .owl-dots {
    right: 45px;
  }
}

.owl-carousel.owl-dots-overlap .owl-dots, .owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  position: absolute;
  bottom: 0;
  background: #141618;
  border-radius: 20px;
  margin: 0;
  padding: 5px;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:before {
  border-color: #fff;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:after {
  background: #fff;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel.owl-dots-overlap .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}

.owl-carousel.owl-dots-overlap.owl-nav-left .owl-dots {
  margin-left: 22px;
}

.owl-carousel.owl-dots-overlap.owl-nav-right .owl-dots {
  margin-left: -22px;
}

.owl-carousel.owl-dots-overlap.owl-nav-overlap-right .owl-dots {
  margin-left: -15px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap.owl-nav-overlap-left .owl-dots {
    margin-left: 15px;
  }
}

.owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.owl-carousel.owl-dots-overlap-left .owl-dots {
  right: auto;
  left: 20px;
}

.owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
  left: 64px;
}

.owl-carousel.owl-dots-overlap-left.owl-nav-overlap .owl-dots {
  left: 50px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap-left.owl-nav-overlap-left .owl-dots {
    left: 50px;
  }
}

.owl-carousel.owl-dots-overlap-right .owl-dots {
  right: 20px;
  left: auto;
}

.owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
  right: 64px;
}

.owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
  right: 50px;
}

.owl-carousel.owl-nav-overlap {
  padding: 0 30px;
}

.owl-carousel.owl-nav-overlap .owl-nav {
  right: 30px;
  left: 30px;
  z-index: 1;
  height: 60px;
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
  opacity: 0.9;
  background: #141618;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev i,
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next i {
  font-size: 14px;
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev.owl-prev,
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next.owl-prev {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev.owl-next,
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next.owl-next {
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev:hover,
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next:hover {
  opacity: 1;
  color: #fff;
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev:hover.owl-prev,
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next:hover.owl-prev {
  -webkit-transform: translateX(-50%) scale(0.94);
  transform: translateX(-50%) scale(0.94);
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev:hover.owl-next,
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next:hover.owl-next {
  -webkit-transform: translateX(50%) scale(0.94);
  transform: translateX(50%) scale(0.94);
}

.owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
  padding-bottom: 110px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
    padding-bottom: 90px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap {
    padding: 0 25px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav {
    right: 25px;
    left: 25px;
    height: 50px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlap-left {
    padding: 0 0 0 30px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav {
    left: 30px;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.owl-carousel.owl-nav-overlap-right {
  padding: 0 30px 0 0;
}

.owl-carousel.owl-nav-overlap-right .owl-nav {
  left: auto;
  right: 30px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left, .owl-carousel.owl-nav-overlap-right {
    padding: 0 25px 0 0;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
    left: auto;
    right: 25px;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
  }
}

.owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
  z-index: 1;
  width: 60px;
  padding-bottom: 0;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
  position: static;
  right: 0;
  left: 0;
  opacity: 0.9;
  background: #141618;
  width: 60px;
  height: 60px;
  margin: 4px 0;
  border-radius: 50%;
  color: #fff;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev i,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev i,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next i {
  font-size: 14px;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:hover,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:hover,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:hover {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  opacity: 1;
  color: #fff;
}

.owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
    padding-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
    width: 50px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
  }
}

.team-box {
  position: relative;
}

.team-box .team-img {
  overflow: hidden;
}

.team-box .team-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  width: 100%;
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team-box .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(20, 22, 24, 0.3);
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.team-box .hover-content .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 36px;
}

@media (max-width: 991.98px) {
  .team-box .hover-content .top {
    padding: 30px;
  }
}

.team-box .hover-content .top ul li {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.team-box .hover-content .top ul li:nth-child(1) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.team-box .hover-content .top ul li:nth-child(2) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.team-box .hover-content .top ul li:nth-child(3) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.team-box .hover-content .top ul li:nth-child(4) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.team-box .hover-content .top ul li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-box .hover-content .top ul li:nth-child(6) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.team-box .hover-content .top ul li:nth-child(7) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.team-box .hover-content .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 36px;
}

@media (max-width: 991.98px) {
  .team-box .hover-content .bottom {
    padding: 30px;
  }
}

.team-box .hover-content h1, .team-box .hover-content h2, .team-box .hover-content h3, .team-box .hover-content h4, .team-box .hover-content h5, .team-box .hover-content h6 {
  color: #fff;
}

.team-box .hover-content a:not([class*=' button']):not([class^='button']) {
  color: rgba(255, 255, 255, 0.7);
}

.team-box .hover-content a:not([class*=' button']):not([class^='button']):hover, .team-box .hover-content a:not([class*=' button']):not([class^='button']):focus {
  color: #fff;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-box:hover .hover-content {
  visibility: visible;
  opacity: 1;
}

.team-box:hover .hover-content .top ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.team-box.hover-style-2 .team-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-box.hover-style-2 .hover-content {
  background: rgba(20, 22, 24, 0.1);
}

.team-box.hover-style-2:hover .team-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.testimonial-box .quote {
  position: relative;
  background: #f2f5f8;
  border-radius: 0.5em;
  padding: 30px;
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .testimonial-box .quote {
    padding: 20px;
  }
}

.testimonial-box .quote:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f2f5f8;
  width: 17px;
  height: 17px;
}

.testimonial-box .avatar {
  position: relative;
  min-height: 60px;
  margin-top: 20px;
  vertical-align: middle;
}

.testimonial-box .avatar img {
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-box .avatar div {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-box .avatar h6 {
  margin: 0;
  line-height: 1.4;
}

.testimonial-box .avatar span {
  font-size: 15px;
  color: #a3a6a8;
}

.bg-gray .testimonial-box .quote, .bg-light-gray .testimonial-box .quote {
  background: #fff;
}

.bg-gray .testimonial-box .quote:before, .bg-light-gray .testimonial-box .quote:before {
  background: #fff;
}

div[class^='bg-dark'] .testimonial-box .quote, div[class*=' bg-dark'] .testimonial-box .quote, .bg-black .testimonial-box .quote {
  background: rgba(255, 255, 255, 0.1);
}

div[class^='bg-dark'] .testimonial-box .quote:before, div[class*=' bg-dark'] .testimonial-box .quote:before, .bg-black .testimonial-box .quote:before {
  background: transparent;
}

.testimonial-carousel {
  text-align: center;
}

.testimonial-carousel .testimonial-item {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-carousel .testimonial-item img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

*[class^='text-link-'], *[class*=' text-link-'] {
  color: rgba(20, 22, 24, 0.9);
}

*[class^='text-link-']:hover, *[class^='text-link-']:focus, *[class*=' text-link-']:hover, *[class*=' text-link-']:focus {
  color: rgba(20, 22, 24, 0.9);
}

.text-link-1:hover {
  text-decoration: underline;
}

.text-link-2:hover {
  text-decoration: line-through;
}

.text-link-3,
.text-link-4 {
  position: relative;
}

.text-link-3:before,
.text-link-4:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: rgba(20, 22, 24, 0.9);
  width: 0;
  height: 1px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-link-3:hover:before,
.text-link-4:hover:before {
  width: 100%;
}

.text-link-3:before {
  left: 0;
}

.text-link-4:before {
  right: 0;
}

.text-link-5 {
  position: relative;
}

.text-link-5:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0;
  background: rgba(20, 22, 24, 0.9);
  width: 100%;
  height: 1px;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.text-link-5:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.text-link-6,
.text-link-7 {
  position: relative;
}

.text-link-6:before, .text-link-6:after,
.text-link-7:before,
.text-link-7:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-link-6:before,
.text-link-7:before {
  left: 0;
  background: rgba(20, 22, 24, 0.2);
  width: 100%;
}

.text-link-6:after,
.text-link-7:after {
  background: rgba(20, 22, 24, 0.9);
  width: 0;
}

.text-link-6:hover:after,
.text-link-7:hover:after {
  width: 100%;
}

.text-link-6:after {
  left: 0;
}

.text-link-7:after {
  right: 0;
}

.text-link-8 {
  position: relative;
}

.text-link-8:before, .text-link-8:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.text-link-8:before {
  background: rgba(20, 22, 24, 0.2);
}

.text-link-8:after {
  opacity: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: rgba(20, 22, 24, 0.9);
}

.text-link-8:hover:before {
  opacity: 0;
}

.text-link-8:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.text-link-9 {
  position: relative;
}

.text-link-9:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  background: rgba(20, 22, 24, 0.2);
  width: 0;
  height: 6px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-link-9:hover:before {
  width: 100%;
}

div[class^='bg-dark'] *[class^='text-link-'], div[class^='bg-dark'] *[class*=' text-link-'], div[class*=' bg-dark'] *[class^='text-link-'], div[class*=' bg-dark'] *[class*=' text-link-'], .bg-black *[class^='text-link-'], .bg-black *[class*=' text-link-'], .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) *[class^='text-link-'], .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) *[class*=' text-link-'] {
  color: #fff;
}

div[class^='bg-dark'] *[class^='text-link-']:hover, div[class^='bg-dark'] *[class^='text-link-']:focus, div[class^='bg-dark'] *[class*=' text-link-']:hover, div[class^='bg-dark'] *[class*=' text-link-']:focus, div[class*=' bg-dark'] *[class^='text-link-']:hover, div[class*=' bg-dark'] *[class^='text-link-']:focus, div[class*=' bg-dark'] *[class*=' text-link-']:hover, div[class*=' bg-dark'] *[class*=' text-link-']:focus, .bg-black *[class^='text-link-']:hover, .bg-black *[class^='text-link-']:focus, .bg-black *[class*=' text-link-']:hover, .bg-black *[class*=' text-link-']:focus, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) *[class^='text-link-']:hover, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) *[class^='text-link-']:focus, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) *[class*=' text-link-']:hover, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) *[class*=' text-link-']:focus {
  color: #fff;
}

div[class^='bg-dark'] .text-link-3:before, div[class^='bg-dark'] .text-link-4:before, div[class^='bg-dark'] .text-link-5:before, div[class*=' bg-dark'] .text-link-3:before, div[class*=' bg-dark'] .text-link-4:before, div[class*=' bg-dark'] .text-link-5:before, .bg-black .text-link-3:before, .bg-black .text-link-4:before, .bg-black .text-link-5:before, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-3:before, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-4:before, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-5:before {
  background: #fff;
}

div[class^='bg-dark'] .text-link-6:before, div[class^='bg-dark'] .text-link-7:before, div[class^='bg-dark'] .text-link-8:before, div[class*=' bg-dark'] .text-link-6:before, div[class*=' bg-dark'] .text-link-7:before, div[class*=' bg-dark'] .text-link-8:before, .bg-black .text-link-6:before, .bg-black .text-link-7:before, .bg-black .text-link-8:before, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-6:before, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-7:before, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-8:before {
  background: rgba(255, 255, 255, 0.3);
}

div[class^='bg-dark'] .text-link-6:after, div[class^='bg-dark'] .text-link-7:after, div[class^='bg-dark'] .text-link-8:after, div[class*=' bg-dark'] .text-link-6:after, div[class*=' bg-dark'] .text-link-7:after, div[class*=' bg-dark'] .text-link-8:after, .bg-black .text-link-6:after, .bg-black .text-link-7:after, .bg-black .text-link-8:after, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-6:after, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-7:after, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-8:after {
  background: #fff;
}

div[class^='bg-dark'] .text-link-9:before, div[class*=' bg-dark'] .text-link-9:before, .bg-black .text-link-9:before, .fm-wrapper:not(div[class^='bg-white']):not(div[class*=' bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-9:before {
  background: rgba(255, 255, 255, 0.4);
}

.blog-category-list {
  list-style-type: none;
  text-align: left;
  margin: 0 0 -10px;
  padding: 0;
}

.blog-category-list li {
  position: relative;
  margin: 0 0 10px;
  font-size: 15px;
}

.blog-category-list li a {
  display: block;
}

.blog-category-list li span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background: rgba(20, 22, 24, 0.1);
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 15px;
}

div[class^='bg-dark'] .blog-category-list li a span, div[class*=' bg-dark'] .blog-category-list li a span, .bg-black .blog-category-list li a span {
  background: rgba(255, 255, 255, 0.2);
}

.comment-box {
  position: relative;
  margin-bottom: 50px;
  padding-left: 110px;
}

.comment-box:last-child {
  margin-bottom: 0;
}

.comment-box .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

.comment-box .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.comment-box .comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}

.comment-box .comment-reply a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.comment-box .comment-reply a i {
  margin-right: 8px;
}

#cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 996;
  visibility: visible;
  opacity: 1;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

#cookie-consent.consent-hidden {
  visibility: hidden;
  opacity: 0;
}

.fm-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.fm-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.fm-toggle span:before, .fm-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.fm-toggle span:before {
  top: -7px;
}

.fm-toggle span:after {
  bottom: -7px;
}

.fm-toggle:hover span:before {
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

.fm-toggle:hover span:after {
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}

.header.dark:not(.absolute-dark) .fm-toggle span, .header.black:not(.absolute-dark) .fm-toggle span, .header.absolute-light:not(.absolute-dark) .fm-toggle span {
  background: #fff;
}

.header.dark:not(.absolute-dark) .fm-toggle span:before, .header.dark:not(.absolute-dark) .fm-toggle span:after, .header.black:not(.absolute-dark) .fm-toggle span:before, .header.black:not(.absolute-dark) .fm-toggle span:after, .header.absolute-light:not(.absolute-dark) .fm-toggle span:before, .header.absolute-light:not(.absolute-dark) .fm-toggle span:after {
  background: #fff;
}

.fm-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  background: #141618;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.fm-wrapper a:not([class*=' button']):not([class^='button']) {
  color: rgba(255, 255, 255, 0.8);
}

.fm-wrapper a:not([class*=' button']):not([class^='button']):hover, .fm-wrapper a:not([class*=' button']):not([class^='button']):focus {
  color: #fff;
}

.fm-wrapper.fm-show {
  visibility: visible;
  opacity: 1;
}

.fm-wrapper .container, .fm-wrapper .container-fluid {
  position: relative;
  height: 100%;
}

.fm-wrapper .fm-close {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.9);
  transform: translateX(-50%) scale(0.9);
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

@media (max-width: 991.98px) {
  .fm-wrapper .fm-close {
    top: 20px;
  }
}

.fm-wrapper .fm-close span {
  position: relative;
  display: inline-block;
  opacity: 0.8;
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.fm-wrapper .fm-close span:before, .fm-wrapper .fm-close span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.fm-wrapper .fm-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.fm-wrapper .fm-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fm-wrapper .fm-close:hover span {
  opacity: 1;
}

.fm-wrapper .fm-close:hover span:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.fm-wrapper .fm-close:hover span:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.fm-wrapper .middle {
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fm-wrapper .bottom {
  position: absolute;
  right: 30px;
  bottom: 50px;
  left: 30px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

@media (max-width: 991.98px) {
  .fm-wrapper .bottom {
    bottom: 30px;
  }
}

.fm-wrapper .fm {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fm-wrapper .fm li {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  margin: 8px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2em;
  /* 32px */
  line-height: 1.5;
  /* 48px */
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.fm-wrapper .fm li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

.fm-wrapper .fm li a:hover {
  color: #fff;
}

.fm-wrapper .fm.list-inline-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.fm-wrapper .fm.list-inline-sm li {
  display: inline-block;
  margin: 4px 8px;
}

.fm-wrapper .fm.list-inline {
  margin-right: -12px;
  margin-left: -12px;
}

.fm-wrapper .fm.list-inline li {
  display: inline-block;
  margin: 6px 12px;
}

.fm-wrapper .fm.list-inline-lg {
  margin-right: -16px;
  margin-left: -16px;
}

.fm-wrapper .fm.list-inline-lg li {
  display: inline-block;
  margin: 8px 16px;
}

.fm-wrapper.fm-show .fm-close {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.fm-wrapper.fm-show .fm li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.fm-wrapper.fm-show .fm li:nth-child(2) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.fm-wrapper.fm-show .fm li:nth-child(3) {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}

.fm-wrapper.fm-show .fm li:nth-child(4) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.fm-wrapper.fm-show .fm li:nth-child(5) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.fm-wrapper.fm-show .fm li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.fm-wrapper.fm-show .fm li:nth-child(7) {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

.fm-wrapper.fm-show .fm li:nth-child(8) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}

.fm-wrapper.fm-show .fm li:nth-child(9) {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}

.fm-wrapper.fm-show .fm li:nth-child(10) {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}

.fm-wrapper.fm-show .bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

div[class^='bg-white'].fm-wrapper .fm-close span, div[class*=' bg-white'].fm-wrapper .fm-close span, .bg-light-gray.fm-wrapper .fm-close span, .bg-gray.fm-wrapper .fm-close span {
  background: rgba(20, 22, 24, 0.1);
}

div[class^='bg-white'].fm-wrapper .fm-close span:before, div[class^='bg-white'].fm-wrapper .fm-close span:after, div[class*=' bg-white'].fm-wrapper .fm-close span:before, div[class*=' bg-white'].fm-wrapper .fm-close span:after, .bg-light-gray.fm-wrapper .fm-close span:before, .bg-light-gray.fm-wrapper .fm-close span:after, .bg-gray.fm-wrapper .fm-close span:before, .bg-gray.fm-wrapper .fm-close span:after {
  background: #141618;
}

.fm-wrapper.bg-black .fm-close span {
  background: #141618;
}

.header {
  top: 0;
  z-index: 990;
  overflow: visible;
  background: #fff;
  width: 100%;
  height: 80px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .container, .header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .logo {
  display: inline-block;
}

.header .logo .logo-light {
  display: none;
}

.header .logo * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .logo h1, .header .logo h2, .header .logo h3, .header .logo h4, .header .logo h5, .header .logo h6 {
  margin: 0;
}

.header .logo img {
  width: auto;
  height: 52px;
  max-height: 52px;
}

.header .logo a {
  color: #141618;
}

.header .logo a:hover {
  color: #141618;
}

.header .m-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.header .m-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .m-toggle span:before, .header .m-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .m-toggle span:before {
  top: -7px;
}

.header .m-toggle span:after {
  bottom: -7px;
}

.header .m-toggle:hover span:before {
  width: 90%;
}

.header .m-toggle:hover span:after {
  width: 70%;
}

.header-menu-wrapper {
  display: inline-block;
  font-size: 16px;
}

.header-menu-wrapper .header-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-menu-wrapper .header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-menu-wrapper .header-menu .m-item .m-link {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.2px;
}

.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle {
  position: relative;
  padding-right: 13px;
}

.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before, .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  background: #767A7D;
  width: 6px;
  height: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before {
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before, .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after {
  background: #141618;
}

.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle {
  position: relative;
  padding-right: 27px;
}

.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before, .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background: #767A7D;
  width: 6px;
  height: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -3px;
}

.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-bottom: -3px;
}

.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:before, .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:after {
  background: #141618;
}

.header-menu-wrapper .header-menu.font-2 .m-item .m-link {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-menu-wrapper .close-button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: inline-block;
  visibility: hidden;
  opacity: 0.8;
  background: #eff2f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header-menu-wrapper .close-button span:before, .header-menu-wrapper .close-button span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #141618;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header-menu-wrapper .close-button span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-menu-wrapper .close-button span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-menu-wrapper .close-button:hover {
  opacity: 1;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 38px 0 rgba(24, 27, 30, 0.14);
  box-shadow: 0 0 38px 0 rgba(24, 27, 30, 0.14);
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 38px 0 rgba(24, 27, 30, 0.14);
  box-shadow: 0 0 38px 0 rgba(24, 27, 30, 0.14);
}

.header.absolute-dark, .header.absolute-light, .header.absolute-dark.dark, .header.absolute-light.dark, .header.absolute-dark.black, .header.absolute-light.black {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header.absolute-dark:not(.fixed):not(.sticky), .header.absolute-light:not(.fixed):not(.sticky), .header.absolute-dark.dark:not(.fixed):not(.sticky), .header.absolute-light.dark:not(.fixed):not(.sticky), .header.absolute-dark.black:not(.fixed):not(.sticky), .header.absolute-light.black:not(.fixed):not(.sticky) {
  position: absolute;
  top: 0;
  left: 0;
}

.header.absolute-light .logo .logo-dark {
  display: none;
}

.header.absolute-light .logo .logo-light {
  display: inline-block;
}

.header.absolute-light .logo h1, .header.absolute-light .logo h2, .header.absolute-light .logo h3, .header.absolute-light .logo h4, .header.absolute-light .logo h5, .header.absolute-light .logo h6 {
  color: #fff;
}

.header.absolute-light .logo a {
  color: #fff;
}

.header.absolute-light .logo a:hover {
  color: #fff;
}

.header.absolute-light .m-toggle span {
  background: #fff;
}

.header.absolute-light .m-toggle span:before, .header.absolute-light .m-toggle span:after {
  background: #fff;
}

.header.absolute-light.border-top, .header.absolute-light.border-bottom, .header.dark.border-top, .header.dark.border-bottom, .header.black.border-top, .header.black.border-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.header.dark:not(.absolute-dark) .logo .logo-dark, .header.black:not(.absolute-dark) .logo .logo-dark {
  display: none;
}

.header.dark:not(.absolute-dark) .logo .logo-light, .header.black:not(.absolute-dark) .logo .logo-light {
  display: inline-block;
}

.header.dark:not(.absolute-dark) .logo h1, .header.dark:not(.absolute-dark) .logo h2, .header.dark:not(.absolute-dark) .logo h3, .header.dark:not(.absolute-dark) .logo h4, .header.dark:not(.absolute-dark) .logo h5, .header.dark:not(.absolute-dark) .logo h6, .header.black:not(.absolute-dark) .logo h1, .header.black:not(.absolute-dark) .logo h2, .header.black:not(.absolute-dark) .logo h3, .header.black:not(.absolute-dark) .logo h4, .header.black:not(.absolute-dark) .logo h5, .header.black:not(.absolute-dark) .logo h6 {
  color: #fff;
}

.header.dark:not(.absolute-dark) .logo a, .header.black:not(.absolute-dark) .logo a {
  color: #fff;
}

.header.dark:not(.absolute-dark) .logo a:hover, .header.black:not(.absolute-dark) .logo a:hover {
  color: #fff;
}

.header.dark:not(.absolute-dark) .m-toggle span, .header.black:not(.absolute-dark) .m-toggle span {
  background: #fff;
}

.header.dark:not(.absolute-dark) .m-toggle span:before, .header.dark:not(.absolute-dark) .m-toggle span:after, .header.black:not(.absolute-dark) .m-toggle span:before, .header.black:not(.absolute-dark) .m-toggle span:after {
  background: #fff;
}

.header.dark {
  background: #141618;
}

.header.black {
  background: #000;
}

@media (min-width: 992px) {
  .header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link:hover, .header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link:focus {
    color: #fff;
  }
  .header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before, .header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before, .header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after {
    background: #fff;
  }
  .header.absolute-light .header-menu-extra a:not(.button):not(.button-circle) {
    color: rgba(255, 255, 255, 0.7);
  }
  .header.absolute-light .header-menu-extra a:not(.button):not(.button-circle):hover, .header.absolute-light .header-menu-extra a:not(.button):not(.button-circle):focus {
    color: #fff;
  }
  .header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link, .header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:hover, .header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:focus, .header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:hover, .header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:focus {
    color: #fff;
  }
  .header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before, .header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after, .header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before, .header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before, .header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after, .header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before, .header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after {
    background: #fff;
  }
  .header.dark:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle), .header.black:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle) {
    color: rgba(255, 255, 255, 0.7);
  }
  .header.dark:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):hover, .header.dark:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):focus, .header.black:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):hover, .header.black:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):focus {
    color: #fff;
  }
  .header .m-toggle {
    display: none;
  }
  .header-menu-wrapper .header-menu {
    height: 100%;
  }
  .header-menu-wrapper .header-menu .m-item {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 20px;
  }
  .header-menu-wrapper .header-menu .m-item:first-child {
    margin-left: 0;
  }
  .header-menu-wrapper .header-menu .m-item .m-link {
    display: inline-block;
    line-height: 80px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown {
    position: absolute;
    top: 84px;
    left: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    width: 240px;
    -webkit-box-shadow: 0 6px 38px -4px rgba(24, 27, 30, 0.14);
    box-shadow: 0 6px 38px -4px rgba(24, 27, 30, 0.14);
    border-radius: 0.375em;
    padding: 15px 0;
    -webkit-transition: ease-out 0.14s;
    transition: ease-out 0.14s;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link {
    display: block;
    border-radius: 0.375em;
    padding: 8px 15px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link:hover {
    background: #f2f5f8;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown {
    position: absolute;
    top: -15px;
    left: 244px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    width: 240px;
    -webkit-box-shadow: 0 6px 38px -4px rgba(24, 27, 30, 0.14);
    box-shadow: 0 6px 38px -4px rgba(24, 27, 30, 0.14);
    border-radius: 0.375em;
    padding: 15px;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item {
    display: block;
    margin: 0;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link {
    display: block;
    border-radius: 0.375em;
    padding: 8px 15px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link:hover {
    background: #f2f5f8;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item:hover .m-subdropdown {
    visibility: visible;
    opacity: 1;
  }
  .header-menu-wrapper .header-menu .m-item:last-child .m-dropdown, .header-menu-wrapper .header-menu .m-item:nth-last-child(2) .m-dropdown {
    right: 0;
    left: auto;
  }
  .header-menu-wrapper .header-menu .m-item:last-child .m-dropdown .m-dropdown-item .m-subdropdown, .header-menu-wrapper .header-menu .m-item:nth-last-child(2) .m-dropdown .m-dropdown-item .m-subdropdown {
    right: 244px;
    left: auto;
  }
  .header-menu-wrapper .header-menu .m-item:hover .m-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header-menu-wrapper .header-menu-extra {
    margin-left: 30px;
  }
  .header-menu-extra {
    display: inline-block;
  }
  .container-fluid .header-menu-wrapper .header-menu .m-item:not(:nth-child(1)) .m-dropdown {
    right: 0;
    left: auto;
  }
  .container-fluid .header-menu-wrapper .header-menu .m-item:not(:nth-child(1)) .m-dropdown .m-dropdown-item .m-subdropdown {
    right: 244px;
    left: auto;
  }
}

@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
  .header-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 992;
    background: #fff;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 0 40px 0 rgba(24, 27, 30, 0.14);
    box-shadow: 0 0 40px 0 rgba(24, 27, 30, 0.14);
    padding: 70px 30px 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-menu-wrapper.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header-menu-wrapper .header-menu {
    overflow-y: auto;
    width: 100%;
    max-height: 400px;
  }
  .header-menu-wrapper .header-menu .m-item {
    display: block;
    width: 100%;
    margin: 0 0 12px;
  }
  .header-menu-wrapper .header-menu .m-item:last-child {
    margin: 0;
  }
  .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle {
    display: block;
    width: 100%;
  }
  .header-menu-wrapper .header-menu .m-item .m-link.active {
    color: #141618;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown {
    display: none;
    background: #f2f5f8;
    border-radius: 4px;
    margin-top: 4px;
    padding: 14px 20px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown.show {
    display: block;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item {
    margin: 0 0 8px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item:last-child {
    margin: 0;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle {
    display: block;
    width: 100%;
    padding-right: 13px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before {
    right: 3px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-top: auto;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-bottom: auto;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.active {
    color: #141618;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown {
    display: none;
    padding-top: 8px;
    padding-left: 16px;
  }
  .header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown.show {
    display: block;
  }
  .header-menu-wrapper .header-menu-extra {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .header-menu-wrapper .close-button {
    visibility: visible;
  }
  .header.absolute-light:not(.header-menu-wrapper .header-menu-extra) .header-menu-extra a:not(.button):not(.button-circle) {
    color: rgba(255, 255, 255, 0.7);
  }
  .header.absolute-light:not(.header-menu-wrapper .header-menu-extra) .header-menu-extra a:not(.button):not(.button-circle):hover, .header.absolute-light:not(.header-menu-wrapper .header-menu-extra) .header-menu-extra a:not(.button):not(.button-circle):focus {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .header-lg {
    height: 100px;
  }
  .header-lg .container-fluid {
    padding: 0 50px;
  }
  .header-lg .logo img {
    height: 72px;
    max-height: 72px;
  }
  .header-lg .header-menu-wrapper .header-menu .m-item .m-link {
    line-height: 100px;
  }
  .header-lg .header-menu-wrapper .header-menu .m-item .m-dropdown {
    top: 104px;
  }
  .header-xl {
    height: 120px;
  }
  .header-xl .container-fluid {
    padding: 0 60px;
  }
  .header-xl .logo img {
    height: 90px;
    max-height: 90px;
  }
  .header-xl .header-menu-wrapper .header-menu .m-item .m-link {
    line-height: 120px;
  }
  .header-xl .header-menu-wrapper .header-menu .m-item .m-dropdown {
    top: 124px;
  }
}

@media (min-width: 992px) {
  .header-menu-wrapper .header-menu.dropdown-transparent-white .m-item .m-dropdown {
    background: rgba(255, 255, 255, 0.9);
  }
  .header-menu-wrapper .header-menu.dropdown-transparent-white .m-item .m-dropdown .m-dropdown-item .m-subdropdown {
    background: rgba(255, 255, 255, 0.9);
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown {
    background: #000;
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown .m-dropdown-item .m-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown .m-dropdown-item .m-subdropdown {
    background: #000;
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown {
    background: #141618;
  }
  .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-subdropdown {
    background: #141618;
  }
  .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown {
    background: rgba(20, 22, 24, 0.9);
  }
  .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown .m-dropdown-item .m-subdropdown {
    background: rgba(20, 22, 24, 0.9);
  }
  .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown {
    color: rgba(255, 255, 255, 0.7);
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown h1, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown h2, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown h3, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown h4, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown h5, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown h6, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h1, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h2, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h3, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h4, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h5, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h6, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown h1, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown h2, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown h3, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown h4, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown h5, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown h6 {
    color: #fff;
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown a:not(.button):not(.button-circle), .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown a:not(.button):not(.button-circle), .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown a:not(.button):not(.button-circle) {
    color: rgba(255, 255, 255, 0.8);
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown a:not(.button):not(.button-circle):hover, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown a:not(.button):not(.button-circle):focus, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown a:not(.button):not(.button-circle):hover, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown a:not(.button):not(.button-circle):focus, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown a:not(.button):not(.button-circle):hover, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown a:not(.button):not(.button-circle):focus {
    color: #fff;
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:before, .header-menu-wrapper .header-menu.dropdown-black .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:after, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:before, .header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:after, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:before, .header-menu-wrapper .header-menu.dropdown-transparent-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:after {
    background: #fff;
  }
}

.header-placeholder {
  height: 80px;
}

.header-placeholder-lg {
  height: 100px;
}

.header-placeholder-xl {
  height: 120px;
}

@media (max-width: 991.98px) {
  .header-placeholder, .header-placeholder-lg, .header-placeholder-xl {
    height: 70px;
  }
}

.masonry {
  width: auto;
  margin: 0 -15px -30px;
}

.masonry .masonry-item {
  margin: 0 0 30px;
  padding: 0 15px;
}

.masonry.column-1 .masonry-item {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry.column-2 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .masonry.column-3 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .masonry.column-3 .masonry-item {
    width: 33.33%;
  }
}

@media (min-width: 576px) {
  .masonry.column-4 .masonry-item, .masonry.column-5 .masonry-item, .masonry.column-6 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .masonry.column-4 .masonry-item, .masonry.column-5 .masonry-item, .masonry.column-6 .masonry-item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .masonry.column-4 .masonry-item, .masonry.column-5 .masonry-item, .masonry.column-6 .masonry-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .masonry.column-5 .masonry-item {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .masonry.column-6 .masonry-item {
    width: 16.66%;
  }
}

.masonry.spacing-0 {
  margin: 0;
}

.masonry.spacing-0 .masonry-item {
  margin: 0;
  padding: 0;
}

.masonry.spacing-6 {
  margin: 0 -3px -6px;
}

.masonry.spacing-6 .masonry-item {
  margin-bottom: 6px;
  padding: 0 3px;
}

.masonry.spacing-10 {
  margin: 0 -5px -10px;
}

.masonry.spacing-10 .masonry-item {
  margin-bottom: 10px;
  padding: 0 5px;
}

.masonry.spacing-20 {
  margin: 0 -10px -20px;
}

.masonry.spacing-20 .masonry-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.container-fluid .masonry.spacing-0 {
  margin-right: -30px;
  margin-left: -30px;
}

.container-fluid .masonry.spacing-6 {
  margin-right: -27px;
  margin-left: -27px;
}

.container-fluid .masonry.spacing-10 {
  margin-right: -25px;
  margin-left: -25px;
}

.container-fluid .masonry.spacing-20 {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 992px) {
  .masonry.spacing-40 {
    margin: 0 -20px -40px;
  }
  .masonry.spacing-40 .masonry-item {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .masonry.spacing-50 {
    margin: 0 -25px -50px;
  }
  .masonry.spacing-50 .masonry-item {
    margin-bottom: 50px;
    padding: 0 25px;
  }
  .container-fluid .masonry.spacing-40 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .container-fluid .masonry.spacing-50 {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.portfolio-masonry .portfolio-item, .portfolio-metro .portfolio-item {
  width: 100%;
  text-align: left;
}

.portfolio-masonry.column-1 .portfolio-item, .portfolio-metro.column-1 .portfolio-item {
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-masonry.column-2 .portfolio-item, .portfolio-metro.column-2 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-masonry.column-3 .portfolio-item, .portfolio-metro.column-3 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-masonry.column-3 .portfolio-item, .portfolio-metro.column-3 .portfolio-item {
    width: 33.33%;
  }
}

@media (min-width: 576px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item, .portfolio-metro.column-4 .portfolio-item, .portfolio-metro.column-5 .portfolio-item, .portfolio-metro.column-6 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item, .portfolio-metro.column-4 .portfolio-item, .portfolio-metro.column-5 .portfolio-item, .portfolio-metro.column-6 .portfolio-item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item, .portfolio-metro.column-4 .portfolio-item, .portfolio-metro.column-5 .portfolio-item, .portfolio-metro.column-6 .portfolio-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .portfolio-masonry.column-5 .portfolio-item, .portfolio-metro.column-5 .portfolio-item {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .portfolio-masonry.column-6 .portfolio-item, .portfolio-metro.column-6 .portfolio-item {
    width: 16.66%;
  }
}

.portfolio-masonry.spacing-0 .portfolio-item, .portfolio-metro.spacing-0 .portfolio-item {
  padding: 0;
}

.portfolio-masonry.spacing-6 .portfolio-item, .portfolio-metro.spacing-6 .portfolio-item {
  padding: 3px;
}

.portfolio-masonry.spacing-10 .portfolio-item, .portfolio-metro.spacing-10 .portfolio-item {
  padding: 5px;
}

.portfolio-masonry.spacing-20 .portfolio-item, .portfolio-metro.spacing-20 .portfolio-item {
  padding: 10px;
}

.portfolio-masonry.spacing-30 .portfolio-item, .portfolio-metro.spacing-30 .portfolio-item {
  padding: 15px;
}

.portfolio-masonry.spacing-40 .portfolio-item, .portfolio-metro.spacing-40 .portfolio-item {
  padding: 20px;
}

.portfolio-masonry.spacing-50 .portfolio-item, .portfolio-metro.spacing-50 .portfolio-item {
  padding: 25px;
}

@media (min-width: 576px) {
  .portfolio-metro.column-4 .portfolio-item-lg, .portfolio-metro.column-5 .portfolio-item-lg, .portfolio-metro.column-6 .portfolio-item-lg {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .portfolio-metro.column-4 .portfolio-item-lg, .portfolio-metro.column-5 .portfolio-item-lg, .portfolio-metro.column-6 .portfolio-item-lg {
    width: 66.66%;
  }
}

@media (min-width: 992px) {
  .portfolio-metro.column-4 .portfolio-item-lg, .portfolio-metro.column-5 .portfolio-item-lg, .portfolio-metro.column-6 .portfolio-item-lg {
    width: 50%;
  }
}

.container .portfolio-masonry.spacing-0, .container .portfolio-metro.spacing-0 {
  margin: 0;
}

.container .portfolio-masonry.spacing-6, .container .portfolio-metro.spacing-6 {
  margin: -3px;
}

.container .portfolio-masonry.spacing-10, .container .portfolio-metro.spacing-10 {
  margin: -5px;
}

.container .portfolio-masonry.spacing-20, .container .portfolio-metro.spacing-20 {
  margin: -10px;
}

.container .portfolio-masonry.spacing-30, .container .portfolio-metro.spacing-30 {
  margin: -15px;
}

.container .portfolio-masonry.spacing-40, .container .portfolio-metro.spacing-40 {
  margin: -20px;
}

.container .portfolio-masonry.spacing-50, .container .portfolio-metro.spacing-50 {
  margin: -25px;
}

.container-fluid .portfolio-masonry, .container-fluid .portfolio-metro {
  margin: 0 -30px;
}

.container-fluid .portfolio-masonry.spacing-0, .container-fluid .portfolio-metro.spacing-0 {
  margin: 0 -30px;
}

.container-fluid .portfolio-masonry.spacing-6, .container-fluid .portfolio-metro.spacing-6 {
  margin: -3px -27px 3px;
}

.container-fluid .portfolio-masonry.spacing-10, .container-fluid .portfolio-metro.spacing-10 {
  margin: -5px -25px 5px;
}

.container-fluid .portfolio-masonry.spacing-20, .container-fluid .portfolio-metro.spacing-20 {
  margin: -10px -20px 10px;
}

.container-fluid .portfolio-masonry.spacing-30, .container-fluid .portfolio-metro.spacing-30 {
  margin: -15px -15px 15px;
}

.container-fluid .portfolio-masonry.spacing-40, .container-fluid .portfolio-metro.spacing-40 {
  margin: -20px -10px 20px;
}

.container-fluid .portfolio-masonry.spacing-50, .container-fluid .portfolio-metro.spacing-50 {
  margin: -25px -5px 25px;
}

.portfolio-filter ul {
  list-style-type: none;
  margin: 0 -14px -7px;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.portfolio-filter ul li {
  position: relative;
  display: inline-block;
  margin: 0 14px 7px;
  cursor: pointer;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.portfolio-filter ul li:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #141618;
  height: 1px;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.portfolio-filter ul li.active, .portfolio-filter ul li.mixitup-control-active, .portfolio-filter ul li:hover {
  color: #141618;
}

.portfolio-filter ul li.active:before, .portfolio-filter ul li.mixitup-control-active:before {
  width: 100%;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.portfolio-filter.style-2 ul li:before {
  top: 40%;
  bottom: auto;
  background: rgba(20, 22, 24, 0.2);
  height: 40%;
}

div[class^='bg-dark'] .portfolio-filter ul li, div[class*=' bg-dark'] .portfolio-filter ul li, .bg-black .portfolio-filter ul li {
  color: rgba(255, 255, 255, 0.8);
}

div[class^='bg-dark'] .portfolio-filter ul li:before, div[class*=' bg-dark'] .portfolio-filter ul li:before, .bg-black .portfolio-filter ul li:before {
  background: #fff;
}

div[class^='bg-dark'] .portfolio-filter ul li.active, div[class^='bg-dark'] .portfolio-filter ul li.mixitup-control-active, div[class^='bg-dark'] .portfolio-filter ul li:hover, div[class*=' bg-dark'] .portfolio-filter ul li.active, div[class*=' bg-dark'] .portfolio-filter ul li.mixitup-control-active, div[class*=' bg-dark'] .portfolio-filter ul li:hover, .bg-black .portfolio-filter ul li.active, .bg-black .portfolio-filter ul li.mixitup-control-active, .bg-black .portfolio-filter ul li:hover {
  color: #fff;
}

div[class^='bg-dark'] .portfolio-filter.style-2 ul li:before, div[class*=' bg-dark'] .portfolio-filter.style-2 ul li:before, .bg-black .portfolio-filter.style-2 ul li:before {
  background: rgba(255, 255, 255, 0.4);
}

.portfolio-title-overlay .portfolio-item a, .owl-carousel .portfolio-item a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-title-overlay .portfolio-item a h1, .portfolio-title-overlay .portfolio-item a h2, .portfolio-title-overlay .portfolio-item a h3, .portfolio-title-overlay .portfolio-item a h4, .portfolio-title-overlay .portfolio-item a h5, .portfolio-title-overlay .portfolio-item a h6, .owl-carousel .portfolio-item a h1, .owl-carousel .portfolio-item a h2, .owl-carousel .portfolio-item a h3, .owl-carousel .portfolio-item a h4, .owl-carousel .portfolio-item a h5, .owl-carousel .portfolio-item a h6 {
  color: #fff;
  line-height: 1.3;
}

.portfolio-title-overlay .portfolio-item a .portfolio-img, .owl-carousel .portfolio-item a .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio-title-overlay .portfolio-item a .portfolio-img img, .owl-carousel .portfolio-item a .portfolio-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  width: 100%;
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-title-overlay .portfolio-item a .portfolio-hover, .owl-carousel .portfolio-item a .portfolio-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(20, 22, 24, 0.3);
  text-align: center;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box, .owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 30px;
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *, .owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box * {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(1), .owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(1) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(2), .owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(2) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(3), .owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(3) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box span, .owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box span {
  display: block;
}

.portfolio-title-overlay .portfolio-item a:hover .portfolio-img img, .owl-carousel .portfolio-item a:hover .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-title-overlay .portfolio-item a:hover .portfolio-hover, .owl-carousel .portfolio-item a:hover .portfolio-hover {
  visibility: visible;
  opacity: 1;
}

.portfolio-title-overlay .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *, .owl-carousel .portfolio-item a:hover .portfolio-hover .portfolio-hover-box * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio-title-overlay.hover-style-2 .portfolio-item a .portfolio-img img, .portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-img img, .portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-img img, .owl-carousel.hover-style-2 .portfolio-item a .portfolio-img img, .owl-carousel.hover-style-3 .portfolio-item a .portfolio-img img, .owl-carousel.hover-style-4 .portfolio-item a .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-title-overlay.hover-style-2 .portfolio-item a:hover .portfolio-img img, .portfolio-title-overlay.hover-style-3 .portfolio-item a:hover .portfolio-img img, .portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-img img, .owl-carousel.hover-style-2 .portfolio-item a:hover .portfolio-img img, .owl-carousel.hover-style-3 .portfolio-item a:hover .portfolio-img img, .owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.portfolio-title-overlay.hover-style-2 .portfolio-item a .portfolio-hover, .owl-carousel.hover-style-2 .portfolio-item a .portfolio-hover {
  background: rgba(20, 22, 24, 0.1);
}

.portfolio-title-overlay.hover-style-2 .portfolio-item a:hover .portfolio-img img, .owl-carousel.hover-style-2 .portfolio-item a:hover .portfolio-img img {
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover, .owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover {
  visibility: visible;
  opacity: 0.2;
  background: transparent;
}

.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box, .owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 12px 20px;
}

.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box *, .owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box:before, .owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
  background: #141618;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-title-overlay.hover-style-3 .portfolio-item a:hover .portfolio-hover, .owl-carousel.hover-style-3 .portfolio-item a:hover .portfolio-hover {
  opacity: 1;
}

.portfolio-title-overlay.hover-style-3 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box:before, .owl-carousel.hover-style-3 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-hover, .owl-carousel.hover-style-4 .portfolio-item a .portfolio-hover {
  background: transparent;
  text-align: left;
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box, .owl-carousel.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  -webkit-transform: translateY(0) translateX(4px);
  transform: translateY(0) translateX(4px);
  background: #141618;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box *, .owl-carousel.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box * {
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  opacity: 1;
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box, .owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box {
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *, .owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box * {
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(1), .owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(2), .owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(2) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(3), .owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(3) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio-title-outside .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio-title-outside .portfolio-item .portfolio-img a {
  position: relative;
  display: block;
}

.portfolio-title-outside .portfolio-item .portfolio-img a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(20, 22, 24, 0.1);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.portfolio-title-outside .portfolio-item .portfolio-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  width: 100%;
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-title-outside .portfolio-item .portfolio-img:hover a:after {
  opacity: 1;
}

.portfolio-title-outside .portfolio-item .portfolio-img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-title-outside .portfolio-item .portfolio-title {
  padding: 24px 30px;
}

.portfolio-title-outside .portfolio-item .portfolio-title h1, .portfolio-title-outside .portfolio-item .portfolio-title h2, .portfolio-title-outside .portfolio-item .portfolio-title h3, .portfolio-title-outside .portfolio-item .portfolio-title h4, .portfolio-title-outside .portfolio-item .portfolio-title h5, .portfolio-title-outside .portfolio-item .portfolio-title h6 {
  line-height: 1.3;
}

.portfolio-title-outside.hover-style-2 .portfolio-item .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-title-outside.hover-style-2 .portfolio-item .portfolio-img a:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.portfolio-title-outside.hover-style-3 .portfolio-item .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-title-outside.hover-style-3 .portfolio-item .portfolio-img a:after {
  opacity: 1;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.4, 0.98);
  transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.4, 0.98);
}

.portfolio-title-outside.hover-style-3 .portfolio-item .portfolio-img a:hover:after {
  -webkit-box-shadow: inset 0 0 0 8px #fff;
  box-shadow: inset 0 0 0 8px #fff;
}

.portfolio-icon-overlay .portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio-icon-overlay .portfolio-item .portfolio-img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  width: 100%;
  -webkit-transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(20, 22, 24, 0.3);
  text-align: center;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 30px;
}

.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a {
  display: inline-block;
  background: rgba(20, 22, 24, 0.8);
  width: 44px;
  height: 44px;
  margin: 0 4px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 44px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a i {
  line-height: 44px;
}

.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a:hover, .portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a:focus {
  background: rgba(20, 22, 24, 0.9);
  color: #fff;
}

.portfolio-icon-overlay .portfolio-item .portfolio-img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-icon-overlay .portfolio-item .portfolio-img:hover .portfolio-hover {
  visibility: visible;
  opacity: 1;
}

.portfolio-icon-overlay.hover-style-2 .portfolio-item .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-icon-overlay.hover-style-2 .portfolio-item .portfolio-img .portfolio-hover {
  background: rgba(20, 22, 24, 0.1);
}

.portfolio-icon-overlay.hover-style-2 .portfolio-item .portfolio-img:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.portfolio-carousel {
  width: 100%;
}

.portfolio-carousel .portfolio-carousel-item {
  position: relative;
  margin: 0 5%;
}

.portfolio-carousel .portfolio-carousel-item a {
  display: block;
}

.portfolio-carousel .portfolio-carousel-item a .portfolio-img {
  overflow: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.portfolio-carousel .portfolio-carousel-item a .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-carousel .portfolio-carousel-item a .portfolio-title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-32%);
  transform: translateY(-50%) translateX(-32%);
  max-width: 400px;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line {
  display: block;
  overflow: hidden;
  color: #141618;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.5em;
}

.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line span {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line:nth-child(2) span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line:nth-child(3) span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@media (max-width: 1199.98px) {
  .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line {
    font-size: 2.5em;
  }
}

@media (max-width: 991.98px) {
  .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line {
    font-size: 2em;
  }
}

@media (max-width: 767.98px) {
  .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line {
    font-size: 1.75em;
  }
}

@media (max-width: 575.98px) {
  .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line {
    font-size: 1.5em;
  }
}

@media (max-width: 991.98px) {
  .portfolio-carousel .portfolio-carousel-item a .portfolio-title {
    -webkit-transform: translateY(-50%) translateX(-30%);
    transform: translateY(-50%) translateX(-30%);
  }
}

@media (max-width: 767.98px) {
  .portfolio-carousel .portfolio-carousel-item a .portfolio-title {
    -webkit-transform: translateY(-50%) translateX(-28%);
    transform: translateY(-50%) translateX(-28%);
  }
}

@media (max-width: 575.98px) {
  .portfolio-carousel .portfolio-carousel-item a .portfolio-title {
    -webkit-transform: translateY(-50%) translateX(-24%);
    transform: translateY(-50%) translateX(-24%);
  }
}

.portfolio-carousel .portfolio-carousel-item a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.portfolio-carousel .owl-item.active.center .portfolio-carousel-item a .portfolio-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.portfolio-carousel .owl-item.active.center .portfolio-carousel-item a .portfolio-title .line span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-carousel .owl-dots {
  margin-top: 50px;
}

div[class^='bg-dark'] .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line, div[class*=' bg-dark'] .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line, .bg-black .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line {
  color: #fff;
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  height: 100%;
}

body.loaded:after {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.preloader-1 div {
  position: relative;
  width: 70px;
  height: 70px;
}

.preloader-1 div .loader-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center center;
  width: 70px;
  height: 70px;
  margin: auto;
  animation: loader-one-rotate 2s linear infinite;
}

.preloader-1 div .loader-path {
  fill: none;
  stroke: #141618;
  stroke-width: 2.5;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  animation: loader-one-dash 1.5s ease-in-out infinite;
}

@keyframes loader-one-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-one-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.preloader-2 div span {
  display: inline-block;
  background: #141618;
  background: linear-gradient(to right, #141618 10%, rgba(24, 27, 30, 0) 40%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-animation: loader-two 0.7s infinite linear;
  animation: loader-two 0.7s infinite linear;
}

.preloader-2 div span:before, .preloader-2 div span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.preloader-2 div span:before {
  background: #141618;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0 0;
}

.preloader-2 div span:after {
  right: 0;
  bottom: 0;
  background: #fff;
  width: 96%;
  height: 96%;
  margin: auto;
  border-radius: 50%;
}

@keyframes loader-two {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-two {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader-3 div span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
  border-color: #141618 rgba(20, 22, 24, 0.2) rgba(20, 22, 24, 0.2) rgba(20, 22, 24, 0.2);
  -webkit-animation: loader-three-spin 500ms infinite linear;
  animation: loader-three-spin 500ms infinite linear;
}

@keyframes loader-three-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-three-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader-4 div {
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-4 div span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  opacity: 0;
  background: rgba(20, 22, 24, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: loader-four 1s infinite ease-out;
  animation: loader-four 1s infinite ease-out;
}

@-webkit-keyframes loader-four {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes loader-four {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

.section-xs {
  padding: 60px 0;
}

.section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
  padding: 60px 30px;
}

.section-sm {
  padding: 80px 0;
}

.section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
  padding: 80px 30px;
}

.section, .section-md {
  padding: 100px 0;
}

.section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
  padding: 100px 30px;
}

.section-lg {
  padding: 140px 0;
}

.section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
  padding: 140px 30px;
}

.section-xl {
  padding: 200px 0;
}

.section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
  padding: 200px 30px;
}

.section-2xl {
  padding: 240px 0;
}

.section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
  padding: 240px 30px;
}

.section-3xl {
  padding: 300px 0;
}

.section-3xl.bg-image .container, .section-3xl.bg-image .container-fluid {
  padding: 300px 30px;
}

@media (max-width: 767.98px) {
  .section-xs {
    padding: 40px 0;
  }
  .section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
    padding: 40px 30px;
  }
  .section-sm {
    padding: 60px 0;
  }
  .section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
    padding: 60px 30px;
  }
  .section, .section-md {
    padding: 80px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 80px 30px;
  }
  .section-lg {
    padding: 120px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 120px 30px;
  }
  .section-xl {
    padding: 160px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 160px 30px;
  }
  .section-2xl {
    padding: 180px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 180px 30px;
  }
  .section-3xl {
    padding: 200px 0;
  }
  .section-3xl.bg-image .container, .section-3xl.bg-image .container-fluid {
    padding: 200px 30px;
  }
}

@media (max-width: 575.98px) {
  .section, .section-md {
    padding: 70px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 70px 30px;
  }
  .section-lg {
    padding: 100px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 100px 30px;
  }
  .section-xl {
    padding: 140px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 140px 30px;
  }
  .section-2xl {
    padding: 160px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 160px 30px;
  }
  .section-3xl {
    padding: 180px 0;
  }
  .section-3xl.bg-image .container, .section-3xl.bg-image .container-fluid {
    padding: 180px 30px;
  }
}

.section-xs,
.section-sm,
.section, .section-md,
.section-lg,
.section-xl,
.section-2xl,
.section-3xl {
  position: relative;
}

.section-xs.bg-image,
.section-sm.bg-image,
.section.bg-image, .section-md.bg-image,
.section-lg.bg-image,
.section-xl.bg-image,
.section-2xl.bg-image,
.section-3xl.bg-image {
  padding: 0;
}

.section-fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
}

.section-fullscreen div[class^='bg-dark'], .section-fullscreen div[class*=' bg-dark'], .section-fullscreen div[class^='bg-white'], .section-fullscreen div[class*=' bg-white'], .section-fullscreen .bg-black, .section-fullscreen .bg-light-gray, .section-fullscreen .bg-gray, .section-fullscreen .container, .section-fullscreen .container-fluid {
  height: 100%;
}

.section-fullscreen .row {
  min-width: 100%;
}

.product-box .product-img {
  position: relative;
  overflow: hidden;
}

.product-box .product-img a {
  display: block;
}

.product-box .product-img a img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.product-box .product-img a:hover img:nth-child(2) {
  opacity: 1;
}

.product-box .product-img .product-badge-left, .product-box .product-img .product-badge-right {
  position: absolute;
  top: 16px;
  z-index: 2;
  font-size: 14px;
  background: rgba(20, 22, 24, 0.4);
  padding: 4px 10px;
  border-radius: 40px;
}

.product-box .product-img .product-badge-left *, .product-box .product-img .product-badge-right * {
  color: #fff;
}

.product-box .product-img .product-badge-left h1, .product-box .product-img .product-badge-left h2, .product-box .product-img .product-badge-left h3, .product-box .product-img .product-badge-left h4, .product-box .product-img .product-badge-left h5, .product-box .product-img .product-badge-left h6, .product-box .product-img .product-badge-right h1, .product-box .product-img .product-badge-right h2, .product-box .product-img .product-badge-right h3, .product-box .product-img .product-badge-right h4, .product-box .product-img .product-badge-right h5, .product-box .product-img .product-badge-right h6 {
  margin: 0;
}

.product-box .product-img .product-badge-left.red, .product-box .product-img .product-badge-right.red {
  background: #e84e52;
}

.product-box .product-img .product-badge-left.green, .product-box .product-img .product-badge-right.green {
  background: #50c878;
}

.product-box .product-img .product-badge-left {
  left: 16px;
}

.product-box .product-img .product-badge-right {
  right: 16px;
}

.product-box .product-title {
  position: relative;
  padding: 20px 24px 0 0;
}

.product-box .product-title h1, .product-box .product-title h2, .product-box .product-title h3, .product-box .product-title h4, .product-box .product-title h5, .product-box .product-title h6 {
  margin-bottom: 4px;
  line-height: 1.4;
}

.product-box .product-title .price-and-cart {
  position: relative;
  overflow: hidden;
}

.product-box .product-title .price-and-cart .price, .product-box .product-title .price-and-cart .add-to-cart {
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.product-box .product-title .price-and-cart .price span {
  display: inline-block;
}

.product-box .product-title .price-and-cart .price del {
  opacity: 0.7;
  margin-right: 4px;
}

.product-box .product-title .price-and-cart .price ins {
  text-decoration: none;
}

.product-box .product-title .price-and-cart .add-to-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 14px;
}

.product-box .product-title .price-and-cart .add-to-cart a {
  display: inline-block;
}

.product-box .product-title .add-to-wishlist {
  position: absolute;
  top: 20px;
  right: 0;
}

.product-box .product-title .add-to-wishlist a {
  display: inline-block;
}

.product-box:hover .product-title .price-and-cart .price {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-box:hover .product-title .price-and-cart .add-to-cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-carousel-thumbnails {
  padding: 6px 0 0;
}

.product-carousel-thumbnails li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}

.product-carousel-thumbnails li a {
  display: inline-block;
  opacity: 0.6;
  -webkit-transition: ease-out 0.14s;
  transition: ease-out 0.14s;
}

.product-carousel-thumbnails li a img {
  max-width: 100px;
}

.product-carousel-thumbnails li a:hover {
  opacity: 1;
}

.product-price del {
  opacity: 0.7;
  margin-right: 8px;
}

.product-price ins {
  text-decoration: none;
}

.product-quantity .qnt {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 30px;
}

.product-quantity .qnt input {
  width: 100px;
  height: 34px;
  border: 0;
  padding: 0;
  text-align: center;
}

.product-quantity .qnt input::-webkit-outer-spin-button, .product-quantity .qnt input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

.product-quantity .qnt input[type=number] {
  -moz-appearance: textfield;
}

.product-quantity .qnt .dec, .product-quantity .qnt .inc {
  position: absolute;
  top: 0;
  background: #eff2f5;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: transparent;
  text-align: center;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.product-quantity .qnt .dec:before, .product-quantity .qnt .inc:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #141618;
  width: 11px;
  height: 1px;
}

.product-quantity .qnt .dec:hover, .product-quantity .qnt .inc:hover {
  background: #e5e8eb;
}

.product-quantity .qnt .dec {
  left: 0;
}

.product-quantity .qnt .inc {
  right: 0;
}

.product-quantity .qnt .inc:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #141618;
  width: 1px;
  height: 11px;
}

.product-info-box {
  border: 1px solid #e3e6e9;
  padding: 30px;
}

.product-info-box .nav {
  justify-content: center;
  margin: 0 -15px 30px;
}

.product-info-box .nav .nav-item {
  margin: 0 15px;
}

.product-info-box .nav .nav-item .nav-link {
  position: relative;
  padding: 0 0 1px;
  font-family: "Poppins", sans-serif;
}

.product-info-box .nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #141618;
  height: 1px;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.product-info-box .nav .nav-item .nav-link.active {
  color: #141618;
}

.product-info-box .nav .nav-item .nav-link.active:before {
  width: 100%;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.product-info-box .table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  font-size: 15px;
}

.product-info-box .table tr:first-child th, .product-info-box .table tr:first-child td {
  border: 0;
}

.product-info-box .table th, .product-info-box .table td {
  border-top: 1px solid #e3e6e9;
  padding: 14px 20px 14px 0;
}

.product-info-box .table th {
  font-weight: 400;
}

.product-info-box .table td {
  color: #767A7D;
}

.cart-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  font-size: 14px;
}

.cart-table thead th, .cart-table thead td {
  border-bottom: 1px solid #e3e6e9;
}

.cart-table th, .cart-table td {
  border-top: 0;
  border-bottom: 1px solid #e3e6e9;
  padding: 20px 20px 20px 0;
  vertical-align: middle;
}

.cart-table th {
  font-weight: 400;
}

.cart-table td {
  color: #767A7D;
}

.cart-table .product-thumbnail img {
  max-width: 100px;
}

.cart-table .product-quantity .qnt {
  margin: 0;
}

.cart-table .product-quantity .qnt input {
  margin: 0;
}

.cart-totals {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  font-size: 14px;
}

.cart-totals tr:first-child th, .cart-totals tr:first-child td {
  border: 0;
}

.cart-totals th, .cart-totals td {
  border-top: 1px solid #e3e6e9;
  padding: 20px 20px 20px 0;
}

.cart-totals th {
  font-weight: 400;
}

.cart-totals td {
  color: #767A7D;
}

.sm-wrapper {
  position: fixed;
  top: 0;
  z-index: 992;
  background: #fff;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sm-wrapper .top, .sm-wrapper .middle, .sm-wrapper .bottom {
  position: absolute;
  right: 40px;
  left: 40px;
}

.sm-wrapper .top {
  top: 40px;
}

.sm-wrapper .middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sm-wrapper .bottom {
  bottom: 40px;
}

.sm-wrapper .logo img {
  width: auto;
  height: 60px;
}

.sm-wrapper .sm {
  list-style-type: none;
  margin: 0 0 -12px;
  padding: 0;
}

.sm-wrapper .sm .sm-item {
  width: 100%;
  margin: 0 0 12px;
}

.sm-wrapper .sm .sm-item .sm-link {
  font-family: "Poppins", sans-serif;
}

.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15px;
}

.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:before, .sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  background: #767A7D;
  width: 6px;
  height: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:before {
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:hover:before, .sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:hover:after {
  background: #141618;
}

.sm-wrapper .sm .sm-item .sm-link.active {
  color: #141618;
}

.sm-wrapper .sm .sm-item .sm-dropdown {
  list-style-type: none;
  display: none;
  margin-top: 8px;
  padding-left: 24px;
}

.sm-wrapper .sm .sm-item .sm-dropdown.show {
  display: block;
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15px;
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before, .sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  background: #767A7D;
  width: 6px;
  height: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before {
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:before, .sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:after {
  background: #141618;
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active {
  color: #141618;
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-subdropdown {
  list-style-type: none;
  display: none;
  margin-top: 8px;
  padding-left: 24px;
}

.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-subdropdown.show {
  display: block;
}

.sm-wrapper .sm-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 993;
  display: inline-block;
  opacity: 0.8;
  background: #eff2f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: linear 0.12s;
  transition: linear 0.12s;
}

.sm-wrapper .sm-close span:before, .sm-wrapper .sm-close span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #141618;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.sm-wrapper .sm-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sm-wrapper .sm-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sm-wrapper .sm-close:hover {
  opacity: 1;
}

.sm-mobile {
  position: relative;
  width: 100%;
  height: 80px;
}

.sm-mobile:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 22, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.sm-mobile.overlay:after {
  visibility: visible;
  opacity: 1;
}

.sm-mobile .container, .sm-mobile .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.sm-mobile .sm-logo {
  display: inline-block;
}

.sm-mobile .sm-logo a {
  color: #141618;
}

.sm-mobile .sm-logo a:hover {
  color: #141618;
}

.sm-mobile .sm-logo h1, .sm-mobile .sm-logo h2, .sm-mobile .sm-logo h3, .sm-mobile .sm-logo h4, .sm-mobile .sm-logo h5, .sm-mobile .sm-logo h6 {
  margin-bottom: 0;
}

.sm-mobile .sm-logo img {
  width: auto;
  height: 40px;
}

.sm-mobile .sm-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.sm-mobile .sm-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.sm-mobile .sm-toggle span:before, .sm-mobile .sm-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.sm-mobile .sm-toggle span:before {
  top: -7px;
}

.sm-mobile .sm-toggle span:after {
  bottom: -7px;
}

.sm-mobile .sm-toggle:hover span:before {
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

.sm-mobile .sm-toggle:hover span:after {
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}

@media (min-width: 992px) {
  body.sm-spacer-left {
    padding-left: 300px;
  }
  body.sm-spacer-right {
    padding-right: 300px;
  }
  .sm-wrapper.sm-left {
    right: auto;
    left: 0;
    border-right: 1px solid rgba(20, 22, 24, 0.1);
  }
  .sm-wrapper.sm-right {
    right: 0;
    left: auto;
    border-left: 1px solid rgba(20, 22, 24, 0.1);
  }
  .sm-mobile,
  .sm-wrapper .sm-close {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .sm-wrapper {
    right: 0;
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sm-wrapper.sm-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sm-wrapper .top, .sm-wrapper .middle, .sm-wrapper .bottom {
    right: 30px;
    left: 30px;
  }
  .sm-wrapper .top {
    top: 30px;
  }
  .sm-wrapper .bottom {
    bottom: 30px;
  }
  .sm-wrapper .sm {
    overflow-y: auto;
    max-height: 400px;
  }
  .sm-wrapper .sm .sm-item .sm-dropdown {
    padding-left: 20px;
  }
  .sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-subdropdown {
    padding-left: 20px;
  }
  .wrapper.overlay:after {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .sm-wrapper.dark, .sm-wrapper.black {
    border: 0;
    color: rgba(255, 255, 255, 0.7);
  }
  .sm-wrapper.dark h1, .sm-wrapper.dark h2, .sm-wrapper.dark h3, .sm-wrapper.dark h4, .sm-wrapper.dark h5, .sm-wrapper.dark h6, .sm-wrapper.black h1, .sm-wrapper.black h2, .sm-wrapper.black h3, .sm-wrapper.black h4, .sm-wrapper.black h5, .sm-wrapper.black h6 {
    color: #fff;
  }
  .sm-wrapper.dark a:not([class*=' button']):not([class^='button']), .sm-wrapper.black a:not([class*=' button']):not([class^='button']) {
    color: rgba(255, 255, 255, 0.8);
  }
  .sm-wrapper.dark a:not([class*=' button']):not([class^='button']):hover, .sm-wrapper.dark a:not([class*=' button']):not([class^='button']):focus, .sm-wrapper.black a:not([class*=' button']):not([class^='button']):hover, .sm-wrapper.black a:not([class*=' button']):not([class^='button']):focus {
    color: #fff;
  }
  .sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:before, .sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:after, .sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:before, .sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:hover:before, .sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:hover:after, .sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:hover:before, .sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:hover:after {
    background: #fff;
  }
  .sm-wrapper.dark .sm .sm-item .sm-link.active, .sm-wrapper.black .sm .sm-item .sm-link.active {
    color: #fff;
  }
  .sm-wrapper.dark .sm .sm-item .sm-link.active:before, .sm-wrapper.dark .sm .sm-item .sm-link.active:after, .sm-wrapper.black .sm .sm-item .sm-link.active:before, .sm-wrapper.black .sm .sm-item .sm-link.active:after {
    background: #fff;
  }
  .sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before, .sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after, .sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before, .sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:before, .sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:after, .sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:before, .sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:after {
    background: #fff;
  }
  .sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active, .sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active {
    color: #fff;
  }
  .sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:before, .sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:after, .sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:before, .sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:after {
    background: #fff;
  }
  .sm-wrapper.dark {
    background: #141618;
  }
  .sm-wrapper.black {
    background: #000;
  }
}

.sm-mobile.dark, .sm-mobile.black {
  color: rgba(255, 255, 255, 0.7);
}

.sm-mobile.dark h1, .sm-mobile.dark h2, .sm-mobile.dark h3, .sm-mobile.dark h4, .sm-mobile.dark h5, .sm-mobile.dark h6, .sm-mobile.black h1, .sm-mobile.black h2, .sm-mobile.black h3, .sm-mobile.black h4, .sm-mobile.black h5, .sm-mobile.black h6 {
  color: #fff;
}

.sm-mobile.dark a:not([class*=' button']):not([class^='button']):not(.sm-logo a), .sm-mobile.black a:not([class*=' button']):not([class^='button']):not(.sm-logo a) {
  color: rgba(255, 255, 255, 0.8);
}

.sm-mobile.dark a:not([class*=' button']):not([class^='button']):not(.sm-logo a):hover, .sm-mobile.dark a:not([class*=' button']):not([class^='button']):not(.sm-logo a):focus, .sm-mobile.black a:not([class*=' button']):not([class^='button']):not(.sm-logo a):hover, .sm-mobile.black a:not([class*=' button']):not([class^='button']):not(.sm-logo a):focus {
  color: #fff;
}

.sm-mobile.dark .sm-logo a, .sm-mobile.black .sm-logo a {
  color: #fff;
}

.sm-mobile.dark .sm-logo a:hover, .sm-mobile.black .sm-logo a:hover {
  color: #fff;
}

.sm-mobile.dark .sm-toggle span, .sm-mobile.black .sm-toggle span {
  background: #fff;
}

.sm-mobile.dark .sm-toggle span:before, .sm-mobile.dark .sm-toggle span:after, .sm-mobile.black .sm-toggle span:before, .sm-mobile.black .sm-toggle span:after {
  background: #fff;
}

.sm-mobile.dark {
  background: #141618;
}

.sm-mobile.black {
  background: #000;
}

.stm-toggle-wrapper {
  background: #fff;
  text-align: center;
}

.stm-toggle-wrapper .top, .stm-toggle-wrapper .middle, .stm-toggle-wrapper .bottom {
  position: absolute;
}

.stm-toggle-wrapper .top {
  right: auto;
}

@media (min-width: 992px) {
  .stm-toggle-wrapper .logo img {
    max-width: 40px;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .stm-toggle-wrapper .logo img {
    width: auto;
    max-height: 40px;
  }
}

.stm-toggle-wrapper .stm-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.stm-toggle-wrapper .stm-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.stm-toggle-wrapper .stm-toggle span:before, .stm-toggle-wrapper .stm-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  background: #141618;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.12s;
  transition: linear 0.12s;
}

.stm-toggle-wrapper .stm-toggle span:before {
  top: -7px;
}

.stm-toggle-wrapper .stm-toggle span:after {
  bottom: -7px;
}

.stm-toggle-wrapper .stm-toggle:hover span:before {
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

.stm-toggle-wrapper .stm-toggle:hover span:after {
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}

.stm-toggle-wrapper .stm-toggle.stm-toggle-active span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  background: transparent;
}

.stm-toggle-wrapper .stm-toggle.stm-toggle-active span:before, .stm-toggle-wrapper .stm-toggle.stm-toggle-active span:after {
  top: 0;
}

.stm-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 300px;
  height: 100%;
  -webkit-box-shadow: 0 0 40px 0 rgba(24, 27, 30, 0.14);
  box-shadow: 0 0 40px 0 rgba(24, 27, 30, 0.14);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stm-wrapper .stm {
  list-style-type: none;
  margin: 0 0 -12px;
  padding: 0;
}

.stm-wrapper .stm .stm-item {
  width: 100%;
  margin: 0 0 12px;
}

.stm-wrapper .stm .stm-item .stm-link {
  font-family: "Poppins", sans-serif;
}

.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15px;
}

.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:before, .stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  background: #767A7D;
  width: 6px;
  height: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:before {
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:hover:before, .stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:hover:after {
  background: #141618;
}

.stm-wrapper .stm .stm-item .stm-link.active {
  color: #141618;
}

.stm-wrapper .stm .stm-item .stm-dropdown {
  list-style-type: none;
  display: none;
  margin-top: 8px;
  padding-left: 24px;
}

.stm-wrapper .stm .stm-item .stm-dropdown.show {
  display: block;
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15px;
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before, .stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  background: #767A7D;
  width: 6px;
  height: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before {
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:before, .stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:after {
  background: #141618;
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.active {
  color: #141618;
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-subdropdown {
  list-style-type: none;
  display: none;
  margin-top: 8px;
  padding-left: 24px;
}

.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-subdropdown.show {
  display: block;
}

.stm-wrapper .stm-close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 993;
  display: inline-block;
  opacity: 0.8;
  background: #eff2f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: linear 0.12s;
  transition: linear 0.12s;
}

.stm-wrapper .stm-close span:before, .stm-wrapper .stm-close span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #141618;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.stm-wrapper .stm-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.stm-wrapper .stm-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.stm-wrapper .stm-close:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  body.stm-spacer-left {
    padding-left: 80px;
  }
  body.stm-spacer-right {
    padding-right: 80px;
  }
  .stm-toggle-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 992;
    width: 80px;
  }
  .stm-toggle-wrapper.stm-toggle-left {
    right: auto;
    left: 0;
    border-right: 1px solid rgba(20, 22, 24, 0.1);
  }
  .stm-toggle-wrapper.stm-toggle-right {
    right: 0;
    left: auto;
    border-left: 1px solid rgba(20, 22, 24, 0.1);
  }
  .stm-toggle-wrapper .top, .stm-toggle-wrapper .middle, .stm-toggle-wrapper .bottom {
    right: 0;
    left: 0;
  }
  .stm-toggle-wrapper .top {
    top: 30px;
  }
  .stm-toggle-wrapper .bottom {
    bottom: 30px;
  }
  .stm-toggle-wrapper .middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .stm-wrapper {
    z-index: 991;
  }
  .stm-wrapper.stm-left {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .stm-wrapper.stm-left.stm-show {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  .stm-wrapper.stm-right {
    right: 0;
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .stm-wrapper.stm-right.stm-show {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  .stm-wrapper .stm {
    position: absolute;
    top: 50%;
    right: 40px;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .stm-wrapper .stm-close {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .stm-toggle-wrapper {
    position: relative;
    z-index: 991;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    border-right: 0;
  }
  .stm-toggle-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 992;
    background: rgba(20, 22, 24, 0.6);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
  }
  .stm-toggle-wrapper.overlay:after {
    visibility: visible;
    opacity: 1;
  }
  .stm-toggle-wrapper .top, .stm-toggle-wrapper .middle, .stm-toggle-wrapper .bottom {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .stm-toggle-wrapper .top {
    left: 30px;
  }
  .stm-toggle-wrapper .middle {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .stm-toggle-wrapper .bottom {
    right: 30px;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .stm-toggle-wrapper ul {
    margin-right: -7px;
    margin-left: -7px;
  }
  .stm-toggle-wrapper ul li {
    display: inline-block;
    margin: 0 7px;
  }
  .stm-wrapper {
    right: 0;
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 992;
    -webkit-box-shadow: 0 0 40px 0 rgba(24, 27, 30, 0.14);
    box-shadow: 0 0 40px 0 rgba(24, 27, 30, 0.14);
    padding: 70px 30px 30px;
  }
  .stm-wrapper.stm-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .stm-wrapper .stm {
    overflow-y: auto;
    max-height: 400px;
  }
  .stm-wrapper .stm .stm-item .stm-dropdown {
    padding-left: 20px;
  }
  .stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-subdropdown {
    padding-left: 20px;
  }
}

.stm-toggle-wrapper.dark, .stm-toggle-wrapper.black {
  border: 0;
  color: rgba(255, 255, 255, 0.7);
}

.stm-toggle-wrapper.dark h1, .stm-toggle-wrapper.dark h2, .stm-toggle-wrapper.dark h3, .stm-toggle-wrapper.dark h4, .stm-toggle-wrapper.dark h5, .stm-toggle-wrapper.dark h6, .stm-toggle-wrapper.black h1, .stm-toggle-wrapper.black h2, .stm-toggle-wrapper.black h3, .stm-toggle-wrapper.black h4, .stm-toggle-wrapper.black h5, .stm-toggle-wrapper.black h6 {
  color: #fff;
}

.stm-toggle-wrapper.dark a:not([class*=' button']):not([class^='button']), .stm-toggle-wrapper.black a:not([class*=' button']):not([class^='button']) {
  color: rgba(255, 255, 255, 0.8);
}

.stm-toggle-wrapper.dark a:not([class*=' button']):not([class^='button']):hover, .stm-toggle-wrapper.dark a:not([class*=' button']):not([class^='button']):focus, .stm-toggle-wrapper.black a:not([class*=' button']):not([class^='button']):hover, .stm-toggle-wrapper.black a:not([class*=' button']):not([class^='button']):focus {
  color: #fff;
}

.stm-toggle-wrapper.dark .stm-toggle span, .stm-toggle-wrapper.black .stm-toggle span {
  background: #fff;
}

.stm-toggle-wrapper.dark .stm-toggle span:before, .stm-toggle-wrapper.dark .stm-toggle span:after, .stm-toggle-wrapper.black .stm-toggle span:before, .stm-toggle-wrapper.black .stm-toggle span:after {
  background: #fff;
}

.stm-toggle-wrapper.dark {
  background: #141618;
}

.stm-toggle-wrapper.black {
  background: #000;
}

@media (min-width: 992px) {
  .stm-wrapper.dark, .stm-wrapper.black {
    color: rgba(255, 255, 255, 0.7);
  }
  .stm-wrapper.dark h1, .stm-wrapper.dark h2, .stm-wrapper.dark h3, .stm-wrapper.dark h4, .stm-wrapper.dark h5, .stm-wrapper.dark h6, .stm-wrapper.black h1, .stm-wrapper.black h2, .stm-wrapper.black h3, .stm-wrapper.black h4, .stm-wrapper.black h5, .stm-wrapper.black h6 {
    color: #fff;
  }
  .stm-wrapper.dark a:not([class*=' button']):not([class^='button']), .stm-wrapper.black a:not([class*=' button']):not([class^='button']) {
    color: rgba(255, 255, 255, 0.8);
  }
  .stm-wrapper.dark a:not([class*=' button']):not([class^='button']):hover, .stm-wrapper.dark a:not([class*=' button']):not([class^='button']):focus, .stm-wrapper.black a:not([class*=' button']):not([class^='button']):hover, .stm-wrapper.black a:not([class*=' button']):not([class^='button']):focus {
    color: #fff;
  }
  .stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:before, .stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:after, .stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:before, .stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:hover:before, .stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:hover:after, .stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:hover:before, .stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:hover:after {
    background: #fff;
  }
  .stm-wrapper.dark .stm .stm-item .stm-link.active, .stm-wrapper.black .stm .stm-item .stm-link.active {
    color: #fff;
  }
  .stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before, .stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after, .stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before, .stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:before, .stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:after, .stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:before, .stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:after {
    background: #fff;
  }
  .stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.active, .stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.active {
    color: #fff;
  }
  .stm-wrapper.dark {
    background: #141618;
  }
  .stm-wrapper.black {
    background: #000;
  }
}

.bg-black {
  background: #000;
}

.bg-dark {
  background: #141618 !important;
}

.bg-dark-09 {
  background: rgba(20, 22, 24, 0.9);
}

.bg-dark-08 {
  background: rgba(20, 22, 24, 0.8);
}

.bg-dark-07 {
  background: rgba(20, 22, 24, 0.7);
}

.bg-dark-06 {
  background: rgba(20, 22, 24, 0.6);
}

.bg-dark-05 {
  background: rgba(20, 22, 24, 0.5);
}

.bg-dark-04 {
  background: rgba(20, 22, 24, 0.4);
}

.bg-dark-03 {
  background: rgba(20, 22, 24, 0.3);
}

.bg-dark-02 {
  background: rgba(20, 22, 24, 0.2);
}

.bg-dark-01 {
  background: rgba(20, 22, 24, 0.1);
}

.bg-dark-gray {
  background: #46494c;
}

.bg-gray {
  background: #eff2f5;
}

.bg-light-gray {
  background: #f2f5f8;
}

.bg-white {
  background: #fff;
}

.bg-white-09 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-white-08 {
  background: rgba(255, 255, 255, 0.8);
}

.bg-white-07 {
  background: rgba(255, 255, 255, 0.7);
}

.bg-white-06 {
  background: rgba(255, 255, 255, 0.6);
}

.bg-white-05 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-white-04 {
  background: rgba(255, 255, 255, 0.4);
}

.bg-white-03 {
  background: rgba(255, 255, 255, 0.3);
}

.bg-white-02 {
  background: rgba(255, 255, 255, 0.2);
}

.bg-white-01 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-green {
  background: #50c878;
}

.bg-red {
  background: #e84e52;
}

.bg-yellow-orange {
  background: #ffae42;
}

.bg-transparent {
  background: transparent;
}

.bg-light-content, div[class^='bg-white'], div[class*=' bg-white'], .bg-light-gray, .bg-gray, div[class^='bg-dark'] div[class^='bg-white'], div[class^='bg-dark'] div[class*=' bg-white'], div[class^='bg-dark'] .bg-light-gray, div[class^='bg-dark'] .bg-gray, div[class*=' bg-dark'] div[class^='bg-white'], div[class*=' bg-dark'] div[class*=' bg-white'], div[class*=' bg-dark'] .bg-light-gray, div[class*=' bg-dark'] .bg-gray, .bg-black div[class^='bg-white'], .bg-black div[class*=' bg-white'], .bg-black .bg-light-gray, .bg-black .bg-gray, .bg-green div[class^='bg-white'], .bg-green div[class*=' bg-white'], .bg-green .bg-light-gray, .bg-green .bg-gray, .bg-red div[class^='bg-white'], .bg-red div[class*=' bg-white'], .bg-red .bg-light-gray, .bg-red .bg-gray, .bg-yellow-orange div[class^='bg-white'], .bg-yellow-orange div[class*=' bg-white'], .bg-yellow-orange .bg-light-gray, .bg-yellow-orange .bg-gray {
  color: #767A7D;
}

.bg-light-content h1, div[class^='bg-white'] h1, div[class*=' bg-white'] h1, .bg-light-gray h1, .bg-gray h1, div[class^='bg-dark'] div[class^='bg-white'] h1, div[class^='bg-dark'] div[class*=' bg-white'] h1, div[class^='bg-dark'] .bg-light-gray h1, div[class^='bg-dark'] .bg-gray h1, div[class*=' bg-dark'] div[class^='bg-white'] h1, div[class*=' bg-dark'] div[class*=' bg-white'] h1, div[class*=' bg-dark'] .bg-light-gray h1, div[class*=' bg-dark'] .bg-gray h1, .bg-black div[class^='bg-white'] h1, .bg-black div[class*=' bg-white'] h1, .bg-black .bg-light-gray h1, .bg-black .bg-gray h1, .bg-green div[class^='bg-white'] h1, .bg-green div[class*=' bg-white'] h1, .bg-green .bg-light-gray h1, .bg-green .bg-gray h1, .bg-red div[class^='bg-white'] h1, .bg-red div[class*=' bg-white'] h1, .bg-red .bg-light-gray h1, .bg-red .bg-gray h1, .bg-yellow-orange div[class^='bg-white'] h1, .bg-yellow-orange div[class*=' bg-white'] h1, .bg-yellow-orange .bg-light-gray h1, .bg-yellow-orange .bg-gray h1, .bg-light-content h2, div[class^='bg-white'] h2, div[class*=' bg-white'] h2, .bg-light-gray h2, .bg-gray h2, div[class^='bg-dark'] div[class^='bg-white'] h2, div[class^='bg-dark'] div[class*=' bg-white'] h2, div[class^='bg-dark'] .bg-light-gray h2, div[class^='bg-dark'] .bg-gray h2, div[class*=' bg-dark'] div[class^='bg-white'] h2, div[class*=' bg-dark'] div[class*=' bg-white'] h2, div[class*=' bg-dark'] .bg-light-gray h2, div[class*=' bg-dark'] .bg-gray h2, .bg-black div[class^='bg-white'] h2, .bg-black div[class*=' bg-white'] h2, .bg-black .bg-light-gray h2, .bg-black .bg-gray h2, .bg-green div[class^='bg-white'] h2, .bg-green div[class*=' bg-white'] h2, .bg-green .bg-light-gray h2, .bg-green .bg-gray h2, .bg-red div[class^='bg-white'] h2, .bg-red div[class*=' bg-white'] h2, .bg-red .bg-light-gray h2, .bg-red .bg-gray h2, .bg-yellow-orange div[class^='bg-white'] h2, .bg-yellow-orange div[class*=' bg-white'] h2, .bg-yellow-orange .bg-light-gray h2, .bg-yellow-orange .bg-gray h2, .bg-light-content h3, div[class^='bg-white'] h3, div[class*=' bg-white'] h3, .bg-light-gray h3, .bg-gray h3, div[class^='bg-dark'] div[class^='bg-white'] h3, div[class^='bg-dark'] div[class*=' bg-white'] h3, div[class^='bg-dark'] .bg-light-gray h3, div[class^='bg-dark'] .bg-gray h3, div[class*=' bg-dark'] div[class^='bg-white'] h3, div[class*=' bg-dark'] div[class*=' bg-white'] h3, div[class*=' bg-dark'] .bg-light-gray h3, div[class*=' bg-dark'] .bg-gray h3, .bg-black div[class^='bg-white'] h3, .bg-black div[class*=' bg-white'] h3, .bg-black .bg-light-gray h3, .bg-black .bg-gray h3, .bg-green div[class^='bg-white'] h3, .bg-green div[class*=' bg-white'] h3, .bg-green .bg-light-gray h3, .bg-green .bg-gray h3, .bg-red div[class^='bg-white'] h3, .bg-red div[class*=' bg-white'] h3, .bg-red .bg-light-gray h3, .bg-red .bg-gray h3, .bg-yellow-orange div[class^='bg-white'] h3, .bg-yellow-orange div[class*=' bg-white'] h3, .bg-yellow-orange .bg-light-gray h3, .bg-yellow-orange .bg-gray h3, .bg-light-content h4, div[class^='bg-white'] h4, div[class*=' bg-white'] h4, .bg-light-gray h4, .bg-gray h4, div[class^='bg-dark'] div[class^='bg-white'] h4, div[class^='bg-dark'] div[class*=' bg-white'] h4, div[class^='bg-dark'] .bg-light-gray h4, div[class^='bg-dark'] .bg-gray h4, div[class*=' bg-dark'] div[class^='bg-white'] h4, div[class*=' bg-dark'] div[class*=' bg-white'] h4, div[class*=' bg-dark'] .bg-light-gray h4, div[class*=' bg-dark'] .bg-gray h4, .bg-black div[class^='bg-white'] h4, .bg-black div[class*=' bg-white'] h4, .bg-black .bg-light-gray h4, .bg-black .bg-gray h4, .bg-green div[class^='bg-white'] h4, .bg-green div[class*=' bg-white'] h4, .bg-green .bg-light-gray h4, .bg-green .bg-gray h4, .bg-red div[class^='bg-white'] h4, .bg-red div[class*=' bg-white'] h4, .bg-red .bg-light-gray h4, .bg-red .bg-gray h4, .bg-yellow-orange div[class^='bg-white'] h4, .bg-yellow-orange div[class*=' bg-white'] h4, .bg-yellow-orange .bg-light-gray h4, .bg-yellow-orange .bg-gray h4, .bg-light-content h5, div[class^='bg-white'] h5, div[class*=' bg-white'] h5, .bg-light-gray h5, .bg-gray h5, div[class^='bg-dark'] div[class^='bg-white'] h5, div[class^='bg-dark'] div[class*=' bg-white'] h5, div[class^='bg-dark'] .bg-light-gray h5, div[class^='bg-dark'] .bg-gray h5, div[class*=' bg-dark'] div[class^='bg-white'] h5, div[class*=' bg-dark'] div[class*=' bg-white'] h5, div[class*=' bg-dark'] .bg-light-gray h5, div[class*=' bg-dark'] .bg-gray h5, .bg-black div[class^='bg-white'] h5, .bg-black div[class*=' bg-white'] h5, .bg-black .bg-light-gray h5, .bg-black .bg-gray h5, .bg-green div[class^='bg-white'] h5, .bg-green div[class*=' bg-white'] h5, .bg-green .bg-light-gray h5, .bg-green .bg-gray h5, .bg-red div[class^='bg-white'] h5, .bg-red div[class*=' bg-white'] h5, .bg-red .bg-light-gray h5, .bg-red .bg-gray h5, .bg-yellow-orange div[class^='bg-white'] h5, .bg-yellow-orange div[class*=' bg-white'] h5, .bg-yellow-orange .bg-light-gray h5, .bg-yellow-orange .bg-gray h5, .bg-light-content h6, div[class^='bg-white'] h6, div[class*=' bg-white'] h6, .bg-light-gray h6, .bg-gray h6, div[class^='bg-dark'] div[class^='bg-white'] h6, div[class^='bg-dark'] div[class*=' bg-white'] h6, div[class^='bg-dark'] .bg-light-gray h6, div[class^='bg-dark'] .bg-gray h6, div[class*=' bg-dark'] div[class^='bg-white'] h6, div[class*=' bg-dark'] div[class*=' bg-white'] h6, div[class*=' bg-dark'] .bg-light-gray h6, div[class*=' bg-dark'] .bg-gray h6, .bg-black div[class^='bg-white'] h6, .bg-black div[class*=' bg-white'] h6, .bg-black .bg-light-gray h6, .bg-black .bg-gray h6, .bg-green div[class^='bg-white'] h6, .bg-green div[class*=' bg-white'] h6, .bg-green .bg-light-gray h6, .bg-green .bg-gray h6, .bg-red div[class^='bg-white'] h6, .bg-red div[class*=' bg-white'] h6, .bg-red .bg-light-gray h6, .bg-red .bg-gray h6, .bg-yellow-orange div[class^='bg-white'] h6, .bg-yellow-orange div[class*=' bg-white'] h6, .bg-yellow-orange .bg-light-gray h6, .bg-yellow-orange .bg-gray h6 {
  color: #141618;
}

.bg-light-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), div[class^='bg-white'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), div[class*=' bg-white'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .bg-light-gray a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .bg-gray a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link) {
  color: #767A7D;
}

.bg-light-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, div[class^='bg-white'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, div[class*=' bg-white'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-light-gray a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-gray a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-light-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, div[class^='bg-white'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, div[class*=' bg-white'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .bg-light-gray a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .bg-gray a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus {
  color: #141618;
}

.bg-dark-content, .fancy-box-2 .hover-content, .fancy-box-3 .content,
.fancy-box-3 .hover-content, div[class^='bg-dark'], div[class*=' bg-dark'], .bg-black, .bg-green, .bg-red, .bg-yellow-orange {
  color: rgba(255, 255, 255, 0.7);
}

.bg-dark-content h1, .fancy-box-2 .hover-content h1, .fancy-box-3 .content h1,
.fancy-box-3 .hover-content h1, div[class^='bg-dark'] h1, div[class*=' bg-dark'] h1, .bg-black h1, .bg-green h1, .bg-red h1, .bg-yellow-orange h1, .bg-dark-content h2, .fancy-box-2 .hover-content h2, .fancy-box-3 .content h2,
.fancy-box-3 .hover-content h2, div[class^='bg-dark'] h2, div[class*=' bg-dark'] h2, .bg-black h2, .bg-green h2, .bg-red h2, .bg-yellow-orange h2, .bg-dark-content h3, .fancy-box-2 .hover-content h3, .fancy-box-3 .content h3,
.fancy-box-3 .hover-content h3, div[class^='bg-dark'] h3, div[class*=' bg-dark'] h3, .bg-black h3, .bg-green h3, .bg-red h3, .bg-yellow-orange h3, .bg-dark-content h4, .fancy-box-2 .hover-content h4, .fancy-box-3 .content h4,
.fancy-box-3 .hover-content h4, div[class^='bg-dark'] h4, div[class*=' bg-dark'] h4, .bg-black h4, .bg-green h4, .bg-red h4, .bg-yellow-orange h4, .bg-dark-content h5, .fancy-box-2 .hover-content h5, .fancy-box-3 .content h5,
.fancy-box-3 .hover-content h5, div[class^='bg-dark'] h5, div[class*=' bg-dark'] h5, .bg-black h5, .bg-green h5, .bg-red h5, .bg-yellow-orange h5, .bg-dark-content h6, .fancy-box-2 .hover-content h6, .fancy-box-3 .content h6,
.fancy-box-3 .hover-content h6, div[class^='bg-dark'] h6, div[class*=' bg-dark'] h6, .bg-black h6, .bg-green h6, .bg-red h6, .bg-yellow-orange h6 {
  color: #fff;
}

.bg-dark-content h1 a, .fancy-box-2 .hover-content h1 a, .fancy-box-3 .content h1 a,
.fancy-box-3 .hover-content h1 a, div[class^='bg-dark'] h1 a, div[class*=' bg-dark'] h1 a, .bg-black h1 a, .bg-green h1 a, .bg-red h1 a, .bg-yellow-orange h1 a, .bg-dark-content h2 a, .fancy-box-2 .hover-content h2 a, .fancy-box-3 .content h2 a,
.fancy-box-3 .hover-content h2 a, div[class^='bg-dark'] h2 a, div[class*=' bg-dark'] h2 a, .bg-black h2 a, .bg-green h2 a, .bg-red h2 a, .bg-yellow-orange h2 a, .bg-dark-content h3 a, .fancy-box-2 .hover-content h3 a, .fancy-box-3 .content h3 a,
.fancy-box-3 .hover-content h3 a, div[class^='bg-dark'] h3 a, div[class*=' bg-dark'] h3 a, .bg-black h3 a, .bg-green h3 a, .bg-red h3 a, .bg-yellow-orange h3 a, .bg-dark-content h4 a, .fancy-box-2 .hover-content h4 a, .fancy-box-3 .content h4 a,
.fancy-box-3 .hover-content h4 a, div[class^='bg-dark'] h4 a, div[class*=' bg-dark'] h4 a, .bg-black h4 a, .bg-green h4 a, .bg-red h4 a, .bg-yellow-orange h4 a, .bg-dark-content h5 a, .fancy-box-2 .hover-content h5 a, .fancy-box-3 .content h5 a,
.fancy-box-3 .hover-content h5 a, div[class^='bg-dark'] h5 a, div[class*=' bg-dark'] h5 a, .bg-black h5 a, .bg-green h5 a, .bg-red h5 a, .bg-yellow-orange h5 a, .bg-dark-content h6 a, .fancy-box-2 .hover-content h6 a, .fancy-box-3 .content h6 a,
.fancy-box-3 .hover-content h6 a, div[class^='bg-dark'] h6 a, div[class*=' bg-dark'] h6 a, .bg-black h6 a, .bg-green h6 a, .bg-red h6 a, .bg-yellow-orange h6 a {
  color: rgba(255, 255, 255, 0.8);
}

.bg-dark-content h1 a:hover, .fancy-box-2 .hover-content h1 a:hover, .fancy-box-3 .content h1 a:hover,
.fancy-box-3 .hover-content h1 a:hover, div[class^='bg-dark'] h1 a:hover, div[class*=' bg-dark'] h1 a:hover, .bg-black h1 a:hover, .bg-green h1 a:hover, .bg-red h1 a:hover, .bg-yellow-orange h1 a:hover, .bg-dark-content h1 a:focus, .fancy-box-2 .hover-content h1 a:focus, .fancy-box-3 .content h1 a:focus,
.fancy-box-3 .hover-content h1 a:focus, div[class^='bg-dark'] h1 a:focus, div[class*=' bg-dark'] h1 a:focus, .bg-black h1 a:focus, .bg-green h1 a:focus, .bg-red h1 a:focus, .bg-yellow-orange h1 a:focus, .bg-dark-content h2 a:hover, .fancy-box-2 .hover-content h2 a:hover, .fancy-box-3 .content h2 a:hover,
.fancy-box-3 .hover-content h2 a:hover, div[class^='bg-dark'] h2 a:hover, div[class*=' bg-dark'] h2 a:hover, .bg-black h2 a:hover, .bg-green h2 a:hover, .bg-red h2 a:hover, .bg-yellow-orange h2 a:hover, .bg-dark-content h2 a:focus, .fancy-box-2 .hover-content h2 a:focus, .fancy-box-3 .content h2 a:focus,
.fancy-box-3 .hover-content h2 a:focus, div[class^='bg-dark'] h2 a:focus, div[class*=' bg-dark'] h2 a:focus, .bg-black h2 a:focus, .bg-green h2 a:focus, .bg-red h2 a:focus, .bg-yellow-orange h2 a:focus, .bg-dark-content h3 a:hover, .fancy-box-2 .hover-content h3 a:hover, .fancy-box-3 .content h3 a:hover,
.fancy-box-3 .hover-content h3 a:hover, div[class^='bg-dark'] h3 a:hover, div[class*=' bg-dark'] h3 a:hover, .bg-black h3 a:hover, .bg-green h3 a:hover, .bg-red h3 a:hover, .bg-yellow-orange h3 a:hover, .bg-dark-content h3 a:focus, .fancy-box-2 .hover-content h3 a:focus, .fancy-box-3 .content h3 a:focus,
.fancy-box-3 .hover-content h3 a:focus, div[class^='bg-dark'] h3 a:focus, div[class*=' bg-dark'] h3 a:focus, .bg-black h3 a:focus, .bg-green h3 a:focus, .bg-red h3 a:focus, .bg-yellow-orange h3 a:focus, .bg-dark-content h4 a:hover, .fancy-box-2 .hover-content h4 a:hover, .fancy-box-3 .content h4 a:hover,
.fancy-box-3 .hover-content h4 a:hover, div[class^='bg-dark'] h4 a:hover, div[class*=' bg-dark'] h4 a:hover, .bg-black h4 a:hover, .bg-green h4 a:hover, .bg-red h4 a:hover, .bg-yellow-orange h4 a:hover, .bg-dark-content h4 a:focus, .fancy-box-2 .hover-content h4 a:focus, .fancy-box-3 .content h4 a:focus,
.fancy-box-3 .hover-content h4 a:focus, div[class^='bg-dark'] h4 a:focus, div[class*=' bg-dark'] h4 a:focus, .bg-black h4 a:focus, .bg-green h4 a:focus, .bg-red h4 a:focus, .bg-yellow-orange h4 a:focus, .bg-dark-content h5 a:hover, .fancy-box-2 .hover-content h5 a:hover, .fancy-box-3 .content h5 a:hover,
.fancy-box-3 .hover-content h5 a:hover, div[class^='bg-dark'] h5 a:hover, div[class*=' bg-dark'] h5 a:hover, .bg-black h5 a:hover, .bg-green h5 a:hover, .bg-red h5 a:hover, .bg-yellow-orange h5 a:hover, .bg-dark-content h5 a:focus, .fancy-box-2 .hover-content h5 a:focus, .fancy-box-3 .content h5 a:focus,
.fancy-box-3 .hover-content h5 a:focus, div[class^='bg-dark'] h5 a:focus, div[class*=' bg-dark'] h5 a:focus, .bg-black h5 a:focus, .bg-green h5 a:focus, .bg-red h5 a:focus, .bg-yellow-orange h5 a:focus, .bg-dark-content h6 a:hover, .fancy-box-2 .hover-content h6 a:hover, .fancy-box-3 .content h6 a:hover,
.fancy-box-3 .hover-content h6 a:hover, div[class^='bg-dark'] h6 a:hover, div[class*=' bg-dark'] h6 a:hover, .bg-black h6 a:hover, .bg-green h6 a:hover, .bg-red h6 a:hover, .bg-yellow-orange h6 a:hover, .bg-dark-content h6 a:focus, .fancy-box-2 .hover-content h6 a:focus, .fancy-box-3 .content h6 a:focus,
.fancy-box-3 .hover-content h6 a:focus, div[class^='bg-dark'] h6 a:focus, div[class*=' bg-dark'] h6 a:focus, .bg-black h6 a:focus, .bg-green h6 a:focus, .bg-red h6 a:focus, .bg-yellow-orange h6 a:focus {
  color: #fff;
}

.bg-dark-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .fancy-box-2 .hover-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .fancy-box-3 .content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link),
.fancy-box-3 .hover-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), div[class^='bg-dark'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), div[class*=' bg-dark'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .bg-black a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .bg-green a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .bg-red a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link), .bg-yellow-orange a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link) {
  color: rgba(255, 255, 255, 0.8);
}

.bg-dark-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .fancy-box-2 .hover-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .fancy-box-3 .content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,
.fancy-box-3 .hover-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, div[class^='bg-dark'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, div[class*=' bg-dark'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-black a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-green a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-red a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-yellow-orange a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover, .bg-dark-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .fancy-box-2 .hover-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .fancy-box-3 .content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,
.fancy-box-3 .hover-content a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, div[class^='bg-dark'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, div[class*=' bg-dark'] a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .bg-black a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .bg-green a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .bg-red a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus, .bg-yellow-orange a:not([class*=' button']):not([class^='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus {
  color: #fff;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .margin-md-top-10 {
    margin-top: 10px;
  }
  .margin-md-top-20 {
    margin-top: 20px;
  }
  .margin-md-top-30 {
    margin-top: 30px;
  }
  .margin-md-top-40 {
    margin-top: 40px;
  }
  .margin-md-top-50 {
    margin-top: 50px;
  }
  .margin-md-top-60 {
    margin-top: 60px;
  }
  .margin-md-top-70 {
    margin-top: 70px;
  }
  .margin-md-right-10 {
    margin-right: 10px;
  }
  .margin-md-right-20 {
    margin-right: 20px;
  }
  .margin-md-right-30 {
    margin-right: 30px;
  }
  .margin-md-right-40 {
    margin-right: 40px;
  }
  .margin-md-right-50 {
    margin-right: 50px;
  }
  .margin-md-right-60 {
    margin-right: 60px;
  }
  .margin-md-right-70 {
    margin-right: 70px;
  }
  .margin-md-left-10 {
    margin-left: 10px;
  }
  .margin-md-left-20 {
    margin-left: 20px;
  }
  .margin-md-left-30 {
    margin-left: 30px;
  }
  .margin-md-left-40 {
    margin-left: 40px;
  }
  .margin-md-left-50 {
    margin-left: 50px;
  }
  .margin-md-left-60 {
    margin-left: 60px;
  }
  .margin-md-left-70 {
    margin-left: 70px;
  }
  .margin-md-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-md-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-md-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-md-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-md-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-md-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-md-bottom-70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .margin-lg-top-10 {
    margin-top: 10px;
  }
  .margin-lg-top-20 {
    margin-top: 20px;
  }
  .margin-lg-top-30 {
    margin-top: 30px;
  }
  .margin-lg-top-40 {
    margin-top: 40px;
  }
  .margin-lg-top-50 {
    margin-top: 50px;
  }
  .margin-lg-top-60 {
    margin-top: 60px;
  }
  .margin-lg-top-70 {
    margin-top: 70px;
  }
  .margin-lg-right-10 {
    margin-right: 10px;
  }
  .margin-lg-right-20 {
    margin-right: 20px;
  }
  .margin-lg-right-30 {
    margin-right: 30px;
  }
  .margin-lg-right-40 {
    margin-right: 40px;
  }
  .margin-lg-right-50 {
    margin-right: 50px;
  }
  .margin-lg-right-60 {
    margin-right: 60px;
  }
  .margin-lg-right-70 {
    margin-right: 70px;
  }
  .margin-lg-left-10 {
    margin-left: 10px;
  }
  .margin-lg-left-20 {
    margin-left: 20px;
  }
  .margin-lg-left-30 {
    margin-left: 30px;
  }
  .margin-lg-left-40 {
    margin-left: 40px;
  }
  .margin-lg-left-50 {
    margin-left: 50px;
  }
  .margin-lg-left-60 {
    margin-left: 60px;
  }
  .margin-lg-left-70 {
    margin-left: 70px;
  }
  .margin-lg-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-lg-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-lg-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-lg-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-lg-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-lg-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-lg-bottom-70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .margin-xl-top-10 {
    margin-top: 10px;
  }
  .margin-xl-top-20 {
    margin-top: 20px;
  }
  .margin-xl-top-30 {
    margin-top: 30px;
  }
  .margin-xl-top-40 {
    margin-top: 40px;
  }
  .margin-xl-top-50 {
    margin-top: 50px;
  }
  .margin-xl-top-60 {
    margin-top: 60px;
  }
  .margin-xl-top-70 {
    margin-top: 70px;
  }
  .margin-xl-right-10 {
    margin-right: 10px;
  }
  .margin-xl-right-20 {
    margin-right: 20px;
  }
  .margin-xl-right-30 {
    margin-right: 30px;
  }
  .margin-xl-right-40 {
    margin-right: 40px;
  }
  .margin-xl-right-50 {
    margin-right: 50px;
  }
  .margin-xl-right-60 {
    margin-right: 60px;
  }
  .margin-xl-right-70 {
    margin-right: 70px;
  }
  .margin-xl-left-10 {
    margin-left: 10px;
  }
  .margin-xl-left-20 {
    margin-left: 20px;
  }
  .margin-xl-left-30 {
    margin-left: 30px;
  }
  .margin-xl-left-40 {
    margin-left: 40px;
  }
  .margin-xl-left-50 {
    margin-left: 50px;
  }
  .margin-xl-left-60 {
    margin-left: 60px;
  }
  .margin-xl-left-70 {
    margin-left: 70px;
  }
  .margin-xl-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-xl-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-xl-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-xl-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-xl-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-xl-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-xl-bottom-70 {
    margin-bottom: 70px;
  }
}

.margin-0 {
  margin: 0;
}

@media (min-width: 768px) {
  .margin-md-0 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .margin-lg-0 {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .margin-xl-0 {
    margin: 0;
  }
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-60 {
  padding: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.padding-x-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.padding-x-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .padding-md-10 {
    padding: 10px;
  }
  .padding-md-20 {
    padding: 20px;
  }
  .padding-md-30 {
    padding: 30px;
  }
  .padding-md-40 {
    padding: 40px;
  }
  .padding-md-50 {
    padding: 50px;
  }
  .padding-md-60 {
    padding: 60px;
  }
  .padding-md-70 {
    padding: 70px;
  }
  .padding-x-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-x-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-x-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-x-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-x-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-x-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .padding-x-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-y-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-y-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-y-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-y-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-y-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-y-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-y-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .padding-lg-10 {
    padding: 10px;
  }
  .padding-lg-20 {
    padding: 20px;
  }
  .padding-lg-30 {
    padding: 30px;
  }
  .padding-lg-40 {
    padding: 40px;
  }
  .padding-lg-50 {
    padding: 50px;
  }
  .padding-lg-60 {
    padding: 60px;
  }
  .padding-lg-70 {
    padding: 70px;
  }
  .padding-x-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-x-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-x-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-x-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-x-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-x-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .padding-x-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-y-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-y-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-y-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-y-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-y-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-y-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-y-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .padding-xl-10 {
    padding: 10px;
  }
  .padding-xl-20 {
    padding: 20px;
  }
  .padding-xl-30 {
    padding: 30px;
  }
  .padding-xl-40 {
    padding: 40px;
  }
  .padding-xl-50 {
    padding: 50px;
  }
  .padding-xl-60 {
    padding: 60px;
  }
  .padding-xl-70 {
    padding: 70px;
  }
  .padding-x-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-x-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-x-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-x-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-x-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-x-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .padding-x-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-y-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-y-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-y-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-y-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-y-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-y-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-y-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.padding-0 {
  padding: 0;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-width: 0;
  border-style: solid;
  border-color: #e3e6e9;
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-top {
  border-top-width: 1px;
}

.border-right {
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-width: 1px;
}

.border-left {
  border-left-width: 1px;
}

div[class^='bg-dark'] .border, div[class^='bg-dark'] .border-top, div[class^='bg-dark'] .border-right, div[class^='bg-dark'] .border-bottom, div[class^='bg-dark'] .border-left, div[class*=' bg-dark'] .border, div[class*=' bg-dark'] .border-top, div[class*=' bg-dark'] .border-right, div[class*=' bg-dark'] .border-bottom, div[class*=' bg-dark'] .border-left, .bg-black .border, .bg-black .border-top, .bg-black .border-right, .bg-black .border-bottom, .bg-black .border-left {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-style-dotted {
  border-style: dotted;
}

.border-style-dashed {
  border-style: dashed;
}

.font-family-primary {
  font-family: "Open Sans", sans-serif;
}

.font-family-secondary {
  font-family: "Poppins", sans-serif;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extra-light {
  font-weight: 200;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.line-height-100 {
  line-height: 1;
}

.line-height-110 {
  line-height: 1.1;
}

.line-height-120 {
  line-height: 1.2;
}

.line-height-130 {
  line-height: 1.3;
}

.line-height-140 {
  line-height: 1.4;
}

.line-height-150 {
  line-height: 1.5;
}

.line-height-160 {
  line-height: 1.6;
}

.line-height-170 {
  line-height: 1.7;
}

.line-height-180 {
  line-height: 1.8;
}

.line-height-190 {
  line-height: 1.9;
}

.line-height-200 {
  line-height: 2.0;
}

*.text-white-09 {
  color: rgba(255, 255, 255, 0.9);
}

*.text-white-08 {
  color: rgba(255, 255, 255, 0.8);
}

*.text-white-07 {
  color: rgba(255, 255, 255, 0.7);
}

*.text-white-06 {
  color: rgba(255, 255, 255, 0.6);
}

*.text-white-05 {
  color: rgba(255, 255, 255, 0.5);
}

*.text-white-04 {
  color: rgba(255, 255, 255, 0.4);
}

*.text-white-03 {
  color: rgba(255, 255, 255, 0.3);
}

*.text-white-02 {
  color: rgba(255, 255, 255, 0.2);
}

*.text-white-01 {
  color: rgba(255, 255, 255, 0.1);
}

*.text-dark {
  color: #141618;
}

*.text-dark-09 {
  color: rgba(20, 22, 24, 0.9);
}

*.text-dark-08 {
  color: rgba(20, 22, 24, 0.8);
}

*.text-dark-07 {
  color: rgba(20, 22, 24, 0.7);
}

*.text-dark-06 {
  color: rgba(20, 22, 24, 0.6);
}

*.text-dark-05 {
  color: rgba(20, 22, 24, 0.5);
}

*.text-dark-04 {
  color: rgba(20, 22, 24, 0.4);
}

*.text-dark-03 {
  color: rgba(20, 22, 24, 0.3);
}

*.text-dark-02 {
  color: rgba(20, 22, 24, 0.2);
}

*.text-dark-01 {
  color: rgba(20, 22, 24, 0.1);
}

*.text-primary {
  color: #767A7D;
}

*.text-primary-lighter {
  color: #a3a6a8;
}

*.text-green {
  color: #50c878;
}

*.text-red {
  color: #e84e52;
}

*.text-yellow-orange {
  color: #ffae42;
}

.stroke-text {
  color: #141618;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141618;
}

@media (min-width: 768px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.2px;
  }
}

@media (min-width: 992px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.4px;
  }
}

div[class^='bg-dark'] .stroke-text, div[class*=' bg-dark'] .stroke-text, .bg-black .stroke-text, .bg-green .stroke-text, .bg-red .stroke-text, .bg-yellow-orange .stroke-text {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

div[class^='bg-dark'] div[class^='bg-white'] .stroke-text, div[class^='bg-dark'] div[class*=' bg-white'] .stroke-text, div[class^='bg-dark'] .bg-light-gray .stroke-text, div[class^='bg-dark'] .bg-gray .stroke-text, div[class*=' bg-dark'] div[class^='bg-white'] .stroke-text, div[class*=' bg-dark'] div[class*=' bg-white'] .stroke-text, div[class*=' bg-dark'] .bg-light-gray .stroke-text, div[class*=' bg-dark'] .bg-gray .stroke-text, .bg-black div[class^='bg-white'] .stroke-text, .bg-black div[class*=' bg-white'] .stroke-text, .bg-black .bg-light-gray .stroke-text, .bg-black .bg-gray .stroke-text, .bg-green div[class^='bg-white'] .stroke-text, .bg-green div[class*=' bg-white'] .stroke-text, .bg-green .bg-light-gray .stroke-text, .bg-green .bg-gray .stroke-text, .bg-red div[class^='bg-white'] .stroke-text, .bg-red div[class*=' bg-white'] .stroke-text, .bg-red .bg-light-gray .stroke-text, .bg-red .bg-gray .stroke-text, .bg-yellow-orange div[class^='bg-white'] .stroke-text, .bg-yellow-orange div[class*=' bg-white'] .stroke-text, .bg-yellow-orange .bg-light-gray .stroke-text, .bg-yellow-orange .bg-gray .stroke-text {
  color: #141618;
  -webkit-text-stroke-color: #141618;
}




.clients-grid.column-3 li {
  width: 33.3%;
}

@media (max-width: 767.98px) {
  .clients-grid.column-3 li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .masonry.column-3 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .masonry.column-3 .masonry-item {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .portfolio-masonry.column-3 .portfolio-item, .portfolio-metro.column-3 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-masonry.column-3 .portfolio-item, .portfolio-metro.column-3 .portfolio-item {
    width: 33.33%;
  }
}

.clients-grid.column-3 li {
  width: 33.3%;
}

@media (max-width: 767.98px) {
  .clients-grid.column-3 li {
    width: 50%;
  }
}


@media (min-width: 768px) {
  .masonry.column-3 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .masonry.column-3 .masonry-item {
    width: 33.33%;
  }
}