.alert {
  border-radius: 0; }
  .alert.alert-sm {
    padding: 5px 15px;
    font-size: 12px; }
  .alert.alert-lg {
    padding: 25px 15px;
    font-size: 16px; }
  .alert.alert-xl {
    padding: 35px 15px;
    font-size: 18px; }

.alert[class*=alert-] i {
  margin-right: 8px; }

.alert[class*=alert-] ul {
  padding-left: 25px;
  margin-top: 10px; }

.dz-alert {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999999;
  background: #fff;
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 30px; }
  .dz-alert.alert-success {
    color: var(--bs-success);
    border-color: var(--bs-success); }
  .dz-alert.alert-info {
    color: var(--bs-info);
    border-color: var(--bs-info); }
  .dz-alert.alert-danger {
    color: var(--bs-danger);
    border-color: var(--bs-danger); }
  .dz-alert.alert-warning {
    color: var(--bs-warning);
    border-color: var(--bs-warning); }

.card {
  border: 0px solid #E1EBF1;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  background: #ffffff; }
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1EBF1;
    background: #ffffff;
    padding: 20px 30px; }
  .card-title {
    font-size: 24px;
    margin-bottom: 0px; }
  .card .card-body {
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 15px; }

.form-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-heading-color);
  margin-bottom: 15px;
  background: transparent;
  border-color: #E1EBF1;
  font-family: var(--font-family-title); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s; }

.form-control {
  height: 50px;
  border: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #031B4E;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border-radius: 10px;
  border-radius: 1px solid var(--bs-secondary); }
  .form-control .select {
    padding: 12px 0; }
  .form-control span {
    margin-top: 0; }
  .form-control::-webkit-input-placeholder {
    color: #787D8C; }
  .form-control:-ms-input-placeholder {
    color: #787D8C; }
  .form-control::placeholder {
    color: #787D8C; }
  .form-control:focus, .form-control:active, .form-control.active {
    border-color: var(--bs-primary);
    background: var(--bs-light);
    box-shadow: none; }

.form-check-primary:checked {
  background-color: var(--bs-primary); }

.form-check-secondary:checked {
  background-color: var(--bs-secondary); }

.form-check-info:checked {
  background-color: var(--bs-info); }

.form-check-success:checked {
  background-color: var(--bs-success); }

.form-check-danger:checked {
  background-color: var(--bs-danger); }

.form-check-warning:checked {
  background-color: var(--bs-warning); }

textarea.form-control {
  min-height: auto;
  height: unset; }

textarea {
  height: 120px;
  resize: none; }

input:-internal-autofill-selected {
  background: white !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.input-group-text {
  padding: 5px 15px;
  background: #ffffff;
  margin-bottom: 0px !important;
  color: #566593;
  border-color: transparent; }

.toggle {
  cursor: pointer;
  display: block; }

.toggle-switch {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 16px;
  width: 45px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s; }
  .toggle-switch:before, .toggle-switch:after {
    content: ""; }
  .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left 0.25s; }
  .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); }
  .toggle-checkbox:checked + .toggle-switch {
    background: var(--bs-primary); }
    .toggle-checkbox:checked + .toggle-switch:before {
      left: 26px; }

.toggle-checkbox {
  position: absolute;
  visibility: hidden; }

.toggle-label {
  margin-left: 15px;
  position: relative;
  top: 2px;
  font-size: 16px;
  font-weight: 400; }

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  border: 1px solid #E1EBF1;
  border-radius: 5px;
  color: rgba(151, 151, 159, 0.39); }
  .file-upload-wrapper input, .file-upload-wrapper:before, .file-upload-wrapper:after {
    position: absolute;
    top: 0;
    pointer-events: none; }
  .file-upload-wrapper:after {
    content: attr(data-text);
    left: 0;
    background: #ffffff;
    padding: 4px 15px;
    display: block;
    width: calc(100% - 40px);
    z-index: 20;
    height: calc(1.5em + 1rem + 2px);
    line-height: 30px;
    border-radius: 5px 10px 10px 5px;
    font-weight: 400;
    overflow: hidden; }
  .file-upload-wrapper:before {
    content: 'Upload';
    right: 0;
    display: inline-block;
    height: calc(1.5em + 1rem + 2px);
    background: var(--bs-primary);
    color: #ffffff;
    font-weight: 400;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: capitalize;
    border-radius: 0 5px 5px 0; }
  .file-upload-wrapper input {
    opacity: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: calc(1.5em + 1rem + 2px);
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%; }

label.error {
  color: #D23636;
  position: absolute;
  bottom: 0;
  margin-bottom: -22px;
  font-size: 12px;
  font-weight: 400; }

.form-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.label-title {
  font-weight: 500;
  color: var(--bs-secondary);
  font-size: 16px;
  margin-bottom: 10px; }

.form-select {
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #031B4E;
  transition: all 0.3s ease-in-out;
  background-color: var(--bs-light); }
  .form-select select {
    display: none; }
  .form-select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    font-weight: normal;
    text-transform: unset;
    outline: none;
    background-color: transparent; }
    .form-select .dropdown-toggle:focus {
      outline: 0 !important;
      outline: 0 !important;
      outline-offset: 0 !important; }
    .form-select .dropdown-toggle:hover, .form-select .dropdown-toggle:active {
      background-color: transparent; }
    .form-select .dropdown-toggle:after {
      content: none; }
  .form-select.show {
    box-shadow: none !important;
    outline: 0px !important; }
    .form-select.show .dropdown-toggle {
      box-shadow: none !important;
      outline: 0px !important; }
    .form-select.show.btn-group .dropdown-menu.inner {
      display: block; }
  .form-select.form-control {
    padding: 0 !important; }
  .form-select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px; }
    .form-select .dropdown-menu ul li {
      padding: 0; }
      .form-select .dropdown-menu ul li a {
        display: block;
        padding: 8px 20px;
        clear: both;
        font-weight: 400;
        color: #333;
        white-space: nowrap; }
        .form-select .dropdown-menu ul li a img {
          border-radius: 100%;
          -webkit-border-radius: 100%;
          margin-right: 5px; }
        .form-select .dropdown-menu ul li a:hover {
          background-color: #f2f2f4; }
      .form-select .dropdown-menu ul li.selected a {
        background-color: var(--bs-primary);
        color: #ffffff; }
  .form-select:focus, .form-select:active, .form-select.active {
    border-color: var(--bs-primary); }

.bs-select {
  background-image: none;
  width: 100% !important; }
  .bs-select select {
    display: none; }
  .bs-select .dropdown-toggle::after {
    content: "\e842";
    font-family: 'feather';
    border: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px; }
  .bs-select .dropdown-toggle .filter-option {
    height: auto; }

.form-select.btn-group {
  padding: 10px 20px;
  border-width: 1px; }
  .form-select.btn-group.show {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1) !important;
    border-color: var(--bs-primary); }
  .form-select.btn-group .form-control .dropdown-toggle.btn-default {
    padding: 0; }
  .form-select.btn-group .dropdown-toggle .caret {
    font-size: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%); }
    .form-select.btn-group .dropdown-toggle .caret:before {
      content: "\f078"; }

.custom-file-label {
  box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
  height: 45px;
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 15px;
  border-color: transparent; }
  .custom-file-label:after {
    content: none !important; }

.form-check-input {
  width: 1.125em;
  height: 1.125em;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 0 !important;
  margin: 4px; }
  .form-check-input.radio {
    border-radius: 50% !important;
    border: 1px solid #24262B; }
    .form-check-input.radio:checked[type="radio"] {
      background-color: #0D775E;
      border: 1px solid #0D775E; }

.input-group {
  margin-bottom: 20px; }

.wpcf7-form .row {
  --bs-gutter-x: 20px; }

.checkout-form {
  margin-bottom: 40px; }
  .checkout-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-primary); }
  .checkout-form .form-control {
    background: none;
    border: 1px solid transparent;
    border-bottom: 2px solid #E1E1E1;
    border-radius: 0;
    padding: 10px 0; }
    .checkout-form .form-control::placeholder {
      font-weight: 400;
      font-size: 15px;
      color: var(--seconday); }

.input-group-text.checkout-text {
  background: none;
  border-color: transparent;
  position: relative;
  right: 60px; }
  .input-group-text.checkout-text i {
    font-size: 20px;
    font-weight: 600; }

.form-check {
  padding-left: 0;
  padding-right: 0; }
  .form-check span {
    height: 1rem;
    margin-right: 15px;
    width: 1rem;
    display: block;
    background-color: var(--bs-secondary);
    position: relative;
    border-radius: 50%;
    z-index: 1; }
    .form-check span:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 28px;
      background-color: transparent;
      border: 1px solid #24262b;
      border-radius: 50%;
      opacity: 0.2;
      transform: translate(-50%, -50%) scale(0);
      z-index: -1; }
  .form-check .form-check-input {
    opacity: 0;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-top: 0; }
  .form-check .form-check-input:checked + span:after {
    transform: translate(-50%, -50%) scale(1); }

.form-check1 {
  height: 22px;
  width: 22px;
  background-color: var(--bs-light);
  border: 0;
  border-radius: 50% !important; }
  .form-check1:checked[type="radio"], .form-check1:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-size: 50%;
    background-position: center; }

.form-check2 .form-check-input {
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid var(--bs-body-color);
  border-radius: 2px !important;
  box-shadow: none;
  margin-right: 8px;
  margin-left: 0; }

.form-check2 .form-check-input:checked[type="radio"],
.form-check2 .form-check-input:checked[type="checkbox"] {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary) !important; }

.dz-ajax-overlay {
  position: relative; }
  .dz-ajax-overlay .btn:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border-radius: 0;
    opacity: 0.8;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <rect x="0" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="10" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="20" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> </rect> </svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px; }

@media only screen and (max-width: 575px) {
  .input-recaptcha {
    margin-bottom: -15px; } }

.floating-underline {
  position: relative; }
  .floating-underline .form-control {
    padding: 15px 0;
    border-bottom: 2px solid var(--bs-secondary);
    height: 60px;
    color: var(--bs-body-color);
    outline: 0 !important;
    font-size: 18px;
    background-color: transparent; }
    .floating-underline .form-control:not(:placeholder-shown) ~ label,
    .floating-underline .form-control:focus ~ label {
      font-size: 12px;
      color: var(--bs-primary);
      transform: translateY(-22px); }
  .floating-underline .form-control[rows] {
    height: auto; }
  .floating-underline label {
    padding: 0;
    height: auto;
    border: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    top: 15px; }
    .floating-underline label::after {
      content: none !important; }
  .floating-underline .bs-select .bs-placeholder .filter-option-inner-inner {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px; }
  .floating-underline .bs-select .dropdown-toggle::after {
    right: 0; }
  .floating-underline.underline-1 .form-control {
    border-bottom-width: 1px !important; }
  .floating-underline .input-group-text {
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 16px;
    left: 0;
    border: 0;
    padding: 0; }
  .floating-underline.input-light.floating-underline .form-control {
    border-bottom: 2px solid #fff;
    color: #fff; }
    .floating-underline.input-light.floating-underline .form-control:-webkit-autofill, .floating-underline.input-light.floating-underline .form-control:-webkit-autofill:hover, .floating-underline.input-light.floating-underline .form-control:-webkit-autofill:focus, .floating-underline.input-light.floating-underline .form-control:-webkit-autofill:active {
      -webkit-text-fill-color: #fff; }
  .floating-underline.input-light.floating-underline label {
    color: rgba(255, 255, 255, 0.6); }
  .floating-underline.input-icon-left .form-control {
    padding-left: 40px; }
  .floating-underline.input-icon-right .form-control {
    padding-right: 40px;
    left: auto;
    right: 0; }
  .floating-underline.input-icon-left .form-control::-webkit-input-placeholder, .floating-underline.input-icon-right .form-control::-webkit-input-placeholder {
    color: var(--bs-body-color); }
  .floating-underline.input-icon-left .form-control:-ms-input-placeholder, .floating-underline.input-icon-right .form-control:-ms-input-placeholder {
    color: var(--bs-body-color); }
  .floating-underline.input-icon-left .form-control::placeholder, .floating-underline.input-icon-right .form-control::placeholder {
    color: var(--bs-body-color); }

.floating-outline .form-control {
  background-color: transparent;
  padding: 15px 20px !important;
  border: 2px solid rgba(0, 0, 0, 0.3);
  height: 60px;
  min-height: 60px;
  color: var(--bs-body-color);
  outline: 0 !important;
  font-size: 15px;
  border-radius: 15px;
  padding-right: 50px; }

.floating-outline .bs-select .dropdown-toggle::after {
  opacity: 0.5; }

.floating-outline .dropdown-toggle {
  padding: 15px 20px;
  height: 100%;
  width: 100%;
  text-align: left; }

.floating-outline .form-control[rows] {
  height: auto; }

.floating-outline label {
  padding: 0;
  height: auto;
  border: 0;
  font-size: 15px;
  color: var(--bs-body-color);
  top: 18px;
  left: 20px; }
  .floating-outline label::after {
    content: none !important; }

.floating-outline .input-group-text {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 13px;
  right: 5px;
  opacity: 0.5; }

.floating-outline.input-light .form-control {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff; }
  .floating-outline.input-light .form-control:-webkit-autofill, .floating-outline.input-light .form-control:-webkit-autofill:hover, .floating-outline.input-light .form-control:-webkit-autofill:focus, .floating-outline.input-light .form-control:-webkit-autofill:active {
    -webkit-text-fill-color: #fff; }

.floating-outline.input-light label {
  color: #fff; }

.floating-outline.input-light .dropdown-toggle .filter-option-inner-inner {
  color: #fff; }

.form-floating.floating-underline .form-control:not(:placeholder-shown) ~ label,
.form-floating.floating-underline .form-control:focus ~ label {
  font-size: 12px;
  color: var(--bs-primary);
  transform: translateY(-22px);
  font-weight: 600; }

.form-floating.floating-underline .form-control:focus,
.form-floating.floating-underline .form-control:not(:placeholder-shown):not(.dropdown-toggle) {
  padding: 15px 0;
  border-color: var(--bs-primary); }

.form-floating.floating-outline .form-control:not(:placeholder-shown) ~ label,
.form-floating.floating-outline .form-control:focus ~ label {
  font-size: 13px;
  color: var(--bs-secondary);
  transform: translateY(-27px);
  background-color: #fff;
  padding: 0 8px;
  left: 15px; }

.form-floating.input-light.floating-underline .form-control:not(:placeholder-shown) ~ label,
.form-floating.input-light.floating-underline .form-control:focus ~ label {
  color: #FAFF17; }

.form-floating.input-light.floating-underline .form-control:focus,
.form-floating.input-light.floating-underline .form-control:not(:placeholder-shown):not(.dropdown-toggle) {
  border-color: #FAFF17; }

.form-floating.input-light.floating-outline .form-control:not(:placeholder-shown) ~ label,
.form-floating.input-light.floating-outline .form-control:focus ~ label {
  color: #EDFF00;
  background-color: var(--bs-secondary); }


.form-wrapper.style-1 {
  position: relative; }
  .form-wrapper.style-1 .dz-alert {
    position: static;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 5px; }
  .form-wrapper.style-1.text-vr-wrapper {
    padding-left: 50px; }
  .form-wrapper.style-1 .text-vertical {
    writing-mode: tb;
    transform: rotate(-180deg);
    border-radius: 0 25px 25px 0;
    color: #fff;
    text-align: center;
    padding: 30px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--bs-secondary);
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 45px; }
  .form-wrapper.style-1 .form-body {
    padding: 50px 40px;
    border-radius: 30px; }
  .form-wrapper.style-1 .title-head {
    margin-bottom: 30px; }
  .form-wrapper.style-1 .form-title {
    color: #fff; }
    .form-wrapper.style-1 .form-title span {
      color: #FAFF17; }
  @media only screen and (max-width: 1380px) {
    .form-wrapper.style-1[class*="m-l"] {
      margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    .form-wrapper.style-1.text-vr-wrapper {
      padding-left: 0; }
    .form-wrapper.style-1 .text-vertical {
      display: none; } }
  @media only screen and (max-width: 575px) {
    .form-wrapper.style-1 .form-title {
      font-size: 20px; }
    .form-wrapper.style-1 .title-head {
      margin-bottom: 20px; }
    .form-wrapper.style-1 .form-body {
      padding: 30px 25px;
      border-radius: 15px; } }

.form-wrapper.style-2 {
  position: relative;
  border-radius: 20px;
  padding: 55px; }
  .form-wrapper.style-2.bg-primary .form-title, .form-wrapper.style-2.bg-secondary .form-title {
    color: #fff; }
  .form-wrapper.style-2.bg-secondary .form-control::-webkit-input-placeholder {
    color: #BED2E7; }
  .form-wrapper.style-2.bg-secondary .form-control:-ms-input-placeholder {
    color: #BED2E7; }
  .form-wrapper.style-2.bg-secondary .form-control::placeholder {
    color: #BED2E7; }
  .form-wrapper.style-2::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="146" height="146" viewBox="0 0 146 146" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M115.583 12.1667H109.5V6.08333C109.5 4.46993 108.859 2.92261 107.718 1.78177C106.577 0.640921 105.03 0 103.417 0C101.803 0 100.256 0.640921 99.1151 1.78177C97.9743 2.92261 97.3333 4.46993 97.3333 6.08333V12.1667H48.6667V6.08333C48.6667 4.46993 48.0257 2.92261 46.8849 1.78177C45.7441 0.640921 44.1967 0 42.5833 0C40.9699 0 39.4226 0.640921 38.2818 1.78177C37.1409 2.92261 36.5 4.46993 36.5 6.08333V12.1667H30.4167C22.3526 12.1763 14.6216 15.384 8.9195 21.0862C3.21737 26.7883 0.00965947 34.5193 0 42.5833L0 115.583C0.00965947 123.647 3.21737 131.378 8.9195 137.081C14.6216 142.783 22.3526 145.99 30.4167 146H115.583C123.647 145.99 131.378 142.783 137.081 137.081C142.783 131.378 145.99 123.647 146 115.583V42.5833C145.99 34.5193 142.783 26.7883 137.081 21.0862C131.378 15.384 123.647 12.1763 115.583 12.1667ZM12.1667 42.5833C12.1667 37.7431 14.0894 33.1012 17.512 29.6786C20.9345 26.2561 25.5765 24.3333 30.4167 24.3333H115.583C120.424 24.3333 125.065 26.2561 128.488 29.6786C131.911 33.1012 133.833 37.7431 133.833 42.5833V48.6667H12.1667V42.5833ZM115.583 133.833H30.4167C25.5765 133.833 20.9345 131.911 17.512 128.488C14.0894 125.065 12.1667 120.424 12.1667 115.583V60.8333H133.833V115.583C133.833 120.424 131.911 125.065 128.488 128.488C125.065 131.911 120.424 133.833 115.583 133.833Z" fill="white" fill-opacity="0.05"/><path d="M73 100.375C78.0396 100.375 82.125 96.2896 82.125 91.25C82.125 86.2104 78.0396 82.125 73 82.125C67.9604 82.125 63.875 86.2104 63.875 91.25C63.875 96.2896 67.9604 100.375 73 100.375Z" fill="white" fill-opacity="0.05"/><path d="M42.5835 100.375C47.6231 100.375 51.7085 96.2896 51.7085 91.25C51.7085 86.2104 47.6231 82.125 42.5835 82.125C37.5439 82.125 33.4585 86.2104 33.4585 91.25C33.4585 96.2896 37.5439 100.375 42.5835 100.375Z" fill="white" fill-opacity="0.05"/><path d="M103.417 100.375C108.456 100.375 112.542 96.2896 112.542 91.25C112.542 86.2104 108.456 82.125 103.417 82.125C98.3769 82.125 94.2915 86.2104 94.2915 91.25C94.2915 96.2896 98.3769 100.375 103.417 100.375Z" fill="white" fill-opacity="0.05"/></svg>');
    width: 145px;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat; }
  .form-wrapper.style-2 .floating-underline.input-light.floating-underline .form-control {
    border-color: #BED2E7; }
  .form-wrapper.style-2 .form-title {
    font-size: 28px;
    margin-bottom: 20px; }
  .form-wrapper.style-2 .form-check2 .form-check-input {
    border: 1px solid #fff; }
  .form-wrapper.style-2 .form-check2 .form-check-label {
    color: #BED2E7;
    font-size: 16px;
    display: inline; }
  @media only screen and (max-width: 1380px) {
    .form-wrapper.style-2 {
      padding: 40px; } }
  @media only screen and (max-width: 575px) {
    .form-wrapper.style-2 {
      padding: 25px; }
      .form-wrapper.style-2::before {
        width: 65px; }
      .form-wrapper.style-2 .form-title {
        font-size: 24px;
        margin-bottom: 15px; } }

@media only screen and (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

:root {
  --bs-primary-btn-hover-bg: #00a1be;
  --bs-primary-btn-hover-border-color: #00a1be;
  --bs-secondary-btn-hover-bg: #031742;
  --bs-secondary-btn-hover-border-color: #031742;
  --bs-light-btn-hover-bg: #c9d0d5;
  --bs-light-btn-hover-border-color: #c9d0d5; }

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-btn-hover-bg);
  --bs-btn-hover-border-color: var(--bs-primary-btn-hover-border-color); }

.btn-outline-primary, .is-style-outline .wp-block-button__link {
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-btn-hover-border-color);
  --bs-btn-hover-border-color: var(--bs-primary-btn-hover-border-color); }

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-hover-bg: var(--bs-secondary-btn-hover-bg);
  --bs-btn-hover-border-color: var(--bs-secondary-btn-hover-border-color); }

.btn-outline-secondary {
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-secondary-btn-hover-border-color);
  --bs-btn-hover-border-color: var(--bs-secondary-btn-hover-border-color); }

.btn-light {
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary); }

.btn-outline-light {
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary); }

@media only screen and (max-width: 767px) {
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 15px;
    --bs-btn-padding-x: 20px;
    --bs-btn-font-size: 1rem; } }

.btn {
  overflow: hidden; }
  .btn.btn-primary, .btn.btn-success, .btn.btn-warning, .btn.btn-info {
    color: #fff; }
    .btn.btn-primary svg, .btn.btn-success svg, .btn.btn-warning svg, .btn.btn-info svg {
      stroke: #fff;
      fill: #fff; }
  .btn.btn-white:hover .text-primary {
    color: #fff !important; }
  .btn.bg-primary-subtle:hover {
    background-color: var(--bs-primary) !important;
    color: #fff !important; }
  .btn.btn-outline-primary:hover, .is-style-outline .btn.wp-block-button__link:hover {
    color: #fff !important; }
  .btn.bg-secondary-subtle:hover {
    background-color: var(--bs-secondary) !important;
    color: #fff !important; }
  .btn.btn-outline-secondary:hover {
    color: #fff !important; }
  .btn.bg-success-subtle:hover {
    background-color: var(--bs-success) !important;
    color: #fff !important; }
  .btn.btn-outline-success:hover {
    color: #fff !important; }
  .btn.bg-info-subtle:hover {
    background-color: var(--bs-info) !important;
    color: #fff !important; }
  .btn.btn-outline-info:hover {
    color: #fff !important; }
  .btn.bg-warning-subtle:hover {
    background-color: var(--bs-warning) !important;
    color: #fff !important; }
  .btn.btn-outline-warning:hover {
    color: #fff !important; }
  .btn.bg-danger-subtle:hover {
    background-color: var(--bs-danger) !important;
    color: #fff !important; }
  .btn.btn-outline-danger:hover {
    color: #fff !important; }
  .btn.bg-light-subtle:hover {
    background-color: var(--bs-light) !important;
    color: #fff !important; }
  .btn.btn-outline-light:hover {
    color: #fff !important; }
  .btn.bg-dark-subtle:hover {
    background-color: var(--bs-dark) !important;
    color: #fff !important; }
  .btn.btn-outline-dark:hover {
    color: #fff !important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #fff !important; }

.btn-shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }

.btn.btn-white {
  color: var(--bs-secondary);
  background-color: #fff; }
  .btn.btn-white .right-icon,
  .btn.btn-white .left-icon {
    border-color: var(--bs-secondary);
    background-color: var(--bs-secondary);
    color: #fff; }
  .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
    color: #fff; }
    .btn.btn-white:hover path, .btn.btn-white:focus path, .btn.btn-white:active path {
      stroke: #fff; }
    .btn.btn-white:hover .right-icon,
    .btn.btn-white:hover .left-icon, .btn.btn-white:focus .right-icon,
    .btn.btn-white:focus .left-icon, .btn.btn-white:active .right-icon,
    .btn.btn-white:active .left-icon {
      background-color: #fff !important;
      color: var(--bs-secondary); }
  .btn.btn-white.hover-secondary:hover, .btn.btn-white.hover-secondary:focus, .btn.btn-white.hover-secondary:active {
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
    color: #fff; }
    .btn.btn-white.hover-secondary:hover .right-icon,
    .btn.btn-white.hover-secondary:hover .left-icon, .btn.btn-white.hover-secondary:focus .right-icon,
    .btn.btn-white.hover-secondary:focus .left-icon, .btn.btn-white.hover-secondary:active .right-icon,
    .btn.btn-white.hover-secondary:active .left-icon {
      background-color: #fff;
      color: var(--bs-secondary); }

.btn.btn-outline-light {
  color: var(--bs-secondary);
  border-color: rgba(var(--bs-primary-rgb), 0.3); }
  .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active {
    color: #fff !important;
    background-color: var(--bs-primary) !important; }

.btn.btn-outline-white {
  color: var(--bs-white);
  border-color: rgba(var(--bs-white-rgb), 0.3); }
  .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
    border-color: rgba(var(--bs-white-rgb), 0.3); }

.btn-square {
  height: 48px;
  width: 48px;
  min-width: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 767px) {
    .btn-square {
      height: 42px;
      width: 42px;
      min-width: 42px; } }
  .btn-square:hover {
    color: #fff; }
    .btn-square:hover path {
      stroke: #fff; }
    .btn-square:hover i,
    .btn-square:hover svg {
      -webkit-animation: toTopRight 0.5s forwards;
      -moz-animation: toTopRight 0.5s forwards;
      animation: toTopRight 0.5s forwards; }
  .btn-square.btn-sm, .btn-group-sm > .btn-square.btn {
    height: 40px;
    width: 40px;
    min-width: 40px; }
    @media only screen and (max-width: 767px) {
      .btn-square.btn-sm, .btn-group-sm > .btn-square.btn {
        height: 35px;
        width: 35px;
        min-width: 35px; } }
  .btn-square.btn-lg, .btn-group-lg > .btn-square.btn {
    height: 60px;
    width: 60px;
    min-width: 60px;
    font-size: 24px; }
    @media only screen and (max-width: 767px) {
      .btn-square.btn-lg, .btn-group-lg > .btn-square.btn {
        height: 50px;
        width: 50px;
        min-width: 50px; } }
  .btn-square.btn-xl {
    height: 70px;
    width: 70px;
    min-width: 70px; }
    @media only screen and (max-width: 767px) {
      .btn-square.btn-xl {
        height: 55px;
        width: 55px;
        min-width: 55px; } }

.btn-lg, .btn-group-lg > .btn {
  line-height: 1.223; }

.btn-sm, .btn-group-sm > .btn {
  line-height: 1.143; }

.btn-icon {
  display: inline-flex;
  align-items: center; }
  .btn-icon .right-icon,
  .btn-icon .left-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: #fff;
    border-radius: 10px;
    color: var(--bs-heading-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px); }
    .btn-icon .right-icon i,
    .btn-icon .left-icon i {
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .btn-icon .right-icon {
    margin: -11px -20px -11px 15px; }
  .btn-icon .left-icon {
    margin: -11px 15px -11px -20px; }
  .btn-icon.btn-rounded .right-icon,
  .btn-icon.btn-rounded .left-icon {
    border-radius: 50px; }
  .btn-icon:hover .left-icon i {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards; }
  .btn-icon:hover .right-icon i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards; }
  .btn-icon.btn-xl {
    font-size: 20px;
    font-weight: 500; }
    .btn-icon.btn-xl .right-icon,
    .btn-icon.btn-xl .left-icon {
      height: 60px;
      width: 60px;
      min-width: 60px; }
    .btn-icon.btn-xl .right-icon {
      margin: -10px -20px -10px 12px; }
    .btn-icon.btn-xl .left-icon {
      margin: -10px 12px -9px -20px; }
    @media only screen and (max-width: 767px) {
      .btn-icon.btn-xl {
        font-size: 18px; }
        .btn-icon.btn-xl .right-icon,
        .btn-icon.btn-xl .left-icon {
          height: 50px;
          width: 50px;
          min-width: 50px; }
        .btn-icon.btn-xl .right-icon {
          margin: -10px -20px -8px 12px; }
        .btn-icon.btn-xl .left-icon {
          margin: -10px 12px -8px -20px; } }
  .btn-icon.btn-lg .right-icon, .btn-group-lg > .btn-icon.btn .right-icon,
  .btn-icon.btn-lg .left-icon,
  .btn-group-lg > .btn-icon.btn .left-icon {
    height: 44px;
    width: 44px;
    min-width: 44px;
    transform: translateY(0); }
  .btn-icon.btn-lg .right-icon, .btn-group-lg > .btn-icon.btn .right-icon {
    margin: -11px -18px -11px 12px; }
  
  .btn-icon.btn-lg .left-icon,
  .btn-group-lg > .btn-icon.btn .left-icon {
    margin: -11px 12px -11px -18px; }
  @media only screen and (max-width: 767px) {
    .btn-icon.btn-lg .right-icon, .btn-group-lg > .btn-icon.btn .right-icon {
      margin: -11px -16px -11px 12px; }
    
    .btn-icon.btn-lg .left-icon,
    .btn-group-lg > .btn-icon.btn .left-icon {
      margin: -11px 12px -11px -16px; } }
  .btn-icon.btn-sm .right-icon, .btn-group-sm > .btn-icon.btn .right-icon,
  .btn-icon.btn-sm .left-icon,
  .btn-group-sm > .btn-icon.btn .left-icon {
    height: 32px;
    width: 32px;
    min-width: 32px;
    transform: translateY(0); }
  .btn-icon.btn-sm .right-icon, .btn-group-sm > .btn-icon.btn .right-icon {
    margin: -8px -17px -8px 10px; }
  
  .btn-icon.btn-sm .left-icon,
  .btn-group-sm > .btn-icon.btn .left-icon {
    margin: -8px 10px -8px -17px; }

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translateX(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

[class*="icon-link-hover-"] {
  transition: .2s ease-in-out transform; }
  [class*="icon-link-hover-"] i {
    display: inline-block;
    transition: .2s ease-in-out transform;
    font-size: 16px; }
  [class*="icon-link-hover-"] i[class*="flaticon-"] {
    font-size: 20px; }

.icon-link-hover-top:hover i {
  transform: translate3d(0, -0.25em, 0); }

.icon-link-hover-bottom:hover i {
  transform: translate3d(0, 0.25em, 0); }

.icon-link-hover-start:hover i {
  transform: translate3d(-0.25em, 0, 0); }

.icon-link-hover-end:hover i {
  transform: translate3d(0.25em, 0, 0); }

.btn-rounded {
  border-radius: 50px; }

.btn-theme {
  border-color: var(--bs-secondary);
  background-color: #fff;
  width: fit-content;
  color: var(--bs-heading-color);
  overflow: visible; }
  .btn-theme i {
    border: 1px solid var(--bs-secondary);
    border-radius: 50%;
    position: absolute;
    right: -12px;
    z-index: 9999;
    background: #fff;
    width: 26px;
    height: 26px;
    line-height: 25px; }
  .btn-theme.disabled, .btn-theme:disabled, .btn-theme:not(:disabled):not(.disabled).active, .btn-theme:not(:disabled):not(.disabled):active, .btn-theme:active, .btn-theme:focus, .btn-theme:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
    color: #ffffff; }
    .btn-theme.disabled i, .btn-theme:disabled i, .btn-theme:not(:disabled):not(.disabled).active i, .btn-theme:not(:disabled):not(.disabled):active i, .btn-theme:active i, .btn-theme:focus i, .btn-theme:hover i {
      color: var(--bs-heading-color); }

.wp-block-button {
  margin-bottom: 0.3125rem; }

.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.wp-block-button__link {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  color: var(--bs-btn-color);
  border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  border-radius: 60px; }
  .wp-block-button__link:hover, .wp-block-button__link:hover, .wp-block-button__link:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .wp-block-button__link:after {
    content: none; }

.btn-hover1 {
  color: rgba(0, 0, 0, 0) !important;
  transition: all .3s ease !important;
  text-shadow: 0 0 0 #fff, 500px 0 0 #fff; }
  .btn-hover1.btn-white {
    text-shadow: 0 0 0 var(--bs-secondary), 500px 0 0 var(--bs-secondary); }
    .btn-hover1.btn-white.text-primary {
      text-shadow: 0 0 0 var(--bs-primary), 500px 0 0 var(--bs-primary); }
  .btn-hover1:active, .btn-hover1:focus, .btn-hover1:hover {
    color: rgba(0, 0, 0, 0) !important;
    text-shadow: -600px 0 0 #fff, 0 0 0 #fff; }
    .btn-hover1:active.btn-white.text-primary, .btn-hover1:focus.btn-white.text-primary, .btn-hover1:hover.btn-white.text-primary {
      text-shadow: -600px 0 0 #fff, 0 0 0 #fff; }

.btn-quantity .input-group {
  margin-bottom: 0; }

.btn-quantity.style-1 .bootstrap-touchspin {
  width: 140px;
  min-width: 140px;
  position: relative;
  height: 40px;
  display: block; }

.btn-quantity.style-1 input {
  width: auto;
  padding: 0;
  text-align: center;
  z-index: 1;
  height: 40px !important;
  border: 1px solid var(--bs-secondary);
  background-color: transparent;
  border-radius: 20px !important;
  font-size: 15px;
  width: 40px !important;
  color: var(--bs-heading-color);
  margin-left: auto !important;
  margin-right: auto !important; }
  .btn-quantity.style-1 input:focus {
    box-shadow: unset; }

.btn-quantity.style-1 .input-group-btn-vertical {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0;
  margin-left: 0 !important; }
  .btn-quantity.style-1 .input-group-btn-vertical .btn {
    padding: 0px;
    min-width: 40px;
    justify-content: center;
    z-index: 1;
    border-radius: 20px;
    background-color: var(--bs-secondary);
    position: relative;
    color: #fff; }
    .btn-quantity.style-1 .input-group-btn-vertical .btn:active {
      border-color: transparent; }

.btn-quantity.style-1.quantity-sm .bootstrap-touchspin {
  width: 110px;
  min-width: 110px;
  height: 30px; }

.btn-quantity.style-1.quantity-sm input {
  width: 30px !important;
  height: 30px !important; }

.btn-quantity.style-1.quantity-sm .btn {
  min-width: 30px;
  font-size: 14px; }

.btn-quantity.style-2 .bootstrap-touchspin {
  width: 130px;
  min-width: 130px;
  position: relative;
  height: 50px;
  display: block;
  background-color: #fff;
  padding: 6px;
  border-radius: 10px; }

.btn-quantity.style-2 input {
  padding: 0;
  text-align: center;
  z-index: 1;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  width: 40px;
  color: var(--bs-heading-color);
  margin-left: auto !important;
  margin-right: auto !important; }
  .btn-quantity.style-2 input:focus {
    box-shadow: unset; }

.btn-quantity.style-2 .input-group-btn-vertical {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 6px;
  margin-left: 0 !important;
  border-radius: 8px;
  height: 100%; }
  .btn-quantity.style-2 .input-group-btn-vertical .btn {
    padding: 0px;
    min-width: 38px;
    height: 38px;
    z-index: 1;
    background-color: var(--bs-light);
    position: relative;
    color: var(--bs-primary);
    border-radius: 8px; }
    .btn-quantity.style-2 .input-group-btn-vertical .btn:active, .btn-quantity.style-2 .input-group-btn-vertical .btn:hover {
      background-color: var(--bs-primary);
      border-color: var(--bs-primary);
      color: #fff; }

.btn-quantity.style-2.quantity-sm .bootstrap-touchspin {
  width: 105px;
  min-width: 105px;
  height: 42px;
  padding: 3px; }

.btn-quantity.style-2.quantity-sm input {
  font-size: 14px;
  width: 35px; }

.btn-quantity.style-2.quantity-sm .input-group-btn-vertical .btn {
  min-width: 30px;
  height: 30px;
  font-size: 12px; }

@-webkit-keyframes toTopRight {
  49% {
    -webkit-transform: translate(30px, -30px); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-30px, 30px); }
  51% {
    opacity: 1; } }

@-moz-keyframes toTopRight {
  49% {
    -moz-transform: translate(30px, -30px); }
  50% {
    opacity: 0;
    -moz-transform: translate(-30px, 30px); }
  51% {
    opacity: 1; } }

.dz-load-more:hover .right-icon i {
  animation: dzLoadMore 2s infinite linear; }

@keyframes dzLoadMore {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.badge {
  padding: 6px 10px;
  font-weight: var(--headings-font-weight);
  background-color: var(--bs-primary);
  color: white;
  border-radius: 4px;
  font-family: var(--font-family-base);
  font-size: 11px;
  min-width: 23px;
  min-height: 23px;
  text-transform: uppercase;
  text-align: center; }
  .badge.badge-sm {
    padding: 4px 5px;
    font-size: 10px;
    min-width: 18px;
    min-height: 16px; }
  .badge:hover {
    color: #fff; }
  .badge.badge-primary {
    background-color: var(--bs-primary); }
  .badge.badge-secondary {
    background-color: var(--bs-secondary); }
  .badge.badge-info {
    background-color: #0194D9; }
  .badge.badge-success {
    background-color: #31A56D; }
  .badge.badge-warning {
    background-color: #E79600; }
  .badge.badge-danger {
    background-color: #D23636; }
  .badge.badge-light {
    background-color: var(--bs-light); }
  .badge.badge-circle {
    border-radius: 50%; }
  .badge.style-1 {
    font-size: 16px;
    font-weight: 900;
    min-height: unset;
    color: var(--bs-heading-color);
    text-transform: uppercase;
    background: transparent;
    padding: 0; }

.bg-purple {
  background-color: #5E5CC6;
  color: #fff; }

.bg-red {
  background-color: #EB5757;
  color: #fff; }

.bg-orange {
  background-color: #CD9B60;
  color: #fff; }

.bg-green {
  background-color: #24262B;
  color: #fff; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.table-responsive-sm {
  min-width: 48rem; }

.table tr th {
  font-weight: 500;
  color: var(--bs-secondary); }

@media only screen and (max-width: 575px) {
  .table > :not(caption) > * > * {
    padding: 15px 15px; } }

.table-striped th,
.table-striped td {
  border: 0;
  background-color: transparent; }

.table-striped.table-striped-rounded tr > *:first-child {
  border-radius: var(--radius-sm) 0 0 var(--radius-sm); }

.table-striped.table-striped-rounded tr > *:last-child {
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }

.table-striped.table-striped-white > tbody > tr:nth-of-type(odd) > * {
  --bs-table-striped-bg: #fff; }

.table-border-bottom tr > *:first-child {
  padding-left: 0; }

.table-border-bottom tr > *:last-child {
  padding-right: 0; }

.table-border-bottom tr:last-child > * {
  border: 0; }

.table > :not(:first-child) {
  border-top: 1px solid #dee2e6; }

.check-tbl {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  vertical-align: middle; }
  .check-tbl.style-1 thead th:not(:first-child) {
    padding-left: 15px; }
  .check-tbl.style-1 tbody tr {
    border-bottom: 1px solid rgba(94, 98, 111, 0.2); }
    .check-tbl.style-1 tbody tr td {
      padding: 30px 18px; }
      .check-tbl.style-1 tbody tr td img {
        min-width: 100px;
        height: 100px;
        border-radius: 30px; }
      .check-tbl.style-1 tbody tr td:first-child, .check-tbl.style-1 tbody tr td:last-child {
        padding: 30px 0; }
      .check-tbl.style-1 tbody tr td.product-item-img {
        min-width: 100px;
        height: 100px; }
      @media only screen and (max-width: 1199px) {
        .check-tbl.style-1 tbody tr td {
          padding: 20px 18px; }
          .check-tbl.style-1 tbody tr td img {
            min-width: 80px;
            height: 80px; }
          .check-tbl.style-1 tbody tr td:first-child, .check-tbl.style-1 tbody tr td:last-child {
            padding: 20px 0; }
          .check-tbl.style-1 tbody tr td.product-item-img {
            min-width: 80px;
            height: 80px; } }
  .check-tbl.style-2 {
    border-bottom: 0; }
    .check-tbl.style-2 thead th {
      padding-left: 0px; }
    .check-tbl.style-2 tbody tr td {
      font-size: 14px;
      font-weight: 400; }
      .check-tbl.style-2 tbody tr td a {
        color: var(--bs-secondary); }
      .check-tbl.style-2 tbody tr td i {
        background: var(--bs-primary);
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        padding: 3px 4px;
        margin-right: 15px; }
      .check-tbl.style-2 tbody tr td:last-child {
        text-align: unset; }
      .check-tbl.style-2 tbody tr td:first-child {
        width: 33%;
        background: #f3f3f3; }
      .check-tbl.style-2 tbody tr td.disable {
        color: #BEBEBE; }
        .check-tbl.style-2 tbody tr td.disable i {
          background: #BEBEBE; }
  .check-tbl thead th {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 20px;
    color: #24262B; }
  .check-tbl tbody tr {
    border-bottom: 1px solid rgba(94, 98, 111, 0.2); }
    .check-tbl tbody tr td {
      padding: 15px;
      font-weight: 500;
      font-size: 16px;
      color: var(--bs-secondary);
      border: none;
      font-family: var(--font-family-title);
      padding-left: 0; }
      .check-tbl tbody tr td img {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 30px; }
      .check-tbl tbody tr td:first-child, .check-tbl tbody tr td:last-child {
        padding: 20px 0; }
      .check-tbl tbody tr td:last-child {
        text-align: right; }
      .check-tbl tbody tr td.product-item-name {
        font-size: 18px;
        font-family: var(--font-family-title);
        padding-left: 15px; }
      .check-tbl tbody tr td.product-item-price {
        color: #5E626F; }
      @media only screen and (max-width: 1199px) {
        .check-tbl tbody tr td.product-item-name {
          font-size: 16px; } }
  .check-tbl tbody .product-item-price span {
    font-size: 16px;
    text-decoration: line-through;
    color: #5E626F;
    margin-right: 10px;
    font-weight: 400; }
  .check-tbl tbody .product-item-price strong {
    font-weight: 500;
    color: #24262B; }
  .check-tbl .product-item-close {
    text-align: right; }
    .check-tbl .product-item-close a {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--bs-secondary);
      display: inline-block;
      text-align: center;
      line-height: 36px; }
      .check-tbl .product-item-close a i {
        color: #fff;
        font-weight: 900;
        vertical-align: middle; }

.check-tbl {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.table-responsive-md {
  min-width: 36rem !important; }

#ui-datepicker-div {
  display: none;
  background: #fafafa;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem; }

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #566593; }

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0; }
  .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #566593;
    font-size: 0.875rem;
    text-decoration: none; }
    .ui-datepicker-calendar tbody td a:hover, .ui-datepicker-calendar tbody td a.ui-state-active {
      background-color: var(--bs-primary);
      color: white; }

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all; }
  .ui-datepicker-header a.ui-corner-all:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.3);
    color: #ffffff; }

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg); }

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%; }

.ui-datepicker-header a > span {
  display: none; }

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem; }

.ui-datepicker-week-col {
  color: #566593;
  font-weight: 400;
  font-size: 0.75rem; }

.dz-separator {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: relative; }
  .dz-separator.m-b0 {
    margin-bottom: 0; }
  .dz-separator.style-liner {
    width: 20px; }
  .dz-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px; }
  .dz-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg); }
    .dz-separator.style-skew[class*="style-"]:after, .dz-separator.style-skew[class*="style-"]:before {
      width: 80px;
      height: 4px;
      left: 20px;
      -moz-transform: translateY(-50%) skewX(-10deg);
      -webkit-transform: translateY(-50%) skewX(-10deg);
      -o-transform: translateY(-50%) skewX(-10deg);
      -ms-transform: translateY(-50%) skewX(-10deg);
      transform: translateY(-50%) skewX(-10deg); }
    .dz-separator.style-skew[class*="style-"]:before {
      right: 20px;
      left: auto; }
  .dz-separator.bnr-title {
    height: 1px;
    width: 155px;
    opacity: 0.5; }
    .dz-separator.bnr-title:before, .dz-separator.bnr-title:after {
      position: absolute;
      content: "";
      background-color: inherit; }
    .dz-separator.bnr-title:before {
      height: inherit;
      right: -80px;
      width: 25px; }
    .dz-separator.bnr-title:after {
      height: inherit;
      right: -90px;
      top: 0;
      width: 6px; }
    .dz-separator.bnr-title i {
      background-color: inherit;
      display: block;
      height: inherit;
      position: absolute;
      right: -50px;
      width: 45px; }

.dz-separator-outer {
  overflow: hidden; }

.dz-separator.style-1 {
  height: 3px;
  width: 60px;
  background: var(--bs-primary); }

.dz-separator.style-2 {
  height: 10px;
  display: block;
  width: 82px;
  position: relative;
  margin: 0; }
  .dz-separator.style-2:before, .dz-separator.style-2:after {
    content: "";
    height: 3px;
    width: 89px;
    position: absolute;
    background: var(--bs-primary);
    left: 0; }
  .dz-separator.style-2:after {
    width: 80%;
    bottom: 0; }
  .dz-separator.style-2:before {
    width: 100%;
    top: 0; }

.dz-separator.style-3 {
  position: relative;
  width: 100%;
  text-align: center; }
  .dz-separator.style-3::after {
    content: "";
    border-bottom: 1px solid #DCD6CE;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .dz-separator.style-3 .btn {
    font-size: 16px;
    border: 1px solid #DCD6CE;
    border-radius: 50px;
    padding: 12px 30px;
    color: var(--bs-secondary);
    background-color: #FFFAF3;
    z-index: 1;
    position: relative; }
    .dz-separator.style-3 .btn:hover, .dz-separator.style-3 .btn:active, .dz-separator.style-3 .btn:focus {
      color: #fff;
      background-color: var(--bs-primary);
      border-color: var(--bs-primary); }
  @media only screen and (max-width: 575px) {
    .dz-separator.style-3 .btn {
      font-size: 14px;
      padding: 10px 25px; } }

.dz-separator.style-4 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  align-items: center;
  background-image: linear-gradient(45deg, rgba(var(--bs-white-rgb), 1) 50%, transparent);
  padding: 0 0 0 25px;
  color: var(--bs-primary);
  font-size: 16px;
  gap: 15px; }
  .dz-separator.style-4 .title {
    margin: 0;
    font-weight: 500; }
  .dz-separator.style-4 .btn {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    letter-spacing: 0.1px; }
  @media only screen and (max-width: 767px) {
    .dz-separator.style-4 {
      flex-direction: column;
      padding: 15px;
      text-align: center; }
      .dz-separator.style-4 .btn {
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: 0;
        font-size: 13px; } }
  @media only screen and (max-width: 575px) {
    .dz-separator.style-4 {
      border-radius: 20px; } }

.site-filters {
  margin-bottom: 20px; }
  .site-filters .product-link {
    margin-left: auto; }
  .site-filters ul {
    margin: 0;
    list-style: none; }
  .site-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 30px; }
    .site-filters li.btn {
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none !important;
      border: 0; }
    .site-filters li input {
      display: none; }
    .site-filters li a {
      margin: 0;
      display: inline-flex;
      font-size: 15px;
      font-weight: 400;
      color: var(--bs-heading-color);
      font-family: var(--font-family-base); }
      .site-filters li a span {
        font-size: 14px;
        color: #566593;
        margin-left: 4px; }
    .site-filters li.active a {
      color: var(--bs-primary); }
  @media only screen and (max-width: 991px) {
    .site-filters ul li a {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .site-filters {
      flex-direction: column;
      margin-bottom: 15px; }
      .site-filters ul {
        margin-bottom: 10px; }
      .site-filters .product-link {
        margin-left: 0;
        margin-right: auto; } }
  .site-filters.center {
    text-align: center; }
    .site-filters.center ul {
      display: inline-block;
      margin: auto; }
    .site-filters.center [class*="btn"] {
      display: inline-block;
      margin: 0 5px 10px;
      text-transform: uppercase; }
      @media only screen and (max-width: 575px) {
        .site-filters.center [class*="btn"] {
          margin: 0 1px 5px;
          padding: 5px 10px;
          font-size: 12px; } }
  .site-filters.style-1 {
    margin-bottom: 40px; }
    .site-filters.style-1 .filters {
      margin-bottom: 0;
      display: flex;
      gap: 15px;
      flex-wrap: wrap; }
    .site-filters.style-1 li {
      margin: 0; }
      .site-filters.style-1 li .btn {
        padding: 10px 25px;
        border-radius: 60px;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
        color: var(--bs-secondary); }
      .site-filters.style-1 li.active a {
        background-color: var(--bs-secondary);
        color: #fff; }
    @media only screen and (max-width: 991px) {
      .site-filters.style-1 .filters {
        gap: 10px; }
      .site-filters.style-1 li .btn {
        padding: 8px 20px;
        font-size: 14px; } }
  .site-filters.style-2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px; }
    .site-filters.style-2 li {
      margin: 0 !important; }
      .site-filters.style-2 li a {
        padding: 23px 15px;
        font-weight: 400;
        color: #5E626F;
        text-transform: capitalize; }
      .site-filters.style-2 li.active a {
        color: var(--bs-primary); }
    @media only screen and (max-width: 575px) {
      .site-filters.style-2 {
        margin-bottom: 40px; }
        .site-filters.style-2 li {
          padding: 0 !important; }
          .site-filters.style-2 li a {
            margin: 0 1px 5px;
            padding: 5px 10px; } }
  .site-filters.style-3 li {
    margin: 0 !important; }
    .site-filters.style-3 li a {
      background: #fff;
      color: #000;
      display: block;
      font-size: 15px;
      margin-bottom: 4px;
      padding: 15px 25px;
      width: 100%;
      border-radius: 10px;
      text-transform: capitalize; }
      .site-filters.style-3 li a:hover {
        background: #000;
        color: #fff; }
    .site-filters.style-3 li.active a {
      background: var(--bs-secondary);
      border-left-color: var(--bs-secondary);
      color: #fff; }
  @media only screen and (max-width: 575px) {
    .site-filters.style-3 {
      margin-bottom: 40px; }
      .site-filters.style-3 li {
        padding: 0 !important; }
        .site-filters.style-3 li a {
          margin: 0 1px 5px;
          padding: 5px 10px; } }

.dz-img-overlay1,
.dz-img-overlay2,
.dz-img-overlay3,
.dz-img-overlay4,
.dz-img-overlay5,
.dz-img-overlay6,
.dz-img-overlay7,
.dz-img-overlay8,
.dz-img-overlay9,
.dz-img-overlay11,
.dz-img-overlay12,
.dz-img-overlay13 {
  position: relative; }
  .dz-img-overlay1:before, .dz-img-overlay1:after,
  .dz-img-overlay2:before,
  .dz-img-overlay2:after,
  .dz-img-overlay3:before,
  .dz-img-overlay3:after,
  .dz-img-overlay4:before,
  .dz-img-overlay4:after,
  .dz-img-overlay5:before,
  .dz-img-overlay5:after,
  .dz-img-overlay6:before,
  .dz-img-overlay6:after,
  .dz-img-overlay7:before,
  .dz-img-overlay7:after,
  .dz-img-overlay8:before,
  .dz-img-overlay8:after,
  .dz-img-overlay9:before,
  .dz-img-overlay9:after,
  .dz-img-overlay11:before,
  .dz-img-overlay11:after,
  .dz-img-overlay12:before,
  .dz-img-overlay12:after,
  .dz-img-overlay13:before,
  .dz-img-overlay13:after {
    content: "";
    background: #24262b;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear; }
  .dz-img-overlay1.overlay-primary,
  .dz-img-overlay2.overlay-primary,
  .dz-img-overlay3.overlay-primary,
  .dz-img-overlay4.overlay-primary,
  .dz-img-overlay5.overlay-primary,
  .dz-img-overlay6.overlay-primary,
  .dz-img-overlay7.overlay-primary,
  .dz-img-overlay8.overlay-primary,
  .dz-img-overlay9.overlay-primary,
  .dz-img-overlay11.overlay-primary,
  .dz-img-overlay12.overlay-primary,
  .dz-img-overlay13.overlay-primary {
    background: var(--bs-primary); }

.dz-box:hover .dz-img-overlay1:before {
  opacity: 0.7; }

.dz-box:hover .dz-img-overlay2:before {
  opacity: 0.9; }

.dz-box:hover .dz-img-overlay3:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.dz-box:hover .dz-img-overlay4:before {
  width: 100%;
  left: 0; }

.dz-box:hover .dz-img-overlay5:before {
  height: 100%;
  top: 0; }

.dz-box:hover .dz-img-overlay6:before {
  height: 100%; }

.dz-box:hover .dz-img-overlay7:before,
.dz-box:hover .dz-img-overlay7:after {
  width: 50%; }

.dz-box:hover .dz-img-overlay8:before,
.dz-box:hover .dz-img-overlay8:after {
  width: 100%;
  opacity: 0.3; }

.dz-box:hover .dz-img-overlay9:before,
.dz-box:hover .dz-img-overlay9:after {
  width: 100%;
  height: 100%;
  opacity: 0.3; }

.dz-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0.1; }

.dz-img-overlay2:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .dz-img-overlay2:before:hover:before {
    opacity: 0.9; }

.dz-img-overlay3:before {
  left: 50%;
  top: 50%; }

.dz-img-overlay3:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.dz-img-overlay4:before {
  left: 50%;
  top: 0;
  height: 100%; }

.dz-img-overlay4:hover:before {
  width: 100%;
  left: 0; }

.dz-img-overlay5:before {
  left: 0;
  top: 50%;
  width: 100%; }

.dz-img-overlay5:hover:before {
  height: 100%;
  top: 0; }

.dz-img-overlay6:before {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%; }

.dz-img-overlay6:hover:before {
  height: 100%; }

.dz-img-overlay7:before, .dz-img-overlay7:after {
  height: 100%; }

.dz-img-overlay7:after {
  left: auto;
  right: 0; }

.dz-img-overlay7:hover:before, .dz-img-overlay7:hover:after {
  width: 50%; }

.dz-img-overlay8:before, .dz-img-overlay8:after {
  height: 100%; }

.dz-img-overlay8:after {
  left: auto;
  right: 0; }

.dz-img-overlay8:hover:before, .dz-img-overlay8:hover:after {
  width: 100%;
  opacity: 0.3; }

.dz-img-overlay9:before, .dz-img-overlay9:after,
.dz-img-overlay9:before,
.dz-img-overlay9:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0; }

.dz-img-overlay9:hover:before, .dz-img-overlay9:hover:after,
.dz-img-overlay9:hover:before,
.dz-img-overlay9:hover:after {
  width: 100%;
  height: 100%;
  opacity: 0.3; }

.dz-img-overlay13,
.dz-img-overlay13 {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .dz-img-overlay13:before, .dz-img-overlay13:after,
  .dz-img-overlay13:before,
  .dz-img-overlay13:after {
    width: 100px;
    height: 100%;
    background-color: #444444;
    top: -160px;
    left: -320px;
    transform: rotate(45deg); }
  .dz-img-overlay13:hover:before, .dz-img-overlay13:hover:after,
  .dz-img-overlay13:hover:before,
  .dz-img-overlay13:hover:after {
    left: auto;
    right: -320px;
    top: 160px; }

/*  */
.overlay-secondary-light,
.overlay-secondary-middle,
.overlay-secondary-dark,
.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-primary-gradient-light,
.overlay-primary-gradient-middle,
.overlay-primary-gradient-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
  position: relative; }
  .overlay-secondary-light:before,
  .overlay-secondary-middle:before,
  .overlay-secondary-dark:before,
  .overlay-black-light:before,
  .overlay-black-middle:before,
  .overlay-black-dark:before,
  .overlay-primary-gradient-light:before,
  .overlay-primary-gradient-middle:before,
  .overlay-primary-gradient-dark:before,
  .overlay-gradient-light:before,
  .overlay-gradient-middle:before,
  .overlay-gradient-dark:before,
  .overlay-white-light:before,
  .overlay-white-middle:before,
  .overlay-white-dark:before,
  .overlay-primary-light:before,
  .overlay-primary-middle:before,
  .overlay-primary-dark:before,
  .overlay-primary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .overlay-secondary-light .container,
  .overlay-secondary-light .container-fluid,
  .overlay-secondary-light .container-sm,
  .overlay-secondary-light .container-md,
  .overlay-secondary-light .container-lg,
  .overlay-secondary-light .container-xl,
  .overlay-secondary-light .container-xxl,
  .overlay-secondary-middle .container,
  .overlay-secondary-middle .container-fluid,
  .overlay-secondary-middle .container-sm,
  .overlay-secondary-middle .container-md,
  .overlay-secondary-middle .container-lg,
  .overlay-secondary-middle .container-xl,
  .overlay-secondary-middle .container-xxl,
  .overlay-secondary-dark .container,
  .overlay-secondary-dark .container-fluid,
  .overlay-secondary-dark .container-sm,
  .overlay-secondary-dark .container-md,
  .overlay-secondary-dark .container-lg,
  .overlay-secondary-dark .container-xl,
  .overlay-secondary-dark .container-xxl,
  .overlay-black-light .container,
  .overlay-black-light .container-fluid,
  .overlay-black-light .container-sm,
  .overlay-black-light .container-md,
  .overlay-black-light .container-lg,
  .overlay-black-light .container-xl,
  .overlay-black-light .container-xxl,
  .overlay-black-middle .container,
  .overlay-black-middle .container-fluid,
  .overlay-black-middle .container-sm,
  .overlay-black-middle .container-md,
  .overlay-black-middle .container-lg,
  .overlay-black-middle .container-xl,
  .overlay-black-middle .container-xxl,
  .overlay-black-dark .container,
  .overlay-black-dark .container-fluid,
  .overlay-black-dark .container-sm,
  .overlay-black-dark .container-md,
  .overlay-black-dark .container-lg,
  .overlay-black-dark .container-xl,
  .overlay-black-dark .container-xxl,
  .overlay-primary-gradient-light .container,
  .overlay-primary-gradient-light .container-fluid,
  .overlay-primary-gradient-light .container-sm,
  .overlay-primary-gradient-light .container-md,
  .overlay-primary-gradient-light .container-lg,
  .overlay-primary-gradient-light .container-xl,
  .overlay-primary-gradient-light .container-xxl,
  .overlay-primary-gradient-middle .container,
  .overlay-primary-gradient-middle .container-fluid,
  .overlay-primary-gradient-middle .container-sm,
  .overlay-primary-gradient-middle .container-md,
  .overlay-primary-gradient-middle .container-lg,
  .overlay-primary-gradient-middle .container-xl,
  .overlay-primary-gradient-middle .container-xxl,
  .overlay-primary-gradient-dark .container,
  .overlay-primary-gradient-dark .container-fluid,
  .overlay-primary-gradient-dark .container-sm,
  .overlay-primary-gradient-dark .container-md,
  .overlay-primary-gradient-dark .container-lg,
  .overlay-primary-gradient-dark .container-xl,
  .overlay-primary-gradient-dark .container-xxl,
  .overlay-gradient-light .container,
  .overlay-gradient-light .container-fluid,
  .overlay-gradient-light .container-sm,
  .overlay-gradient-light .container-md,
  .overlay-gradient-light .container-lg,
  .overlay-gradient-light .container-xl,
  .overlay-gradient-light .container-xxl,
  .overlay-gradient-middle .container,
  .overlay-gradient-middle .container-fluid,
  .overlay-gradient-middle .container-sm,
  .overlay-gradient-middle .container-md,
  .overlay-gradient-middle .container-lg,
  .overlay-gradient-middle .container-xl,
  .overlay-gradient-middle .container-xxl,
  .overlay-gradient-dark .container,
  .overlay-gradient-dark .container-fluid,
  .overlay-gradient-dark .container-sm,
  .overlay-gradient-dark .container-md,
  .overlay-gradient-dark .container-lg,
  .overlay-gradient-dark .container-xl,
  .overlay-gradient-dark .container-xxl,
  .overlay-white-light .container,
  .overlay-white-light .container-fluid,
  .overlay-white-light .container-sm,
  .overlay-white-light .container-md,
  .overlay-white-light .container-lg,
  .overlay-white-light .container-xl,
  .overlay-white-light .container-xxl,
  .overlay-white-middle .container,
  .overlay-white-middle .container-fluid,
  .overlay-white-middle .container-sm,
  .overlay-white-middle .container-md,
  .overlay-white-middle .container-lg,
  .overlay-white-middle .container-xl,
  .overlay-white-middle .container-xxl,
  .overlay-white-dark .container,
  .overlay-white-dark .container-fluid,
  .overlay-white-dark .container-sm,
  .overlay-white-dark .container-md,
  .overlay-white-dark .container-lg,
  .overlay-white-dark .container-xl,
  .overlay-white-dark .container-xxl,
  .overlay-primary-light .container,
  .overlay-primary-light .container-fluid,
  .overlay-primary-light .container-sm,
  .overlay-primary-light .container-md,
  .overlay-primary-light .container-lg,
  .overlay-primary-light .container-xl,
  .overlay-primary-light .container-xxl,
  .overlay-primary-middle .container,
  .overlay-primary-middle .container-fluid,
  .overlay-primary-middle .container-sm,
  .overlay-primary-middle .container-md,
  .overlay-primary-middle .container-lg,
  .overlay-primary-middle .container-xl,
  .overlay-primary-middle .container-xxl,
  .overlay-primary-dark .container,
  .overlay-primary-dark .container-fluid,
  .overlay-primary-dark .container-sm,
  .overlay-primary-dark .container-md,
  .overlay-primary-dark .container-lg,
  .overlay-primary-dark .container-xl,
  .overlay-primary-dark .container-xxl,
  .overlay-primary .container,
  .overlay-primary .container-fluid,
  .overlay-primary .container-sm,
  .overlay-primary .container-md,
  .overlay-primary .container-lg,
  .overlay-primary .container-xl,
  .overlay-primary .container-xxl {
    position: relative;
    z-index: 1; }

.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before {
  background: #000; }

.overlay-secondary-light:before,
.overlay-secondary-middle:before,
/*.overlay-secondary-dark:before {*/
/*  background: var(--bs-secondary); }*/

.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }

.overlay-primary-gradient-light:before,
.overlay-primary-gradient-middle:before,
.overlay-primary-gradient-dark:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, var(--bs-primary) 100%); }

.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before {
  background: #FFF; }

.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before {
  background: var(--bs-light); }

.overlay-primary-light:before,
.overlay-white-light:before,
.overlay-gradient-light:before,
.overlay-primary-gradient-light:before,
.overlay-secondary-light:before,
.overlay-black-light:before {
  opacity: 0.4; }

.overlay-primary-middle:before,
.overlay-white-middle:before,
.overlay-gradient-middle:before,
.overlay-primary-gradient-middle:before,
.overlay-black-middle:before,
/*.overlay-secondary-middle:before {
  opacity: 0.7; }*/

.overlay-primary-dark:before,
.overlay-white-dark:before,
.overlay-gradient-dark:before,
.overlay-primary-gradient-dark:before,
.overlay-black-dark:before,
.overlay-secondary-dark:before {
  opacity: 0.90; }

.overlay-opacity-95:before {
  opacity: 0.95; }

.overlay-opacity-10:before {
  opacity: 0.1; }

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  .overlay-bx .align-b {
    height: auto;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0); }
  .overlay-bx .align-m {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px; }

.overlay-icon {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px; }
  .overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px; }
    .overlay-icon a i {
      background-color: #FFF; }

.overlay-bx:hover a > i,
.dz-media:hover .overlay-bx a > i,
.dz-box-bx:hover .overlay-bx a > i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.overlay-bx:hover,
.dz-media:hover .overlay-bx,
.dz-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible; }

.gallery-box-1 .overlay-bx .overlay-icon span i,
.gallery-box-1 .overlay-bx .overlay-icon a i {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer; }

.gallery-box-1 .overlay-bx .icon-bx-xs {
  width: 60px;
  height: 60px;
  line-height: 60px; }

.img-overlay-gradients {
  position: relative; }
  .img-overlay-gradients:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }
  .img-overlay-gradients.gradients-secondary:before {
    background: -moz-linear-gradient(bottom, transparent 0%, var(--bs-secondary) 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, var(--bs-secondary) 100%);
    background: linear-gradient(to bottom, transparent 0%, var(--bs-secondary) 100%); }
  .img-overlay-gradients.gradients-primary:before {
    background: -moz-linear-gradient(bottom, transparent 0%, var(--bs-primary) 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, var(--bs-primary) 100%);
    background: linear-gradient(to bottom, transparent 0%, var(--bs-primary) 100%); }

.overlay-shine .dz-media {
  position: relative;
  overflow: hidden; }
  .overlay-shine .dz-media:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }

.overlay-shine:hover .dz-media:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.dz-box.style-1 .dz-maximize {
  opacity: 0; }

.dz-box.style-1:hover .dz-maximize {
  opacity: 1; }

.gradient-primary {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(var(--bs-primary-rgb), 0.05) 100%); }

.gradient-primary-light {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, var(--bs-primary) 100%); }

.gradient-bottom-light {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--bs-body-bg) 100%); }

.gradient-top-light {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--bs-body-bg) 100%); }

.owl-none .owl-nav {
  display: none; }

.owl-nav button.owl-prev, .owl-nav button.owl-next {
  cursor: pointer;
  transition: all 0.5s;
  display: inline-block;
  font-size: 24px !important;
  font-weight: 500 !important; }

.owl-theme .owl-nav,
.owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots {
  text-align: center; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #d6d6d6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
      background: #869791; }

.owl-theme.owl-dots-1 .owl-dots .owl-dot span {
  background-color: #dadada;
  width: 15px;
  height: 15px;
  margin: 5px; }

.owl-theme.owl-dots-1 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-1 .owl-dots .owl-dot.active span {
  background-color: var(--bs-primary); }

.owl-theme.owl-dots-2 .owl-dots {
  margin-top: 40px;
  position: unset;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto; }
  .owl-theme.owl-dots-2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .owl-theme.owl-dots-2 .owl-dots .owl-dot span {
      height: 10px;
      width: 10px;
      margin: 0;
      border-radius: 0; }
    .owl-theme.owl-dots-2 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-2 .owl-dots .owl-dot.active span {
      background-color: var(--bs-primary); }

.owl-theme.owl-dots-3 .owl-dots {
  margin-top: 40px;
  position: unset;
  display: block;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto; }
  .owl-theme.owl-dots-3 .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .owl-theme.owl-dots-3 .owl-dots .owl-dot span {
      height: 8px;
      width: 8px;
      margin: 0;
      background-color: #898c90;
      border-radius: 8px; }
    .owl-theme.owl-dots-3 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-3 .owl-dots .owl-dot.active span {
      background-color: var(--bs-primary); }

.owl-btn-top-c .owl-nav {
  text-align: center; }

.owl-btn-top-l .owl-nav {
  text-align: left; }
  .owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0; }

.owl-btn-top-r .owl-nav {
  position: absolute;
  top: -125px;
  right: 0;
  margin: 0; }
  .owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0; }

.owl-btn-top-lr .owl-nav {
  text-align: left; }
  .owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right; }

.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
  padding: 40px 8px; }

.owl-btn-center .owl-nav {
  justify-content: center; }

.owl-btn-center-lr .owl-prev,
.owl-btn-center-lr .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer; }

.owl-btn-center-lr .owl-prev {
  left: -110px; }

.owl-btn-center-lr .owl-next {
  left: auto;
  right: -110px; }

@media only screen and (max-width: 1480px) {
  .owl-btn-center-lr .owl-prev {
    left: -40px; }
  .owl-btn-center-lr .owl-next {
    right: -40px; } }

@media only screen and (max-width: 1199px) {
  .owl-btn-center-lr .owl-prev {
    left: -20px; }
  .owl-btn-center-lr .owl-next {
    right: -20px; } }

.owl-carousel .owl-item img {
  transform-style: inherit; }

.owl-btn-1 .owl-nav button.owl-prev, .owl-btn-1 .owl-nav button.owl-next {
  border-radius: 3px;
  line-height: 40px;
  margin: 0 20px !important;
  padding: 0;
  text-align: center;
  color: var(--bs-primary) !important;
  font-size: 35px;
  height: auto;
  width: auto;
  background-color: transparent;
  position: relative; }
  .owl-btn-1 .owl-nav button.owl-prev:before, .owl-btn-1 .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 3px;
    position: absolute;
    font-weight: 400;
    top: 8px;
    color: #444444; }
  .owl-btn-1 .owl-nav button.owl-prev:hover, .owl-btn-1 .owl-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1; }
  @media only screen and (max-width: 991px) {
    .owl-btn-1 .owl-nav button.owl-prev, .owl-btn-1 .owl-nav button.owl-next {
      margin: 0 10px !important; } }

.owl-btn-1 .owl-nav button.owl-prev {
  padding: 0 30px 0 0px !important; }
  .owl-btn-1 .owl-nav button.owl-prev:before {
    content: "PREV";
    right: 0; }

.owl-btn-1 .owl-nav button.owl-next {
  padding: 0 0 0 30px !important; }
  .owl-btn-1 .owl-nav button.owl-next:before {
    content: "NEXT";
    left: 0; }

.owl-btn-1.btn-white .owl-nav .owl-prev,
.owl-btn-1.btn-white .owl-nav .owl-next {
  color: #fff; }
  .owl-btn-1.btn-white .owl-nav .owl-prev:hover,
  .owl-btn-1.btn-white .owl-nav .owl-next:hover {
    color: #fff; }

.owl-btn-2.owl-btn-rounded .owl-nav .owl-prev,
.owl-btn-2.owl-btn-rounded .owl-nav .owl-next {
  border-radius: 8px; }

.owl-btn-2 .owl-nav .owl-prev,
.owl-btn-2 .owl-nav .owl-next {
  height: 60px;
  line-height: 60px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 60px;
  box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.2); }
  @media only screen and (max-width: 575px) {
    .owl-btn-2 .owl-nav .owl-prev,
    .owl-btn-2 .owl-nav .owl-next {
      height: 40px;
      line-height: 40px;
      width: 40px;
      font-size: 18px !important; } }

.owl-btn-3 .owl-nav .owl-prev,
.owl-btn-3 .owl-nav .owl-next {
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 45px; }

.owl-btn-primary .owl-nav button.owl-prev, .owl-btn-primary .owl-nav button.owl-next {
  background-color: var(--bs-primary);
  color: #ffffff;
  transition: all 0.5s; }
  .owl-btn-primary .owl-nav button.owl-prev:hover, .owl-btn-primary .owl-nav button.owl-next:hover {
    background-color: #ffffff;
    color: var(--bs-primary); }

.owl-btn-white .owl-prev,
.owl-btn-white .owl-next {
  background-color: #ffffff;
  color: var(--bs-primary);
  transition: all 0.5s; }
  .owl-btn-white .owl-prev:hover,
  .owl-btn-white .owl-next:hover {
    background-color: var(--bs-primary);
    color: #ffffff; }

.owl-dots-none .owl-dots {
  display: none; }

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-primary-full .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px; }

.owl-dots-white-full .owl-dots .owl-dot:active span, .owl-dots-white-full .owl-dots .owl-dot.active span,
.owl-dots-black-full .owl-dots .owl-dot:active span,
.owl-dots-black-full .owl-dots .owl-dot.active span,
.owl-dots-primary-full .owl-dots .owl-dot:active span,
.owl-dots-primary-full .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--bs-primary); }

.owl-dots-white-big .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px; }

.owl-dots-white-big .owl-dots .owl-dot:active span,
.owl-dots-black-big .owl-dots .owl-dot:active span,
.owl-dots-primary-big .owl-dots .owl-dot:active span {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px 4px 2px 4px; }

.owl-dots-primary-full .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  background-color: var(--bs-primary); }

.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span {
  background-color: #333; }

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-white-big .owl-dots .owl-dot span {
  background-color: #f5f5f5; }

/* owl num count */
.owl-num-count .owl-dots {
  text-align: right;
  counter-reset: li;
  justify-content: center;
  display: flex; }
  .owl-num-count .owl-dots .owl-dot {
    padding: 5px 2px !important;
    cursor: pointer;
    font-size: 18px;
    position: relative; }
    .owl-num-count .owl-dots .owl-dot span {
      width: 20px;
      height: 5px;
      border-radius: 10px;
      transition: all 0.5s;
      background-color: transparent; }
    .owl-num-count .owl-dots .owl-dot:before {
      content: "0" counter(li, decimal);
      counter-increment: li;
      font-weight: 600;
      color: #777777;
      font-size: 18px; }
    .owl-num-count .owl-dots .owl-dot.active:before {
      color: var(--bs-primary); }
    .owl-num-count .owl-dots .owl-dot.active span {
      background-color: var(--bs-primary); }

.dz-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
  vertical-align: middle; }
  .dz-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .dz-img-effect.opacity img:hover {
    opacity: 0.8; }
  .dz-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s; }
  .dz-img-effect.zoom-slow:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .dz-img-effect.zoom:hover img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  .dz-img-effect.shrink:hover img {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8); }
  .dz-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .dz-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .dz-img-effect.fade-in {
    background: #000; }
    .dz-img-effect.fade-in img {
      opacity: 0.65; }
    .dz-img-effect.fade-in:hover img {
      opacity: 1; }
  .dz-img-effect.fade-out {
    background: #000; }
    .dz-img-effect.fade-out:hover img {
      opacity: 0.7; }
  .dz-img-effect.rotate:hover img {
    -moz-transform: scale(1.3) rotate(-20deg);
    -webkit-transform: scale(1.3) rotate(-20deg);
    -o-transform: scale(1.3) rotate(-20deg);
    -ms-transform: scale(1.3) rotate(-20deg);
    transform: scale(1.3) rotate(-20deg); }
  .dz-img-effect.image-sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%); }
  .dz-img-effect.blurr img {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .dz-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px); }
  .dz-img-effect.blurr-invert img {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px); }
  .dz-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px); }
  .dz-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); }
  .dz-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1); }
  .dz-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1); }
  .dz-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); }

.dz-box:hover .dz-img-effect.rotate img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg); }

.pagination {
  margin-left: -5px;
  margin-right: -5px;
  flex-wrap: wrap; }
  .pagination.text-center {
    justify-content: center; }
  .pagination li {
    padding-left: 5px;
    padding-right: 5px; }
    .pagination li .page-numbers,
    .pagination li .page-link {
      height: 50px;
      min-width: 50px;
      line-height: 50px;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      border: 0;
      padding: 0 10px;
      text-align: center;
      color: var(--bs-heading-color);
      border-radius: 0 !important;
      background-color: #fff;
      box-shadow: 0 0 20px rgba(var(--bs-secondary-rgb), 0.02); }
      .pagination li .page-numbers.current, .pagination li .page-numbers.active, .pagination li .page-numbers:hover,
      .pagination li .page-link.current,
      .pagination li .page-link.active,
      .pagination li .page-link:hover {
        color: #fff;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary); }
  .pagination.pagination-rounded-circle .page-numbers,
  .pagination.pagination-rounded-circle .page-link {
    border-radius: 50px !important; }
  .pagination.pagination-rounded .page-numbers,
  .pagination.pagination-rounded .page-link {
    border-radius: var(--radius-sm) !important; }
  .pagination.pagination-lg li .page-numbers,
  .pagination.pagination-lg li .page-link {
    height: 60px;
    min-width: 60px;
    line-height: 60px; }
  .pagination.pagination-sm li .page-numbers,
  .pagination.pagination-sm li .page-link {
    height: 40px;
    min-width: 40px;
    line-height: 40px; }
  @media only screen and (max-width: 767px) {
    .pagination li .page-numbers,
    .pagination li .page-link {
      height: 40px;
      min-width: 40px;
      line-height: 40px; }
    .pagination.pagination-lg li .page-numbers,
    .pagination.pagination-lg li .page-link {
      height: 50px;
      min-width: 50px;
      line-height: 50px; }
    .pagination.pagination-sm li .page-numbers,
    .pagination.pagination-sm li .page-link {
      height: 30px;
      min-width: 30px;
      line-height: 30px; } }

.content-wrapper.style-1 .dz-media {
  border-radius: 30px;
  overflow: hidden; }

.content-wrapper.style-1 .content-media {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .content-wrapper.style-1 .content-media {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-1 .content-media {
      margin-left: 0;
      margin-right: 0; } }
  .content-wrapper.style-1 .content-media .item1 {
    position: absolute;
    top: 40px;
    border-radius: 45px;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-1 .content-media .item1 {
        top: 200px; } }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-1 .content-media .item1 {
        position: static; } }
  .content-wrapper.style-1 .content-media .item2 {
    position: absolute;
    bottom: -55px; }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-1 .content-media .item2 {
        bottom: 20px; } }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-1 .content-media .item2 {
        position: static; } }
  .content-wrapper.style-1 .content-media:not(.right) {
    padding-right: 25px; }
    @media only screen and (max-width: 1199px) {
      .content-wrapper.style-1 .content-media:not(.right) {
        padding-left: 80px; } }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-1 .content-media:not(.right) {
        padding-right: 65px;
        padding-left: 30px; } }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-1 .content-media:not(.right) {
        padding-right: 0;
        padding-left: 0; } }
    .content-wrapper.style-1 .content-media:not(.right) .item1 {
      left: -125px;
      padding: 30px 30px 30px 0; }
      @media only screen and (max-width: 1480px) {
        .content-wrapper.style-1 .content-media:not(.right) .item1 {
          left: -50px;
          padding: 10px 10px 10px 0; } }
      @media only screen and (max-width: 1199px) {
        .content-wrapper.style-1 .content-media:not(.right) .item1 {
          left: 0; } }
      @media only screen and (max-width: 575px) {
        .content-wrapper.style-1 .content-media:not(.right) .item1 {
          padding: 0;
          margin-top: 15px; } }
    /*.content-wrapper.style-1 .content-media:not(.right) .item2 {*/
    /*  right: 0; }*/
  .content-wrapper.style-1 .content-media.right {
    padding-left: 95px; }
    @media only screen and (max-width: 1199px) {
      .content-wrapper.style-1 .content-media.right {
        padding-right: 80px; } }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-1 .content-media.right {
        padding-left: 65px;
        padding-right: 30px; } }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-1 .content-media.right {
        padding-right: 0;
        padding-left: 0; } }
    .content-wrapper.style-1 .content-media.right .item1 {
      right: -125px;
      padding: 30px 0 30px 30px; }
      @media only screen and (max-width: 1480px) {
        .content-wrapper.style-1 .content-media.right .item1 {
          right: -50px;
          padding: 10px 0 10px 10px; } }
      @media only screen and (max-width: 1199px) {
        .content-wrapper.style-1 .content-media.right .item1 {
          right: 0; } }
      @media only screen and (max-width: 575px) {
        .content-wrapper.style-1 .content-media.right .item1 {
          padding: 0; } }
    .content-wrapper.style-1 .content-media.right .item2 {
      left: 0; }

/*@media only screen and (max-width: 1199px) {
  .content-wrapper.style-1 {
    flex-direction: column-reverse; } }*/

.content-wrapper.style-2 .content-media {
  width: 650px;
  position: relative; }
  .content-wrapper.style-2 .content-media .dz-media {
    padding-right: 150px; }
  .content-wrapper.style-2 .content-media .item1 {
    bottom: 65px;
    left: -80px;
    position: absolute; }
    @media only screen and (max-width: 1480px) {
      .content-wrapper.style-2 .content-media .item1 {
        left: -40px; } }
  .content-wrapper.style-2 .content-media .item2 {
    bottom: 220px;
    right: 80px;
    position: absolute; }
  .content-wrapper.style-2 .content-media .circle-wrapper {
    width: 650px;
    aspect-ratio: 1 / 1;
    position: absolute;
    z-index: -1;
    bottom: -100px;
    left: -60px; }
    .content-wrapper.style-2 .content-media .circle-wrapper .circle1,
    .content-wrapper.style-2 .content-media .circle-wrapper .circle2 {
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      aspect-ratio: 1 / 1;
      border: 2px solid rgba(255, 255, 255, 0.1); }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle1 span,
      .content-wrapper.style-2 .content-media .circle-wrapper .circle2 span {
        background-color: var(--bs-primary);
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: absolute; }
    .content-wrapper.style-2 .content-media .circle-wrapper .circle1 {
      width: 80%;
      -webkit-animation: circleWrapper 25s linear infinite;
      -moz-animation: circleWrapper 25s linear infinite;
      -ms-animation: circleWrapper 25s linear infinite;
      -o-animation: circleWrapper 25s linear infinite;
      animation: circleWrapper 25s linear infinite; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle1 span:nth-child(1) {
        right: 70px;
        top: 70px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle1 span:nth-child(2) {
        left: 10px;
        top: 163px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle1 span:nth-child(3) {
        right: 15px;
        bottom: 150px; }
    .content-wrapper.style-2 .content-media .circle-wrapper .circle2 {
      width: 100%;
      -webkit-animation: circleWrapper 50s linear infinite;
      -moz-animation: circleWrapper 50s linear infinite;
      -ms-animation: circleWrapper 50s linear infinite;
      -o-animation: circleWrapper 50s linear infinite;
      animation: circleWrapper 50s linear infinite; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle2 span:nth-child(1) {
        left: 78px;
        top: 100px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle2 span:nth-child(2) {
        right: 2px;
        bottom: 250px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle2 span:nth-child(3) {
        left: 0px;
        bottom: 250px; }

@media only screen and (max-width: 1380px) {
  .content-wrapper.style-2 .content-media {
    width: 550px;
    margin-left: -40px; }
    .content-wrapper.style-2 .content-media .dz-media {
      padding-right: 80px; }
    .content-wrapper.style-2 .content-media .circle-wrapper {
      width: 600px; }
    .content-wrapper.style-2 .content-media .item2 {
      right: 20px; } }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-2 {
    flex-direction: column-reverse; }
    .content-wrapper.style-2 .content-media {
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      .content-wrapper.style-2 .content-media .dz-media {
        padding-right: 80px; } }

@media only screen and (max-width: 767px) {
  .content-wrapper.style-2 .content-media .dz-media {
    padding-right: 50px; }
  .content-wrapper.style-2 .circle-wrapper {
    width: 550px; }
    .content-wrapper.style-2 .circle-wrapper .circle1 span:nth-child(1) {
      right: 60px;
      top: 70px; }
    .content-wrapper.style-2 .circle-wrapper .circle1 span:nth-child(2) {
      left: 10px;
      top: 145px; }
    .content-wrapper.style-2 .circle-wrapper .circle1 span:nth-child(3) {
      bottom: 135px; }
    .content-wrapper.style-2 .circle-wrapper .circle2 span:nth-child(1) {
      left: 75px;
      top: 90px; }
    .content-wrapper.style-2 .circle-wrapper .circle2 span:nth-child(2) {
      bottom: 225px; }
    .content-wrapper.style-2 .circle-wrapper .circle2 span:nth-child(3) {
      bottom: 235px; } }

@media only screen and (max-width: 575px) {
  .content-wrapper.style-2 .content-media {
    width: 100%; }
    .content-wrapper.style-2 .content-media .dz-media {
      padding-right: 0; }
    .content-wrapper.style-2 .content-media .item1,
    .content-wrapper.style-2 .content-media .item2 {
      display: none; }
    .content-wrapper.style-2 .content-media .circle-wrapper {
      width: 350px;
      left: -10px;
      bottom: 0; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle1 span:nth-child(1) {
        right: 10px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle1 span:nth-child(2) {
        top: 70px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle1 span:nth-child(3) {
        bottom: 60px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle2 span:nth-child(1) {
        top: 20px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle2 span:nth-child(2) {
        bottom: 225px; }
      .content-wrapper.style-2 .content-media .circle-wrapper .circle2 span:nth-child(3) {
        bottom: 215px; } }

.content-wrapper.style-3 .content-media {
  position: relative;
  padding-bottom: 40px; }
  .content-wrapper.style-3 .content-media .dz-media {
    height: 510px;
    background-color: var(--bs-light); }
    .content-wrapper.style-3 .content-media .dz-media img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    @media only screen and (max-width: 991px) {
      .content-wrapper.style-3 .content-media .dz-media {
        height: 420px; } }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-3 .content-media .dz-media {
        height: 320px; } }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-3 .content-media .dz-media {
        height: 250px; } }
  .content-wrapper.style-3 .content-media .dz-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 15px 15px 0 0;
    border-radius: 0 25px 0 0; }
    .content-wrapper.style-3 .content-media .dz-btn::before, .content-wrapper.style-3 .content-media .dz-btn::after {
      content: "";
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 0V50H50C22.3858 50 0 27.6142 0 0Z' fill='white'/></svg>");
      width: 25px;
      height: 25px;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .content-wrapper.style-3 .content-media .dz-btn:before {
      left: 0;
      top: -25px; }
    .content-wrapper.style-3 .content-media .dz-btn:after {
      right: -25px;
      bottom: 0; }

.content-wrapper.style-3 .dz-media {
  border-radius: 15px;
  overflow: hidden; }

.content-wrapper.style-3 .item1 {
  position: absolute;
  bottom: 0;
  right: 45px;
  max-width: 480px;
  width: 480px; }

.content-wrapper.style-3 .row > *:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, white 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5; }

@media only screen and (max-width: 1480px) {
  .content-wrapper.style-3 .item1 {
    right: 25px;
    max-width: 450px;
    width: 450px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-3 .item1 {
    max-width: 350px;
    width: 350px; } }

@media only screen and (max-width: 767px) {
  .content-wrapper.style-3 .item1 {
    max-width: 100%;
    width: 100%;
    position: static;
    margin-top: 20px; } }

@media only screen and (max-width: 575px) {
  .content-wrapper.style-4 {
    padding-bottom: 50px; } }

.content-wrapper.style-4 .map-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 23px;
  left: 0;
  bottom: 0; }
  .content-wrapper.style-4 .map-wrapper iframe {
    margin-bottom: -8px;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-4 .map-wrapper {
      display: none; } }

.content-wrapper.style-4 .content-info {
  height: 100%;
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 1;
  min-height: 500px; }
  .content-wrapper.style-4 .content-info::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    border-top: 23px solid transparent;
    border-left: 15px solid var(--bs-secondary);
    border-right: 10px solid transparent;
    opacity: 0.8; }
  .content-wrapper.style-4 .content-info .section-head {
    margin-bottom: 30px; }
    .content-wrapper.style-4 .content-info .section-head .title {
      font-size: 28px;
      font-weight: 600; }
    .content-wrapper.style-4 .content-info .section-head p {
      font-size: 15px;
      opacity: 0.7; }
  @media only screen and (max-width: 991px) {
    .content-wrapper.style-4 .content-info {
      padding: 25px; }
      .content-wrapper.style-4 .content-info .section-head {
        margin-bottom: 25px; }
        .content-wrapper.style-4 .content-info .section-head .title {
          font-size: 24px; }
        .content-wrapper.style-4 .content-info .section-head p {
          font-size: 14px; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-4 .content-info {
      border-radius: var(--radius-xl); }
      .content-wrapper.style-4 .content-info::after {
        display: none; } }

.content-wrapper.style-5 .dz-media {
  border-radius: 20px; }

.content-wrapper.style-5 .content-media {
  position: relative; }
  .content-wrapper.style-5 .content-media .item1 {
    position: absolute;
    bottom: 20px;
    right: 28px;
    left: 28px;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 20px 15px 25px;
    display: flex;
    justify-content: space-between;
    gap: 15px; }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-5 .content-media .item1 {
        flex-direction: column;
        padding: 15px; } }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-5 .content-media .item1 {
        bottom: 10px;
        right: 10px;
        left: 10px; } }

.content-wrapper.style-5 .content-info {
  padding-right: 30px; }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-5 .content-info {
    padding-right: 0; } }

.content-wrapper.style-6 .content-media {
  position: relative;
  transform: translateX(-30px); }
  .content-wrapper.style-6 .content-media .item1 {
    position: absolute;
    bottom: 150px;
    left: 0; }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-6 .content-media .item1 {
        bottom: 60px; } }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-6 .content-media {
    transform: translateX(0);
    margin-left: -30px;
    margin-right: -30px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-6 {
    flex-direction: column-reverse; }
    .content-wrapper.style-6 .content-media {
      margin-left: auto;
      margin-right: auto;
      max-width: 500px; } }

.content-wrapper.style-7 .content-media {
  position: relative;
  margin-right: 50px; }
  .content-wrapper.style-7 .content-media .dz-media {
    border-radius: var(--radius-xl); }
    .content-wrapper.style-7 .content-media .dz-media img {
      -webkit-mask-image: url(../images/shape1.svg);
      mask-image: url(../images/shape1.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 99%;
      mask-size: 99%; }
  .content-wrapper.style-7 .content-media .item1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 182px; }
  @media only screen and (max-width: 1480px) {
    .content-wrapper.style-7 .content-media .item1 {
      width: 170px; } }
  @media only screen and (max-width: 1380px) {
    .content-wrapper.style-7 .content-media {
      margin-right: 0; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-7 .content-media .item1 {
      width: 106px; } }

.content-wrapper.style-7 .row-wrapper {
  --bs-gutter-y: 40px;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-7 .row-wrapper {
      --bs-gutter-y: 20px; } }
  .content-wrapper.style-7 .row-wrapper > * {
    position: relative; }
    .content-wrapper.style-7 .row-wrapper > *:nth-child(1)::after, .content-wrapper.style-7 .row-wrapper > *:nth-child(3)::after {
      content: "";
      width: 1px;
      height: 100%;
      opacity: 0.2;
      right: 0;
      position: absolute; }
    .content-wrapper.style-7 .row-wrapper > *:nth-child(1)::before, .content-wrapper.style-7 .row-wrapper > *:nth-child(2)::before {
      content: "";
      width: 100%;
      height: 1px;
      opacity: 0.2;
      position: absolute;
      right: 0;
      bottom: -20px; }
    .content-wrapper.style-7 .row-wrapper > *:nth-child(1)::after {
      background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, white 100%);
      bottom: -20px; }
    .content-wrapper.style-7 .row-wrapper > *:nth-child(1)::before {
      background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, white 100%); }
    .content-wrapper.style-7 .row-wrapper > *:nth-child(2)::before {
      background: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, white 100%); }
    .content-wrapper.style-7 .row-wrapper > *:nth-child(3)::after {
      background: linear-gradient(to top, rgba(30, 87, 153, 0) 0%, white 100%);
      top: -20px; }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-7 .row-wrapper > *::before, .content-wrapper.style-7 .row-wrapper > *::after {
        content: none !important; } }

.content-wrapper.style-8 .form-wrapper {
  margin-left: 60px;
  margin-bottom: -40px; }

@media only screen and (max-width: 1380px) {
  .content-wrapper.style-8 .form-wrapper {
    margin-left: 0; } }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-8 .form-body {
    padding: 35px 30px; }
  .content-wrapper.style-8 .title-head {
    margin-bottom: 30px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-8 {
    flex-direction: column-reverse; }
    .content-wrapper.style-8 .form-wrapper {
      margin-bottom: 30px; } }

.content-wrapper.style-9 .content-media {
  position: relative; }
  @media only screen and (min-width: 1199px) {
    .content-wrapper.style-9 .content-media:not(.right) {
      margin-left: 50px; }
    .content-wrapper.style-9 .content-media.right {
      margin-right: 50px; } }
  .content-wrapper.style-9 .content-media > .dz-media {
    position: relative;
    width: 530px;
    z-index: 1;
    padding: 0 35px;
    overflow: unset;
    margin-left: auto;
    margin-right: auto; }
    .content-wrapper.style-9 .content-media > .dz-media::after {
      content: "";
      height: 420px;
      width: 100%;
      position: absolute;
      border-radius: 30px;
      background-color: var(--bs-primary);
      box-shadow: 0 0 50px rgba(var(--bs-primary-rgb), 0.3);
      bottom: 0;
      left: 0;
      z-index: -1; }
  .content-wrapper.style-9 .content-media .item1,
  .content-wrapper.style-9 .content-media .item2 {
    position: absolute; }
  .content-wrapper.style-9 .content-media .item1 {
    right: -50px;
    bottom: 60px;
    z-index: 1; }
  .content-wrapper.style-9 .content-media .item2 {
    z-index: 1;
    left: -40px;
    bottom: 175px;
    width: 310px; }
  @media only screen and (max-width: 1380px) {
    .content-wrapper.style-9 .content-media > .dz-media {
      width: 480px;
      padding: 0 25px; }
    .content-wrapper.style-9 .content-media .item1 {
      right: -20px; }
    .content-wrapper.style-9 .content-media .item2 {
      left: -50px; } }
  @media only screen and (max-width: 1199px) {
    .content-wrapper.style-9 .content-media {
      margin-left: auto;
      margin-right: auto; }
      .content-wrapper.style-9 .content-media .item1,
      .content-wrapper.style-9 .content-media .item2 {
        display: none; }
      .content-wrapper.style-9 .content-media > .dz-media {
        width: 420px; }
        .content-wrapper.style-9 .content-media > .dz-media::after {
          height: 300px; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-9 .content-media > .dz-media {
      width: 100%; }
      .content-wrapper.style-9 .content-media > .dz-media::after {
        height: 200px;
        border-radius: 15px; } }

.content-wrapper.style-10 .content-media {
  display: inline-block;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-left: 70px; }
  .content-wrapper.style-10 .content-media .media1,
  .content-wrapper.style-10 .content-media .media2,
  .content-wrapper.style-10 .content-media .media3,
  .content-wrapper.style-10 .content-media .media4 {
    overflow: hidden;
    border-radius: 20px; }
    .content-wrapper.style-10 .content-media .media1 img,
    .content-wrapper.style-10 .content-media .media2 img,
    .content-wrapper.style-10 .content-media .media3 img,
    .content-wrapper.style-10 .content-media .media4 img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .content-wrapper.style-10 .content-media .media1 {
    width: 180px;
    height: 180px;
    align-self: end; }
  .content-wrapper.style-10 .content-media .media2 {
    width: 370px;
    height: 330px; }
  .content-wrapper.style-10 .content-media .media3 {
    width: 375px;
    height: 220px; }
  .content-wrapper.style-10 .content-media .media4 {
    width: 175px;
    height: 150px; }
  .content-wrapper.style-10 .content-media .item1 {
    position: absolute;
    left: 15px;
    top: 15px; }
    .content-wrapper.style-10 .content-media .item1 img {
      width: 100%; }
  .content-wrapper.style-10 .content-media .item2 {
    position: absolute;
    right: -15%;
    top: 32%; }

.content-wrapper.style-10 .circle-wrapper {
  width: 675px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%); }
  .content-wrapper.style-10 .circle-wrapper img {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-animation: circleWrapper 25s linear infinite;
    -moz-animation: circleWrapper 25s linear infinite;
    -ms-animation: circleWrapper 25s linear infinite;
    -o-animation: circleWrapper 25s linear infinite;
    animation: circleWrapper 25s linear infinite; }
  .content-wrapper.style-10 .circle-wrapper .circle1,
  .content-wrapper.style-10 .circle-wrapper .circle2 {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1 / 1;
    border: 1px dashed rgba(var(--bs-body-color-rgb), 0.2); }
    .content-wrapper.style-10 .circle-wrapper .circle1 span,
    .content-wrapper.style-10 .circle-wrapper .circle2 span {
      background-color: var(--bs-secondary);
      display: block;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      position: absolute; }
  .content-wrapper.style-10 .circle-wrapper .circle1 {
    width: 80%;
    -webkit-animation: circleWrapper 25s linear infinite;
    -moz-animation: circleWrapper 25s linear infinite;
    -ms-animation: circleWrapper 25s linear infinite;
    -o-animation: circleWrapper 25s linear infinite;
    animation: circleWrapper 25s linear infinite; }
    .content-wrapper.style-10 .circle-wrapper .circle1 span:nth-child(1) {
      right: 15%;
      top: 12%; }
    .content-wrapper.style-10 .circle-wrapper .circle1 span:nth-child(2) {
      left: 3%;
      top: 29%; }
    .content-wrapper.style-10 .circle-wrapper .circle1 span:nth-child(3) {
      right: 8%;
      bottom: 21%; }
  .content-wrapper.style-10 .circle-wrapper .circle2 {
    width: 100%;
    -webkit-animation: circleWrapper 50s linear infinite;
    -moz-animation: circleWrapper 50s linear infinite;
    -ms-animation: circleWrapper 50s linear infinite;
    -o-animation: circleWrapper 50s linear infinite;
    animation: circleWrapper 50s linear infinite; }
    .content-wrapper.style-10 .circle-wrapper .circle2 span:nth-child(1) {
      left: 10%;
      top: 18%; }
    .content-wrapper.style-10 .circle-wrapper .circle2 span:nth-child(2) {
      right: 1%;
      bottom: 35%; }
    .content-wrapper.style-10 .circle-wrapper .circle2 span:nth-child(3) {
      left: 0%;
      bottom: 40%; }

.content-wrapper.style-10 .media-top,
.content-wrapper.style-10 .media-bottom {
  display: flex;
  gap: 15px; }

.content-wrapper.style-10 .media-bottom {
  margin-top: 15px; }

@media only screen and (max-width: 1380px) {
  .content-wrapper.style-10 .circle-wrapper {
    width: 550px; }
  .content-wrapper.style-10 .content-media .media1 {
    width: 125px;
    height: 125px; }
  .content-wrapper.style-10 .content-media .media2 {
    width: 315px;
    height: 265px; }
  .content-wrapper.style-10 .content-media .media3 {
    width: 310px;
    height: 175px; }
  .content-wrapper.style-10 .content-media .media4 {
    width: 130px;
    height: 120px; }
  .content-wrapper.style-10 .content-media .item1 {
    left: 10px;
    top: 25px;
    width: 100px; } }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-10 .content-media {
    margin-left: 0px; }
  .content-wrapper.style-10 .item2 {
    display: none; }
  .content-wrapper.style-10 .circle-wrapper {
    width: 85%; } }

@media only screen and (max-width: 575px) {
  .content-wrapper.style-10 .content-media .media1 {
    width: 100px;
    height: 100px; }
  .content-wrapper.style-10 .content-media .media2 {
    width: 215px;
    height: 175px; }
  .content-wrapper.style-10 .content-media .media3 {
    width: 200px;
    height: 150px; }
  .content-wrapper.style-10 .content-media .media4 {
    width: 115px;
    height: 115px; }
  .content-wrapper.style-10 .content-media .item1 {
    left: 15px;
    top: 5px;
    width: 60px; }
  .content-wrapper.style-10 .circle-wrapper {
    display: none; } }

.content-wrapper.style-11 .counter-item {
  margin-left: -45px; }
  .content-wrapper.style-11 .counter-item > *:nth-child(2) {
    transform: translateX(45px); }

.content-wrapper.style-11 .content-media {
  position: relative;
  padding-bottom: 30px; }
  .content-wrapper.style-11 .content-media .dz-media {
    border-radius: 200px 200px 30px 30px;
    height: 540px; }
    .content-wrapper.style-11 .content-media .dz-media img {
      height: 100%;
      object-fit: cover; }

.content-wrapper.style-11 .content-info {
  padding-left: 40px;
  padding-right: 40px; }

.content-wrapper.style-11 .item1 {
  position: absolute;
  left: -60px;
  bottom: 80px; }

.content-wrapper.style-11 .item2 {
  position: absolute;
  left: -80px;
  top: 80px; }

.content-wrapper.style-11 .item3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .content-wrapper.style-11 .item3 svg {
    margin: 0 -40px 0 -35px; }

.content-wrapper.style-11 .media1 {
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(var(--bs-secondary-rgb), 0.1);
  height: 185px;
  width: 185px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-wrapper.style-11 .media1 img {
    width: 65%; }

@media (max-width: 1380px) {
  .content-wrapper.style-11 .counter-item {
    margin-left: 0; }
  .content-wrapper.style-11 .counter-item > *:nth-child(2) {
    transform: translateX(0); } }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-11 .content-info {
    padding-left: 35px;
    padding-right: 0; }
  .content-wrapper.style-11 .item3 svg {
    margin: 0 -35px 0 -30px; }
  .content-wrapper.style-11 .item2 {
    left: -40px; }
  .content-wrapper.style-11 .item1 {
    left: -40px; }
  .content-wrapper.style-11 .media1 {
    height: 100px;
    width: 100px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-11 .content-info {
    padding-left: 0; }
  .content-wrapper.style-11 .item3 svg {
    margin: 0 -38px 0 -33px; } }

@media only screen and (max-width: 767px) {
  .content-wrapper.style-11 .counter-item {
    --bs-gutter-x: 15px; }
  .content-wrapper.style-11 .item3 svg {
    margin: 0 -44px 0 -38px; }
  .content-wrapper.style-11 .content-media {
    margin: 0 30px; } }

@media only screen and (max-width: 575px) {
  .content-wrapper.style-11 .content-media .dz-media {
    height: 380px; }
  .content-wrapper.style-11 .item3 svg {
    margin: 0 -25px 12px -24px; }
  .content-wrapper.style-11 .content-media {
    margin: 0 25px; } }

.content-wrapper.style-12 .content-media {
  margin-top: -100px;
  margin-right: -50px;
  margin-left: -30px; }

.content-wrapper.style-12 .content-info {
  padding-top: 80px;
  padding-bottom: 70px;
  margin-right: 30px; }

@media only screen and (max-width: 1480px) {
  .content-wrapper.style-12 {
    margin-top: 30px; } }

@media only screen and (max-width: 1380px) {
  .content-wrapper.style-12 .content-info {
    padding-top: 50px;
    padding-bottom: 40px; } }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-12 {
    margin-top: 0; }
    .content-wrapper.style-12 .content-media {
      margin-right: -25px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-12 .content-info {
    margin-right: 0; }
  .content-wrapper.style-12 .content-media {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center; } }

.content-wrapper.style-13 .word-rotate-box:after {
  background: rgba(255, 255, 255, 0.95); }

.content-wrapper.style-13 .content-media {
  margin-left: -40px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 85px; }
  .content-wrapper.style-13 .content-media .dz-media {
    z-index: 1;
    border-radius: 0px 0px 0px 150px;
    height: 620px; }
    .content-wrapper.style-13 .content-media .dz-media img {
      height: 100%;
      object-fit: cover; }
  .content-wrapper.style-13 .content-media .item4 {
    position: absolute;
    top: 30px;
    left: -30px;
    height: 100%;
    width: 218px; }
    .content-wrapper.style-13 .content-media .item4 svg {
      width: 100%;
      height: 100%; }
  .content-wrapper.style-13 .content-media .item3 {
    position: absolute;
    bottom: -85px;
    z-index: 2;
    left: 26%;
    transform: translateX(-50%); }

.content-wrapper.style-13 .info-content {
  position: relative; }
  .content-wrapper.style-13 .info-content .bottom-media {
    position: absolute;
    bottom: -11%;
    right: -12%; }
    .content-wrapper.style-13 .info-content .bottom-media img {
      max-width: 150px;
      height: auto; }
    .content-wrapper.style-13 .info-content .bottom-media .item1 {
      position: absolute;
      transform: rotate(-20deg);
      left: -60%; }

@media only screen and (max-width: 1480px) {
  .content-wrapper.style-13 .content-media {
    margin-left: 0; }
  .content-wrapper.style-13 .info-content .bottom-media {
    right: -30px; }
    .content-wrapper.style-13 .info-content .bottom-media img {
      max-width: 120px; } }

@media only screen and (max-width: 1380px) {
  .content-wrapper.style-13 .info-content .bottom-media {
    display: none; }
  .content-wrapper.style-13 .content-media .dz-media {
    height: 520px;
    border-radius: 0px 0px 0px 120px; }
  .content-wrapper.style-13 .content-media .item4 {
    width: 40%; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-13 .content-media {
    margin-left: 30px;
    padding-right: 0; }
    .content-wrapper.style-13 .content-media .item4 {
      width: 31%; }
    .content-wrapper.style-13 .content-media .item3 {
      bottom: -65px; } }

@media only screen and (max-width: 767px) {
  .content-wrapper.style-13 .content-media .item4 {
    width: 42%; }
  .content-wrapper.style-13 .content-media .item3 {
    left: 40%; } }

@media only screen and (max-width: 575px) {
  .content-wrapper.style-13 .content-media {
    margin-left: 15px; }
    .content-wrapper.style-13 .content-media .dz-media {
      height: 350px;
      border-radius: 0px 0px 0px 80px; }
    .content-wrapper.style-13 .content-media .item4 {
      left: -15px;
      width: 38%; } }

.content-wrapper.style-14 .content-media .img1 img,
.content-wrapper.style-14 .content-media .img2 img {
  border-radius: var(--radius-lg);
  width: 100%;
  object-fit: cover; }

.content-wrapper.style-14 .content-media .img1 {
  position: relative; }
  .content-wrapper.style-14 .content-media .img1 .call-widget {
    height: 52px;
    bottom: 25px;
    left: 20px;
    right: 20px; }
    .content-wrapper.style-14 .content-media .img1 .call-widget .active {
      width: 46px;
      height: 46px; }
  .content-wrapper.style-14 .content-media .img1 .video-bx1 {
    position: absolute;
    top: 61%;
    left: -12%;
    border-radius: 15px 15px 0px 15px;
    padding: 12px 20px; }
    .content-wrapper.style-14 .content-media .img1 .video-bx1 span {
      font-size: 14px; }

.content-wrapper.style-14 .content-info {
  padding-right: 50px; }

.content-wrapper.style-14 .img1 img {
  height: 450px; }

.content-wrapper.style-14 .img2 img {
  height: 345px; }

.content-wrapper.style-14 .widget-rating2 {
  margin-top: 50px;
  box-shadow: none;
  width: 100%;
  padding: 25px 25px 55px 25px;
  margin-bottom: -30px; }
  .content-wrapper.style-14 .widget-rating2 img {
    width: 60px;
    min-width: 60px; }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-14 .widget-rating2 {
    padding: 20px 20px 50px 20px; }
    .content-wrapper.style-14 .widget-rating2 img {
      width: 44px;
      min-width: 45px; }
  .content-wrapper.style-14 .content-info {
    padding-right: 0; }
  .content-wrapper.style-14 .content-media .img1 .video-bx1 {
    display: none; } }

@media only screen and (max-width: 767px) {
  .content-wrapper.style-14 .widget-rating2 {
    margin-top: 20px; }
  .content-wrapper.style-14 .img2 img {
    height: 255px; }
  .content-wrapper.style-14 .img1 img {
    height: 335px; } }

.content-wrapper.style-15 .content-info {
  margin-left: -20px;
  margin-right: -20px;
  height: 690px; }

.content-wrapper.style-15 .content-media {
  margin-right: 50px; }
  .content-wrapper.style-15 .content-media .dz-media {
    height: 690px; }
    .content-wrapper.style-15 .content-media .dz-media img {
      height: 100%;
      object-fit: cover; }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-15 .content-media {
    margin-right: 30px; }
    .content-wrapper.style-15 .content-media .dz-media {
      height: 450px; }
  .content-wrapper.style-15 .content-info {
    height: 450px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-15 .content-media {
    margin-right: 0; }
    .content-wrapper.style-15 .content-media .dz-media {
      height: 450px; }
  .content-wrapper.style-15 .content-info {
    height: 550px;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .content-wrapper.style-15 .content-info {
    height: 100%; } }

.content-wrapper.style-16 {
  min-height: 400px;
  margin-left: -100px;
  margin-right: -100px;
  border-radius: 60px;
  padding: 120px 100px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  overflow: hidden; }
  .content-wrapper.style-16::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--bs-light) 20%); }
  @media only screen and (max-width: 1480px) {
    .content-wrapper.style-16 {
      min-height: 300px;
      margin-left: 0;
      margin-right: 0;
      border-radius: 30px;
      padding: 80px 50px; } }
  @media only screen and (max-width: 991px) {
    .content-wrapper.style-16 {
      min-height: 250px;
      border-radius: 20px;
      padding: 35px 30px; } }
  @media only screen and (max-width: 767px) {
    .content-wrapper.style-16 {
      min-height: 200px; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-16 {
      padding: 25px 15px;
      min-height: 150px;
      background-size: 75%; }
      .content-wrapper.style-16 .section-head .title {
        font-size: 24px;
        margin-bottom: 15px; } }

.content-wrapper.style-17 .content-info {
  margin-bottom: 70px; }
  @media only screen and (max-width: 1480px) {
    .content-wrapper.style-17 .content-info {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-17 .content-info {
      margin-bottom: 0; } }

.content-wrapper.style-17 .content-media {
  position: relative; }
  .content-wrapper.style-17 .content-media > .dz-media {
    position: relative;
    z-index: 1;
    padding: 0 100px 0 50px; }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-17 .content-media > .dz-media {
        padding: 0 30px 0 30px; } }

.content-wrapper.style-17 .item1,
.content-wrapper.style-17 .item2,
.content-wrapper.style-17 .item3 {
  position: absolute; }

.content-wrapper.style-17 .item1 {
  bottom: -100px;
  left: -65px;
  text-align: center;
  right: 15px; }
  .content-wrapper.style-17 .item1 svg {
    -webkit-animation: circleWrapper2 25s linear infinite;
    -moz-animation: circleWrapper2 25s linear infinite;
    -ms-animation: circleWrapper2 25s linear infinite;
    -o-animation: circleWrapper2 25s linear infinite;
    animation: circleWrapper2 25s linear infinite; }

.content-wrapper.style-17 .item2 {
  left: -15px;
  top: 45%;
  z-index: 1; }

.content-wrapper.style-17 .item3 {
  bottom: 75px;
  right: 25px;
  width: 320px;
  z-index: 1; }

@media only screen and (max-width: 575px) {
  .content-wrapper.style-17 .item2,
  .content-wrapper.style-17 .item3 {
    display: none; }
  .content-wrapper.style-17 .item1 {
    left: 0;
    right: 0; } }

.content-wrapper.style-18 .map-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  left: 0;
  bottom: 0; }
  .content-wrapper.style-18 .map-wrapper iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -8px; }
  @media only screen and (max-width: 991px) {
    .content-wrapper.style-18 .map-wrapper {
      position: relative;
      height: 550px;
      padding-top: 0; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-18 .map-wrapper {
      height: 450px; } }

.content-wrapper.style-18 .item1 {
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .content-wrapper.style-18 .item1 {
      margin-bottom: 30px;
      margin-top: 30px; } }

.content-wrapper.style-19::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="495" height="375" viewBox="0 0 495 375" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M117.752 0C52.8196 0 0 52.8196 0 117.753C0 180.392 49.1573 231.769 110.922 235.318C111.991 246.864 111.189 278.294 81.0721 322.014C78.7954 325.312 79.2086 329.76 82.0362 332.588C94.3604 344.912 101.977 352.674 107.308 358.102C114.284 365.2 117.469 368.441 122.128 372.671C123.707 374.104 125.7 374.825 127.702 374.825C129.646 374.825 131.583 374.145 133.147 372.792C185.626 327.127 243.923 232.774 235.489 117.153C230.546 49.271 181.032 0 117.752 0ZM127.783 355.193C125.523 352.966 122.946 350.34 119.146 346.475C114.528 341.768 108.191 335.318 98.5818 325.676C135.132 269.356 128.228 229.242 125.207 223.489C123.772 220.758 120.831 218.919 117.752 218.919C61.9752 218.919 16.5938 173.537 16.5938 117.753C16.5938 61.9752 61.9752 16.5937 117.752 16.5937C172.087 16.5937 214.641 59.3907 218.943 118.352C228.423 248.396 151.134 332.831 127.783 355.193Z" fill="%2330A7B8"/><path d="M494.165 117.153C489.206 49.2793 439.685 0 376.421 0C311.488 0 258.66 52.8196 258.66 117.753C258.66 180.392 307.826 231.769 369.598 235.318C370.668 246.856 369.857 278.269 339.733 322.014C337.456 325.312 337.87 329.76 340.697 332.588C352.972 344.863 360.572 352.609 365.904 358.029C372.912 365.175 376.113 368.433 380.796 372.678C382.376 374.104 384.377 374.825 386.371 374.825C388.315 374.825 390.252 374.145 391.815 372.784C444.294 327.118 502.592 232.766 494.165 117.153ZM386.451 355.193C384.174 352.949 381.574 350.308 377.741 346.403C373.123 341.703 366.812 335.27 357.242 325.676C393.792 269.348 386.897 229.242 383.883 223.489C382.449 220.767 379.5 218.919 376.421 218.919C320.635 218.919 275.254 173.537 275.254 117.753C275.254 61.9752 320.635 16.5937 376.421 16.5937C430.747 16.5937 473.309 59.3907 477.62 118.36C487.091 248.388 409.803 332.831 386.451 355.193Z" fill="%2330A7B8"/></svg>');
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  bottom: 35px;
  z-index: 0;
  opacity: 0.05;
  background-position: bottom; }

.content-wrapper.style-19 .swiper {
  overflow: unset; }

.content-wrapper.style-19 .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important; }

.content-wrapper.style-19 .pagination-align {
  display: flex;
  align-items: center;
  position: absolute;
  right: 60px;
  bottom: 30px; }
  .content-wrapper.style-19 .pagination-align .btn-prev,
  .content-wrapper.style-19 .pagination-align .btn-next {
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 10px; }

.content-wrapper.style-19 .content-media {
  position: relative;
  margin-right: 60px;
  height: 560px; }
  .content-wrapper.style-19 .content-media img {
    height: 100%;
    width: 100%; }
  .content-wrapper.style-19 .content-media .video-bx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-19 .content-media {
    margin-right: 30px;
    height: 450px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-19 .content-media {
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .content-wrapper.style-19 .content-media {
    height: 380px; } }

@media only screen and (max-width: 575px) {
  .content-wrapper.style-19 .content-media {
    height: 300px; } }

.content-wrapper.style-20 {
  position: relative;
  display: flex;
  min-height: 600px;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .content-wrapper.style-20::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-primary);
    opacity: 0.1; }
  .content-wrapper.style-20 .dz-media {
    margin-left: -100px; }
  .content-wrapper.style-20 .item1,
  .content-wrapper.style-20 .item2 {
    width: 125px;
    position: absolute; }
  .content-wrapper.style-20 .item1 {
    top: 15%;
    left: 150px; }
  .content-wrapper.style-20 .item2 {
    bottom: 10px;
    right: 8%; }
  @media only screen and (max-width: 1680px) {
    .content-wrapper.style-20 {
      min-height: 450px; }
      .content-wrapper.style-20 .dz-media {
        margin-left: -50px; }
      .content-wrapper.style-20 .item1,
      .content-wrapper.style-20 .item2 {
        width: 80px; }
      .content-wrapper.style-20 .item2 {
        right: 5%; } }
  @media only screen and (max-width: 1480px) {
    .content-wrapper.style-20 .dz-media {
      margin-left: 0; }
    .content-wrapper.style-20 .item2 {
      right: 0; } }
  @media only screen and (max-width: 1199px) {
    .content-wrapper.style-20 .dz-media {
      margin-left: -100px; } }
  @media only screen and (max-width: 991px) {
    .content-wrapper.style-20 {
      min-height: 350px; }
      .content-wrapper.style-20 .item1 {
        left: 100px; }
      .content-wrapper.style-20 .item1,
      .content-wrapper.style-20 .item2 {
        width: 60px; } }
  @media only screen and (max-width: 767px) {
    .content-wrapper.style-20 {
      padding-top: 40px; }
      .content-wrapper.style-20 .dz-media {
        margin-left: 0; }
      .content-wrapper.style-20 .item1,
      .content-wrapper.style-20 .item2 {
        display: none; }
      .content-wrapper.style-20 .title {
        margin-bottom: 25px; } }

.content-wrapper.style-21 {
  background-blend-mode: color-burn;
  background-position: right bottom;
  background-size: contain; }
  .content-wrapper.style-21 .content-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%; }
    .content-wrapper.style-21 .content-media img {
      height: 100%;
      object-fit: cover; }
    .content-wrapper.style-21 .content-media .item1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-21 .content-media {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        border-radius: var(--radius-md);
        overflow: hidden;
        margin-bottom: 20px; } }

.content-wrapper.style-22 {
  overflow: hidden; }
  .content-wrapper.style-22 .content-info {
    position: relative;
    padding: 100px 0 100px 70px;
    margin-left: 40px; }
    .content-wrapper.style-22 .content-info::after {
      content: "";
      height: 100%;
      width: 100vw;
      position: absolute;
      background-color: var(--bs-light);
      left: 0;
      top: 0;
      border-radius: 50px 0 0 50px;
      z-index: -1;
      float: left; }
    @media only screen and (max-width: 1199px) {
      .content-wrapper.style-22 .content-info {
        padding: 70px 0 70px 50px; } }
    @media only screen and (max-width: 991px) {
      .content-wrapper.style-22 .content-info {
        margin-left: 0; }
        .content-wrapper.style-22 .content-info::after {
          border-radius: 20px 0 0 20px; } }
    @media only screen and (max-width: 767px) {
      .content-wrapper.style-22 .content-info {
        padding: 30px 0 40px 30px; } }
    @media only screen and (max-width: 575px) {
      .content-wrapper.style-22 .content-info {
        padding: 20px; }
        .content-wrapper.style-22 .content-info::after {
          border-radius: 15px;
          width: 100%; } }

.content-wrapper.style-23 {
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .content-wrapper.style-23 {
      padding: 70px 0 70px; } }
  @media only screen and (max-width: 767px) {
    .content-wrapper.style-23 {
      padding: 50px 0 50px; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper.style-23 {
      padding: 40px 0 40px; } }
  .content-wrapper.style-23 .content-media {
    width: 50vw;
    float: right;
    height: 100%; }
    .content-wrapper.style-23 .content-media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 991px) {
      .content-wrapper.style-23 .content-media {
        width: 100%; } }
  .content-wrapper.style-23:not(.right) .content-info {
    padding: 100px 0 70px 100px; }
    @media only screen and (max-width: 1480px) {
      .content-wrapper.style-23:not(.right) .content-info {
        padding: 70px 0 40px 50px; } }
    @media only screen and (max-width: 1199px) {
      .content-wrapper.style-23:not(.right) .content-info {
        padding: 70px 0 40px 10px; } }
    @media only screen and (max-width: 991px) {
      .content-wrapper.style-23:not(.right) .content-info {
        padding: 30px 0 0; } }
  .content-wrapper.style-23.right .content-info {
    padding: 100px 100px 70px 0; }
    @media only screen and (max-width: 1480px) {
      .content-wrapper.style-23.right .content-info {
        padding: 70px 50px 40px 0; } }
    @media only screen and (max-width: 1199px) {
      .content-wrapper.style-23.right .content-info {
        padding: 70px 10px 40px 0; } }
    @media only screen and (max-width: 991px) {
      .content-wrapper.style-23.right .content-info {
        padding: 0 0 30px; } }
  .content-wrapper.style-23.right .content-media {
    float: left; }

.content-wrapper.style-24 .content-media {
  margin-right: -80px;
  margin-left: 50px;
  margin-bottom: -70px; }

.content-wrapper.style-24.right .content-media {
  margin-right: 50px;
  margin-left: -80px; }

@media only screen and (max-width: 1199px) {
  .content-wrapper.style-24 .content-media {
    margin-right: -30px;
    margin-left: 0; }
  .content-wrapper.style-24.right .content-media {
    margin-right: 0;
    margin-left: -30px; } }

@media only screen and (max-width: 991px) {
  .content-wrapper.style-24 .content-media {
    margin-right: 0;
    margin-left: 0; }
  .content-wrapper.style-24.right .content-media {
    margin-right: 0;
    margin-left: 0; }
  .content-wrapper.style-24.right > .container > .row {
    flex-direction: column-reverse; } }

.content-bx.style-1 .title {
  font-size: 18px;
  font-weight: 400; }

.content-bx.style-1 .content-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2; }

@media only screen and (max-width: 991px) {
  .content-bx.style-1 .content-text {
    font-size: 36px; }
  .content-bx.style-1 .title {
    font-size: 15px; } }

@media only screen and (max-width: 575px) {
  .content-bx.style-1 .content-text {
    font-size: 32px; }
  .content-bx.style-1 .title {
    font-size: 14px; } }

.content-bx.style-2 {
  color: var(--bs-secondary);
  padding: 12px 20px;
  font-size: 18px;
  max-width: 600px; }
  .content-bx.style-2:not(.right) {
    border-left: 4px solid var(--bs-color);
    background-image: linear-gradient(45deg, rgba(var(--bs-color-rgb), 0.1), transparent 80%); }
  .content-bx.style-2.right {
    border-right: 4px solid var(--bs-color);
    background-image: linear-gradient(270deg, rgba(var(--bs-color-rgb), 0.1), transparent 80%);
    text-align: right; }
  .content-bx.style-2.primary {
    --bs-color: var(--bs-primary);
    --bs-color-rgb: var(--bs-primary-rgb); }
  .content-bx.style-2.secondary {
    --bs-color: var(--bs-secondary);
    --bs-color-rgb: var(--bs-secondary-rgb); }
  .content-bx.style-2.info {
    --bs-color: var(--bs-info);
    --bs-color-rgb: var(--bs-info-rgb); }
  .content-bx.style-2.dark {
    --bs-color: var(--bs-dark);
    --bs-color-rgb: var(--bs-dark-rgb); }
  .content-bx.style-2.light {
    --bs-color: var(--bs-light);
    --bs-color-rgb: var(--bs-light-rgb); }
  .content-bx.style-2.success {
    --bs-color: var(--bs-success);
    --bs-color-rgb: var(--bs-success-rgb); }
  .content-bx.style-2.warning {
    --bs-color: var(--bs-warning);
    --bs-color-rgb: var(--bs-warning-rgb); }
  @media only screen and (max-width: 1199px) {
    .content-bx.style-2 {
      font-size: 16px; } }
  @media only screen and (max-width: 575px) {
    .content-bx.style-2 {
      font-size: 15px; } }

.content-bx.style-3 {
  background-image: url(../images/bg1_1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 35px;
  border-radius: 15px;
  background-size: cover;
  background-blend-mode: color-burn;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .content-bx.style-3 .title {
    font-size: 18px;
    font-weight: 400; }
  .content-bx.style-3 .content-text {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2; }
  .content-bx.style-3.bg-color1 {
    background-color: #FFF5F9; }
  .content-bx.style-3.bg-color2 {
    background-color: #EFF9FF; }
  .content-bx.style-3.bg-color3 {
    background-color: #FDF5E8; }
  .content-bx.style-3:hover {
    transform: translateY(-8px); }
  @media only screen and (max-width: 991px) {
    .content-bx.style-3 {
      padding: 20px; }
      .content-bx.style-3 .content-text {
        font-size: 32px; }
      .content-bx.style-3 .title {
        font-size: 14px; } }
  @media only screen and (max-width: 575px) {
    .content-bx.style-3 .content-text {
      font-size: 32px; }
    .content-bx.style-3 .title {
      font-size: 14px; }
    .content-bx.style-3.m-b30 {
      margin-bottom: 15px; } }

.content-bx.style-4 {
  background: #fff;
  padding: 30px 30px 0;
  color: #fff;
  border-radius: 15px;
  padding-bottom: 0; }
  .content-bx.style-4 .title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff; }
    .content-bx.style-4 .title span {
      font-weight: 400;
      display: block; }
  .content-bx.style-4 p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px; }
  .content-bx.style-4 .btn-link {
    font-size: 28px; }
  .content-bx.style-4 .dz-media {
    width: 245px;
    height: 275px;
    margin-left: auto;
    margin-right: auto; }
    .content-bx.style-4 .dz-media img {
      height: 100%;
      object-fit: cover; }

.content-bx.style-5 {
  background: #fff;
  padding: 30px;
  border-radius: var(--radius-md);
  width: 330px;
  box-shadow: var(--bs-box-shadow-sm); }
  .content-bx.style-5 .content-logo {
    margin-bottom: 25px;
    width: 150px; }
  .content-bx.style-5 .btn-close {
    padding: 0;
    top: 20px;
    right: 20px;
    font-size: 20px;
    background: none;
    opacity: 1;
    width: auto;
    height: auto; }
  @media only screen and (max-width: 575px) {
    .content-bx.style-5 {
      padding: 20px;
      width: 300px;
      margin-bottom: 10px;
      margin-left: -5px; } }

.content-bx.style-6 {
  background-color: #fff;
  border-radius: var(--radius-lg);
  padding: 20px;
  display: flex;
  gap: 30px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .content-bx.style-6 .dz-media {
    width: 260px;
    min-width: 260px;
    height: 320px;
    border-radius: var(--radius-sm); }
  .content-bx.style-6 p {
    margin-bottom: 0; }
  .content-bx.style-6 .title {
    font-size: 20px; }
  .content-bx.style-6 .dz-footer {
    border-top: 1px solid rgba(var(--bs-secondary-rgb), 0.1);
    padding: 20px 0 0; }
  .content-bx.style-6 .dz-info {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1; }
  .content-bx.style-6:hover {
    transform: translateY(-5px); }
  @media only screen and (max-width: 767px) {
    .content-bx.style-6 {
      flex-direction: column;
      gap: 20px; }
      .content-bx.style-6 .dz-media {
        width: 100%;
        min-width: 100%;
        height: 280px; }
      .content-bx.style-6 .dz-info {
        padding: 0; } }

.content-bx.style-7 {
  background-color: var(--bs-secondary);
  border-radius: var(--radius-md);
  padding: 35px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }
  .content-bx.style-7 .flex-btn {
    flex: none; }
  .content-bx.style-7 .dz-title {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px; }
  .content-bx.style-7 span,
  .content-bx.style-7 p {
    font-size: 16px;
    color: #fff;
    font-weight: 300; }
  .content-bx.style-7.bg-light .dz-title {
    color: var(--title); }
  .content-bx.style-7.bg-light span,
  .content-bx.style-7.bg-light p {
    color: var(--title); }
  @media only screen and (max-width: 991px) {
    .content-bx.style-7 {
      padding: 30px 30px; }
      .content-bx.style-7 .dz-title {
        font-size: 24px; }
      .content-bx.style-7 span,
      .content-bx.style-7 p {
        font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .content-bx.style-7 {
      flex-direction: column;
      justify-content: center;
      text-align: center; } }

.content-bx.style-8 {
  padding: 60px;
  border-radius: var(--radius-xl);
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .content-bx.style-8 .title {
    font-size: 45px;
    font-weight: 700; }
  @media only screen and (max-width: 1480px) {
    .content-bx.style-8 {
      padding: 40px; }
      .content-bx.style-8 .title {
        font-size: 35px; } }
  @media only screen and (max-width: 767px) {
    .content-bx.style-8 {
      padding: 30px; }
      .content-bx.style-8 .title {
        font-size: 30px; } }
  @media only screen and (max-width: 575px) {
    .content-bx.style-8 {
      padding: 25px; }
      .content-bx.style-8 .title {
        font-size: 24px; } }
  .content-bx.style-8 p:last-child {
    margin-bottom: 0; }
  .content-bx.style-8:hover, .content-bx.style-8.active {
    background-color: var(--bs-primary);
    --bs-heading-color: #fff; }
    .content-bx.style-8:hover p, .content-bx.style-8.active p {
      color: #fff; }

.content-bx.style-9 {
  min-height: 480px;
  margin-left: -70px;
  margin-right: -70px;
  border-radius: var(--radius-xl);
  padding: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: var(--bs-light);
  position: relative;
  overflow: hidden;
  background-blend-mode: darken;
  align-items: center; }
  .content-bx.style-9 > * {
    z-index: 1; }
  .content-bx.style-9:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-light);
    opacity: 0.9;
    display: none; }
  .content-bx.style-9 .title {
    font-size: 45px;
    font-weight: 600; }
  .content-bx.style-9 p {
    font-size: 18px; }
  @media only screen and (max-width: 1480px) {
    .content-bx.style-9 {
      padding: 50px;
      margin-left: 0;
      margin-right: 0;
      min-height: 300px; }
      .content-bx.style-9 .btn.m-t40 {
        margin-top: 20px; }
      .content-bx.style-9 .title {
        font-size: 36px; } }
  @media only screen and (max-width: 1199px) {
    .content-bx.style-9 {
      padding: 30px; }
      .content-bx.style-9 p {
        font-size: 15px; }
      .content-bx.style-9 .title {
        font-size: 30px;
        margin-bottom: 10px; }
      .content-bx.style-9 .btn.m-t40 {
        margin-top: 10px; } }
  @media only screen and (max-width: 991px) {
    .content-bx.style-9:after {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .content-bx.style-9 {
      background-size: cover; }
      .content-bx.style-9 .title {
        font-size: 24px; } }

.content-bx.style-10 {
  --spacing: 120px;
  background-color: rgba(var(--bs-primary-rgb), 0.07);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-blend-mode: darken;
  min-height: 500px;
  align-items: center;
  margin-left: -150px;
  margin-right: -150px;
  padding: var(--spacing); }
  .content-bx.style-10 .dz-media {
    margin: calc(-1 * var(--spacing)) 50px calc(-1 * var(--spacing)) calc(-1 * var(--spacing)); }
  .content-bx.style-10 .title {
    font-size: 65px;
    line-height: 1.3;
    margin-bottom: 35px; }
  @media only screen and (max-width: 1480px) {
    .content-bx.style-10 {
      --spacing: 50px;
      margin-left: 0;
      margin-right: 0;
      min-height: 200px; }
      .content-bx.style-10 .title {
        font-size: 52px; } }
  @media only screen and (max-width: 1199px) {
    .content-bx.style-10 {
      --spacing: 30px; }
      .content-bx.style-10 .title {
        font-size: 36px; } }
  @media only screen and (max-width: 991px) {
    .content-bx.style-10 .title {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .content-bx.style-10 .dz-media {
      margin: calc(-1 * var(--spacing)) calc(-1 * var(--spacing)) 25px calc(-1 * var(--spacing)); } }
  @media only screen and (max-width: 575px) {
    .content-bx.style-10 {
      --spacing: 25px; }
      .content-bx.style-10 .title {
        font-size: 24px; }
      .content-bx.style-10 .dz-media {
        margin: calc(-1 * var(--spacing)) calc(-1 * var(--spacing)) 20px calc(-1 * var(--spacing)); } }

.content-bx.style-11 {
  padding: 100px 120px;
  border-radius: 40px; }
  .content-bx.style-11 p {
    font-size: 18px; }
  @media only screen and (max-width: 1480px) {
    .content-bx.style-11 {
      padding: 70px 80px;
      border-radius: 30px; }
      .content-bx.style-11 p {
        font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .content-bx.style-11 {
      padding: 50px;
      border-radius: 20px; } }
  @media only screen and (max-width: 575px) {
    .content-bx.style-11 {
      padding: 25px;
      border-radius: 10px; }
      .content-bx.style-11 p {
        font-size: 15px; } }

.dz-img-box.style-1 {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  padding: 18px 15px;
  gap: 12px;
  align-items: center;
  box-shadow: 0 0 35px rgba(var(--bs-secondary-rgb), 0.05); }
  .dz-img-box.style-1 .title {
    font-size: 18px;
    margin-bottom: 3px; }
  .dz-img-box.style-1 p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px; }
  .dz-img-box.style-1 .btn-link {
    text-decoration: none;
    color: var(--bs-primary);
    font-size: 14px; }
  .dz-img-box.style-1.grid-bx {
    flex-direction: column; }
  .dz-img-box.style-1.box-lg {
    padding: 45px 35px; }
    .dz-img-box.style-1.box-lg .dz-media {
      width: 150px; }
    .dz-img-box.style-1.box-lg .title {
      font-size: 24px;
      margin-bottom: 5px;
      font-weight: 700; }
    .dz-img-box.style-1.box-lg p {
      font-size: 16px;
      margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      .dz-img-box.style-1.box-lg {
        padding: 35px 25px; }
        .dz-img-box.style-1.box-lg .title {
          font-size: 20px; }
        .dz-img-box.style-1.box-lg p {
          font-size: 14px; }
        .dz-img-box.style-1.box-lg .btn-link {
          font-size: 13px; }
        .dz-img-box.style-1.box-lg .dz-media {
          width: 120px; } }

.dz-img-box.style-2 {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: var(--radius-md);
  border: 2px solid var(--bs-primary);
  display: flex;
  align-items: end;
  gap: 25px;
  box-shadow: 0 0 30px rgba(var(--bs-secondary-rgb), 0.05);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .dz-img-box.style-2 .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600; }
    .dz-img-box.style-2 .title img {
      width: 24px; }
  .dz-img-box.style-2 .inner-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7; }
  .dz-img-box.style-2 .dz-footer {
    margin-top: auto;
    padding-top: 20px; }
    .dz-img-box.style-2 .dz-footer .btn-link {
      text-decoration: none;
      font-weight: 500; }
  .dz-img-box.style-2 .dz-media {
    width: 175px;
    min-width: 175px;
    height: 175px;
    border-radius: 50%;
    position: relative;
    overflow: unset;
    padding: 25px;
    margin-right: -10px;
    margin-bottom: -10px; }
    .dz-img-box.style-2 .dz-media img {
      border-radius: 50%;
      height: 100%;
      object-fit: cover; }
    .dz-img-box.style-2 .dz-media::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("data:image/svg+xml,<svg width='177' height='177' viewBox='0 0 177 177' fill='none' xmlns='http://www.w3.org/2000/svg'><circle opacity='0.05' cx='88.5' cy='88.5' r='88' stroke='black'/><circle opacity='0.2' cx='88.5' cy='88.5' r='72' stroke='black'/><circle opacity='0.1' cx='89' cy='89' r='80.5' stroke='black'/></svg>");
      height: 100%;
      width: 100%;
      z-index: 1;
      background-size: 100%;
      background-position: center; }
  @media only screen and (max-width: 575px) {
    .dz-img-box.style-2 {
      padding: 25px 25px;
      flex-direction: column-reverse; }
      .dz-img-box.style-2 .dz-media {
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto; } }
  .dz-img-box.style-2:hover {
    transform: translateY(-5px); }

.dz-img-box.style-3 {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-left: -70px;
  margin-right: -70px; }
  .dz-img-box.style-3 .dz-media {
    border-radius: var(--radius-xl);
    height: 500px;
    width: 600px;
    min-width: 600px; }
    .dz-img-box.style-3 .dz-media img {
      height: 100%;
      object-fit: cover; }
  .dz-img-box.style-3 .dz-content {
    position: relative;
    padding: 80px 80px 80px 125px; }
  .dz-img-box.style-3 .title {
    font-size: 40px;
    margin-bottom: 20px; }
  .dz-img-box.style-3 p {
    font-size: 18px;
    margin-bottom: 25px; }
  .dz-img-box.style-3 .dz-number {
    position: absolute;
    font-size: 300px;
    color: var(--bs-primary);
    opacity: 0.05;
    font-weight: 800;
    line-height: 1;
    right: 50px;
    top: -20px;
    z-index: -1; }
  .dz-img-box.style-3.right {
    flex-direction: row-reverse; }
    .dz-img-box.style-3.right .dz-number {
      left: 100px;
      right: auto; }
    .dz-img-box.style-3.right .dz-content {
      padding: 80px 125px 80px 80px; }
  @media only screen and (max-width: 1480px) {
    .dz-img-box.style-3 {
      margin-left: 0;
      margin-right: 0; }
      .dz-img-box.style-3 .dz-number {
        font-size: 200px; }
      .dz-img-box.style-3 .dz-content {
        padding: 50px 50px 50px 80px; }
      .dz-img-box.style-3.right .dz-content {
        padding: 50px 80px 50px 50px; } }
  @media only screen and (max-width: 1380px) {
    .dz-img-box.style-3 {
      margin-bottom: 50px; }
      .dz-img-box.style-3 .dz-media {
        height: 400px;
        width: 500px;
        min-width: 500px; }
      .dz-img-box.style-3 .dz-content {
        padding: 30px 30px 30px 50px; }
      .dz-img-box.style-3 .title {
        font-size: 30px;
        margin-bottom: 10px; }
      .dz-img-box.style-3 p {
        font-size: 16px;
        margin-bottom: 20px; }
      .dz-img-box.style-3.right .dz-content {
        padding: 30px 50px 30px 30px; }
      .dz-img-box.style-3.right .dz-number {
        left: 0; } }
  @media only screen and (max-width: 1199px) {
    .dz-img-box.style-3 .dz-media {
      height: 300px;
      width: 400px;
      min-width: 400px; }
    .dz-img-box.style-3 .title {
      font-size: 24px; }
    .dz-img-box.style-3 p {
      font-size: 14px; }
    .dz-img-box.style-3 .dz-content {
      padding: 30px; }
    .dz-img-box.style-3.right .dz-content {
      padding: 30px; } }
  @media only screen and (max-width: 991px) {
    .dz-img-box.style-3 {
      flex-direction: column; }
      .dz-img-box.style-3 .dz-media {
        height: 400px;
        width: 100%;
        min-width: 100%; }
      .dz-img-box.style-3 .dz-number {
        font-size: 100px;
        left: 0;
        top: 0; }
      .dz-img-box.style-3.right {
        flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .dz-img-box.style-3 .dz-media {
      height: 320px; }
    .dz-img-box.style-3 .dz-content {
      padding: 20px; }
    .dz-img-box.style-3.right .dz-content {
      padding: 20px; } }
  @media only screen and (max-width: 575px) {
    .dz-img-box.style-3 .dz-media {
      height: 250px; }
    .dz-img-box.style-3 .dz-content {
      padding: 20px 0 0; }
    .dz-img-box.style-3.right .dz-content {
      padding: 20px 0 0; } }

.dz-img-box.style-4 {
  background-color: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 0 30px rgba(var(--bs-secondary-rgb), 0.05);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .dz-img-box.style-4:hover {
    transform: translateY(-5px); }
  .dz-img-box.style-4 .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600; }
    .dz-img-box.style-4 .title img {
      width: 24px; }
  .dz-img-box.style-4 .dz-content {
    padding: 18px 15px; }
  .dz-img-box.style-4 .dz-head {
    padding: 5px 20px; }
  .dz-img-box.style-4 .dz-footer {
    padding: 18px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto  -10px -10px; }
    .dz-img-box.style-4 .dz-footer .btn-link {
      text-decoration: none;
      font-weight: 500; }
  .dz-img-box.style-4 .dz-media {
    min-width: 190px;
    height: 190px;
    border-radius: var(--radius-lg); }
    .dz-img-box.style-4 .dz-media img {
      height: 100%;
      object-fit: cover; }

.dz-img-wrapper {
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  animation: ticker 0s linear infinite 0s normal;
  animation-duration: 0s;
  animation-duration: 60s; }
  .dz-img-wrapper .dz-media {
    background-color: #fff;
    border-radius: 20px; }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .dz-media {
        border-radius: 10px; } }
    .dz-img-wrapper .dz-media:not(.media-lg) {
      padding: 20px; }
      @media only screen and (max-width: 1199px) {
        .dz-img-wrapper .dz-media:not(.media-lg) {
          padding: 10px; } }
    .dz-img-wrapper .dz-media img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 20px; }
      @media only screen and (max-width: 1199px) {
        .dz-img-wrapper .dz-media img {
          border-radius: 10px; } }
  .dz-img-wrapper .left-wrapper,
  .dz-img-wrapper .right-wrapper {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    padding: 0 10px; }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .left-wrapper,
      .dz-img-wrapper .right-wrapper {
        padding: 0 5px; } }
    @media only screen and (max-width: 767px) {
      .dz-img-wrapper .left-wrapper,
      .dz-img-wrapper .right-wrapper {
        flex: 0 0 80%;
        width: 80%; } }
    @media only screen and (max-width: 575px) {
      .dz-img-wrapper .left-wrapper,
      .dz-img-wrapper .right-wrapper {
        flex: 0 0 100%;
        width: 100%; } }
  .dz-img-wrapper .media-inner {
    position: relative;
    z-index: 1;
    width: 33%;
    min-width: 33%; }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .media-inner {
        width: 30%;
        min-width: 30%; } }
  .dz-img-wrapper .media-sm {
    width: 100%;
    min-width: 100%;
    height: 245px; }
  .dz-img-wrapper .media-md {
    min-width: 100%;
    height: 445px;
    overflow: unset;
    position: relative; }
    .dz-img-wrapper .media-md::before, .dz-img-wrapper .media-md::after {
      content: "";
      width: 25px;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 0V50H50C22.3858 50 0 27.6142 0 0Z' fill='white'/></svg>");
      position: absolute;
      z-index: 1;
      height: 25px; }
      @media only screen and (max-width: 1199px) {
        .dz-img-wrapper .media-md::before, .dz-img-wrapper .media-md::after {
          width: 15px;
          height: 15px; } }
  .dz-img-wrapper .media-lg {
    min-width: 67%;
    height: 670px;
    width: 67%; }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .media-lg {
        min-width: 70%;
        width: 70%; } }
  @media only screen and (max-width: 1480px) {
    .dz-img-wrapper .media-sm {
      height: 200px; }
    .dz-img-wrapper .media-md {
      height: 400px; }
    .dz-img-wrapper .media-lg {
      height: 580px; } }
  @media only screen and (max-width: 1199px) {
    .dz-img-wrapper .media-sm {
      height: 150px; }
    .dz-img-wrapper .media-md {
      height: 280px; }
    .dz-img-wrapper .media-lg {
      height: 420px; } }
  @media only screen and (max-width: 991px) {
    .dz-img-wrapper .media-sm {
      height: 120px; }
    .dz-img-wrapper .media-md {
      height: 200px; }
    .dz-img-wrapper .media-lg {
      height: 310px; } }
  .dz-img-wrapper .left-wrapper .media-sm {
    margin-top: -20px;
    padding-right: 0; }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .left-wrapper .media-sm {
        margin-top: -10px; } }
  .dz-img-wrapper .left-wrapper .media-md {
    margin-left: -120px;
    border-radius: 0 0 0 20px;
    padding-right: 0; }
    .dz-img-wrapper .left-wrapper .media-md:after {
      left: 95px;
      bottom: -25px;
      transform: rotate(180deg); }
    .dz-img-wrapper .left-wrapper .media-md:before {
      left: -25px;
      top: 0;
      transform: rotate(180deg); }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .left-wrapper .media-md:after {
        left: 105px;
        bottom: -15px; }
      .dz-img-wrapper .left-wrapper .media-md:before {
        left: -15px; } }
    @media only screen and (max-width: 991px) {
      .dz-img-wrapper .left-wrapper .media-md {
        margin-left: -50px; }
        .dz-img-wrapper .left-wrapper .media-md:after {
          left: 35px; } }
  .dz-img-wrapper .right-wrapper .media-sm {
    margin-bottom: -20px;
    padding-left: 0; }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .right-wrapper .media-sm {
        margin-bottom: -10px; } }
  .dz-img-wrapper .right-wrapper .media-md {
    margin-right: -120px;
    padding-left: 0;
    border-radius: 0 20px 0 0; }
    .dz-img-wrapper .right-wrapper .media-md:after {
      right: -25px;
      bottom: 0; }
    .dz-img-wrapper .right-wrapper .media-md:before {
      right: 95px;
      top: -25px; }
    @media only screen and (max-width: 1199px) {
      .dz-img-wrapper .right-wrapper .media-md:after {
        right: -15px; }
      .dz-img-wrapper .right-wrapper .media-md:before {
        right: 105px;
        top: -15px; } }
    @media only screen and (max-width: 991px) {
      .dz-img-wrapper .right-wrapper .media-md {
        margin-right: -50px; }
        .dz-img-wrapper .right-wrapper .media-md:before {
          right: 35px; } }

.map-wrapper.style-1 {
  overflow: hidden;
  border-radius: 20px;
  /*min-height: 450px;*/
  height: 100%;
  position: relative; }
  .map-wrapper.style-1 iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -8px; }
  .map-wrapper.style-1 .item1 {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px; }
    @media only screen and (max-width: 1380px) {
      .map-wrapper.style-1 .item1 {
        left: 20px;
        right: 20px;
        bottom: 20px; } }
    @media only screen and (max-width: 575px) {
      .map-wrapper.style-1 .item1 {
        left: 10px;
        right: 10px;
        bottom: 10px; } }

.map-wrapper.style-2 {
  overflow: hidden;
  height: 600px;
  position: relative; }
  .map-wrapper.style-2 iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -8px; }
  .map-wrapper.style-2 .content-bx {
    width: 255px;
    padding-bottom: 15px;
    top: 150px;
    left: 600px; }
    @media only screen and (max-width: 991px) {
      .map-wrapper.style-2 .content-bx {
        top: 100px;
        left: 100px; } }
    @media only screen and (max-width: 575px) {
      .map-wrapper.style-2 .content-bx {
        top: 30px;
        left: 30px;
        width: 200px; } }
  .map-wrapper.style-2 .content-logo {
    margin-bottom: 10px;
    width: 120px; }
  .map-wrapper.style-2 .dz-footer {
    padding-top: 12px;
    margin-top: 15px;
    border-top: 1px solid rgba(var(--bs-secondary-rgb), 0.1); }
    .map-wrapper.style-2 .dz-footer .icon-link-hover-end {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .map-wrapper.style-2 {
      height: 400px; } }

.map-wrapper.style-3 {
  overflow: hidden;
  border-radius: var(--radius-lg);
  position: relative;
  height: 100%;
  min-height: 660px; }
  .map-wrapper.style-3 iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -8px; }
  .map-wrapper.style-3 .item1 {
    right: 100px;
    bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .map-wrapper.style-3 {
      min-height: 400px; }
      .map-wrapper.style-3 .item1 {
        right: 10px;
        bottom: 10px; } }

.map-wrapper.style-4 {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 480px;
  border-radius: var(--radius-lg);
  overflow: hidden; }
  .map-wrapper.style-4 iframe {
    border-radius: var(--radius-lg); }
  @media only screen and (max-width: 991px) {
    .map-wrapper.style-4 {
      height: 400px; } }
  @media only screen and (max-width: 575px) {
    .map-wrapper.style-4 {
      height: 300px;
      padding: 5px; } }

.dz-flex-wrapper {
  --service-count: 5;
  display: flex;
  counter-reset: counter-item; }
  @media only screen and (max-width: 1199px) {
    .dz-flex-wrapper {
      --service-count: 4; } }
  @media only screen and (max-width: 991px) {
    .dz-flex-wrapper {
      --service-count: 1; } }
  .dz-flex-wrapper .dz-flex-item {
    display: flex;
    position: relative;
    flex: 0 0 120px;
    transition: all 0.5s;
    background-position: center;
    margin: 0px 18px 0px 0px;
    overflow: hidden;
    width: 120px;
    gap: 0; }
    .dz-flex-wrapper .dz-flex-item:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 1380px) {
      .dz-flex-wrapper .dz-flex-item {
        flex: 0 0 100px;
        width: 100px; } }
    @media only screen and (max-width: 1199px) {
      .dz-flex-wrapper .dz-flex-item {
        flex: 0 0 80px;
        width: 80px; } }
    @media only screen and (max-width: 991px) {
      .dz-flex-wrapper .dz-flex-item {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin: 0; } }
    .dz-flex-wrapper .dz-flex-item.active {
      background-image: none !important;
      width: calc(100% - calc(calc(var(--service-count) - 1)* 140px));
      flex: 0 0 calc(100% - calc(calc(var(--service-count) - 1)* 140px)); }
      @media only screen and (max-width: 1380px) {
        .dz-flex-wrapper .dz-flex-item.active {
          width: calc(100% - calc( calc(var(--service-count) - 1) * 120px));
          flex: 0 0 calc(100% - calc( calc(var(--service-count) - 1) * 120px)); } }
      @media only screen and (max-width: 1199px) {
        .dz-flex-wrapper .dz-flex-item.active {
          width: calc(100% - calc( calc(var(--service-count) - 1) * 100px));
          flex: 0 0 calc(100% - calc( calc(var(--service-count) - 1) * 100px)); } }
  .dz-flex-wrapper .dz-flex-head {
    padding: 25px 0px 90px 0;
    text-align: center;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    border-radius: 15px;
    background-blend-mode: color-burn;
    overflow: hidden;
    position: relative;
    max-width: 120px;
    background-position: center top; }
    .dz-flex-wrapper .dz-flex-head::before, .dz-flex-wrapper .dz-flex-head::after {
      position: absolute; }
    .dz-flex-wrapper .dz-flex-head::before {
      font-size: 70px;
      line-height: 1.2;
      font-weight: 700;
      color: #feffff;
      opacity: 0.1;
      left: 50%;
      bottom: 0;
      z-index: 2;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      transform: translate(-50%);
      content: "0" counter(counter-item);
      counter-increment: counter-item; }
      @media only screen and (max-width: 1480px) {
        .dz-flex-wrapper .dz-flex-head::before {
          font-size: 55px; } }
    .dz-flex-wrapper .dz-flex-head::after {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--bs-secondary);
      opacity: 0.7;
      border-radius: 15px; }
    .dz-flex-wrapper .dz-flex-head .title {
      color: #fff;
      margin: 0;
      font-weight: 400;
      font-size: 24px;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      position: relative;
      z-index: 1; }
    .dz-flex-wrapper .dz-flex-head .btn {
      position: relative;
      z-index: 1; }
    @media only screen and (max-width: 1380px) {
      .dz-flex-wrapper .dz-flex-head {
        padding: 15px 0px 80px 0;
        min-height: 440px;
        max-width: 100px; }
        .dz-flex-wrapper .dz-flex-head .title {
          font-size: 20px; }
        .dz-flex-wrapper .dz-flex-head::before {
          font-size: 48px;
          bottom: 10px; } }
    @media only screen and (max-width: 1199px) {
      .dz-flex-wrapper .dz-flex-head {
        max-width: 80px; } }
    @media only screen and (max-width: 991px) {
      .dz-flex-wrapper .dz-flex-head {
        display: none; } }
  .dz-flex-wrapper .dz-flex-info {
    border-radius: 20px;
    opacity: 1;
    transition: all 0.5s;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    display: flex;
    background-color: #fff;
    width: inherit;
    flex: 1; }
    .dz-flex-wrapper .dz-flex-info::before {
      font-size: 150px;
      line-height: 1;
      font-weight: 600;
      color: var(--bs-secondary);
      opacity: 0.03;
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: -1;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      content: "0" counter(counter-item); }
    @media only screen and (max-width: 991px) {
      .dz-flex-wrapper .dz-flex-info {
        width: 100%; }
        .dz-flex-wrapper .dz-flex-info::before {
          font-size: 80px; } }
    @media only screen and (max-width: 991px) {
      .dz-flex-wrapper .dz-flex-info .dz-title {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .dz-flex-wrapper .dz-flex-info .dz-title {
        font-size: 18px; } }
    .dz-flex-wrapper .dz-flex-info .text {
      margin-bottom: 30px;
      font-size: 18px; }
      @media only screen and (max-width: 991px) {
        .dz-flex-wrapper .dz-flex-info .text {
          margin-bottom: 15px;
          font-size: 16px; } }
  .dz-flex-wrapper .dz-info {
    display: flex;
    flex-direction: column;
    padding: 15px 0; }
    @media only screen and (max-width: 767px) {
      .dz-flex-wrapper .dz-info {
        padding: 15px 0 0; } }
    .dz-flex-wrapper .dz-info ul.list-check-try li {
      font-size: 18px;
      padding: 4px 0px 4px 30px; }
      @media only screen and (max-width: 991px) {
        .dz-flex-wrapper .dz-info ul.list-check-try li {
          font-size: 16px;
          padding: 4px 0px 4px 25px; }
          .dz-flex-wrapper .dz-info ul.list-check-try li:before {
            width: 16px;
            height: 16px;
            line-height: 16px;
            top: 7px;
            font-size: 10px; } }
    .dz-flex-wrapper .dz-info .item1 {
      margin-top: auto; }
  .dz-flex-wrapper .dz-media {
    width: 300px;
    height: 440px;
    min-width: 300px; }
    .dz-flex-wrapper .dz-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px; }
    .dz-flex-wrapper .dz-media .btn {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      border-radius: 8px;
      font-weight: 500; }
    @media only screen and (max-width: 1380px) {
      .dz-flex-wrapper .dz-media {
        width: 250px;
        height: 400px;
        min-width: 250px; }
        .dz-flex-wrapper .dz-media .btn {
          bottom: 10px;
          left: 10px;
          right: 10px; } }
    @media only screen and (max-width: 767px) {
      .dz-flex-wrapper .dz-media {
        width: 100%;
        height: 350px;
        min-width: 100%; } }
    @media only screen and (max-width: 575px) {
      .dz-flex-wrapper .dz-media {
        height: 280px; } }
  .dz-flex-wrapper .dz-flex-inner {
    display: flex;
    gap: 30px;
    padding: 30px;
    min-width: 750px; }
    @media only screen and (max-width: 1380px) {
      .dz-flex-wrapper .dz-flex-inner {
        gap: 20px;
        padding: 20px;
        min-width: 600px; } }
    @media only screen and (max-width: 991px) {
      .dz-flex-wrapper .dz-flex-inner {
        min-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .dz-flex-wrapper .dz-flex-inner {
        flex-direction: column;
        gap: 10px; } }
  .dz-flex-wrapper .dz-flex-item.active .dz-flex-info {
    width: 100%; }
  .dz-flex-wrapper .dz-flex-item.active .dz-flex-head {
    width: 0;
    visibility: hidden; }
  @media only screen and (max-width: 1380px) {
    .dz-flex-wrapper .btn-square.btn {
      height: 45px;
      width: 45px;
      min-width: 45px; } }

.service-detail.style-1 {
  padding: 30px;
  background: #F4F4F4;
  position: relative; }
  .service-detail.style-1 .dz-title {
    font-size: 20px;
    font-weight: 600; }
  .service-detail.style-1 p {
    margin-bottom: 25px; }
  .service-detail.style-1 .number,
  .service-detail.style-1 .infogmail {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px; }
    .service-detail.style-1 .number strong,
    .service-detail.style-1 .infogmail strong {
      font-weight: 600;
      color: var(--title); }
      .service-detail.style-1 .number strong i,
      .service-detail.style-1 .infogmail strong i {
        margin-right: 5px; }

@-webkit-keyframes circleWrapper {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes circleWrapper {
  from {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes circleWrapper2 {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes circleWrapper2 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.list-circle li,
.list-angle-double li,
.list-square li,
.list-square-check li,
.list-check-circle li,
.list-check-circle-small li,
.list-check li,
.list-plus-circle li,
.list-arrow-left-circle li,
.list-arrow-right-circle li,
.list-check-try li {
  position: relative;
  padding: 5px 5px 5px 30px;
  font-family: var(--font-family-base);
  font-size: 16px; }
  @media only screen and (max-width: 1199px) {
    .list-circle li,
    .list-angle-double li,
    .list-square li,
    .list-square-check li,
    .list-check-circle li,
    .list-check-circle-small li,
    .list-check li,
    .list-plus-circle li,
    .list-arrow-left-circle li,
    .list-arrow-right-circle li,
    .list-check-try li {
      font-size: 15px; } }
  .list-circle li:before,
  .list-angle-double li:before,
  .list-square li:before,
  .list-square-check li:before,
  .list-check-circle li:before,
  .list-check-circle-small li:before,
  .list-check li:before,
  .list-plus-circle li:before,
  .list-arrow-left-circle li:before,
  .list-arrow-right-circle li:before,
  .list-check-try li:before {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.list-circle.primary li:before,
.list-angle-double.primary li:before,
.list-square.primary li:before,
.list-square-check.primary li:before,
.list-check-circle.primary li:before,
.list-check-circle-small.primary li:before,
.list-check.primary li:before,
.list-plus-circle.primary li:before,
.list-arrow-left-circle.primary li:before,
.list-arrow-right-circle.primary li:before,
.list-check-try.primary li:before {
  color: var(--bs-primary); }

.list-circle.white li:before,
.list-angle-double.white li:before,
.list-square.white li:before,
.list-square-check.white li:before,
.list-check-circle.white li:before,
.list-check-circle-small.white li:before,
.list-check.white li:before,
.list-plus-circle.white li:before,
.list-arrow-left-circle.white li:before,
.list-arrow-right-circle.white li:before,
.list-check-try.white li:before {
  color: #fff; }

.list-circle.gray li:before,
.list-angle-double.gray li:before,
.list-square.gray li:before,
.list-square-check.gray li:before,
.list-check-circle.gray li:before,
.list-check-circle-small.gray li:before,
.list-check.gray li:before,
.list-plus-circle.gray li:before,
.list-arrow-left-circle.gray li:before,
.list-arrow-right-circle.gray li:before,
.list-check-try.gray li:before {
  color: #cbcbcb; }

.list-circle.light-green li:before,
.list-angle-double.light-green li:before,
.list-square.light-green li:before,
.list-square-check.light-green li:before,
.list-check-circle.light-green li:before,
.list-check-circle-small.light-green li:before,
.list-check.light-green li:before,
.list-plus-circle.light-green li:before,
.list-arrow-left-circle.light-green li:before,
.list-arrow-right-circle.light-green li:before,
.list-check-try.light-green li:before {
  background-color: #36DBC7;
  color: var(--bs-secondary); }

ul.list-circle li {
  padding: 5px 5px 5px 22px; }
  ul.list-circle li:before {
    content: "\f111";
    font-size: 6px;
    top: 15px; }

ul.list-angle-double li:before {
  content: "\f101";
  font-size: 18px; }

ul.list-square li:before {
  content: "\f45c";
  top: 50%;
  transform: translateY(-50%); }

ul.list-check li:before {
  content: "\f109";
  font-family: flaticon;
  color: var(--bs-primary); }

ul.list-check-circle li {
  padding: 14px 5px 14px 50px; }
  ul.list-check-circle li:before {
    content: "\f109";
    font-family: flaticon;
    color: var(--bs-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    top: 6px; }

ul.list-check-circle.list-light li:before {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  box-shadow: none; }

ul.list-check-circle-small li {
  padding: 8px 8px 8px 30px;
  font-weight: 500; }
  ul.list-check-circle-small li:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: var(--bs-primary);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    top: 10px;
    font-size: 10px; }

ul.list-plus-circle li:before {
  content: "\f055";
  font-size: 18px;
  top: 5px; }

ul.list-check-try li {
  padding: 6px 0px 6px 30px; }
  ul.list-check-try li:before {
    content: "\e83f";
    font-family: 'feather';
    position: absolute;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: var(--bs-primary);
    border-radius: 50% 50% 0% 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    top: 9px;
    left: 0;
    font-size: 12px; }

ul.list-check-try li {
  padding: 4px 0px 4px 30px; }
  ul.list-check-try li:before {
    content: "\e83f";
    font-family: 'feather';
    position: absolute;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: var(--bs-primary);
    border-radius: 50% 50% 0% 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    top: 7px;
    left: 0;
    font-size: 12px; }

ul.list-arrow-left-circle li:before, ul.list-arrow-right-circle li:before {
  font-size: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-color: #888888;
  border-radius: 50px;
  text-align: center;
  line-height: 21px; }

ul.list-arrow-right-circle li:before {
  content: "\f054";
  padding-left: 1px; }

ul.list-arrow-left-circle li:before {
  content: "\f053";
  padding-right: 1px; }

ul.grid-2 {
  display: flex;
  flex-wrap: wrap; }
  ul.grid-2 li {
    width: 50%; }
  @media only screen and (max-width: 575px) {
    ul.grid-2 li {
      width: 100%; } }

.list-square-check li {
  padding: 10px 15px 10px 60px;
  min-height: 45px;
  font-weight: 600;
  color: var(--bs-heading-color);
  margin-bottom: 15px; }
  .list-square-check li:before {
    content: "\f00c";
    top: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: #000;
    text-align: center;
    padding: 0 0 0 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: translateY(-50%); }
  .list-square-check li:hover:before {
    background-color: var(--bs-primary);
    color: #fff; }

.list-number-circle li {
  padding: 0px 15px 0px 70px;
  position: relative;
  margin-bottom: 30px; }
  .list-number-circle li:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: var(--bs-primary);
    color: #fff;
    font-family: var(--font-family-title);
    font-size: 24px;
    font-weight: 600; }
  .list-number-circle li p {
    margin-bottom: 0; }

.list-square-box li {
  padding: 0px 0 0px 25px;
  position: relative;
  margin-bottom: 30px; }
  .list-square-box li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 12px;
    width: 12px;
    background: var(--bs-primary); }
  .list-square-box li p {
    margin-bottom: 0;
    font-size: 17px; }

.list-check-box li {
  padding: 20px 10px 20px 70px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  background: var(--bs-secondary);
  font-size: 24px;
  font-family: var(--font-family-title);
  border-radius: var(--border-radius-base);
  text-transform: uppercase;
  margin-right: 40px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  font-weight: 500; }
  .list-check-box li:after {
    content: "\f058";
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    left: 30px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    transform: translateY(-50%); }
  .list-check-box li:hover {
    background: var(--bs-primary);
    margin-right: 0; }
  @media only screen and (max-width: 1200px) {
    .list-check-box li {
      font-size: 20px; } }
  @media only screen and (max-width: 575px) {
    .list-check-box li {
      font-size: 18px;
      padding: 20px 10px 20px 55px; }
      .list-check-box li:after {
        left: 20px; } }

.list-style-1 li {
  padding: 14px 5px 14px 75px;
  position: relative; }
  .list-style-1 li:before {
    content: "\f109";
    font-family: flaticon;
    color: var(--bs-primary);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    top: 10px;
    font-size: 20px; }
  .list-style-1 li .title {
    font-size: 18px;
    margin-bottom: 5px; }
  .list-style-1 li p {
    font-size: 15px !important;
    font-weight: 400 !important; }
    .list-style-1 li p:last-child {
      margin-bottom: 0; }

.list-style-1.list-lg li {
  padding: 18px 5px 18px 75px; }
  .list-style-1.list-lg li:before {
    top: 20px; }
  .list-style-1.list-lg li .title {
    font-size: 24px;
    margin-bottom: 7px; }
  .list-style-1.list-lg li p {
    font-size: 16px !important; }
  @media only screen and (max-width: 1199px) {
    .list-style-1.list-lg li {
      padding: 12px 5px 12px 75px; }
      .list-style-1.list-lg li:before {
        top: 15px; }
      .list-style-1.list-lg li .title {
        font-size: 20px; }
      .list-style-1.list-lg li p {
        font-size: 15px !important; } }

.list-style-1.list-sm li {
  padding: 12px 5px 12px 65px; }
  .list-style-1.list-sm li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px; }
  .list-style-1.list-sm li .title {
    font-size: 16px; }
  .list-style-1.list-sm li p {
    font-size: 14px !important; }

/* Light Gallery */
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(255, 255, 255, 0.9); }

.lg-outer {
  z-index: 1000000; }
  .lg-outer .lg-toogle-thumb,
  .lg-outer .lg-thumb-outer,
  .lg-outer .lg-img-wrap,
  .lg-outer .lg-item {
    background-color: transparent; }
  .lg-outer .lg-object {
    border: 1px solid rgba(0, 0, 0, 0.2); }

.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  z-index: 999999; }

.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: #444444; }

.lg-next,
.lg-prev {
  background-color: var(--bs-light);
  border-radius: 0;
  color: #999;
  padding: 10px 10px 10px; }
  .lg-next:hover,
  .lg-prev:hover {
    background-color: var(--bs-secondary);
    color: #fff; }

.lg-outer .lg-thumb {
  width: auto !important; }

.lg-outer .lg-thumb-item {
  border-radius: 0px;
  width: 70px !important;
  height: 70px !important;
  margin-right: 5px !important; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--bs-secondary); }

.lightimg {
  cursor: pointer; }

.progress-wrap .progress-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .progress-wrap .progress-info span {
    color: var(--bs-secondary);
    font-weight: 500; }

.scroltop {
  background: var(--bs-secondary);
  bottom: 30px;
  color: #fff !important;
  cursor: pointer;
  opacity: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 50%;
  transform: translateY(100px);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .scroltop.show {
    transform: translateY(0);
    opacity: 1; }
  .scroltop:hover i {
    -webkit-animation: scrollTop 0.8s forwards;
    -moz-animation: scrollTop 0.8s forwards;
    animation: scrollTop 0.8s forwards; }
  @media only screen and (max-width: 575px) {
    .scroltop {
      width: 35px;
      height: 35px;
      line-height: 35px;
      right: 15px; } }

.icon-up i {
  display: inline-block; }

@-webkit-keyframes scrollTop {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes scrollTop {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }

@keyframes scrollTop {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

.video-bx1 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 15px 8px 8px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(var(--bs-secondary-rgb), 0.1); }
  .video-bx1 .video-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    .video-bx1 .video-btn i {
      color: #fff;
      font-size: 16px;
      margin-left: 2px; }
  .video-bx1 span {
    font-size: 16px;
    color: var(--bs-secondary);
    font-weight: 500; }
  .video-bx1 .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    text-decoration: none;
    font-size: 18px; }
  .video-bx1.video-sm {
    gap: 8px;
    padding: 8px 15px 8px 8px; }
    .video-bx1.video-sm .video-btn {
      width: 35px;
      min-width: 35px;
      height: 35px; }
      .video-bx1.video-sm .video-btn i {
        font-size: 14px; }
    .video-bx1.video-sm span {
      font-size: 14px; }
    .video-bx1.video-sm .btn-link {
      font-size: 16px;
      width: 20px;
      height: 20px; }
  .video-bx1.video-lg {
    gap: 15px;
    padding: 15px; }
    .video-bx1.video-lg .video-btn {
      width: 60px;
      min-width: 60px;
      height: 60px; }
      .video-bx1.video-lg .video-btn i {
        font-size: 20px; }
    .video-bx1.video-lg span {
      font-size: 18px; }
    .video-bx1.video-lg .btn-link {
      font-size: 24px;
      color: #000;
      width: 30px;
      height: 30px; }
    @media only screen and (max-width: 767px) {
      .video-bx1.video-lg {
        gap: 10px;
        padding: 10px; }
        .video-bx1.video-lg .video-btn {
          width: 42px;
          min-width: 42px;
          height: 42px; }
          .video-bx1.video-lg .video-btn i {
            font-size: 16px; }
        .video-bx1.video-lg span {
          font-size: 15px; }
        .video-bx1.video-lg .btn-link {
          font-size: 20px;
          width: 25px;
          height: 25px; } }

.video-bx2 {
  position: relative; }
  .video-bx2 span {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px; }
  .video-bx2 .video-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    height: 55px;
    width: 55px;
    min-width: 55px;
    line-height: 55px;
    font-size: 20px;
    background-color: #fff;
    color: var(--bs-primary);
    border-radius: 50%;
    z-index: 1; }
    .video-bx2 .video-btn.video-lg {
      height: 100px;
      width: 100px;
      min-width: 100px;
      line-height: 100px;
      font-size: 32px; }
      @media only screen and (max-width: 767px) {
        .video-bx2 .video-btn.video-lg {
          height: 60px;
          width: 60px;
          min-width: 60px;
          line-height: 60px;
          font-size: 20px; } }
    .video-bx2 .video-btn:before, .video-bx2 .video-btn:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(255, 255, 255, 0.2);
      z-index: -1;
      -moz-transition: all 0.5;
      -o-transition: all 0.5;
      -webkit-transition: all 0.5;
      -ms-transition: all 0.5;
      transition: all 0.5;
      border-radius: 50%; }
    .video-bx2 .video-btn:before {
      animation: animationSignal1;
      animation-iteration-count: infinite;
      animation-duration: 3s;
      -webkit-animation: animationSignal1;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-duration: 3s;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
    .video-bx2 .video-btn:after {
      animation: animationSignal2;
      animation-iteration-count: infinite;
      animation-duration: 3s;
      -webkit-animation: animationSignal2;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-duration: 3s;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
  .video-bx2 svg {
    margin-right: 5px; }
  .video-bx2 .text {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px; }

.video-bx3 .video-btn {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 30px; }
  @media only screen and (max-width: 767px) {
    .video-bx3 .video-btn {
      width: 60px;
      height: 60px;
      font-size: 20px; } }

@keyframes animationSignal1 {
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes animationSignal1 {
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

@keyframes animationSignal2 {
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); }
  100% {
    transform: scale(1.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0; } }

@-webkit-keyframes animationSignal2 {
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); }
  100% {
    transform: scale(1.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0; } }

.video-wrapper {
  display: flex;
  align-items: center; }

.btn-video {
  padding: 15px 20px;
  background-color: var(--bs-secondary);
  color: #fff; }

.video-wrapper2 {
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1480px) {
    .video-wrapper2 {
      height: 600px; } }
  @media only screen and (max-width: 1199px) {
    .video-wrapper2 {
      height: 500px; } }
  @media only screen and (max-width: 767px) {
    .video-wrapper2 {
      height: 300px; } }

.swiper-button-next,
.swiper-button-prev {
  background-image: none !important; }

.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5; }

.swiper-pagination.style-1 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: var(--bs-secondary);
  opacity: 0.1;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    opacity: 1; }

.btn-next,
.btn-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-next:after,
  .btn-prev:after {
    content: none; }
  .btn-next i,
  .btn-prev i {
    font-size: 24px; }

.swiper-btn-center-lr {
  position: relative; }
  .swiper-btn-center-lr .btn-next,
  .swiper-btn-center-lr .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .swiper-btn-center-lr .btn-next,
      .swiper-btn-center-lr .btn-prev {
        display: none; } }
  .swiper-btn-center-lr .btn-prev {
    left: -70px; }
  .swiper-btn-center-lr .btn-next {
    right: -70px; }
  @media only screen and (max-width: 1199px) {
    .swiper-btn-center-lr .btn-prev {
      left: -55px; }
    .swiper-btn-center-lr .btn-next {
      right: -55px; } }
  @media only screen and (max-width: 767px) {
    .swiper-btn-center-lr .btn-prev {
      left: -50px; }
    .swiper-btn-center-lr .btn-next {
      right: -50px; } }

.swiper-visible {
  overflow: unset; }
  .swiper-visible .swiper-slide {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .swiper-visible .swiper-slide-active,
  .swiper-visible:not(.swiper-single) .swiper-slide-next,
  .swiper-visible:not(.swiper-single) .swiper-slide-visible:not(.swiper-slide-duplicate-prev) {
    opacity: 1; }
  .swiper-visible.swiper-item-4 .swiper-slide-next + .swiper-slide,
  .swiper-visible.swiper-item-4 .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1; }

.swiper1-button-next,
.swiper1-button-prev {
  opacity: 0.2; }
  .swiper1-button-next:hover,
  .swiper1-button-prev:hover {
    opacity: 1; }

.awards-swiper {
  margin-left: 50px;
  margin-right: -350px; }
  @media (max-width: 1380px) {
    .awards-swiper {
      margin-left: 0;
      margin-right: -120px;
      margin-top: 30px; } }
  @media only screen and (max-width: 575px) {
    .awards-swiper {
      margin-right: -15px; } }
  .awards-swiper .swiper-wrapper {
    align-items: center; }
  .awards-swiper .dz-img-box {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 25px rgba(var(--bs-secondary-rgb), 0.02); }
  .awards-swiper .swiper-slide:not(.swiper-slide-active) .dz-img-box {
    transform: scale(0.75);
    box-shadow: none; }
  .awards-swiper .swiper-slide {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .awards-swiper .swiper-slide-active ~ .swiper-slide {
    margin-right: -40px; }

.slider__pagination {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  max-width: 340px; }
  .slider__pagination .swiper-progress {
    position: relative;
    width: 200px;
    margin: 0 15px;
    height: 3px;
    background: rgba(var(--bs-primary-rgb), 0.2); }
    .slider__pagination .swiper-progress .swiper-pagination-progressbar-fill {
      background: var(--bs-primary); }
  .slider__pagination .slider__current,
  .slider__pagination .slider__total {
    font-size: 18px;
    color: var(--bs-secondary);
    font-weight: 500;
    width: 25px;
    text-align: center; }
  .slider__pagination .swiper-button {
    height: 50px;
    width: 50px;
    min-width: 50px;
    font-size: 20px; }
    @media only screen and (max-width: 575px) {
      .slider__pagination .swiper-button {
        height: 38px;
        width: 38px;
        min-width: 38px;
        font-size: 15px; } }

.team-pagination-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .team-pagination-wrapper .swiper-button i {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .team-pagination-wrapper .team-swiper-prev {
    margin-right: 25px; }
    .team-pagination-wrapper .team-swiper-prev:hover i {
      -webkit-animation: toLeftFromRight 0.3s forwards;
      -moz-animation: toLeftFromRight 0.3s forwards;
      animation: toLeftFromRight 0.3s forwards; }
  .team-pagination-wrapper .team-swiper-next {
    margin-left: 25px; }
    .team-pagination-wrapper .team-swiper-next:hover i {
      -webkit-animation: toRightFromLeft 0.3s forwards;
      -moz-animation: toRightFromLeft 0.3s forwards;
      animation: toRightFromLeft 0.3s forwards; }
  .team-pagination-wrapper .swiper-progress {
    width: 100%; }
  @media only screen and (max-width: 575px) {
    .team-pagination-wrapper .team-swiper-prev {
      margin-right: 15px; }
    .team-pagination-wrapper .team-swiper-next {
      margin-left: 15px; } }

.compare-swiper-wrapper {
  overflow: unset; }

.compare-swiper-btn {
  display: flex;
  gap: 30px; }
  @media only screen and (max-width: 767px) {
    .compare-swiper-btn {
      gap: 15px; }
      .compare-swiper-btn .compare-swiper-prev,
      .compare-swiper-btn .compare-swiper-next {
        width: 35px; } }

.widget {
  margin-bottom: 45px; }
  @media only screen and (max-width: 991px) {
    .widget {
      margin-bottom: 30px; } }
  .widget:last-child {
    margin-bottom: 0; }

.widget-title {
  position: relative;
  margin-bottom: 25px;
  font-weight: 500; }
  .widget-title .title {
    margin-bottom: 0; }

.widget_post ul li {
  display: flex;
  align-items: center;
  padding-bottom: 16px; }
  .widget_post ul li:last-child {
    padding-bottom: 0; }

.widget_post ul .dz-media {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 0;
  margin-right: 15px; }
  .widget_post ul .dz-media img {
    border-radius: 10px; }

.widget_post ul .dz-content .name {
  margin-bottom: 0;
  font-weight: 600; }

.widget_post ul .dz-content .time {
  font-size: 13px;
  font-weight: 400; }

.search-bx .form-control {
  height: 60px;
  border: 2px solid var(--bs-primary);
  border-radius: 10px !important;
  padding: 10px 50px 10px 20px;
  background-color: rgba(var(--bs-primary-rgb), 0.03); }

.search-bx .input-group-prepend {
  border-right: 0;
  top: 50%; }
  .search-bx .input-group-prepend .input-group-text i {
    color: #828282; }

.search-bx button {
  position: absolute !important;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  padding: 0px;
  z-index: 99 !important;
  width: 48px;
  border: 0;
  background-color: transparent; }
  .search-bx button i {
    color: var(--bs-primary);
    font-size: 24px; }
  .search-bx button svg path {
    fill: var(--bs-primary); }

.search-bx.style-1 {
  padding: 30px;
  background-color: var(--bs-secondary);
  border-radius: 0.375rem; }
  .search-bx.style-1 .input-group {
    margin-bottom: 0; }
  .search-bx.style-1 button {
    border-radius: 0 0.375rem 0.375rem 0;
    padding: 0px 10px; }

.download-file {
  background-image: var(--gradient);
  color: #ffffff;
  padding: 25px 25px 20px 20px;
  border-radius: 4px; }
  .download-file .title {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600; }
  .download-file ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .download-file ul li a {
      background-color: #ffffff;
      color: #000000;
      display: block;
      margin-bottom: 10px;
      border-radius: 4px;
      width: 100%;
      padding: 15px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      text-align: left;
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .download-file ul li a i {
        width: 18px;
        height: 18px;
        position: relative; }
        .download-file ul li a i:after, .download-file ul li a i:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          left: 0;
          top: 0; }
        .download-file ul li a i:before {
          -webkit-animation: download1 2s ease infinite;
          animation: download1 2s ease infinite; }
      .download-file ul li a .text {
        display: inline;
        position: relative; }
      .download-file ul li a:hover .text {
        color: var(--bs-primary); }

@-webkit-keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.widget_contact {
  padding: 45px 40px;
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--bs-primary);
  background-size: cover;
  background-position: bottom right; }
  .widget_contact img,
  .widget_contact .icon {
    margin-bottom: 30px;
    width: 80px;
    height: 80px; }
  .widget_contact .title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

  .widget_contact .phone-number {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px; }
  .widget_contact .email {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px; }
  .widget_contact:not(.widget_contact_light) .title {
    color: #fff; }
  .widget_contact:not(.widget_contact_light) .email,
  .widget_contact:not(.widget_contact_light) .phone-number {
    color: #fff; }
    .widget_contact:not(.widget_contact_light) .email a,
    .widget_contact:not(.widget_contact_light) .phone-number a {
      color: #fff; }
  .widget_contact:not(.widget_contact_light):after {
    background: var(--bs-primary);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1; }
  .widget_contact.widget_contact_light {
    background: #fff; }
    .widget_contact.widget_contact_light .title {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .widget_contact.widget_contact_light .email,
    .widget_contact.widget_contact_light .phone-number {
      color: var(--bs-secondary); }
      .widget_contact.widget_contact_light .email a,
      .widget_contact.widget_contact_light .phone-number a {
        color: var(--bs-secondary); }

.service-carouse .item {
  overflow: hidden;
  border-radius: 6px; }

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #5E626F; }
  .wp-block-latest-posts li,
  .wp-block-categories-list li,
  .wp-block-archives-list li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_recent_comments ul li,
  .widget_nav_menu ul li,
  .widget_recent_entries ul li,
  .widget_services ul li {
    padding-bottom: 1.125rem;
    margin-bottom: 0.8125rem;
    position: relative;
    padding: 0.5rem 0rem 0.5rem 0;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--bs-body-color); }
    .wp-block-latest-posts li a,
    .wp-block-categories-list li a,
    .wp-block-archives-list li a,
    .widget_categories ul li a,
    .widget_archive ul li a,
    .widget_meta ul li a,
    .widget_pages ul li a,
    .widget_recent_comments ul li a,
    .widget_nav_menu ul li a,
    .widget_recent_entries ul li a,
    .widget_services ul li a {
      text-transform: capitalize;
      color: var(--bs-body-color);
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      position: relative;
      display: inline-block; }
      .wp-block-latest-posts li a:hover,
      .wp-block-categories-list li a:hover,
      .wp-block-archives-list li a:hover,
      .widget_categories ul li a:hover,
      .widget_archive ul li a:hover,
      .widget_meta ul li a:hover,
      .widget_pages ul li a:hover,
      .widget_recent_comments ul li a:hover,
      .widget_nav_menu ul li a:hover,
      .widget_recent_entries ul li a:hover,
      .widget_services ul li a:hover {
        color: var(--bs-primary); }
    .wp-block-latest-posts li li,
    .wp-block-categories-list li li,
    .wp-block-archives-list li li,
    .widget_categories ul li li,
    .widget_archive ul li li,
    .widget_meta ul li li,
    .widget_pages ul li li,
    .widget_recent_comments ul li li,
    .widget_nav_menu ul li li,
    .widget_recent_entries ul li li,
    .widget_services ul li li {
      border-bottom: none;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      line-height: 1.375rem; }
      .wp-block-latest-posts li li:last-child,
      .wp-block-categories-list li li:last-child,
      .wp-block-archives-list li li:last-child,
      .widget_categories ul li li:last-child,
      .widget_archive ul li li:last-child,
      .widget_meta ul li li:last-child,
      .widget_pages ul li li:last-child,
      .widget_recent_comments ul li li:last-child,
      .widget_nav_menu ul li li:last-child,
      .widget_recent_entries ul li li:last-child,
      .widget_services ul li li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .wp-block-latest-posts li li:before,
      .wp-block-categories-list li li:before,
      .wp-block-archives-list li li:before,
      .widget_categories ul li li:before,
      .widget_archive ul li li:before,
      .widget_meta ul li li:before,
      .widget_pages ul li li:before,
      .widget_recent_comments ul li li:before,
      .widget_nav_menu ul li li:before,
      .widget_recent_entries ul li li:before,
      .widget_services ul li li:before {
        top: 0.5rem;
        left: 0; }
  .wp-block-latest-posts ul,
  .wp-block-categories-list ul,
  .wp-block-archives-list ul,
  .widget_categories ul ul,
  .widget_archive ul ul,
  .widget_meta ul ul,
  .widget_pages ul ul,
  .widget_recent_comments ul ul,
  .widget_nav_menu ul ul,
  .widget_recent_entries ul ul,
  .widget_services ul ul {
    padding-left: 1.125rem;
    margin-top: 0.5rem;
    margin-left: -0.9375rem; }

.widget_archive li ul,
.wp-block-categories-list li ul,
.wp-block-archives-list li ul,
.wp-block-latest-posts li ul,
.widget_categories li ul {
  margin-bottom: -0.625rem; }

.widget_archive ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.widget_categories ul li {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.625rem 0rem 0.625rem 1rem !important;
  line-height: 1.3 !important; }

.wp-block-categories-list li:before,
.wp-block-archives-list li:before,
.wp-block-latest-posts li:before {
  content: none !important; }

.widget_archive li a,
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories li a {
  float: left;
  text-transform: capitalize;
  text-align: left; }

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list {
  margin-bottom: 2.5rem;
  padding: 0 !important; }

.widget_recent_comments ul {
  margin-top: -0.625rem; }
  .widget_recent_comments ul li {
    padding-left: 1.875rem;
    line-height: 1.625rem; }
    .widget_recent_comments ul li a {
      font-weight: 500; }
      .widget_recent_comments ul li a:before {
        content: none; }
    .widget_recent_comments ul li:before {
      content: "\f27a";
      font-family: "Font Awesome 5 Free";
      background: transparent;
      width: auto;
      height: auto;
      position: absolute;
      left: 0;
      top: 0.625rem;
      font-size: 1.125rem; }

.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none; }

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  border: 0.0625rem solid rgba(var(--bs-primary-rgb), 0.1);
  padding: 0.4em; }

.widget_calendar th,
.widget_calendar tfoot td {
  border-color: rgba(0, 0, 0, 0.05); }
  .widget_calendar th:last-child,
  .widget_calendar tfoot td:last-child {
    border: 0; }

.widget_calendar tr {
  border-bottom: 0.0625rem solid rgba(var(--bs-primary-rgb), 0.1); }
  .widget_calendar tr:nth-child(2n+2) {
    background-color: var(--rgba-primary-05); }

.widget_calendar table {
  border-collapse: collapse;
  margin: 0;
  width: 100%; }

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
  color: #fff;
  background: var(--bs-primary); }

.widget_calendar .calendar_wrap td a {
  font-weight: 600;
  text-transform: uppercase;
  color: inherit; }

.widget_calendar caption {
  text-align: center;
  font-weight: 600;
  caption-side: top;
  background: rgba(var(--bs-primary-rgb), 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0; }

footer:not(.style-4) .widget_calendar th,
footer:not(.style-4) .widget_calendar td {
  border-color: rgba(255, 255, 255, 0.1); }

footer:not(.style-4) .widget_calendar tr {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1); }
  footer:not(.style-4) .widget_calendar tr:nth-child(2n+2) {
    background-color: rgba(255, 255, 255, 0.05); }

.wp-calendar-nav {
  background: var(--bs-heading-color);
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-radius: 0 0 var(--border-radius-base) var(--border-radius-base); }
  .wp-calendar-nav span {
    padding: 0.3125rem 1.25rem;
    width: 44%;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2); }
    .wp-calendar-nav span a {
      color: #fff; }

.textwidget img {
  border-radius: var(--border-radius-base); }

.widget_archive select {
  width: 100%;
  padding: 12px 20px;
  border: 0.0625rem solid #CCC; }

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: var(--border-radius-base);
  appearance: none; }

.widget_text select {
  width: 100%;
  border: 0.0625rem solid #CCC; }
  .widget_text select option {
    width: 100%; }

.widget_text p {
  font-size: 0.9375rem;
  line-height: 1.75rem; }

.rsswidget img {
  display: inherit; }

.widget-title .rsswidget {
  display: inline-block; }

ul a.rsswidget,
ul cite {
  font-weight: 600;
  color: var(--bs-heading-color); }

ul a.rsswidget {
  font-size: 1.125rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  ul a.rsswidget:hover {
    color: var(--bs-primary); }

.rssSummary {
  margin: 1.25rem 0;
  line-height: 1.7;
  font-size: 15px; }

.rss-date {
  display: block;
  margin-top: 0.3125rem;
  font-weight: 400; }

.widget_rss ul li {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-top: 0; }
  .widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }

footer:not(.style-4) ul a.rsswidget,
footer:not(.style-4) ul cite {
  color: #fff; }

footer:not(.style-4) .widget_rss ul li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1); }

.widget_gallery ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3rem;
  margin-right: -0.3rem; }

.widget_gallery.gallery-grid-2 li {
  width: 50%; }

.widget_gallery.gallery-grid-4 li {
  width: 25%; }

.widget_gallery li {
  display: inline-block;
  width: 33.33%;
  float: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.125rem; }
  .widget_gallery li img {
    display: inline-block;
    width: 100%; }
  .widget_gallery li:nth-child(3n-3) {
    margin-right: 0; }
  .widget_gallery li:hover {
    opacity: 0.7; }
  .widget_gallery li a {
    display: inline-block; }

.wp-block-tag-cloud,
.tagcloud {
  clear: both;
  display: table; }
  .wp-block-tag-cloud a,
  .tagcloud a {
    position: relative;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    color: var(--bs-heading-color);
    line-height: 1.4;
    border-radius: 8px;
    background-color: var(--bs-light);
    margin: 0 8px 10px 0; }
    .wp-block-tag-cloud a:hover,
    .tagcloud a:hover {
      background-color: var(--bs-primary);
      color: #fff; }

.widget.bg-white .wp-block-tag-cloud a:not(:hover),
.widget.bg-white .tagcloud a:not(:hover),
.widget.bg-light .wp-block-tag-cloud a:not(:hover),
.widget.bg-light .tagcloud a:not(:hover) {
  background-color: #fff; }

.recent-posts-entry .widget-post-bx .widget-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  .recent-posts-entry .widget-post-bx .widget-post .dz-media {
    width: 90px;
    min-width: 90px;
    height: 100px;
    border-radius: 20px; }
    .recent-posts-entry .widget-post-bx .widget-post .dz-media img {
      height: 100%;
      object-fit: cover; }
  .recent-posts-entry .widget-post-bx .widget-post .post-date {
    text-transform: uppercase; }
  .recent-posts-entry .widget-post-bx .widget-post .dz-info {
    margin-left: 16px; }
    .recent-posts-entry .widget-post-bx .widget-post .dz-info > *:last-child {
      margin-bottom: 0; }
  .recent-posts-entry .widget-post-bx .widget-post .dz-meta {
    margin-bottom: 4px; }
    .recent-posts-entry .widget-post-bx .widget-post .dz-meta li {
      font-size: 13px;
      color: var(--bs-heading-color);
      font-weight: 500; }
  .recent-posts-entry .widget-post-bx .widget-post .title {
    font-weight: 500; }

.service_menu_nav {
  background: #fff;
  padding: 30px 20px;
  border-radius: var(--radius-lg); }
  .service_menu_nav .widget-title {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
  .service_menu_nav ul li {
    padding: 0; }
    .service_menu_nav ul li a {
      background-color: #fff;
      display: block;
      border-radius: var(--radius-sm);
      padding: 12px 20px;
      font-weight: 500;
      margin-bottom: 5px;
      color: var(--bs-secondary);
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .service_menu_nav ul li a:before {
        content: "\e829";
        font-family: "feather";
        position: absolute;
        right: 10px;
        left: auto;
        top: 50%;
        font-size: 18px;
        color: var(--bs-primary);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); }
    .service_menu_nav ul li:hover a, .service_menu_nav ul li.current-menu-item a, .service_menu_nav ul li.active a {
      color: #ffffff;
      background-color: var(--bs-primary); }
      .service_menu_nav ul li:hover a:before, .service_menu_nav ul li.current-menu-item a:before, .service_menu_nav ul li.active a:before {
        color: #ffffff; }
  .service_menu_nav[class*="bg-"] .title {
    color: #fff; }
  .service_menu_nav[class*="bg-"] ul li:not(:hover):not(.current-menu-item):not(.active) a {
    background-color: transparent;
    color: #fff; }

.dz-related-post {
  margin-bottom: 30px; }

.author-box {
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 60px;
  background: #FEEB9D;
  border-radius: 20px; }
  .author-box .author-profile-info .author-profile-pic {
    width: 200px;
    height: 200px;
    overflow: hidden;
    min-width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    .author-box .author-profile-info .author-profile-pic img {
      width: 100%; }
  .author-box .author-profile-info .author-profile-content .title {
    font-size: 20px;
    margin-bottom: 0; }
  .author-box .author-profile-info .author-profile-content .sub-title {
    font-size: 13px;
    display: block;
    color: var(--bs-primary);
    margin-bottom: 10px; }
  .author-box .author-profile-info .author-profile-content p {
    font-size: 14px;
    margin-bottom: 15px; }
  .author-box .author-profile-info .author-profile-content img {
    margin-bottom: 15px;
    width: 180px; }
  .author-box .author-profile-info .author-profile-content .social-icon {
    margin: 0 -2px; }
    .author-box .author-profile-info .author-profile-content .social-icon li {
      margin: 0 2px;
      display: inline-block; }
      .author-box .author-profile-info .author-profile-content .social-icon li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        background: var(--bs-secondary);
        color: #fff;
        vertical-align: middle;
        display: block;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 10px; }
        .author-box .author-profile-info .author-profile-content .social-icon li a i {
          vertical-align: middle; }
  .author-box.style-1 {
    padding: 30px;
    text-align: left; }
    .author-box.style-1 .author-profile-info {
      display: flex;
      align-items: center; }
      .author-box.style-1 .author-profile-info .author-profile-pic {
        width: 150px;
        height: 150px;
        min-width: 150px;
        margin-bottom: 0;
        margin-left: unset;
        margin-right: 20px;
        border-radius: 20px; }
      .author-box.style-1 .author-profile-info .author-profile-content .title {
        margin-bottom: 8px; }
      @media only screen and (max-width: 575px) {
        .author-box.style-1 .author-profile-info {
          display: block;
          text-align: center; }
          .author-box.style-1 .author-profile-info .author-profile-pic {
            margin: auto;
            margin-bottom: 20px; } }

.search-info {
  border-bottom: 1px solid rgba(94, 98, 111, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .search-info .title {
    display: flex; }
  .search-info .search-name {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 15px;
    display: inline; }
  .search-info .search-result {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline; }
  .search-info .found-posts {
    color: var(--bs-primary);
    font-weight: 500; }

.widget_profile .dz-media {
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .widget_profile .dz-media img {
    border-radius: var(--border-radius-base); }

.widget_profile.style-1 .dz-media {
  height: 200px;
  min-width: 200px;
  width: 200px;
  border-radius: 50%; }
  .widget_profile.style-1 .dz-media img {
    height: 100%;
    object-fit: cover; }

.widget_categories ul li {
  padding: 8px 0rem 8px 0 !important; }

.widget_categories.style-1 .cat-item {
  padding: 10px 0 10px 26px !important; }
  .widget_categories.style-1 .cat-item:before {
    content: "\e829";
    color: var(--bs-primary);
    position: absolute;
    left: 0;
    font-family: 'feather' !important;
    font-weight: 100;
    font-size: 18px;
    top: 9px; }

.btn-social {
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  border-radius: var(--border-radius-base); }
  .btn-social i {
    margin-right: 8px; }
  .btn-social.facebook {
    color: #fff;
    background: #3b5998; }
  .btn-social.instagram {
    color: #fff;
    background: #c32aa3; }
  .btn-social.youtube {
    color: #fff;
    background: #e52d27; }
  .btn-social.twitter {
    color: #fff;
    background: #07acde; }

.widget-row .grid-item {
  width: 33.33%; }
  @media only screen and (max-width: 991px) {
    .widget-row .grid-item {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .widget-row .grid-item {
      width: 100%; } }

.side-bar h1, .side-bar .h1 {
  font-size: 2rem; }

.side-bar h2, .side-bar .h2 {
  font-size: 1.625rem; }

.side-bar h3, .side-bar .h3 {
  font-size: 1.5rem; }

.side-bar h4, .side-bar .h4 {
  font-size: 1.25rem; }

.side-bar h5, .side-bar .h5 {
  font-size: 1.125rem; }

.side-bar h6, .side-bar .h6 {
  font-size: 1rem; }

.sidebar-widget .wp-block-woocommerce-attribute-filter > h1, .sidebar-widget .wp-block-woocommerce-attribute-filter > .h1,
.sidebar-widget .wp-block-woocommerce-attribute-filter > h2,
.sidebar-widget .wp-block-woocommerce-attribute-filter > .h2,
.sidebar-widget .wp-block-woocommerce-attribute-filter > h3,
.sidebar-widget .wp-block-woocommerce-attribute-filter > .h3,
.sidebar-widget .wp-block-woocommerce-attribute-filter > h4,
.sidebar-widget .wp-block-woocommerce-attribute-filter > .h4,
.sidebar-widget .wp-block-woocommerce-attribute-filter > h5,
.sidebar-widget .wp-block-woocommerce-attribute-filter > .h5,
.sidebar-widget .wp-block-woocommerce-attribute-filter > h6,
.sidebar-widget .wp-block-woocommerce-attribute-filter > .h6,
.sidebar-widget .wp-block-group__inner-container > h1,
.sidebar-widget .wp-block-group__inner-container > .h1,
.sidebar-widget .wp-block-group__inner-container > h2,
.sidebar-widget .wp-block-group__inner-container > .h2,
.sidebar-widget .wp-block-group__inner-container > h3,
.sidebar-widget .wp-block-group__inner-container > .h3,
.sidebar-widget .wp-block-group__inner-container > h4,
.sidebar-widget .wp-block-group__inner-container > .h4,
.sidebar-widget .wp-block-group__inner-container > h5,
.sidebar-widget .wp-block-group__inner-container > .h5,
.sidebar-widget .wp-block-group__inner-container > h6,
.sidebar-widget .wp-block-group__inner-container > .h6,
.shop-widget .wp-block-woocommerce-attribute-filter > h1,
.shop-widget .wp-block-woocommerce-attribute-filter > .h1,
.shop-widget .wp-block-woocommerce-attribute-filter > h2,
.shop-widget .wp-block-woocommerce-attribute-filter > .h2,
.shop-widget .wp-block-woocommerce-attribute-filter > h3,
.shop-widget .wp-block-woocommerce-attribute-filter > .h3,
.shop-widget .wp-block-woocommerce-attribute-filter > h4,
.shop-widget .wp-block-woocommerce-attribute-filter > .h4,
.shop-widget .wp-block-woocommerce-attribute-filter > h5,
.shop-widget .wp-block-woocommerce-attribute-filter > .h5,
.shop-widget .wp-block-woocommerce-attribute-filter > h6,
.shop-widget .wp-block-woocommerce-attribute-filter > .h6,
.shop-widget .wp-block-group__inner-container > h1,
.shop-widget .wp-block-group__inner-container > .h1,
.shop-widget .wp-block-group__inner-container > h2,
.shop-widget .wp-block-group__inner-container > .h2,
.shop-widget .wp-block-group__inner-container > h3,
.shop-widget .wp-block-group__inner-container > .h3,
.shop-widget .wp-block-group__inner-container > h4,
.shop-widget .wp-block-group__inner-container > .h4,
.shop-widget .wp-block-group__inner-container > h5,
.shop-widget .wp-block-group__inner-container > .h5,
.shop-widget .wp-block-group__inner-container > h6,
.shop-widget .wp-block-group__inner-container > .h6 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .sidebar-widget .wp-block-woocommerce-attribute-filter > h1, .sidebar-widget .wp-block-woocommerce-attribute-filter > .h1,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > h2,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > .h2,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > h3,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > .h3,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > h4,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > .h4,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > h5,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > .h5,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > h6,
    .sidebar-widget .wp-block-woocommerce-attribute-filter > .h6,
    .sidebar-widget .wp-block-group__inner-container > h1,
    .sidebar-widget .wp-block-group__inner-container > .h1,
    .sidebar-widget .wp-block-group__inner-container > h2,
    .sidebar-widget .wp-block-group__inner-container > .h2,
    .sidebar-widget .wp-block-group__inner-container > h3,
    .sidebar-widget .wp-block-group__inner-container > .h3,
    .sidebar-widget .wp-block-group__inner-container > h4,
    .sidebar-widget .wp-block-group__inner-container > .h4,
    .sidebar-widget .wp-block-group__inner-container > h5,
    .sidebar-widget .wp-block-group__inner-container > .h5,
    .sidebar-widget .wp-block-group__inner-container > h6,
    .sidebar-widget .wp-block-group__inner-container > .h6,
    .shop-widget .wp-block-woocommerce-attribute-filter > h1,
    .shop-widget .wp-block-woocommerce-attribute-filter > .h1,
    .shop-widget .wp-block-woocommerce-attribute-filter > h2,
    .shop-widget .wp-block-woocommerce-attribute-filter > .h2,
    .shop-widget .wp-block-woocommerce-attribute-filter > h3,
    .shop-widget .wp-block-woocommerce-attribute-filter > .h3,
    .shop-widget .wp-block-woocommerce-attribute-filter > h4,
    .shop-widget .wp-block-woocommerce-attribute-filter > .h4,
    .shop-widget .wp-block-woocommerce-attribute-filter > h5,
    .shop-widget .wp-block-woocommerce-attribute-filter > .h5,
    .shop-widget .wp-block-woocommerce-attribute-filter > h6,
    .shop-widget .wp-block-woocommerce-attribute-filter > .h6,
    .shop-widget .wp-block-group__inner-container > h1,
    .shop-widget .wp-block-group__inner-container > .h1,
    .shop-widget .wp-block-group__inner-container > h2,
    .shop-widget .wp-block-group__inner-container > .h2,
    .shop-widget .wp-block-group__inner-container > h3,
    .shop-widget .wp-block-group__inner-container > .h3,
    .shop-widget .wp-block-group__inner-container > h4,
    .shop-widget .wp-block-group__inner-container > .h4,
    .shop-widget .wp-block-group__inner-container > h5,
    .shop-widget .wp-block-group__inner-container > .h5,
    .shop-widget .wp-block-group__inner-container > h6,
    .shop-widget .wp-block-group__inner-container > .h6 {
      margin-bottom: 15px; } }

.form-select,
select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  color: #000;
  border: 1px solid #000;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  border: 1px solid #ced4da;
  border-radius: var(--border-radius-base); }
  .form-select:focus,
  select:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.3); }

.comments-title,
.blog-title,
.comment-reply-title,
.wp-block-search .wp-block-search__label {
  position: relative;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: var(--bs-heading-color);
  font-size: 1.25rem;
  font-family: var(--font-family-title);
  font-weight: 600;
  line-height: 1.4;
  display: block; }

.wc-block-components-price-slider__range-input-progress {
  background: rgba(var(--bs-primary-rgb), 0.1); }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--bs-primary); }

.widget_schedule {
  padding: 30px 30px 15px;
  border-radius: var(--radius-md); }
  .widget_schedule .table {
    --bs-table-bg: transparent;
    --bs-table-color: #fff;
    --bs-border-color: rgba(255, 255, 255, 0.15);
    font-size: 15px;
    font-weight: 500; }
    .widget_schedule .table tr th {
      color: var(--bs-table-color); }
  .widget_schedule .widget-title {
    margin-bottom: 12px; }
    .widget_schedule .widget-title .title {
      font-size: 18px; }

.widget_info {
  border-radius: var(--radius-md);
  padding: 30px 30px 15px; }

.widget-bx {
  padding: 30px;
  border-radius: var(--radius-md); }
  .widget-bx .widget-post-bx .widget-post:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .widget-bx {
      padding: 20px; } }

.search_widget .form-control {
  font-size: 16px;
  color: var(--bs-body-color);
  padding: 0;
  height: 60px;
  border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.2);
  background-color: transparent; }
  .search_widget .form-control::-webkit-input-placeholder {
    color: var(--bs-body-color); }
  .search_widget .form-control:-ms-input-placeholder {
    color: var(--bs-body-color); }
  .search_widget .form-control::placeholder {
    color: var(--bs-body-color); }

.search_widget .input-group-addon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%; }
  .search_widget .input-group-addon .btn {
    padding: 0;
    height: 100%;
    font-size: 20px;
    color: var(--bs-primary); }

.quick-view-modal .modal-dialog {
  max-width: 1070px; }

.quick-view-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: #ffffff;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .quick-view-modal .modal-content {
      padding: 50px 30px 30px; } }
  @media only screen and (max-width: 575px) {
    .quick-view-modal .modal-content {
      padding: 50px 15px 20px; } }
  .quick-view-modal .modal-content .modal-body {
    padding: 0; }

.quick-view-modal .btn-close {
  margin: 0px;
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--bs-secondary);
  opacity: 1;
  font-size: 24px;
  padding: 0px;
  height: 40px;
  z-index: 1;
  width: 40px;
  border: 0px;
  background: transparent; }
  .quick-view-modal .btn-close:focus {
    box-shadow: unset; }

.inquiry-modal {
  background: rgba(0, 0, 0, 0.6); }
  .inquiry-modal .modal-dialog {
    max-width: 800px;
    display: flex;
    min-height: auto;
    background-color: #ffffff;
    border-radius: 30px; }
    @media only screen and (max-width: 767px) {
      .inquiry-modal .modal-dialog {
        margin: 0 15px; } }
    @media only screen and (max-width: 575px) {
      .inquiry-modal .modal-dialog {
        max-width: 350px;
        margin: 0 auto; } }
  .inquiry-modal .form-label {
    font-size: 13px;
    font-weight: 500; }
  .inquiry-modal .form-group {
    margin-bottom: 20px; }
  .inquiry-modal .form-control {
    font-size: 15px; }
  .inquiry-modal .inquiry-adv {
    flex: 0 0 50%;
    max-width: 50%; }
    @media only screen and (max-width: 575px) {
      .inquiry-modal .inquiry-adv {
        display: none; } }
    .inquiry-modal .inquiry-adv img {
      height: 100%;
      object-fit: cover;
      width: 100%;
      border-radius: 30px 0 0 30px; }
  .inquiry-modal .modal-content {
    border: 0;
    border-radius: 30px;
    background: #fff;
    padding: 40px 60px;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .inquiry-modal .modal-content {
        padding: 20px; } }
    @media only screen and (max-width: 575px) {
      .inquiry-modal .modal-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px; } }
    .inquiry-modal .modal-content .modal-header {
      border: 0;
      padding: 0;
      margin-bottom: 30px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .inquiry-modal .modal-content .modal-header {
          margin-bottom: 15px; } }
      .inquiry-modal .modal-content .modal-header .title-head {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .inquiry-modal .modal-content .modal-header .modal-title {
        font-size: 28px;
        margin-bottom: 0;
        font-weight: 700;
        line-height: 1.3;
        font-family: var(--font-family-title);
        width: 100%; }
      .inquiry-modal .modal-content .modal-header .text {
        font-size: 16px;
        font-family: var(--font-family-title);
        font-weight: 400;
        margin-bottom: 0; }
    .inquiry-modal .modal-content .custom-checkbox {
      display: flex;
      align-items: center; }
      .inquiry-modal .modal-content .custom-checkbox .form-check-input {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin-right: 12px;
        background-color: #D9D9D9;
        cursor: pointer;
        border-color: #D9D9D9; }
        .inquiry-modal .modal-content .custom-checkbox .form-check-input:checked {
          background-color: var(--bs-secondary);
          border-color: var(--bs-secondary); }
        .inquiry-modal .modal-content .custom-checkbox .form-check-input:focus {
          box-shadow: unset; }
      .inquiry-modal .modal-content .custom-checkbox .form-check-label {
        font-size: 13px;
        cursor: pointer;
        font-weight: 400;
        font-family: var(--font-family-title);
        color: var(--bs-secondary); }
    .inquiry-modal .modal-content .modal-body {
      padding: 0; }
  .inquiry-modal .btn-close {
    margin: 0px;
    position: absolute;
    right: 0;
    background-color: var(--bs-secondary) !important;
    top: 0;
    color: white;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
    font-size: 24px;
    padding: 0px;
    height: 40px;
    line-height: 1;
    z-index: 1;
    width: 40px;
    border: 0px;
    border-radius: 0px;
    background: transparent; }
    .inquiry-modal .btn-close:focus {
      box-shadow: unset; }

.dzmove1 {
  animation: dzMove1 1s linear infinite; }

.dzheart {
  animation: dzHeart 1s linear infinite; }

@keyframes dzMove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes dzHeart {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.9); } }

.nav {
  --bs-nav-link-color: var(--bs-primary);
  --bs-nav-link-hover-color: var(--bs-primary-btn-hover-bg);
  --bs-nav-link-disabled-color: var(--bs-secondary); }

.nav-pills {
  --bs-nav-pills-link-active-bg: var(--bs-primary); }

.tab-content {
  margin-top: 0px; }

.nav-pills {
  gap: 10px; }
  @media only screen and (max-width: 767px) {
    .nav-pills.m-b50 {
      margin-bottom: 30px; } }

.nav-pills-outline .nav-link {
  font-weight: 500;
  color: var(--bs-secondary);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.3); }

.dz-tabs .nav-tabs {
  border: 0;
  border-bottom: 1px solid #D7D7D7; }
  .dz-tabs .nav-tabs .nav-link {
    width: 100%;
    padding: 12px 20px;
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: var(--bs-secondary);
    box-shadow: unset;
    font-family: var(--font-family-title); }
    @media only screen and (max-width: 575px) {
      .dz-tabs .nav-tabs .nav-link {
        font-size: 14px; } }
    .dz-tabs .nav-tabs .nav-link .badge {
      color: var(--bs-heading-color);
      padding: 0 2px;
      border-radius: 20px;
      margin-left: 5px;
      width: 24px;
      height: 24px;
      line-height: 25px; }
      @media only screen and (max-width: 575px) {
        .dz-tabs .nav-tabs .nav-link .badge {
          width: 20px;
          height: 20px;
          line-height: 22px; } }
    .dz-tabs .nav-tabs .nav-link.active {
      border-color: var(--bs-primary);
      color: var(--bs-primary); }
      .dz-tabs .nav-tabs .nav-link.active .badge {
        background: var(--bs-heading-color);
        color: #fff; }
  .dz-tabs .nav-tabs.left {
    justify-content: left; }
  .dz-tabs .nav-tabs.center {
    justify-content: center; }
  .dz-tabs .nav-tabs.right {
    justify-content: right; }

.dz-tabs .tab-content {
  padding-top: 50px; }

@media only screen and (max-width: 991px) {
  .dz-tabs .tab-content {
    padding-top: 30px; } }

@media only screen and (max-width: 575px) {
  .dz-tabs .tab-content {
    padding-top: 20px; } }

.dz-tabs.style-1 {
  margin-bottom: 40px; }
  .dz-tabs.style-1 .nav-tabs {
    border: none;
    display: flex;
    gap: 20px;
    margin-right: -20px; }
    .dz-tabs.style-1 .nav-tabs .nav-link {
      max-width: calc(33.33% - 20px);
      flex: 0 0 calc(33.33% - 20px);
      cursor: pointer;
      padding: 15px 30px;
      font-size: 20px;
      text-align: start;
      font-weight: 400;
      background: transparent;
      color: var(--bs-secondary);
      border: 1px solid var(--bs-secondary);
      font-family: var(--font-family-title);
      display: flex;
      align-items: center;
      border-radius: 10px; }
      .dz-tabs.style-1 .nav-tabs .nav-link.active, .dz-tabs.style-1 .nav-tabs .nav-link:hover, .dz-tabs.style-1 .nav-tabs .nav-link:active, .dz-tabs.style-1 .nav-tabs .nav-link:focus {
        border-color: var(--bs-primary); }
      .dz-tabs.style-1 .nav-tabs .nav-link i,
      .dz-tabs.style-1 .nav-tabs .nav-link svg {
        font-size: 24px;
        color: var(--bs-secondary);
        margin-right: 10px; }
  .dz-tabs.style-1.tab-space {
    margin-bottom: 75px;
    margin-top: 35px; }
  @media only screen and (max-width: 1680px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
      padding: 15px 20px; } }
  @media only screen and (max-width: 1480px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
      max-width: calc(50% - 20px);
      flex: 0 0 calc(50% - 20px); } }
  @media only screen and (max-width: 1480px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
      max-width: calc(50% - 20px);
      flex: 0 0 calc(50% - 20px); } }
  @media only screen and (max-width: 991px) {
    .dz-tabs.style-1.tab-space {
      margin-bottom: 0px;
      margin-top: 0px; }
    .dz-tabs.style-1 .nav-tabs .nav-link {
      max-width: calc(33.33% - 20px);
      flex: 0 0 calc(33.33% - 20px); } }
  @media only screen and (max-width: 767px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
      max-width: calc(50% - 20px);
      flex: 0 0 calc(50% - 20px); } }
  @media only screen and (max-width: 575px) {
    .dz-tabs.style-1 .nav-tabs {
      gap: 15px;
      margin-right: -15px; }
      .dz-tabs.style-1 .nav-tabs .nav-link {
        max-width: calc(33.33% - 15px);
        flex: 0 0 calc(33.33% - 15px);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
        font-size: 16px;
        gap: 5px; }
        .dz-tabs.style-1 .nav-tabs .nav-link svg {
          margin-right: 0; } }

.dz-tabs.style-2 .nav-pills {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  text-align: center;
  margin-bottom: 10px; }
  .dz-tabs.style-2 .nav-pills .nav-item {
    display: inline-block;
    flex: auto; }
    .dz-tabs.style-2 .nav-pills .nav-item .nav-link {
      background-color: #fff;
      color: #000;
      padding: 15px 25px;
      font-size: 15px;
      font-weight: 400;
      border-radius: 10px;
      transition: 0.5s; }
      .dz-tabs.style-2 .nav-pills .nav-item .nav-link:hover, .dz-tabs.style-2 .nav-pills .nav-item .nav-link.active {
        background-color: #000;
        color: #fff; }

@media only screen and (min-width: 991px) {
  .dz-tabs.style-2.nav-full .nav-pills {
    display: block; }
    .dz-tabs.style-2.nav-full .nav-pills .nav-item {
      display: block;
      margin-bottom: 5px; } }

.dz-social-icon ul {
  display: flex; }

.dz-social-icon li {
  display: inline-block;
  margin-right: 5px; }
  .dz-social-icon li a {
    height: 40px;
    width: 40px;

    min-width: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .dz-social-icon li a i {
      color: var(--bs-heading-color); }

.dz-social-icon.style-1 {
  display: flex; }
  .dz-social-icon.style-1 li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    background-color: var(--bs-light);
    color: var(--bs-primary); }
    .dz-social-icon.style-1 li a i {
      color: var(--bs-primary); }
    .dz-social-icon.style-1 li a:hover {
      background-color: var(--bs-primary);
      color: #fff; }
      .dz-social-icon.style-1 li a:hover i {
        color: #fff; }

.dz-social-icon.style-2 li {
  margin-right: 10px;
  color: #000; }
  .dz-social-icon.style-2 li a {
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: block;
    background: var(--bs-secondary); }
    .dz-social-icon.style-2 li a i {
      color: #fff; }
    .dz-social-icon.style-2 li a:hover {
      background-color: var(--bs-secondary);
      border-color: var(--bs-secondary);
      color: #fff; }

.dz-social-icon.style-2.white {
  color: #fff; }
  .dz-social-icon.style-2.white a {
    color: #fff;
    border: 1px solid white; }
    .dz-social-icon.style-2.white a i {
      color: #fff; }
    .dz-social-icon.style-2.white a:hover {
      background-color: #fff;
      border-color: #fff;
      color: var(--bs-secondary); }
      .dz-social-icon.style-2.white a:hover i {
        color: var(--bs-secondary); }

@media only screen and (max-width: 1191px) {
  .dz-social-icon.style-2 {
    justify-content: center; } }

.dz-social-icon.style-3 li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: var(--border-radius-base); }
  .dz-social-icon.style-3 li:nth-child(1) {
    background-color: #3b5998; }
  .dz-social-icon.style-3 li:nth-child(2) {
    background-color: #1da1f2; }
  .dz-social-icon.style-3 li:nth-child(3) {
    background-color: #25d366; }
  .dz-social-icon.style-3 li:nth-child(4) {
    background-color: #db4439; }
  .dz-social-icon.style-3 li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 1; }

@media only screen and (max-width: 575px) {
  .dz-social-icon.style-3 {
    display: none; } }

.dz-social-icon.style-4 {
  display: flex; }
  .dz-social-icon.style-4 ul {
    gap: 10px; }
  .dz-social-icon.style-4 li {
    margin: 0; }
    .dz-social-icon.style-4 li a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      display: block;
      border-radius: 50%;
      border: 1px solid var(--bs-body-color);
      color: var(--bs-body-color); }
      .dz-social-icon.style-4 li a i {
        color: inherit; }
      .dz-social-icon.style-4 li a:hover {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
        color: #fff; }

@-webkit-keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes upToDown {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes upToRight {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes leftToRight {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes leftToRight {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes leftToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px); }
  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px); }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px); }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement5 {
  0% {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%); }
  25% {
    -webkit-transform: translate(10px, calc(-50% + 10px));
    transform: translate(10px, calc(-50% + 10px)); }
  50% {
    -webkit-transform: translate(5px, calc(-50% + 5px));
    transform: translate(5px, calc(-50% + 5px)); }
  75% {
    -webkit-transform: translate(10px, calc(-50% + -5px));
    transform: translate(10px, calc(-50% + -5px)); }
  to {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%); } }

@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-45deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg); } }

@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); } }

@-moz-keyframes spin2 {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(45deg); } }

@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg); } }

@keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); } }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

.dz-ring-effect {
  -webkit-animation: dzRing 1.2s infinite ease-in-out;
  animation: dzRing 1.2s infinite ease-in-out;
  display: inline-flex; }

@-webkit-keyframes dzRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }

@-webkit-keyframes dzRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

.dz-divider {
  height: 1px;
  position: relative;
  margin: 30px 0; }
  .dz-divider.divider-2px {
    height: 2px; }
  .dz-divider.divider-3px {
    height: 2px; }
  .dz-divider.divider-4px {
    height: 2px; }
  .dz-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .dz-divider.icon-left {
    margin-left: 40px; }
    .dz-divider.icon-left i {
      left: -40px; }
  .dz-divider.icon-right {
    margin-right: 40px; }
    .dz-divider.icon-right i {
      right: -40px; }
  .dz-divider.icon-center i {
    left: 50%;
    margin-left: -5px; }

.bg-gray-dark {
  background-color: #d3d3d3; }

.range-slider.style-1 .noUi-horizontal {
  height: 4px; }
  .range-slider.style-1 .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--bs-secondary);
    background-color: var(--bs-light);
    box-shadow: none;
    top: -8px;
    right: 0;
    cursor: pointer; }
    .range-slider.style-1 .noUi-horizontal .noUi-handle:before, .range-slider.style-1 .noUi-horizontal .noUi-handle:after {
      content: none; }
    .range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip {
      display: none;
      border: 0px;
      background: var(--bs-primary);
      color: white;
      border-radius: 4px;
      font-size: 13px;
      bottom: -35px;
      font-weight: 600;
      padding: 2px 5px; }
      .range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip:after {
        content: "";
        position: absolute;
        background-color: inherit;
        width: 10px;
        height: 10px;
        top: 4px;
        margin-left: -4px;
        left: 50%;
        transform: rotate(45deg) translate(-50%, -50%); }

.range-slider.style-1 .noUi-target {
  background: #D7D7D7;
  border-radius: 0;
  border: 0;
  box-shadow: none; }
  .range-slider.style-1 .noUi-target .noUi-connect {
    background: var(--bs-secondary); }

.range-slider.style-1 span {
  margin-right: 30px; }

.range-slider.style-1 .example-val {
  font-size: 14px;
  color: var(--bs-heading-color); }

.dropdown-menu {
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  width: 100%;
  min-width: 200px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
  .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 15px; }
  .dropdown-menu .dropdown-footer {
    padding: 10px 20px 10px; }
  .dropdown-menu .dropdown-header {
    padding: 10px 20px 10px; }

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-light);
  color: var(--bs-primary); }

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important; }

.author-bx-detail {
  display: flex;
  align-items: center; }
  .author-bx-detail .author-bx-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 2px solid #fff; }
    .author-bx-detail .author-bx-pic img {
      border-radius: 100%;
      width: 100%;
      height: 100%; }
  .author-bx-detail .name {
    font-size: 22px;
    color: var(--bs-heading-color);
    margin-bottom: 0; }
  .author-bx-detail .position {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-heading-color); }
  @media only screen and (max-width: 575px) {
    .author-bx-detail .author-bx-pic {
      width: 50px;
      height: 50px;
      margin-right: 10px; }
    .author-bx-detail .name {
      font-size: 16px; }
    .author-bx-detail .position {
      font-size: 13px; } }

.timeline-wrapper {
  position: relative; }
  .timeline-wrapper.style-1:after {
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 1919 342' fill='none' xmlns='http://www.w3.org/2000/svg'><path opacity='0.25' d='M-3 1H910C937.614 1 960 23.3858 960 51V291C960 318.614 982.386 341 1010 341H1919' stroke='black' stroke-width='2'/></svg>");
    height: calc(100% - 65px);
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    background-repeat: no-repeat;
    z-index: -1; }
    @media only screen and (max-width: 1480px) {
      .timeline-wrapper.style-1:after {
        height: calc(100% - 50px);
        top: 20px; } }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper.style-1:after {
        display: none; } }
  .timeline-wrapper.style-1 .timeline-inner {
    display: flex;
    margin-left: -70px;
    margin-right: -70px;
    position: relative;
    padding-top: 30px;
    justify-content: space-between;
    gap: 50px; }
    @media only screen and (max-width: 1480px) {
      .timeline-wrapper.style-1 .timeline-inner {
        margin-left: 0;
        margin-right: 0; } }
    @media only screen and (max-width: 1199px) {
      .timeline-wrapper.style-1 .timeline-inner {
        gap: 30px; } }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper.style-1 .timeline-inner {
        display: block; } }
  .timeline-wrapper.style-1 .timeline-wrap {
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    padding-top: 110px;
    transform: translateY(-30px); }
    .timeline-wrapper.style-1 .timeline-wrap.bottom {
      padding-top: 0;
      padding-bottom: 110px;
      transform: translateY(-10px); }
    @media only screen and (max-width: 1480px) {
      .timeline-wrapper.style-1 .timeline-wrap {
        width: 300px;
        padding-top: 110px; }
        .timeline-wrapper.style-1 .timeline-wrap.bottom {
          padding-top: 0;
          padding-bottom: 100px; } }
    @media only screen and (max-width: 1380px) {
      .timeline-wrapper.style-1 .timeline-wrap {
        width: 100%; } }
    @media only screen and (max-width: 1199px) {
      .timeline-wrapper.style-1 .timeline-wrap {
        padding-top: 85px; }
        .timeline-wrapper.style-1 .timeline-wrap.bottom {
          padding-top: 0;
          padding-bottom: 85px; } }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper.style-1 .timeline-wrap {
        padding-top: 0;
        padding-left: 70px;
        padding-right: 0;
        transform: translateY(0);
        margin-bottom: 20px; }
        .timeline-wrapper.style-1 .timeline-wrap.bottom {
          padding-top: 0;
          padding-bottom: 0;
          transform: translateY(0); } }
    @media only screen and (max-width: 575px) {
      .timeline-wrapper.style-1 .timeline-wrap {
        padding-left: 55px; } }
  .timeline-wrapper.style-1 .timeline-left,
  .timeline-wrapper.style-1 .timeline-right {
    display: flex; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper.style-1 .timeline-left,
      .timeline-wrapper.style-1 .timeline-right {
        width: 100%;
        display: block; } }
  .timeline-wrapper.style-1 .timeline-right {
    justify-content: flex-end; }
  .timeline-wrapper.style-1 .timeline-info {
    background-color: var(--bs-light);
    border-radius: var(--radius-lg);
    padding: 30px;
    height: 100%; }
    .timeline-wrapper.style-1 .timeline-info .title {
      font-size: 20px; }
    .timeline-wrapper.style-1 .timeline-info p {
      font-size: 15px; }
      .timeline-wrapper.style-1 .timeline-info p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 1480px) {
      .timeline-wrapper.style-1 .timeline-info {
        padding: 20px; }
        .timeline-wrapper.style-1 .timeline-info .title {
          font-size: 18px; }
        .timeline-wrapper.style-1 .timeline-info p {
          font-size: 14px; } }
    @media only screen and (max-width: 1199px) {
      .timeline-wrapper.style-1 .timeline-info {
        padding: 15px; }
        .timeline-wrapper.style-1 .timeline-info .title {
          font-size: 16px; } }
  .timeline-wrapper.style-1 .timeline-head {
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    .timeline-wrapper.style-1 .timeline-head .step {
      font-weight: 600;
      text-transform: uppercase; }
    @media only screen and (max-width: 1380px) {
      .timeline-wrapper.style-1 .timeline-head .step {
        font-size: 14px; } }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper.style-1 .timeline-head {
        left: 0;
        transform: translateX(0); } }
    @media only screen and (max-width: 575px) {
      .timeline-wrapper.style-1 .timeline-head .step {
        font-size: 12px; } }
  .timeline-wrapper.style-1 .timeline-number {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1480px) {
      .timeline-wrapper.style-1 .timeline-number {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 18px; } }
    @media only screen and (max-width: 575px) {
      .timeline-wrapper.style-1 .timeline-number {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 15px; } }
  .timeline-wrapper.style-1 .timeline-line {
    position: absolute;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    top: 28px; }
  .timeline-wrapper.style-1 .timeline-wrap.bottom .timeline-head {
    bottom: 0;
    top: auto;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse; }
  .timeline-wrapper.style-1 .timeline-wrap.bottom .timeline-number {
    margin-top: 5px;
    margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .timeline-wrapper.style-1 .timeline-wrap.bottom .timeline-head {
      margin-top: 0;
      top: 0;
      bottom: auto;
      flex-direction: column; }
    .timeline-wrapper.style-1 .timeline-wrap.bottom .timeline-number {
      margin-top: 0; } }
  .timeline-wrapper.style-2 .timeline-inner {
    position: relative; }
    .timeline-wrapper.style-2 .timeline-inner:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #000;
      opacity: 0.1;
      position: absolute;
      top: 30px;
      z-index: -1; }
    @media only screen and (max-width: 1480px) {
      .timeline-wrapper.style-2 .timeline-inner:after {
        top: 25px; } }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper.style-2 .timeline-inner:after {
        width: 1px;
        height: 100%;
        top: 30px;
        left: 23px;
        top: 0; } }
    @media only screen and (max-width: 575px) {
      .timeline-wrapper.style-2 .timeline-inner:after {
        left: 20px; } }
  .timeline-wrapper.style-2 .timeline-number {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1480px) {
      .timeline-wrapper.style-2 .timeline-number {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 18px; } }
    @media only screen and (max-width: 575px) {
      .timeline-wrapper.style-2 .timeline-number {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 15px; } }
  .timeline-wrapper.style-2 .timeline-wrap {
    text-align: center; }
  .timeline-wrapper.style-2 .timeline-head {
    margin-bottom: 30px; }
  .timeline-wrapper.style-2 .title {
    font-size: 20px; }
  .timeline-wrapper.style-2 p {
    font-size: 18px; }
    .timeline-wrapper.style-2 p:last-child {
      margin-bottom: 0; }
  .timeline-wrapper.style-2 .timeline-info {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper.style-2 .timeline-info {
        padding-left: 65px;
        padding-right: 0; } }
    @media only screen and (max-width: 575px) {
      .timeline-wrapper.style-2 .timeline-info {
        padding-left: 55px; } }
  @media only screen and (max-width: 1480px) {
    .timeline-wrapper.style-2 .title {
      font-size: 18px; }
    .timeline-wrapper.style-2 p {
      font-size: 16px; }
    .timeline-wrapper.style-2 .timeline-head {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 991px) {
    .timeline-wrapper.style-2 .timeline-wrap {
      text-align: left; }
    .timeline-wrapper.style-2 .timeline-head {
      position: absolute;
      left: 0; } }
  @media only screen and (max-width: 575px) {
    .timeline-wrapper.style-2 .title {
      font-size: 16px; }
    .timeline-wrapper.style-2 p {
      font-size: 15px; } }

/*Blog single */
.blog-single {
  margin-bottom: 3.125rem; }
  @media only screen and (max-width: 575px) {
    .blog-single {
      margin-bottom: 2rem; } }
  .blog-single h1, .blog-single .h1 {
    max-width: 1050px;
    margin-bottom: 15px;
    font-size: 2.813rem;
    line-height: 1.3;
    font-weight: 600; }
    @media only screen and (max-width: 1480px) {
      .blog-single h1, .blog-single .h1 {
        font-size: 2.25rem; } }
    @media only screen and (max-width: 1199px) {
      .blog-single h1, .blog-single .h1 {
        font-size: 1.875rem; } }
  .blog-single .dz-post-meta {
    margin-bottom: 1.25rem; }
  .blog-single .dz-post-text {
    padding-bottom: 5px; }
    .blog-single .dz-post-text:after {
      content: "";
      display: block;
      width: 100%;
      clear: both; }
  .blog-single .dz-post-tags {
    margin-top: 1.25rem; }
  .blog-single .dz-post-media {
    border-radius: 0.25rem; }
  .blog-single.dz-blog .post-tags {
    margin-bottom: 0; }
  .blog-single .post-header .dz-title {
    font-size: 3.125rem; }
    @media only screen and (max-width: 1480px) {
      .blog-single .post-header .dz-title {
        font-size: 2.625rem; } }
    @media only screen and (max-width: 1199px) {
      .blog-single .post-header .dz-title {
        font-size: 2.25rem; } }
  .blog-single.style-1 {
    box-shadow: unset;
    border-radius: 0;
    overflow: unset;
    margin-bottom: 60px; }
    .blog-single.style-1 .post-header .dz-title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .blog-single.style-1 ul {
      padding: 0 !important; }
      .blog-single.style-1 ul li:before {
        display: none !important; }
    @media only screen and (max-width: 991px) {
      .blog-single.style-1 {
        margin-bottom: 20px; } }
    .blog-single.style-1 .dz-media + .dz-info {
      text-align: unset;
      border: 0;
      padding: 0;
      margin-top: 0;
      padding: 60px 0 0 0; }
      @media only screen and (max-width: 1199px) {
        .blog-single.style-1 .dz-media + .dz-info {
          padding: 30px 0 0 0; } }
      @media only screen and (max-width: 575px) {
        .blog-single.style-1 .dz-media + .dz-info {
          padding: 20px 0 0 0; } }
    .blog-single.style-1 .dz-meta {
      margin-bottom: 30px; }
      .blog-single.style-1 .dz-meta li {
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        position: relative;
        margin-right: 20px;
        font-size: 13px;
        color: #24262B; }
        @media only screen and (max-width: 575px) {
          .blog-single.style-1 .dz-meta li {
            font-size: 12px; } }
        .blog-single.style-1 .dz-meta li i {
          color: var(--bs-primary); }
        .blog-single.style-1 .dz-meta li a {
          color: var(--bs-secondary); }
        .blog-single.style-1 .dz-meta li:after {
          content: "";
          height: 6px;
          width: 6px;
          border-radius: 50%;
          background-color: var(--bs-secondary);
          transform: translate(8px, -1px); }
        .blog-single.style-1 .dz-meta li:first-child::after, .blog-single.style-1 .dz-meta li:last-child::after {
          content: none; }
        .blog-single.style-1 .dz-meta li.post-date {
          padding: 6px 12px 6px 25px;
          line-height: 1.2;
          font-weight: 600;
          display: inline-block;
          background: rgba(var(--bs-primary-rgb), 0.1);
          color: var(--bs-primary);
          font-size: 13px;
          border-radius: 30px;
          margin-right: 10px; }
          .blog-single.style-1 .dz-meta li.post-date::after {
            content: "\f111" !important;
            font-family: 'FontAwesome';
            font-size: 7px;
            transform: translateY(-2px);
            display: inline-block;
            margin-right: 6px;
            position: absolute;
            left: 12px;
            top: 12px; }
          @media only screen and (max-width: 575px) {
            .blog-single.style-1 .dz-meta li.post-date {
              font-size: 12px; } }
      @media only screen and (max-width: 575px) {
        .blog-single.style-1 .dz-meta {
          margin-bottom: 20px; }
          .blog-single.style-1 .dz-meta li {
            gap: 4px;
            margin-right: 10px;
            padding-right: 0; }
            .blog-single.style-1 .dz-meta li:after {
              content: none; } }
      .blog-single.style-1 .dz-meta.style-1 ul {
        gap: 10px; }
      .blog-single.style-1 .dz-meta.style-1 li {
        background-color: #fff;
        border-radius: 30px;
        color: var(--bs-secondary);
        font-weight: 500;
        gap: 2px;
        line-height: 1.23;
        margin: 0; }
        .blog-single.style-1 .dz-meta.style-1 li:not(.post-date) {
          padding: 6px 12px; }
        .blog-single.style-1 .dz-meta.style-1 li a {
          color: var(--bs-secondary); }
        .blog-single.style-1 .dz-meta.style-1 li i {
          font-size: 12px;
          color: var(--bs-primary);
          margin-right: 8px;
          transform: translateY(1px); }
        .blog-single.style-1 .dz-meta.style-1 li:not(.post-date)::after {
          display: none; }
        .blog-single.style-1 .dz-meta.style-1 li.post-date::after {
          color: var(--bs-primary); }
    .blog-single.style-1 .dz-info {
      text-align: unset;
      border: 0;
      padding: 0;
      margin-top: 0; }
    .blog-single.style-1 .dz-info + .dz-media {
      margin-top: 25px; }
  .blog-single .dz-media,
  .blog-single .dz-post-media {
    text-align: center; }
    .blog-single .dz-media img,
    .blog-single .dz-post-media img {
      width: auto; }

.blog-single.style-1 .list-check-2 {
  padding-left: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .blog-single.style-1 .list-check-2 li {
    padding: 15px 8px 15px 55px !important;
    position: relative;
    align-items: center;
    display: flex;
    font-weight: 500;
    font-size: 16px !important;
    color: #222222;
    font-family: var(--font-family-title);
    width: 50%; }
    .blog-single.style-1 .list-check-2 li:after {
      position: absolute;
      left: 5px;
      top: 50%;
      content: "\e83f";
      font-family: 'feather' !important;
      font-weight: 300;
      color: var(--bs-primary);
      font-size: 22px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      transform: translateY(-50%); }
  .blog-single.style-1 .list-check-2.check-circle li:after {
    border-radius: 50%;
    background-color: transparent;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary); }
  @media only screen and (max-width: 1199px) {
    .blog-single.style-1 .list-check-2 li {
      padding: 12px 8px 12px 48px !important;
      font-size: 15px !important; }
      .blog-single.style-1 .list-check-2 li:after {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .blog-single.style-1 .list-check-2 li {
      width: 100%; } }

.dz-post-text .widget_archive li a,
.dz-post-text .wp-block-latest-posts li a,
.dz-post-text .wp-block-categories-list li a,
.dz-post-text .wp-block-archives-list li a,
.dz-post-text .widget_categories li a,
.dz-post-text blockquote a,
.dz-post-text .wp-block-button__link {
  box-shadow: none;
  text-decoration: none; }

.section-full {
  --dz-height: 650px; }
  @media only screen and (max-width: 1480px) {
    .section-full {
      --dz-height: 500px; } }
  @media only screen and (max-width: 767px) {
    .section-full {
      --dz-height: 380px; } }
  @media only screen and (max-width: 575px) {
    .section-full {
      --dz-height: 300px; } }

.post-header {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 575px) {
    .post-header {
      margin-bottom: 1.25rem; } }
  .post-header .dz-media {
    height: var(--dz-height); }
    .post-header .dz-media img {
      min-height: 250px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post-header .dz-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px !important;
    width: 100%; }
    @media only screen and (max-width: 575px) {
      .post-header .dz-info {
        padding: 40px 15px 15px 15px !important; } }
    .post-header .dz-info .dz-title {
      color: #fff;
      text-transform: capitalize; }
      @media only screen and (max-width: 575px) {
        .post-header .dz-info .dz-title {
          font-size: 24px; } }
    .post-header .dz-info .dz-meta > ul {
      justify-content: center; }
      .post-header .dz-info .dz-meta > ul > li {
        color: #fff; }

.post-link-in {
  padding: 15px 50px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0 30px 0 0; }
  .post-link-in:hover {
    background: var(--bs-primary);
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .post-link-in {
      padding: 10px 30px;
      font-size: 20px; } }

.side-bar {
  padding-left: 20px;
  padding-bottom: 1px; }
  .side-bar.left {
    padding-left: 0;
    padding-right: 20px; }
    @media only screen and (max-width: 1199px) {
      .side-bar.left {
        padding-right: 0;
        padding-left: 0; } }

.alignnone {
  margin: 0.3125rem 0 1.563rem 0; }
  .alignnoneimg, .alignnone.wp-caption, .alignnone.is-resized {
    margin: 0.3125rem 0 1.563rem 0; }

.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.938rem;
  text-align: center; }
  .aligncenterimg, .aligncenter.wp-caption, .aligncenter.is-resized {
    display: block;
    margin: 0.3125rem auto 0.938rem;
    text-align: center; }

.alignright {
  float: right;
  margin: 0.3125rem 0 1.563rem 1.563rem; }
  .alignrightimg, .alignright.wp-caption, .alignright.is-resized {
    margin: 0.3125rem 0 1.563rem 1.563rem;
    float: right; }

.alignleft {
  float: left;
  margin: 0.3125rem 1.563rem 1.563rem 0; }
  .alignleftimg, .alignleft.is-cropped, .alignleft.wp-caption, .alignleft.is-resized {
    margin: 0.3125rem 1.563rem 1.563rem 0;
    float: left; }
  @media only screen and (max-width: 575px) {
    .alignleft.side-img {
      width: 200px; } }

.wp-caption {
  max-width: 100%;
  text-align: center; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 0.813rem;
    line-height: 1.125rem;
    margin: 0;
    padding: 0.625rem 0;
    text-align: left; }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote.wp-block-quote,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote {
  padding: 1.5rem 6rem 1.5rem 1.875rem;
  font-size: 0.938rem;
  color: var(--bs-heading-color);
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.875rem;
  position: relative;
  clear: both;
  font-weight: 700;
  z-index: 1;
  font-family: var(--font-family-title);
  border-radius: 15px; }
  .wp-block-quote.is-large i,
  .wp-block-quote.is-style-large i,
  blockquote.wp-block-quote i,
  blockquote.wp-block-pullquote i,
  blockquote.wp-block-pullquote.alignright i,
  blockquote.wp-block-pullquote.alignleft i,
  blockquote i {
    font-size: 65px; }
    @media only screen and (max-width: 575px) {
      .wp-block-quote.is-large i,
      .wp-block-quote.is-style-large i,
      blockquote.wp-block-quote i,
      blockquote.wp-block-pullquote i,
      blockquote.wp-block-pullquote.alignright i,
      blockquote.wp-block-pullquote.alignleft i,
      blockquote i {
        font-size: 40px; } }
  .wp-block-quote.is-large i, .wp-block-quote.is-large svg,
  .wp-block-quote.is-style-large i,
  .wp-block-quote.is-style-large svg,
  blockquote.wp-block-quote i,
  blockquote.wp-block-quote svg,
  blockquote.wp-block-pullquote i,
  blockquote.wp-block-pullquote svg,
  blockquote.wp-block-pullquote.alignright i,
  blockquote.wp-block-pullquote.alignright svg,
  blockquote.wp-block-pullquote.alignleft i,
  blockquote.wp-block-pullquote.alignleft svg,
  blockquote i,
  blockquote svg {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: var(--bs-primary); }
  @media only screen and (max-width: 991px) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    blockquote.wp-block-quote,
    blockquote.wp-block-pullquote,
    blockquote.wp-block-pullquote.alignright,
    blockquote.wp-block-pullquote.alignleft,
    blockquote {
      padding: 1.25rem 2.25rem 0.938rem 1.25rem;
      font-size: 0.813rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 575px) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    blockquote.wp-block-quote,
    blockquote.wp-block-pullquote,
    blockquote.wp-block-pullquote.alignright,
    blockquote.wp-block-pullquote.alignleft,
    blockquote {
      padding: 1.25rem 0.25rem 0.938rem 1.25rem; } }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-style-large cite,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-pullquote cite,
  blockquote.wp-block-pullquote.alignright cite,
  blockquote.wp-block-pullquote.alignleft cite,
  blockquote cite {
    font-style: normal;
    position: relative;
    display: block;
    margin-top: -0.3125rem;
    font-weight: 500;
    color: var(--bs-primary);
    line-height: 1.3; }
    .wp-block-quote.is-large cite:before,
    .wp-block-quote.is-style-large cite:before,
    blockquote.wp-block-quote cite:before,
    blockquote.wp-block-pullquote cite:before,
    blockquote.wp-block-pullquote.alignright cite:before,
    blockquote.wp-block-pullquote.alignleft cite:before,
    blockquote cite:before {
      content: "";
      margin-right: 0.625rem;
      width: 36px;
      height: 2px;
      background: var(--bs-primary);
      display: inline-block;
      vertical-align: middle; }
  .wp-block-quote.is-large b, .wp-block-quote.is-large strong, .wp-block-quote.is-large .strong,
  .wp-block-quote.is-style-large b,
  .wp-block-quote.is-style-large strong,
  .wp-block-quote.is-style-large .strong,
  blockquote.wp-block-quote b,
  blockquote.wp-block-quote strong,
  blockquote.wp-block-quote .strong,
  blockquote.wp-block-pullquote b,
  blockquote.wp-block-pullquote strong,
  blockquote.wp-block-pullquote .strong,
  blockquote.wp-block-pullquote.alignright b,
  blockquote.wp-block-pullquote.alignright strong,
  blockquote.wp-block-pullquote.alignright .strong,
  blockquote.wp-block-pullquote.alignleft b,
  blockquote.wp-block-pullquote.alignleft strong,
  blockquote.wp-block-pullquote.alignleft .strong,
  blockquote b,
  blockquote strong,
  blockquote .strong {
    color: inherit; }
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:after,
  blockquote.wp-block-quote:after,
  blockquote.wp-block-pullquote:after,
  blockquote.wp-block-pullquote.alignright:after,
  blockquote.wp-block-pullquote.alignleft:after,
  blockquote:after {
    content: "";
    width: 4px;
    border-radius: 2px;
    height: 80%;
    left: 0;
    top: 50%;
    background: var(--bs-primary);
    position: absolute;
    transform: translateY(-50%); }
  .wp-block-quote.is-large:before,
  .wp-block-quote.is-style-large:before,
  blockquote.wp-block-quote:before,
  blockquote.wp-block-pullquote:before,
  blockquote.wp-block-pullquote.alignright:before,
  blockquote.wp-block-pullquote.alignleft:before,
  blockquote:before {
    content: "";
    z-index: -1;
    background-size: cover;
    left: 20px;
    background-image: var(--quote);
    background-position: center right;
    width: 90px;
    padding: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    height: 90px;
    top: 0px;
    position: absolute; }
  .wp-block-quote.is-large.wp-block-pullquote.alignleft,
  .wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
  blockquote.wp-block-quote.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.alignleft {
    margin: 0rem 1.563rem 1.563rem 0rem; }
  .wp-block-quote.is-large.wp-block-pullquote.alignright,
  .wp-block-quote.is-style-large.wp-block-pullquote.alignright,
  blockquote.wp-block-quote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignright {
    margin: 0rem 0 1.563rem 1.563rem; }
  .wp-block-quote.is-large.style-1,
  .wp-block-quote.is-style-large.style-1,
  blockquote.wp-block-quote.style-1,
  blockquote.wp-block-pullquote.style-1,
  blockquote.wp-block-pullquote.alignright.style-1,
  blockquote.wp-block-pullquote.alignleft.style-1,
  blockquote.style-1 {
    background: #f5f5f5;
    color: var(--bs-primary);
    padding: 25px 40px; }
    .wp-block-quote.is-large.style-1 p,
    .wp-block-quote.is-style-large.style-1 p,
    blockquote.wp-block-quote.style-1 p,
    blockquote.wp-block-pullquote.style-1 p,
    blockquote.wp-block-pullquote.alignright.style-1 p,
    blockquote.wp-block-pullquote.alignleft.style-1 p,
    blockquote.style-1 p {
      font-size: 18px;
      line-height: 1.5;
      color: var(--bs-primary); }
    .wp-block-quote.is-large.style-1 h4, .wp-block-quote.is-large.style-1 .h4,
    .wp-block-quote.is-style-large.style-1 h4,
    .wp-block-quote.is-style-large.style-1 .h4,
    blockquote.wp-block-quote.style-1 h4,
    blockquote.wp-block-quote.style-1 .h4,
    blockquote.wp-block-pullquote.style-1 h4,
    blockquote.wp-block-pullquote.style-1 .h4,
    blockquote.wp-block-pullquote.alignright.style-1 h4,
    blockquote.wp-block-pullquote.alignright.style-1 .h4,
    blockquote.wp-block-pullquote.alignleft.style-1 h4,
    blockquote.wp-block-pullquote.alignleft.style-1 .h4,
    blockquote.style-1 h4,
    blockquote.style-1 .h4 {
      font-weight: 800; }
    .wp-block-quote.is-large.style-1:after,
    .wp-block-quote.is-style-large.style-1:after,
    blockquote.wp-block-quote.style-1:after,
    blockquote.wp-block-pullquote.style-1:after,
    blockquote.wp-block-pullquote.alignright.style-1:after,
    blockquote.wp-block-pullquote.alignleft.style-1:after,
    blockquote.style-1:after {
      content: none; }
    .wp-block-quote.is-large.style-1:before,
    .wp-block-quote.is-style-large.style-1:before,
    blockquote.wp-block-quote.style-1:before,
    blockquote.wp-block-pullquote.style-1:before,
    blockquote.wp-block-pullquote.alignright.style-1:before,
    blockquote.wp-block-pullquote.alignleft.style-1:before,
    blockquote.style-1:before {
      right: 70px;
      top: -10px;
      color: white;
      content: "";
      font-family: flaticon;
      height: auto;
      font-size: 180px;
      transform: rotate(180deg);
      width: auto;
      background: none;
      line-height: 1;
      opacity: 1; }
    .wp-block-quote.is-large.style-1 cite,
    .wp-block-quote.is-style-large.style-1 cite,
    blockquote.wp-block-quote.style-1 cite,
    blockquote.wp-block-pullquote.style-1 cite,
    blockquote.wp-block-pullquote.alignright.style-1 cite,
    blockquote.wp-block-pullquote.alignleft.style-1 cite,
    blockquote.style-1 cite {
      color: var(--bs-heading-color); }
      .wp-block-quote.is-large.style-1 cite:before,
      .wp-block-quote.is-style-large.style-1 cite:before,
      blockquote.wp-block-quote.style-1 cite:before,
      blockquote.wp-block-pullquote.style-1 cite:before,
      blockquote.wp-block-pullquote.alignright.style-1 cite:before,
      blockquote.wp-block-pullquote.alignleft.style-1 cite:before,
      blockquote.style-1 cite:before {
        background: var(--bs-heading-color); }
  .wp-block-quote.is-large.style-2,
  .wp-block-quote.is-style-large.style-2,
  blockquote.wp-block-quote.style-2,
  blockquote.wp-block-pullquote.style-2,
  blockquote.wp-block-pullquote.alignright.style-2,
  blockquote.wp-block-pullquote.alignleft.style-2,
  blockquote.style-2 {
    padding: 10px 0 10px 25px; }
    .wp-block-quote.is-large.style-2:before,
    .wp-block-quote.is-style-large.style-2:before,
    blockquote.wp-block-quote.style-2:before,
    blockquote.wp-block-pullquote.style-2:before,
    blockquote.wp-block-pullquote.alignright.style-2:before,
    blockquote.wp-block-pullquote.alignleft.style-2:before,
    blockquote.style-2:before {
      content: none; }
    .wp-block-quote.is-large.style-2 cite,
    .wp-block-quote.is-style-large.style-2 cite,
    blockquote.wp-block-quote.style-2 cite,
    blockquote.wp-block-pullquote.style-2 cite,
    blockquote.wp-block-pullquote.alignright.style-2 cite,
    blockquote.wp-block-pullquote.alignleft.style-2 cite,
    blockquote.style-2 cite {
      color: #777777;
      font-size: 18px;
      font-family: var(--font-family-title); }
      .wp-block-quote.is-large.style-2 cite:before,
      .wp-block-quote.is-style-large.style-2 cite:before,
      blockquote.wp-block-quote.style-2 cite:before,
      blockquote.wp-block-pullquote.style-2 cite:before,
      blockquote.wp-block-pullquote.alignright.style-2 cite:before,
      blockquote.wp-block-pullquote.alignleft.style-2 cite:before,
      blockquote.style-2 cite:before {
        background: #777777; }
  .wp-block-quote.is-large.style-3,
  .wp-block-quote.is-style-large.style-3,
  blockquote.wp-block-quote.style-3,
  blockquote.wp-block-pullquote.style-3,
  blockquote.wp-block-pullquote.alignright.style-3,
  blockquote.wp-block-pullquote.alignleft.style-3,
  blockquote.style-3 {
    text-align: center;
    padding: 0 0; }
    .wp-block-quote.is-large.style-3:after,
    .wp-block-quote.is-style-large.style-3:after,
    blockquote.wp-block-quote.style-3:after,
    blockquote.wp-block-pullquote.style-3:after,
    blockquote.wp-block-pullquote.alignright.style-3:after,
    blockquote.wp-block-pullquote.alignleft.style-3:after,
    blockquote.style-3:after {
      content: none; }
    .wp-block-quote.is-large.style-3:before,
    .wp-block-quote.is-style-large.style-3:before,
    blockquote.wp-block-quote.style-3:before,
    blockquote.wp-block-pullquote.style-3:before,
    blockquote.wp-block-pullquote.alignright.style-3:before,
    blockquote.wp-block-pullquote.alignleft.style-3:before,
    blockquote.style-3:before {
      background: var(--bs-primary);
      opacity: 1;
      color: #fff;
      content: "\f10e";
      height: 60px;
      width: 60px;
      border-radius: 60px;
      position: relative;
      left: 0;
      display: inline-block;
      font-family: 'Font Awesome 5 Free';
      font-size: 28px;
      line-height: 60px;
      margin-bottom: 15px; }
    .wp-block-quote.is-large.style-3 cite,
    .wp-block-quote.is-style-large.style-3 cite,
    blockquote.wp-block-quote.style-3 cite,
    blockquote.wp-block-pullquote.style-3 cite,
    blockquote.wp-block-pullquote.alignright.style-3 cite,
    blockquote.wp-block-pullquote.alignleft.style-3 cite,
    blockquote.style-3 cite {
      font-size: 18px; }
      .wp-block-quote.is-large.style-3 cite:before,
      .wp-block-quote.is-style-large.style-3 cite:before,
      blockquote.wp-block-quote.style-3 cite:before,
      blockquote.wp-block-pullquote.style-3 cite:before,
      blockquote.wp-block-pullquote.alignright.style-3 cite:before,
      blockquote.wp-block-pullquote.alignleft.style-3 cite:before,
      blockquote.style-3 cite:before {
        content: none; }
  .wp-block-quote.is-large.style-4,
  .wp-block-quote.is-style-large.style-4,
  blockquote.wp-block-quote.style-4,
  blockquote.wp-block-pullquote.style-4,
  blockquote.wp-block-pullquote.alignright.style-4,
  blockquote.wp-block-pullquote.alignleft.style-4,
  blockquote.style-4 {
    background: var(--bs-primary);
    padding: 30px 30px;
    border-radius: var(--border-radius-base); }
    .wp-block-quote.is-large.style-4 .title,
    .wp-block-quote.is-style-large.style-4 .title,
    blockquote.wp-block-quote.style-4 .title,
    blockquote.wp-block-pullquote.style-4 .title,
    blockquote.wp-block-pullquote.alignright.style-4 .title,
    blockquote.wp-block-pullquote.alignleft.style-4 .title,
    blockquote.style-4 .title {
      color: #fff;
      margin-bottom: 20px; }
    .wp-block-quote.is-large.style-4 cite,
    .wp-block-quote.is-style-large.style-4 cite,
    blockquote.wp-block-quote.style-4 cite,
    blockquote.wp-block-pullquote.style-4 cite,
    blockquote.wp-block-pullquote.alignright.style-4 cite,
    blockquote.wp-block-pullquote.alignleft.style-4 cite,
    blockquote.style-4 cite {
      color: #fff;
      font-size: 18px;
      font-family: var(--font-family-title); }
      .wp-block-quote.is-large.style-4 cite:before,
      .wp-block-quote.is-style-large.style-4 cite:before,
      blockquote.wp-block-quote.style-4 cite:before,
      blockquote.wp-block-pullquote.style-4 cite:before,
      blockquote.wp-block-pullquote.alignright.style-4 cite:before,
      blockquote.wp-block-pullquote.alignleft.style-4 cite:before,
      blockquote.style-4 cite:before {
        background: #fff; }
    .wp-block-quote.is-large.style-4:after,
    .wp-block-quote.is-style-large.style-4:after,
    blockquote.wp-block-quote.style-4:after,
    blockquote.wp-block-pullquote.style-4:after,
    blockquote.wp-block-pullquote.alignright.style-4:after,
    blockquote.wp-block-pullquote.alignleft.style-4:after,
    blockquote.style-4:after {
      content: none; }
    .wp-block-quote.is-large.style-4:before,
    .wp-block-quote.is-style-large.style-4:before,
    blockquote.wp-block-quote.style-4:before,
    blockquote.wp-block-pullquote.style-4:before,
    blockquote.wp-block-pullquote.alignright.style-4:before,
    blockquote.wp-block-pullquote.alignleft.style-4:before,
    blockquote.style-4:before {
      left: 30%;
      top: -10px;
      color: white;
      content: "";
      font-family: flaticon;
      height: auto;
      font-size: 180px;
      transform: rotate(180deg) translateX(-50%);
      width: auto;
      background: none;
      line-height: 1;
      opacity: .1; }

blockquote.wp-block-pullquote:not(.is-style-solid-color) {
  background: #5608e0; }

.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.3; }

.dz-blog.blog-single .dz-post-text blockquote p,
.dz-page-text blockquote p,
blockquote p {
  line-height: 1.5;
  color: var(--bs-heading-color);
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 22px;
  font-family: var(--font-family-title);
  font-style: normal; }
  .dz-blog.blog-single .dz-post-text blockquote p cite,
  .dz-page-text blockquote p cite,
  blockquote p cite {
    margin-top: 20px; }
  @media only screen and (max-width: 991px) {
    .dz-blog.blog-single .dz-post-text blockquote p,
    .dz-page-text blockquote p,
    blockquote p {
      font-size: 1.125rem; } }

.dz-page-text {
  padding-bottom: 30px !important; }

.dz-blog.blog-single .dz-post-text blockquote.style-1 p,
.dz-page-text blockquote.style-1 p,
blockquote.style-1 p {
  color: var(--bs-primary);
  margin-bottom: 1.5rem; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* Gutenberg Css */
.min-container,
.dz-page-text,
.dz-page-text + #comment-list,
.dz-page-text + .paginate-links,
.dz-page-text + #comment-list + .paginate-links {
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem; }

.dz-blog.blog-single.sidebar + #comment-list {
  padding: 0;
  max-width: 100%; }

.max-container {
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem; }

.dz-page-text + .paginate-links,
.dz-page-text + #comment-list + .paginate-links,
.dz-page-text + #comment-list,
.dz-page-text {
  padding: 0; }

.dz-page-text.sidebar {
  width: 100%;
  padding: 0;
  max-width: 100%; }

.dz-page-text > ol,
.dz-page-text > ul,
.dz-blog.blog-single .dz-post-text > ol,
.dz-blog.blog-single .dz-post-text > ul,
.dz-blog.blog-single .dz-post-text.text > ol,
.dz-blog.blog-single .dz-post-text.text > ul {
  padding-left: 1.25rem; }
  .dz-page-text > ol ol,
  .dz-page-text > ol ul,
  .dz-page-text > ul ol,
  .dz-page-text > ul ul,
  .dz-blog.blog-single .dz-post-text > ol ol,
  .dz-blog.blog-single .dz-post-text > ol ul,
  .dz-blog.blog-single .dz-post-text > ul ol,
  .dz-blog.blog-single .dz-post-text > ul ul,
  .dz-blog.blog-single .dz-post-text.text > ol ol,
  .dz-blog.blog-single .dz-post-text.text > ol ul,
  .dz-blog.blog-single .dz-post-text.text > ul ol,
  .dz-blog.blog-single .dz-post-text.text > ul ul {
    padding-left: 1.563rem; }

.dz-page-text > ol li,
.dz-page-text > ul li,
.dz-blog.blog-single .dz-post-text > ol li,
.dz-blog.blog-single .dz-post-text > ul li,
.dz-blog.blog-single .dz-post-text > ol li,
.dz-blog.blog-single .dz-post-text > ul li,
.dz-blog.blog-single .dz-post-text.text > ol li,
.dz-blog.blog-single .dz-post-text.text > ul li {
  padding: 0.5rem 0.5rem;
  position: relative;
  list-style: inherit; }

.dz-page-text > .wp-block-gallery,
.dz-blog.blog-single .dz-post-text > .wp-block-gallery,
.dz-blog.blog-single .dz-post-text.text > .wp-block-gallery {
  padding: 0;
  list-style: none; }

.dz-post-text > .wp-block-gallery .wp-block-image,
.dz-page-text > .wp-block-gallery .wp-block-image,
.dz-page-text > .wp-block-gallery li,
.dz-blog.blog-single .dz-post-text > .wp-block-gallery li,
.dz-blog.blog-single .dz-post-text.text > .wp-block-gallery li {
  padding: 0;
  list-style: none;
  margin: 0.25rem; }

.dz-page-text > .wp-block-gallery li:before,
.dz-blog.blog-single .dz-post-text > .wp-block-gallery li:before,
.dz-blog.blog-single .dz-post-text.text > .wp-block-gallery li:before {
  content: none; }

.wp-block-gallery .wp-block-image,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 0.5rem 0.5rem 0; }

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .wp-block-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .wp-block-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 0.5rem; }

.content-full .wp-block-gallery {
  margin-left: calc(-12.5rem - (0.313rem/2));
  margin-right: calc(-12.5rem - (0.313rem/2));
  width: calc(100% + 25rem + 0.313rem);
  max-width: initial; }

.wp-block-gallery.alignwide,
.alignwide {
  margin-left: calc(-14.375rem - (0.313rem/2));
  margin-right: calc(-14.375rem - (0.313rem/2));
  width: calc(100% + 28.75rem + 0.313rem);
  max-width: initial; }

.wp-block-gallery.alignfull,
.wp-block-gallery.alignfullwide,
.alignfull,
.alignfullwide {
  margin-left: calc(50% - 15px - calc(50vw - 30px) - (var(--content-share-ml,0px)/2));
  width: calc(100vw - 30px);
  max-width: calc(100vw - 30px);
  box-sizing: border-box; }

.dz-page-text h1, .dz-page-text .h1,
.dz-post-text h1,
.dz-post-text .h1,
.thm-unit-test .dz-post-text h1,
.thm-unit-test .dz-post-text .h1 {
  margin-bottom: 1rem;
  font-weight: 600; }

.dz-page-text h2, .dz-page-text .h2,
.dz-post-text h2,
.dz-post-text .h2,
.thm-unit-test .dz-post-text h2,
.thm-unit-test .dz-post-text .h2 {
  margin-bottom: 1rem;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .dz-page-text h2, .dz-page-text .h2,
    .dz-post-text h2,
    .dz-post-text .h2,
    .thm-unit-test .dz-post-text h2,
    .thm-unit-test .dz-post-text .h2 {
      font-size: 1.5rem; } }

.dz-page-text h3, .dz-page-text .h3,
.dz-post-text h3,
.dz-post-text .h3,
.thm-unit-test .dz-post-text h3,
.thm-unit-test .dz-post-text .h3 {
  margin-bottom: 1rem;
  font-weight: 600; }

.dz-page-text h4, .dz-page-text .h4,
.dz-post-text h4,
.dz-post-text .h4,
.thm-unit-test .dz-post-text h4,
.thm-unit-test .dz-post-text .h4 {
  margin-bottom: 0.75rem;
  font-weight: 600; }

.dz-page-text h5, .dz-page-text .h5,
.dz-post-text h5,
.dz-post-text .h5,
.thm-unit-test .dz-post-text h5,
.thm-unit-test .dz-post-text .h5 {
  margin-bottom: 0.75rem; }

.dz-page-text h6, .dz-page-text .h6,
.dz-post-text h6,
.dz-post-text .h6,
.thm-unit-test .dz-post-text h6,
.thm-unit-test .dz-post-text .h6 {
  margin-bottom: 0.625rem; }

.wp-block-code,
pre.wp-block-code,
pre {
  margin: 0 0 1.563rem;
  padding: 1.25rem;
  color: #fff;
  background-color: #212326;
  white-space: pre;
  font-size: 0.938rem;
  border-radius: 0.1875rem; }

.wp-block-code > code {
  font-family: inherit;
  color: unset;
  padding: unset;
  border: unset;
  border-radius: unset; }

.dz-page-text,
.dz-page-text ul li,
.dz-page-text ol li,
.dz-blog.blog-single .dz-post-text,
.dz-blog.blog-single .dz-post-text ul li,
.dz-blog.blog-single .dz-post-text ol li,
.dz-blog.blog-single .dz-blog.blog-single .dz-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
  font-size: 1.125rem;
  line-height: 1.7; }

.wp-block-cover,
.wp-block-cover-image {
  color: #fff; }

.wp-block-cover p:last-child,
.wp-block-cover-image p:last-child {
  margin-bottom: 0; }

.wp-block-quote.has-text-align-right {
  border-right: 0; }

.dz-page-text ul li,
.dz-page-text ol li,
.dz-blog.blog-single .dz-post-text ul li,
.dz-blog.blog-single .dz-post-text ol li {
  list-style: none;
  position: relative; }

.dz-page-text ul > li:before,
.dz-page-text ol > li:before,
.dz-blog.blog-single .dz-post-text ul > li:before,
.dz-blog.blog-single .dz-post-text ol > li:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background: #444444;
  left: -0.938rem;
  position: absolute;
  top: 1.063rem;
  border-radius: 4px; }

.dz-page-text p,
.dz-blog.blog-single .dz-post-text p {
  margin-bottom: 30px;
  font-weight: 300;
  color: var(--bs-secondary); }
  @media only screen and (max-width: 575px) {
    .dz-page-text p,
    .dz-blog.blog-single .dz-post-text p {
      margin-bottom: 15px; } }

.paginate-links {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 4rem 0; }
  .paginate-links > a,
  .paginate-links > span {
    margin: 0 0 0 0.625rem;
    position: relative;
    border: 0rem solid #6cc000;
    color: #777777;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 50px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: #f3f4f6;
    border-radius: var(--border-radius-base); }
  .paginate-links .current,
  .paginate-links > a:hover,
  .paginate-links > span:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: 0px 5px 12px rgba(var(--bs-primary-rgb), 0.4); }

.wp-block-columns {
  margin-bottom: 0; }

/* Gutenberg Gallery */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.wp-block-gallery .wp-block-image,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1rem 1rem 0;
  position: relative; }

.wp-block-gallery .wp-block-image figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  margin: 0; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .wp-block-image figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start; } }

.wp-block-gallery .wp-block-image img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .wp-block-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: var(--radius-md); }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .wp-block-image img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto; } }

.wp-block-gallery .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 0.813rem;
  max-height: 100%;
  overflow: auto;
  padding: 2.5rem 0.625rem 0.3125rem;
  position: absolute;
  text-align: center;
  width: 100%; }

.wp-block-gallery .wp-block-image figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline; }

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .wp-block-image a,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .wp-block-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .wp-block-image img,
  .wp-block-gallery.is-cropped .wp-block-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover;
    flex: 1;
    height: 100%;
    object-fit: cover; } }

.wp-block-gallery .wp-block-image,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px); }
  @media only screen and (max-width: 1199px) {
    .wp-block-gallery .wp-block-image,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
      width: calc(50% - 10px); } }

.wp-block-gallery .wp-block-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0; }

.wp-block-gallery.columns-1 .wp-block-image,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%; }

@media only screen and (max-width: 1199px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%; }
  .alignwide .alignleft img {
    width: 100%; }
  .alignwide .alignleft {
    margin: 0.3125rem 0rem 1.563rem 0;
    float: none; } }

@media (min-width: 37.5rem) {
  .wp-block-gallery.columns-2 .wp-block-image,
  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(50% - 1.875rem); }
  .wp-block-gallery.columns-3 .wp-block-image,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(33.33333% - 1.875rem); }
  .wp-block-gallery.columns-4 .wp-block-image,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(25% - 1.875rem); }
  .wp-block-gallery.columns-5 .wp-block-image,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(20% - 1.875rem); }
  .wp-block-gallery.columns-6 .wp-block-image,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(16.66667% - 1.875rem); }
  .wp-block-gallery.columns-7 .wp-block-image,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(14.28571% - 1.875rem); }
  .wp-block-gallery.columns-8 .wp-block-image,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(12.5% - 1.875rem); }
  .wp-block-gallery.columns-1 .wp-block-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .wp-block-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .wp-block-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .wp-block-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .wp-block-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .wp-block-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .wp-block-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .wp-block-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }

.wp-block-gallery .wp-block-image:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0; }

.wp-block-gallery .wp-block-image.has-add-item-button,
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%; }

.wp-block-image.alignfullwide img {
  border-radius: 0; }

.wp-block-image img {
  border-radius: var(--border-radius-base); }

.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-image {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem; }

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 19.0625rem;
  width: 100%; }

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex; }

.wp-block-gallery.aligncenter .wp-block-image figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center; }

.dz-page-text.sidebar .alignfull,
.dz-page-text.sidebar .alignfullwide,
.dz-page-text.sidebar .alignwide,
.dz-page-text.sidebar .wp-block-gallery,
.blog-single.dz-blog.sidebar .alignfullwide,
.blog-single.dz-blog.sidebar .alignwide,
.blog-single.dz-blog.sidebar .dz-post-text .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: initial; }

.blog-single.dz-blog.sidebar .dz-post-text .wp-block-gallery {
  width: calc(100% + 20px); }
  @media only screen and (max-width: 1199px) {
    .blog-single.dz-blog.sidebar .dz-post-text .wp-block-gallery {
      width: calc(100% + 10px); } }

.blog-overlap {
  background: #fff;
  margin-top: -8.75rem;
  padding: 1.25rem 1.25rem 0;
  border-radius: 0.25rem 0.25rem 0rem 0rem; }

.blog-single.dz-blog.sidebar {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.dz-post-text table,
.dz-page-text table,
.wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 1rem;
  margin-bottom: 1.875rem; }

.wp-block-image figcaption,
.dz-post-text figcaption,
.dz-page-text figcaption {
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  margin-top: 0.625rem; }

.dz-post-text table tbody tr:nth-of-type(odd),
.dz-page-text table tbody tr:nth-of-type(odd),
.wp-block-table tbody tr:nth-of-type(odd) {
  background-color: #fafafa; }

.dz-post-text td,
.dz-post-text th,
.dz-page-text td,
.dz-page-text th,
.wp-block-table td,
.wp-block-table th {
  padding: 0.625rem 0.938rem;
  border: 0.0625rem solid #e4e4e4;
  border-right: 0;
  border-left: 0; }

.wp-block-media-text {
  margin-bottom: 30px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 1.875rem; }

.wp-block-column ol li:before,
.wp-block-column ul li:before {
  content: none !important; }

.wp-block-pullquote {
  padding: 1em 0;
  border-top: 0;
  border-bottom: 0; }
  .wp-block-pullquote cite {
    color: inherit; }
  .wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
    padding: 0;
    border-top: 0;
    border-bottom: 0; }
    .wp-block-pullquote.alignright blockquote, .wp-block-pullquote.alignleft blockquote {
      margin: 0; }

.dz-title-text {
  font-size: 15px;
  margin-bottom: 30px; }

.dz-post-text .wp-block-cover-image-text,
.dz-post-text .wp-block-cover-text,
.dz-post-text section.wp-block-cover-image h2,
.dz-post-text section.wp-block-cover-image .h2,
.dz-page-text .wp-block-cover-image-text,
.dz-page-text .wp-block-cover-text,
.dz-page-text section.wp-block-cover-image h2,
.dz-page-text section.wp-block-cover-image .h2 {
  color: #fff; }

.dz-post-text .bootstrap-select .dropdown-menu li a,
.dz-page-text .bootstrap-select .dropdown-menu li a {
  box-shadow: none;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif; }

.dz-post-text .wp-block-calendar a {
  box-shadow: none !important;
  text-decoration: unset; }

.wp-block-search,
.wp-block-archives,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-calendar {
  margin-bottom: 2.5rem; }

/* Admin Bar */
.admin-bar .is-fixed .main-bar {
  top: 1.875rem; }

.wp-block-quote.is-style-large cite:before {
  display: none; }

/* Theme Unit Test */
.post-password-form label {
  font-size: 1rem; }

.post-password-form input[type="submit"] {
  padding: 0.625rem 1.563rem;
  background-color: var(--bs-primary);
  border: none;
  height: 2.8125rem;
  font-weight: 600;
  font-size: 0.875rem;
  outline: none; }

.post-password-form input[type="submit"]:hover {
  background-color: var(--bs-primary); }

.post-password-form input[type="password"] {
  height: 2.8125rem;
  border: 0.0625rem solid #ced4da; }

.wp-block-search .wp-block-search__button {
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  background: var(--bs-primary);
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
  position: absolute;
  right: 0;
  height: 100%;
  width: 45px;
  padding: 0 !important; }

.wp-block-search .wp-block-search__input {
  border: 0.0625rem solid #e1e6eb;
  height: 2.8125rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  border-radius: var(--border-radius-base) !important;
  outline: none;
  background: #f5f5f5;
  padding: 10px 55px 10px 15px !important; }

.wp-block-search .wp-block-search__inside-wrapper {
  border: 0 !important;
  padding: 0 !important;
  position: relative; }

.wp-block-latest-comments {
  padding: 0 !important; }
  .wp-block-latest-comments .avatar {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 3.4375rem; }
  .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 4.375rem; }
  .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: inherit;
    line-height: 1.5;
    margin-bottom: 0.5rem; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
      color: inherit;
      box-shadow: none;
      text-decoration: none; }
      .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
        color: var(--bs-primary); }
  .wp-block-latest-comments img + article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 4.375rem; }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
    display: block;
    width: 100%;
    color: #9fa1a4;
    font-size: 0.813rem;
    font-weight: 400; }
  .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.5rem !important; }
  .wp-block-latest-comments li {
    padding: 0 !important;
    border-bottom: 0.0625rem solid #eee;
    padding-bottom: 0.5rem !important; }
    .wp-block-latest-comments li:before {
      content: none !important; }

.wp-block-latest-comments__comment-avatar {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 3.4375rem; }

.comment-content.dz-page-text {
  max-width: 100%;
  padding-bottom: 0 !important; }
  .comment-content.dz-page-text > :last-child {
    margin-bottom: 0; }

.wp-block-rss {
  padding: 0 !important; }
  .wp-block-rss .wp-block-rss__item {
    padding: 0.3125rem 0 !important;
    border-bottom: 0.0625rem solid #eee; }
    .wp-block-rss .wp-block-rss__item:before {
      content: none !important; }
    .wp-block-rss .wp-block-rss__item a {
      font-family: 'Poppins', sans-serif;
      font-size: 1.125rem;
      box-shadow: unset !important;
      font-weight: 600;
      color: var(--bs-heading-color);
      text-decoration: none; }

@media only screen and (max-width: 82.5rem) {
  .dz-page-text .wp-block-gallery,
  .dz-blog.blog-single .dz-post-text .wp-block-gallery {
    margin-left: calc(-6.25rem - (0.625rem/2));
    margin-right: calc(-6.25rem - (0.625rem/2));
    width: calc(100% + 12.5rem + 0.625rem); } }

@media only screen and (max-width: 1199px) {
  .dz-page-text .wp-block-gallery,
  .dz-blog.blog-single .dz-post-text .wp-block-gallery {
    margin-left: calc(-5rem - (0.625rem/2));
    margin-right: calc(-5rem - (0.625rem/2));
    width: calc(100% + 10rem + 0.625rem); } }

@media only screen and (max-width: 61.9375rem) {
  .admin-bar .mo-left .header-nav {
    top: 1.875rem;
    height: calc(100vh - 1.875rem) !important; }
  .dz-page-text .wp-block-gallery,
  .dz-blog.blog-single .dz-post-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .dz-page-text,
  .dz-page-text ul li,
  .dz-page-text ol li,
  .dz-page-text p,
  .dz-blog.blog-single .dz-post-text,
  .dz-blog.blog-single .dz-post-text ul li,
  .dz-blog.blog-single .dz-post-text ol li,
  .dz-blog.blog-single .dz-post-text p {
    font-size: 16px; } }

@media only screen and (max-width: 48.875rem) {
  .admin-bar .is-fixed .main-bar {
    top: 2.8125rem; }
  .admin-bar .mo-left .header-nav {
    top: 2.8125rem;
    height: calc(100vh - 2.812rem) !important; }
  .wp-block-media-text {
    display: block; }
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0.938rem; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; } }

@media only screen and (max-width: 37.5rem) {
  .admin-bar .is-fixed .main-bar {
    top: 0; }
  .admin-bar .mo-left .header-nav {
    top: 2.8125rem;
    height: calc(100vh - 2.812rem) !important; }
  .admin-bar .mo-left .is-fixed .header-nav {
    top: 0;
    height: 100vh !important; } }

.post-footer {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.938rem 0 0; }
  .post-footer .dz-meta .tag-list {
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    display: inline; }
  .post-footer .dz-meta ul li {
    margin-right: 0.3125rem;
    padding: 0;
    display: inline-block;
    color: #333333;
    font-weight: 500;
    font-size: 0.938rem;
    font-style: italic; }
  .post-footer .post-tag a {
    text-transform: capitalize;
    font-size: 0.938rem;
    color: #999;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 0.875rem;
    font-weight: 500; }

.share-post li {
  display: inline-block; }

.share-post a {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 2.1875rem;
  border: 0.0625rem solid #eee;
  display: block;
  text-align: center;
  line-height: 2.0625rem;
  color: #444444; }

.extra-blog {
  margin-bottom: 30px; }

@media only screen and (max-width: 575px) {
  .comment-respond.style-1 .comment-reply-title {
    margin-bottom: 20px; } }

.comment-reply-title:before {
  content: none; }

@media only screen and (max-width: 767px) {
  .default-form {
    margin-bottom: 30px; } }

.comments-area .comment-list {
  margin-bottom: 60px;
  padding: 0; }
  .comments-area .comment-list > .comment .comment-body {
    position: relative;
    padding: 2px 0 25px 0;
    margin-left: 100px;
    margin-bottom: 25px;
    min-height: 115px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 575px) {
      .comments-area .comment-list > .comment .comment-body {
        margin-left: 80px; } }
    .comments-area .comment-list > .comment .comment-body .comment-author .avatar {
      position: absolute;
      left: -100px;
      height: 80px;
      width: 80px;
      top: 0; }
    .comments-area .comment-list > .comment .comment-body .comment-author .fn {
      font-family: var(--font-family-title);
      font-size: 16px;
      line-height: 21px;
      color: var(--bs-heading-color);
      font-weight: 600;
      font-style: normal;
      margin-bottom: 10px;
      display: block; }
    @media only screen and (max-width: 575px) {
      .comments-area .comment-list > .comment .comment-body .comment-author .avatar {
        left: -80px;
        height: 60px;
        width: 60px; } }
    .comments-area .comment-list > .comment .comment-body p {
      font-size: 15px;
      font-family: var(--font-family-base);
      margin-bottom: 10px;
      color: var(--bs-body-color);
      font-weight: 400; }
      .comments-area .comment-list > .comment .comment-body p:last-child {
        margin-bottom: 0; }
    .comments-area .comment-list > .comment .comment-body .reply {
      line-height: 1; }
      .comments-area .comment-list > .comment .comment-body .reply .comment-reply-link {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        background: var(--bs-primary);
        color: #fff;
        padding: 4px 10px;
        display: inline-block;
        line-height: 1.3;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        position: absolute;
        right: 0;
        top: 0;
        font-family: var(--font-family-title);
        border-radius: 4px; }
        .comments-area .comment-list > .comment .comment-body .reply .comment-reply-link i {
          margin-right: 8px; }
  .comments-area .comment-list > .comment > .children {
    padding-left: 50px; }
    @media only screen and (max-width: 575px) {
      .comments-area .comment-list > .comment > .children {
        padding-left: 0px; } }
  .comments-area .comment-list .default-form {
    margin-bottom: 30px;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E1E1F0; }
  @media only screen and (max-width: 991px) {
    .comments-area .comment-list {
      margin-bottom: 40px; } }

.comments-area.style-1 .comment-list > .comment .comment-body .comment-author .avatar {
  border-radius: 50%; }

.comments-area.style-1 .comment-list > .comment:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.comment-form-cookies-consent {
  display: none; }

.comment-reply-title a {
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-primary);
  margin-left: 10px; }

.comment-respond .comment-form {
  --bs-gutter-x: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x)); }
  .comment-respond .comment-form p {
    margin-bottom: 20px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5); }
    .comment-respond .comment-form p label {
      display: none; }
    .comment-respond .comment-form p.comment-form-author input,
    .comment-respond .comment-form p.comment-form-email input,
    .comment-respond .comment-form p.comment-form-url input,
    .comment-respond .comment-form p textarea {
      width: 100%;
      height: 60px;
      padding: 10px 20px;
      position: relative;
      font-size: 15px;
      border: 2px solid var(--bs-light);
      background: #fff;
      border-radius: 10px; }
    .comment-respond .comment-form p.comment-form-comment textarea {
      height: 150px !important; }
    .comment-respond .comment-form p.form-submit {
      margin-bottom: 0; }
  .comment-respond .comment-form .comment-form-comment {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

.comment-respond.style-1 .comment-form .comment-form-author,
.comment-respond.style-1 .comment-form .comment-form-email,
.comment-respond.style-1 .comment-form .comment-form-url {
  width: 50%; }

@media only screen and (max-width: 575px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    width: 100% !important; } }

.dz-page-text [class*="galleryid-"],
.dz-post-text [class*="galleryid-"] {
  clear: both;
  margin: 0 auto;
  overflow: hidden; }

.gallery .gallery-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.3125rem;
  position: relative;
  box-sizing: border-box; }
  .gallery .gallery-item img {
    float: left;
    padding: 0 0rem;
    width: 100%;
    border: none !important; }

.gallery .gallery-caption {
  font-size: 0.813rem;
  color: #707070;
  display: block;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  padding: 0.5em 0;
  clear: both; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.post-password-form {
  position: relative;
  clear: both; }
  .post-password-form label {
    display: block;
    font-size: 1rem; }
  .post-password-form input[type="password"] {
    width: 100%;
    border: 0.0625rem solid #ebedf2;
    padding: 0.625rem 6.25rem 0.625rem 0.938rem;
    height: 2.8125rem;
    border: 0.0625rem solid #ced4da; }
  .post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.625rem 1.25rem;
    background: var(--bs-primary);
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    outline: none;
    height: 2.8125rem; }
    .post-password-form input[type="submit"]:hover {
      background: var(--primary-hover); }

@media only screen and (max-width: 991px) {
  .side-bar.sticky-top {
    position: unset;
    padding: 0; } }

.blog-post-banner {
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px; }
  .blog-post-banner .dz-title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px; }
  .blog-post-banner .dz-meta {
    color: #fff; }
    .blog-post-banner .dz-meta ul {
      display: flex;
      opacity: 0.7; }
      .blog-post-banner .dz-meta ul li {
        margin-right: 20px; }
        .blog-post-banner .dz-meta ul li a {
          color: #fff; }

.post-outside {
  margin-top: -120px; }

.single-post .main-bar {
  border-bottom: 1px solid #eee; }

.dz-load-more i:before,
.loadmore-btn i:before {
  -webkit-animation: unset !important;
  -moz-animation: unset !important;
  animation: unset !important; }

.dz-share-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  margin-bottom: 60px;
  border-radius: var(--radius-sm);
  background-color: rgba(var(--bs-primary-rgb), 0.05); }
  .dz-share-post .post-tags strong {
    font-weight: 500;
    font-size: 14px;
    color: var(--bs-secondary); }
  .dz-share-post .post-tags a {
    color: var(--bs-body-color);
    border-radius: var(--border-radius-base);
    margin: 0 8px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .dz-share-post .post-tags a:hover {
      color: var(--bs-primary); }
    .dz-share-post .post-tags a:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 991px) {
    .dz-share-post {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .dz-share-post {
      flex-direction: column;
      align-items: baseline;
      gap: 10px; } }
  .dz-share-post .dz-social-icon li {
    margin-right: 5px; }
    .dz-share-post .dz-social-icon li a {
      display: block;
      height: 35px;
      width: 35px;
      min-width: 35px;
      line-height: 35px;
      font-size: 16px; }
      .dz-share-post .dz-social-icon li a i {
        color: var(--bs-primary); }
  @media only screen and (max-width: 767px) {
    .dz-share-post .post-tags a {
      margin: 0 3px; }
    .dz-share-post .dz-social {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .dz-share-post .dz-social-icon + .post-tags {
      margin-top: 20px; } }
  @media only screen and (max-width: 575px) {
    .dz-share-post .post-tags a {
      margin: 0 5px; } }

#comment-list:empty + .paginate-links {
  margin-top: -30px; }

.post-swiper,
.post-swiper-thumb,
.service-swiper {
  position: relative; }
  .post-swiper .btn-next,
  .post-swiper .btn-prev,
  .post-swiper .prev-post-swiper-btn,
  .post-swiper .next-post-swiper-btn,
  .post-swiper .prev-service-swiper-btn,
  .post-swiper .next-service-swiper-btn,
  .post-swiper-thumb .btn-next,
  .post-swiper-thumb .btn-prev,
  .post-swiper-thumb .prev-post-swiper-btn,
  .post-swiper-thumb .next-post-swiper-btn,
  .post-swiper-thumb .prev-service-swiper-btn,
  .post-swiper-thumb .next-service-swiper-btn,
  .service-swiper .btn-next,
  .service-swiper .btn-prev,
  .service-swiper .prev-post-swiper-btn,
  .service-swiper .next-post-swiper-btn,
  .service-swiper .prev-service-swiper-btn,
  .service-swiper .next-service-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: var(--border-radius-base);
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #fff;
    color: var(--bs-primary);
    z-index: 1;
    margin: 0 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .post-swiper .btn-next:hover,
    .post-swiper .btn-prev:hover,
    .post-swiper .prev-post-swiper-btn:hover,
    .post-swiper .next-post-swiper-btn:hover,
    .post-swiper .prev-service-swiper-btn:hover,
    .post-swiper .next-service-swiper-btn:hover,
    .post-swiper-thumb .btn-next:hover,
    .post-swiper-thumb .btn-prev:hover,
    .post-swiper-thumb .prev-post-swiper-btn:hover,
    .post-swiper-thumb .next-post-swiper-btn:hover,
    .post-swiper-thumb .prev-service-swiper-btn:hover,
    .post-swiper-thumb .next-service-swiper-btn:hover,
    .service-swiper .btn-next:hover,
    .service-swiper .btn-prev:hover,
    .service-swiper .prev-post-swiper-btn:hover,
    .service-swiper .next-post-swiper-btn:hover,
    .service-swiper .prev-service-swiper-btn:hover,
    .service-swiper .next-service-swiper-btn:hover {
      background-color: var(--bs-primary);
      color: #fff; }
    @media only screen and (max-width: 767px) {
      .post-swiper .btn-next,
      .post-swiper .btn-prev,
      .post-swiper .prev-post-swiper-btn,
      .post-swiper .next-post-swiper-btn,
      .post-swiper .prev-service-swiper-btn,
      .post-swiper .next-service-swiper-btn,
      .post-swiper-thumb .btn-next,
      .post-swiper-thumb .btn-prev,
      .post-swiper-thumb .prev-post-swiper-btn,
      .post-swiper-thumb .next-post-swiper-btn,
      .post-swiper-thumb .prev-service-swiper-btn,
      .post-swiper-thumb .next-service-swiper-btn,
      .service-swiper .btn-next,
      .service-swiper .btn-prev,
      .service-swiper .prev-post-swiper-btn,
      .service-swiper .next-post-swiper-btn,
      .service-swiper .prev-service-swiper-btn,
      .service-swiper .next-service-swiper-btn {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff; } }
    @media only screen and (max-width: 575px) {
      .post-swiper .btn-next,
      .post-swiper .btn-prev,
      .post-swiper .prev-post-swiper-btn,
      .post-swiper .next-post-swiper-btn,
      .post-swiper .prev-service-swiper-btn,
      .post-swiper .next-service-swiper-btn,
      .post-swiper-thumb .btn-next,
      .post-swiper-thumb .btn-prev,
      .post-swiper-thumb .prev-post-swiper-btn,
      .post-swiper-thumb .next-post-swiper-btn,
      .post-swiper-thumb .prev-service-swiper-btn,
      .post-swiper-thumb .next-service-swiper-btn,
      .service-swiper .btn-next,
      .service-swiper .btn-prev,
      .service-swiper .prev-post-swiper-btn,
      .service-swiper .next-post-swiper-btn,
      .service-swiper .prev-service-swiper-btn,
      .service-swiper .next-service-swiper-btn {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px; } }
  .post-swiper .btn-prev,
  .post-swiper .prev-post-swiper-btn,
  .post-swiper .prev-service-swiper-btn,
  .post-swiper-thumb .btn-prev,
  .post-swiper-thumb .prev-post-swiper-btn,
  .post-swiper-thumb .prev-service-swiper-btn,
  .service-swiper .btn-prev,
  .service-swiper .prev-post-swiper-btn,
  .service-swiper .prev-service-swiper-btn {
    left: 0; }
  .post-swiper .btn-next,
  .post-swiper .next-post-swiper-btn,
  .post-swiper .next-service-swiper-btn,
  .post-swiper-thumb .btn-next,
  .post-swiper-thumb .next-post-swiper-btn,
  .post-swiper-thumb .next-service-swiper-btn,
  .service-swiper .btn-next,
  .service-swiper .next-post-swiper-btn,
  .service-swiper .next-service-swiper-btn {
    right: 0; }

.service-swiper {
  border-radius: var(--border-radius-base); }
  .service-swiper img {
    border-radius: var(--border-radius-base); }

.blog-single .dz-media + .dz-info {
  padding: 30px 0 0; }

.wp-block-code > code {
  color: #fff; }

#comment-list:empty + .paginate-links {
  margin-top: -30px; }

.bypostauthor {
  font-size: normal; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 20px) var(--gallery-block--gutter-size, 20px) 0; }
  @media only screen and (max-width: 1199px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
      margin: 0 var(--gallery-block--gutter-size, 10px) var(--gallery-block--gutter-size, 10px) 0; } }

.post-audio iframe {
  height: 400px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .post-audio iframe {
      height: 350px; } }
  @media only screen and (max-width: 575px) {
    .post-audio iframe {
      height: 250px; } }

@media only screen and (max-width: 575px) {
  .dz-blog.blog-single .embed-responsive iframe {
    width: 100%; } }

.wp-block-group.has-background {
  padding: 1.5em 2em; }

:where(.wp-block-group.has-background) {
  padding: 1.5em 2em; }

.post-btn {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ededee;
  border-bottom: 1px solid #ededee;
  padding: 15px 0;
  margin: 50px 0px;
  position: relative; }
  .post-btn:after {
    content: "";
    height: calc(100% - 30px);
    width: 1px;
    background: #ededee;
    position: absolute;
    left: 50%;
    top: 15px; }
  .post-btn .prev-post,
  .post-btn .next-post {
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    position: relative; }
    .post-btn .prev-post img,
    .post-btn .next-post img {
      height: 70px;
      width: 85px;
      object-fit: cover; }
      @media only screen and (max-width: 767px) {
        .post-btn .prev-post img,
        .post-btn .next-post img {
          display: none; } }
    .post-btn .prev-post .start,
    .post-btn .prev-post .end,
    .post-btn .next-post .start,
    .post-btn .next-post .end {
      color: #b5b5b5;
      cursor: not-allowed;
      width: 100%;
      padding: 0;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .post-btn .prev-post .title,
      .post-btn .next-post .title {
        font-size: 14px; } }
    .post-btn .prev-post .title a,
    .post-btn .next-post .title a {
      display: block;
      margin-bottom: 5px; }
    .post-btn .prev-post .title .post-date,
    .post-btn .next-post .title .post-date {
      display: block;
      font-size: 13px;
      font-weight: 400;
      color: #666; }
      @media only screen and (max-width: 767px) {
        .post-btn .prev-post .title .post-date,
        .post-btn .next-post .title .post-date {
          font-size: 12px; } }
  .post-btn .next-post {
    padding-right: 30px;
    padding-left: 10px; }
    @media only screen and (max-width: 767px) {
      .post-btn .next-post {
        padding-right: 20px; } }
    .post-btn .next-post .title {
      text-align: right;
      width: 100%;
      margin-bottom: 0; }
    .post-btn .next-post .title + img {
      margin-left: 20px; }
    .post-btn .next-post .end {
      text-align: right; }
    .post-btn .next-post:after {
      content: "\f105";
      font-family: "FontAwesome";
      color: var(--bs-primary);
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 30px;
      transform: translateY(-50%); }
  .post-btn .prev-post {
    padding-left: 30px;
    padding-right: 10px; }
    @media only screen and (max-width: 767px) {
      .post-btn .prev-post {
        padding-left: 20px; } }
    .post-btn .prev-post .title {
      margin-bottom: 0;
      width: 100%; }
    .post-btn .prev-post img + .title {
      padding: 0 20px; }
    .post-btn .prev-post:after {
      content: "\f104";
      font-family: "FontAwesome";
      color: var(--bs-primary);
      position: absolute;
      left: 0;
      top: 50%;
      font-size: 30px;
      transform: translateY(-50%); }

.error-page.style-1 {
  padding-top: 200px;
  padding-bottom: 200px; }
  @media only screen and (min-width: 1480px) {
    .error-page.style-1.content-inner-1 {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (max-width: 1480px) {
    .error-page.style-1 {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (max-width: 1199px) {
    .error-page.style-1 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .error-page.style-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .error-page.style-1 .dz-error {
    font-size: 290px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1; }
    .error-page.style-1 .dz-error::after {
      content: attr(data-name);
      position: absolute;
      top: 7px;
      left: 7px;
      width: calc(100% - 5px);
      height: calc(100% - 5px);
      -webkit-text-stroke: 1px #CFDEE0;
      color: transparent;
      z-index: -1; }
    .error-page.style-1 .dz-error.data-name-primary::after {
      -webkit-text-stroke: 1.5px var(--bs-primary); }
    @media only screen and (max-width: 1480px) {
      .error-page.style-1 .dz-error {
        font-size: 200px; }
        .error-page.style-1 .dz-error::after {
          top: 5px;
          left: 5px; } }
    @media only screen and (max-width: 991px) {
      .error-page.style-1 .dz-error {
        font-size: 150px; } }
    @media only screen and (max-width: 575px) {
      .error-page.style-1 .dz-error {
        font-size: 100px; }
        .error-page.style-1 .dz-error::after {
          top: 3px;
          left: 3px; } }
  .error-page.style-1 .text {
    font-size: 35px;
    font-weight: 600;
    margin: auto;
    max-width: 650px;
    color: var(--bs-secondary);
    margin-bottom: 30px;
    line-height: 1.5; }
    @media only screen and (max-width: 1480px) {
      .error-page.style-1 .text {
        font-size: 32px; } }
    @media only screen and (max-width: 991px) {
      .error-page.style-1 .text {
        font-size: 28px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 575px) {
      .error-page.style-1 .text {
        font-size: 18px; } }
  .error-page.style-1 .dz-error-media {
    position: relative; }
    .error-page.style-1 .dz-error-media .item1 {
      position: absolute;
      top: 0;
      right: 50px;
      animation: shake 3s linear infinite; }
      .error-page.style-1 .dz-error-media .item1 img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%; }
      .error-page.style-1 .dz-error-media .item1 svg {
        width: 100%; }
      @media only screen and (max-width: 1199px) {
        .error-page.style-1 .dz-error-media .item1 {
          width: 140px; } }
      @media only screen and (max-width: 575px) {
        .error-page.style-1 .dz-error-media .item1 {
          width: 100px;
          right: 30px;
          top: -30px; } }

.error-page.style-2 .dz-error-media {
  margin-left: 20px;
  margin-right: 80px; }
  @media only screen and (max-width: 767px) {
    .error-page.style-2 .dz-error-media {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px; } }

.error-page.style-2 .inner-content .dz-error {
  font-size: 120px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px; }

.error-page.style-2 .inner-content .text {
  font-size: 28px;
  max-width: 370px;
  margin-bottom: 30px; }

@media only screen and (max-width: 1199px) {
  .error-page.style-2 .inner-content .dz-error {
    font-size: 80px;
    margin-bottom: 20px; }
  .error-page.style-2 .inner-content .text {
    font-size: 24px; } }

@media only screen and (max-width: 991px) {
  .error-page.style-2 .inner-content .dz-error {
    font-size: 48px;
    margin-bottom: 15px; }
  .error-page.style-2 .inner-content .text {
    font-size: 18px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .error-page.style-2 .inner-content {
    text-align: center; }
    .error-page.style-2 .inner-content .text {
      margin-left: auto;
      margin-right: auto; } }

.animation-text {
  overflow: visible;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(35%, 90%); }
  .animation-text text {
    text-transform: uppercase;
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: #CFDEE0;
    font-size: 290px;
    font-weight: 700;
    opacity: 0.5; }

@keyframes stroke {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: white;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2; }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: white; }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: white;
    stroke-width: 3; }
  100% {
    fill: white;
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0; } }

.extm {
  z-index: 1; }

.filter-area {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: var(--border-radius-base);
  align-items: center;
  background-color: #ffffff;
  display: flex;
  position: relative;
  z-index: 20; }
  .filter-area .grid-area {
    flex: 1;
    display: flex;
    justify-content: space-between; }
    .filter-area .grid-area .nav .nav-item {
      align-item: center; }
      .filter-area .grid-area .nav .nav-item .nav-link {
        color: var(--bs-secondary);
        font-family: var(--font-family-title);
        font-weight: var(--headings-font-weight);
        padding: 0;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .filter-area .grid-area .nav .nav-item .nav-link svg {
          width: 20px;
          height: 20px; }
          .filter-area .grid-area .nav .nav-item .nav-link svg path {
            fill: var(--bs-secondary); }
        .filter-area .grid-area .nav .nav-item .nav-link.active {
          color: var(--bs-primary); }
          .filter-area .grid-area .nav .nav-item .nav-link.active svg path {
            fill: var(--bs-primary); }
        .filter-area .grid-area .nav .nav-item .nav-link:hover {
          color: var(--bs-secondary); }
    @media only screen and (max-width: 1024px) {
      .filter-area .grid-area .filter-day {
        display: none; } }
  .filter-area .category {
    position: relative;
    z-index: 1;
    display: flex; }
    .filter-area .category .filter-category {
      align-items: center;
      display: flex;
      padding-left: 20px;
      padding-right: 20px; }
      .filter-area .category .filter-category a {
        border: 0;
        background: transparent;
        font-weight: 500;
        color: var(--bs-secondary);
        font-size: 16px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 60px;
        outline: none !important;
        padding: 0px 20px 0px 5px;
        font-family: var(--font-family-title); }
    .filter-area .category .form-group {
      display: flex;
      align-items: center;
      padding: 0;
      background: none; }
      .filter-area .category .form-group .btn {
        border-bottom: 0;
        padding: 0px 20px 0 0;
        border: 0;
        background: transparent;
        color: var(--bs-secondary);
        font-size: 16px;
        font-weight: 500;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 60px;
        outline: none !important; }
  @media only screen and (max-width: 575px) {
    .filter-area .orderby.dropdown {
      width: 160px !important; } }

.page {
  margin-top: 40px;
  align-items: center; }
  .page .page-text {
    color: var(--bs-heading-color);
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .page {
      margin-top: 0;
      text-align: center; }
      .page .page-text {
        margin-bottom: 25px; } }

.dz-shop-card {
  position: relative; }
  .dz-shop-card .dz-tags {
    display: flex;
    margin-bottom: 8px;
    line-height: 1.5; }
    .dz-shop-card .dz-tags li a {
      color: var(--bs-heading-color);
      margin-right: 5px;
      font-size: 14px; }
  .dz-shop-card .product-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.related-img {
  border-radius: var(--radius-lg); }

.related-title {
  margin-bottom: 45px;
  margin-top: 34px; }
  @media only screen and (max-width: 1680px) {
    .related-title {
      margin-bottom: 46px; } }
  @media only screen and (max-width: 1480px) {
    .related-title {
      margin-bottom: 55px; } }

.shop-filter aside > div > .title i {
  font-size: 18px; }

.shop-filter .shop-xl {
  padding: 30px 50px;
  position: fixed;
  left: -445px;
  top: 0px;
  z-index: 10000;
  background: #ffffff;
  height: 100%;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  overflow: scroll; }
  .shop-filter .shop-xl.active {
    left: 0; }

@media only screen and (max-width: 1199px) {
  .shop-filter {
    padding: 30px 35px;
    position: fixed;
    left: -445px;
    top: 0px;
    z-index: 10000;
    background: #ffffff;
    height: 100%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    overflow: scroll; }
    .shop-filter.active {
      left: 0; } }

@media only screen and (max-width: 575px) {
  .shop-filter {
    left: -100%;
    width: 100%;
    max-width: 100%;
    box-shadow: none; }
  .panel-close-btn {
    display: block;
    height: 40px;
    width: 0;
    background: #000;
    z-index: 10001;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .panel-close-btn svg {
      position: unset; }
    .panel-close-btn.active {
      width: 40px; } }

.dz-widget_services .form-check {
  padding-top: 5px;
  padding-bottom: 5px; }

.tabs-site-button .nav-tabs {
  margin-bottom: 32px; }
  .tabs-site-button .nav-tabs a {
    display: inline-block;
    padding: 15px 20px;
    color: var(--bs-secondary);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-family-title);
    position: relative;
    line-height: 1.2; }

@media only screen and (max-width: 575px) {
  .tabs-site-button .nav-tabs li {
    margin: auto; } }

.form-wizard {
  border: 1px solid transparent !important; }
  .form-wizard .nav-wizard {
    box-shadow: none !important;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center; }
    .form-wizard .nav-wizard li {
      flex: 0 0 25%;
      max-width: 25%; }
      .form-wizard .nav-wizard li .nav-link {
        display: flex;
        align-items: center;
        padding: 0; }
        .form-wizard .nav-wizard li .nav-link span {
          width: 48px;
          min-width: 48px;
          height: 48px;
          border: 5px solid #E2E2E2;
          line-height: 3rem;
          font-size: 1.125rem;
          background-color: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 25px; }
          .form-wizard .nav-wizard li .nav-link span i {
            opacity: 0; }
        .form-wizard .nav-wizard li .nav-link:after {
          content: "";
          border-radius: 0.25rem 0 0 0.25rem;
          flex: 1;
          height: 5px;
          background: #E1E1E1; }
        .form-wizard .nav-wizard li .nav-link.active span, .form-wizard .nav-wizard li .nav-link.done span {
          background-color: var(--bs-primary);
          color: #ffffff;
          border-color: var(--bs-primary); }
          .form-wizard .nav-wizard li .nav-link.active span i, .form-wizard .nav-wizard li .nav-link.done span i {
            opacity: 1; }
        .form-wizard .nav-wizard li .nav-link.active:after, .form-wizard .nav-wizard li .nav-link.done:after {
          background-color: var(--bs-primary); }
        .form-wizard .nav-wizard li .nav-link div {
          padding-right: 35px;
          color: #131045;
          font-size: 18px;
          font-weight: 600;
          padding-left: 35px; }
      .form-wizard .nav-wizard li:last-child .nav-link after {
        content: none; }

.toolbar .btn {
  color: #ffffff;
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important; }

.shop-account .account-detail {
  padding: 30px 0px;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 6px;
  margin-bottom: 25px; }
  .shop-account .account-detail .my-image {
    position: relative;
    display: inline-block;
    border: 2px solid var(--bs-primary);
    outline-offset: 3px;
    border-radius: 100%;
    width: 150px;
    height: 150px; }
    .shop-account .account-detail .my-image img {
      border-radius: 100%;
      width: 100%;
      background-color: #fff;
      padding: 5px; }
  .shop-account .account-detail .account-title {
    margin-top: 25px; }

.shop-account .account-list {
  list-style: none;
  margin-bottom: 0px;
  border-radius: 0 0 4px 4px;
  overflow: hidden; }
  .shop-account .account-list li a {
    width: 100%;
    padding: 15px 20px;
    display: inline-block;
    border-top: 1px solid  #eee;
    color: #232323;
    border-left: 3px solid rgba(0, 0, 0, 0); }
    .shop-account .account-list li a.active {
      background: #eaa4511a;
      border-left-color: var(--bs-primary); }
    .shop-account .account-list li a:hover {
      background: #eaa4511a;
      border-left-color: var(--bs-primary); }
    .shop-account .account-list li a i {
      color: var(--bs-primary);
      margin-right: 10px; }

.shop-bx {
  padding: 0 20px 30px;
  border-radius: 4px;
  background-color: var(--white); }
  .shop-bx .shop-bx-title {
    border-bottom: 1px solid var(--bs-primary);
    padding: 10px 0;
    font-size: 22px;
    margin-bottom: 30px; }

.woocommerce div.product span.price .woocommerce-Price-amount.amount del {
  font-weight: 400; }

.woocommerce-Price-currencySymbol {
  font-weight: inherit !important; }

.filter-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .filter-wrapper .filter-left-area,
  .filter-wrapper .filter-right-area {
    display: flex;
    align-items: center; }
    .filter-wrapper .filter-left-area span,
    .filter-wrapper .filter-right-area span {
      font-size: 14px;
      color: var(--bs-heading-color); }
  .filter-wrapper .filter-left-area {
    flex: 1; }
  .filter-wrapper .filter-right-area > div {
    border-left: 1px solid var(--border-color); }
    .filter-wrapper .filter-right-area > div:nth-child(3n-1) {
      border-left: 0 !important; }
    @media only screen and (max-width: 767px) {
      .filter-wrapper .filter-right-area > div {
        border: 0; } }
  .filter-wrapper .filter-right-area .form-group {
    display: flex;
    align-items: center;
    padding: 0;
    background: none; }
    .filter-wrapper .filter-right-area .form-group .btn {
      border-bottom: 0;
      padding: 7px 20px 7px 20px;
      border: 0;
      background: transparent;
      color: var(--bs-secondary);
      font-size: 14px;
      font-weight: 400;
      display: flex;
      align-items: center;
      outline: none !important; }
    .filter-wrapper .filter-right-area .form-group .default-select,
    .filter-wrapper .filter-right-area .form-group .bootstrap-select {
      width: auto !important; }
      .filter-wrapper .filter-right-area .form-group .default-select .dropdown-toggle:after,
      .filter-wrapper .filter-right-area .form-group .bootstrap-select .dropdown-toggle:after {
        content: "\f107";
        font-family: "Font Awesome 6 free";
        border: 0;
        font-weight: 700;
        margin-left: 18px;
        font-size: 14px;
        color: var(--bs-heading-color); }
  .filter-wrapper .shop-tab .nav .nav-item .nav-link {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    color: var(--bs-secondary); }
    .filter-wrapper .shop-tab .nav .nav-item .nav-link i {
      font-size: 20px; }
    .filter-wrapper .shop-tab .nav .nav-item .nav-link.active svg rect {
      stroke: var(--bs-secondary); }
    .filter-wrapper .shop-tab .nav .nav-item .nav-link.active i {
      color: var(--bs-secondary); }
    .filter-wrapper .shop-tab .nav .nav-item .nav-link.active svg {
      opacity: 1; }
    .filter-wrapper .shop-tab .nav .nav-item .nav-link svg {
      width: 20px;
      opacity: 0.35;
      height: 20px; }
  @media only screen and (max-width: 1199px) {
    .filter-wrapper .filter-left-area,
    .filter-wrapper .filter-right-area {
      padding: 8px 0; }
      .filter-wrapper .filter-left-area .panel-btn,
      .filter-wrapper .filter-right-area .panel-btn {
        margin-right: 16px; }
    .filter-wrapper .shop-tab {
      margin-left: auto; } }
  @media only screen and (max-width: 767px) {
    .filter-wrapper {
      display: block; } }
  @media only screen and (max-width: 575px) {
    .filter-wrapper .filter-right-area .Category {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .filter-wrapper .filter-right-area .shop-tab ul li:nth-child(3), .filter-wrapper .filter-right-area .shop-tab ul li:nth-child(4) {
      display: none; } }

.filter-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .filter-tag li {
    padding: 5px 0; }
    .filter-tag li:last-child {
      margin-right: 30px; }
  @media only screen and (max-width: 1480px) {
    .filter-tag {
      display: none; } }

.tag-btn {
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px; }
  .tag-btn i {
    font-size: 18px;
    color: var(--bs-heading-color); }
  .tag-btn svg {
    margin-bottom: 2px; }

.widget_search .form-group {
  margin-bottom: 40px; }
  .widget_search .form-group .form-control {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px !important; }
  .widget_search .form-group .input-group-addon {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9; }
    .widget_search .form-group .input-group-addon .btn {
      padding: 0;
      height: 50px;
      text-align: center; }
      .widget_search .form-group .input-group-addon .btn:active {
        border-color: transparent; }
      .widget_search .form-group .input-group-addon .btn i {
        font-size: 20px; }
      .widget_search .form-group .input-group-addon .btn svg path {
        stroke: var(--bs-primary); }

.product-size.btn-group {
  display: flex;
  flex-wrap: wrap; }

.product-size .btn {
  padding: 0;
  height: 34px;
  width: 34px;
  line-height: 36px;
  font-size: 15px;
  font-weight: 400;
  background-color: transparent !important;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-heading-color);
  margin-right: 10px !important;
  flex: unset;
  margin-bottom: 5px;
  border-radius: 50% !important; }
  .product-size .btn:hover {
    border-color: inherit; }

.product-size .btn-check:checked + .btn {
  background: var(--bs-secondary) !important;
  color: #fff;
  border-color: var(--bs-secondary); }

.product-size .btn-check:checked + .btn.btn-light {
  background: --bs-secondary !important;
  border-color: var(--bs-secondary);
  color: #fff; }

.shop-top-filter .shop-filter {
  display: flex;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid var(--bs-light); }
  @media only screen and (min-width: 1191px) {
    .shop-top-filter .shop-filter {
      display: none; } }
  @media only screen and (min-width: 1191px) {
    .shop-top-filter .shop-filter aside {
      display: flex;
      justify-content: space-between;
      width: 100%;
      gap: 50px; } }
  @media only screen and (min-width: 1191px) {
    .shop-top-filter .shop-filter aside .widget {
      width: 25%;
      flex: 1; }
      .shop-top-filter .shop-filter aside .widget.widget_search {
        display: none; } }
  .shop-top-filter .shop-filter aside .reset-btn {
    display: none; }
  .shop-top-filter .shop-filter .filter-wrapper {
    display: block; }

.filter-top-btn {
  padding-right: 20px; }

.dz-product-detail {
  margin-bottom: 30px; }
  .dz-product-detail.static-media .dz-media {
    margin-bottom: 30px;
    border-radius: 30px; }
    @media only screen and (max-width: 1199px) {
      .dz-product-detail.static-media .dz-media {
        height: auto;
        margin-bottom: 15px; } }
  .dz-product-detail .price {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--bs-primary); }
    .dz-product-detail .price del {
      opacity: 0.5;
      color: #000;
      font-weight: 500;
      margin-left: 5px; }
  .dz-product-detail .swiper-btn-center-lr + .dz-content {
    padding-top: 25px; }
  .dz-product-detail .dz-media {
    border-radius: var(--radius-md);
    box-shadow: 0 0 60px rgba(var(--bs-secondary-rgb), 0.05);
    margin-right: 40px; }
    @media only screen and (max-width: 991px) {
      .dz-product-detail .dz-media {
        margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      .dz-product-detail .dz-media {
        height: 100%; } }
    .dz-product-detail .dz-media .dz-maximize {
      opacity: 0; }
    .dz-product-detail .dz-media:hover .dz-maximize {
      opacity: 1; }
    @media only screen and (max-width: 575px) {
      .dz-product-detail .dz-media .dz-maximize {
        opacity: 1; } }
  .dz-product-detail .banner-social-media {
    transform: unset;
    top: 250px; }
    .dz-product-detail .banner-social-media ul li a {
      color: #000; }
  .dz-product-detail .dz-content p {
    font-size: 18px;
    font-weight: 300; }
  .dz-product-detail .dz-content .title {
    font-weight: 600;
    font-size: 45px; }
  .dz-product-detail .dz-content .meta-content {
    margin-right: 0;
    text-align: right; }
  .dz-product-detail .dz-content .dz-tags {
    margin-bottom: 5px; }
  .dz-product-detail .dz-content .dz-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    display: flex;
    justify-content: left; }
    .dz-product-detail .dz-content .dz-rating li {
      display: inline-block;
      font-size: 14px;
      color: #C2B7A4; }
      .dz-product-detail .dz-content .dz-rating li.star-fill {
        color: #FF8A00; }
  .dz-product-detail .dz-content .dz-rating {
    display: flex;
    line-height: 18px; }
  .dz-product-detail .dz-content .review-num {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center; }
    .dz-product-detail .dz-content .review-num a,
    .dz-product-detail .dz-content .review-num span {
      font-size: 13px;
      color: var(--bs-secondary);
      line-height: 20px;
      font-weight: 500; }
  .dz-product-detail .dz-content .dz-content-footer {
    display: flex;
    margin-bottom: 20px; }
    .dz-product-detail .dz-content .dz-content-footer .dz-content-start {
      flex: 1; }
    .dz-product-detail .dz-content .dz-content-footer .price-name {
      line-height: 1.5; }
    .dz-product-detail .dz-content .dz-content-footer .price-num {
      font-size: 24px;
      font-weight: 500;
      font-family: var(--font-family-title); }
  @media only screen and (max-width: 1480px) {
    .dz-product-detail .dz-content p {
      font-size: 16px; }
    .dz-product-detail .dz-content .title {
      font-size: 38px; } }
  @media only screen and (max-width: 991px) {
    .dz-product-detail .dz-content .title {
      font-size: 32px; } }
  @media only screen and (max-width: 575px) {
    .dz-product-detail .dz-content .title {
      font-size: 28px; } }
  .dz-product-detail .swiper-btn-center-lr .btn-next,
  .dz-product-detail .swiper-btn-center-lr .btn-prev {
    background-color: transparent;
    border-radius: 0; }
  .dz-product-detail .swiper-btn-center-lr .btn-prev {
    left: 0; }
  .dz-product-detail .swiper-btn-center-lr .btn-next {
    right: 0; }
  .dz-product-detail .swiper-btn-center-lr .gallery-button-prev i,
  .dz-product-detail .swiper-btn-center-lr .gallery-button-next i {
    font-size: 26px; }
  .dz-product-detail .quick-modal-swiper,
  .dz-product-detail .product-gallery-swiper {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }
    .dz-product-detail .quick-modal-swiper .swiper-slide,
    .dz-product-detail .product-gallery-swiper .swiper-slide {
      width: 45px !important;
      min-width: 45px !important;
      height: 45px; }
      .dz-product-detail .quick-modal-swiper .swiper-slide img,
      .dz-product-detail .product-gallery-swiper .swiper-slide img {
        border: 2px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4); }
      .dz-product-detail .quick-modal-swiper .swiper-slide:last-child,
      .dz-product-detail .product-gallery-swiper .swiper-slide:last-child {
        margin-right: 0 !important; }
      .dz-product-detail .quick-modal-swiper .swiper-slide.swiper-slide-thumb-active img,
      .dz-product-detail .product-gallery-swiper .swiper-slide.swiper-slide-thumb-active img {
        border-color: var(--bs-secondary); }
    .dz-product-detail .quick-modal-swiper.swiper-vertical,
    .dz-product-detail .product-gallery-swiper.swiper-vertical {
      position: absolute;
      top: 30px;
      bottom: auto;
      left: 30px;
      transform: unset; }
      .dz-product-detail .quick-modal-swiper.swiper-vertical .swiper-slide,
      .dz-product-detail .product-gallery-swiper.swiper-vertical .swiper-slide {
        margin-right: 0 !important;
        margin-bottom: 15px !important; }
      .dz-product-detail .quick-modal-swiper.swiper-vertical.vertical-center,
      .dz-product-detail .product-gallery-swiper.swiper-vertical.vertical-center {
        top: 50%;
        transform: translateY(-50%);
        left: -50px; }
    .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide,
    .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
      height: 70px;
      width: 70px !important;
      min-width: 70px !important; }
      .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide img,
      .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide img {
        box-shadow: unset;
        border-color: #fff;
        border-radius: 10px; }
      .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img,
      .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img {
        border-color: var(--bs-secondary); }
    .dz-product-detail .quick-modal-swiper.thumb-sm,
    .dz-product-detail .product-gallery-swiper.thumb-sm {
      top: 15px;
      left: 15px; }
      .dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide,
      .dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide {
        height: 50px;
        width: 50px !important;
        min-width: 50px !important; }
        .dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide img,
        .dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide img {
          box-shadow: unset;
          border: 1px solid var(--border-color);
          border-radius: 0; }
        .dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img,
        .dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img {
          border-color: var(--bs-secondary); }
    @media only screen and (max-width: 991px) {
      .dz-product-detail .quick-modal-swiper.swiper-vertical,
      .dz-product-detail .product-gallery-swiper.swiper-vertical {
        top: 15px;
        left: 15px; }
      .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide,
      .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
        height: 50px;
        width: 50px !important;
        min-width: 50px !important; } }
  .dz-product-detail .product-num {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media only screen and (max-width: 575px) {
      .dz-product-detail .product-num {
        margin-bottom: 15px; } }
    .dz-product-detail .product-num > div {
      margin-right: 15px; }
      .dz-product-detail .product-num > div:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 991px) {
        .dz-product-detail .product-num > div {
          margin-bottom: 15px; } }
    .dz-product-detail .product-num a span {
      margin-left: 15px; }
    .dz-product-detail .product-num .like-btn {
      border: 1px solid #F0F0F0;
      width: 60px;
      border-radius: var(--border-radius-base);
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 22px;
      margin-left: 18px; }
  .dz-product-detail .dz-info {
    padding-top: 40px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 991px) {
      .dz-product-detail .dz-info {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 575px) {
      .dz-product-detail .dz-info {
        margin-bottom: 0;
        padding-top: 25px; } }
    .dz-product-detail .dz-info ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 10px; }
      .dz-product-detail .dz-info ul li {
        color: var(--bs-secondary);
        font-size: 14px;
        margin-right: 10px; }
        .dz-product-detail .dz-info ul li strong {
          font-size: 15px;
          font-family: var(--font-family-title);
          font-weight: 500; }
        .dz-product-detail .dz-info ul li a {
          color: var(--bs-secondary); }
      .dz-product-detail .dz-info ul.social-icon li {
        margin-right: 20px;
        font-size: 16px; }
    .dz-product-detail .dz-info .social-icon li a {
      color: var(--bs-primary); }

.detail-bx {
  padding-left: 30px;
  padding-right: 30px; }
  .detail-bx p {
    font-size: 18px;
    color: var(--bs-secondary);
    margin-bottom: 40px;
    font-weight: 300; }
    @media only screen and (max-width: 1480px) {
      .detail-bx p {
        font-size: 16px; } }
  .detail-bx .feature-detail {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap; }
    .detail-bx .feature-detail li {
      display: flex;
      align-items: center;
      padding: 10px 40px 10px 0;
      text-align: left; }
      .detail-bx .feature-detail li:last-child {
        padding-right: 0; }
      .detail-bx .feature-detail li i {
        font-size: 22px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--bs-secondary);
        border-radius: 50%;
        width: 44px;
        min-width: 44px;
        margin-right: 10px;
        color: var(--bs-secondary); }
      .detail-bx .feature-detail li h5, .detail-bx .feature-detail li .h5 {
        font-weight: 400;
        margin-bottom: 0; }
      .detail-bx .feature-detail li svg {
        margin-right: 10px; }
  @media only screen and (max-width: 991px) {
    .detail-bx {
      padding-left: 0;
      padding-right: 0; }
      .detail-bx .feature-detail {
        margin-bottom: 30px; }
        .detail-bx .feature-detail li {
          padding: 6px 20px 6px 0; }
          .detail-bx .feature-detail li svg {
            width: 30px;
            height: 30px; }
          .detail-bx .feature-detail li h5, .detail-bx .feature-detail li .h5 {
            font-size: 16px; }
      .detail-bx .para-text {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .detail-bx .para-text {
      text-align: justify; } }
  @media only screen and (max-width: 600px) {
    .detail-bx .para-text {
      font-size: 14px; } }
  @media only screen and (max-width: 575px) {
    .detail-bx .feature-detail {
      margin-bottom: 15px; }
      .detail-bx .feature-detail li h5, .detail-bx .feature-detail li .h5 {
        font-size: 14px; } }

.category-swiper,
.category-swiper2 {
  margin-bottom: 25px; }
  .category-swiper .shop-card .dz-content,
  .category-swiper2 .shop-card .dz-content {
    padding: 12px 0; }
  @media only screen and (max-width: 575px) {
    .category-swiper,
    .category-swiper2 {
      margin-bottom: 15px; } }

.rating-filter ul li {
  display: inline-block; }
  .rating-filter ul li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-heading-color); }
  .rating-filter ul li i {
    color: #FE9F10;
    font-family: feather;
    font-style: normal;
    vertical-align: middle; }
  .rating-filter ul li:first-child {
    margin-right: 8px; }

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none; }

.rating-stars ul > li.star {
  display: inline-block; }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fas {
  font-size: 14px;
  /* Change the size of the stars */
  color: var(--bsbody-color);
  /* Color on idle state */ }

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fas {
  color: #FFCC36; }

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fas {
  color: #FF912C; }

.card-container .my-account-content {
  border: 1px solid #000;
  min-height: 307px;
  padding: 20px;
  width: 100%;
  font-size: 15px;
  line-height: 1.45;
  border-radius: 10px;
  overflow-x: auto; }
  .card-container .my-account-content p a {
    color: var(--bs-primary); }
  .card-container .my-account-content p strong {
    color: var(--bs-secondary); }
  .card-container .my-account-content .ecommerce-box {
    display: flex;
    justify-content: space-between; }
    .card-container .my-account-content .ecommerce-box .ecommerce-content .ecommerce-address-title {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .card-container .my-account-content .ecommerce-box .ecommerce-content .ecommerce-address-title .title {
        font-size: 18px; }
      .card-container .my-account-content .ecommerce-box .ecommerce-content .ecommerce-address-title a {
        color: var(--bs-primary); }
  .card-container .my-account-content .woocommerce table.shop_table th {
    padding: 10px 15px;
    border: 0;
    font-family: var(--font-family-title);
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 700; }
  .card-container .my-account-content .check-tbl.style-1 tbody tr td {
    padding: 5px 18px; }
    .card-container .my-account-content .check-tbl.style-1 tbody tr td:first-child {
      padding: 10px 0; }
    .card-container .my-account-content .check-tbl.style-1 tbody tr td:last-child {
      padding: 10px 0; }
    .card-container .my-account-content .check-tbl.style-1 tbody tr td.product-item-name, .card-container .my-account-content .check-tbl.style-1 tbody tr td.product-item-date, .card-container .my-account-content .check-tbl.style-1 tbody tr td.product-item-Status, .card-container .my-account-content .check-tbl.style-1 tbody tr td.product-item-price {
      font-size: 14px;
      font-weight: 400; }

.cart-detail {
  border-radius: 30px;
  border: 1px solid var(--bs-secondary);
  padding: 35px 30px; }
  .cart-detail .save-text {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center; }
    .cart-detail .save-text i {
      font-size: 20px;
      color: var(--bs-heading-color); }
    .cart-detail .save-text span {
      color: var(--bs-heading-color);
      font-weight: 500;
      font-size: 16px; }
  .cart-detail table {
    width: 100% !important; }
    .cart-detail table tr {
      align-items: center; }
      .cart-detail table tr.total td {
        padding: 15px 0 20px; }
        .cart-detail table tr.total td.price {
          font-family: var(--font-family-title);
          font-weight: 500;
          font-size: 24px;
          color: var(--bs-secondary);
          text-align: end; }
  @media only screen and (max-width: 1280px) {
    .cart-detail {
      padding: 15px; }
      .cart-detail .icon-bx-wraper.style-4 {
        padding: 15px; }
        .cart-detail .icon-bx-wraper.style-4 .icon-content {
          margin-left: 10px; }
        .cart-detail .icon-bx-wraper.style-4 .dz-title {
          margin-bottom: 0; }
        .cart-detail .icon-bx-wraper.style-4 p {
          display: none; }
      .cart-detail .save-text {
        padding-bottom: 10px; }
        .cart-detail .save-text span {
          font-size: 14px; }
      .cart-detail table tr.total td {
        padding: 10px 0 10px; }
        .cart-detail table tr.total td.price {
          font-size: 20px; } }

.shop-checkout .form-select {
  padding: 8px 20px;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px; }

.shop-checkout .form-group .form-check-input {
  margin: 5px 5px 0 0;
  border: 1px solid var(--bs-secondary); }
  .shop-checkout .form-group .form-check-input:checked {
    border-color: var(--bs-primary); }

.shop-checkout .form-group .form-check-label {
  font-weight: 500;
  font-size: 14px;
  font-family: 'DM Sans';
  color: #24262B; }

.shop-checkout .dz-accordion .accordion-item {
  margin-bottom: 15px; }
  .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button {
    background: transparent;
    border: 1px solid var(--bs-secondary);
    font-family: var(--font-family-title);
    border-radius: 10px; }
    .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button .toggle-close {
      right: 10px;
      background: transparent;
      color: var(--bs-heading-color); }
      .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button .toggle-close:after {
        color: var(--bs-heading-color);
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        font-size: 16px;
        content: "\f106"; }
    .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button.collapsed .toggle-close:after {
      content: "\f107"; }
    @media only screen and (max-width: 575px) {
      .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button {
        align-items: start;
        font-size: 14px; } }

.order-detail {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--bs-secondary); }
  @media only screen and (max-width: 575px) {
    .order-detail {
      padding: 15px; } }
  .order-detail .dz-accordion .accordion-item {
    background: transparent; }
    .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button {
      padding: 0;
      font-family: var(--font-family-title);
      background-color: transparent; }
      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button .form-check-input {
        width: 16px;
        height: 16px;
        margin-right: 10px; }
      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button .form-check-label {
        font-family: var(--font-family-title);
        font-weight: 500;
        font-size: 16px; }
      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button img {
        margin: 0 12px; }
      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button a {
        font-weight: 400;
        font-size: 12px;
        text-decoration: underline;
        color: #5E626F; }
    .order-detail .dz-accordion .accordion-item .accordion-body {
      padding: 8px 0; }
      .order-detail .dz-accordion .accordion-item .accordion-body p {
        font-weight: 400;
        font-size: 13px;
        font-family: 'Roboto'; }
  .order-detail .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
    border-top: 1px solid #D7D7D7; }
    .order-detail .text a {
      text-decoration: underline;
      color: var(--bs-primary); }
  .order-detail .form-group .form-check-input {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 10px; }
  .order-detail .form-group .form-check-label {
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto';
    color: #5E626F; }
  .order-detail table {
    width: 100%; }
    .order-detail table tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .order-detail table tr td {
        padding: 12px 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #24262B; }
        .order-detail table tr td.price {
          text-align: end; }
      .order-detail table tr.title {
        border-bottom: none; }
        .order-detail table tr.title td {
          padding-bottom: 0; }
      .order-detail table tr.shipping td .custom-checkbox .form-check-label {
        font-size: 14px;
        line-height: 30px; }
      .order-detail table tr.shipping td.price {
        vertical-align: bottom; }
      .order-detail table tr.total {
        border-bottom: none; }
        .order-detail table tr.total td {
          padding: 24px 0; }
          .order-detail table tr.total td.price {
            font-size: 24px; }

.cart-item.style-1 {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .cart-item.style-1 .dz-media {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 10px; }
  .cart-item.style-1 .dz-content {
    margin-left: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cart-item.style-1 .dz-content .title {
      font-weight: 500;
      font-family: var(--font-family-title); }
    .cart-item.style-1 .dz-content .price {
      font-size: 16px;
      font-weight: 500;
      color: #24262B; }

/* WooCommerce END */
.dz-box.product {
  margin-bottom: 30px !important;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100% - 30px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px 15px;
  border-radius: var(--border-radius-base); }
  .dz-box.product .yith-wcwl-wishlistaddedbrowse,
  .dz-box.product .yith-wcwl-wishlistexistsbrowse,
  .dz-box.product .yith-wcwl-add-button {
    border: 0; }
  .dz-box.product .item-box .item-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: var(--border-radius-base); }
    .dz-box.product .item-box .item-img > img {
      width: 100%; }
    .dz-box.product .item-box .item-img:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      z-index: 0;
      background: #212529;
      top: 0;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .dz-box.product .item-box .item-info {
    padding: 25px 20px 15px 20px;
    text-align: center; }
    .dz-box.product .item-box .item-info .item-title {
      font-size: 20px;
      margin-bottom: 0;
      line-height: 1.2; }
    .dz-box.product .item-box .item-info .item-price {
      line-height: 1.2;
      margin-bottom: 0; }
      .dz-box.product .item-box .item-info .item-price.sale-price .woocommerce-Price-amount.amount bdi {
        color: var(--bs-primary);
        font-size: 20px;
        font-weight: 600; }
        .dz-box.product .item-box .item-info .item-price.sale-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
          font-size: 20px !important; }
      .dz-box.product .item-box .item-info .item-price .price del {
        color: var(--bs-secondary);
        font-size: 16px !important;
        font-weight: 400;
        margin-bottom: 0; }
      .dz-box.product .item-box .item-info .item-price .price ins .woocommerce-Price-amount.amount {
        color: var(--bs-primary);
        font-size: 20px !important;
        font-weight: 600; }
    .dz-box.product .item-box .item-info .woocommerce-product-rating {
      margin: 0;
      float: unset;
      text-align: center; }
      .dz-box.product .item-box .item-info .woocommerce-product-rating .woocommerce-review-link {
        margin: 0; }
  .dz-box.product .item-box .item-info-in {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
    left: 0; }
    .dz-box.product .item-box .item-info-in ul {
      margin: 0;
      padding: 0;
      text-align: center;
      display: flex;
      justify-content: center; }
      .dz-box.product .item-box .item-info-in ul li {
        list-style: none;
        display: inline-block;
        margin: 0 5px; }
        .dz-box.product .item-box .item-info-in ul li a {
          background: var(--bs-primary);
          color: #fff;
          width: 48px;
          text-align: center;
          display: block;
          font-size: 16px;
          height: 48px;
          line-height: 48px;
          box-shadow: 0 5px 15px -10px var(--bs-primary);
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s;
          border-radius: var(--border-radius-base); }
          .dz-box.product .item-box .item-info-in ul li a .fa-heart:before {
            font-weight: 500; }
          .dz-box.product .item-box .item-info-in ul li a i {
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            display: inline-block; }
          .dz-box.product .item-box .item-info-in ul li a:hover {
            background: var(--primary-hover); }
            .dz-box.product .item-box .item-info-in ul li a:hover i {
              transform: scale(1.25);
              -moz-transform: scale(1.25);
              -webkit-transform: scale(1.25);
              -ms-transform: scale(1.25);
              -o-transform: scale(1.25); }
          .dz-box.product .item-box .item-info-in ul li a.add_to_cart_button.added i:before {
            content: "\f217"; }
          .dz-box.product .item-box .item-info-in ul li a.add_to_cart_button.loading i:before {
            content: "\f110"; }
        .dz-box.product .item-box .item-info-in ul li .add_to_cart_button:before {
          content: none; }
        .dz-box.product .item-box .item-info-in ul li .yith-wcwl-add-to-wishlist {
          margin-top: 0; }
  .dz-box.product:hover {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); }
    .dz-box.product:hover .item-box .item-img:after {
      opacity: 0.7; }
    .dz-box.product:hover .item-box .item-img .item-info-in {
      transform: translateY(0);
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      opacity: 1; }

.woocommerce div.product .dz-box .woocommerce-product-rating {
  display: block; }
  .woocommerce div.product .dz-box .woocommerce-product-rating .star-rating {
    float: none;
    position: relative;
    display: inline-block;
    font-size: 13px;
    top: 2px; }
    .woocommerce div.product .dz-box .woocommerce-product-rating .star-rating span {
      font-size: 13px; }
    .woocommerce div.product .dz-box .woocommerce-product-rating .star-rating:before {
      color: #bbb; }
  .woocommerce div.product .dz-box .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block; }
    .woocommerce div.product .dz-box .woocommerce-product-rating .woocommerce-review-link .count {
      margin-right: 4px; }

.woocommerce span.onsale {
  background: var(--bs-danger);
  border-radius: 4px; }

.woocommerce .woocommerce-ordering {
  margin: 0 0 30px; }
  .woocommerce .woocommerce-ordering .bootstrap-select {
    width: auto !important; }
    .woocommerce .woocommerce-ordering .bootstrap-select .dropdown-toggle::after {
      margin-left: 0.5em; }

.woocommerce nav.woocommerce-pagination ul li {
  overflow: unset; }
  .woocommerce nav.woocommerce-pagination ul li span,
  .woocommerce nav.woocommerce-pagination ul li a {
    height: 48px;
    width: 48px;
    line-height: 46px !important;
    border-radius: var(--border-radius-base);
    color: #777777;
    text-align: center;
    border: 0;
    padding: 0;
    transition: all 0.5s;
    border: 1px solid;
    border-color: #777777;
    font-size: 18px;
    background-color: #fff; }
    .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
    .woocommerce nav.woocommerce-pagination ul li a:focus,
    .woocommerce nav.woocommerce-pagination ul li a:hover,
    .woocommerce nav.woocommerce-pagination ul li a.current {
      color: #fff;
      background-color: var(--bs-primary);
      border-color: var(--bs-primary);
      box-shadow: 0px 5px 12px rgba(var(--bs-primary-rgb), 0.4); }

.woocommerce a.remove {
  color: #000 !important;
  display: block;
  font-size: 14px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 22px;
  opacity: 1 !important;
  background: #fff;
  padding: 0;
  border: 1px solid #000;
  border-radius: 0; }

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-family: var(--font-family-base);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--bs-heading-color);
  margin-bottom: 10px; }

.wc-block-grid__product-image img {
  border-radius: var(--border-radius-base); }

.woocommerce .product_list_widget ins {
  text-decoration: none; }

.woocommerce .product_list_widget del .amount bdi {
  color: #666;
  opacity: 0.9;
  font-size: 14px;
  font-weight: 400; }

.woocommerce .product_list_widget .star-rating {
  position: relative;
  font-size: 15px;
  display: block; }
  .woocommerce .product_list_widget .star-rating span {
    font-size: inherit; }

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  text-align: left; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0  0 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }
  .woocommerce ul.cart_list li:last-child,
  .woocommerce ul.product_list_widget li:last-child {
    border: 0;
    margin-bottom: 0; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li .amount {
  color: var(--bs-primary);
  font-size: 18px;
  font-weight: 600; }

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  margin-right: 10px; }

.woocommerce-mini-cart__buttons.buttons {
  justify-content: center; }

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  color: var(--bs-btn-color);
  border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  padding: 10px 15px;
  text-transform: uppercase; }
  .woocommerce .widget_shopping_cart .buttons a:hover, .woocommerce .widget_shopping_cart .buttons a:hover, .woocommerce .widget_shopping_cart .buttons a:focus,
  .woocommerce.widget_shopping_cart .buttons a:hover,
  .woocommerce.widget_shopping_cart .buttons a:hover,
  .woocommerce.widget_shopping_cart .buttons a:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .woocommerce .widget_shopping_cart .buttons a:hover,
  .woocommerce.widget_shopping_cart .buttons a:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  padding: 15px; }

.widget_shopping_cart_content p strong {
  margin-right: 10px;
  color: var(--bs-heading-color); }

.widget_shopping_cart_content p .amount {
  color: var(--bs-primary); }

.woocommerce .widget_price_filter .price_slider_amount .button {
  background: var(--bs-primary);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  width: auto; }

.woocommerce .widget_rating_filter ul li {
  position: relative; }

.woocommerce .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--bs-primary) !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border: 2px solid var(--bs-primary); }

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-weight: 700;
  color: var(--bs-heading-color); }

.widget_product_categories ul li {
  border: 0;
  color: inherit;
  font-family: inherit;
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.25rem !important;
  line-height: 1.3 !important; }
  .widget_product_categories ul li a {
    color: inherit;
    float: left;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .widget_product_categories ul li a:after {
      content: "\f101";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      display: block;
      left: -1.25rem;
      top: 0.063rem;
      font-size: 14px;
      font-weight: 900; }
    .widget_product_categories ul li a:hover {
      color: var(--bs-primary);
      transform: translateX(10px); }
  .widget_product_categories ul li ul {
    margin-bottom: -0.625rem; }

.widget_product_categories ul ul {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
  margin-left: -0.9375rem; }

.woocommerce div.product p.price del {
  color: var(--bs-secondary);
  font-size: 16px;
  font-weight: 400; }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .price ins span {
  font-weight: 600;
  font-size: 20px !important;
  color: var(--bs-primary);
  display: inline-block;
  font-family: inherit;
  line-height: 1.2;
  margin: 0 0 15px; }
  .woocommerce div.product p.price .woocommerce-Price-amount.amount,
  .woocommerce div.product span.price .woocommerce-Price-amount.amount,
  .woocommerce div.product .price ins span .woocommerce-Price-amount.amount {
    font-size: inherit !important;
    margin-bottom: 0; }
  .woocommerce div.product p.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product span.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product .price ins span .woocommerce-Price-currencySymbol {
    margin-bottom: 0;
    font-weight: inherit; }
  @media only screen and (max-width: 575px) {
    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .woocommerce div.product .price ins span {
      font-size: 18px !important; }
      .woocommerce div.product p.price .woocommerce-Price-currencySymbol,
      .woocommerce div.product span.price .woocommerce-Price-currencySymbol,
      .woocommerce div.product .price ins span .woocommerce-Price-currencySymbol {
        font-size: 14px; } }

.woocommerce div.product .price ins {
  margin-bottom: 0; }

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
  display: block;
  clear: both; }

.product_meta {
  color: var(--bs-heading-color);
  margin-bottom: 20px;
  font-weight: 500; }
  .product_meta a {
    margin: 0 0px 0 4px;
    font-weight: 500; }

.woocommerce-review-link {
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  display: block; }

.woocommerce div.product .woocommerce-product-rating {
  margin: 0 0 20px; }
  .woocommerce div.product .woocommerce-product-rating .star-rating {
    float: none; }
  @media only screen and (max-width: 575px) {
    .woocommerce div.product .woocommerce-product-rating {
      display: block;
      float: left;
      margin: 0 0 10px; } }

.price-rating-area {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border: 1px solid #eee;
  border-width: 1px 0 1px 0;
  align-items: center;
  margin-bottom: 20px; }
  .price-rating-area .main-price {
    margin-bottom: 0; }
  .price-rating-area .star-rating {
    margin: 0;
    float: right;
    position: relative !important; }

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  display: inline-block; }
  @media only screen and (max-width: 575px) {
    .woocommerce .woocommerce-product-rating .star-rating {
      float: left;
      position: relative; } }

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
  color: var(--bs-heading-color);
  margin: 0; }

.cart .quantity input.input-text {
  font-size: 18px;
  height: 50px !important;
  border-radius: var(--border-radius-base) !important;
  text-align: left;
  padding: 0 20px; }

.woocommerce.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0; }

.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 14px;
  box-shadow: none;
  padding: 0px;
  box-shadow: none; }

.woocommerce .button-variable-item span {
  font-size: 13px;
  font-weight: 600; }

.woocommerce-variation-add-to-cart .btn {
  text-transform: uppercase; }

.woocommerce.woo-variation-swatches .variable-items-wrapper {
  margin-bottom: 10px !important; }

.woocommerce div.product form.cart {
  margin-bottom: 1rem;
  margin-top: 1rem; }

#tab-reviews, #tab-description {
  background: transparent !important;
  margin-top: 0px;
  padding: 0;
  border: 0; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0;
  background: transparent; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0px !important;
  margin: 0px 0px 30px !important;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  overflow: unset; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 0;
    background: transparent !important;
    border: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      color: var(--bs-heading-color);
      border: 0;
      margin: 0;
      padding: 10px 20px;
      position: relative;
      background: transparent; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
        content: "";
        bottom: 0;
        background: var(--bs-primary);
        top: auto;
        width: 0;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      background: transparent;
      color: var(--bs-primary); }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before,
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
        width: 100%;
        opacity: 1; }

.woocommerce #review_form #respond p {
  width: 100%; }

.woocommerce #review_form #respond p {
  margin: 0px 0px 20px !important;
  display: inline-block; }

#review_form {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: var(--border-radius-base);
  margin: 30px 0; }
  @media only screen and (max-width: 767px) {
    #review_form {
      padding: 20px; } }
  #review_form .comment-form-rating {
    margin-bottom: 0;
    display: block;
    width: 100%;
    padding: 0 10px; }
    #review_form .comment-form-rating p {
      display: inline-block !important;
      width: auto !important;
      top: 5px;
      position: relative; }
  #review_form .comment-respond .comment-form p label {
    display: inline-block; }
  #review_form #respond .comment-form-email,
  #review_form #respond .comment-form-author {
    width: 50% !important; }

.woocommerce #review_form #respond .comment-form-cookies-consent {
  display: flex; }
  .woocommerce #review_form #respond .comment-form-cookies-consent input {
    margin-right: 10px; }

.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="email"] {
  height: 50px;
  border: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #24262B;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: var(--bs-border-radius);
  display: block;
  width: 100%;
  line-height: 1.6;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  border: 0;
  color: #000;
  border: 1px solid #000; }
  .woocommerce #review_form #respond input[type="text"]:focus,
  .woocommerce #review_form #respond textarea:focus,
  .woocommerce #review_form #respond input[type="email"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.3); }

.woocommerce #review_form #respond .form-submit input {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  color: var(--bs-btn-color);
  border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary); }
  .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit input:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .woocommerce #review_form #respond .form-submit input:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }

.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #eee; }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    border: 0;
    padding: 0;
    border-radius: var(--border-radius-base); }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 95px;
    padding: 0;
    border: 0;
    border-radius: 0; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p {
      font-size: 16px;
      font-weight: 400; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        color: var(--bs-primary);
        font-weight: 500; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
          color: var(--bs-heading-color);
          font-size: 20px;
          display: block;
          font-family: var(--font-family-title);
          text-transform: uppercase;
          line-height: 1.2;
          font-weight: 600;
          margin-bottom: 5px; }

.woocommerce .star-rating {
  font-size: 18px;
  color: var(--bs-primary);
  width: 5em; }
  .woocommerce .star-rating:before {
    color: #eee;
    content: "\f104\f104\f104\f104\f104";
    font-family: flaticon !important;
    top: 0;
    position: absolute;
    left: 0;
    font-weight: normal; }
  .woocommerce .star-rating span {
    font-size: inherit;
    color: var(--bs-primary); }
    .woocommerce .star-rating span:before {
      color: #ffa808;
      content: "\f104\f104\f104\f104\f104";
      font-family: flaticon !important;
      left: 0;
      font-weight: normal; }

.woocommerce #reviews #comments h2, .woocommerce #reviews #comments .h2,
#tab-description h2,
#tab-description .h2,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel .h2 {
  font-family: var(--font-family-title);
  color: var(--bs-heading-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px; }

.woocommerce-cart-form {
  overflow: auto; }
  .woocommerce-cart-form .table {
    font-size: 14px;
    font-weight: 500; }
    .woocommerce-cart-form .table tr {
      vertical-align: middle; }
      .woocommerce-cart-form .table tr td.actions .coupon .input-text {
        height: 50px;
        border: 0;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #24262B;
        transition: all 0.3s ease-in-out;
        background: #fff;
        border-radius: var(--bs-border-radius);
        display: block;
        width: 100%;
        line-height: 1.6;
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        appearance: none;
        border: 0;
        color: #000;
        border: 1px solid #000;
        height: 50px;
        width: 180px;
        display: inline-block;
        margin-right: 10px; }
        .woocommerce-cart-form .table tr td.actions .coupon .input-text:focus {
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.3); }
      .woocommerce-cart-form .table tr th {
        font-weight: 700;
        font-size: 16px; }
        @media only screen and (max-width: 575px) {
          .woocommerce-cart-form .table tr th {
            font-size: 14px; } }
        .woocommerce-cart-form .table tr th.product-thumbnail {
          width: 100px; }
        .woocommerce-cart-form .table tr th.product-remove {
          width: 40px; }
      .woocommerce-cart-form .table tr img {
        width: 80px; }
      .woocommerce-cart-form .table tr .product-item-name {
        font-weight: 600;
        font-size: 16px; }
      .woocommerce-cart-form .table tr .quantity input {
        height: 50px;
        border: 0;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #24262B;
        transition: all 0.3s ease-in-out;
        background: #fff;
        border-radius: var(--bs-border-radius);
        display: block;
        width: 100%;
        line-height: 1.6;
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        appearance: none;
        border: 0;
        color: #000;
        border: 1px solid #000;
        height: 50px;
        width: 70px;
        padding: 0 10px 0 15px;
        text-align: left; }
        .woocommerce-cart-form .table tr .quantity input:focus {
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.3); }
      .woocommerce-cart-form .table tr .button {
        display: inline-block;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        font-family: var(--bs-btn-font-family);
        font-size: var(--bs-btn-font-size);
        font-weight: var(--bs-btn-font-weight);
        line-height: var(--bs-btn-line-height);
        text-align: center;
        text-decoration: none;
        color: var(--bs-btn-color);
        border-radius: var(--bs-border-radius);
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-color: var(--bs-btn-bg);
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
        color: #fff;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
        padding: 14px 20px;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff; }
        .woocommerce-cart-form .table tr .button:hover, .woocommerce-cart-form .table tr .button:hover, .woocommerce-cart-form .table tr .button:focus {
          color: var(--bs-btn-hover-color);
          background-color: var(--bs-btn-hover-bg);
          border-color: var(--bs-btn-hover-border-color); }
        .woocommerce-cart-form .table tr .button:hover {
          color: #fff;
          background-color: var(--bs-btn-hover-bg);
          border-color: var(--bs-btn-hover-border-color); }

.woocommerce .cart_totals h2, .woocommerce .cart_totals .h2 {
  font-family: var(--font-family-title);
  background: var(--bs-primary);
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 500; }

.cart_totals {
  color: var(--bs-heading-color); }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  color: var(--bs-btn-color);
  border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 30px;
  display: block; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }

.woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="text"],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="email"],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="tel"],
.woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row input {
  height: 50px;
  border: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #24262B;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: var(--bs-border-radius);
  display: block;
  width: 100%;
  line-height: 1.6;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  border: 0;
  color: #000;
  border: 1px solid #000;
  height: 50px; }
  .woocommerce .woocommerce-checkout.checkout form .form-row textarea:focus,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type="text"]:focus,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type="email"]:focus,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type="tel"]:focus,
  .woocommerce .woocommerce-checkout.checkout form .form-row select:focus,
  .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text:focus,
  .woocommerce .woocommerce-checkout.checkout form .form-row input:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.3); }

.woocommerce .woocommerce-checkout.checkout .col-2,
.woocommerce .woocommerce-checkout.checkout .col-1 {
  padding-left: 15px;
  padding-right: 15px; }

.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"],
.login input[type="text"], .login input[type="password"],
.woocommerce-ResetPassword.lost_reset_password input[type="text"],
.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .select2-choice {
  height: 50px;
  border: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #24262B;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: var(--bs-border-radius);
  display: block;
  width: 100%;
  line-height: 1.6;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  border: 0;
  color: #000;
  border: 1px solid #000;
  height: 50px; }
  .woocommerce-EditAccountForm.edit-account input[type="text"]:focus,
  .woocommerce-EditAccountForm.edit-account input[type="email"]:focus,
  .woocommerce-EditAccountForm.edit-account input[type="password"]:focus,
  .login input[type="text"]:focus, .login input[type="password"]:focus,
  .woocommerce-ResetPassword.lost_reset_password input[type="text"]:focus,
  .checkout.woocommerce-checkout input[type="text"]:focus,
  .checkout.woocommerce-checkout input[type="email"]:focus,
  .checkout.woocommerce-checkout input[type="tel"]:focus,
  .checkout.woocommerce-checkout .select2-choice:focus,
  .checkout.woocommerce-checkout textarea:focus,
  .woocommerce form .form-row input.input-text:focus,
  .woocommerce form .form-row .select2-selection:focus,
  .woocommerce form .form-row .select2-choice:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.3); }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 48%; }

.lost_reset_password .button {
  display: block;
  width: 100%;
  text-align: center; }

.woocommerce form .form-row label {
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: auto;
  margin-left: -15px !important;
  margin-right: -15px !important; }

.woocommerce form .form-row {
  margin: 0 0 15px;
  padding: 0; }

.woocommerce-additional-fields h3, .woocommerce-additional-fields .h3 {
  color: var(--bs-heading-color);
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 20px;
  text-transform: uppercase; }

.woocommerce table.shop_table thead th {
  color: #fff;
  background: var(--bs-primary);
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  color: var(--bs-btn-color);
  border-radius: var(--bs-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  text-transform: uppercase;
  text-align: center;
  padding: 13px 30px; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce input.button:hover,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus,
  .woocommerce #place_order:hover,
  .woocommerce #place_order:hover,
  .woocommerce #place_order:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #place_order:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }

.woocommerce-form-coupon-toggle {
  display: none; }

.payment_methods input + label {
  font-weight: 600;
  color: var(--bs-heading-color);
  padding-left: 30px;
  line-height: 1.2;
  position: relative; }
  .payment_methods input + label:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #fff;
    border: 2px solid var(--bs-primary);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.payment_methods input:checked + label:after {
  border-width: 2px;
  background: var(--bs-primary);
  box-shadow: inset 0px 0 0px 3px #fff;
  border-color: var(--bs-primary); }

.woocommerce-checkout #payment div.payment_box::after {
  content: none; }

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  position: relative; }
  .yith-wcwl-wishlistexistsbrowse .feedback,
  .yith-wcwl-wishlistaddedbrowse .feedback {
    display: inline-block;
    padding: 0 !important;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    line-height: 48px;
    text-align: center;
    background: var(--bs-danger);
    border-radius: var(--border-radius-base); }
  .yith-wcwl-wishlistexistsbrowse .feedback + a,
  .yith-wcwl-wishlistaddedbrowse .feedback + a {
    display: none !important; }
  .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
  .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon {
    margin-right: 0 !important; }
    .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon:before,
    .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon:before {
      font-weight: 900; }

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-button {
  height: 48px;
  width: 48px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  border-radius: var(--border-radius-base);
  border: 1px solid #F0F0F0;
  background: #fff; }

.woocommerce form.woocommerce-form.checkout_coupon,
.woocommerce-ResetPassword,
.woocommerce form.woocommerce-form.login,
.woocommerce form.woocommerce-form.register {
  border: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-ResetPassword .form-row-first {
  width: 100% !important; }

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding-left: 15px;
  padding-right: 15px; }

.product-details .product_meta > span {
  display: block; }

.pswp {
  z-index: 9999; }

.shop-item-rating .woocommerce-product-rating .count {
  margin-left: 2px;
  margin-right: 5px; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: unset;
  margin-right: 0;
  display: block;
  margin-top: 10px; }

.woocommerce-cart-form .button:disabled {
  color: #fff !important; }

.minicart .widget_shopping_cart .total > span {
  margin-right: 5px;
  float: unset;
  display: block;
  text-align: right; }

/* Extra css */
.woocommerce .product-details .product form .woo-selected-variation-item-name {
  display: none !important; }

.woocommerce .product-details .product form .reset_variations {
  display: none !important; }

.woocommerce .product-details .product form.cart .button {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary); }

.woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse {
  position: unset;
  width: auto;
  margin-bottom: 30px;
  height: auto;
  border: 0;
  text-align: left; }
  .woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse .feedback {
    display: inline-block !important;
    margin-bottom: 15px;
    position: unset;
    background-color: var(--bs-primary);
    color: #fff;
    border-radius: var(--border-radius-base);
    width: auto;
    padding: 0 20px !important;
    margin-right: 20px; }
    .woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
      margin-right: 0 !important; }
  .woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse a {
    display: unset !important; }

.woocommerce .product-details .product .yith-wcwl-add-button {
  display: none; }

.woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse {
  position: relative; }
  .woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse .feedback {
    position: absolute; }
    .woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
      margin-right: 0 !important; }

.woocommerce .product-details .product .related-product .yith-wcwl-add-button {
  display: block; }

.woocommerce .woocommerce-product-rating .woocommerce-review-link .count {
  margin-right: 4px; }

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  width: auto;
  padding: 0px 5px; }

.woocommerce.single-product .product .summary-content .single_add_to_cart_button.button {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary); }

.woocommerce.single-product .product .summary-content .product_meta > span {
  display: block; }

#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important; }

.yith-wcqv-wrapper #yith-quick-view-close {
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  background-color: var(--bs-primary);
  color: #fff;
  top: 15px;
  right: 15px;
  border-radius: 6px; }

/* Mini Cart Start */
.shop-cart .site-button-link {
  color: #fff;
  position: relative; }
  .shop-cart .site-button-link i {
    margin-left: 0; }
  .shop-cart .site-button-link .badge {
    padding: 2px 4px 2px 4px;
    font-size: 10px;
    top: -6px;
    position: absolute;
    right: -12px; }

.minicart {
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 99;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  display: none;
  color: #777;
  margin-top: 0; }
  .minicart .woocommerce-mini-cart {
    max-height: 302px;
    overflow-y: auto;
    border-bottom: 1px dashed #eee; }
  .minicart .cart-content a {
    color: #10111e;
    font-size: 14px;
    background: none; }
    .minicart .cart-content a:hover {
      color: #fe4536;
      background: none; }
  .minicart .acod-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: none; }
  .minicart .cart-img img {
    width: 85px; }
  .minicart ul.product_list_widget li a img,
  .minicart ul.cart_list li a img {
    width: 60px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover; }
  .minicart .cart-price span {
    color: #ddd;
    font-size: 13px; }
  .minicart .cart-price .new {
    font-size: 14px;
    color: #747691; }
  .minicart .cart-price span {
    color: #a5a7bc;
    font-size: 13px;
    font-weight: 500; }
  .minicart .total-price {
    border-top: 1px solid #cacadb;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 10px; }
    .minicart .total-price span {
      color: #747691;
      font-weight: 500; }
  .minicart .checkout-link a {
    background: #84b77c;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .minicart .checkout-link a:last-child {
    margin: 0; }
  .minicart .checkout-link a:hover, .minicart .checkout-link a.red-color {
    background: #fe4536; }
  .minicart .checkout-link a.red-color:hover {
    background: #84b77c; }

.woocommerce-widget-layered-nav ul li,
.wc-block-product-categories ul li,
.widget_product_categories ul li {
  border: 0;
  color: inherit;
  font-family: inherit;
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.25rem !important;
  line-height: 1.3 !important; }
  .woocommerce-widget-layered-nav ul li a,
  .wc-block-product-categories ul li a,
  .widget_product_categories ul li a {
    color: inherit;
    float: left;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .woocommerce-widget-layered-nav ul li a:after,
    .wc-block-product-categories ul li a:after,
    .widget_product_categories ul li a:after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      display: block;
      left: -1.25rem;
      top: 0.1825rem;
      font-size: 13px;
      font-weight: 700;
      color: var(--bs-primary); }
    .woocommerce-widget-layered-nav ul li a:hover,
    .wc-block-product-categories ul li a:hover,
    .widget_product_categories ul li a:hover {
      color: var(--bs-primary);
      transform: translateX(10px); }
  .woocommerce-widget-layered-nav ul li ul,
  .wc-block-product-categories ul li ul,
  .widget_product_categories ul li ul {
    margin-bottom: -0.625rem; }

.woocommerce-widget-layered-nav ul ul,
.wc-block-product-categories ul ul,
.widget_product_categories ul ul {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
  margin-left: -0.9375rem; }

.wp-block-woocommerce-product-search form {
  margin-bottom: 10px; }

.wp-block-woocommerce-product-search .wc-block-product-search__label {
  display: none; }

.wp-block-woocommerce-product-search .wc-block-product-search__fields {
  position: relative; }

.wp-block-woocommerce-product-search input {
  border-radius: var(--border-radius-base) !important;
  background-color: #f5f5f5;
  border: 0;
  z-index: 0 !important;
  height: 60px;
  padding: 6px 60px 6px 20px !important;
  display: block;
  width: 100%; }

.wp-block-woocommerce-product-search .wc-block-product-search__button {
  height: 50px;
  width: 50px;
  font-size: 24px;
  padding: 0;
  justify-content: center;
  border-radius: var(--border-radius-base);
  position: absolute;
  top: 0;
  right: 6px;
  display: flex;
  align-items: center;
  background-color: var(--bs-primary);
  border: 0;
  color: #fff;
  transform: translateY(-50%);
  top: 50%; }

.wc-block-grid .wc-block-grid__products .add_to_cart_button,
.wp-block-product-tag .wc-block-grid__products .add_to_cart_button,
.wp-block-products-by-attribute .wc-block-grid__products .add_to_cart_button,
.wc-block-product-category .wc-block-grid__products .add_to_cart_button {
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  border-radius: var(--border-radius-sm); }
  .wc-block-grid .wc-block-grid__products .add_to_cart_button:before,
  .wp-block-product-tag .wc-block-grid__products .add_to_cart_button:before,
  .wp-block-products-by-attribute .wc-block-grid__products .add_to_cart_button:before,
  .wc-block-product-category .wc-block-grid__products .add_to_cart_button:before {
    content: none; }


.shop-widget .wp-block-group__inner-container > h5,
.shop-widget .wp-block-group__inner-container > .h5,
.shop-widget.widget.widget_block .wp-block-group__inner-container h4,
.shop-widget.widget.widget_block .wp-block-group__inner-container .h4 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase; }
  .shop-widget .wp-block-group__inner-container > h5:before, .shop-widget .wp-block-group__inner-container > .h5:before,
  .shop-widget.widget.widget_block .wp-block-group__inner-container h4:before,
  .shop-widget.widget.widget_block .wp-block-group__inner-container .h4:before {
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background-color: var(--bs-primary);
    position: absolute;
    left: 0;
    top: 0; }

.pswp .pswp__bg {
  background: rgba(0, 0, 0, 0.9); }

.pswp .pswp__caption__center {
  text-align: center; }

.woocommerce .woocommerce-ordering select {
  border: 1px solid #999 !important; }

body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  width: 35px;
  height: 35px; }

.variable-item:not(.radio-variable-item) {
  width: 35px;
  height: 35px;
  border: 2px solid #fff; }

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  border: 2px solid #fff;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3); }

.woocommerce div.product form.cart .variations {
  margin-bottom: 15px; }

.woocommerce div.product .woocommerce-variation-price span.price {
  font-size: 16px !important; }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  padding: 4px 2px; }

.yith-wcwl-share ul li:before {
  content: none; }

.woocommerce-my-account-content {
  border-radius: var(--border-radius-sm); }
  .woocommerce-my-account-content a.button {
    padding: 8px 30px; }

.yith-wcwl-add-to-wishlist {
  margin-top: 0; }
  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i {
    margin-right: 0; }

table.wishlist_table {
  font-size: 16px; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  height: 85px;
  width: 65px;
  border-radius: var(--border-radius-base); }

.wc-block-grid__product .wc-block-grid__product-price .amount {
  font-size: 20px; }

.woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border-radius: var(--border-radius-base); }

.woocommerce a.button.alt {
  padding: 12px 20px;
  line-height: 1.5;
  background: var(--bs-primary); }
  .woocommerce a.button.alt:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover); }
  .woocommerce a.button.alt:before {
    content: "\f11e";
    font-family: "Flaticon";
    opacity: 1;
    visibility: unset;
    font-weight: normal;
    font-size: inherit;
    margin-right: 5px; }

.woocommerce-mini-cart__empty-message {
  padding: 20px 20px;
  font-size: 18px;
  color: #1a1668 !important; }

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  padding: 0;
  border: 0;
  color: var(--bs-heading-color);
  font-weight: 500; }

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:last-child {
  text-align: right; }

#yith-quick-view-modal.open .yith-wcqv-main {
  border-radius: 6px; }

#yith-quick-view-content div.summary {
  padding: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: inherit;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: right 0.75rem center; }

.select2-container--default .select2-selection--single b {
  display: none; }

.variations {
  margin-bottom: 10px; }
  .variations td,
  .variations th {
    padding: 5px 0;
    vertical-align: middle; }
  .variations .reset_variations {
    display: none; }

.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
  text-align: left; }

/* WooCommerce Start */
@media only screen and (min-width: 1199px) {
  .service-single .side-bar:not(.left) {
    padding-left: 45px; }
  .service-single .side-bar.left {
    padding-right: 45px; } }

.service-single .single-inner p {
  font-size: 18px;
  font-weight: 300; }

.service-single .single-inner h2, .service-single .single-inner .h2 {
  font-size: 35px;
  margin-bottom: 10px; }

.service-single .single-inner h3, .service-single .single-inner .h3 {
  font-size: 28px;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .service-single .single-inner p {
    font-size: 16px; }
  .service-single .single-inner h2, .service-single .single-inner .h2 {
    font-size: 30px; }
  .service-single .single-inner h3, .service-single .single-inner .h3 {
    font-size: 24px; } }

@media only screen and (max-width: 575px) {
  .service-single .single-inner h2, .service-single .single-inner .h2 {
    font-size: 26px; }
  .service-single .single-inner h3, .service-single .single-inner .h3 {
    font-size: 20px;
    margin-bottom: 12px; } }

.service-single .single-media {
  margin-bottom: 45px; }
  @media only screen and (max-width: 767px) {
    .service-single .single-media {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 575px) {
    .service-single .single-media {
      margin-bottom: 15px; } }

.service-single .content-item {
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .service-single .content-item {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 575px) {
    .service-single .content-item {
      margin-bottom: 20px; } }

.under-construct-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: calc(100vh - 60px);
  padding: 160px 180px 20px; }
  .under-construct-wrapper .dz-content {
    max-width: 600px; }
  .under-construct-wrapper .dz-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px; }
  .under-construct-wrapper p {
    font-size: 18px; }
  .under-construct-wrapper .under-construct-logo {
    width: 160px;
    position: absolute;
    top: 45px;
    left: 80px; }
  .under-construct-wrapper .dzSubscribe {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 550px; }
  .under-construct-wrapper .construct-media {
    text-align: center; }
  @media only screen and (max-width: 1480px) {
    .under-construct-wrapper {
      padding: 100px 100px 20px; }
      .under-construct-wrapper .dz-title {
        font-size: 60px; }
      .under-construct-wrapper p {
        font-size: 16px; }
      .under-construct-wrapper .dz-content {
        max-width: 520px; } }
  @media (max-width: 1280px) {
    .under-construct-wrapper {
      padding: 100px 80px 20px; }
      .under-construct-wrapper .under-construct-logo {
        top: 30px;
        left: 30px; } }
  @media only screen and (max-width: 1199px) {
    .under-construct-wrapper .dz-title {
      font-size: 40px;
      margin-bottom: 15px; }
    .under-construct-wrapper .dzSubscribe {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 991px) {
    .under-construct-wrapper {
      padding: 120px 80px 20px; }
      .under-construct-wrapper .dz-content {
        margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .under-construct-wrapper {
      padding: 120px 40px 20px; } }
  @media only screen and (max-width: 575px) {
    .under-construct-wrapper {
      padding: 120px 20px 20px; }
      .under-construct-wrapper .dz-title {
        font-size: 32px; } }

.dz-coming-soon {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  overflow: hidden; }
  .dz-coming-soon .coming-soon-logo {
    width: 180px; }
  .dz-coming-soon .dz-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px; }
  .dz-coming-soon p {
    font-size: 18px; }
  .dz-coming-soon .dzSubscribe {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 550px; }
  @media only screen and (max-width: 1480px) {
    .dz-coming-soon .dz-title {
      font-size: 60px; }
    .dz-coming-soon p {
      font-size: 16px; } }
  @media only screen and (max-width: 1199px) {
    .dz-coming-soon .dz-title {
      font-size: 40px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 575px) {
    .dz-coming-soon .dz-title {
      font-size: 32px; } }
  .dz-coming-soon .dz-coming-bx {
    padding: 50px 100px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .dz-coming-soon .dz-coming-bx .top-wrapper {
      max-width: 675px; }
    .dz-coming-soon .dz-coming-bx .dz-content {
      margin-top: 150px; }
    @media only screen and (max-width: 1680px) {
      .dz-coming-soon .dz-coming-bx {
        padding: 50px 60px 30px; }
        .dz-coming-soon .dz-coming-bx .dz-content {
          margin-top: 100px; } }
    @media only screen and (max-width: 1199px) {
      .dz-coming-soon .dz-coming-bx {
        padding: 40px 40px 30px; } }
    @media only screen and (max-width: 991px) {
      .dz-coming-soon .dz-coming-bx .dz-content {
        margin-top: 50px; } }
    @media only screen and (max-width: 575px) {
      .dz-coming-soon .dz-coming-bx {
        padding: 30px; } }
  .dz-coming-soon .dz-coming-media {
    position: relative;
    height: 100%; }
    .dz-coming-soon .dz-coming-media img {
      height: 100%;
      object-fit: cover; }
    .dz-coming-soon .dz-coming-media::before, .dz-coming-soon .dz-coming-media::after {
      content: "";
      position: absolute; }
    .dz-coming-soon .dz-coming-media::before {
      background-color: var(--bs-primary);
      right: 0;
      top: 0;
      width: 150px;
      height: 400px; }
    .dz-coming-soon .dz-coming-media::after {
      background-color: var(--bs-secondary);
      width: 355px;
      height: 285px;
      bottom: 0;
      left: -220px; }
    @media only screen and (max-width: 1680px) {
      .dz-coming-soon .dz-coming-media::before {
        width: 100px;
        height: 300px; }
      .dz-coming-soon .dz-coming-media::after {
        width: 250px;
        height: 220px;
        left: -150px; } }
    @media only screen and (max-width: 1199px) {
      .dz-coming-soon .dz-coming-media::before {
        width: 50px;
        height: 200px; }
      .dz-coming-soon .dz-coming-media::after {
        width: 180px;
        height: 140px;
        left: -70px; } }

.countdown {
  display: flex;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  margin: 0 -25px 20px; }
  .countdown .date {
    padding: 0 25px;
    text-align: center; }
    .countdown .date .time {
      font-size: 60px;
      vertical-align: middle;
      color: var(--bs-primary);
      font-weight: 600;
      line-height: 1.1; }
    .countdown .date .text {
      font-weight: 500;
      font-size: 15px;
      text-transform: uppercase;
      display: block; }
  @media only screen and (max-width: 1199px) {
    .countdown {
      margin: 0 -15px 20px; }
      .countdown .date {
        padding: 0 15px; }
        .countdown .date .time {
          font-size: 40px; }
        .countdown .date .text {
          font-size: 13px; } }

.logo-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 221px;
  height: 80px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 1199px) {
    .logo-header {
      width: 135px; } }
  @media only screen and (max-width: 575px) {
    .logo-header {
      height: 65px; } }
  @media only screen and (max-width: 1199px) {
    .logo-header {
      margin-right: 8px !important; } }
  @media only screen and (max-width: 991px) {
    .logo-header {
      margin-right: 0 !important; } }
  .logo-header a {
    display: table-cell;
    vertical-align: middle; }
  .logo-header img {
    object-fit: contain;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }

.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7; }
  .top-bar .dz-topbar-left {
    float: left; }
    .top-bar .dz-topbar-left li {
      padding-right: 20px; }
  .top-bar .dz-topbar-right {
    float: right; }
    .top-bar .dz-topbar-right li {
      padding-left: 10px; }
  .top-bar .dz-social li a {
    color: inherit;
    font-size: inherit; }
    .top-bar .dz-social li a:hover {
      color: var(--bs-primary); }
  .top-bar .dz-topbar-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .top-bar .dz-topbar-center,
  .top-bar .dz-topbar-left,
  .top-bar .dz-topbar-right {
    padding-left: 15px;
    padding-right: 15px; }
    .top-bar .dz-topbar-center ul,
    .top-bar .dz-topbar-left ul,
    .top-bar .dz-topbar-right ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      .top-bar .dz-topbar-center ul li,
      .top-bar .dz-topbar-left ul li,
      .top-bar .dz-topbar-right ul li {
        display: inline-block;
        font-size: 15px; }
      .top-bar .dz-topbar-center ul i,
      .top-bar .dz-topbar-left ul i,
      .top-bar .dz-topbar-right ul i {
        margin-right: 5px; }
      .top-bar .dz-topbar-center ul a,
      .top-bar .dz-topbar-left ul a,
      .top-bar .dz-topbar-right ul a {
        color: inherit; }
        .top-bar .dz-topbar-center ul a:hover,
        .top-bar .dz-topbar-left ul a:hover,
        .top-bar .dz-topbar-right ul a:hover {
          color: var(--bs-primary); }
    .top-bar .dz-topbar-center .dz-social-icon li,
    .top-bar .dz-topbar-left .dz-social-icon li,
    .top-bar .dz-topbar-right .dz-social-icon li {
      padding-left: 0; }
  .top-bar.text-white .dz-topbar-center ul a:hover,
  .top-bar.text-white .dz-topbar-left ul a:hover,
  .top-bar.text-white .dz-topbar-right ul a:hover {
    color: rgba(255, 255, 255, 0.8); }
  .top-bar .dz-topbar-right ul {
    margin-left: 15px; }
  @media only screen and (max-width: 991px) {
    .top-bar {
      display: none; } }

.text-logo .site-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px; }

.text-logo p {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: var(--bs-primary); }

.site-header {
  position: relative;
  z-index: 9999; }
  .site-header .main-bar {
    background: var(--bs-body-bg);
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .site-header .main-bar .inner-bar {
        display: flex; } }
  .site-header .container {
    position: relative; }
  .site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 80px;
    padding-left: 30px;
    color: var(--bs-heading-color); }
    .site-header .extra-nav .extra-cell {
      display: flex;
      align-items: center; }
      .site-header .extra-nav .extra-cell > * {
        margin-left: 20px;
        display: flex;
        align-items: center;
        flex-direction: inherit;
        gap: 10px; }
        @media only screen and (max-width: 991px) {
          .site-header .extra-nav .extra-cell > * {
            margin-left: 15px; } }
        @media only screen and (max-width: 575px) {
          .site-header .extra-nav .extra-cell > * {
            margin-left: 0; } }
      .site-header .extra-nav .extra-cell ul li button,
      .site-header .extra-nav .extra-cell ul li a {
        min-width: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        vertical-align: middle;
        position: relative; }
        .site-header .extra-nav .extra-cell ul li button i,
        .site-header .extra-nav .extra-cell ul li a i {
          font-size: 32px;
          color: var(--bs-heading-color); }
        .site-header .extra-nav .extra-cell ul li button svg rect,
        .site-header .extra-nav .extra-cell ul li a svg rect {
          fill: var(--bs-heading-color); }
        .site-header .extra-nav .extra-cell ul li button .badge,
        .site-header .extra-nav .extra-cell ul li a .badge {
          position: absolute;
          top: -4px;
          right: 2px;
          font-size: 12px;
          padding: 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 18px;
          min-width: 18px;
          font-weight: 600;
          background-color: #fff;
          color: var(--bs-secondary);
          box-shadow: var(--bs-box-shadow-sm); }
        @media only screen and (max-width: 767px) {
          .site-header .extra-nav .extra-cell ul li button i,
          .site-header .extra-nav .extra-cell ul li a i {
            font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .site-header .extra-nav .extra-cell ul li .btn {
          font-size: 14px;
          padding: 10px 18px;
          border-radius: 10px; } }
    @media only screen and (max-width: 991px) {
      .site-header .extra-nav {
        height: 80px; } }
    @media only screen and (max-width: 1680px) {
      .site-header .extra-nav {
        padding-left: 0; } }
    @media only screen and (max-width: 575px) {
      .site-header .extra-nav {
        width: 100%;
        background: #fff;
        position: fixed;
        bottom: -80px;
        left: 0;
        padding: 0 20px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
        height: 60px;
        transition: all 0.5s ease 0.5s; }
        .site-header .extra-nav.active {
          bottom: 0; }
        .site-header .extra-nav.bottom-end {
          bottom: -80px; }
        .site-header .extra-nav .extra-cell {
          width: 100%; }
          .site-header .extra-nav .extra-cell ul {
            width: 100%;
            justify-content: space-between; }
            .site-header .extra-nav .extra-cell ul .login-link {
              margin-right: auto;
              margin-left: -15px; } }
    .site-header .extra-nav #quik-search-btn {
      color: #fff;
      cursor: pointer;
      margin-right: 0px;
      border: 0;
      width: 45px;
      height: 45px;
      background: var(--bs-secondary);
      line-height: 45px;
      text-align: center;
      font-size: 18px;
      border-radius: var(--border-radius-base); }
    @media only screen and (max-width: 575px) {
      .site-header .extra-nav .btn {
        padding-left: 15px;
        padding-right: 15px; } }
    .site-header .extra-nav ul li {
      display: inline-block; }
      .site-header .extra-nav ul li .icon {
        padding: 0;
        background: transparent;
        min-width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 4px; }

.adv-media {
  padding-left: 20px; }
  .adv-media img {
    width: 100%;
    border-radius: 20px; }

.month-deal {
  border: 1px solid #eee;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 25px; }
  @media only screen and (max-width: 991px) {
    .month-deal {
      margin-top: 20px; } }
  @media only screen and (max-width: 575px) {
    .month-deal {
      flex-direction: column;
      gap: 20px;
      text-align: center; } }
  .month-deal p {
    font-size: 13px;
    color: #566593; }
  .month-deal .sale-countdown .countdown {
    display: flex;
    margin: 0; }
  .month-deal .sale-countdown .date {
    margin: 0 5px;
    padding: 0; }
    .month-deal .sale-countdown .date .time {
      font-size: 22px;
      background: #eee;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 3px;
      margin-bottom: 4px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      color: var(--bs-heading-color) !important;
      font-weight: 500;
      font-family: var(--font-family-title); }
    .month-deal .sale-countdown .date .work-time {
      font-size: 12px;
      letter-spacing: 0;
      color: var(--bs-heading-color);
      font-weight: 400;
      text-transform: uppercase;
      font-family: var(--font-family-title); }

.w3menu-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important; }
  @media only screen and (max-width: 991px) {
    .w3menu-toggler {
      margin: 18px 0px 16px 20px; } }
  @media only screen and (max-width: 575px) {
    .w3menu-toggler {
      margin: 10px 0px 10px 20px; } }

.navicon {
  width: 45px;
  height: 45px;
  background: var(--bs-secondary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: var(--radius-sm); }
  @media only screen and (min-width: 991px) {
    .navicon {
      display: none; } }
  .navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: #fff;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .navicon span:nth-child(1) {
      top: 13px;
      width: 22px; }
    .navicon span:nth-child(2) {
      top: 22px;
      width: 25px; }
    .navicon span:nth-child(3) {
      top: 32px;
      width: 20px; }
  .navicon.open span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .navicon.open span:nth-child(3) {
    top: 23px;
    width: 23px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.header-tb .navicon span {
  background: #fff; }

.header-nav {
  padding: 0; }
  .header-nav::-webkit-scrollbar {
    display: none !important; }
  .header-nav .badge {
    transform: translateY(-2px); }
  @media only screen and (max-width: 991px) {
    .header-nav:not(.mo-left):not(.mo-right) {
      overflow-y: scroll;
      position: fixed;
      width: 100%;
      height: 100vh !important;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      top: 0;
      background-color: #ffffff;
      margin: 0;
      z-index: 99; } }
  @media only screen and (max-width: 991px) {
    .header-nav.show:not(.mo-left):not(.mo-right) {
      left: 0;
      -webkit-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s;
      margin: 0; } }
  .header-nav .logo-header {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px; } }
  .header-nav .nav {
    float: right;
    padding: 0;
    font-size: 0; }
    .header-nav .nav > li {
      margin: 0px;
      font-weight: 400;
      position: relative; }
      .header-nav .nav > li.has-mega-menu {
        position: inherit; }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li {
          border-bottom: 1px solid #eee;
          width: 100%; } }
      .header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
        content: "+";
        margin-left: 5px;
        margin-top: -5px;
        display: inline-block;
        width: 12px;
        height: 12px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
            display: none; } }
      .header-nav .nav > li.menu-item-has-children > a i, .header-nav .nav > li.sub-menu-down > a i {
        display: none; }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li.menu-item-has-children > a i, .header-nav .nav > li.sub-menu-down > a i {
          display: block;
          font-size: 9px;
          margin-left: 5px;
          margin-top: 0;
          vertical-align: middle;
          font-weight: 900;
          font-family: "Font Awesome 5 Free"; } }
  @media only screen and (max-width: 991px) and (max-width: 991px) {
    .header-nav .nav > li.menu-item-has-children > a i, .header-nav .nav > li.sub-menu-down > a i {
      background-color: var(--bs-secondary);
      color: #fff;
      height: 30px;
      line-height: 30px;
      right: 0;
      text-align: center;
      width: 30px;
      z-index: 3;
      float: right;
      font-size: 11px;
      margin: 0; }
      .header-nav .nav > li.menu-item-has-children > a i:before, .header-nav .nav > li.sub-menu-down > a i:before {
        content: "\f054"; } }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li.menu-item-has-children.open > a i:before, .header-nav .nav > li.sub-menu-down.open > a i:before {
          content: "\f078"; } }
      .header-nav .nav > li > a {
        color: var(--white);
        font-size: 16px;
        padding: 28px 20px;
        font-family: var(--font-family-title);
        cursor: pointer;
        font-weight: 500;
        display: inline-block;
        position: relative;
        line-height: 24px; }
        @media only screen and (max-width: 1199px) {
          .header-nav .nav > li > a {
            padding-left: 10px;
            padding-right: 10px; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li > a {
            padding: 8px 0;
            display: block;
            line-height: 30px;
            font-size: 16px; } }
        .header-nav .nav > li > a span {
          display: inline-block; }
      .header-nav .nav > li .mega-menu,
      .header-nav .nav > li .sub-menu {
        background-color: #fff;
        display: block;
        left: 0;
        list-style: none;
        opacity: 0;
        padding: 20px 30px;
        position: absolute;
        visibility: hidden;
        width: 220px;
        z-index: 10;
        margin-top: 20px;
        text-align: left;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        pointer-events: none; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu,
          .header-nav .nav > li .sub-menu {
            display: none;
            position: static;
            visibility: visible;
            width: auto;
            background: transparent;
            box-shadow: none;
            margin: 0;
            border-top: 1px solid #eee;
            padding: 15px 0;
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; }
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu > li > a i {
              color: #fff !important;
              height: 30px;
              line-height: 30px;
              right: 0;
              text-align: center;
              width: 30px;
              z-index: 3;
              font-size: 14px !important;
              margin: 0 !important;
              background: #eee; } }
        .header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
        .header-nav .nav > li .sub-menu .menu-item-has-children > a:before {
          content: "\f054";
          font-weight: 900;
          font-family: "Font Awesome 5 Free";
          float: right;
          font-size: 10px;
          margin-top: 2px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
          .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
            content: "\f054"; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu,
          .header-nav .nav > li .sub-menu {
            display: none;
            position: static;
            visibility: visible;
            width: auto;
            background: transparent;
            box-shadow: none;
            margin: 0;
            border-top: 1px solid #eee;
            padding: 15px 0;
            -webkit-transition: none;
            -ms-transition: none;
            transition: none;
            opacity: 1; }
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu > li > a i {
              display: none; }
            .header-nav .nav > li .mega-menu .has-child > a:before,
            .header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu .has-child > a:before,
            .header-nav .nav > li .sub-menu .menu-item-has-children > a:before,
            .header-nav .nav > li .sub-menu > li > a i {
              color: #fff !important;
              font-size: 14px;
              content: "\f054";
              height: 30px;
              line-height: 30px;
              right: 0;
              text-align: center;
              width: 30px;
              font-family: "Font Awesome 5 Free";
              z-index: 3;
              margin: 0 !important;
              background: var(--bs-primary);
              border-radius: var(--border-radius-base);
              font-weight: 900;
              float: right; }
            .header-nav .nav > li .mega-menu .has-child.open > a:before .menu-item-has-children.open > a:before,
            .header-nav .nav > li .sub-menu .has-child.open > a:before .menu-item-has-children.open > a:before {
              content: "\f078";
              background: #333; } }
        .header-nav .nav > li .mega-menu li,
        .header-nav .nav > li .sub-menu li {
          position: relative; }
          .header-nav .nav > li .mega-menu li a,
          .header-nav .nav > li .sub-menu li a {
            color: #566593;
            display: block;
            font-size: 14px;
            padding: 5px 0;
            line-height: 20px;
            text-transform: capitalize;
            position: relative;
            transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            font-weight: 400; }
          .header-nav .nav > li .mega-menu li:hover > a,
          .header-nav .nav > li .sub-menu li:hover > a {
            color: var(--bs-primary); }
          .header-nav .nav > li .mega-menu li .name a,
          .header-nav .nav > li .sub-menu li .name a {
            font-size: 15px;
            font-weight: 500;
            color: inherit;
            padding: 0; }
        .header-nav .nav > li .mega-menu li > .sub-menu,
        .header-nav .nav > li .sub-menu li > .sub-menu {
          left: 220px;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu li > .sub-menu,
            .header-nav .nav > li .sub-menu li > .sub-menu {
              display: none; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu .mega-menu,
          .header-nav .nav > li .mega-menu .sub-menu,
          .header-nav .nav > li .sub-menu .mega-menu,
          .header-nav .nav > li .sub-menu .sub-menu {
            border-top: 0;
            padding-left: 20px; }
            .header-nav .nav > li .mega-menu .mega-menu li a:after,
            .header-nav .nav > li .mega-menu .sub-menu li a:after,
            .header-nav .nav > li .sub-menu .mega-menu li a:after,
            .header-nav .nav > li .sub-menu .sub-menu li a:after {
              width: 5px;
              content: none;
              height: 5px;
              background: #262F5A !important;
              top: 13px; } }
      .header-nav .nav > li .sub-menu li > a > i {
        color: inherit;
        display: block;
        float: right;
        font-size: 18px;
        opacity: 1;
        margin-top: 0px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .sub-menu li > a > i {
            display: none; } }
      .header-nav .nav > li .mega-menu {
        right: 0px;
        width: 100%;
        z-index: 9;
        padding: 50px; }
        .header-nav .nav > li .mega-menu > li {
          display: block;
          padding: 15px 0 15px;
          position: relative;
          vertical-align: top;
          width: 25%; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu > li {
              width: 100%;
              padding: 0; } }
          .header-nav .nav > li .mega-menu > li > a {
            color: var(--bs-heading-color);
            display: block;
            padding: 0 15px;
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 15px;
            font-family: var(--font-family-title); }
            .header-nav .nav > li .mega-menu > li > a > i {
              font-size: 14px;
              margin-right: 5px;
              text-align: center;
              width: 15px; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li > a {
                display: none; } }
          .header-nav .nav > li .mega-menu > li:last-child:after {
            display: none; }
          .header-nav .nav > li .mega-menu > li:hover > a {
            background-color: transparent; }
          .header-nav .nav > li .mega-menu > li li i {
            font-size: 14px;
            margin-right: 5px;
            text-align: center;
            width: 15px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu {
            display: none;
            padding: 20px 0; } }
      .header-nav .nav > li.active > a {
        color: var(--bs-primary); }
      .header-nav .nav > li:hover > a {
        color: var(--bs-primary); }
      .header-nav .nav > li:hover > .mega-menu,
      .header-nav .nav > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        z-index: 11;
        pointer-events: unset; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li:hover > .mega-menu,
          .header-nav .nav > li:hover > .sub-menu {
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; } }
        .header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu,
        .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
          opacity: 1;
          visibility: visible;
          margin-top: 0;
          top: -1px; }
      .header-nav .nav > li.open .mega-menu,
      .header-nav .nav > li.open .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
      .header-nav .nav > li.open .open .mega-menu,
      .header-nav .nav > li.open .open .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
    @media only screen and (max-width: 1480px) {
      .header-nav .nav > li:nth-last-child(4) .sub-menu .sub-menu,
      .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu,
      .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu,
      .header-nav .nav > li:last-child .sub-menu .sub-menu {
        left: -220px; } }
    @media only screen and (max-width: 991px) {
      .header-nav .nav {
        float: none;
        padding: 0 20px; } }
  .header-nav.nav-dark .nav > li .mega-menu,
  .header-nav.nav-dark .nav > li .sub-menu {
    background-color: var(--bs-secondary); }
    .header-nav.nav-dark .nav > li .mega-menu .menu-title,
    .header-nav.nav-dark .nav > li .sub-menu .menu-title {
      color: #fff; }
    .header-nav.nav-dark .nav > li .mega-menu li a,
    .header-nav.nav-dark .nav > li .sub-menu li a {
      color: #BABABA; }
      .header-nav.nav-dark .nav > li .mega-menu li a:hover,
      .header-nav.nav-dark .nav > li .sub-menu li a:hover {
        color: #fff; }
    .header-nav.nav-dark .nav > li .mega-menu .name a,
    .header-nav.nav-dark .nav > li .sub-menu .name a {
      color: #fff; }
  .header-nav.nav-dark .line-left::after {
    background: #fff;
    opacity: 0.1; }
  .header-nav.nav-dark .month-deal {
    border-color: rgba(255, 255, 255, 0.1);
    --bs-heading-color: #fff; }
    .header-nav.nav-dark .month-deal .sale-countdown .date .time {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
    .header-nav.nav-dark .month-deal .sale-countdown .date .work-time {
      color: rgba(255, 255, 255, 0.7); }
  .header-nav .sidebar-footer {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .sidebar-footer {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: auto;
        width: 100%;
        text-align: center; } }
    .header-nav .sidebar-footer .dz-login-register {
      text-align: center;
      padding-bottom: 10px; }
  .header-nav .dz-social-icon {
    text-align: center;
    display: none; }
    .header-nav .dz-social-icon li {
      display: inline-block;
      margin: 0 2px; }
    .header-nav .dz-social-icon a {
      width: 40px;
      height: 40px;
      padding: 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      line-height: 38px;
      text-align: center;
      border-radius: 4px;
      display: block; }
    @media only screen and (max-width: 991px) {
      .header-nav .dz-social-icon {
        display: block;
        padding: 20px; } }

.mega-menu {
  max-width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px); }
  @media only screen and (max-width: 1300px) {
    .mega-menu {
      left: 0 !important;
      max-width: 100%; } }
  @media only screen and (max-width: 991px) {
    .mega-menu {
      max-height: unset;
      overflow-y: unset; } }
  .mega-menu ul {
    margin-bottom: 15px; }
  .mega-menu .line-left {
    position: relative; }
    .mega-menu .line-left:after {
      content: "";
      position: absolute;
      height: calc(100% + 80px);
      left: 0;
      top: -50px;
      background: #eee;
      width: 1px; }
      @media only screen and (max-width: 991px) {
        .mega-menu .line-left:after {
          content: none; } }
  .mega-menu.shop-menu {
    max-width: 1140px; }
    @media only screen and (max-width: 1199px) {
      .mega-menu.shop-menu {
        max-width: 100%; } }
  .mega-menu .menu-title {
    color: var(--bs-heading-color);
    display: block;
    padding: 0;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: var(--font-family-title); }
  .mega-menu.portfolio-menu {
    padding-bottom: 20px !important; }
    .mega-menu.portfolio-menu .col {
      width: 20%;
      flex: 0 0 20%; }
      @media only screen and (max-width: 991px) {
        .mega-menu.portfolio-menu .col {
          width: 25%;
          flex: 0 0 25%; } }
      @media only screen and (max-width: 767px) {
        .mega-menu.portfolio-menu .col {
          width: 33.33%;
          flex: 0 0 33.33%; } }
      @media only screen and (max-width: 575px) {
        .mega-menu.portfolio-menu .col {
          width: 50%;
          flex: 0 0 50%; } }
    .mega-menu.portfolio-menu .portfolio-nav-link a {
      padding: 0;
      padding: 0 !important;
      text-align: center;
      margin-bottom: 30px; }
      .mega-menu.portfolio-menu .portfolio-nav-link a img {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        max-width: 100%;
        display: block; }
  .mega-menu.demo-menu a img {
    width: 100%;
    transition: all 0.4s; }
  .mega-menu.demo-menu a span {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px; }
  .mega-menu.demo-menu a:hover img {
    transform: translateY(-5px); }

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header-transparent.header-text-white .extra-nav .extra-cell > * {
    --bs-heading-color: #fff;
    --white: #fff; }
  .header-transparent.header-text-white .extra-nav.nav-dark .extra-cell > * {
    --bs-heading-color: #24262B;
    --white: #24262B; }
  .header-transparent.header-text-white .extra-nav .extra-cell ul li.login-link a {
    border-bottom: 1px solid #fff; }
  @media only screen and (min-width: 991px) {
    .header-transparent.header-text-white .header-nav .nav > li > a {
      --bs-heading-color: #fff;
      --white: #fff; } }
  .header-transparent.header-text-white .header-nav .nav > li > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='white'/></svg>"); }
  .header-transparent.header-text-white .logo-dark {
    display: none; }
  .header-transparent.header-text-white .logo-light {
    display: block; }
  .header-transparent.header-text-white .is-fixed .logo-dark {
    display: block; }
  .header-transparent.header-text-white .is-fixed .logo-light {
    display: none; }
  .header-transparent.header-text-white .is-fixed .extra-nav .extra-cell ul li.login-link a {
    border-bottom: 1px solid var(--bs-secondary); }
  .header-transparent.header-text-white .is-fixed .header-nav .nav > li > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='black'/></svg>"); }
  .header-transparent.header-text-white .is-fixed .extra-nav .extra-cell > * {
    --bs-heading-color: var(--bs-secondary);
    --white: var(--bs-secondary); }
  .header-transparent.header-text-white .is-fixed .header-nav .nav > li > a {
    --bs-heading-color: var(--bs-secondary);
    --white: var(--bs-secondary); }
  .header-transparent.header-text-white .is-fixed .header-nav .nav > li.active > a,
  .header-transparent.header-text-white .is-fixed .header-nav .nav > li:hover > a {
    color: var(--bs-primary); }
  .header-transparent.header-text-white .header-nav .logo-dark {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-transparent.header-text-white .header-nav .logo-dark {
        display: block; } }
  .header-transparent .top-bar,
  .header-transparent .main-bar {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl, .header-transparent .container-xxl {
    padding-left: 80px;
    padding-right: 80px; }
    @media only screen and (max-width: 1380px) {
      .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl, .header-transparent .container-xxl {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 1199px) {
      .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl, .header-transparent .container-xxl {
        padding-left: 15px;
        padding-right: 15px; } }
  .header-transparent .side-menu-btn .menu-icon-in span {
    background-color: #ffffff; }
  .header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: #444444; }
  .header-transparent .navbar-toggler span {
    background: #ffffff; }
  .header-transparent .is-fixed .nav > li > a {
    color: #444444; }
  .header-transparent .is-fixed .extra-nav .extra-cell .login-link {
    color: var(--bs-heading-color); }
  .header-transparent .is-fixed .extra-nav .extra-cell .header-right i {
    color: var(--bs-secondary); }
  .header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item svg path, .header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item circle {
    stroke: var(--bs-secondary); }
  .header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item .cart-btn svg path {
    stroke: unset;
    fill: var(--bs-secondary); }
  .header-transparent:not(.box-header) .top-bar {
    border-color: #ffffff; }
    .header-transparent:not(.box-header) .top-bar .dz-topbar-left li,
    .header-transparent:not(.box-header) .top-bar .dz-topbar-left i,
    .header-transparent:not(.box-header) .top-bar .dz-topbar-right li,
    .header-transparent:not(.box-header) .top-bar .dz-topbar-right i {
      color: #ffffff; }

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.5s; }

@media only screen and (max-width: 991px) {
  .mo-left,
  .mo-right {
    overflow-y: scroll;
    position: fixed;
    width: 280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99999; }
    .mo-left.show,
    .mo-right.show {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      margin: 0;
      transition-delay: 0.2s; }
    .mo-left .logo-header,
    .mo-right .logo-header {
      display: block;
      float: none;
      height: auto !important;
      max-width: 100%;
      padding: 25px 20px;
      width: 100% !important; }
      .mo-left .logo-header img,
      .mo-right .logo-header img {
        max-width: unset;
        width: 150px;
        height: auto;
        vertical-align: middle; }
    .mo-left li.open a,
    .mo-right li.open a {
      position: relative; }
  .mo-left {
    left: -100%; }
    .mo-left.show {
      left: 0; }
  .mo-right {
    right: -100%; }
    .mo-right.show {
      right: 0; } }

.text-black .header-nav .nav > li > a {
  color: #444444; }

.text-black .navbar-toggler span {
  background: #444444; }

.text-white .header-nav .nav > li > a {
  color: #fff; }

.text-white .navbar-toggler span {
  background: #fff; }

.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown; }

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

.shop-cart {
  display: inline-block; }
  .shop-cart .cart-btn:before, .shop-cart .cart-btn:after {
    position: absolute;
    border: 2px solid var(--bs-heading-color);
    display: block; }
  .shop-cart .cart-btn:before {
    width: 20px;
    height: 8px;
    left: 7px;
    top: 0;
    border-width: 2px 2px 0px 2px !important;
    border-radius: 5px 5px 0 0; }
    @media only screen and (max-width: 575px) {
      .shop-cart .cart-btn:before {
        width: 15px;
        height: 8px;
        left: 5px; } }
  .shop-cart .cart-btn:after {
    width: 100%;
    height: 30px;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 575px) {
      .shop-cart .cart-btn:after {
        height: 24px; } }

.browse-category-menu .category-btn {
  background-color: #f5f5f5;
  height: 80px;
  padding: 10px 15px 10px 25px;
  display: flex;
  align-items: center;
  min-width: 300px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px; }
  .browse-category-menu .category-btn .category-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px; }
    .browse-category-menu .category-btn .category-menu span {
      background-color: #fff;
      height: 1px;
      display: block;
      width: 20px; }
  .browse-category-menu .category-btn .toggle-arrow {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotate(0deg);
    display: flex;
    align-items: center; }
    .browse-category-menu .category-btn .toggle-arrow i {
      font-size: 22px; }
  .browse-category-menu .category-btn.active .toggle-arrow {
    transform: rotate(-180deg); }
  .browse-category-menu .category-btn.active:after {
    opacity: 1;
    visibility: visible; }
  .browse-category-menu .category-btn:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(36, 38, 43, 0.6);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden; }

.browse-category-menu .category-menu-items {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  width: 300px;
  background-color: #fff;
  border-radius: 10px; }
  @media only screen and (max-width: 1199px) {
    .browse-category-menu .category-menu-items {
      width: 280px; } }
  .browse-category-menu .category-menu-items .navbar-nav {
    display: block;
    padding: 25px 0 !important;
    float: none; }
    .browse-category-menu .category-menu-items .navbar-nav .cate-drop > a {
      position: relative;
      display: block; }
      .browse-category-menu .category-menu-items .navbar-nav .cate-drop > a:after {
        content: "";
        position: absolute;
        top: 40px;
        right: 5px;
        opacity: 0;
        background-color: #F6F6F6;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        z-index: 99;
        transition: all 0.5s; }
    .browse-category-menu .category-menu-items .navbar-nav .cate-drop:hover > a:after {
      opacity: 1;
      right: -5px; }
    .browse-category-menu .category-menu-items .navbar-nav > li > a {
      display: flex !important; }
    .browse-category-menu .category-menu-items .navbar-nav .menu-icon {
      position: absolute;
      top: 50%;
      right: 25px;
      width: 25px;
      height: 25px;
      font-size: 18px;
      background-color: var(--bs-secondary);
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px; }
      .browse-category-menu .category-menu-items .navbar-nav .menu-icon i {
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        color: #fff; }
    .browse-category-menu .category-menu-items .navbar-nav .badge {
      font-weight: 500;
      min-width: auto;
      min-height: auto;
      font-size: 11px;
      padding: 4px 5px;
      text-transform: capitalize;
      margin-left: 4px; }
    .browse-category-menu .category-menu-items .navbar-nav > li {
      display: block; }
      .browse-category-menu .category-menu-items .navbar-nav > li > a {
        display: flex;
        align-items: center;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        padding: 10px 25px 10px 25px !important;
        color: var(--bs-heading-color) !important;
        text-transform: capitalize; }
        .browse-category-menu .category-menu-items .navbar-nav > li > a > svg {
          margin-right: 15px; }
        .browse-category-menu .category-menu-items .navbar-nav > li > a > i {
          margin-right: 15px;
          font-size: 18px;
          color: var(--bs-primary); }
      .browse-category-menu .category-menu-items .navbar-nav > li .mega-menu {
        width: calc(1290px - 300px);
        top: 0;
        min-height: 100%; }
        @media only screen and (max-width: 1480px) {
          .browse-category-menu .category-menu-items .navbar-nav > li .mega-menu {
            width: calc(1170px - 300px);
            max-width: calc(1170px - 300px); } }
      .browse-category-menu .category-menu-items .navbar-nav > li .mega-menu,
      .browse-category-menu .category-menu-items .navbar-nav > li .sub-menu {
        box-shadow: none;
        border-radius: 0;
        left: 100% !important;
        top: 0;
        border-radius: 10px; }
        .browse-category-menu .category-menu-items .navbar-nav > li .mega-menu li a,
        .browse-category-menu .category-menu-items .navbar-nav > li .sub-menu li a {
          color: #566593; }
          .browse-category-menu .category-menu-items .navbar-nav > li .mega-menu li a:hover,
          .browse-category-menu .category-menu-items .navbar-nav > li .sub-menu li a:hover {
            color: var(--bs-primary); }
      .browse-category-menu .category-menu-items .navbar-nav > li .mega-menu > li > a {
        color: var(--bs-heading-color); }
      .browse-category-menu .category-menu-items .navbar-nav > li:hover > a {
        color: var(--bs-primary) !important; }
        .browse-category-menu .category-menu-items .navbar-nav > li:hover > a .menu-icon svg path {
          stroke: var(--bs-primary); }
    .browse-category-menu .category-menu-items .navbar-nav .menu-items {
      margin-top: -45px;
      background: #f6f6f6;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .browse-category-menu .category-menu-items .navbar-nav .menu-items i {
        font-size: 22px; }
      .browse-category-menu .category-menu-items .navbar-nav .menu-items.active {
        margin-top: 0; }
        .browse-category-menu .category-menu-items .navbar-nav .menu-items.active .menu-icon i, .browse-category-menu .category-menu-items .navbar-nav .menu-items.active .menu-icon svg {
          transform: rotate(90deg); }

.main-bar.dark {
  background-color: var(--bs-secondary); }
  .main-bar.dark .browse-category-menu .category-btn {
    color: #fff;
    background-color: #3E4043; }
  @media only screen and (min-width: 991px) {
    .main-bar.dark .header-nav .nav > li > a {
      color: #fff; }
      .main-bar.dark .header-nav .nav > li > a:after {
        color: rgba(255, 255, 255, 0.5); } }

@media only screen and (max-width: 991px) {
  .main-bar.dark {
    background-color: #ffffff; } }

.badge-animated {
  -webkit-animation: dzBadgeAnimated 0.5s infinite alternate; }

@-webkit-keyframes dzBadgeAnimated {
  10% {
    background-color: var(--bs-primary); }
  100% {
    background-color: #bc8b6b; } }

.header-info-bar {
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  z-index: 99; }
  @media only screen and (max-width: 991px) {
    .header-info-bar {
      display: none; } }
  .header-info-bar .header-search-nav {
    flex-basis: auto;
    display: flex !important; }

.toggle-nav-btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 15px;
  border: 0;
  background-color: #fff;
  align-items: center;
  flex-direction: column; }
  .toggle-nav-btn span {
    height: 2px;
    background-color: var(--bs-secondary);
    display: block;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .toggle-nav-btn span:nth-child(1) {
    width: 20px; }
  .toggle-nav-btn span:nth-child(2) {
    width: 16px;
    margin: 5px 0; }
  .toggle-nav-btn span:nth-child(3) {
    width: 20px; }
  .toggle-nav-btn:hover span:nth-child(1) {
    width: 16px; }
  .toggle-nav-btn:hover span:nth-child(2) {
    width: 20px; }
  .toggle-nav-btn:hover span:nth-child(3) {
    width: 16px; }
  @media only screen and (max-width: 767px) {
    .toggle-nav-btn {
      width: 40px;
      min-width: 40px;
      height: 40px;
      border-radius: 10px; } }

.site-header.style-1 .header-info-bar {
  padding: 9px 0;
  }

.site-header.box-header {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1480px) {
    .site-header.box-header {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 1199px) {
    .site-header.box-header {
      margin-bottom: 10px; } }
  .site-header.box-header .top-bar {
    border-bottom: 0 !important;
    background-color: transparent; }
  @media only screen and (max-width: 991px) {
    .site-header.box-header .is-fixed .main-bar {
      padding-top: 0; } }
  .site-header.box-header .main-bar {
    background: transparent;
    border-bottom: 0 !important; }
    @media only screen and (max-width: 991px) {
      .site-header.box-header .main-bar {
        padding-top: 15px; } }
    @media only screen and (max-width: 575px) {
      .site-header.box-header .main-bar {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px; } }
    .site-header.box-header .main-bar .inner-bar {
      z-index: 1; }
    .site-header.box-header .main-bar > *,
    .site-header.box-header .main-bar > .container,
    .site-header.box-header .main-bar > .container-fluid,
    .site-header.box-header .main-bar > .container-sm,
    .site-header.box-header .main-bar > .container-md,
    .site-header.box-header .main-bar > .container-lg,
    .site-header.box-header .main-bar > .container-xl,
    .site-header.box-header .main-bar > .container-xxl {
      background-color: #ffffff; }
      .site-header.box-header .main-bar > *:before,
      .site-header.box-header .main-bar > .container:before,
      .site-header.box-header .main-bar > .container-fluid:before,
      .site-header.box-header .main-bar > .container-sm:before,
      .site-header.box-header .main-bar > .container-md:before,
      .site-header.box-header .main-bar > .container-lg:before,
      .site-header.box-header .main-bar > .container-xl:before,
      .site-header.box-header .main-bar > .container-xxl:before {
        content: "";
        box-shadow: 0 10px 20px rgba(var(--bs-secondary-rgb), 0.1);
        border-radius: 15px;
        background: var(--bs-secondary);
        position: absolute;
        width: calc(100% + 40px);
        height: 100%;
        margin: 0 -30px;
        z-index: -1; }
        @media only screen and (max-width: 991px) {
          .site-header.box-header .main-bar > *:before,
          .site-header.box-header .main-bar > .container:before,
          .site-header.box-header .main-bar > .container-fluid:before,
          .site-header.box-header .main-bar > .container-sm:before,
          .site-header.box-header .main-bar > .container-md:before,
          .site-header.box-header .main-bar > .container-lg:before,
          .site-header.box-header .main-bar > .container-xl:before,
          .site-header.box-header .main-bar > .container-xxl:before {
            width: calc(100% + 20px);
            margin: 0 -20px; 
            left: 10px;
          } }
        @media only screen and (max-width: 575px) {
          .site-header.box-header .main-bar > *:before,
          .site-header.box-header .main-bar > .container:before,
          .site-header.box-header .main-bar > .container-fluid:before,
          .site-header.box-header .main-bar > .container-sm:before,
          .site-header.box-header .main-bar > .container-md:before,
          .site-header.box-header .main-bar > .container-lg:before,
          .site-header.box-header .main-bar > .container-xl:before,
          .site-header.box-header .main-bar > .container-xxl:before {
            width: calc(100% + 10px);
            left: 15px;
          } }
  .site-header.box-header .nav > li.menu-item-has-children > a:after,
  .site-header.box-header .nav > li.sub-menu-down > a:after {
    color: #fff !important; }
  .site-header.box-header .is-fixed .main-bar {
    border-radius: 0;
    background-color: var(--bs-secondary);
    box-shadow: none; }
    .site-header.box-header .is-fixed .main-bar > *:before,
    .site-header.box-header .is-fixed .main-bar > .container:before,
    .site-header.box-header .is-fixed .main-bar > .container-fluid:before,
    .site-header.box-header .is-fixed .main-bar > .container-sm:before,
    .site-header.box-header .is-fixed .main-bar > .container-md:before,
    .site-header.box-header .is-fixed .main-bar > .container-lg:before,
    .site-header.box-header .is-fixed .main-bar > .container-xl:before,
    .site-header.box-header .is-fixed .main-bar > .container-xxl:before {
      border-radius: 0; }
  .site-header.box-header:after, .site-header.box-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 160px;
    z-index: -1;
    mask-image: url('data:image/svg+xml,<svg viewBox="0 0 561 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H561L494.82 132.361C486.35 149.3 469.037 160 450.098 160H0V0Z" fill="white"/></svg>');
    mask-position: right bottom;
    background-color: #fff;
    mask-size: cover; }
  .site-header.box-header:after {
    transform: rotateY(180deg);
    left: auto;
    right: 0; }
  .site-header.box-header.light:after, .site-header.box-header.light:before {
    background-color: var(--bs-light); }
  @media only screen and (max-width: 1480px) {
    .site-header.box-header:after, .site-header.box-header:before {
      width: 450px;
      height: 150px; } }
  @media only screen and (max-width: 1199px) {
    .site-header.box-header:after, .site-header.box-header:before {
      width: 300px;
      height: 140px; } }
  @media only screen and (max-width: 991px) {
    .site-header.box-header:after, .site-header.box-header:before {
      width: 200px;
      height: 110px; } }
  @media only screen and (max-width: 767px) {
    .site-header.box-header:after, .site-header.box-header:before {
      width: 120px; } }
  @media only screen and (max-width: 575px) {
    .site-header.box-header:after, .site-header.box-header:before {
      width: 100px;
      height: 85px; } }

.site-header.style-2 .logo-header {
  margin-right: 30px; }

@media only screen and (min-width: 1199px) {
  .site-header.style-2.header-toggle .main-bar {
    padding-left: 80px; }
  .site-header.style-2.header-toggle .container-fluid, .site-header.style-2.header-toggle .container-sm, .site-header.style-2.header-toggle .container-md, .site-header.style-2.header-toggle .container-lg, .site-header.style-2.header-toggle .container-xl, .site-header.style-2.header-toggle .container-xxl {
    padding-left: calc(var(--spacing) / 2); } }

.site-header.style-2 .container-fluid, .site-header.style-2 .container-sm, .site-header.style-2 .container-md, .site-header.style-2 .container-lg, .site-header.style-2 .container-xl, .site-header.style-2 .container-xxl {
  --spacing: 80px;
  padding-left: var(--spacing);
  padding-right: var(--spacing); }
  @media only screen and (max-width: 1680px) {
    .site-header.style-2 .container-fluid, .site-header.style-2 .container-sm, .site-header.style-2 .container-md, .site-header.style-2 .container-lg, .site-header.style-2 .container-xl, .site-header.style-2 .container-xxl {
      --spacing: 50px; } }
  @media only screen and (max-width: 1199px) {
    .site-header.style-2 .container-fluid, .site-header.style-2 .container-sm, .site-header.style-2 .container-md, .site-header.style-2 .container-lg, .site-header.style-2 .container-xl, .site-header.style-2 .container-xxl {
      --spacing: 30px; } }
  @media only screen and (max-width: 767px) {
    .site-header.style-2 .container-fluid, .site-header.style-2 .container-sm, .site-header.style-2 .container-md, .site-header.style-2 .container-lg, .site-header.style-2 .container-xl, .site-header.style-2 .container-xxl {
      --spacing: 15px; } }

.site-header.style-2:not(.header-transparent) .main-bar {
  background-color: #fff; }

.site-header.style-2.header-transparent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.site-header.style-2 .extra-nav-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 80px;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0; }

.site-header.style-2 .nav > li.menu-item-has-children > a:after,
.site-header.style-2 .nav > li.sub-menu-down > a:after {
  content: "" !important;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%235A6D84'/></svg>"); }

.site-header.style-2 .extra-nav .extra-cell > * {
  gap: 45px; }
  @media only screen and (max-width: 1680px) {
    .site-header.style-2 .extra-nav .extra-cell > * {
      gap: 25px; } }
  @media only screen and (max-width: 1480px) {
    .site-header.style-2 .extra-nav .extra-cell > * .item-call {
      display: none; } }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .toggler1 span {
  background-color: #fff; }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .extra-nav-left {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .widget-content a {
  color: #fff !important; }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .extra-nav .extra-cell ul li i {
  color: #fff; }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .nav > li:not(:hover):not(.active).menu-item-has-children > a:after,
.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .nav > li:not(:hover):not(.active).sub-menu-down > a:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='white' /></svg>"); }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .main-bar .inner-bar > .logo-dark {
  display: none; }

@media only screen and (min-width: 991px) {
  .site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .header-nav .nav > li:not(:hover):not(.active) > a {
    color: #fff; } }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .navbar-toggler span {
  background: #fff; }

.site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .navicon {
  background: #fff; }
  .site-header.style-2.header-light .main-bar-wraper:not(.is-fixed) .navicon span {
    background: var(--bs-secondary); }

.site-header.style-2.header-light .is-fixed .main-bar .inner-bar > .logo-light {
  display: none; }

.site-header.style-2.header-light .main-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; }

@media (min-width: 991px) and (max-width: 1380px) {
  .site-header.style-2 .item-btn {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .site-header.style-2 .extra-nav-left {
    display: none; } }

.toggler1 {
  border: 0;
  background-color: transparent;
  outline: 0; }
  .toggler1 span {
    height: 2px;
    background-color: var(--bs-secondary);
    display: block;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .toggler1 span:nth-child(1) {
    width: 20px; }
  .toggler1 span:nth-child(2) {
    width: 16px;
    margin: 5px 0; }
  .toggler1 span:nth-child(3) {
    width: 20px; }
  .toggler1:hover span:nth-child(1) {
    width: 16px; }
  .toggler1:hover span:nth-child(2) {
    width: 20px; }
  .toggler1:hover span:nth-child(3) {
    width: 16px; }

.dz-offcanvas .offcanvas-body {
  padding: 30px; }

.dz-offcanvas .sidebar-header {
  width: 160px; }

.dz-offcanvas .widget-title {
  margin-bottom: 15px; }

.dz-offcanvas .widget {
  margin-bottom: 35px; }

@media only screen and (min-width: 991px) {
  .header-nav.w3menu {
    flex-basis: auto;
    flex-grow: 1;
    display: flex; } }

.header-nav.w3menu .nav {
  padding: 0;
  font-size: 0;
  flex-direction: row; }
  .header-nav.w3menu .nav > li {
    margin: 0px;
    font-weight: 400;
    position: relative; }
    .header-nav.w3menu .nav > li.has-mega-menu {
      position: inherit; }
    @media only screen and (max-width: 991px) {
      .header-nav.w3menu .nav > li {
        border-bottom: 1px solid #eee;
        width: 100%; } }
    .header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down > a, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down > a {
      position: relative; }
      .header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down > a:after {
        content: "\f054";
        display: inline-block;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        font-size: 10px;
        float: right; }
        @media only screen and (max-width: 991px) {
          .header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down > a:after {
            background-color: var(--bs-secondary);
            opacity: 0.8;
            color: #fff;
            height: 30px;
            line-height: 30px;
            right: 0;
            text-align: center;
            width: 30px;
            z-index: 3;
            float: right;
            font-size: 11px;
            margin-top: -5px;
            border-radius: 4px; } }
    .header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down.open > a:after, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down.open > a:after {
      content: "\f078"; }
    .header-nav.w3menu .nav > li.menu-item-has-children > a:after, .header-nav.w3menu .nav > li.sub-menu-down > a:after {
      content: "+";
      margin-left: 5px;
      margin-top: -5px;
      display: inline-block;
      width: 12px;
      height: 12px;
      color: var(--bs-primary); }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li.menu-item-has-children > a:after, .header-nav.w3menu .nav > li.sub-menu-down > a:after {
          display: none; } }
    .header-nav.w3menu .nav > li.menu-item-has-children > a i, .header-nav.w3menu .nav > li.sub-menu-down > a i {
      display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav.w3menu .nav > li.menu-item-has-children > a i, .header-nav.w3menu .nav > li.sub-menu-down > a i {
        display: block;
        font-size: 9px;
        margin-left: 5px;
        margin-top: 0;
        vertical-align: middle;
        font-weight: 900;
        font-family: "Font Awesome 5 Free"; } }
  @media only screen and (max-width: 991px) and (max-width: 991px) {
    .header-nav.w3menu .nav > li.menu-item-has-children > a i, .header-nav.w3menu .nav > li.sub-menu-down > a i {
      background-color: var(--bs-secondary);
      color: #fff;
      height: 30px;
      line-height: 30px;
      right: 0;
      text-align: center;
      width: 30px;
      z-index: 3;
      float: right;
      font-size: 11px;
      margin: 0;
      border-radius: 4px; }
      .header-nav.w3menu .nav > li.menu-item-has-children > a i:before, .header-nav.w3menu .nav > li.sub-menu-down > a i:before {
        content: "\f054"; } }
    @media only screen and (max-width: 991px) {
      .header-nav.w3menu .nav > li.menu-item-has-children.open > a i:before, .header-nav.w3menu .nav > li.sub-menu-down.open > a i:before {
        content: "\f078"; } }
    .header-nav.w3menu .nav > li > a {
      color: var(--white);
      font-size: 15px;
      padding: 28px 15px;
      font-family: var(--font-family-title);
      cursor: pointer;
      font-weight: 500;
      display: inline-block;
      position: relative;
      line-height: 24px; }
      @media only screen and (max-width: 1380px) {
        .header-nav.w3menu .nav > li > a {
          font-size: 16px; } }
      @media only screen and (max-width: 1199px) {
        .header-nav.w3menu .nav > li > a {
          font-size: 15px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li > a {
          padding: 8px 0;
          display: block;
          line-height: 30px;
          font-size: 16px; } }
      .header-nav.w3menu .nav > li > a span {
        display: inline-block; }
    .header-nav.w3menu .nav > li .mega-menu,
    .header-nav.w3menu .nav > li .sub-menu {
      background-color: #fff;
      display: block;
      left: 0;
      list-style: none;
      opacity: 0;
      padding: 20px 0;
      position: absolute;
      visibility: hidden;
      z-index: 10;
      margin-top: 20px;
      text-align: left;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
      pointer-events: none; }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li .mega-menu > li > a i,
        .header-nav.w3menu .nav > li .sub-menu > li > a i {
          color: #fff !important;
          height: 30px;
          line-height: 30px;
          right: 0;
          text-align: center;
          width: 30px;
          z-index: 3;
          font-size: 14px !important;
          margin: 0 !important;
          background: #eee; } }
      .header-nav.w3menu .nav > li .mega-menu .menu-item-has-children > a:before,
      .header-nav.w3menu .nav > li .sub-menu .menu-item-has-children > a:before {
        content: "\f054";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        float: right;
        font-size: 10px;
        margin-top: 2px; }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li .mega-menu .menu-item-has-children.open > a:before,
        .header-nav.w3menu .nav > li .sub-menu .menu-item-has-children.open > a:before {
          content: "\f054"; } }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li .mega-menu,
        .header-nav.w3menu .nav > li .sub-menu {
          display: none;
          position: static;
          visibility: visible;
          width: auto;
          background: transparent;
          box-shadow: none;
          margin: 0;
          border-top: 1px solid #eee;
          padding: 15px 0;
          -webkit-transition: none;
          -ms-transition: none;
          transition: none;
          opacity: 1; }
          .header-nav.w3menu .nav > li .mega-menu > li > a i,
          .header-nav.w3menu .nav > li .sub-menu > li > a i {
            display: none; }
          .header-nav.w3menu .nav > li .mega-menu .has-child > a:before,
          .header-nav.w3menu .nav > li .mega-menu .menu-item-has-children > a:before,
          .header-nav.w3menu .nav > li .mega-menu > li > a i,
          .header-nav.w3menu .nav > li .sub-menu .has-child > a:before,
          .header-nav.w3menu .nav > li .sub-menu .menu-item-has-children > a:before,
          .header-nav.w3menu .nav > li .sub-menu > li > a i {
            color: #fff !important;
            font-size: 14px;
            content: "\f054";
            height: 30px;
            line-height: 30px;
            right: 0;
            text-align: center;
            width: 30px;
            font-family: "Font Awesome 5 Free";
            z-index: 3;
            margin: 0 !important;
            background: var(--bs-primary);
            border-radius: var(--border-radius-base);
            font-weight: 900;
            float: right; }
          .header-nav.w3menu .nav > li .mega-menu .has-child.open > a:before .menu-item-has-children.open > a:before,
          .header-nav.w3menu .nav > li .sub-menu .has-child.open > a:before .menu-item-has-children.open > a:before {
            content: "\f078";
            background: #333; } }
      .header-nav.w3menu .nav > li .mega-menu li,
      .header-nav.w3menu .nav > li .sub-menu li {
        position: relative; }
        .header-nav.w3menu .nav > li .mega-menu li a,
        .header-nav.w3menu .nav > li .sub-menu li a {
          color: #566593;
          display: block;
          font-size: 14px;
          padding: 5px 0;
          line-height: 20px;
          text-transform: capitalize;
          position: relative;
          transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -moz-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          font-weight: 400; }
          @media only screen and (max-width: 991px) {
            .header-nav.w3menu .nav > li .mega-menu li a,
            .header-nav.w3menu .nav > li .sub-menu li a {
              padding: 10px 0;
              border-bottom: 1px solid #eee; } }
          .header-nav.w3menu .nav > li .mega-menu li a.menu-title,
          .header-nav.w3menu .nav > li .sub-menu li a.menu-title {
            color: var(--bs-heading-color);
            display: block;
            padding: 0;
            padding-bottom: 0px;
            font-size: 16px;
            font-weight: 600;
            padding-bottom: 10px;
            font-family: var(--font-family-title); }
        .header-nav.w3menu .nav > li .mega-menu li:hover > a,
        .header-nav.w3menu .nav > li .sub-menu li:hover > a {
          color: var(--bs-primary); }
        .header-nav.w3menu .nav > li .mega-menu li .name a,
        .header-nav.w3menu .nav > li .sub-menu li .name a {
          font-size: 15px;
          font-weight: 500;
          color: inherit;
          padding: 0; }
      .header-nav.w3menu .nav > li .mega-menu li > .sub-menu,
      .header-nav.w3menu .nav > li .sub-menu li > .sub-menu {
        left: 220px; }
        @media only screen and (min-width: 991px) {
          .header-nav.w3menu .nav > li .mega-menu li > .sub-menu,
          .header-nav.w3menu .nav > li .sub-menu li > .sub-menu {
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; } }
        @media only screen and (max-width: 991px) {
          .header-nav.w3menu .nav > li .mega-menu li > .sub-menu,
          .header-nav.w3menu .nav > li .sub-menu li > .sub-menu {
            display: none; } }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li .mega-menu .mega-menu,
        .header-nav.w3menu .nav > li .mega-menu .sub-menu,
        .header-nav.w3menu .nav > li .sub-menu .mega-menu,
        .header-nav.w3menu .nav > li .sub-menu .sub-menu {
          border-top: 0;
          padding-left: 20px; } }
    .header-nav.w3menu .nav > li .sub-menu {
      width: 290px; }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li .sub-menu {
          width: 100%;
          padding: 0;
          margin-bottom: -1px; } }
      .header-nav.w3menu .nav > li .sub-menu li > a {
        padding: 5px 30px; }
        @media only screen and (max-width: 991px) {
          .header-nav.w3menu .nav > li .sub-menu li > a {
            padding: 10px 0;
            border-bottom: 1px solid #eee; } }
        .header-nav.w3menu .nav > li .sub-menu li > a > i {
          color: inherit;
          display: block;
          float: right;
          font-size: 18px;
          opacity: 1;
          margin-top: 0px; }
          @media only screen and (max-width: 991px) {
            .header-nav.w3menu .nav > li .sub-menu li > a > i {
              display: none; } }
      @media only screen and (min-width: 991px) {
        .header-nav.w3menu .nav > li .sub-menu.sub-menu-md {
          width: 320px; }
        .header-nav.w3menu .nav > li .sub-menu.sub-menu-lg {
          width: 420px; } }
    .header-nav.w3menu .nav > li .mega-menu {
      right: 0px;
      z-index: 9;
      padding: 50px; }
      .header-nav.w3menu .nav > li .mega-menu > li {
        display: block;
        padding: 15px 0 15px;
        position: relative;
        vertical-align: top;
        width: 25%; }
        @media only screen and (max-width: 991px) {
          .header-nav.w3menu .nav > li .mega-menu > li {
            width: 100%;
            padding: 0; } }
        .header-nav.w3menu .nav > li .mega-menu > li > a {
          color: var(--bs-heading-color);
          display: block;
          padding: 0 15px;
          font-size: 16px;
          font-weight: 500;
          padding-bottom: 15px;
          font-family: var(--font-family-title); }
          .header-nav.w3menu .nav > li .mega-menu > li > a > i {
            font-size: 14px;
            margin-right: 5px;
            text-align: center;
            width: 15px; }
          @media only screen and (max-width: 991px) {
            .header-nav.w3menu .nav > li .mega-menu > li > a {
              display: none; } }
        .header-nav.w3menu .nav > li .mega-menu > li:last-child:after {
          display: none; }
        .header-nav.w3menu .nav > li .mega-menu > li:hover > a {
          background-color: transparent; }
        .header-nav.w3menu .nav > li .mega-menu > li li i {
          font-size: 14px;
          margin-right: 5px;
          text-align: center;
          width: 15px; }
      @media only screen and (max-width: 1199px) {
        .header-nav.w3menu .nav > li .mega-menu {
          padding: 30px; } }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li .mega-menu {
          display: none;
          padding: 0;
          margin-bottom: -1px; }
          .header-nav.w3menu .nav > li .mega-menu img {
            display: none; } }
    .header-nav.w3menu .nav > li.active > a {
      color: var(--bs-primary); }
    .header-nav.w3menu .nav > li:hover > a {
      color: var(--bs-primary); }
    .header-nav.w3menu .nav > li:hover > .mega-menu,
    .header-nav.w3menu .nav > li:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      margin-top: 0;
      z-index: 11;
      pointer-events: unset; }
      @media only screen and (max-width: 991px) {
        .header-nav.w3menu .nav > li:hover > .mega-menu,
        .header-nav.w3menu .nav > li:hover > .sub-menu {
          -webkit-transition: none;
          -ms-transition: none;
          transition: none; } }
      .header-nav.w3menu .nav > li:hover > .mega-menu li.active > .sub-menu,
      .header-nav.w3menu .nav > li:hover > .mega-menu li:hover > .sub-menu,
      .header-nav.w3menu .nav > li:hover > .sub-menu li.active > .sub-menu,
      .header-nav.w3menu .nav > li:hover > .sub-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        top: -1px;
        pointer-events: unset; }
    .header-nav.w3menu .nav > li.open .mega-menu,
    .header-nav.w3menu .nav > li.open .sub-menu {
      display: block;
      opacity: 1;
      -webkit-transition: none;
      -ms-transition: none;
      transition: none; }
    .header-nav.w3menu .nav > li.open .open > .mega-menu,
    .header-nav.w3menu .nav > li.open .open > .sub-menu {
      display: block;
      opacity: 1;
      -webkit-transition: none;
      -ms-transition: none;
      transition: none; }
  @media only screen and (max-width: 1480px) {
    .header-nav.w3menu .nav > li:nth-last-child(4) .sub-menu .sub-menu,
    .header-nav.w3menu .nav > li:nth-last-child(3) .sub-menu .sub-menu,
    .header-nav.w3menu .nav > li:nth-last-child(2) .sub-menu .sub-menu,
    .header-nav.w3menu .nav > li:last-child .sub-menu .sub-menu {
      left: -220px; } }
  @media only screen and (max-width: 991px) {
    .header-nav.w3menu .nav {
      float: none;
      padding: 0 20px; } }

.w3menu.w3menu-start {
  justify-content: start; }

.w3menu.w3menu-center {
  justify-content: center; }

.w3menu.w3menu-end {
  justify-content: flex-end; }

.w3menu .mega-menu {
  max-width: 1200px;
  width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px); }
  @media only screen and (max-width: 1300px) {
    .w3menu .mega-menu {
      left: 0 !important;
      max-width: 100%; } }
  @media only screen and (max-width: 991px) {
    .w3menu .mega-menu {
      max-height: unset;
      overflow-y: unset; } }
  .w3menu .mega-menu ul {
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .w3menu .mega-menu ul {
        margin-bottom: 0; } }
  .w3menu .mega-menu > ul {
    margin: 0 -15px; }
    @media only screen and (min-width: 991px) {
      .w3menu .mega-menu > ul {
        display: flex; } }
    @media only screen and (max-width: 991px) {
      .w3menu .mega-menu > ul {
        flex-wrap: wrap; } }
    .w3menu .mega-menu > ul > li {
      padding: 0 15px;
      flex: 1 0 0%; }
  .w3menu .mega-menu .line-left {
    position: relative; }
    .w3menu .mega-menu .line-left:after {
      content: "";
      position: absolute;
      height: calc(100% + 70px);
      left: 0;
      top: -50px;
      background: #eee;
      width: 1px; }
      @media only screen and (max-width: 991px) {
        .w3menu .mega-menu .line-left:after {
          content: none; } }
  .w3menu .mega-menu.shop-menu {
    max-width: 1140px; }
    @media only screen and (max-width: 1199px) {
      .w3menu .mega-menu.shop-menu {
        max-width: 100%; } }
  @media only screen and (min-width: 991px) {
    .w3menu .mega-menu .portfolio-nav-link {
      display: flex;
      flex-wrap: wrap; }
      .w3menu .mega-menu .portfolio-nav-link > li {
        width: 20%;
        padding: 0 15px; }
      .w3menu .mega-menu .portfolio-nav-link a {
        padding: 0;
        padding: 0 !important;
        text-align: center;
        margin-bottom: 20px; }
        .w3menu .mega-menu .portfolio-nav-link a img {
          width: 150px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px;
          max-width: 100%;
          display: block; } }

.w3menu .menu-close {
  position: absolute;
  right: 20px;
  top: 25px;
  background-color: #000;
  width: 25px;
  height: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none; }
  @media only screen and (max-width: 991px) {
    .w3menu .menu-close {
      display: flex;
      z-index: 999; } }

.menu-close {
  position: fixed;
  top: 0;
  background-color: #000;
  width: 0;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 999; }
  .menu-close.fade-left {
    left: 0; }
  .menu-close.fade-right {
    right: 0; }
  .menu-close.fade-overlay {
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden; }

.w3menu-toggler.open ~ .menu-close.fade-left, .w3menu-toggler.open ~ .menu-close.fade-right {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.w3menu-toggler.open ~ .menu-close.fade-overlay {
  opacity: 0.5;
  visibility: visible; }

.w3menu-end.header-nav .nav > li > .mega-menu {
  right: 80px;
  left: auto !important; }
  @media only screen and (max-width: 1199px) {
    .w3menu-end.header-nav .nav > li > .mega-menu {
      right: 0; } }

.justify-content-end.header-nav .nav > li > .mega-menu {
  right: 80px;
  left: auto !important; }
  @media only screen and (max-width: 1199px) {
    .justify-content-end.header-nav .nav > li > .mega-menu {
      right: 0; } }

.header-nav.w3menu .nav > li.menu-left {
  position: relative; }
  .header-nav.w3menu .nav > li.menu-left > .sub-menu {
    left: 0 !important; }

.header-nav.w3menu .nav > li.menu-right {
  position: relative; }
  .header-nav.w3menu .nav > li.menu-right > .sub-menu {
    right: 0;
    left: auto !important; }
    .header-nav.w3menu .nav > li.menu-right > .sub-menu .sub-menu {
      left: -220px; }

.header-nav.w3menu .nav > li.menu-center {
  position: relative; }
  .header-nav.w3menu .nav > li.menu-center > .sub-menu {
    left: 50% !important;
    transform: translateX(-50%); }

@media only screen and (min-width: 991px) {
  .header-nav.w3menu .nav > li.has-mega-menu.full-width .mega-menu {
    width: calc(100% - 160px);
    max-width: calc(100% - 160px); } }

@media only screen and (min-width: 991px) {
  .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    padding-left: 80px;
    padding-right: 80px;
    left: 50% !important;
    transform: translate(-50%);
    width: 100vw;
    max-width: 100vw; } }

@media only screen and (min-width: 1300px) {
  .container .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: calc(calc(100vw - 1320px) / 2 + 15px);
    padding-right: calc(calc(100vw - 1320px) / 2 + 15px); } }

@media only screen and (max-width: 1280px) {
  .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 0;
    padding-right: 0; } }

.header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu {
  width: fit-content;
  max-width: fit-content; }
  @media only screen and (max-width: 991px) {
    .header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu {
      width: 100%;
      max-width: 100%; } }
  .header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu > ul > li {
    width: 250px; }
    @media only screen and (max-width: 1199px) {
      .header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu > ul > li {
        width: 232px; } }
    @media only screen and (max-width: 991px) {
      .header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu > ul > li {
        width: 100%; } }

.header-nav.w3menu .nav > li.has-mega-menu.menu-left {
  position: relative; }
  .header-nav.w3menu .nav > li.has-mega-menu.menu-left .mega-menu {
    left: 0 !important; }

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav > li.has-mega-menu .post-menu {
    width: 100%;
    flex: 0 0 100%; } }

.header-nav.w3menu .nav > li.has-mega-menu.menu-right {
  position: relative; }
  .header-nav.w3menu .nav > li.has-mega-menu.menu-right .mega-menu {
    right: 0;
    left: auto !important; }

.header-nav.w3menu .nav > li.has-mega-menu.menu-center {
  position: relative; }
  @media only screen and (min-width: 991px) {
    .header-nav.w3menu .nav > li.has-mega-menu.menu-center .mega-menu {
      left: 50% !important;
      transform: translateX(-50%); } }

.header-nav.w3menu .nav > li.has-mega-menu .menu-title {
  color: var(--bs-heading-color);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title); }
  @media only screen and (max-width: 991px) {
    .header-nav.w3menu .nav > li.has-mega-menu .menu-title {
      font-size: 14px;
      color: #566593;
      padding: 0 !important;
      font-weight: 400;
      text-align: left !important;
      display: none; } }

.header-nav.w3menu .nav > li.has-mega-menu .demo-menu a img {
  width: 100%;
  transition: all 0.4s; }

.header-nav.w3menu .nav > li.has-mega-menu .demo-menu a span {
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.header-nav.w3menu .nav > li.has-mega-menu .demo-menu a:hover img {
  transform: translateY(-5px); }

@media only screen and (min-width: 991px) {
  .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left > ul {
    flex-wrap: wrap;
    margin: 0 -15px; }
  .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left {
    width: 80%;
    flex: 0 0 80%;
    padding-left: 0;
    padding-right: 20px; } }
  @media only screen and (min-width: 991px) and (max-width: 991px) {
    .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left {
      width: 100%;
      flex: 0 0 100%;
      padding: 0 5px; } }

@media only screen and (min-width: 991px) {
    .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left > ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
        width: 20%;
        text-align: center;
        padding: 0 10px; }
        .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li img {
          margin-bottom: 5px; }
        .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li span {
          margin-bottom: 5px;
          display: block; } }
      @media only screen and (min-width: 991px) and (max-width: 767px) {
        .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
          width: 25%;
          flex: 0 0 25%; } }
      @media only screen and (min-width: 991px) and (max-width: 575px) {
        .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
          width: 50%;
          flex: 0 0 50%; } }

@media only screen and (min-width: 991px) {
      .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-left > ul .month-deal {
        width: 100%; }
  .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-right {
    width: 20%;
    flex: 0 0 20%;
    padding-left: 30px; } }
  @media only screen and (min-width: 991px) and (max-width: 991px) {
    .header-nav.w3menu .nav > li.has-mega-menu .menu-media-left .side-right {
      padding-left: 15px;
      width: 100%;
      flex: 0 0 100%; } }

@media only screen and (min-width: 991px) {
  .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right > ul {
    flex-wrap: wrap; }
  .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-left {
    width: 66%;
    flex: 0 0 66%; } }
  @media only screen and (min-width: 991px) and (max-width: 767px) {
    .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-left {
      width: 100%;
      flex: 0 0 100%; } }

@media only screen and (min-width: 991px) {
    .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-left > ul {
      display: flex;
      flex-wrap: wrap; }
      .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-left > ul > li {
        width: 33.33%; } }
      @media only screen and (min-width: 991px) and (max-width: 575px) {
        .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-left > ul > li {
          width: 50%;
          flex: 0 0 50%; } }

@media only screen and (min-width: 991px) {
      .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-left > ul .month-deal {
        width: 100%;
        flex: 0 0 100%; }
  .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-right {
    width: 34%;
    flex: 0 0 34%; } }
  @media only screen and (min-width: 991px) and (max-width: 767px) {
    .header-nav.w3menu .nav > li.has-mega-menu .menu-media-right .side-right {
      display: none; } }

@media only screen and (min-width: 991px) {
  .text-white .header-nav.w3menu .nav > li:not(:hover):not(.active) > a {
    color: #fff; }
  .text-white .navbar-toggler span {
    background: #fff; } }

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes toTopFromBottom {
  49% {
    transform: translateX(100%); }
  50% {
    opacity: 0;
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

.show-focus-outline li:focus-within > .mega-menu,
.show-focus-outline li:focus-within > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0 !important; }

.show-focus-outline .sub-menu-down a:focus {
  outline: 2px solid #000 !important; }

.show-focus-outline .sub-menu-down a:after:focus {
  outline: 2px solid #000 !important; }

.sidebar-cart-wrapper .sidebar-title {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px; }

.cart-widget {
  display: flex;
  align-items: center;
  justify-content: center; }
  .cart-widget .dz-media {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 20px; }
  .cart-widget .cart-content {
    margin-right: 10px;
    flex: 1; }
    .cart-widget .cart-content .title,
    .cart-widget .cart-content .dz-price {
      font-weight: 600;
      font-size: 15px; }
  .cart-widget .dz-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justidy-content: center; }

.sidebar-cart-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color); }

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  margin-bottom: 10px; }
  .cart-total h5, .cart-total .h5 {
    font-weight: 600; }

.shipping-time {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  .shipping-time .dz-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
    .shipping-time .dz-icon i {
      font-size: 55px; }
  .shipping-time img {
    margin-right: 20px; }
  .shipping-time .title {
    font-weight: 500; }
  .shipping-time .progress {
    border-radius: 0;
    height: 5px; }
    .shipping-time .progress .progress-bar {
      background-color: var(--secondary); }

.shop-sidebar-cart {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 190px); }

.dz-bnr-inr {
  --dz-banner-height: 400px;
  min-height: var(--dz-banner-height);
  background-size: cover;
  background-position: center;
  background-color: var(--bs-light);
  position: relative;
  z-index: 1;
  width: 100%; }
  .dz-bnr-inr .dz-btn {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background-color: #fff;
    padding: 12px 12px 0px 12px;
    border-radius: 50px 50px 0px 0px;
    z-index: 1;
    color: var(--bs-secondary); }
    .dz-bnr-inr .dz-btn a {
      font-size: 24px;
      border-radius: 60px; }
    .dz-bnr-inr .dz-btn .left-icon {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      color: var(--bs-secondary); }
    .dz-bnr-inr .dz-btn::before, .dz-bnr-inr .dz-btn::after {
      content: "";
      width: 40px;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 0V50H50C22.3858 50 0 27.6142 0 0Z' fill='white'/></svg>");
      height: 40px;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      transform: rotate(270deg);
      left: -40px;
      bottom: 0px; }
    .dz-bnr-inr .dz-btn::after {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 0V50H50C22.3858 50 0 27.6142 0 0Z' fill='white'/></svg>");
      left: auto;
      right: -40px;
      bottom: 0px;
      transform: rotate(0deg); }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr .dz-btn {
        right: 10px;
        padding: 10px 10px 0px 10px;
        border-radius: 40px 40px 0px 0px; }
        .dz-bnr-inr .dz-btn a {
          font-size: 18px; }
        .dz-bnr-inr .dz-btn .left-icon {
          width: 45px;
          min-width: 45px;
          height: 45px; }
        .dz-bnr-inr .dz-btn::before, .dz-bnr-inr .dz-btn::after {
          width: 30px;
          height: 30px;
          left: -30px; }
        .dz-bnr-inr .dz-btn::after {
          left: auto;
          right: -30px; } }
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr .dz-btn {
        padding: 8px 8px 0px 8px; }
        .dz-bnr-inr .dz-btn a {
          font-size: 15px; }
        .dz-bnr-inr .dz-btn .left-icon {
          width: 38px;
          min-width: 38px;
          height: 38px;
          margin: -10px 10px -10px -18px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr .dz-btn {
        display: none; } }
  .dz-bnr-inr .dz-social {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center; }
    .dz-bnr-inr .dz-social a {
      color: #fff;
      font-size: 16px; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr .dz-social {
        display: none; } }
  .dz-bnr-inr.dz-banner-dark {
    background-color: var(--bs-secondary);
    --bs-heading-color: #fff; }
  @media only screen and (max-width: 575px) {
    .dz-bnr-inr {
      --dz-banner-height: 230px; } }
  .dz-bnr-inr .banner-media {
    position: absolute;
    right: 19%;
    bottom: 0;
    left: auto;
    transform: translate(-19%, 0); }
    @media only screen and (max-width: 1680px) {
      .dz-bnr-inr .banner-media {
        right: 10%;
        transform: translate(-10%, 0); } }
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr .banner-media {
        right: 5%;
        transform: translate(-5%, 0); } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr .banner-media {
        right: 2%;
        transform: translate(-2%, 0); } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr .banner-media {
        display: none; } }
  .dz-bnr-inr .container {
    display: table;
    height: 100%; }
  .dz-bnr-inr .dz-bnr-inr-entry {
    height: var(--dz-banner-height);
    vertical-align: middle;
    display: table-cell;
    padding: 40px 0 40px 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr .dz-bnr-inr-entry {
        text-align: center; }
        .dz-bnr-inr .dz-bnr-inr-entry .breadcrumb-row {
          display: inline-block; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr .dz-bnr-inr-entry {
        padding: 20px 0 20px 0;
        text-align: center;
        display: table-cell; } }
  .dz-bnr-inr h1, .dz-bnr-inr .h1 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--bs-heading-color);
    text-transform: capitalize; }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr h1, .dz-bnr-inr .h1 {
        font-size: 3rem; } }
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr h1, .dz-bnr-inr .h1 {
        font-size: 3rem; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr h1, .dz-bnr-inr .h1 {
        font-size: 25px; } }
  .dz-bnr-inr p {
    color: #fff;
    font-size: 18px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr p {
        font-size: 15px; } }
  .dz-bnr-inr .text-vertical {
    font-weight: bold;
    font-size: 16px;
    writing-mode: tb;
    transform: rotate(-180deg) translateY(50%);
    position: absolute;
    left: 45px;
    top: 50%;
    color: var(--bs-heading-color);
    height: 100%;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr .text-vertical {
        display: none; } }
  .dz-bnr-inr.dz-bnr-inr-lg {
    --dz-banner-height:750px; }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.dz-bnr-inr-lg {
        --dz-banner-height: 600px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.dz-bnr-inr-lg {
        --dz-banner-height: 400px; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.dz-bnr-inr-lg {
        --dz-banner-height: 350px; } }
  dz-bnr-inr.dz-bnr-inr-md {
    --dz-banner-height: 532px;
}
@media only screen and (max-width: 1480px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        --dz-banner-height: auto;
    }
}
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.dz-bnr-inr-md {
        --dz-banner-height: auto; } }
        @media only screen and (max-width: 768px) {
.dz-bnr-inr.dz-bnr-inr-md {
    height: 170px;
}
}
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.dz-bnr-inr-md {
        --dz-banner-height: auto;
        max-height: 156px;
      } }
 
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr.dz-bnr-inr-sm h1, .dz-bnr-inr.dz-bnr-inr-sm .h1 {
        font-size: 3rem; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.dz-bnr-inr-sm {
        --dz-banner-height: 280px; }
        .dz-bnr-inr.dz-bnr-inr-sm h1, .dz-bnr-inr.dz-bnr-inr-sm .h1 {
          font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.dz-bnr-inr-sm {
        --dz-banner-height: 180px; }
        .dz-bnr-inr.dz-bnr-inr-sm h1, .dz-bnr-inr.dz-bnr-inr-sm .h1 {
          font-size: 1.5rem; } }
  .dz-bnr-inr.bnr-no-img:before {
    content: none; }
  .dz-bnr-inr .breadcrumb-row ul {
    margin-bottom: 0; }
  .dz-bnr-inr .kanbern-bnr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .dz-bnr-inr .kanbern-bnr .swiper-slide > div {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      transition: 20s !important;
      background-position: center;
      background-size: 100%; }
    .dz-bnr-inr .kanbern-bnr .swiper-slide.swiper-slide-active > div {
      background-size: 150%; }

      

.breadcrumb-row ul {
  padding: 0;
  display: inline-block; }
  .breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--bs-heading-color);
    margin-right: 0; }
    .breadcrumb-row ul li.active {
      color: var(--bs-primary); }
    .breadcrumb-row ul li a {
      color: var(--bs-primary); }
  .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
    content: "\f101";
    float: left;
    color: var(--bs-heading-color);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    padding-right: 12px;
    top: 2px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
        font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-row ul li {
      font-size: 14px; } }

.header-transparent ~ .page-content .dz-bnr-inr .dz-bnr-inr-entry {
  padding: 90px 0 20px 0; }

.dz-bnr-inr video#video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.dz-bnr-inr.style-1 {
  overflow: hidden;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-1 {
      padding-bottom: 0; } }
  .dz-bnr-inr.style-1.dz-bnr-inr-md {
    --dz-banner-height: 500px; }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-1.dz-bnr-inr-md {
        --dz-banner-height: 450px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-1.dz-bnr-inr-md {
        --dz-banner-height: 400px; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-1.dz-bnr-inr-md {
        --dz-banner-height: 350px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-1.dz-bnr-inr-md {
        --dz-banner-height: 300px; } }
  .dz-bnr-inr.style-1.dz-bnr-inr-sm {
    --dz-banner-height: 380px; }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-1.dz-bnr-inr-sm {
        --dz-banner-height: 300px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-1.dz-bnr-inr-sm {
        --dz-banner-height: 280px; } }
  .dz-bnr-inr.style-1.overlay-black-light:before, .dz-bnr-inr.style-1.overlay-black-middle:before, .dz-bnr-inr.style-1.overlay-black-dark:before {
    background: #07121E; }
  .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    word-break: break-word; }
  .dz-bnr-inr.style-1:after {
    content: "";
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-position: right -13px top; }
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-1:after {
      display: none; } }
  .dz-bnr-inr.style-1 .blur1,
  .dz-bnr-inr.style-1 .blur2 {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--bs-primary);
    width: 285px;
    height: 285px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5; }
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr.style-1 .blur1,
      .dz-bnr-inr.style-1 .blur2 {
        display: none; } }
  .dz-bnr-inr.style-1 .blur2 {
    top: 25%;
    left: 0;
    bottom: auto;
    right: auto;
    opacity: 0.4;
    background-color: #FFCD37; }
  .dz-bnr-inr.style-1 .breadcrumb {
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 0 30px rgba(var(--bs-secondary-rgb), 0.05); }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-1 .breadcrumb {
        padding: 5px 20px 7px; } }
    .dz-bnr-inr.style-1 .breadcrumb li {
      font-weight: 400; }
      @media only screen and (max-width: 991px) {
        .dz-bnr-inr.style-1 .breadcrumb li {
          font-size: 14px; } }
  .dz-bnr-inr.style-1 .vertical-info {
    justify-content: center;
    padding: 85px 15px 30px;
    z-index: 1; }
    .dz-bnr-inr.style-1 .vertical-info .social-list li a {
      color: #fff; }
    .dz-bnr-inr.style-1 .vertical-info.left {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .dz-bnr-inr.style-1 .elip {
    position: absolute;
    top: 25%;
    left: 100px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    object-fit: cover;
    z-index: 2; }
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr.style-1 .elip {
        display: none; } }
    .dz-bnr-inr.style-1 .elip img {
      border-radius: 50%; }
    .dz-bnr-inr.style-1 .elip::after, .dz-bnr-inr.style-1 .elip::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      animation-iteration-count: infinite; }
    .dz-bnr-inr.style-1 .elip::before {
      animation: animationSignal1;
      animation-duration: 3s;
      z-index: -1;
      transform: scale(1);
      transition: all .5; }
    .dz-bnr-inr.style-1 .elip::after {
      animation: animationSignal2;
      animation-duration: 3s;
      z-index: -1;
      transform: scale(1);
      transition: all .5; }
  .dz-bnr-inr.style-1 .item1,
  .dz-bnr-inr.style-1 .item2,
  .dz-bnr-inr.style-1 .item3 {
    position: absolute;
    z-index: 0;
    top: 35%;
    right: 32%; }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-1 .item1,
      .dz-bnr-inr.style-1 .item2,
      .dz-bnr-inr.style-1 .item3 {
        display: none; } }
  .dz-bnr-inr.style-1 .item2 {
    top: auto;
    bottom: 0%;
    right: 38%; }
  .dz-bnr-inr.style-1 .item3 {
    top: auto;
    bottom: 20%;
    right: 10%; }
  .dz-bnr-inr.style-1.dz-bnr-detail h1, .dz-bnr-inr.style-1.dz-bnr-detail .h1 {
    font-size: 65px;
    margin-bottom: 30px; }
  .dz-bnr-inr.style-1.dz-bnr-detail .dz-bnr-inr-entry {
    text-align: left;
    padding: 140px 0 20px 20px; }
  .dz-bnr-inr.style-1.dz-bnr-detail .bg-half {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 200px;
    left: 0; }
  @media only screen and (max-width: 1480px) {
    .dz-bnr-inr.style-1.dz-bnr-detail h1, .dz-bnr-inr.style-1.dz-bnr-detail .h1 {
      font-size: 48px; } }
  @media only screen and (max-width: 1199px) {
    .dz-bnr-inr.style-1.dz-bnr-detail .dz-bnr-inr-entry {
      padding: 120px 0 20px 0; }
    .dz-bnr-inr.style-1.dz-bnr-detail h1, .dz-bnr-inr.style-1.dz-bnr-detail .h1 {
      font-size: 42px; } }
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-1.dz-bnr-detail h1, .dz-bnr-inr.style-1.dz-bnr-detail .h1 {
      font-size: 36px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 575px) {
    .dz-bnr-inr.style-1.dz-bnr-detail h1, .dz-bnr-inr.style-1.dz-bnr-detail .h1 {
      font-size: 30px; } }
  .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx {
    background-color: #fff;
    border-radius: var(--radius-lg);
    text-align: left;
    padding: 80px; }
    .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx h1, .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx .h1 {
      color: var(--bs-heading-color);
      font-size: 55px;
      line-height: 1.2;
      margin-bottom: 20px; }
    .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx p {
      color: var(--bs-body-color);
      padding: 0;
      margin: 0; }
    .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx .bottom-info {
      margin-top: 50px; }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx {
        padding: 50px; }
        .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx h1, .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx .h1 {
          font-size: 45px; } }
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx {
        padding: 30px; }
        .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx h1, .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx .h1 {
          font-size: 36px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx {
        padding: 25px; }
        .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx h1, .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx .h1 {
          font-size: 30px;
          margin-bottom: 15px; }
        .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx .bottom-info {
          margin-top: 20px; } }
  .dz-bnr-inr.style-1.detail-bx .dz-media {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60vw;
    z-index: 0; }
    .dz-bnr-inr.style-1.detail-bx .dz-media img {
      height: 100%;
      object-fit: cover; }

.dz-bnr-inr.style-2 {
  overflow: hidden;
  display: flex;
  margin-bottom: -50px; }
  @media only screen and (max-width: 1480px) {
    .dz-bnr-inr.style-2 {
      margin-bottom: 0; } }
  .dz-bnr-inr.style-2 p {
    color: var(--bs-body-color);
    margin-left: 0;
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .dz-bnr-inr.style-2 {
      margin-bottom: 0; } }
  .dz-bnr-inr.style-2 .container {
    height: auto; }
  .dz-bnr-inr.style-2.dz-bnr-inr-lg {
    --dz-banner-height: 800px; }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-lg {
        --dz-banner-height: 600px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-lg {
        --dz-banner-height: 400px; } }
    
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-lg {
        --dz-banner-height: 350px; } }
    
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-lg {
        --dz-banner-height: 300px; } }
  .dz-bnr-inr.style-2.dz-bnr-inr-md {
    --dz-banner-height: 660px; }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-md {
        --dz-banner-height: 550px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-md {
        --dz-banner-height: 400px; }
        .dz-bnr-inr.style-2.dz-bnr-inr-md h1, .dz-bnr-inr.style-2.dz-bnr-inr-md .h1 {
          font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-md {
        --dz-banner-height: 350px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-md {
        --dz-banner-height: 300px; } }
  .dz-bnr-inr.style-2.dz-bnr-inr-sm {
    --dz-banner-height: 580px; }
    .dz-bnr-inr.style-2.dz-bnr-inr-sm .bnr-media {
      height: 400px;
      width: 400px;
      min-width: 450px;
      margin: 0 50px 80px 0; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-sm {
        --dz-banner-height: 400px; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-sm {
        --dz-banner-height: 350px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-2.dz-bnr-inr-sm {
        --dz-banner-height: 280px; } }
  .dz-bnr-inr.style-2 h1, .dz-bnr-inr.style-2 .h1 {
    line-height: 1.2; }
  .dz-bnr-inr.style-2 .breadcrumb {
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 0 30px rgba(var(--bs-secondary-rgb), 0.05); }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2 .breadcrumb {
        padding: 5px 20px 7px; } }
    .dz-bnr-inr.style-2 .breadcrumb li {
      font-weight: 400; }
      @media only screen and (max-width: 991px) {
        .dz-bnr-inr.style-2 .breadcrumb li {
          font-size: 14px; } }
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-2 .breadcrumb-row {
      text-align: center; } }
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-2 .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
      font-size: 12px;
      top: 2px; } }
  .dz-bnr-inr.style-2 .bnr-info {
    padding: 65px 0 0;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2 .bnr-info {
        padding: 0;
        text-align: center; } }
  .dz-bnr-inr.style-2 .dz-bnr-inr-entry .dz-bnr-inr-flex {
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    height: auto;
    min-height: auto;
    gap: 30px; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2 .dz-bnr-inr-entry .dz-bnr-inr-flex {
        justify-content: center; } }
  .dz-bnr-inr.style-2 .banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2; }
  .dz-bnr-inr.style-2::after {
    content: "";
    background-image: url(../images/pattern.webp);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .dz-bnr-inr.style-2 .banner-shape2,
  .dz-bnr-inr.style-2 .banner-shape3 {
    position: absolute;
    top: 0;
    height: 160px;
    z-index: 1;
    -webkit-filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.01));
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.01)); }
  .dz-bnr-inr.style-2 .banner-shape2 {
    left: 0; }
  .dz-bnr-inr.style-2 .banner-shape3 {
    right: 0;
    transform: rotateY(180deg); }
  .dz-bnr-inr.style-2 .banner-shape4,
  .dz-bnr-inr.style-2 .banner-shape5 {
    width: 300px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    height: auto;
    position: absolute;
    background-color: var(--bs-primary);
    filter: blur(100px);
    z-index: -1;
    opacity: 0.2; }
  .dz-bnr-inr.style-2 .banner-shape4 {
    top: 0;
    left: 0; }
  .dz-bnr-inr.style-2 .banner-shape5 {
    top: 0;
    right: 0; }
  .dz-bnr-inr.style-2 .item1,
  .dz-bnr-inr.style-2 .item2,
  .dz-bnr-inr.style-2 .item3 {
    position: absolute;
    z-index: 9; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2 .item1,
      .dz-bnr-inr.style-2 .item2,
      .dz-bnr-inr.style-2 .item3 {
        display: none; } }
  .dz-bnr-inr.style-2 .item1 {
    bottom: -10px;
    left: 50px;
    width: 135px; }
    @media only screen and (max-width: 1680px) {
      .dz-bnr-inr.style-2 .item1 {
        bottom: 0px;
        left: 30px;
        width: 80px; } }
  .dz-bnr-inr.style-2 .item2 {
    top: 35%;
    left: 100px;
    width: 115px; }
    @media only screen and (max-width: 1680px) {
      .dz-bnr-inr.style-2 .item2 {
        top: 30%;
        left: 35px;
        width: 60px; } }
  .dz-bnr-inr.style-2 .item3 {
    right: 60px;
    bottom: 50px;
    width: 125px; }
    @media only screen and (max-width: 1680px) {
      .dz-bnr-inr.style-2 .item3 {
        right: 40px;
        bottom: 30px;
        width: 80px; } }
  .dz-bnr-inr.style-2 .bnr-media {
    height: 500px;
    width: 500px;
    min-width: 500px;
    margin: 0 30px 80px 0;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative; }
    @media only screen and (max-width: 1680px) {
      .dz-bnr-inr.style-2 .bnr-media {
        height: 450px;
        width: 450px;
        min-width: 450px;
        margin: 0 50px 50px 0; } }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-2 .bnr-media {
        height: 380px;
        width: 380px;
        min-width: 380px;
        margin: 0 50px 10px 0; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2 .bnr-media {
        display: none; } }
    .dz-bnr-inr.style-2 .bnr-media img {
      min-width: 120%;
      position: absolute;
      top: 20%; }
    .dz-bnr-inr.style-2 .bnr-media::before {
      content: "";
      width: 100%;
      background: linear-gradient(to bottom, var(--bs-primary) 0%, rgba(0, 0, 0, 0) 100%);
      aspect-ratio: 1 / 1;
      position: absolute;
      border-radius: 50%;
      z-index: -1;
      top: 30%;
      left: 50%;
      opacity: 0.15;
      transform: translateX(-50%); }
  .dz-bnr-inr.style-2 .form-wrapper {
    min-width: 530px;
    width: 530px;
    z-index: 3;
    box-shadow: 0 0 50px rgba(var(--bs-secondary-rgb), 0.1);
    border-radius: var(--radius-xl);
    margin-top: 200px; }
    @media only screen and (max-width: 1380px) {
      .dz-bnr-inr.style-2 .form-wrapper {
        min-width: 480px;
        width: 480px;
        margin-top: 150px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2 .form-wrapper {
        min-width: 100%;
        width: 100%;
        margin-top: 0; } }
  .dz-bnr-inr.style-2.dz-bnr-content .info-widget {
    margin-top: 40px;
    margin-bottom: 40px; }
  .dz-bnr-inr.style-2.dz-bnr-content .bnr-info {
    margin-bottom: 30px; }
  @media only screen and (max-width: 1199px) {
    .dz-bnr-inr.style-2.dz-bnr-content .info-widget {
      margin-top: 25px;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-2.dz-bnr-content .dz-bnr-inr-flex {
      flex-direction: column; }
    .dz-bnr-inr.style-2.dz-bnr-content .dz-bnr-inr-entry {
      padding-top: 150px !important; } }
  @media only screen and (max-width: 767px) {
    .dz-bnr-inr.style-2.dz-bnr-content .bnr-info {
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .dz-bnr-inr.style-2.dz-bnr-content .dz-bnr-inr-entry {
      padding-top: 120px !important; } }
  .dz-bnr-inr.style-2.dz-bnr-detail {
    margin-bottom: 0px; }
    .dz-bnr-inr.style-2.dz-bnr-detail h1, .dz-bnr-inr.style-2.dz-bnr-detail .h1 {
      font-size: 65px;
      font-weight: 600;
      margin-bottom: 15px; }
    .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info {
      width: 50%;
      padding-right: 60px; }
      .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info .dz-media {
        height: 300px; }
        .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info .dz-media img {
          height: 100%;
          object-fit: cover; }
      .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info .media-wrapper {
        margin-top: 80px; }
    .dz-bnr-inr.style-2.dz-bnr-detail .detail-media {
      width: 50%;
      z-index: 4;
      position: relative;
      border-radius: var(--radius-xl);
      overflow: hidden; }
    .dz-bnr-inr.style-2.dz-bnr-detail .dz-bnr-inr-entry {
      padding-top: 200px !important; }
      .dz-bnr-inr.style-2.dz-bnr-detail .dz-bnr-inr-entry .dz-bnr-inr-flex {
        align-items: end; }
    .dz-bnr-inr.style-2.dz-bnr-detail .media-info {
      position: absolute;
      bottom: 20px;
      right: 28px;
      left: 28px;
      background-color: #fff;
      border-radius: 20px;
      padding: 15px 20px 15px 25px;
      display: flex;
      justify-content: space-between;
      gap: 15px; }
      @media only screen and (max-width: 767px) {
        .dz-bnr-inr.style-2.dz-bnr-detail .media-info {
          flex-direction: column;
          padding: 15px; } }
      @media only screen and (max-width: 575px) {
        .dz-bnr-inr.style-2.dz-bnr-detail .media-info {
          bottom: 15px;
          right: 15px;
          left: 15px; } }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info {
        padding-right: 30px; }
      .dz-bnr-inr.style-2.dz-bnr-detail h1, .dz-bnr-inr.style-2.dz-bnr-detail .h1 {
        font-size: 55px; } }
    @media only screen and (max-width: 1199px) {
      .dz-bnr-inr.style-2.dz-bnr-detail h1, .dz-bnr-inr.style-2.dz-bnr-detail .h1 {
        font-size: 48px; }
      .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info {
        padding-right: 0;
        width: 100%; }
        .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info .media-wrapper {
          margin-top: 30px; }
      .dz-bnr-inr.style-2.dz-bnr-detail .dz-bnr-inr-entry {
        padding-top: 120px !important; }
      .dz-bnr-inr.style-2.dz-bnr-detail .detail-media {
        display: none; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-2.dz-bnr-detail h1, .dz-bnr-inr.style-2.dz-bnr-detail .h1 {
        font-size: 36px; }
      .dz-bnr-inr.style-2.dz-bnr-detail p {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info .dz-media {
        height: 250px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-2.dz-bnr-detail h1, .dz-bnr-inr.style-2.dz-bnr-detail .h1 {
        font-size: 32px; }
      .dz-bnr-inr.style-2.dz-bnr-detail .bnr-info .dz-media {
        height: 180px; } }

@media only screen and (max-width: 575px) {
  .header-transparent ~ .page-content .dz-bnr-inr.style-1 .dz-bnr-inr-entry {
    padding: 70px 0 20px 0; } }

.header-transparent ~ .page-content .dz-bnr-inr.style-2 .dz-bnr-inr-entry {
  padding: 50px 0 30px 0; }
  @media only screen and (max-width: 575px) {
    .header-transparent ~ .page-content .dz-bnr-inr.style-2 .dz-bnr-inr-entry {
      padding: 50px 0 10px 0; } }

@keyframes animationSignal1 {
  0% {
    opacity: .8;
    transform: scale(0.9); }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

@keyframes animationSignal2 {
  0% {
    opacity: .8;
    transform: scale(0.9); }
  100% {
    transform: scale(1.9);
    opacity: 0; } }

.page-title {
  padding: 30px 0; }
  .page-title.dashboard {
    background: transparent;
    margin-left: 75px;
    padding: 20px 0 0px; }
  .page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px; }
    .page-title .page-title-content p span {
      font-weight: 500;
      color: var(--bs-primary); }

.breadcrumbs {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 575px) {
    .breadcrumbs {
      justify-content: flex-start; } }
  .breadcrumbs li a {
    color: rgba(151, 151, 159, 0.39);
    display: inline-block;
    margin-left: 15px;
    font-size: 14px; }
  .breadcrumbs li:first-child a {
    margin-left: 0px; }
  .breadcrumbs li.active a {
    color: var(--bs-primary); }

footer {
  background-image: url(); }
  @media only screen and (max-width: 767px) {
    footer .row {
      --bs-gutter-x: 10px; } }
  footer .widget_about p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 15px; }
  footer .footer-logo {
    margin-bottom: 24px; }
    footer .footer-logo img {
      max-width: 180px; }
  footer .footer-title {
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    font-size: 20px; }
  footer .footer-top {
    padding: 70px 0px 30px; }
    footer .footer-top .widget {
      margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      footer .footer-top {
        padding: 50px 0 0; } }
  footer .footer-bottom span,
  footer .footer-bottom p {
    margin-bottom: 0; }
  footer .footer-bottom .heart {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../images/like.png);
    cursor: pointer;
    margin: -25px -15px; }
    footer .footer-bottom .heart.heart-blast {
      background-position: -1680px 0 !important;
      transition: background 1s steps(28); }
  footer .fb-inner {
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px; }
    footer .fb-inner .copyright-text a {
      color: inherit;
      color: #04525D; }
    @media only screen and (max-width: 575px) {
      footer .fb-inner {
        padding: 20px 0;
        font-size: 14px; } }
  @media only screen and (max-width: 1024px) {
    footer .footer-bottom p {
      font-size: 13px; } }
  @media only screen and (max-width: 991px) {
    footer .footer-top {
      padding: 50px 0px 20px; }
    footer .footer-bottom .text-start,
    footer .footer-bottom .text-end {
      text-align: center !important; }
    footer .footer-bottom .text-end {
      margin-top: 15px; }
    footer .footer-bottom p {
      font-size: 15px; } }
  @media only screen and (max-width: 575px) {
    footer .footer-top {
      padding: 45px 0px 0px; } }
  footer .widget_services ul li a {
    display: block;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  footer .widget-address {
    margin-bottom: 24px; }
    footer .widget-address li {
      padding: 4px 0;
      font-size: 15px;
      font-weight: 500;
      color: var(--bs-heading-color); }
      footer .widget-address li p {
        margin-bottom: 0;
        font-weight: 500; }
      footer .widget-address li span {
        color: var(--bs-heading-color);
        font-weight: 500; }
  footer.site-footer.footer-dark {
    --bs-heading-color: #fff;
    --bs-body-color: #8999CB;
    background-color: var(--bs-secondary);
    color: var(--bs-body-color); }
    footer.site-footer.footer-dark .nav-inline a {
      color: var(--bs-body-color); }
    footer.site-footer.footer-dark .footer-middle .fm-inner,
    footer.site-footer.footer-dark .fb-inner {
      border-top-color: rgba(255, 255, 255, 0.1); }

.widget_getintuch ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  min-height: 35px;
  display: flex;
  align-items: center; }
  .widget_getintuch ul li:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .widget_getintuch ul li {
      margin-bottom: 20px;
      padding-left: 50px; } }
  @media only screen and (max-width: 575px) {
    .widget_getintuch ul li {
      padding-left: 40px; } }
  .widget_getintuch ul li h5, .widget_getintuch ul li .h5 {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1199px) {
      .widget_getintuch ul li h5, .widget_getintuch ul li .h5 {
        font-size: 18px;
        line-height: 1.2; } }
  .widget_getintuch ul li i {
    position: absolute;
    font-size: 28px;
    line-height: 1;
    left: 0;
    color: var(--bs-primary); }
    @media only screen and (max-width: 1199px) {
      .widget_getintuch ul li i {
        font-size: 35px;
        top: 6px; } }
    @media only screen and (max-width: 575px) {
      .widget_getintuch ul li i {
        font-size: 24px; } }

.contact-ft-1 {
  text-align: center;
  margin-bottom: 40px; }
  .contact-ft-1 i {
    color: var(--bs-primary);
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block; }
  .contact-ft-1 h4, .contact-ft-1 .h4 {
    color: #ffffff;
    text-decoration: underline; }
  .contact-ft-1 h5, .contact-ft-1 .h5 {
    color: #ffffff;
    font-weight: 400; }

.list-column ul {
  display: flex;
  flex-wrap: wrap; }
  .list-column ul li {
    flex: 0 0 50%;
    max-width: 50%; }

.fb-link {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fb-link li {
    display: inline-block; }
    .fb-link li a {
      color: #fff;
      position: relative; }
      .fb-link li a:after {
        content: "";
        background: var(--bs-primary);
        width: 5px;
        height: 5px; }

.footer-link li {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 0 25px 0 20px; }
  .footer-link li a {
    color: inherit; }
  .footer-link li:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--bs-primary);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 8px;
    transform: translateY(-50%); }

.widget_time ul li {
  display: block;
  margin-bottom: 5px; }
  .widget_time ul li label {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    margin-right: 3px; }

.footer-category {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f9f9f9; }
  @media only screen and (max-width: 991px) {
    .footer-category {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .footer-category .toggle-btn {
    position: relative;
    font-family: var(--font-family-title);
    color: var(--bs-heading-color);
    font-size: 18px;
    font-weight: 500; }
    .footer-category .toggle-btn:before {
      content: "\2b";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      margin-right: 10px; }
    .footer-category .toggle-btn.active:before {
      content: "\f068"; }
  .footer-category .toggle-items {
    margin-top: 22px;
    display: none; }
    .footer-category .toggle-items:after {
      display: block;
      clear: both;
      content: ""; }
    .footer-category .toggle-items ul li {
      width: 25%;
      float: left;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .footer-category .toggle-items ul li {
          padding: 5px 0; } }
      .footer-category .toggle-items ul li a {
        color: #363848;
        display: block; }
        .footer-category .toggle-items ul li a:hover {
          color: var(--bs-primary); }
      @media only screen and (max-width: 1199px) {
        .footer-category .toggle-items ul li {
          width: 33%; } }
      @media only screen and (max-width: 575px) {
        .footer-category .toggle-items ul li {
          width: 50%; } }
    @media only screen and (max-width: 767px) {
      .footer-category .toggle-items {
        margin-top: 10px; } }

.footer-map .map-iframe {
  width: 50vw;
  float: right;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .footer-map .map-iframe {
      width: 100%;
      margin-top: 50px; } }
  @media only screen and (max-width: 575px) {
    .footer-map .map-iframe {
      width: 100%;
      height: 100%; } }

.footer-map .footer-top,
.footer-map .footer-bottom {
  padding-left: 40px;
  padding-right: 40px; }
  @media only screen and (max-width: 767px) {
    .footer-map .footer-top,
    .footer-map .footer-bottom {
      padding-left: 0;
      padding-right: 0; } }

.site-footer.style-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--bs-light); }
  .site-footer.style-1 .footer-title {
    font-weight: 500; }
  .site-footer.style-1 .footer-top {
    padding: 80px 0px 45px; }
    @media only screen and (max-width: 991px) {
      .site-footer.style-1 .footer-top {
        padding: 50px 0px 20px; } }
    @media only screen and (max-width: 767px) {
      .site-footer.style-1 .footer-top {
        padding: 50px 0 0; } }
  .site-footer.style-1 .footer-middle .fm-inner {
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .site-footer.style-1 .footer-middle .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 500; }
  .site-footer.style-1 .footer-middle p {
    font-size: 15px;
    margin-bottom: 0; }
  .site-footer.style-1 .item1 {
    z-index: 99;
    position: absolute;
    right: 50px;
    bottom: 200px; }
    @media only screen and (max-width: 1680px) {
      .site-footer.style-1 .item1 {
        right: 20px;
        bottom: 250px; } }
    @media only screen and (max-width: 1480px) {
      .site-footer.style-1 .item1 {
        display: none; } }
  .site-footer.style-1 .fh-inner {
    padding: 80px 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 991px) {
      .site-footer.style-1 .fh-inner {
        padding: 50px 0 25px; } }
  @media only screen and (max-width: 575px) {
    .site-footer.style-1 .footer-middle .fm-inner {
      padding: 30px 0; }
    .site-footer.style-1 .footer-middle .title {
      font-size: 20px; }
    .site-footer.style-1 .footer-middle p {
      font-size: 14px; } }

.site-footer.style-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .site-footer.style-2 .footer-title {
    font-weight: 500; }
  .site-footer.style-2 .widget_services {
    padding-left: 30px; }
    @media only screen and (max-width: 1380px) {
      .site-footer.style-2 .widget_services {
        padding-left: 0; } }
  .site-footer.style-2 .footer-middle .fm-inner {
    border-radius: 30px;
    padding: 25px 40px;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .site-footer.style-2 .footer-middle .fm-inner {
        padding: 25px 25px; } }
  .site-footer.style-2 .footer-middle .title {
    margin-bottom: 3px; }
  .site-footer.style-2 .footer-middle .text {
    font-size: 15px;
    margin-bottom: 0; }
  .site-footer.style-2.overlay-secondary-dark::before {
    background-color: #07121E; }
  .site-footer.style-2 .fb-inner {
    border: 0;
    padding: 20px 0; }
  .site-footer.style-2 .footer-head .fh-inner {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .site-footer.style-2.footer-dark {
    --bs-body-color: #BED2E7;
    background-color: #07121E; }
    .site-footer.style-2.footer-dark .text-body {
      color: var(--bs-body-color) !important; }
    .site-footer.style-2.footer-dark .footer-middle .fm-inner {
      background-color: #07121E; }
    .site-footer.style-2.footer-dark .dzSubscribe.style-1 .input-group .form-control {
      background: #07121E;
      border: 1px solid #07121E;
      color: #fff; }
      .site-footer.style-2.footer-dark .dzSubscribe.style-1 .input-group .form-control:-webkit-autofill, .site-footer.style-2.footer-dark .dzSubscribe.style-1 .input-group .form-control:-webkit-autofill:hover, .site-footer.style-2.footer-dark .dzSubscribe.style-1 .input-group .form-control:-webkit-autofill:focus, .site-footer.style-2.footer-dark .dzSubscribe.style-1 .input-group .form-control:-webkit-autofill:active {
        -webkit-text-fill-color: #fff; }
    .site-footer.style-2.footer-dark .footer-head .fh-inner {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

#bg {
  background-attachment: fixed;
  background-size: cover; }

.main-bar-wraper.sticky-no .main-bar {
  position: unset; }

.boxed .page-wraper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.boxed .footer-fixed .site-footer {
  left: 50%;
  width: 1200px;
  margin: 0 -600px; }

.boxed .is-fixed .main-bar {
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  position: unset; }

@media only screen and (min-width: 1680px) {
  .boxed .container-fluid, .boxed .container-sm, .boxed .container-md, .boxed .container-lg, .boxed .container-xl, .boxed .container-xxl {
    padding-left: 15px;
    padding-right: 15px; } }

.boxed .swiper-btn-center-lr {
  position: relative; }
  .boxed .swiper-btn-center-lr .btn-next,
  .boxed .swiper-btn-center-lr .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .boxed .swiper-btn-center-lr .btn-prev {
    left: 0px; }
  .boxed .swiper-btn-center-lr .btn-next {
    right: 0px; }
  .boxed .swiper-btn-center-lr:hover .btn-prev {
    left: 0px; }
  .boxed .swiper-btn-center-lr:hover .btn-next {
    right: 0px; }

/* Frame */
.frame {
  padding: 30px; }
  .frame .page-wraper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    height: auto !important; }
  .frame .is-fixed .main-bar {
    left: 0;
    width: 100%;
    margin: 0;
    position: unset; }
  .frame button.scroltop {
    right: 50px;
    bottom: 50px; }

@media only screen and (max-width: 1024px) {
  .frame {
    padding: 0; }
  .frame button.scroltop {
    right: 15px;
    bottom: 15px; } }

.theme-sharped {
  --border-radius-base: 0;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none; }

.theme-rounded {
  --border-radius-base: 6px;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none; }

  @media only screen and (max-width: 708px) and (min-width: 665px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        max-height: 156px;
    }
}

@media only screen and (max-width: 664px) and (min-width: 638px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        max-height: 134px;
    }
}

@media only screen and (max-width: 637px) and (min-width: 581px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        max-height: 126px;
    }
}

@media only screen and (max-width: 580px) and (min-width: 527px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        max-height: 115px;
    }
}

@media only screen and (max-width: 526px) and (min-width: 501px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        max-height: 106px;
    }
}

@media only screen and (max-width: 500px) and (min-width: 421px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        max-height: 91px;
    }
}

@media only screen and (max-width: 420px) and (min-width: 391px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        max-height: 85px;
    }
}

@media only screen and (max-width: 391px) and (min-width: 355px) {
  .dz-bnr-inr.dz-bnr-inr-md {
      /* --dz-banner-height: auto; */
      max-height: 75px;
  }
}

@media only screen and (max-width: 355px) {
  .dz-bnr-inr.dz-bnr-inr-md {
      /* --dz-banner-height: auto; */
      max-height: 105px;
  }
}

/* @media only screen and (max-width: 390px) {
.dz-bnr-inr.dz-banner-dark.overlay-secondary-middle.dz-bnr-inr-md.responsive-banner {
    height: 82px !important;
}
}
@media only screen and (max-width: 321px) {
    .dz-bnr-inr.dz-banner-dark.overlay-secondary-middle.dz-bnr-inr-md.responsive-banner {
        height: 71px !important;
    }
} */

@media only screen and (max-width: 767px) {
.swiper-wrapper {
  margin-bottom: 60px !important;
}
}

/*# sourceMappingURL=style.css.map */