@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap');

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}


@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2 {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #272727;
  text-align: left;
  background-color: #000;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h2,
h4,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

h2,
h4,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h2 {
  font-size: 60px;
}

h4 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-12,
.col-lg-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #272D39;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #272D39;
  background-color: transparent;
  border-color: #d9d9d9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-group {
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #42b574;
  border-color: #42b574;
}

.btn-primary:hover {
  color: #fff;
  background-color: #389962;
  border-color: #34905c;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 181, 116, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #42b574;
  border-color: #42b574;
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #34905c;
  border-color: #318656;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 181, 116, 0.5);
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

@media (min-width: 480px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 480px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.py-4 {
  padding-top: 1.5rem !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

html *:first-child {
  margin-top: 0;
}

html *:last-child {
  margin-bottom: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

button:hover {
  cursor: pointer;
}

*+[class*='col-'] {
  margin-top: 30px;
}

@media (min-width: 768px) {
  *+[class*='col-md-'] {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  *+[class*='col-lg-'] {
    margin-top: 0;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: .02em;
}

@media (min-width: 768px) {
  h2 {
    line-height: 1.3;
    font-size: 43.2px;
  }
}

@media (min-width: 1200px) {
  h2 {
    line-height: 1.23333;
    font-size: 46px;
  }
}

@media (min-width: 1600px) {
  h2 {
    line-height: 1.16667;
    font-size: 60px;
  }
}

h4 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h4 {
    line-height: 1.5;
    font-size: 22.6px;
  }
}

@media (min-width: 1200px) {
  h4 {
    line-height: 1.25;
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  h4 {
    line-height: 1.25;
    font-size: 24px;
  }
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h6 {
    line-height: 1.5;
    font-size: 17.3px;
  }
}

@media (min-width: 1200px) {
  h6 {
    line-height: 1.44444;
    font-size: 17.5px;
  }
}

@media (min-width: 1600px) {
  h6 {
    line-height: 1.38889;
    font-size: 18px;
  }
}

p {
  margin-top: 18px;
  margin-bottom: 18px;
}

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

.list-inline>li {
  padding-left: 7px;
  padding-right: 7px;
}

.list-inline .list-inline-item {
  margin: 0;
}

.bg-lightest {
  background: #f9f9f9;
  fill: #f9f9f9;
}

.bg-default {
  background: #ffffff;
  fill: #ffffff;
}

.block-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  display: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  .desktop .block-animation {
    display: block;
  }
}

.block-animation [class^='layer-'] {
  position: absolute;
  pointer-events: none;
  top: 16%;
  will-change: transform;
}

.block-animation .layer-1 {
  left: 5%;
  animation: star1 ease-in-out 2.4s infinite alternate-reverse;
  -webkit-animation: star1 ease-in-out 2.4s infinite alternate-reverse;
}

.block-animation .layer-2 {
  left: 84%;
  animation: star2 ease-in-out 2.4s infinite alternate-reverse;
  -webkit-animation: star2 ease-in-out 2.4s infinite alternate-reverse;
}

.block-animation .layer-5 {
  top: 39%;
  left: 7%;
  animation: star2 ease-in-out 1.5s infinite alternate-reverse;
  -webkit-animation: star2 ease-in-out 1.5s infinite alternate-reverse;
}

.block-animation .layer-4 {
  top: 28%;
  left: 13%;
  animation: star3 ease-in-out 2s infinite alternate-reverse;
  -webkit-animation: star3 ease-in-out 2s infinite alternate-reverse;
}

.block-animation .layer-6 {
  top: 27%;
  left: 79%;
  animation: star4 ease-in-out 1.3s infinite alternate-reverse;
  -webkit-animation: star4 ease-in-out 1.3s infinite alternate-reverse;
}

.block-animation .layer-7 {
  top: 40%;
  left: 89%;
  animation: star1 ease-in-out 1.5s infinite alternate-reverse;
  -webkit-animation: star1 ease-in-out 1.5s infinite alternate-reverse;
}

.parallax-scene {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  display: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  .desktop .parallax-scene {
    display: block;
  }
}

.parallax-scene [class^='layer-'] {
  position: absolute;
  pointer-events: none;
  top: 16%;
}

.parallax-scene [class^='layer-'] img {
  max-width: none;
}

.parallax-scene .layer-1 {
  left: 5%;
}

.parallax-scene .layer-2 {
  left: 84%;
}

.parallax-scene .layer-3 {
  top: 43%;
  left: 8%;
}

.parallax-scene .layer-5 {
  top: 39%;
  left: 5%;
}

.parallax-scene .layer-4 {
  top: 28%;
  left: 13%;
}

.parallax-scene .layer-6 {
  top: 27%;
  left: 79%;
}

.parallax-scene .layer-7 {
  top: 40%;
  left: 89%;
}

.box-image-parallax {
  position: relative;
}

@media (min-width: 992px) {
  .box-image-parallax {
    min-height: 490px;
  }
}

.box-image-parallax .image-parallax {
  box-shadow: 20px 25px 16px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}

.box-image-parallax .image-parallax img {
  border-radius: 6px;
}

.box-image-parallax .parallax-scene {
  position: relative;
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .box-image-parallax .parallax-scene {
    position: absolute;
  }
}

.box-image-parallax .parallax-scene [class^='layer-'] {
  position: static;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .box-image-parallax .parallax-scene [class^='layer-'] {
    position: absolute;
  }
}

.box-image-parallax .parallax-scene .layer-1 {
  top: 0;
  left: 35%;
}

.box-image-parallax .parallax-scene .layer-2 {
  top: 20%;
  left: 0;
}

.box-image-parallax .parallax-scene .layer-3 {
  top: 17%;
  left: 78%;
}

.box-image-parallax .parallax-scene .layer-4 {
  top: 39%;
  left: 40%;
}

.box-image-parallax .parallax-scene .layer-5 {
  top: 48%;
  left: 25%;
}

.box-image-parallax .parallax-scene .layer-6 {
  top: 61%;
  left: 79%;
}

.box-image-parallax .parallax-scene .layer-7 {
  top: 7%;
  left: 58%;
}

.box-image-parallax .parallax-scene .layer-8 {
  top: 3%;
  left: 12%;
}

@media (min-width: 992px) {
  .section-card-4 .box-image-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: inherit;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-1 {
    top: 14%;
    left: 8%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-2 {
    top: 26%;
    left: 0;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-3 {
    top: 42%;
    left: 9%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-4 {
    top: 57%;
    left: 1%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-5 {
    top: 15%;
    left: 79%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-6 {
    top: 32%;
    left: 85%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-7 {
    top: 47%;
    left: 78%;
  }

  .section-card-4 .box-image-parallax .parallax-scene .layer-8 {
    top: 60%;
    left: 88%;
  }
}

.modal-dialog-centered .close {
  outline: none;
}

.btn {
  position: relative;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-width: 2px;
  transition: .3s;
  backface-visibility: hidden;
}

.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #42b574;
  border-color: #42b574;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  color: #ffffff;
  background-color: #55bbeb;
  border-color: #55bbeb;
}

.btn-primary:active {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:active:hover,
.btn-primary:active:focus {
  color: #ffffff;
  background-color: #55bbeb;
  border-color: #55bbeb;
}

.btn-ellipse.btn {
  border-radius: 22px;
}

.bg-audio {
  position: relative;
  z-index: 10000;
}

.bg-audio audio {
  display: none;
}

.audio-button {
  display: none;
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.audio-button:focus {
  outline: none;
}

@media (min-width: 992px) {
  .audio-button {
    display: block;
  }
}

.audio-button .icon {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 40px;
  color: #42b574;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.audio-button .icon-off {
  opacity: 0;
}

.audio-button.button-mute .icon-on {
  opacity: 0;
}

.audio-button.button-mute .icon-off {
  opacity: 1;
}

.audio-popup {
  position: fixed;
  bottom: 40px;
  left: 65px;
  display: flex;
  height: 50px;
  max-width: 0px;
  padding: 10px 0;
  border-radius: 0 25px 25px 0;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  transition: .5s ease-in-out;
  background: #ffffff;
  color: #42b574;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.audio-popup.active {
  max-width: 500px;
  padding: 10px 20px 10px 40px;
}

.slider-menu-position {
  position: relative;
}

.slider-menu-position .rd-navbar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-cover {
  position: relative;
  min-height: 100vh;
}

.section-card-4 {
  background: url("../img/card-4-bg.jpg") center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (min-width: 992px) {
  .section-card-4:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/card-4-bg.jpg") center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.section-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.mdi {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.mdi-chevron-up:before {
  content: "\f239";
}

.mdi-facebook:before {
  content: "\f301";
}

.mdi-instagram:before {
  content: "\f3f1";
}

.mdi-youtube-play:before {
  content: "\f6b0";
}

.page {
  overflow: hidden;
  background-color: #ffffff;
}

.page .text-left {
  text-align: left;
}

.page .text-center {
  text-align: center;
}

.text-accent {
  font-family: "Arslan";
}

.text-accent-classic {
  font-family: "Arslan";
}

.icon {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 54px;
  line-height: 56px;
  font-style: normal;
}

.icon:before {
  display: inline-block;
  position: relative;
}

a.icon {
  transition: all .3s;
}

.icon-circle {
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  border: 2px solid;
}

.icon-circle {
  border-radius: 50%;
}

.icon-xxs {
  font-size: 24px;
  line-height: 24px;
}

.icon-xxs.icon-circle {
  width: 36px;
  height: 36px;
  line-height: 35px;
  font-size: 18px;
  background: #ffffff;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
  border: none;
  color: rgba(0, 0, 0, 0.4);
}

.icon-xs {
  font-size: 32px;
  line-height: 32px;
}

.icon-xs.icon-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 21px;
}

.icon-insta:hover {
  color: #ffffff;
  background: #517fa4;
}

.icon-youtube:hover {
  color: #ffffff;
  background: #bb0000;
}

.icon-facebook:hover {
  color: #ffffff;
  background: #3b5998;
}

.icon-darker-filled {
  color: #ffffff;
  border: none;
}

.icon-darker-filled {
  background: #272727;
}

.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #272D39;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 370px;
    padding: 14px 17px;
  }
}

.quote-decorate-classic {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.quote-decorate-classic>*+* {
  margin-top: 20px;
}

.quote-decorate-classic.quote-decorate-simple .quote-decorate-header {
  padding-top: 0;
  background: transparent;
}

.quote-decorate-classic.quote-decorate-simple .quote-decorate-header h2 {
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.45);
}

.quote-decorate-header {
  padding-top: 80px;
  background: url("https://livedemo00.template-help.com/wt_prod-20695/images/quote-header-bg.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (min-width: 1200px) {
  .quote-decorate-header {
    padding-top: 110px;
  }
}

.quote-decorate-header>*+* {
  margin-top: 12px;
}

.quote-decorate-header h2 {
  color: #272727;
  letter-spacing: .03em;
  transform: rotate(-3.53deg);
}

@media (min-width: 1200px) {
  .quote-decorate-header h2 {
    font-size: 70px;
  }
}

.quote-decorate-header h6 {
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-weight: 700;
}

.context-dark .quote-decorate-header h6 {
  color: rgba(255, 255, 255, 0.8);
}

.quote-decorate-divider {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quote-decorate-divider .icon {
  font-size: 26px;
  line-height: 1;
  color: #272727;
}

.quote-decorate-divider:before,
.quote-decorate-divider:after {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #272727;
}

.context-dark .quote-decorate-divider .icon {
  color: #ffffff;
}

.context-dark .quote-decorate-divider:before,
.context-dark .quote-decorate-divider:after {
  background: #ffffff;
}

.quote-decorate-body {
  font-size: 17px;
}

.quote-decorate-body p {
  color: rgba(0, 0, 0, 0.7);
}

.quote-decorate-body .quote-decorate-author {
  font-weight: 500;
  font-style: italic;
  color: #000;
}

.context-dark .quote-decorate-body p {
  color: rgba(255, 255, 255, 0.7);
}

.context-dark .quote-decorate-body .quote-decorate-author {
  color: #ffffff;
}

.rd-mailform {
  position: relative;
}

label {
  margin-bottom: 10px;
  font-weight: 400;
}

.form-control {
  font-size: 15px;
}

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

textarea.form-control {
  height: 170px;
  min-height: 50px;
  max-height: 370px;
  resize: vertical;
}

.form-control {
  -webkit-appearance: none;
  height: 44px;
  border: 1px solid #c4c4c4;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
  line-height: 20px;
}

.form-control:focus {
  outline: 0;
}

.form-group {
  position: relative;
}

.form-label {
  float: inline-start;
  top: 22px;
  left: 16px;
  font-size: 15px;
  color: #FFFFFF;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  transform-origin: 0 0;
}

.form-validation {
  position: absolute;
  top: 2px;
  left: auto;
  right: 10px;
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
  transition: .3s;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999;
}

@media (min-width: 480px) {
  #form-output-global {
    left: 30px;
  }
}

html body .offset-top-20 {
  margin-top: 20px;
}

html body .offset-top-24 {
  margin-top: 24px;
}

html body .offset-top-41 {
  margin-top: 41px;
}

html body .offset-top-50 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  html body .offset-md-top-14 {
    margin-top: 14px;
  }
}

@media (min-width: 992px) {
  html body .offset-lg-top-0 {
    margin-top: 0;
  }
}

.context-dark,
.context-dark h2,
.context-dark h6 {
  color: #ffffff;
}

.page-loader-variant-1 {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  z-index: 9999999;
  background: #000;
  transition: .3s all ease;
}

.page-loader-variant-1 .spinner {
  width: 56px;
  height: 56px;
  background: url("https://livedemo00.template-help.com/wt_prod-20695/images/633328.png") no-repeat transparent -2240px 0;
  animation: 1.5s sprite-animation steps(40) infinite;
  display: inline-block;
}

.page-loader-variant-1.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.page-loader-variant-1.loaded .spinner {
  animation: none;
}

[class*=" linearicons-"] {
  font-family: 'Linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linearicons-snow2:before {
  content: "\e937";
}

.linearicons-volume-high:before {
  content: "\ebb0";
}

.linearicons-mute:before {
  content: "\ebb4";
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-default {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.rd-navbar {
  display: none;
  position: relative;
  z-index: 1999;
  text-align: left;
}

.rd-navbar ul {
  list-style-type: none;
  margin-bottom: 0;
}

.rd-navbar a {
  transition: .3s all ease;
}

.rd-navbar-fixed {
  display: block;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 16;
}

.rd-navbar-default.rd-navbar-fixed,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel {
  height: 56px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  left: 4px;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
  transform: rotate(180deg);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 8px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  backface-visibility: hidden;
  border-radius: 0;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span {
  transform: rotate(360deg);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:before,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (min-width: 480px) {
  .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    bottom: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 15;
    transform: translateX(-105%);
    padding: 56px 10px 0;
  }

  .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    position: fixed;
    top: 4px;
    left: 50%;
    width: auto;
  }
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel {
  background: #272D39;
  box-shadow: 0 1px 10px 0 rgba(39, 39, 39, 0.3);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  bottom: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 15;
  transform: translateX(-105%);
  padding: 56px 10px 0;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-scroll {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand {
  display: block;
  text-align: left;
  padding-left: 15px;
  margin-top: 30px;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #ffffff;
  background: #272D39;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav {
  padding: 0;
  margin-top: 15px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav>li:last-child {
  margin-bottom: 10px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li {
  float: none;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li+li {
  margin-top: 5px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a {
  cursor: pointer;
  display: block;
  padding: 8px 30px 8px 15px;
}

.rd-navbar-default.rd-navbar-fixed ul {
  -webkit-padding-start: 0;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li a {
  color: #ffffff;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li:hover>a,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>a {
  background: rgba(255, 255, 255, 0.2);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
  display: none;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-soc-block {
  position: fixed;
  right: 4px;
  top: 55px;
  width: 250px;
  padding: 20px;
  z-index: 17;
  overflow: hidden;
  transition: box-shadow .3s ease;
  opacity: 0;
  visibility: hidden;
  background: #272D39;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-soc-block>* {
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-soc-block:before {
  content: '';
  position: absolute;
  top: -22%;
  right: -22%;
  width: 0;
  height: 0;
  transition: all .3s ease;
  border-radius: 50%;
  z-index: -1;
}

.rd-navbar-default.rd-navbar-fixed .navbar-soc-list {
  padding-left: 15px;
}

@media (min-width: 480px) {
  .rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand {
    display: none;
  }

  .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    transform: translateX(-50%);
  }
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  right: 4px;
  background: none;
  border: none;
  outline: none;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span,
.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before,
.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span:after,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span:after {
  transition: .3s all ease;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before,
.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span:after,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before {
  content: "\f142";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle span:after,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle span:after {
  content: "\f142";
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle:focus,
.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle:active,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle:focus,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle:active {
  outline: none;
}

.rd-navbar-default.rd-navbar-dark {
  background: transparent;
}

.ui-to-top {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  z-index: 1;
  transform: translateY(100px);
}

.ui-to-top:focus {
  color: #ffffff;
}

.ui-to-top:hover {
  color: #ffffff;
  background: #42b574;
}

@media (min-width: 480px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

rd-navbar-default {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.rd-navbar-static {
  display: block;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav::after {
  display: block;
  clear: both;
  content: "";
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li {
  float: left;
  position: relative;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.06em;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  margin-top: 4px;
  transition: .3s all ease;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a:after {
  background: -moz-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: -webkit-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: -o-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: -ms-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: linear-gradient(90deg, #42b574 0%, #84c450 100%);
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a:hover:after {
  left: 0;
  width: 100%;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li+li {
  margin-left: 37px;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-nav>li a,
.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-nav>li a {
  color: #ffffff;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-mobile-brand {
  display: none;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-brand img {
  vertical-align: baseline;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle,
.rd-navbar-default.rd-navbar-static .rd-navbar-top-panel-toggle {
  display: none;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner {
  transition: .3s all ease;
  padding: 32px 55px 20px 55px;
  position: relative;
  text-align: left;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner::after {
  display: block;
  clear: both;
  content: "";
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-default.rd-navbar-static .rd-navbar-panel {
  transition: .3s all ease;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap {
  display: flex;
  align-items: center;
}

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-inner {
  padding: 24px 15px;
}

/*! CSS Used keyframes */
@keyframes star1 {
  0% {
    transform: translate3d(15px, 15px, 15px);
    -webkit-transform: translate3d(15px, 15px, 15px);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes star2 {
  0% {
    transform: translate3d(15px, -15px, -15px);
    -webkit-transform: translate3d(15px, -15px, -15px);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes star3 {
  0% {
    transform: translate3d(10px, -10px, -15px);
    -webkit-transform: translate3d(10px, -10px, -15px);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes star4 {
  0% {
    transform: translate3d(10px, 5px, 15px);
    -webkit-transform: translate3d(10px, 5px, 15px);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}


button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}


button:hover {
  cursor: pointer;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle.active span:before,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-top-panel-toggle.active span:after,
.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-top-panel-toggle.active span:after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}


.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

html *:first-child {
  margin-top: 0;
}

html *:last-child {
  margin-bottom: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

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

.list-inline>li {
  padding-left: 7px;
  padding-right: 7px;
}

.list-inline .list-inline-item {
  margin: 0;
}


.mdi-facebook:before {
  content: "\f301";
}

.mdi-instagram:before {
  content: "\f3f1";
}

.mdi-youtube-play:before {
  content: "\f6b0";
}

.icon:before {
  display: inline-block;
  position: relative;
}

a.icon {
  transition: all .3s;
}

.icon-circle {
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  border: 2px solid;
}

.icon-circle {
  border-radius: 50%;
}

.icon-xxs {
  font-size: 24px;
  line-height: 24px;
}

.icon-xxs.icon-circle {
  width: 36px;
  height: 36px;
  line-height: 35px;
  font-size: 18px;
  background: #ffffff;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
  border: none;
  color: rgba(0, 0, 0, 0.4);
}

.icon-insta:hover {
  color: #ffffff;
  background: #517fa4;
}

.icon-youtube:hover {
  color: #ffffff;
  background: #bb0000;
}

.icon-facebook:hover {
  color: #ffffff;
  background: #3b5998;
}


.rd-navbar-default.rd-navbar-fixed .rd-navbar-soc-block.active {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-soc-block.active>* {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease .2s;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-soc-block.active:before {
  height: 150%;
  width: 150%;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

}


.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}


.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.subscribe {
  padding-top: 50px;
  padding-bottom: 50px;
  backdrop-filter: brightness(0.5);
  margin-right: 30px;
  margin-left: 30px;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVGdeOYktMqlap.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVF9eOYktMqg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVep1q4ZnRSZ_QG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVerlq4ZnRSZ_QG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVepVq4ZnRSZ_QG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVepFq4ZnRSZ_QG.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVeqlq4ZnRSZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Arslan';
  font-display: block;
  src: url("../css/webfonts/arslan.ttf") format("truetype"); 
}

.copyright {
    height: 55px;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #212630;
    text-align: center;
    padding-top: 10px;
}

.meselhy {
    font-family: 'Aguafina Script', cursive;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #212630;
    text-align: center;
}

.meselhy a {
    color: #FFFFFF;
    font-size: 12px;
    font-family: sans-serif;
}