/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --primary-color: #FF5C17;
    --primary-color-rgb: 255, 92, 23;
    --primary-color-dark: #a22f00;
    --primary-color2: #6592C7;/*#38B6FF*/
    --secondary-color: #B3B3B3;

    --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-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #ec0101;
    --bs-secondary: #29eafd;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: "Open Sans", sans-serif;
    --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)); }

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth; } }

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
    line-height: 1.8;
    color: #4a4a4a;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important; }

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25; }

hr:not([size]) {
    height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2; }

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw); }
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem; } }

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw); }
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem; } }

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw); }
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem; } }

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw); }
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem; } }

h5, .h5 {
    font-size: 1.25rem; }

h6, .h6 {
    font-size: 1rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul {
    padding-left: 2rem; }

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: 700; }

blockquote {
    margin: 0 0 1rem; }

b,
strong {
    font-weight: bolder; }

small, .small {
    font-size: 0.875em; }

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline; }

sub {
    bottom: -.25em; }

sup {
    top: -.5em; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override; }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word; }
a > code {
    color: inherit; }

img,
svg {
    vertical-align: middle; }

table {
    caption-side: bottom;
    border-collapse: collapse; }

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left; }

th {
    text-align: inherit;
    text-align: -webkit-match-parent; }


td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0; }

label {
    display: inline-block; }

button {
    border-radius: 0; }

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px; }

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

button,
select {
    text-transform: none; }

[role="button"] {
    cursor: pointer; }

select {
    word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
    display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer; }

textarea {
    resize: vertical; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

iframe {
    border: 0; }

progress {
    vertical-align: baseline; }

[hidden] {
    display: none !important; }

.lead {
    font-size: 1.25rem;
    font-weight: 300; }

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
.blockquote > :last-child {
    margin-bottom: 0; }

.img-fluid {
    max-width: 100%;
    height: auto; }

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto; }

@media (min-width: 576px) {
    .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: 1140px; } }

@media (min-width: 1400px) {
    .container {
        max-width: 1320px; } }

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2); }
.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }

.g-5 {
    --bs-gutter-x: 3rem; }

.g-5 {
    --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%; } }

@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%; }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%; }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%; } }

@media (min-width: 992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%; }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%; }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%; }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%; }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%; }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%; }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%; } }

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6; }
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
    background-image: -webkit-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    background-image: -o-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px; }
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.form-control[type="file"] {
    overflow: hidden; }
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer; }
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.25); }
.form-control::-webkit-date-and-time-value {
    height: 1.5em; }
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px); }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.btn:hover {
    color: #212529; }
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.25); }
.btn:disabled, .btn.disabled {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark); }
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5); }
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark); }
.btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5); }
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color); }

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color); }
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5); }
.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
.btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5); }
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: var(--primary-color);
    background-color: transparent; }

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
    display: none; }

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative; }

.dropdown-toggle {
    white-space: nowrap; }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
.dropdown-menu[style] {
    right: auto !important; }

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropend .dropdown-toggle::after {
    vertical-align: 0; }

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }

.dropstart .dropdown-toggle::after {
    display: none; }

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropstart .dropdown-toggle::before {
    vertical-align: 0; }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color); }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
    display: block; }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
.navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
.navbar-nav .dropdown-menu {
    position: static; }

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem; } }

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem; }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
.list-group-item + .list-group-item {
    border-top-width: 0; }
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px; }

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
.toast:not(.showing):not(.show) {
    opacity: 0; }
.toast.hide {
    display: none; }

.modal-open {
    overflow: hidden; }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0; }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto; } }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0; }
.tooltip.show {
    opacity: 0.9; }
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid; }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
    display: none; }

.popover-body {
    padding: 1rem 1rem;
    color: #212529; }

.carousel {
    position: relative; }

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.carousel-indicators .active {
    opacity: 1; }

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border; }

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s; } }

.ratio {
    position: relative;
    width: 100%; }
.ratio::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: ""; }
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }

.d-inline-block {
    display: inline-block !important; }

.d-block {
    display: block !important; }

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.d-none {
    display: none !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.h-100 {
    height: 100% !important; }

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

.m-0 {
    margin: 0 !important; }

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

.mt-5 {
    margin-top: 3rem !important; }

.mb-0 {
    margin-bottom: 0 !important; }

.mb-2 {
    margin-bottom: 0.5rem !important; }

.mb-3 {
    margin-bottom: 1rem !important; }

.mb-4 {
    margin-bottom: 1.5rem !important; }

.mb-5 {
    margin-bottom: 3rem !important; }

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.pt-5 {
    padding-top: 3rem !important; }

.pe-5 {
    padding-right: 3rem !important; }

.text-center {
    text-align: center !important; }

.text-primary {
    color: var(--primary-color) !important; }

.text-danger {
    color: #dc3545 !important; }

.text-white {
    color: #fff !important; }

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }

/* rtl:begin:remove */

/* rtl:end:remove */

.rounded-circle {
    border-radius: 50% !important; }

.visible {
    visibility: visible !important; }

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important; }
    .d-lg-none {
        display: none !important; }
    .mb-lg-0 {
        margin-bottom: 0 !important; } }

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    background-color: #fef7f7; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: "Montserrat", sans-serif; }

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none; }

.btn {
    padding: 12px 30px;
    font-size: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
.btn.btn-primary {
    background-color: var(--primary-color);
    color: #fff; }
.btn.btn-primary:hover {
    background-color: var(--primary-color); }
.btn:focus, .btn:active {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.form-control {
    border: none !important;
    border: 2px solid var(--primary-color) !important;
    background-color: transparent;
    font-size: 16px;
    height: 45px;
    border-radius: .5rem; }
.form-control:active, .form-control:focus {
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none; }

textarea {
    height: auto !important;
}

.site-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-nav.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-nav.scrolled .site-navigation{
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-nav {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    transition: 0.5s;
}

.site-nav .logo {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    transition: all 0.3s ease;
}

.site-nav .logo img{
    height: 60px;
    display: block;
    transition: all 0.3s ease;
}

.site-nav.scrolled {
    background-color: #fff;
}

.site-nav.scrolled .logo {
    padding: 0;
}

.site-nav.scrolled .logo img{
    height: 50px;
}
.site-nav h1, .site-nav .h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; }
.site-nav .site-navigation .site-menu {
    margin-bottom: 0; }
.site-nav .site-navigation .site-menu > li {
    display: inline-block; }
.site-nav .site-navigation .site-menu > li > a {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.7); }
.site-nav .site-navigation .site-menu > li > a:hover, .site-nav .site-navigation .site-menu > li.active > a {
    color: #fff; }

.site-nav.scrolled .site-navigation .site-menu > li > a {
    color: var(--primary-color) !important;
    opacity: 0.8;
}
.site-nav.scrolled .site-navigation .site-menu > li > a:hover, 
.site-nav.scrolled .site-navigation .site-menu > li.active > a {
    color: var(--primary-color) !important;
    opacity: 1;
}
.site-nav .site-navigation .site-menu .has-children {
    position: relative; }
.site-nav .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
    transition: 0.3s;
}
.site-nav .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\f078";
    font-size: 14px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.site-nav .site-navigation .site-menu .has-children > a:hover:before {
    content: "\f077";
}
.site-nav .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    z-index: 999;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; }
.site-nav .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000; }
.site-nav .site-navigation .site-menu .has-children .dropdown .active a {
    color: var(--primary-color) !important; }
.site-nav .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px; }
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 20px;
    display: block; }
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    color: var(--primary-color); }
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
    color: var(--primary-color); }
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    color: var(--primary-color); }
.site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
    color: #fff;
}
.site-nav.scrolled .site-navigation .site-menu .has-children:hover > a, .site-nav.scrolled .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
    color: var(--primary-color);
}
.site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
.site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }

.site-mobile-menu-close {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 99;
    cursor: pointer;
    top: 10px;
    right: 10px;
    margin-left: auto; }
.site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease; }
.site-mobile-menu-close > span:before {
    transform: translate(-50%, -50%) rotate(45deg); }
.site-mobile-menu-close > span:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
.site-mobile-menu-close:hover > span:before,
.site-mobile-menu-close:hover > span:after {
    background: var(--primary-color-dark);
    transform: translate(-50%, -50%) rotate(45deg) scale(1.1); }
.site-mobile-menu-close:hover > span:after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.1); }

.site-mobile-menu {
    width: 85%;
    max-width: 400px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: none; }
.offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #e6e6e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: none;
    margin-top: 0;
    position: relative; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: transparent;
    position: relative;
    font-weight: bold; }
    
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:before,
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 2px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
    
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover:before,
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover:after {
    background: var(--primary-color-dark);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
}
.site-mobile-menu .site-mobile-menu-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
    
.site-mobile-menu-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-mobile-menu-body ul li {
    border-bottom: 1px solid #f0f0f0;
}

.site-mobile-menu-body ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.site-mobile-menu-body ul li a:hover {
    color: var(--primary-color);
    padding-left: 30px;
    background: #f8f9fa;
}

.site-mobile-menu-body ul li.has-children > ul {
    display: none;
    padding-left: 20px;
}

.site-mobile-menu-body ul li.has-children.active > ul {
    display: block;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
.site-mobile-menu .site-nav-wrap a {
    padding: 5px 20px;
    display: block;
    position: relative;
    color: #000; }
.site-mobile-menu .site-nav-wrap a:hover {
    color: var(--primary-color); }
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
    color: var(--primary-color); }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
    font-size: 1.5rem; }
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 14px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 14px;
    padding-left: 60px; }

/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 2001; }
.burger.light:before, .burger.light span, .burger.light:after {
    background: var(--primary-color); }

.burger:before, .burger span, .burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    opacity: 1; }

.burger:before, .burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: ""; }

.burger:before {
    top: 4px; }

.burger span {
    top: 15px; }

.burger:after {
    top: 26px; }

/* Hover */
.burger:hover:before {
    top: 7px; }

.burger:hover:after {
    top: 23px; }

/* Click */
.burger.active span {
    opacity: 0; }

.burger.active:before, .burger.active:after {
    top: 40%; }

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/ }

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/ }

.burger:focus {
    outline: none; }

.colored-line > div {
    width: 20%;
    height: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }

.colored-line .line-1 {
    background-color: #007f74; }

.colored-line .line-2 {
    background-color: #fe5802; }

.colored-line .line-3 {
    background-color: #025e69; }

.colored-line .line-4 {
    background-color: #464f9e; }

.colored-line .line-5 {
    background-color: var(--primary-color); }

.hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
.hero, .hero > .container > .row {
    height: 100vh;
    min-height: 700px; }
.hero > .container {
    position: relative;
    z-index: 2; }
.hero.overlay {
    position: relative; }
.hero.overlay:before {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4); }
.hero .btn {
    padding: 15px 30px;
    border-radius: 0; }
.hero .btn:hover, .hero .btn:focus, .hero .btn:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.hero .heading {
    font-size: 50px;
    font-weight: 700; }
.hero .btn-play-button {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%; }
.hero .btn-play-button span {
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    color: #fff; }
.hero .caption {
    font-size: 18px;
    color: #fff; }

.section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.section .heading-wrap {
    margin-bottom: 120px; }
.section .heading {
    font-size: 30px;
    font-weight: 700; }
.section .line {
    height: 2px;
    width: 50px;
    background-color: var(--primary-color); 
}


@media (max-width: 768px) {
    .section{
        padding: 3rem .8rem;
    }
}


/* Section-quote */
.section-quote button {
    border: 2px solid var(--primary-color);
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0px 10px;
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.section-quote button:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.1);
}
/* Section-quote End*/

    
/* CSS Pillars */
.card {
    width: 100%;
    height: 250px;
    perspective: 1000px;
    border: none;
    background: transparent;
}

.card-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    color: #fff;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 1rem;
    overflow: hidden;
    padding: 1rem 2rem;
}

.card-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-front i {
    color: #fff;
    font-size: 2rem;
}

.card-front h3 {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
}

.card-back {
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    background: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.5rem 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 92, 23, 0.1);
}

.contact-btn i {
    font-size: 1.5rem;
    width: 40px;
    text-align: center;
}

.contact-btn:hover{
    transform: translateY(-5px);
    background: var(--primary-color);
    color: white;
    box-shadow: 0 8px 25px rgba(255, 92, 23, 0.3);
    border-color: var(--primary-color);
}

.contact-btn:hover i {
    color: white;
}

.contact-btn p {
    margin: 0;
    padding: 0;
    flex: 1;
}

.photo-about{    
    height: 70vh;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    object-position: center center;
    margin: 1rem 0;
}

.contact-page .social {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.contact-page .social li {
    list-style: none;
    margin: 0;
    display: inline-block;
}

.contact-page .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 92, 23, 0.2);
    position: relative;
}

.contact-page .social li a:before {
    display: none;
}

.contact-page .social li a > span {
    position: static;
    transform: none;
}

.contact-page .social li a:hover {
    transform: translateY(-5px) scale(1.1);
    background: var(--primary-color-dark);
    color: white;
    box-shadow: 0 8px 25px rgba(255, 92, 23, 0.4);
}

.button-orange{
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.button-orange:hover{
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.05)
}

button {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

button:hover {
    background-color: transparent;
    transform: scale(1.1);
}

.section-pillars{
    display: flex;
    justify-content: start;
    gap: 2rem;
}

.pillars-info{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start
}

.pillars-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.pillars-box a{
    display: none
}

@media (max-width: 768px) {
    .section-pillars{
        display: flex;
        justify-content: start;
        gap: 2rem;
    }
    
    .pillars-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .pillars-info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
    }

    .pillars-info a{
        display: inline-block !important;
        margin-top: 2rem;
    }
}
/* CSS Pillars End*/


/* Program Section */
.section-program img {
    min-width: 100%;
    min-height: 350px;
    object-fit: cover;
    margin-bottom: 1rem;
    border-radius: 1rem;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.section-program img:hover {
    transform: scale(1.1);
}
/* Program Section End*/

/* Section Schedule */
.youtube-video{
    width: 100%;
    height: 100%
}

.section-schedule {
    background-color: var(--primary-color);
}

.section-schedule button,
.section-schedule .btn-schedule {
    border: none;
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0px 10px;
    color: var(--primary-color);
    background-color: #fff;
    border-radius: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.section-schedule button:hover,
.section-schedule .btn-schedule:hover {
    transform: scale(1.1);
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .section-schedule button,
    .section-schedule .btn-schedule {
        margin-bottom: 1rem;
        width: 100%;
    }   
}
/* Section Schedule End*/

.sec-1.bg-circle {
    position: relative; }
.sec-1.bg-circle:before {
    left: -200px;
    top: 200px;
    position: absolute;
    z-index: -1;
    content: "";
    background-image: url("../images/circle.png");
    width: 654px;
    height: 389px; }

.sec-1 .img-wrap {
    position: absolute;
    right: -20px;
    max-width: 700px; }
@media (max-width: 991.98px) {
    .sec-1 .img-wrap {
        position: relative;
        right: auto !important; } }
.sec-1 .img-wrap img {
    max-width: 100%;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px; }

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
.custom-list li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary-color);
    left: 0;
    top: 7px; }

.teacher {
    padding: 40px 40px 80px 40px;
    border-radius: 70px;
    border-bottom-right-radius: 200px; }
.teacher.bg-color-1 {
    background-color: #F8EFD4; }
.teacher.bg-color-2 {
    background-color: #e6e7f6; }
.teacher.bg-color-3 {
    background-color: #ddf8f6; }
.teacher.bg-color-4 {
    background-color: #f9e4e4; }
.teacher img {
    margin-bottom: 30px;
    width: 100px;
    border-radius: 50%;
    margin-top: -100px;
    position: relative;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); }
.teacher h3, .teacher .h3 {
    font-size: 16px;
    margin-bottom: 0; }
.teacher .position {
    opacity: .5; }

.feature [class^="flaticon-"] {
    font-size: 70px;
    line-height: 0; }

.feature .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px; }

.feature .text h3, .feature .text .h3 {
    font-size: 16px; }

.testimonial-slider-wrap {
    position: relative; }
.testimonial-slider-wrap .tns-inner {
    padding-top: 100px; }
.testimonial-slider-wrap .item blockquote p {
    font-size: 20px;
    font-family: 'Georgia', serif;
    font-style: italic; }
.testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%; }
.testimonial-slider-wrap #testimonial-nav span {
    cursor: pointer;
    position: absolute; }
.testimonial-slider-wrap #testimonial-nav .prev {
    left: -50px; }
.testimonial-slider-wrap #testimonial-nav .next {
    right: -50px; }
.testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.testimonial-slider-wrap .tns-nav button {
    background: none;
    border: none;
    display: inline-block;
    position: relative;
    width: 0px !important;
    height: 7px !important;
    margin: 2px; }
.testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; }
.testimonial-slider-wrap .tns-nav button:before {
    display: block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background-color: #e2e2e2; }
.testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
    background-color: var(--primary-color); }

.quick-contact-item [class*="icon-"] {
    font-size: 2rem;
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 30px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    text-align: center;
    position: relative; }
.quick-contact-item [class*="icon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.quick-contact-item .text {
    font-size: 16px; }

.post-entry-1 .meta {
    color: #ccc; }

.post-entry-1 .post-entry-1-contents {
    background: #fff;
    padding: 30px; }
.post-entry-1 .post-entry-1-contents h2, .post-entry-1 .post-entry-1-contents .h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
.post-entry-1 .post-entry-1-contents h2 a, .post-entry-1 .post-entry-1-contents .h2 a {
    color: #000; }
.post-entry-1 .post-entry-1-contents h2 a:hover, .post-entry-1 .post-entry-1-contents .h2 a:hover {
    color: var(--primary-color); }

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff; }
.sidebar-box *:last-child {
    margin-bottom: 0; }
.sidebar-box h3, .sidebar-box .h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray("300");
    list-style: none; }
.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
.categories li a {
    display: block; }
.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc; }
.categories li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
    clear: both; }

.comment-list {
    padding: 0;
    margin: 0; }
.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
.comment-list li .vcard {
    width: 80px;
    float: left; }
.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%; }
.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px); }
.comment-list li .comment-body h3, .comment-list li .comment-body .h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000; }
.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
    margin-bottom: 20px; }
.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 14px; }
.comment-list li .comment-body .reply:hover {
    color: #000;
    background: #e3e3e3; }

.search-form {
    background: #f7f7f7;
    padding: 10px; }
.search-form .form-group {
    position: relative; }
.search-form .form-group input {
    padding-right: 50px; }
.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.custom-pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 50%;
    background: rgba(var(--primary-color-rgb), 0.1);
    color: var(--primary-color);
    text-align: center; }
.custom-pagination a:hover, .custom-pagination a.active {
    background: var(--primary-color);
    color: #fff; }

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff; }
.sidebar-box *:last-child {
    margin-bottom: 0; }
.sidebar-box h3, .sidebar-box .h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray("300");
    list-style: none; }
.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
.categories li a {
    display: block; }
.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc; }
.categories li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
    clear: both; }

.comment-list {
    padding: 0;
    margin: 0; }
.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
.comment-list li .vcard {
    width: 80px;
    float: left; }
.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%; }
.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px); }
.comment-list li .comment-body h3, .comment-list li .comment-body .h3 {
    font-size: 20px;
    color: #000; }
.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc; }
.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 14px; }
.comment-list li .comment-body .reply:hover {
    color: #000;
    background: #e3e3e3; }

.search-form {
    background: #f7f7f7;
    padding: 10px; }
.search-form .form-group {
    position: relative; }
.search-form .form-group input {
    padding-right: 50px; }
.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.site-footer {
    background: transparent;
    font-size: 14px;
    color: #888;
    padding: 70px 0; }
.site-footer a {
    color: #fff;
    position: relative;
    display: inline-block; }
.site-footer .btn:before {
    display: none; }
.site-footer .widget {
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 1; }
.site-footer .widget h3, .site-footer .widget .h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700; }
.site-footer .widget .links {
    /*width: 150px;*/
}
.site-footer .widget .links li {
    margin-bottom: 10px; }
.site-footer .widget .links li a {
    color: #777; }
.site-footer .social li {
    display: inline-block; }
.site-footer .social li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
    background: #6694c8;
    border-radius: 50%;
    color: #fff; }
.site-footer .social li a:before {
    display: none; }
.site-footer .social li a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-footer .social li a:hover {
    background: #fff;
    color: var(--primary-color); }
