@charset "utf-8";

body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

*,
::before,
::after {
    --border-spacing-x: 0;
    --border-spacing-y: 0;
    --translate-x: 0;
    --translate-y: 0;
    --rotate: 0;
    --skew-x: 0;
    --skew-y: 0;
    --scale-x: 1;
    --scale-y: 1;
    --pan-x: ;
    --pan-y: ;
    --pinch-zoom: ;
    --scroll-snap-strictness: proximity;
    --gradient-from-position: ;
    --gradient-via-position: ;
    --gradient-to-position: ;
    --ordinal: ;
    --slashed-zero: ;
    --numeric-figure: ;
    --numeric-spacing: ;
    --numeric-fraction: ;
    --ring-inset: ;
    --ring-offset-width: 0px;
    --ring-offset-color: #fff;
    --ring-color: rgb(59 130 246 / 0.5);
    --ring-offset-shadow: 0 0 #0000;
    --ring-shadow: 0 0 #0000;
    --shadow: 0 0 #0000;
    --shadow-colored: 0 0 #0000;
    --blur: ;
    --brightness: ;
    --contrast: ;
    --grayscale: ;
    --hue-rotate: ;
    --invert: ;
    --saturate: ;
    --sepia: ;
    --drop-shadow: ;
    --backdrop-blur: ;
    --backdrop-brightness: ;
    --backdrop-contrast: ;
    --backdrop-grayscale: ;
    --backdrop-hue-rotate: ;
    --backdrop-invert: ;
    --backdrop-opacity: ;
    --backdrop-saturate: ;
    --backdrop-sepia: ;
    --contain-size: ;
    --contain-layout: ;
    --contain-paint: ;
    --contain-style: ;
}

::selection {
    background-color: #2563eb;
    color: #FFF;
    text-shadow: none;
}

body {
    background: #111827;
    color: #CBD5E1;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu {
    background-color: #141D30;
    border: 1px solid #292E3F;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
}

@media (max-width: 768px) {
    .dropdown-menu {
        min-width: 200px;
    }
}

a {
    color: #2563eb;
}

a.no-underline:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

h1,
h2,
h3 {

    font-weight: 700;
}

h4,
h5,
h6 {

    font-weight: 600;
}

h6 {
    font-size: 16px;
}

.subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.title,
.title-alt {
    font-size: 32px;
}

@media(min-width:680px) {
    .border-md-0 {
        border: none !important;
    }

    .title,
    .title-alt {
        font-size: 58px;
    }
}

.dropdown-item {
    white-space: normal !important;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-item h5 {
    color: #fff;
    font-size: 16px !important;
}

.dropdown-item p {
    color: #b4b7bd;
    font-size: 13px;
}


img {
    max-width: 100%;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.spiderweb {
    padding: 50px 0px;
    background: #fff url(../images/row-bgimage-3.png) top center no-repeat;
}

.divider {
    background-color: #2563eb;
    height: 4px;
    width: 60px;
    display: inline-block;
}

.text-orange {
    color: #FCB116;
}

.text-secondary {
    color: #00DADE !important;
}

.btn-blue {
    background: #007BFF;
    color: #fff;
}

.btn-dark {
    background-color: rgb(55, 65, 81) !important;
    border-color: rgb(55, 65, 81) !important;
}

.form-control,
.custom-file-label,
.custom-file-label::after,
.custom-select,
.btn-form {
    font-size: 17px;
    font-weight: 400;
    padding: 12px 16px;
    height: auto;
}

.btn-form {
    padding: 12px 20px !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
}

.btn-form:hover {
    color: rgba(255, 255, 255, .4) !important;
    border-color: #63A3CB !important;
}

.form-control:focus {
    background-color: transparent;
    border-color: #80bdff;
    color: #fff;
}

.custom-file-input,
.custom-file {
    height: 50px
}

.form-control:focus,
.form-control:hover {
    border-color: #63A3CB;
}

.btn:not(.btn-link) {
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 16px;
    border: 1px solid transparent;
}

.btn-lg {
    font-size: 17px !important;
    padding: 12px 20px !important;
}

.btn-sm {
    font-size: 12px !important;
    border-radius: 8px !important;
    padding: 5px 12px !important;
}

.btn-md {
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 6px 15px !important;
}

.btn-primary {
    background: #2563eb;
    color: #FFF;
}

.btn:disabled {
    background-color: rgba(180, 180, 180, .5);
}

.custom-file-input,
.custom-file-label {
    background: transparent !important;
    color: #fff;
    /* adjust to your theme */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* remove default grey background */
.custom-file-label::after {
    background: transparent !important;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* optional hover */
.custom-file-label:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-secondary {
    background: #EDE4E5;
    color: #F6961C;
}

.btn-outline-primary {
    border-color: #2563eb;
    color: #2563eb;
}

.btn-outline-light {
    inset: 0;
    border-color: rgba(204, 204, 204, 0.3) !important;
}


.bg-dark {
    background-color: #1F2937 !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.grad-text-3 {
    background: -webkit-linear-gradient(45deg, #3B82F6, #c084fc, #fb923c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grad-text {
    background: -webkit-linear-gradient(45deg, #3B82F6, #10B981);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grad-text-reverse {
    background: -webkit-linear-gradient(45deg, #10B981, #3B82F6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.navbar {
    transition: 0.1s all;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    background-color: #111827 !important;
}

.navbar .btn {
    font-size: 14px;
    font-weight: 600;
}

.navbar .nav-item a.nav-link {
    padding: 30px 12px;
    transition: all 0.5s;
    position: relative;
}

.navbar.bg-dark {
    background: #10162B !important;
}

.navbar.navbar-light .nav-item .nav-link,
.navbar.navbar-light .btn-link {
    color: #333;
}

.navbar.navbar-dark .nav-item .nav-link,
.navbar.navbar-dark .btn-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar .nav-item .nav-link {
    color: #333;
    line-height: 1.2;
    position: relative;
}

.navbar .navbar-toggler[aria-expanded="true"] .closed {
    display: none !important;
}

/* Styles for when the element is collapsed */
.navbar .navbar-toggler[aria-expanded="false"] .opened {
    display: none !important;
}

button.navbar-toggler {
    border: none;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .navbar {
        font-size: 15px;
    }

    .navbar .nav-item a.nav-link {
        padding: 16px 12px;
    }
}

.hero-section {
    background: #0C0F19 url(../images/ttm-pagetitle-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 200px 0 30px 0;
    color: #fff;
    position: relative;
}

.hero-section .container {
    position: relative;
}

.hero-section .breadcrumb {
    margin-top: 100px;
}

.hero-section h1 {
    font-size: 62px;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 130px 0 10px 0;
    }

    .hero-section .breadcrumb {
        margin-top: 50px;
    }

    .hero-section h1 {
        font-size: 28px;
    }
}

.section-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title h2 {
    font-size: 36px;
}

.section-title p {
    font-size: 20px;
}

.badge {
    border-radius: 0.3rem;
    font-weight: 500;
    padding: 5px 12px;
    font-size: 13px;
}

.badge-primary {
    background-color: #cfebfe;
    color: #1199fa;
}

.badge-success {
    color: rgb(52, 211, 153);
    background-color: rgba(52, 211, 153, 0.2);
}

.badge-warning {
    color: rgb(255, 193, 7);
    background-color: rgba(255, 193, 7, 0.2);
}

.badge-danger {
    color: rgb(220, 53, 69);
    background-color: rgba(220, 53, 69, 0.2);
}


.overflow-hidden {
    overflow: hidden;
}

.w-96 {
    width: 24rem;
}

.h-96 {
    height: 24rem;
}

.right-1\/4 {
    right: 25%;
}

.right-0 {
    right: 0px;
}

.left-0 {
    left: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-1\/4 {
    bottom: 25%;
}

.top-1\/4 {
    top: 25%;
}

.left-1\/4 {
    left: 25%;
}

.bg-emerald-400\/20 {
    background-color: rgb(52 211 153 / 0.2);
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--bg-opacity, 1));
}

.from-blue-900 {
    --gradient-from: #1e3a8a var(--gradient-from-position);
    --gradient-to: rgb(30 58 138 / 0) var(--gradient-to-position);
    --gradient-stops: var(--gradient-from), var(--gradient-to);
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-stops));
}

.blur-3xl {
    --blur: blur(64px);
    filter: var(--blur) var(--brightness) var(--contrast) var(--grayscale) var(--hue-rotate) var(--invert) var(--saturate) var(--sepia) var(--drop-shadow);
}

.bg-blue-500\/20 {
    background-color: rgb(59 130 246 / 0.2);
}

.to-gray-900 {
    --gradient-to: #111827 var(--gradient-to-position);
}

.via-gray-800 {
    --gradient-to: rgb(31 41 55 / 0) var(--gradient-to-position);
    --gradient-stops: var(--gradient-from), #1f2937 var(--gradient-via-position), var(--gradient-to);
}

.from-gray-900 {
    --gradient-from: #111827 var(--gradient-from-position);
    --gradient-to: rgb(17 24 39 / 0) var(--gradient-to-position);
    --gradient-stops: var(--gradient-from), var(--gradient-to);
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-stops));
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--bg-opacity, 1));
}

.border-gray-800 {
    opacity: 1;
    background-color: rgb(31, 41, 55);
}

.border,
.border-bottom,
.border-top {
    border-color: rgb(55, 65, 81) !important;
}

.list-group-item {
    border-color: rgb(55, 65, 81) !important;
}

.badge {
    padding: 6px 12px;
    border-radius: 30px;
}

.badge-primary {
    background-color: rgb(30, 58, 138, 0.3);
}

.text-uppercase {
    text-transform: uppercase;
}

.hero-image {
    background: linear-gradient(to bottom right, #111827, #1f2937);
    font-weight: 600;
    background-position: center;
    background-size: cover;
    position: relative;
}

.text-cyan {
    --text-opacity: 1;
    color: rgb(34 211 238 / var(--text-opacity, 1));
}

.text-indigo {
    --text-opacity: 1;
    color: rgb(129 140 248 / var(--text-opacity, 1));
}

.bg-blue-gradient {
    background: linear-gradient(to bottom right, #2563eb, #1e40af);
}

.bg-cyan-gradient {
    background: linear-gradient(to bottom right, #3b82f6, #0891b2);
}

.bg-green-gradient {
    background: linear-gradient(to bottom right, #22c55e, #15803d);
}


.bg-yellow-gradient {
    background: linear-gradient(to bottom right, #eab308, #a16207);
}

.bg-green-blue-gradient {
    background: linear-gradient(to bottom right, #059669, #1d4ed8);
}

.border-hover-green,
.border-hover-primary,
.border-hover-purple {
    transition: all 0.2s;
}

.border-hover-green:hover {
    border-color: #22c55e !important;
}

.border-hover-primary:hover {
    border-color: #2563eb !important;
}

.border-hover-purple:hover {
    border-color: rgb(88, 28, 135) !important;
}


.w-20 {
    width: 5rem;
}

.h-20 {
    height: 5rem;
}

.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.h-4 {
    height: 1rem;
}

.w-4 {
    width: 1rem;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.grad-bg {
    background-image: linear-gradient(to bottom right, rgb(59 130 246 / 0.05), rgb(52 211 153 / 0.05));
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.text-yellow {
    color: rgb(250, 204, 21);
}

.bg-green-500 {
    background-color: rgb(34, 197, 94);
}


/* change form hint arrow color when valid */

.text-primary {
    color: #2563eb !important;
}

.bg-primary {
    background: #2563eb !important;
}

.bg-secondary {
    background: #E4F4FF !important;
}

.text-blue {
    color: #007BFF;
}

.bg-blue {
    --bg-opacity: 1;
    background-color: rgb(0 123 255 / var(--bg-opacity, 1));
}



.bg-green-600 {
    --bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--bg-opacity, 1));
}

.bg-indigo-900 {
    --bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--bg-opacity, 1));
}

.text-purple-400 {
    --text-opacity: 1;
    color: rgb(192 132 252 / var(--text-opacity, 1));
}

.text-indigo-400 {
    --text-opacity: 1;
    color: rgb(129 140 248 / var(--text-opacity, 1));
}

.bg-purple-900 {
    --bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--bg-opacity, 1));
}


.bg-opacity-50 {
    --bg-opacity: 0.5;
}

.bg-opacity-20 {
    --bg-opacity: 0.2;
}

.text-green {
    color: rgb(34, 197, 94);
}

.rounded-full {
    border-radius: 9999px;
}

.w-2 {
    width: 0.5rem;
}

.h-2 {
    height: 0.5rem;
}

.hero-text,
.hero-text-2 {
    color: #FFF;
    position: relative;
    padding: 60px 0 60px 0;
}

.hero-text-2 {
    padding: 90px 0;
    max-width: 700px;
}

.hero-text h1,
.hero-text-2 h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #FFF;
}

.hero-text h1 strong,
.hero-text-2 h1 strong {
    font-weight: 800;
}

.hero-text p,
.hero-text-2 p {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.7);
}

.hero-text .btn {
    font-size: 1.1rem;
    padding: 12px 20px;
}

.breadcrumb {
    background-color: transparent;
    box-shadow: none;
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }

    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

@media (max-width: 768px) {

    .hero-text h1,
    .hero-text-2 h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-image-other h1 {
        font-size: 26px !important;
    }

    .hero-text p,
    .hero-text-2 p {
        font-size: 16px;
    }

    .hero-text {
        padding: 40px 0;
        text-align: center;
    }
}

ul.image-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.image-list li {
    position: relative;
    padding: 12px 0;
}

ul.image-list li div {
    padding-left: 60px;
}

ul.image-list li img {
    width: 40px;
    position: absolute;
    left: 0;
}

.card {
    border: 1px solid #292E3F;
    border-radius: 12px;
    background: #111827;
}

.card-header {
    color: #fff;
}

.card-header a {
    color: #FFF;
    font-weight: 600;
}

.card-body {
    color: #CBD5E1;
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
    color: #FFF;
}


.list-group .list-group-item {
    background-color: transparent !important;
}

.no-style {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.show-back-to-top {
    display: block;
    right: 20px;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    font-size: 16px;
    opacity: 1;
    z-index: 1111;
    display: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #2d2d2d;
    color: #999;
}

footer {
    background: #10162B;
    font-size: 14px;
    padding: 40px 0;
    color: #d2d4d8;
}

footer a {
    color: #fff;
    background-color: #0F172A;
}

footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

footer li {
    padding: 6px 0px;
}

footer li a {
    color: rgba(255, 255, 255, 0.7);
}

footer li a:hover {
    color: rgb(255, 255, 255);
}

.auth-body {
    background: #0A0A0A;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 0 0 30px;
    font-size: 17px;
}

.auth-body a {
    text-decoration: underline;
}

.auth-body .container {
    max-width: 580px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .auth-body {
        padding: 20px 0;
        margin: 0;
    }
}

.auth-container {
    background: #121825;
    color: #CBD5E1;
    border-radius: 12px;
    padding: 45px 28px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
    font-size: 14px;
}

label {
    font-size: 14px !important;
    font-weight: normal;
}

.inset-0 {
    inset: 0px;
}

.rounded-0 {
    border-radius: 0 !important;
}

.input-group-text,
.custom-select,
.form-control,
.custom-file-label,
.btn-form {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.custom-file-label::after {
    content: "" !important;
}

.custom-file-label::before {
    font-size: 1.35em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #fff;
    margin-right: 12px;
    font-weight: 400;
    content: "\f15b";
}

.custom-file-label::after {
    background: transparent !important;
    border-left: none !important;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 17px;
    font-weight: 400;

}

input:-internal-autofill-selected {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.btn-form {
    color: rgba(255, 255, 255, 0.6) !important;
}

.no-input,
.no-input:focus,
.no-input:active,
.no-input:hover {
    background: none;
    border: none !important;
    outline: none;
    padding: 12px 16px;
    border-radius: 8px;
    font: inherit;
    color: inherit;
}

.auth-body a {
    color: #FFF;
}


/* Button Style */

::-webkit-validation-bubble-message {
    padding: 0;
}

.validate input:focus:invalid,
.validate textarea:focus:invalid,
.invalid {
    border-color: #b03535;
}

.form_hint {
    color: #FF3B30;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}

.form_hint::before {
    margin-right: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 800;
    content: "\f05a";
}

.password-strength-wrap {
    margin-top: 10px;
}

.password-strength-steps {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.password-strength-steps .step {
    flex: 1;
    height: 6px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    transition: 0.25s ease;
}

/* states */
.step.active-weak {
    background: #dc3545;
}

.step.active-fair {
    background: #ffc107;
}

.step.active-good {
    background: #20c997;
}

.step.active-strong {
    background: #28a745;
}

.password-strength-text {
    font-size: 13px;
    color: #aaa;
}

.password-strength-text strong {
    color: #fff;
}

.password-ok {
    color: #28a745 !important;
}

.password-bad {
    color: #dc3545 !important;
}



.account-sidebar {
    background: #0C0F19;
    width: 280px;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
    font-size: 12px;
}

.account-sidebar ul,
.account-sidebar nav {
    padding: 0px;
}

.account-sidebar li,
.account-sidebar ul {
    width: 100%;
}

.account-sidebar .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 8px 18px;
    display: block;
    font-weight: 500;
}

.account-sidebar .nav-link:hover {
    color: #f4333d;
}

.account-sidebar .nav-link i {
    width: 26px;
    color: #999999;
    font-size: 18px;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    transition: 0.5s all;
    z-index: 9999;
}

#confirm {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 10000000;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease;
    text-align: center;
    padding: 20px;
}

#confirm .container {
    background-color: #fff;
    width: 350px;
    top: 20%;
    padding: 0px;
    max-height: 95%;
    overflow: auto;
}

#confirm button {
    cursor: pointer;
}

#confirm .message {
    max-height: 50%;
    font-size: 16px;
}

@media (max-width: 768px) {
    #confirm .container {
        width: 90%;
        margin-top: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.list_style {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.growing_facts ul li p {
    font: 400 18px/28px "Lora", serif;
    font-style: italic;
}

blockquote {
    padding: 0;
    padding-left: 40px;
    margin: 0;
    position: relative;
}

blockquote::before {
    content: "“";
    font-size: 252px;
    font-style: italic;
    color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -110px;
    left: -30px;
}

@media (max-width: 768px) {
    blockquote {
        padding-left: 0px;
    }
}

ul.contact_list {
    background: url(../images/contactbg.png) no-repeat center;
    background-size: cover;
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
}

ul.contact_list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0;
    position: relative;
}

ul.contact_list li h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

ul.contact_list li:last-child {
    border: 0;
}

ul.contact_list li div {
    padding-left: 70px;
}

ul.contact_list li i {
    position: absolute;
    left: 24px;
    font-size: 22px;
}

.no-select {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    /* get rid of default appearance for IE8, 9 and 10*/
}

ul#switch_between {
    list-style: none;
    margin: 0;
    padding: 0;
}

#switch_between li {
    display: inline-block;
}

#switch_between li a {
    background-color: #EEEEEE;
    color: #F5961C;
    padding: 18px 32px;
    display: inline-block;
}

#switch_between li:first-child a {
    border-radius: 12px 0 0 12px;
    font-weight: 600;
}

#switch_between li:last-child a {
    border-radius: 0 12px 12px 0;
}

#switch_between li a.active {
    background-color: #F5961C;
    color: #FFF;
}

.price_title {
    font-size: 38px;
    font-weight: 700;
    color: #051441;
}

.pricing_body {
    position: relative;
    top: 0;
    transition: top 0.5s, box-shadow 0.5s;
}

.pricing_body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing_body ul li {
    padding: 8px 0;
    font-weight: 300;
}

.pricing_body:hover {
    position: relative;
    top: -40px;
    box-shadow: 0 0 3px #aaa;
}

.term-container {
    position: relative;
    margin-bottom: 30px;
}

.term-container .term-image {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.term-container img {
    transition: transform 0.5s;
}

.term-container img:hover {
    transform: scale(1.2, 1.2);
}

.term-container .term-desc {
    position: absolute;
    bottom: -30px;
    background-color: #fff;
    padding: 18px;
    width: 80%;
    left: 10%;
    text-align: center;
    border-radius: 10px;
}

.term-container .term-desc h6 {
    font-size: 20px;
    font-weight: 600;
}

.term-container .term-desc p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #808080;
    margin: 0;
}

.dropdown-toggle {
    clear: both;
}


.list-icon {
    background-color: #E9FBF4;
    border-radius: 50% 50% 50% 0px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}

.rounded-lg {
    border-radius: 20px;
}

.progress {
    background: rgba(180, 180, 180, .5);
}

/* Progressbar */

.progressBar {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    width: 100%;
    display: none;
    font-size: 13px;
}

.progressBar .bar {
    background-color: #2196f3;
    width: 0%;
    height: 18px;
}

.progressBar .percent {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    color: #FFF;
    width: 100%;
}

#imgChange {
    position: relative;
    font-size: 16px;
    border-radius: 8px;
    background-color: #0C0F19;
    color: #fff;
    padding: 8px;
}

#imgChange input[type="file"],
.upload-image-holder input[type="file"] {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.upload-image-holder {
    position: relative;
    overflow: hidden;
    height: 50px
}

.upload-image-holder img {
    position: absolute;
    left: 10;
}

.upload-image-holder .percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: 600;
}

.upload-image-desc {
    padding-left: 40px;
    padding-right: 34px;
    position: relative;
}

#myBar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(32, 188, 164);
}

.uploaded-file-holder {
    position: relative;
    height: 50px
}

.uploaded-file-desc {
    padding: 0px 40px 0 40px;
}

.uploaded-file-holder .uploaded-file-icon {
    position: absolute;
    left: 10px;
    font-size: 18px;
    color: #007bff;
    width: 20px
}

.uploaded-file-holder .action {
    position: absolute;
    right: 10px;
}

.share_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share_list li {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.buy_offer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99999999999999999;
    display: none;
}

.buy_offer_body {
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 20px 0px !important;
    right: 0;
    max-width: 340px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 26px 26px rgba(0, 0, 0, .2);
}

.in-highlight {
    border-bottom: 4px solid #2563eb;
    ;
}

.alert-secondary {
    background-color: #474747;
}

.hero-widget {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px 34px 30px;
    border-radius: 16px;
    font-size: 16px;
    box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.12);
}

.hero-widget .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
}

.card-white-drop {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.12);
}

.card-white-drop img {
    border-radius: 20px;
}

.card-white-drop::after {
    background: rgba(252, 180, 45, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    transform: rotate(-8deg);
    border-radius: 10px;
}

.mgm {
    border-radius: 7px;
    position: fixed;
    z-index: 90;
    bottom: 80px;
    left: 50px;
    background: #fff;
    padding: 10px 27px;
    max-width: 80%;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, .3);
}

.display-container {
    position: relative;
}

.text-container p {
    color: #b4b7bd;
    font-size: 18px;
    margin-top: 12px;
}

.text-container h5 {
    color: #007BFF;
    font-size: 16px;
}

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4 {
    color: #fff !important;
}

.text-container h3 {
    font-size: 22px;
}

.loading-container {
    background-color: #0A0A0A;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
}

.loading-item {
    text-align: center;
}

.loading-container .loader {
    display: inline-block;
    fill: none;
    stroke: #007BFF;
    stroke-linecap: round;
    stroke-width: 3px;
    pointer-events: none;
    user-select: none;
    vertical-align: middle;
    animation: 1s linear 0s infinite normal none running spin, 0.2s ease-in-out 0s 1 normal none running fadein;
}

.loading_text:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(6, end) 900ms infinite;
    animation: ellipsis steps(6, end) 900ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

hr {
    border-color: rgba(254, 254, 254, 0.3);
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.alert {
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px
}

.alert-info {
    background-color: #4285f4 !important;
    border: 2px solid #4285f4 !important;
}

.alert button.close {
    cursor: pointer;
    border: 0
}

.alert .close {
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    font-weight: normal
}

.alert-success {
    background-color: #08b04f38;
    color: rgb(34, 197, 94);
    border: none
}

.alert-warning {
    background-color: #ffb70033;
    color: #ffc107;
    border: none;
}

.alert-danger {
    background-color: #92191933;
    color: rgb(155, 51, 51);
    border: none;
}

.fade_info {
    background-color: #d9e6fb;
    border: 1px solid #4285f4
}

.fade_info .close {
    color: #4285f4
}

.fade_info strong {
    color: #4285f4
}

.fade_success {
    background-color: #c9ffe5;
    border: 1px solid #09c97f
}

.fade_success .close {
    color: #09c97f
}

.fade_success strong {
    color: #09c97f
}

.fade_warning {
    background-color: #fff0cc;
    border: 1px solid #f8b15d
}

.fade_warning .close {
    color: #f8b15d
}

.fade_warning strong {
    color: #f8b15d
}

.fade_error {
    background-color: #ffdbdb;
    border: 1px solid #f95668
}

.fade_error .close {
    color: #f95668
}

.fade_error strong {
    color: #f95668
}


/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 450px;
    /* Set a default minimum width */
    margin-left: -225px;
    /* Divide value of min-width by 2 */
    background-color: #222;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    padding: 8px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: -30px;
    /* 30px from the bottom */
    transition: all 0.5s;
    z-index: 9999999;
}

#snackbar.show_snackbar {
    visibility: visible;
    bottom: 0;
}

@media (min-width: 600px) {
    #snackbar {
        bottom: 26px;
        border-radius: 4px;
    }

    #snackbar.show_snackbar {
        bottom: 8px;
    }

    .container-fluid,
    .navbar-expand>.container,
    .navbar-expand>.container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.page-link {
    color: #007bff;
    background-color: #131824;
    border-color: #19202F;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #131824;
    border-color: #19202F;
}

td {
    vertical-align: middle !important;
}



#images_preview {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#images_preview li {
    height: 70px;
    width: 70px;
    position: relative;
    float: left;
    margin: 2px;
}

.display-container {
    position: relative
}

.display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.d-container {
    position: relative
}

.d-middle {
    position: absolute;
    left: 0;
    top: 35%;
    text-align: center
}

.d-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.d-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.d-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.d-top {
    position: absolute;
    top: 0;
}

.d-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}

.d-bottom {
    position: absolute;
    bottom: 0;
}

.d-full {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}


.top_action_style {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(254, 254, 254, 0.6);
    border-radius: 20px 0 20px 20px;
    font-size: 30px;
    line-height: 1;
    padding: 0 5px 5px 5px
}

.top_action_style:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(254, 254, 254, 0.9);
}



.rating {
    border: none;
    float: left;
}

.rating input {
    display: none;
}

.rating label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 800;
    content: "\f005";
}

.rating .half:before {
    content: "\f089";
    position: absolute;
}

.rating label {
    color: #ddd;
    float: right;
}

.rating input:checked~label,
.rating:not(:checked) label:hover,
.rating:not(:checked) label:hover~label {
    color: #FFD700;
}

.rating input:checked+label:hover,
.rating input:checked~label:hover,
.rating label:hover~input:checked~label,
.rating input:checked~label:hover~label {
    color: #FFED85;
}




.opacity-20 {
    opacity: 0.2;
}

.h-full {
    height: 100%;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.duration-300 {
    transition-duration: 300ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-10 {
    opacity: 0.1;
}

.rotate-1 {
    --rotate: 1deg;
    transform: translate(0, 0) rotate(1deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}


.readmore-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.readmore-box.expanded .readmore-text {
    -webkit-line-clamp: unset;
    overflow: visible;
}


ul.list-check li {
    list-style-type: none;
    /* Hide default bullets */
    position: relative;
    padding-left: 1.6em;
    /* Make room for the icon */
    margin-bottom: 12px;
}

ul.list-check li::before {
    content: "\f058";
    /* Unicode for the 'check' icon */
    font-family: "Font Awesome 5 Free";
    /* Required for free icons */
    font-weight: 900;
    /* Required for solid style icons */
    position: absolute;
    left: 0;
    top: 0.125em;
    /* Adjust vertical alignment as needed */
    color: #22c55e;
    /* Example: change icon color */
}



#notify-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: auto;
    max-width: 90%;
}

.notify {
    min-width: 280px;
    max-width: 400px;
    margin-bottom: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.notify.show {
    opacity: 1;
    transform: translateY(0);
}

.notify-success {
    background: #28a745;
}

.notify-error {
    background: #dc3545;
}