/*!
 * Bootstrap v5.0.0-alpha3 (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 {
    --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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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));
}

*,
*::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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.con{
    color: #fff;
}

[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;
}

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 {
    color: #0d6efd;
    text-decoration: underline;
}

a:hover {
    color: #0a58ca;
}

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;
}

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;
}

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;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

iframe {
    border: 0;
}

[hidden] {
    display: none !important;
}

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

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

.container,
.container-fluid,
.container-xl {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    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,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-xl {
        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%;
}

.g-0 {
    --bs-gutter-x: 0;
}

.g-0 {
    --bs-gutter-y: 0;
}

.g-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1 {
    --bs-gutter-y: 0.25rem;
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .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-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .g-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

.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: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled,
.btn.disabled {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.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,
.dropright,
.dropdown,
.dropleft {
    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-right {
    right: 0;
    left: auto;
}

.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;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .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;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .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;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.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: #0d6efd;
}

.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;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.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,
.navbar>.container-fluid,
.navbar>.container-xl {
    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-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.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;
}

.navbar-collapse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.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;
    }
}

.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: #0d6efd;
    border-color: #0d6efd;
}

.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 {
    max-width: 350px;
    font-size: 0.875rem;
    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);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.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;
    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;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.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);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.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;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.position-static {
    position: static !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-0 {
    border-width: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !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-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.m-auto {
    margin: auto !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !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;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

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

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

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

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

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

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

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

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

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

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-white {
    background-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

body {
    font-family: "Nunito Sans", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
}

a,
button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #5ea51d;
    text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
    text-decoration: none;
    color: #5ea51d;
    outline: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.top-wrap {
    background: #06112a;
}

.topper {
    font-size: 15px;
    width: 100%;
    z-index: 3;
    position: relative;
}

.topper .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.topper .icon span {
    color: #fff;
}

.topper .text {
    width: calc(100% - 40px);
}

.topper .text p {
    margin-bottom: 0;
    font-size: 12px;
}

.topper .text .con {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}

.topper .text .con span {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

.topper .text .con span:first-child {
    color: #5ea51d;
}

.topper .text .con a {
    color: #999999;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 10px;
    letter-spacing: 1px;
}

.topper .text .hr span {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.ftco-navbar-light {
    background: rgba(0, 0, 0, 0.1) !important;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #081637 !important;
        position: relative;
        top: 0;
        padding: 7px 0;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
    color: #000000 !important;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 0;
    }
}

.ftco-navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 13px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
        display: inline-block;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1rem;
        padding-top: 0;
        color: #fff;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active {
    color: #fff !important;
}

.ftco-navbar-light .navbar-nav>.nav-item .nav-link.active {
    background: transparent;
    background: none;
    color: #5ea51d;
}

.ftco-navbar-light .navbar-nav>.nav-item .nav-link.active span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: #fff;
        background: transparent;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
    text-decoration: none;
    color: #5ea51d;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    font-weight: 900;
    font-size: 28px;
    z-index: 3;
    position: relative;
}

@media (max-width: 575.98px) {
    .navbar-brand {
        line-height: 1;
    }
}

.navbar-brand span {
    color: #fff;
    display: block;
    line-height: 1.1;
}

.navbar-brand span small,
.navbar-brand span .small {
    display: block;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-brand .flaticon {
    font-size: 40px;
    color: #5ea51d;
    line-height: .7;
}

.hero-wrap {
    height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background: #000000;
    z-index: -1;
}

.hero-wrap .slider-text {
    height: 550px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 3;
}

.hero-wrap .slider-text .breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
    z-index: 99;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #5ea51d;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
    color: #5ea51d;
}

.hero-wrap .slider-text .bread {
    font-weight: 700;
    color: #fff;
    font-size: 70px;
}

.slider-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
}

.slider-hero .work {
    width: 100%;
}

.slider-hero .work .img {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}

.slider-hero .work .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #030513;
    opacity: .6;
}

@media (max-width: 575.98px) {
    .slider-hero .work .img:after {
        width: 100%;
    }
}

.slider-hero .work .text {
    color: rgba(255, 255, 255, 0.8);
}

.slider-hero .work .text h2,
.slider-hero .work .text .h2 {
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {

    .slider-hero .work .text h2,
    .slider-hero .work .text .h2 {
        font-size: 40px;
    }
}

.slider-hero .work .text span {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500;
}

.slider-hero .tns-nav {
    text-align: center;
    margin: 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    z-index: 99;
}

.slider-hero .tns-nav>[aria-controls] {
    width: 20px;
    height: 2px;
    padding: 0;
    margin: 15px 0 15px auto;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    display: block;
}

.slider-hero .tns-outer [aria-controls],
.slider-hero .tns-outer [data-action] {
    cursor: pointer;
}

.slider-hero .tns-nav>.tns-nav-active {
    background: #5ea51d;
    width: 30px;
}

.bg-light {
    background: #f7f7f7 !important;
}

.bg-darken {
    background: #081637 !important;
}

.btn {
    padding: 9px 12px;
    cursor: pointer;
    border-radius: 0;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #5ea51d !important;
    border: 1px solid #5ea51d !important;
    color: #fff !important;
}

.btn.btn-primary span {
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
}

.btn.btn-primary:hover {
    border: 1px solid #5ea51d;
    background: transparent;
    color: #5ea51d;
}

.btn.btn-black {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important;
}

.btn.btn-black:hover {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}

.form-control {
    height: 45px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
    border-color: #5ea51d !important;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-search {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -120px;
}

.ftco-search .nav-pills {
    display: inline-block;
}

.ftco-search .nav-pills p {
    margin-bottom: 0;
}

.ftco-search .nav-pills .nav-link {
    padding: 10px 30px !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: #5ea51d;
    border-radius: 5px;
}

.ftco-search .nav-pills .nav-link:hover {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: white;
    background: #5ea51d;
}

.ftco-search .nav-pills .nav-link:hover:after {
    opacity: 1;
}

@media (max-width: 575.98px) {
    .ftco-search .nav-pills .nav-link:hover:after {
        opacity: 0;
    }
}

.ftco-search .nav-pills .nav-link.active {
    color: gray;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: #f0f0f0;
}

.ftco-search .nav-pills .nav-link.active:after {
    opacity: 1;
}

@media (max-width: 575.98px) {
    .ftco-search .nav-pills .nav-link.active:after {
        opacity: 0;
    }
}

@media (max-width: 575.98px) {
    .ftco-search .nav-pills .nav-link {
        font-size: 14px;
    }
}

.ftco-search .tab-content {
    background: #fff;
    margin-top: 0px;
    -webkit-box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
}

.search-property-1 .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
    .search-property-1 .form-group {
        margin-bottom: 0;
        border: none;
    }
}

.search-property-1 .form-group label {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

.search-property-1 .form-group .form-field {
    position: relative;
    display: block;
}

.search-property-1 .form-group .form-control {
    padding: 0;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: inherit !important;
    font-size: 16px;
    border: none !important;
    color: rgba(0, 0, 0, 0.4) !important;
    background: transparent !important;
    border-radius: 0;
}

.search-property-1 .form-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.search-property-1 .form-group .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.search-property-1 .form-group .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.search-property-1 .form-group .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.search-property-1 .form-group .form-control.btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #5ea51d !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .search-property-1 .form-group .form-control.btn {
        padding: 20px;
    }
}

.search-property-1 .form-group .select-wrap {
    position: relative;
}

.search-property-1 .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-property-1 .form-group .icon {
    position: absolute;
    top: 51%;
    left: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
    .search-property-1 .form-group .icon {
        left: 0;
    }
}

.services {
    width: 100%;
    background: #f3f5f1;
    padding: 50px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .icon span {
    font-size: 70px;
    line-height: 1.2;
    color: #000000;
}

.services .text {
    width: 100%;
}

.services .text h2,
.services .text .h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}

.services:hover {
    background: #5ea51d;
}

.services:hover .icon span {
    color: #fff;
}

.services:hover .text h2,
.services:hover .text .h2 {
    color: #fff;
}

.places-list {
    padding: 0;
    margin-top: 50px;
    text-align: center;
}

.places-list li {
    list-style: none;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.places-list li a {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.places-list li a span {
    display: block;
    background: #f7f7f7;
    padding: 0 10px;
    color: #5ea51d;
    border-radius: 4px;
    font-weight: 400;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.places-list li a:hover span {
    background: #5ea51d;
    color: #fff;
}

.property-wrap {
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
    .property-wrap {
        margin-bottom: 40px;
    }
}

.property-wrap .img {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 0;
}

.property-wrap .img.img-property:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000000;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.property-wrap .img p.price {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
}

.property-wrap .img p.price span {
    font-size: 16px;
    font-weight: 600;
    background: white;
    background: #5ea51d;
    border-radius: 4px;
    padding: 3px 7px;
}

.property-wrap .img p.price span.orig-price {
    color: #fff;
}

.property-wrap .img p.price span.old-price {
    color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    margin-right: 8px;
}

.property-wrap .img p.price span.old-price:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    content: '';
}

.property-wrap .img p.price small,
.property-wrap .img p.price .small {
    font-size: 14px;
    color: white;
}

.property-wrap .text {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 25px;
}

.property-wrap .text h3,
.property-wrap .text .h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.property-wrap .text h3 a,
.property-wrap .text .h3 a {
    color: #000000;
    font-weight: 600;
}

.property-wrap .text .location {
    font-size: 13px;
}

.property-wrap .text .location .sale {
    background: #5ea51d;
    color: #fff;
    padding: 0 4px;
    margin-left: 10px;
}

.property-wrap .text .location .rent {
    background: #fd5c64;
    color: #fff;
    padding: 0 4px;
    margin-left: 10px;
}

.property-wrap .text .location i {
    color: #5ea51d;
}

.property-wrap .text ul {
    padding: 0;
}

.property-wrap .text ul li {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    list-style: none;
}

.property-wrap .text ul li span {
    margin-right: 5px;
}

.property-wrap .text .list-team {
    width: 100%;
}

.property-wrap .text .list-team>div,
.property-wrap .text .list-team span {
    width: 50%;
}

.property-wrap .text .list-team .img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.property-wrap .text .list-team h3,
.property-wrap .text .list-team .h3,
.property-wrap .text .list-team span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.property-wrap:hover {
    -webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
}

.property-wrap:hover .img:after {
    opacity: 0;
}

.property-details .img {
    width: 100%;
    height: 600px;
    margin-bottom: 40px;
    position: relative;
}

.property-details .text {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 25px;
}

.property-details .text h3,
.property-details .text .h3 {
    font-size: 34px;
    margin-bottom: 0;
}

.property-details .text h3 a,
.property-details .text .h3 a {
    color: #000000;
    font-weight: 600;
}

.property-details .text .location {
    font-size: 13px;
}

.property-details .text .location .sale {
    background: #5ea51d;
    color: #fff;
    padding: 0 4px;
    margin-left: 10px;
}

.property-details .text .location .rent {
    background: #fd5c64;
    color: #fff;
    padding: 0 4px;
    margin-left: 10px;
}

.property-details .text .location i {
    color: #5ea51d;
}

.property-details .text ul {
    padding: 0;
}

.property-details .text ul li {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    list-style: none;
}

.property-details .text ul li span {
    margin-right: 5px;
}

.property-details .text .list-team {
    width: 100%;
    border: 1px solid red;
}

.property-details .text .list-team>div,
.property-details .text .list-team span {
    width: 50%;
    border: 1px solid red;
}

.property-details .text .list-team .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.property-details .text .list-team h3,
.property-details .text .list-team .h3,
.property-details .text .list-team span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.property-details .text .list-team h3,
.property-details .text .list-team .h3 {
    width: calc(100% - 34px);
    color: #000000;
    padding: 0;
    margin: 0;
}

.img-video {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #5ea51d;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    position: absolute;
    bottom: 250px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-video span {
    color: #fff;
    font-size: 20px;
}

.nav-pills {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.nav-pills li {
    display: inline-block;
}

.nav-pills li a {
    margin-right: 2px;
    color: rgba(0, 0, 0, 0.4) !important;
    background: #fff;
    border-radius: 0 !important;
}

.nav-pills li a.active {
    color: #fff !important;
    background: #5ea51d !important;
}

.pills {
    margin-top: 0px;
}

.pills .tab-pane {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pills .features {
    margin: 0;
    padding: 0;
}

.pills .features li {
    list-style: none;
}

.pills .features li span {
    font-size: 20px;
    margin-right: 15px;
}

.pills .features li.check span {
    color: green;
    font-size: 14px;
}

.pills .features li.remove span {
    color: red;
}

.pills .head {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
}

.pills .review {
    width: 100%;
    margin-bottom: 30px;
}

.pills .review .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pills .review .desc {
    width: calc(100% - 100px);
    margin-left: 30px;
}

.pills .review .desc h4,
.pills .review .desc .h4 {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
}

.pills .review .desc h4 span,
.pills .review .desc .h4 span {
    width: 49%;
    display: inline-block;
}

.pills .review .desc h4 span:first-child,
.pills .review .desc .h4 span:first-child {
    font-size: 16px;
}

.pills .review .desc h4 span:last-child,
.pills .review .desc .h4 span:last-child {
    font-size: 13px;
    font-weight: 400;
    color: #b3b3b3;
}

.pills .review .desc .star {
    width: 100%;
}

.pills .review .desc .star span {
    width: 49%;
    display: inline-block;
}

.pills .review .desc .star i {
    color: #5ea51d;
}

.pills .review .desc .star .reply {
    padding: 2px 10px;
    background: #f0f0f0;
    border-radius: 2px;
}

.pills .review .desc .star .reply i {
    color: gray;
    font-size: 12px;
}

.pills .wrap {
    padding: 2em;
    background: #fafafa;
}

.pills .rating-wrap {
    width: 100%;
    display: block;
}

.pills .rating-wrap .star {
    display: block;
    width: 100%;
}

.pills .rating-wrap .star:last-child {
    margin-bottom: 0;
}

.pills .rating-wrap .star span {
    display: inline-block;
    color: #b3b3b3;
}

.pills .rating-wrap .star span i {
    color: #5ea51d;
}

.pills .rating-wrap .star span:first-child {
    width: 62%;
}

.pills .rating-wrap .star span:last-child {
    width: 32%;
}

.vid-section {
    height: 600px;
    position: relative;
    z-index: 0;
}

.vid-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #000000;
    opacity: .3;
}

.video-wrap h3,
.video-wrap .h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.vid-height {
    height: 600px;
}

.video-icon {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    display: block;
    background: #5ea51d;
    margin: 0 auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.video-icon span {
    color: #fff;
    font-size: 50px;
    line-height: 1;
}

.ftco-agent {
    position: relative;
    z-index: 0;
}

.ftco-agent .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    content: '';
    background: #050d21;
    z-index: -1;
}

.agent {
    position: relative;
    width: 100%;
    display: block;
    background: #5ea51d;
    border-radius: 2px;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
}

@media (max-width: 575.98px) {
    .agent {
        margin-bottom: 30px;
    }
}

.agent .img {
    position: relative;
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
    z-index: 0;
    background-position: top center !important;
}

.agent .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000000;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agent img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agent .desc {
    padding: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agent .desc h3,
.agent .desc .h3 {
    font-size: 22px;
    font-weight: 600;
}

.agent .desc h3 a,
.agent .desc .h3 a {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agent .desc .h-info {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agent .desc .h-info span {
    margin-right: 10px;
    color: #fff;
}

.agent .desc .h-info .position {
    color: #fff;
}

.agent:hover .img:after,
.agent:focus .img:after {
    opacity: .3;
}

.agent:hover img,
.agent:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ftco-social {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    margin-bottom: 0;
}

.ftco-social li {
    width: 34px;
    height: 34px;
    position: relative;
    display: inline-block;
}

.ftco-social li a {
    color: #fff;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.ftco-social li a:hover {
    color: #fff;
    background: #081637;
}

.about-author img {
    border-radius: 50%;
}

.about-author .desc h3,
.about-author .desc .h3 {
    font-size: 30px;
    font-weight: 700;
}

.ftco-section {
    padding: 7em 0;
    position: relative;
    width: 100%;
}

@media (max-width: 575.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.ftco-intro {
    color: rgba(255, 255, 255, 0.8);
    z-index: 0;
    position: relative;
    padding: 6em 0;
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #5ea51d;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .ftco-intro {
        background-position: center center !important;
    }
}

.ftco-intro h1,
.ftco-intro .h1 {
    color: #fff;
    font-weight: 600;
}

.ftco-intro h2,
.ftco-intro .h2 {
    color: #fff;
    font-weight: 600;
    font-size: 40px !important;
}

@media (max-width: 575.98px) {

    .ftco-intro h2,
    .ftco-intro .h2 {
        font-size: 20px;
    }
}

.ftco-intro h2 span,
.ftco-intro .h2 span {
    background: #5ea51d;
}

.ftco-gallery .gallery-wrap {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    z-index: 0;
}

.ftco-gallery .gallery-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #000000;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-gallery .gallery-wrap .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5ea51d;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.ftco-gallery .gallery-wrap .icon span {
    color: #fff;
}

.ftco-gallery .gallery-wrap:hover:after {
    opacity: .3;
}

.ftco-gallery .gallery-wrap:hover .icon {
    opacity: 1;
}

.ftco-footer {
    padding: 7em 0 0 0;
    background: #06112a;
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer .logo a {
    position: relative;
    text-decoration: none;
}

.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-footer-widget .h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Nunito Sans", Arial, sans-serif;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer .ftco-footer-widget ul li a span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #5ea51d;
}

.ftco-footer .ftco-footer-widget ul li a:hover span {
    color: #5ea51d;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer .block-23 ul {
    padding: 0;
}

.ftco-footer .block-23 ul li {
    font-size: 15px;
}

.ftco-footer .block-23 ul li,
.ftco-footer .block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 15px;
}

.ftco-footer .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
    color: #5ea51d;
}

.ftco-footer .block-23 ul li .icon,
.ftco-footer .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.8) !important;
}

.ftco-footer .block-23 ul li .icon {
    width: 40px;
    font-size: 15px;
    padding-top: 2px;
    color: #5ea51d !important;
}

.ftco-footer .bg-darken {
    background: #050d21 !important;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    color: #fff;
    border-radius: 50%;
    position: relative;
    background: #5ea51d;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.ftco-footer-social li a:hover {
    color: #5ea51d;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(94, 165, 29, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(94, 165, 29, 0.4);
        box-shadow: 0 0 0 0 rgba(94, 165, 29, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(94, 165, 29, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(94, 165, 29, 0);
        box-shadow: 0 0 0 30px rgba(94, 165, 29, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(94, 165, 29, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(94, 165, 29, 0);
        box-shadow: 0 0 0 0 rgba(94, 165, 29, 0);
    }
}

.heading-section .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #5ea51d;
    text-transform: uppercase;
    font-weight: 700;
}

.heading-section h2,
.heading-section .h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
}

.heading-section h2 span,
.heading-section .h2 span {
    font-weight: 400;
}

@media (max-width: 575.98px) {

    .heading-section h2,
    .heading-section .h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: #5ea51d;
}

.heading-section.heading-section-white h2,
.heading-section.heading-section-white .h2 {
    color: #fff;
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
    z-index: 0;
}

.testimony-section .tns-outer {
    position: relative;
    padding-bottom: 3em !important;
}

.testimony-section .tns-ovh {
    padding: 2em 0 0 0;
}

.testimony-section .tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.testimony-section .tns-nav {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.testimony-section .tns-nav>[aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.testimony-section .tns-outer [aria-controls],
.testimony-section .tns-outer [data-action] {
    cursor: pointer;
}

.testimony-section .tns-nav>.tns-nav-active {
    background: #999;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 35px 30px 30px 30px !important;
    border-radius: 4px;
    width: 98%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
}

.testimony-wrap .icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #5ea51d;
}

.testimony-wrap .icon span {
    color: #fff;
}

.testimony-wrap .tx {
    width: calc(100% - 80px);
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}

.testimony-wrap .name {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    color: #000000;
}

.testimony-wrap .position {
    font-size: 13px;
    text-transform: uppercase;
    color: #5ea51d;
    font-weight: 600;
}

.star {
    color: #5ea51d;
}

.ftco-about-section .img-2 {
    height: 400px;
}

.ftco-about-section .counter-wrap {
    width: 100%;
}

.ftco-about-section .text {
    width: 100%;
}

.ftco-about-section .text .number {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
}

.ftco-about-section .text span.counter {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
}

.ftco-about-section .text p {
    display: inline-block;
    font-size: 13px;
    color: #5ea51d;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.ftco-about-section .icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
}

.ftco-about-section .icon span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 40px;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    z-index: -1;
}

.blog-entry {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    background: #fff;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    padding: 30px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #5ea51d;
}

.blog-entry .meta {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.blog-entry .meta span {
    margin-right: 10px;
}

.blog-single h2,
.blog-single .h2 {
    font-size: 40px;
    font-weight: 700;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.block-27 ul li.active a,
.block-27 ul li.active span,
.block-27 ul li:hover a,
.block-27 ul li:hover span {
    background: #5ea51d;
    color: #fff;
    border: 1px solid transparent;
}

.wrapper {
    width: 100%;
}

.wrapper .social-media h3,
.wrapper .social-media .h3 {
    font-size: 18px;
    font-weight: 700;
}

.wrapper .social-media p a {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.wrapper .social-media p a:hover {
    color: #000000;
}

.contact-wrap {
    background: #fff;
}

.contact-wrap h3,
.contact-wrap .h3 {
    color: #000000;
    font-weight: 700;
    font-size: 30px;
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
    }
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 400;
    color: #000000;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.dbox p a {
    color: black;
}

.dbox .text {
    width: 100%;
}

.contactForm .label {
    color: #5ea51d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 90px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #5ea51d;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
    color: #5ea51d;
}

/* Blog*/

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    background: #5ea51d;
}

.comment-form-wrap {
    clear: both;
}

.comment-form-wrap .comment-form {
    background: #f8f9fa;
}

.comment-form-wrap .form-group label {
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.comment-form-wrap .form-control {
    height: 45px;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-form-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control:focus,
.comment-form-wrap .form-control:active {
    border-color: #5ea51d !important;
}

.comment-form-wrap textarea.form-control {
    height: inherit !important;
}

.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: 24px;
    font-weight: 700;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
    font-weight: 600;
    color: #5ea51d;
    display: block;
    margin-bottom: 10px;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 600;
    border-radius: 4px;
    background: #5ea51d;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
    border: none;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}

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

.sidebar-box h3,
.sidebar-box .h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a {
    display: block;
    color: #1a1a1a;
}

.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a {
    color: #000000;
    font-style: italic;
}

/* Belief Cards Styling */

.belief-card {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
}

.belief-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Beliefs Section Styling */
.beliefs-section {
    padding: 8em 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.beliefs-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #01d28e, #ffd700);
}

/* Main Title Styling */
.main-title {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(45deg, #333 30%, #01d28e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.underline {
    width: 100px;
    height: 4px;
    background: #01d28e;
    margin: 25px auto;
    position: relative;
    border-radius: 2px;
}

.underline:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #ffd700;
    right: -25px;
    top: 0;
    border-radius: 2px;
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.intro-text {
    font-size: 1.3rem;
    line-height: 1.9;
    color: #555;
    margin-top: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Belief Cards Styling */
.belief-card {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;


}

.belief-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(1, 210, 142, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.belief-card:hover::after {
    opacity: 1;
}

.belief-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 45px rgba(1, 210, 142, 0.2);
}


.belief-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
}

.belief-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #01d28e;
    transition: width 0.3s ease;
}

.belief-card:hover h3::after {
    width: 100px;
}

.belief-card p {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* Values Container Styling */



/* Enhanced Animations */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.8rem;
    }

    .beliefs-grid {
        margin-top: 2.5rem;
    }

    .belief-card {
        margin-bottom: 2.5rem;
        padding: 2rem 1.5rem;
    }

    .value-item {
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }
}

/* Hover Effects */
.belief-card .card-icon i {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.belief-card:hover .card-icon i {
    transform: scale(1.2) rotate(10deg);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #01d28e, #ffd700);
}

.ftco-section.beliefs-section {
    padding: 8em 0;
    background: linear-gradient(120deg, #01d28e, #ffd700);
    position: relative;
    overflow: hidden;
}

/* Updated Tech Centers Styling with Images */
.center-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(1, 210, 142, 0.1);
}

.center-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.center-card:hover .center-image img {
    transform: scale(1.1);
}

.center-icon {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #01d28e 0%, #00a870 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(1, 210, 142, 0.2);
    border: 4px solid white;
    z-index: 1;
}

.center-icon i {
    font-size: 2rem;
    color: white;
}

.center-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin: 2.5rem 0 1rem;
    text-align: center;
    padding: 0 1.5rem;
}

.center-details {
    padding: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(248, 249, 250, 0.5);
}

.center-details p {
    margin-bottom: 0.8rem;
    color: #555;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.center-details p:last-child {
    margin-bottom: 0;
}

.center-details p:hover {
    background: rgba(1, 210, 142, 0.05);
    transform: translateX(5px);
}

.center-details i {
    color: #01d28e;
    width: 24px;
    margin-right: 12px;
    font-size: 1.1rem;
}

/* Hover Effects */
.center-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(1, 210, 142, 0.15);
}

/* Image Overlay */
.center-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .center-image {
        height: 180px;
    }

    .center-icon {
        width: 60px;
        height: 60px;
        bottom: -20px;
    }

    .center-icon i {
        font-size: 1.5rem;
    }

    .center-card h3 {
        font-size: 1.3rem;
        margin: 2rem 0 0.8rem;
    }
}

/* Animation for image hover */
@keyframes pulseIcon {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.1);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

.center-card:hover .center-icon {
    animation: pulseIcon 1s ease infinite;
}

/* Programs Section Styling */
.program-wrap {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.program-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(1, 210, 142, 0.15);
}

/* Program Image */
.program-img {
    height: 250px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Deadline Banner */
.deadline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: linear-gradient(to right, rgba(1, 210, 142, 0.9), rgba(255, 215, 0, 0.9));
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Text Content */
.program-wrap .text {
    padding: 2rem;
}

.program-wrap h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.program-wrap h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.program-wrap h3 a:hover {
    color: #01d28e;
}

.program-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 100px;
}

/* Program Features */
.program-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1.5rem;
    padding: 15px;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 10px;
}



.program-features span {
    font-size: 0.9rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.program-features span:hover {
    transform: translateX(5px);
    background: rgba(1, 210, 142, 0.1);
    color: #01d28e;
}

.program-features i {
    margin-right: 8px;
    color: #01d28e;
}

/* Apply Button */
.btn-apply {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(45deg, #01d28e, #00a870);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn-apply:hover {
    background: linear-gradient(45deg, #00a870, #01d28e);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 210, 142, 0.3);
    color: white;
}

.btn-apply::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transform: rotate(45deg) translate(-100%, 0);
    animation: shine 3s infinite;
}

@keyframes shine {
    to {
        transform: rotate(45deg) translate(100%, 0);
    }
}

/* Section Title Styling */
.heading-section .subheading {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #01d28e;
    font-weight: 600;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.video-wrap p {
    color: #ffffff;
}

.intro-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .program-wrap {
        margin-bottom: 2rem;
    }

    .program-img {
        height: 200px;
    }

    .program-wrap .text {
        padding: 1.5rem;
    }

    .program-wrap h3 {
        font-size: 1.2rem;
    }

    .program-description {
        font-size: 0.9rem;
        min-height: auto;
    }

    .program-features span {
        font-size: 0.85rem;
        padding: 6px 10px;
    }

    .heading-section h2 {
        font-size: 2rem;
    }

    .intro-text {
        font-size: 1rem;
        padding: 0 15px;
    }
}

/* Animation for card appearance */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-wrap {
    animation: fadeInUp 0.6s ease forwards;
}

/* Impact Section Styling */
.ftco-about-section {
    padding: 7em 0;
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative Elements */
.ftco-about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(1, 210, 142, 0.05) 0%, transparent 70%);
    transform: rotate(-45deg);
}

/* Main Image Styling */
.img.w-100 {
    height: 100%;
    min-height: 500px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.img.w-100:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(1, 210, 142, 0.2);
}

/* Counter Cards */
.counter-wrap {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.counter-wrap .text {
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(1, 210, 142, 0.1);
    backdrop-filter: blur(10px);
}

.counter-wrap:hover .text {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(1, 210, 142, 0.15);
    background: white;
}

/* Counter Numbers */
.number.gradient-text {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(45deg, #01d28e, #00a870);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.number.gradient-text::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #01d28e, transparent);
}

/* Counter Labels */
.counter-wrap .text p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #444;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Impact Visuals */
.impact-visuals {
    margin-top: 4rem;
}

.impact-card {
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.impact-card .img-2 {
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.impact-card:hover .img-2 {
    transform: scale(1.1);
}

.impact-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            transparent 100%);
    transition: all 0.4s ease;
}

.impact-card:hover .overlay {
    background: linear-gradient(to top,
            rgba(1, 210, 142, 0.9) 0%,
            rgba(1, 210, 142, 0.7) 50%,
            transparent 100%);
}

.impact-card .overlay h4 {
    color: white;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    transform: translateY(0);
    transition: all 0.4s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.impact-card:hover .overlay h4 {
    transform: translateY(-5px);
}

/* Section Headings */
.heading-section .subheading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #01d28e;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.heading-section .subheading::before,
.heading-section .subheading::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #01d28e;
}

.heading-section .subheading::before {
    left: -35px;
}

.heading-section .subheading::after {
    right: -35px;
}

.heading-section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* Animations */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.counter-wrap {
    animation: float 6s ease-in-out infinite;
}

.counter-wrap:nth-child(2) {
    animation-delay: 1s;
}

.counter-wrap:nth-child(3) {
    animation-delay: 2s;
}

.counter-wrap:nth-child(4) {
    animation-delay: 3s;
}

/* Responsive Design */
@media (max-width: 768px) {
    .number.gradient-text {
        font-size: 2.5rem;
    }

    .counter-wrap .text {
        padding: 1.5rem;
    }

    .counter-wrap .text p {
        font-size: 0.9rem;
    }

    .impact-card .img-2 {
        height: 250px;
    }

    .heading-section h2 {
        font-size: 2.2rem;
    }

    .impact-card .overlay h4 {
        font-size: 1.2rem;
    }
}

/* Additional Decorative Elements */
.counter-wrap::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgba(1, 210, 142, 0.1);
    border-radius: 25px;
    opacity: 0;
    transition: all 0.4s ease;
}

.counter-wrap:hover::before {
    opacity: 1;
    transform: scale(0.95);
}

/* Impact Section Styling with Blue Background */
.ftco-about-section {
    padding: 7em 0;
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    /* Deep blue gradient */
    position: relative;
    overflow: hidden;
}

/* Section Title Styling */
.heading-section .subheading {
    color: #ff1100;
    /* Bright teal */
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.heading-section h2 {
    color: white;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.heading-section p {
    color: rgba(26, 24, 24, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Counter Cards */
.counter-wrap .text {
    background: rgba(255, 255, 255, 0.1);
    /* Semi-transparent white */
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.counter-wrap:hover .text {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Numbers Styling */
.number {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #64ffda, #00e5ff);
    /* Teal to cyan gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
}

.plus,
.percent {
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(45deg, #64ffda, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Counter Labels */
.counter-wrap .text p {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Decorative Elements */
.ftco-about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    transform: rotate(-45deg);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .number {
        font-size: 2.8rem;
    }

    .plus,
    .percent {
        font-size: 1.6rem;
    }

    .counter-wrap .text p {
        font-size: 0.9rem;
    }

    .heading-section h2 {
        font-size: 2.2rem;
    }
}

/* FAQ Section Styling */
.ftco-intro {
    position: relative;
    padding: 6em 0;
    background: url('\images\family4.jpeg') center/cover fixed;
    /* Replace with your image path */
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg,
            rgba(0, 100, 0, 0.92) 0%,
            rgba(0, 128, 0, 0.92) 100%);
    backdrop-filter: blur(3px);
}

/* Container and Layout */
.ftco-intro .container-xl {
    max-width: 1400px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Section Title */
.ftco-intro h1 {
    color: #FFD700;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ftco-intro h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #FFD700;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Accordion Styling */
.faq-accordion {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 1.5rem;
    border: 2px solid #FFD700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.accordion-item:hover {
    transform: translateX(10px);
}

.accordion-button {
    font-size: 0.95rem;
    background: white;
    color: #006400;
    font-weight: 600;
    border-radius: 12px !important;
    padding: 1.2rem 1.5rem;
    transition: all 0.4s ease;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed) {
    background: #FFD700;
    color: #006400;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Accordion Content */
.accordion-body {
    color: #006400;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 12px 12px;
    font-size: 0.9rem;
    line-height: 1.8;
    border: 2px solid #FFD700;
    border-top: none;
}

/* Apply Button */
.btn-primary {
    background: linear-gradient(45deg, #FFD700, #FFC000);
    border: none;
    border-radius: 30px;
    padding: 1.2rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #006400;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #FFC000, #FFD700);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-item {
    animation: fadeIn 0.5s ease forwards;
    animation-delay: calc(var(--animation-order) * 0.1s);
}

/* Responsive Design */
@media (max-width: 992px) {
    .ftco-intro {
        padding: 4em 0;
    }

    .ftco-intro .container-xl {
        padding: 2rem;
    }

    .ftco-intro h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .ftco-intro .container-xl {
        padding: 1.5rem;
        margin: 0 1rem;
    }

    .btn-primary {
        width: 100%;
        margin-top: 1.5rem;
    }

    .accordion-button {
        font-size: 0.9rem;
        padding: 1rem;
    }
}

/* Custom Scrollbar */
.accordion-body::-webkit-scrollbar {
    width: 8px;
}

.accordion-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.accordion-body::-webkit-scrollbar-thumb {
    background: #FFD700;
    border-radius: 4px;
}

/* Testimonial Section Styling */
.testimony-section {
    position: relative;
    padding: 7em 0;
    background: linear-gradient(to right, #f8f9fa 50%, #fff 50%);
}

/* Section Header */
.heading-section .subheading {
    font-size: 13px;
    font-weight: 700;
    color: #006400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
    background: rgba(0, 100, 0, 0.05);
    padding: 7px 15px;
    border-radius: 30px;
}

.heading-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    position: relative;
}

/* Testimonial Card */
.testimony-wrap {
    display: block;
    position: relative;
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimony-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Quote Icon */
.testimony-wrap .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFD700;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.testimony-wrap:hover .icon {
    background: #006400;
}

.testimony-wrap .icon span {
    color: #fff;
    font-size: 20px;
}

/* Testimonial Text */
.testimony-wrap .text {
    position: relative;
}

.testimony-wrap .text p.msg {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #555;
    font-style: italic;
}

/* User Image */
.testimony-wrap .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid #FFD700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* User Info */
.testimony-wrap .tx {
    padding-left: 1rem;
}

.testimony-wrap .tx .name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.testimony-wrap .tx .position {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #FFD700 !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 24px !important;
    transition: all 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
    background: #006400 !important;
}

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -25px;
}

/* Carousel Dots */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    background: #FFD700;
    width: 20px;
    border-radius: 5px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimony-wrap {
    animation: fadeInUp 0.5s ease-out;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .testimony-section {
        padding: 4em 0;
        background: #f8f9fa;
    }

    .testimony-wrap {
        margin: 0 15px;
    }

    .heading-section h2 {
        font-size: 28px;
    }

    .testimony-wrap .text p.msg {
        font-size: 15px;
    }

    .owl-prev,
    .owl-next {
        width: 40px;
        height: 40px;
        font-size: 20px !important;
    }
}

/* Hover Effects */
.testimony-wrap .text p.msg::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #FFD700;
    border-left: 3px solid #FFD700;
    opacity: 0;
    transition: all 0.3s ease;
}

.testimony-wrap:hover .text p.msg::before {
    opacity: 1;
}

.testimony-wrap .text p.msg::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #FFD700;
    border-right: 3px solid #FFD700;
    opacity: 0;
    transition: all 0.3s ease;
}

.testimony-wrap:hover .text p.msg::after {
    opacity: 1;
}

/* Team Section Styling */
.ftco-agent {
    position: relative;
    padding: 7em 0;
    background: #f8f9fa;
}

.ftco-agent .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0, 100, 0, 0.97) 0%, rgba(0, 128, 0, 0.97) 100%);
}

/* Team Member Card */
.agent {
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.agent:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Image Container */
.agent .img {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.agent .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.agent:hover .img img {
    transform: scale(1.1);
}

/* Description Section */
.agent .desc {
    padding: 1.5rem;
    text-align: center;
    background: white;
}

.agent .desc h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.agent .desc h3 a {
    color: #000;
    text-decoration: none;
}

.agent .desc .position {
    color: #006400;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

/* Social Icons */
.ftco-social {
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.ftco-social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #006400;
    transition: all 0.3s ease;
}

.ftco-social li a:hover {
    background: #FFD700;
    color: #006400;
    transform: translateY(-3px);
}

/* Section Header */
.heading-section-white {
    color: white;
}

.heading-section-white .subheading {
    color: #FFD700;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.heading-section-white h2 {
    color: white;
    font-size: 32px;
    font-weight: 700;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .ftco-agent {
        padding: 4em 0;
    }

    .agent .img {
        height: 250px;
    }

    .col-md-3 {
        margin-bottom: 30px;
    }
}

/* Enhanced Team Section Styling */
.agent {
    position: relative;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Image Overlay Effect */
.overlay-bio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 100, 0, 0.8);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.agent:hover .overlay-bio {
    opacity: 1;
}

.bio-text {
    color: white;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.agent:hover .bio-text {
    transform: translateY(0);
}

/* Details Section */
.details {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    min-height: 60px;
}

/* Modal Styling */
.modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.modal-header {
    background: #006400;
    color: white;
    border: none;
}

.modal-title {
    font-weight: 600;
}

.team-member-details {
    padding: 20px;
}

.modal-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    display: block;
    border: 3px solid #FFD700;
}

.achievements {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.achievements ul {
    padding-left: 20px;
    margin-top: 10px;
}

.achievements li {
    margin-bottom: 8px;
    color: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .agent {
        margin-bottom: 30px;
    }

    .modal-dialog {
        margin: 10px;
    }
}

/* Animation for Modal */
.modal.fade .modal-dialog {
    transform: scale(0.7);
    transition: all 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* Blog Section Styling */
.ftco-section.bg-light {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Blog Card */
.blog-entry {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.blog-entry:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Blog Image */
.block-20 {
    height: 250px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.block-20::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* Blog Text Content */
.blog-entry .text {
    padding: 25px;
}

.blog-entry .meta {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}

.blog-entry .meta span {
    margin-right: 15px;
    color: #006400;
}

.blog-entry .meta a {
    color: #FFD700;
    text-decoration: none;
}

.blog-entry .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.blog-entry .heading a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-entry .heading a:hover {
    color: #006400;
}

.blog-entry p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Category Tags */
.meta span:first-child {
    background: #006400;
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }

    .block-20 {
        height: 200px;
    }

    .blog-entry .heading {
        font-size: 18px;
    }
}

/* Gallery Section Styling */
.ftco-gallery {
    padding: 60px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.gallery-container {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.gallery-scroll {
    display: flex;
    gap: 20px;
    padding: 0 20px;
}

.gallery-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp 25s linear infinite;
}

/* Different speeds for different columns */
.gallery-column:nth-child(2) {
    animation-duration: 30s;
    animation-delay: -10s;
}

.gallery-column:nth-child(3) {
    animation-duration: 35s;
    animation-delay: -5s;
}

.gallery-wrap {
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-wrap:hover img {
    transform: scale(1.1);
}

.gallery-wrap .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-wrap:hover .icon {
    opacity: 1;
}

.gallery-wrap .icon span {
    color: #006400;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-33.33%);
    }
}

/* Pause animation on hover */
.gallery-scroll:hover .gallery-column {
    animation-play-state: paused;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .gallery-container {
        height: 60vh;
    }

    .gallery-wrap {
        height: 200px;
    }

    .gallery-scroll {
        gap: 10px;
        padding: 0 10px;
    }
}

/* Section Header */
.heading-section {
    margin-bottom: 40px;
}

.heading-section .subheading {
    font-size: 13px;
    font-weight: 700;
    color: #006400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.heading-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

/* Footer Styling */
.ftco-footer {
    background: #006400;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 80px;
}

/* Logo and Brand */
.ftco-footer .navbar-brand {
    color: #FFD700;
    font-size: 24px;
    font-weight: 700;
}

.ftco-footer .navbar-brand small {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/* Mission Text */
.mission-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 20px 0;
}

/* Section Headings */
.ftco-heading-2 {
    font-size: 18px;
    font-weight: 600;
    color: #FFD700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Links Styling */
.ftco-footer-widget ul li {
    margin-bottom: 15px;
}

.ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ftco-footer-widget ul li a:hover {
    color: #FFD700;
    padding-left: 5px;
}

/* Social Media Icons */
.ftco-footer-social {
    display: flex;
    gap: 15px;
}

.ftco-footer-social li a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFD700;
    transition: all 0.3s ease;
}

.ftco-footer-social li a:hover {
    background: #FFD700;
    color: #006400;
    transform: translateY(-3px);
}

/* Contact Information */
.contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-info i {
    color: #FFD700;
    font-size: 20px;
}

.contact-info a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.contact-info a:hover {
    color: #FFD700;
}

/* Copyright Section */
.bg-darken {
    background: rgba(0, 0, 0, 0.2);
}

.bg-darken p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ftco-footer {
        padding-top: 50px;
    }

    .ftco-footer-widget {
        margin-bottom: 30px;
    }

    .contact-info .contact-item {
        margin-bottom: 20px;
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Active Navigation Link */
.navbar-nav .nav-link.active {
    color: #FFD700 !important;
    font-weight: 600;
}

/* Navigation Link Hover Effect */
.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFD700;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover:after {
    width: 100%;
}

/* Fixed Navigation on Scroll */
.navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 100, 0, 0.95) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}