/* -----------------------
[Master Stylesheet]

Template Name: Affan - PWA Mobile HTML Template
Template Author: Designing World
Template Author URL: https://themeforest.net/user/designing-world
Version: 1.3.0
Last Updated: September 3, 2021
Created: December 10, 2020

[Table of Contents]
    * Variables
        + Fonts
        + Colors
        + Responsive
    * Main Styles
        + Preloader
        + Bs-color-reset
        + Reboot
        + Shortcode
        + Miscellaneous
        + Internet-status
        + Animation
        + Register
        + Header
        + Sidenav
        + Footer
    * Element CSS
        + Btn
        + Badge
        + Breadcrumb
        + Accordion
        + Alerts
        + Divider
        + Coming-soon
        + Card
        + Carousel
        + Countdown
        + Counterup
        + Form
        + Hero-block
        + Image-gallery
        + List-group
        + Loader
        + Modal
        + Notification
        + Pagination
        + Partner
        + Price-table
        + Progress
        + Rating
        + Scrollspy
        + Table
        + Testimonial
        + Timeline
        + Toast
    * Page CSS
        + Blog
        + Cart
        + Language
        + Product
        + Service
        + Team
        + User-profile
        + Demo
    * RTL & Dark CSS
        + RTL
        + Dark

# [font-family]
"Poppins", sans-serif;
----------------------- */


/* :: Preloader CSS */

#preloader {
    background-color: #f1f2fb;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* :: Bootstrap Color Reset CSS */

a {
    color: #0d5afd;
}

kbd {
    background-color: #061238;
}

caption {
    color: #8480ae;
}

.blockquote-footer {
    color: #8480ae;
}

.img-thumbnail {
    border-color: #ebebeb;
}

.figure-caption {
    color: #8480ae;
}

.table {
    border-color: #ebebeb;
}

.table-primary {
    color: #1f0757;
}

.table-secondary {
    color: #1f0757;
}

.table-success {
    color: #1f0757;
}

.table-info {
    color: #1f0757;
}

.table-warning {
    color: #1f0757;
}

.table-danger {
    color: #1f0757;
}

.table-light {
    color: #1f0757;
}

.form-text {
    color: #8480ae;
}

.form-control {
    color: #1f0757;
    border-color: #ebebeb;
}

.form-control::-webkit-input-placeholder {
    color: #8480ae;
}

.form-control::-moz-placeholder {
    color: #8480ae;
}

.form-control::-ms-input-placeholder {
    color: #8480ae;
}

.form-control:-ms-input-placeholder {
    color: #8480ae;
}

.form-control::placeholder {
    color: #8480ae;
}

.form-control-plaintext {
    color: #1f0757;
}

.form-select {
    color: #1f0757;
    border-color: #ebebeb;
}

.form-select:focus::-ms-value {
    color: #1f0757;
    background-color: #ffffff;
}

.form-select:disabled {
    color: #8480ae;
    background-color: #f1f2fb;
}

.form-check-input {
    background-color: #ffffff;
    border: 1px solid #8b8b8b;
}

#id3 {
    background-color: #6a3061;
    border-color: #6a3061;
    margin-left: -21px;
    margin-right: 2px;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.form-file-text {
    color: #1f0757;
    background-color: #ffffff;
}

.form-file-button {
    color: #1f0757;
    background-color: #f1f2fb;
}

.form-range::-webkit-slider-thumb {
    background-color: #0d5afd;
}

.form-range::-moz-range-thumb {
    background-color: #0d5afd;
}

.form-range::-ms-thumb {
    background-color: #0d5afd;
}

.input-group-text {
    color: #1f0757;
    background-color: #cff2ff;
    border-color: #cff2ff;
}

.valid-feedback {
    color: #2ecc4a;
}

.valid-tooltip {
    color: #ffffff;
    background-color: rgba(40, 167, 69, 0.9);
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #2ecc4a;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #2ecc4a;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #2ecc4a;
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #2ecc4a;
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #2ecc4a;
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #2ecc4a;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #2ecc4a;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #2ecc4a;
}

.was-validated .form-file-input:valid~.form-file-label,
.form-file-input.is-valid~.form-file-label {
    border-color: #2ecc4a;
}

.was-validated .form-file-input:valid:focus~.form-file-label,
.form-file-input.is-valid:focus~.form-file-label {
    border-color: #2ecc4a;
}

.invalid-feedback {
    color: #ea4c62;
}

.invalid-tooltip {
    color: #ffffff;
    background-color: rgba(220, 53, 69, 0.9);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ea4c62;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ea4c62;
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #ea4c62;
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ea4c62;
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #ea4c62;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #ea4c62;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #ea4c62;
}

.was-validated .form-file-input:invalid~.form-file-label,
.form-file-input.is-invalid~.form-file-label {
    border-color: #ea4c62;
}

.was-validated .form-file-input:invalid:focus~.form-file-label,
.form-file-input.is-invalid:focus~.form-file-label {
    border-color: #ea4c62;
}

.btn {
    color: #1f0757;
}

.btn:hover {
    color: #1f0757;
}

.btn-primary {
    color: #ffffff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #025ce2;
    border-color: #0257d5;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background-color: #025ce2;
    border-color: #0257d5;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0257d5;
    border-color: #0252c9;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #ffffff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.btn-secondary {
    color: #ffffff;
    background-color: #8480ae;
    border-color: #8480ae;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-success {
    color: #fff;
    background-color:#f25608;
    border-color:#f25608;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #f44336;
    border-color:#f44336;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:disabled,
.btn-success.disabled {
    color: #ffffff;
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}

.btn-info {
    color: #ffffff;
    background-color: #1787b8;
    border-color: #1787b8;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:disabled,
.btn-info.disabled {
    color: #ffffff;
    background-color: #1787b8;
    border-color: #1787b8;
}

.btn-warning {
    color: #ffffff;
    background-color:#411e3e;
    border-color:#411e3e;
}

.btn-warning:hover {
    color: #1f0757;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #1f0757;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #1f0757;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #1f0757;
    background-color: #f1b10f;
    border-color: #f1b10f;
}

.btn-danger {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.btn-light {
    color: #1f0757;
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}

.btn-light:hover {
    color: #1f0757;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #1f0757;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #1f0757;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:disabled,
.btn-light.disabled {
    color: #1f0757;
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}

.btn-dark {
    color: #ffffff;
    background-color: #061238;
    border-color: #061238;
}

.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #ffffff;
    background-color: #061238;
    border-color: #061238;
}

.btn-outline-primary {
    color: #0d5afd;
    border-color: #0d5afd;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #0d5afd;
}

.btn-outline-secondary {
    color: #8480ae;
    border-color: #8480ae;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #8480ae;
    border-color: #8480ae;
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #8480ae;
    border-color: #8480ae;
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #8480ae;
}

.btn-outline-success {
    color: #2ecc4a;
    border-color: #2ecc4a;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #ffffff;
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #2ecc4a;
}

.btn-outline-info {
    color: #1787b8;
    border-color: #1787b8;
}

.btn-outline-info:hover {
    color: #ffffff;
    background-color: #1787b8;
    border-color: #1787b8;
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #ffffff;
    background-color: #1787b8;
    border-color: #1787b8;
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #1787b8;
}

.btn-outline-warning {
    color: #f1b10f;
    border-color: #f1b10f;
}

.btn-outline-warning:hover {
    color: #1f0757;
    background-color: #f1b10f;
    border-color: #f1b10f;
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #1f0757;
    background-color: #f1b10f;
    border-color: #f1b10f;
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #f1b10f;
}

.btn-outline-danger {
    color: #ea4c62;
    border-color: #ea4c62;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #ea4c62;
}

.btn-outline-light {
    color: #f1f2fb;
    border-color: #f1f2fb;
}

.btn-outline-light:hover {
    color: #1f0757;
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #1f0757;
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f1f2fb;
}

.btn-outline-dark {
    color: #061238;
    border-color: #061238;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #061238;
    border-color: #061238;
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #061238;
    border-color: #061238;
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #061238;
}

.btn-link {
    color: #0d5afd;
}

.btn-link:hover {
    color: #024dbc;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #8480ae;
}

.dropdown-menu {
    color: #1f0757;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-divider {
    border-top: 1px solid #f1f2fb;
}

.dropdown-item {
    color: #1f0757;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    background-color: #f1f2fb;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    background-color: #0d5afd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #8480ae;
}

.dropdown-header {
    color: #8480ae;
}

.dropdown-item-text {
    color: #1f0757;
}

.nav-link.disabled {
    color: #8480ae;
}

.nav-tabs {
    border-bottom-color: #ebebeb;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #f1f2fb #f1f2fb #ebebeb;
}

.nav-tabs .nav-link.disabled {
    color: #8480ae;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #1f0757;
    background-color: #ffffff;
    border-color: #ebebeb #ebebeb #ffffff;
}

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

.breadcrumb {
    background-color: #f1f2fb;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #8480ae;
    content: "/";
}

.breadcrumb-item.active {
    color: #8480ae;
}

.page-link {
    color: #0d5afd;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.page-link:hover {
    color: #024dbc;
    background-color: #f1f2fb;
    border-color: #ebebeb;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.page-item.disabled .page-link {
    color: #8480ae;
    background-color: #ffffff;
    border-color: #ebebeb;
}

.progress {
    background-color: #f1f2fb;
}

.progress-bar {
    color: #ffffff;
    background-color: #0d5afd;
}

.list-group-item-action {
    color: #1f0757;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #1f0757;
    background-color: #f1f2fb;
}

.list-group-item-action:active {
    color: #1f0757;
    background-color: #f1f2fb;
}

.list-group-item {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #8480ae;
    background-color: #ffffff;
}

.list-group-item.active {
    color: #ffffff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.toast {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.toast-header {
    color: #8480ae;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-header {
    border-bottom: 1px solid #ebebeb;
}

.modal-footer {
    border-top: 1px solid #ebebeb;
}

.popover-body {
    color: #1f0757;
}

.link-primary {
    color: #0d5afd;
}

.link-primary:hover,
.link-primary:focus {
    color: #024dbc;
}

.link-secondary {
    color: #8480ae;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #494f54;
}

.link-success {
    color: #2ecc4a;
}

.link-success:hover,
.link-success:focus {
    color: #19692c;
}

.link-info {
    color: #1787b8;
}

.link-info:hover,
.link-info:focus {
    color: #0f6674;
}

.link-warning {
    color: #f1b10f;
}

.link-warning:hover,
.link-warning:focus {
    color: #ba8b00;
}

.link-danger {
    color: #ea4c62;
}

.link-danger:hover,
.link-danger:focus {
    color: #a71d2a;
}

.link-light {
    color: #f1f2fb;
}

.link-light:hover,
.link-light:focus {
    color: #cbd3da;
}

.link-dark {
    color: #061238;
}

.link-dark:hover,
.link-dark:focus {
    color: #121416;
}

.border {
    border-color: #ebebeb !important;
}

.border-top {
    border-top-color: #ebebeb !important;
}

.border-end {
    border-right-color: #ebebeb !important;
}

.border-bottom {
    border-bottom-color: #ebebeb !important;
}

.border-start {
    border-left-color: #ebebeb !important;
}

.border-primary {
    border-color: #0d5afd !important;
}

.border-secondary {
    border-color: #8480ae !important;
}

.border-success {
    border-color: #2ecc4a !important;
}

.border-info {
    border-color: #1787b8 !important;
}

.border-warning {
    border-color: #f1b10f !important;
}

.border-danger {
    border-color: #ea4c62 !important;
}

.border-light {
    border-color: #f1f2fb !important;
}

.border-dark {
    border-color: #061238 !important;
}

.text-primary {
    color: #0d5afd !important;
}

.text-secondary {
    color: #8480ae !important;
}

.text-success {
    color: #2ecc4a !important;
}

.text-info {
    color: #1787b8 !important;
}

.text-warning {
    color: #f1b10f !important;
}

.text-danger {
    color: #ea4c62 !important;
}

.text-light {
    color: #f1f2fb !important;
}

.text-dark {
    color: #061238 !important;
}

.text-body {
    color: #1f0757 !important;
}

.text-muted {
    color: #8480ae !important;
}

.bg-primary {
    background-color: #0d5afd !important;
}

.bg-secondary {
    background-color: #8480ae !important;
}

.bg-success {
    background-color: #2ecc4a !important;
}

.bg-info {
    background-color: #1787b8 !important;
}

.bg-warning {
    background-color: #f1b10f !important;
}

.bg-danger {
    background-color: #ea4c62 !important;
}

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

.bg-dark {
    background-color: #061238 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f1f2fb;
}

.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #1f0757;
}

.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #1f0757;
}

.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #1f0757;
}

.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #1f0757;
}

.tooltip-inner {
    padding: 0.375rem 1rem;
    background-color: #1f0757;
}

.tooltip.show {
    opacity: 1;
}


/* :: Reboot CSS */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #8480ae;
    scrollbar-width: thin;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f0757;
}

p {
    font-size: 14px;
    color: #000;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
    text-decoration: none;
}

ul li:hover,
ul li:focus {
    list-style: none;
    text-decoration: none;
}

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

@media only screen and (min-width:1400px) {
    .container {
        max-width: 760px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .container {
        max-width: 740px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
        max-width: 580px;
    }
}

.custom-container {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width:1400px) {
    .custom-container {
        max-width: 500px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .custom-container {
        max-width: 480px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .custom-container {
        max-width: 480px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .custom-container {
        max-width: 450px;
    }
}

@media only screen and (max-width:767px) {
    .custom-container {
        max-width: 300px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .custom-container {
        max-width: 320px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .custom-container {
        max-width: 370px;
    }
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    letter-spacing: -1px;
}


/* :: Animation CSS */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}

@keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}

@-webkit-keyframes circlebig {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circlebig {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dotloader {
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

@keyframes dotloader {
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

@-webkit-keyframes circleloader2 {
    0% {
        width: 0%;
        height: 0%;
    }
    40% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }
    100% {
        width: 240%;
        height: 240%;
        opacity: 0;
    }
}

@keyframes circleloader2 {
    0% {
        width: 0%;
        height: 0%;
    }
    40% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }
    100% {
        width: 240%;
        height: 240%;
        opacity: 0;
    }
}

@-webkit-keyframes toast-animation {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes toast-animation {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@-webkit-keyframes typingg {
    0% {
        top: 0;
    }
    50% {
        top: -6px;
    }
    100% {
        top: 0;
    }
}

@keyframes typingg {
    0% {
        top: 0;
    }
    50% {
        top: -6px;
    }
    100% {
        top: 0;
    }
}


/* :: Shortcodes CSS */

.fz-14 {
    font-size: 14px !important;
}

.fz-12 {
    font-size: 12px !important;
}

input:required,
textarea:required,
input:invalid,
textarea:invalid {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.list-unstyled li {
    margin-top: 0.5rem;
    list-style: circle;
}

.list-unstyled li:first-child {
    margin-top: 0;
}

.list-unstyled li ul li:first-child {
    margin-top: 0.5rem;
}

.img-circle {
    border-radius: 50% !important;
}

.bi {
    display: inline-block;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    content: "";
    background-color: #061238;
    opacity: 0.75;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-gray {
    background-color: #f1f2fb !important;
}

.stretched-link {
    position: relative;
    z-index: 1;
    text-decoration: underline;
}

.stretched-link:hover,
.stretched-link:focus {
    text-decoration: underline;
}

.border-content small {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0.5rem;
}

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

.rounded-top {
    border-top-left-radius: 0.325rem !important;
    border-top-right-radius: 0.325rem !important;
}

.rounded-right {
    border-top-right-radius: 0.325rem !important;
    border-bottom-right-radius: 0.325rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.325rem !important;
    border-bottom-left-radius: 0.325rem !important;
}

.rounded-left {
    border-bottom-left-radius: 0.325rem !important;
    border-top-left-radius: 0.325rem !important;
}

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

.dark-mode-switching,
.rtl-mode-switching {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #ffffff;
    display: none;
}

.dark-mode-switching svg,
.rtl-mode-switching svg {
    margin: 0 auto 0.5rem;
    color: #1f0757;
}

.dark-mode-switching .dark-mode-text,
.dark-mode-switching .rtl-mode-text,
.rtl-mode-switching .dark-mode-text,
.rtl-mode-switching .rtl-mode-text {
    display: none;
}

.dark-mode-switching .light-mode-text,
.dark-mode-switching .ltr-mode-text,
.rtl-mode-switching .light-mode-text,
.rtl-mode-switching .ltr-mode-text {
    display: block;
}

.home-page-toast {
    position: fixed !important;
    z-index: 1000 !important;
    top: 65px;
    right: 15px;
    max-width: 18.5rem;
}


/* :: Miscellaneous CSS */

.page-content-wrapper {
    margin-top: 15px;
    margin-bottom: 62px;
}

.affan-page-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 1rem;
    background-color: transparent;
    padding: 0.5rem 0;
    color: #073984;
    border-radius: 0.5rem;
    border: 1px solid transparent;
}

.affan-page-item .icon-wrapper {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-right: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.affan-page-item .icon-wrapper svg {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.affan-page-item>i {
    margin-left: auto;
}

.affan-page-item.active,
.affan-page-item:hover,
.affan-page-item:focus {
    background-color: #ffffff;
    border-color: #ebebeb;
    -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);
    padding: 0.5rem 0.75rem;
}

.affan-page-item.active .icon-wrapper,
.affan-page-item:hover .icon-wrapper,
.affan-page-item:focus .icon-wrapper {
    background-color: #c2d4f8;
}

.affan-element-item {
    background-color: transparent;
    margin: 1rem 0;
}

a.affan-element-item {
    margin: 0.25rem 0;
    background-color: #ffffff;
    padding: 0.625rem 1rem;
    color: #073984;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25rem;
}

a.affan-element-item i {
    margin-left: auto;
}

.element-heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.element-heading-wrapper i {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #0d5afd;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    min-width: 2.5rem;
    color: #ffffff;
    font-size: 1.25rem;
}

.element-heading-wrapper span {
    font-size: 13px;
    color: #8480ae;
    display: block;
}

.order-success-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 3rem;
}

.single-setting-panel .form-check-label {
    color: #8480ae;
    font-weight: 500;
}

.single-setting-panel a {
    color: #8480ae;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-setting-panel a .icon-wrapper {
    background-color: #0d5afd;
    margin-right: 0.5rem;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.single-setting-panel a .icon-wrapper svg,
.single-setting-panel a .icon-wrapper i {
    color: #ffffff;
    line-height: 1;
}

.single-setting-panel a:hover,
.single-setting-panel a:focus {
    color: #0d5afd;
}

.single-setting-panel:last-child a {
    margin-bottom: 0;
}

.single-setting-panel .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-setting-panel .form-check label {
    margin-left: 0.5rem;
}

#setting-popup-overlay {
    position: fixed !important;
    z-index: 100 !important;
    background-color: #061238;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

#setting-popup-overlay.active {
    opacity: 0.85;
    visibility: visible;
}

.setting-popup-card {
    position: fixed !important;
    height: auto;
    width: calc(100% - 1rem);
    z-index: 10000 !important;
    top: 58px;
    left: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.setting-popup-card #settingCardClose {
    cursor: pointer;
}

.setting-popup-card.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}


/* :: Internet Status CSS */

.internet-connection-status {
    display: none;
    position: fixed;
    background-color: transparent;
    width: 100%;
    height: 32px;
    z-index: 99999;
    text-align: center;
    color: #ffffff;
    bottom: 62px;
    left: 0;
    right: 0;
    line-height: 32px;
    font-weight: 700;
    font-size: 12px;
}


/* :: Register CSS */

.login-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    overflow-y: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-x: hidden;
    background-color: #ffffff;
}

.login-wrapper .brand-logo {
    max-height: 26px;
}

.login-wrapper .login-intro-img {
    max-height: 16rem;
}

.login-back-button {
    position: fixed;
    top: 2rem;
    left: 28px;
    z-index: 100;
}

.register-form {
    position: relative;
    z-index: 1;
}

.register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: 1rem;
    margin-bottom: 0.25rem;
}

.register-form .password-score,
.register-form .password-recommendation {
    display: none !important;
}

.register-form #password-recommendation-heading {
    font-weight: 700;
    color: #2ecc4a;
    font-size: 16px;
}

.register-form .form-check-label {
    font-size: 14px;
}

.login-meta-data a {
    font-size: 14px;
    color: #1f0757;
    font-weight: 500;
}

.login-meta-data a:hover,
.login-meta-data a:focus {
    color: #0d5afd;
}

.login-meta-data p a {
    color: #1f0757;
    font-weight: 500;
    margin-left: 0.25rem;
}

.login-meta-data p a:hover,
.login-meta-data p a:focus {
    color: #0d5afd;
}

.otp-form {
    position: relative;
    z-index: 1;
}

.otp-form select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    text-align: left;
}

.otp-verify-form {
    position: relative;
    z-index: 1;
    text-align: center;
}

.otp-verify-form .form-control {
    font-weight: 700;
    text-align: center;
}

.otp-sec {
    color: #1f0757;
    font-weight: 700;
}

form .btn {
    padding: 9px 16px;
}

form .btn.btn-lg {
    padding: 12px 16px;
}

form .btn.btn-sm {
    padding: 3px 12px;
}


/* :: Header Area */

.header-area {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    width: 100%;
    /* height: 50px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #ebebeb;
}

.header-content {
    z-index: 1;
    /* height: 50px; */
    margin-bottom: 6px;
}

.header-content .back-button a {
    display: block;
    margin-left: -0.25rem;
}

.header-content .logo-wrapper a {
    display: block;
}

.header-content .logo-wrapper a img {
    max-height: 75px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    
}

.header-content .navbar--toggler {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.header-content .navbar--toggler span {
    width: 23px;
    height: 2px;
    background-color: #1f0757;
    margin-bottom: 5px;
}

.header-content .navbar--toggler span:nth-child(2) {
    width: 18px;
}

.header-content .navbar--toggler span:last-child {
    margin-bottom: 0;
    width: 13px;
}

.header-content .setting-trigger-btn {
    position: relative;
    z-index: 1;
    display: block;
    color: #1f0757;
    cursor: pointer;
}

.header-content .setting-trigger-btn span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #0d5afd;
    position: absolute;
    top: 4px;
    right: 1px;
    border-radius: 50%;
    -webkit-animation: flashing 1.2s 0s infinite;
    animation: flashing 1.2s 0s infinite;
}

.header-content .search-trigger-btn {
    color: #1f0757;
}

.header-content .search-trigger-btn:hover,
.header-content .search-trigger-btn:focus {
    color: #0d5afd;
}

.header-content.header-style-two .search-trigger-btn {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: block;
    color: #1f0757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-content.header-style-two .search-trigger-btn:hover,
.header-content.header-style-two .search-trigger-btn:focus {
    color: #0d5afd;
}

.header-content.header-style-two .navbar--toggler {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-content.header-style-two .navbar--toggler span {
    width: 14px;
    margin-bottom: 3px;
    border-radius: 0;
    color: #8480ae;
}

.header-content.header-style-two .navbar--toggler span:last-child {
    margin-bottom: 0;
}

.header-content.header-style-three .user-profile-trigger-btn {
    width: 2rem;
    height: 2rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: block;
    color: #1f0757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-content.header-style-three .user-profile-trigger-btn img {
    border-radius: 50%;
}

.header-content.header-style-three .user-profile-trigger-btn:hover,
.header-content.header-style-three .user-profile-trigger-btn:focus {
    color: #0d5afd;
}

.header-content.header-style-three .navbar--toggler {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-content.header-style-three .navbar--toggler span {
    width: 14px;
    margin-bottom: 3px;
    border-radius: 0;
    color: #8480ae;
}

.header-content.header-style-three .navbar--toggler span:last-child {
    margin-bottom: 0;
}

.header-content.header-style-four .user-profile-trigger-btn {
    width: 2rem;
    height: 2rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: block;
}

.header-content.header-style-four .user-profile-trigger-btn img {
    border-radius: 50%;
}

.header-content.header-style-four .user-profile-trigger-btn:hover,
.header-content.header-style-four .user-profile-trigger-btn:focus {
    color: #0d5afd;
}

.header-content.header-style-five .navbar--toggler {
    /* border: 2px solid #ebebeb; */
    padding: 5px;
    border-radius: 4px;
}

.header-content.header-style-five .navbar--toggler span {
    width: 18px;
    margin-bottom: 4px;
}

.header-content.header-style-five .navbar--toggler span:last-child {
    margin-bottom: 0;
}

.header-content.header-style-six .search-trigger-btn {
    color: #1f0757;
}

.header-content.header-style-six .search-trigger-btn:hover,
.header-content.header-style-six .search-trigger-btn:focus {
    color: #0d5afd;
}

.bg-success .header-content .navbar--toggler,
.bg-primary .header-content .navbar--toggler,
.bg-secondary .header-content .navbar--toggler,
.bg-dark .header-content .navbar--toggler,
.bg-danger .header-content .navbar--toggler,
.bg-info .header-content .navbar--toggler,
.bg-warning .header-content .navbar--toggler {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-success .header-content .navbar--toggler span,
.bg-primary .header-content .navbar--toggler span,
.bg-secondary .header-content .navbar--toggler span,
.bg-dark .header-content .navbar--toggler span,
.bg-danger .header-content .navbar--toggler span,
.bg-info .header-content .navbar--toggler span,
.bg-warning .header-content .navbar--toggler span {
    background-color: #ffffff;
}

.bg-success .header-content .setting-trigger-btn,
.bg-primary .header-content .setting-trigger-btn,
.bg-secondary .header-content .setting-trigger-btn,
.bg-dark .header-content .setting-trigger-btn,
.bg-danger .header-content .setting-trigger-btn,
.bg-info .header-content .setting-trigger-btn,
.bg-warning .header-content .setting-trigger-btn {
    color: #ffffff;
}

.bg-success .header-content .setting-trigger-btn:hover,
.bg-success .header-content .setting-trigger-btn:focus,
.bg-primary .header-content .setting-trigger-btn:hover,
.bg-primary .header-content .setting-trigger-btn:focus,
.bg-secondary .header-content .setting-trigger-btn:hover,
.bg-secondary .header-content .setting-trigger-btn:focus,
.bg-dark .header-content .setting-trigger-btn:hover,
.bg-dark .header-content .setting-trigger-btn:focus,
.bg-danger .header-content .setting-trigger-btn:hover,
.bg-danger .header-content .setting-trigger-btn:focus,
.bg-info .header-content .setting-trigger-btn:hover,
.bg-info .header-content .setting-trigger-btn:focus,
.bg-warning .header-content .setting-trigger-btn:hover,
.bg-warning .header-content .setting-trigger-btn:focus {
    color: #ffffff;
}

.bg-success .header-content .search-trigger-btn,
.bg-primary .header-content .search-trigger-btn,
.bg-secondary .header-content .search-trigger-btn,
.bg-dark .header-content .search-trigger-btn,
.bg-danger .header-content .search-trigger-btn,
.bg-info .header-content .search-trigger-btn,
.bg-warning .header-content .search-trigger-btn {
    color: #ffffff;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-success .header-content .search-trigger-btn:hover,
.bg-success .header-content .search-trigger-btn:focus,
.bg-primary .header-content .search-trigger-btn:hover,
.bg-primary .header-content .search-trigger-btn:focus,
.bg-secondary .header-content .search-trigger-btn:hover,
.bg-secondary .header-content .search-trigger-btn:focus,
.bg-dark .header-content .search-trigger-btn:hover,
.bg-dark .header-content .search-trigger-btn:focus,
.bg-danger .header-content .search-trigger-btn:hover,
.bg-danger .header-content .search-trigger-btn:focus,
.bg-info .header-content .search-trigger-btn:hover,
.bg-info .header-content .search-trigger-btn:focus,
.bg-warning .header-content .search-trigger-btn:hover,
.bg-warning .header-content .search-trigger-btn:focus {
    color: #ffffff;
}

.bg-success .header-content .user-profile-trigger-btn,
.bg-primary .header-content .user-profile-trigger-btn,
.bg-secondary .header-content .user-profile-trigger-btn,
.bg-dark .header-content .user-profile-trigger-btn,
.bg-danger .header-content .user-profile-trigger-btn,
.bg-info .header-content .user-profile-trigger-btn,
.bg-warning .header-content .user-profile-trigger-btn {
    color: #ffffff;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-success .header-content .user-profile-trigger-btn:hover,
.bg-success .header-content .user-profile-trigger-btn:focus,
.bg-primary .header-content .user-profile-trigger-btn:hover,
.bg-primary .header-content .user-profile-trigger-btn:focus,
.bg-secondary .header-content .user-profile-trigger-btn:hover,
.bg-secondary .header-content .user-profile-trigger-btn:focus,
.bg-dark .header-content .user-profile-trigger-btn:hover,
.bg-dark .header-content .user-profile-trigger-btn:focus,
.bg-danger .header-content .user-profile-trigger-btn:hover,
.bg-danger .header-content .user-profile-trigger-btn:focus,
.bg-info .header-content .user-profile-trigger-btn:hover,
.bg-info .header-content .user-profile-trigger-btn:focus,
.bg-warning .header-content .user-profile-trigger-btn:hover,
.bg-warning .header-content .user-profile-trigger-btn:focus {
    color: #ffffff;
}

.header-demo-bg {
    background-color: #ffffff;
}


/* :: Sidenav CSS */

.offcanvas-body {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.offcanvas-start {
    width: 320px;
}

.offcanvas-start .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1000;
}

.offcanvas-end {
    width: 320px;
}

.offcanvas-end .btn-close {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 1000;
}

.offcanvas-top .btn-close,
.offcanvas-bottom .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1000;
}

.sidenav-wrapper .sidenav-style1 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: -10;
    opacity: 0.1;
    width: 2rem;
    height: 3.5rem;
    border-radius: 2px 70px;
    background-color: #ffffff;
}

.sidenav-wrapper .sidenav-style1::after {
    content: "";
    width: 2rem;
    height: 0.25rem;
    background-color: #ffffff;
    position: absolute;
    border-radius: 0.5rem;
    bottom: 0.25rem;
    left: 2.5rem;
}

.sidenav-profile {
    position: relative;
    z-index: 1;
    background-color: #0d5afd;
    text-align: center;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.sidenav-profile .user-profile img {
    border-radius: 50%;
}

.sidenav-profile .user-info {
    position: relative;
    z-index: 1;
}

.sidenav-profile .user-info h6 {
    color: #ffffff;
}

.sidenav-profile .user-info span {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
}

.sidenav-nav {
    margin: 1.5rem 0;
    position: relative;
    z-index: 1;
}

.sidenav-nav li a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8480ae;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 14px;
    font-weight: 500;
}

.sidenav-nav li a i {
    margin-right: 1rem;
    font-size: 18px;
}

.sidenav-nav li a:hover {
    color: #0d5afd;
    background-color: #f1f2fb;
}

.sidenav-nav li .night-mode-nav {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 14px;
    font-weight: 500;
}

.sidenav-nav li .night-mode-nav .form-check {
    padding-top: 0.25rem;
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.sidenav-nav li .night-mode-nav .form-check input {
    margin: 0;
}

.sidenav-nav li .night-mode-nav i {
    margin-right: 1rem;
    font-size: 18px;
}

.sidenav-nav li .night-mode-nav:hover {
    color: #0d5afd;
    background-color: #f1f2fb;
}

.sidenav-nav li ul {
    display: none;
    background-color: #f1f2fb;
    padding-bottom: 0.75rem;
}

.sidenav-nav li ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.nav-url .dropdown-icon {
    margin-left: auto;
}

.nav-url .dropdown-icon i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 16px;
    color: #1f0757;
    margin-right: 0;
}

.nav-url.dd-open {
    background-color: #f1f2fb;
}

.nav-url.dd-open .dropdown-icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.social-info-wrap {
    padding: 1.5rem 1.25rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
}

.social-info-wrap a {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1;
    margin: 0 1rem;
    color: #8480ae;
}

.social-info-wrap a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8480ae;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    right: -19px;
}

.social-info-wrap a:last-child::after {
    display: none;
}

.social-info-wrap a:hover,
.social-info-wrap a:focus {
    color: #1f0757;
}

.copyright-info {
    padding: 0 1.5rem 1.5rem;
    text-align: center;
}

.copyright-info p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.copyright-info p a {
    padding-left: 0.25rem;
    font-size: 0.875rem;
}


/* :: Footer Nav CSS */

.footer-nav-area {
    position: fixed !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-top: 1px solid #ebebeb;
}

.footer-nav {
    background-color:#f25608;
    width: 100%;
    height: 62px;
}

.footer-nav ul {
    position: relative;
    z-index: 10;
    width: 100%;
}

.footer-nav ul li {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: #ffffff;
    z-index: 1;
}

.footer-nav ul li a svg {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-nav ul li a span {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #fff;
    display: block;
    margin-top: 0.25rem;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    color: #fff;
}

.footer-nav ul li a:hover span,
.footer-nav ul li a:focus span {
    color: #fff;
}

.footer-nav ul li.active a {
    color: #fff;
}

.footer-nav ul li.active a span {
    color: #fff;
}

.footer-nav.footer-style-two li.active a {
    position: relative;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(1, 52, 212, 0.3);
    margin: -25px auto 0;
    border-radius: 50%;
    color: #ffffff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.footer-nav.footer-style-two li.active a::before {
    border-radius: 50%;
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    right: 10%;
    z-index: -10;
    background-color: #0d5afd;
    content: "";
}

.footer-nav.footer-style-three ul li a {
    background-color: #f1f2fb;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav.footer-style-three ul li a:hover,
.footer-nav.footer-style-three ul li a:focus {
    background-color: #0d5afd;
    color: #ffffff;
}

.footer-nav.footer-style-three ul li.active a {
    background-color: #0d5afd;
    color: #ffffff;
}

.footer-nav.footer-style-four ul li {
    text-align: center;
}

.footer-nav.footer-style-four ul li a {
    color: #1f0757;
}

.footer-nav.footer-style-four ul li a:hover,
.footer-nav.footer-style-four ul li a:focus {
    color: #0d5afd;
}

.footer-nav.footer-style-four ul li span {
    font-size: 12px;
    display: block;
    margin-top: 0.25rem;
    font-weight: 500;
    line-height: 1;
}

.footer-nav.footer-style-four ul li.active a {
    color: #0d5afd;
}

.footer-nav.footer-style-five ul li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav.footer-style-five ul li::after {
    width: 2rem;
    height: 3px;
    background-color: #0d5afd;
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-nav.footer-style-five ul li.active::after,
.footer-nav.footer-style-five ul li:hover::after,
.footer-nav.footer-style-five ul li:focus::after {
    opacity: 1;
}

.footer-nav.footer-style-six ul li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav.footer-style-six ul li::after {
    width: 2rem;
    height: 3px;
    background-color: #0d5afd;
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-nav.footer-style-six ul li.active::after,
.footer-nav.footer-style-six ul li:hover::after,
.footer-nav.footer-style-six ul li:focus::after {
    opacity: 1;
}

.footer-nav.footer-style-seven ul li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav.footer-style-seven ul li::after {
    width: 7px;
    height: 7px;
    background-color: #2ecc4a;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-nav.footer-style-seven ul li.active::after,
.footer-nav.footer-style-seven ul li:hover::after,
.footer-nav.footer-style-seven ul li:focus::after {
    opacity: 1;
}

.horizontal-scroll.footer-nav ul {
    scrollbar-width: thin;
    overflow-x: scroll;
    overflow-y: hidden;
}

.horizontal-scroll.footer-nav ul li {
    padding: 0 1rem;
}

.bg-success.footer-nav ul li a,
.bg-primary.footer-nav ul li a,
.bg-secondary.footer-nav ul li a,
.bg-dark.footer-nav ul li a,
.bg-danger.footer-nav ul li a,
.bg-info.footer-nav ul li a,
.bg-warning.footer-nav ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.bg-success.footer-nav ul li a:hover,
.bg-success.footer-nav ul li a:focus,
.bg-primary.footer-nav ul li a:hover,
.bg-primary.footer-nav ul li a:focus,
.bg-secondary.footer-nav ul li a:hover,
.bg-secondary.footer-nav ul li a:focus,
.bg-dark.footer-nav ul li a:hover,
.bg-dark.footer-nav ul li a:focus,
.bg-danger.footer-nav ul li a:hover,
.bg-danger.footer-nav ul li a:focus,
.bg-info.footer-nav ul li a:hover,
.bg-info.footer-nav ul li a:focus,
.bg-warning.footer-nav ul li a:hover,
.bg-warning.footer-nav ul li a:focus {
    color: #ffffff;
}

.bg-success.footer-nav ul li.active a,
.bg-primary.footer-nav ul li.active a,
.bg-secondary.footer-nav ul li.active a,
.bg-dark.footer-nav ul li.active a,
.bg-danger.footer-nav ul li.active a,
.bg-info.footer-nav ul li.active a,
.bg-warning.footer-nav ul li.active a {
    color: #ffffff;
}


/* :: Button CSS */

.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 5px;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 1rem;
    padding: 10px 22px;
    border-radius: 7px;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 12px;
    padding: 0.25rem 0.625rem;
    border-radius: 5px;
}

.btn-round {
    border-radius: 50rem !important;
}

.btn-group-lg>.btn.btn-round,
.btn-lg.btn-round {
    padding: 11px 22px;
}

.btn-group-sm>.btn.btn-round,
.btn-sm.btn-round {
    padding: 0.25rem 0.75rem;
}

.btn-creative {
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
}

.btn-creative:hover,
.btn-creative:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-creative.btn-primary::after {
    background-color: #061238;
}

.btn-creative.btn-secondary::after {
    background-color: #1f0757;
}

.btn-creative.btn-success::after {
    background-color: #061238;
}

.btn-creative.btn-danger::after {
    background-color: #061238;
}

.btn-creative.btn-warning::after {
    background-color: #f1f2fb;
}

.btn-creative.btn-info::after {
    background-color: #061238;
}

.btn-creative.btn-light::after {
    background-color: #f1b10f;
}

.btn-creative.btn-dark::after {
    background-color: #0d5afd;
}

.btn-creative::after {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2;
    border-radius: 50%;
}

.btn-creative:hover::after,
.btn-creative:focus::after {
    top: -40%;
}

.btn>i {
    font-size: 1rem;
}

.btn-circle {
    border: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-circle>svg,
.btn-circle>i {
    font-size: 1.25rem;
    margin-right: 0;
    line-height: 1;
}

.btn-facebook {
    background-color: #1778f2;
    border-color: #1778f2;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #1778f2;
    border-color: #1778f2;
}

.btn-google {
    background-color: #EA4335;
    border-color: #EA4335;
}

.btn-google:hover,
.btn-google:focus {
    background-color: #EA4335;
    border-color: #EA4335;
}

.btn-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:hover,
.btn-twitter:focus {
    background-color: #1da1f2;
    border-color: #1da1f2;
}


/* :: Badge CSS */

.badge {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.badge-avater {
    position: relative;
    z-index: 1;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 2rem;
    font-weight: 700;
    font-size: 14px;
}

.badge-avater:hover,
.badge-avater:focus {
    color: #ffffff;
}

.badge-avater img {
    display: block;
}

.badge-avater .status {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    border: 2px solid #ffffff;
}

.badge-avater.badge-avater-sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 10px;
    line-height: 1.5rem;
}

.badge-avater.badge-avater-sm .status {
    width: 0.5rem;
    height: 0.5rem;
    bottom: -2px;
    right: -1px;
    border: 1px solid #ffffff;
}

.badge-avater.badge-avater-lg {
    width: 3rem;
    height: 3rem;
    font-size: 16px;
    line-height: 3rem;
}

.badge-avater.badge-avater-lg .status {
    width: 1rem;
    height: 1rem;
    bottom: 0;
    right: 0;
}

.badge-avater-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.badge-avater-group .badge-avater {
    margin-right: -0.75rem;
}

.badge-avater-group .badge-avater.badge-avater-sm {
    margin-right: -0.5rem;
}


/* :: Breadcrumb CSS */

.breadcrumb-wrapper {
    background-color: #ffffff;
}

.breadcrumb {
    background-color: #ffffff;
}

.breadcrumb-item {
    font-weight: 500;
    font-size: 14px;
}

.breadcrumb-one {
    position: relative;
    z-index: 1;
}

.breadcrumb-one .breadcrumb-item+.breadcrumb-item::before {
    color: #8480ae;
    content: ">";
}

.breadcrumb-one .breadcrumb-item {
    font-size: 14px;
    color: #1f0757;
}

.breadcrumb-one .breadcrumb-item a {
    color: #8480ae;
}

.breadcrumb-one .breadcrumb-item a:hover,
.breadcrumb-one .breadcrumb-item a:focus {
    color: #0d5afd;
}

.breadcrumb-two {
    position: relative;
    z-index: 1;
}

.breadcrumb-two .breadcrumb-item+.breadcrumb-item::before {
    color: #8480ae;
    content: "~";
}

.breadcrumb-two .breadcrumb-item {
    font-size: 14px;
    color: #1f0757;
}

.breadcrumb-two .breadcrumb-item a {
    color: #8480ae;
}

.breadcrumb-two .breadcrumb-item a:hover,
.breadcrumb-two .breadcrumb-item a:focus {
    color: #0d5afd;
}

.breadcrumb-three {
    position: relative;
    z-index: 1;
}

.breadcrumb-three .breadcrumb-item+.breadcrumb-item::before {
    color: #8480ae;
    content: ">";
}

.breadcrumb-three .breadcrumb-item {
    color: #1f0757;
}

.breadcrumb-three .breadcrumb-item a {
    color: #8480ae;
}

.breadcrumb-three .breadcrumb-item a i,
.breadcrumb-three .breadcrumb-item a svg {
    margin-right: 0.5rem;
    color: #1f0757;
}

.breadcrumb-three .breadcrumb-item a:hover,
.breadcrumb-three .breadcrumb-item a:focus {
    color: #0d5afd;
}

.breadcrumb-four {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-four .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: ">";
}

.breadcrumb-four .breadcrumb-item {
    color: #ffffff;
}

.breadcrumb-four .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-four .breadcrumb-item a:hover,
.breadcrumb-four .breadcrumb-item a:focus {
    color: #0d5afd;
}

.breadcrumb-colorful {
    position: relative;
    z-index: 1;
}

.breadcrumb-colorful .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    content: ">";
}

.breadcrumb-colorful .breadcrumb-item {
    font-size: 14px;
    color: #ffffff;
}

.breadcrumb-colorful .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.breadcrumb-colorful .breadcrumb-item a:hover,
.breadcrumb-colorful .breadcrumb-item a:focus {
    color: #ffffff;
}


/* :: Accordion CSS */

.accordion-button {
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #1f0757;
    border-color: #ebebeb;
    font-weight: 500;
}

.accordion-collapse {
    border-color: #ebebeb;
}

.accordion-style-one .accordion-item {
    margin-bottom: 0;
    border-bottom: 0;
}

.accordion-style-one .accordion-item h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #ebebeb;
    color: #0d5afd;
    cursor: pointer;
}

.accordion-style-one .accordion-item h6.collapsed {
    color: #1f0757;
}

.accordion-style-one .accordion-item h6 i {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-style-one .accordion-item h6.collapsed i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-style-one .accordion-item .accordion-collapse {
    border: 0 !important;
}

.accordion-style-one .accordion-item .accordion-body {
    border-bottom: 1px solid #ebebeb;
}

.accordion-style-one .accordion-item:last-child h6 {
    border-bottom: 1px solid #ebebeb;
}

.accordion-style-one .accordion-item:last-child h6.collapsed {
    border-bottom: 0;
}

.accordion-style-one .accordion-item:last-child .accordion-body {
    border-bottom: 0;
}

.accordion-style-two .accordion-item {
    margin-bottom: 0;
    border-bottom: 0;
}

.accordion-style-two .accordion-item h6 {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #ebebeb;
    color: #ea4c62;
    cursor: pointer;
}

.accordion-style-two .accordion-item h6.collapsed {
    color: #1f0757;
}

.accordion-style-two .accordion-item h6 i {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ea4c62;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion-style-two .accordion-item h6.collapsed i {
    background-color: #1f0757;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-style-two .accordion-item .accordion-collapse {
    border: 0 !important;
}

.accordion-style-two .accordion-item .accordion-body {
    border-bottom: 1px solid #ebebeb;
}

.accordion-style-two .accordion-item:last-child h6 {
    border-bottom: 1px solid #ebebeb;
}

.accordion-style-two .accordion-item:last-child h6.collapsed {
    border-bottom: 0;
}

.accordion-style-two .accordion-item:last-child .accordion-body {
    border-bottom: 0;
}

.accordion-style-three .accordion-item {
    margin-bottom: 0.25rem;
    border: 0;
}

.accordion-style-three .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-style-three .accordion-item h6 {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
    padding: 0.375rem 1rem;
    border-bottom: 1px solid #ebebeb;
    color: #0d5afd;
    cursor: pointer;
    font-size: 14px;
}

.accordion-style-three .accordion-item h6.collapsed {
    color: #1f0757;
}

.accordion-style-three .accordion-item h6 svg {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-style-three .accordion-item h6.collapsed svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-style-three .accordion-item .accordion-collapse {
    border: 0 !important;
}

.accordion-style-three .accordion-item .accordion-body {
    padding: 0.5rem;
}

.accordion-style-three .accordion-item:last-child h6 {
    border-bottom: 0;
}

.accordion-style-four .accordion-item {
    margin-bottom: 0;
}

.accordion-style-four .accordion-item h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
    padding: 0.5rem 0;
    color: #f1b10f;
    cursor: pointer;
}

.accordion-style-four .accordion-item h6.collapsed {
    color: #ffffff;
}

.accordion-style-four .accordion-item h6 svg {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-style-four .accordion-item h6.collapsed svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-style-four .accordion-item .accordion-collapse {
    border: 0 !important;
}

.accordion-style-four .accordion-item .accordion-body {
    padding: 0;
    padding-bottom: 0.5rem;
}

.accordion-style-four .accordion-item .accordion-body p {
    color: #c2d4f8;
}

.accordion-style-four .accordion-item:last-child h6 {
    border-bottom: 0;
}


/* :: Alert CSS */

.alert {
    padding: 0.625rem 0.75rem;
    font-size: 14px;
    border-radius: 0.25rem;
}

.alert-dismissible .btn-close {
    font-size: 10px;
}

.custom-alert-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1rem;
    padding-left: 27px;
    font-size: 13px;
    border-color: #ebebeb;
    border-radius: 0.25rem;
}

.custom-alert-1::after {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 30px);
    top: 15px;
    left: 12px;
    z-index: 1;
    border-radius: 1rem;
}

.custom-alert-1.alert-dismissible .close {
    position: relative;
    padding: 0.25rem;
    margin-left: 0.75rem;
    margin-left: auto;
}

.custom-alert-1 i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.custom-alert-1 svg {
    margin-right: 0.5rem;
}

.custom-alert-1.alert-primary {
    color: #0d5afd;
    background-color: transparent;
}

.custom-alert-1.alert-primary::after {
    background-color: #0d5afd;
}

.custom-alert-1.alert-secondary {
    color: #546474;
    background-color: transparent;
}

.custom-alert-1.alert-secondary::after {
    background-color: #546474;
}

.custom-alert-1.alert-success {
    color: #2ecc4a;
    background-color: transparent;
}

.custom-alert-1.alert-success::after {
    background-color: #2ecc4a;
}

.custom-alert-1.alert-danger {
    color: #ea4c62;
    background-color: transparent;
}

.custom-alert-1.alert-danger::after {
    background-color: #ea4c62;
}

.custom-alert-1.alert-warning {
    color: #f1b10f;
    background-color: transparent;
}

.custom-alert-1.alert-warning::after {
    background-color: #f1b10f;
}

.custom-alert-1.alert-info {
    color: #1787b8;
    background-color: transparent;
}

.custom-alert-1.alert-info::after {
    background-color: #1787b8;
}

.custom-alert-1.alert-light {
    color: #8480ae;
    background-color: transparent;
}

.custom-alert-1.alert-light::after {
    background-color: #f1f2fb;
}

.custom-alert-1.alert-dark {
    color: #1f0757;
    background-color: transparent;
}

.custom-alert-1.alert-dark::after {
    background-color: #061238;
}

.custom-alert-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1rem;
    font-size: 13px;
    color: #ffffff;
    border-color: transparent;
}

.custom-alert-2.alert-dismissible .close {
    position: relative;
    padding: 0.25rem;
    margin-left: 0.75rem;
    margin-left: auto;
}

.custom-alert-2 i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.custom-alert-2 svg {
    margin-right: 0.5rem;
}

.custom-alert-2.alert-primary {
    background-color: #0d5afd;
}

.custom-alert-2.alert-secondary {
    background-color: #546474;
}

.custom-alert-2.alert-success {
    background-color: #2ecc4a;
}

.custom-alert-2.alert-danger {
    background-color: #ea4c62;
}

.custom-alert-2.alert-warning {
    background-color: #f1b10f;
}

.custom-alert-2.alert-info {
    background-color: #1787b8;
}

.custom-alert-2.alert-light {
    color: #8480ae;
    background-color: #ffffff;
}

.custom-alert-2.alert-dark {
    background-color: #061238;
}

.custom-alert-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    font-size: 13px;
}

.custom-alert-3.alert-dismissible .close {
    position: relative;
    padding: 0.25rem;
    margin-left: 0.75rem;
    margin-left: auto;
}

.custom-alert-3 i {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.custom-alert-3 svg {
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    max-width: 30px;
}

.custom-alert-3 .alert-text h6 {
    margin-bottom: 0;
    color: inherit;
}

.custom-alert-3 .alert-text span {
    display: block;
    font-size: 12px;
    color: #8480ae;
    font-weight: 400;
}


/* Dividers CSS */

.divider {
    width: 100%;
    height: 2px;
    border-top: 2px solid #1f0757;
    position: relative;
    z-index: 1;
    margin: 1rem 0;
    clear: both;
}

.divider.divider-dotted {
    border-top-style: dotted;
}

.divider.divider-dotted {
    border-top-style: dotted;
}

.divider.divider-dashed {
    border-top-style: dashed;
}

.divider.divider-center-icon {
    margin: 2rem 0;
}

.divider.divider-center-icon>i {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #212729;
    color: #ffffff;
    text-align: center;
    line-height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.divider.divider-center-icon.border-primary i {
    background-color: #0d5afd;
}

.divider.divider-center-icon.border-secondary i {
    background-color: #546474;
}

.divider.divider-center-icon.border-success i {
    background-color: #2ecc4a;
}

.divider.divider-center-icon.border-danger i {
    background-color: #ea4c62;
}

.divider.divider-center-icon.border-warning i {
    background-color: #f1b10f;
}

.divider.divider-center-icon.border-info i {
    background-color: #1787b8;
}

.divider.divider-center-icon.border-light i {
    background-color: #f1f2fb;
    color: #1f0757;
    border: 1px solid #ebebeb;
    line-height: 30px;
}

.divider.divider-center-icon.border-dark i {
    background-color: #061238;
}

.divider.divider-center-icon.border-white i {
    background-color: #ffffff;
    color: #1f0757;
    border: 1px solid #ebebeb;
    line-height: 30px;
}


/* :: Coming Soon CSS */

.coming-soon-wrapper {
    position: relative;
    height: 100vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-wrapper .countdown2 span {
    font-size: 1.25rem;
}

.cs-logo a {
    display: block;
    margin-bottom: 2.75rem;
}

.cs-logo a img {
    max-height: 2rem;
}

.cs-newsletter-form .modal-body {
    padding: 2rem;
}

.cs-newsletter-form .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}


/* :: Card CSS */

.card {
    border: 0;
    border-radius: 6px;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px);
}

.card-bg-img.bg-overlay::after {
    border-radius: 0.5rem;
}

.card-gradient-bg {
    background: #0cebeb;
    background: -webkit-gradient(linear, left top, right top, from(#29ffc6), color-stop(#20e3b2), to(#0cebeb));
    background: linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb);
}

.card-body {
    padding: 1.5rem;
}

.cta-card {
    position: relative;
    z-index: 1;
}

.cta-card.bg-overlay::after {
    opacity: 0.8;
}

.card-badge {
    top: 1.5rem;
    left: 1.5rem;
}

.card-img-wrap {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    border-radius: 50%;
    margin-right: 1rem;
}

.card-img-wrap img {
    border-radius: 50%;
}

.card-round {
    border-radius: 50rem !important;
}


/* Chat CSS */

.chat-user-status-slides {
    position: relative;
    z-index: 1;
}

.chat-user-status-slides .user-status-slide a {
    margin: 0.5rem 0;
    padding: 0.5rem 0.25rem 0.375rem;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 1px #d7def4;
    box-shadow: 0 1px 2px 1px #d7def4;
    display: block;
    position: relative;
    z-index: 1;
    width: 3.75rem;
    text-align: center;
}

.chat-user-status-slides .user-status-slide a img {
    width: 2rem;
    border-radius: 50%;
    margin: 0 auto;
}

.chat-user-status-slides .user-status-slide a .active-status {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    top: 0.5rem;
    right: 0.5rem;
    border: 2px solid #ffffff;
    background-color: #2ecc4a;
}

.chat-user-status-slides .user-status-slide a p {
    font-size: 11px;
}

.chat-user-status-slides .user-status-slide.offline a .active-status {
    background-color: #546474;
}

.add-new-contact-wrap a {
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1000;
    background-color: #0d5afd;
    text-align: center;
    line-height: 2.25rem;
    border-radius: 50%;
    bottom: 82px;
    right: 20px;
    color: #ffffff;
}

.add-new-contact-wrap a i {
    line-height: 2.5rem;
}

.add-new-contact-modal .modal-body textarea.form-control {
    min-height: 90px;
}

.chat-user-info {
    width: calc(100% - 60px);
}

.chat-user-list {
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 1px 2px 1px #d7def4;
    box-shadow: 0 1px 2px 1px #d7def4;
}

.chat-user-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chat-user-list li:hover,
.chat-user-list li:focus {
    background-color: #f1f2fb;
}

.chat-user-list li .chat-options-btn {
    line-height: 1;
}

.chat-user-list li .chat-options-btn .dropdown-toggle::before {
    display: none;
}

.chat-user-list li .chat-options-btn .btn {
    padding: 0 !important;
    color: #c2d4f8;
}

.chat-user-list li .chat-options-btn .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chat-user-list li .chat-options-btn .dropdown-menu {
    min-width: 6.5rem;
    padding: 0.5rem 0.75rem;
    border: 0;
}

.chat-user-list li .chat-options-btn .dropdown-menu li {
    display: block;
}

.chat-user-list li .chat-options-btn .dropdown-menu li:hover,
.chat-user-list li .chat-options-btn .dropdown-menu li:focus {
    background-color: #ffffff;
}

.chat-user-list li .chat-options-btn .dropdown-menu a {
    color: #8480ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0;
    font-size: 13px;
}

.chat-user-list li .chat-options-btn .dropdown-menu a i {
    margin-right: 0.25rem;
    font-size: 1rem;
    min-width: 1rem;
}

.chat-user-list li .chat-options-btn .dropdown-menu a:hover,
.chat-user-list li .chat-options-btn .dropdown-menu a:focus {
    color: #0d5afd;
}

.chat-user-list li a {
    width: 94%;
}

.chat-user-list li:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.chat-user-list li:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom: 0;
}

.chat-user-list li .chat-user-thumbnail {
    position: relative;
    z-index: 1;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
}

.chat-user-list li .chat-user-thumbnail .active-status {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    bottom: 1px;
    right: 0;
    border: 2px solid #ffffff;
    background-color: #2ecc4a;
}

.chat-user-list li .chat-user-info h6 {
    font-size: 14px;
    color: #8480ae;
}

.chat-user-list li .chat-user-info .last-chat p {
    font-size: 12px;
}

.chat-user-list li.chat-unread .chat-user-info .last-chat p {
    color: #1f0757;
    font-weight: 500;
}

.chat-user-list li.offline .chat-user-thumbnail .active-status {
    background-color: #546474;
}

#chat-wrapper {
    min-height: calc(100vh - 112px);
}

#chat-wrapper.calling-screen-active {
    max-height: calc(100vh - 115px) !important;
}

.chat-user--info .user-thumbnail-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.375rem;
}

.chat-user--info .user-thumbnail-name img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.chat-user--info .user-thumbnail-name p {
    color: #1f0757;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
    font-weight: 500;
}

.chat-user--info .user-thumbnail-name .active-status,
.chat-user--info .user-thumbnail-name .offline-status {
    line-height: 1;
    display: block;
    color: #2ecc4a;
    font-size: 11px;
}

.single-chat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
    width: 100%;
}

.single-chat-item:last-child {
    margin-bottom: 0;
}

.single-chat-item .user-avatar {
    position: relative;
    z-index: 1;
    margin-right: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ffffff;
}

.single-chat-item .user-avatar .name-first-letter {
    position: absolute;
    font-size: 1rem;
    font-weight: 700;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -5;
    line-height: 1;
    color: #0d5afd;
}

.single-chat-item .user-avatar img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.single-chat-item .user-message {
    max-width: 22rem;
}

.single-chat-item .user-message .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.25rem;
}

.single-chat-item .user-message .download-file-wrap {
    padding: 12px;
    border-radius: 18px;
    background-color: #ffffff;
}

.single-chat-item .user-message .download-file-wrap .download-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    font-size: 1.5rem;
    color: #0d5afd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-chat-item .user-message .download-file-wrap .download-avatar .dl-icon i {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.single-chat-item .user-message .download-file-wrap .download-avatar .download-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.single-chat-item .user-message .download-file-wrap .download-file-info .file-name {
    font-size: 14px;
    font-weight: 500;
    max-width: 160px;
}

.single-chat-item .user-message .download-file-wrap .download-file-info .file-size {
    font-size: 12px;
}

.single-chat-item .user-message .download-file-wrap:hover .download-avatar .dl-icon i,
.single-chat-item .user-message .download-file-wrap:focus .download-avatar .dl-icon i {
    opacity: 0;
}

.single-chat-item .user-message .download-file-wrap:hover .download-avatar .download-btn,
.single-chat-item .user-message .download-file-wrap:focus .download-avatar .download-btn {
    opacity: 1;
    visibility: visible;
}

.single-chat-item .user-message .single-message {
    display: block;
}

.single-chat-item .user-message .single-message p {
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 18px;
    font-size: 14px;
    margin-bottom: 0;
}

.single-chat-item .user-message .single-message img {
    border-radius: 12px;
    max-width: 120px;
}

.single-chat-item .user-message .single-message .typing {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 15px 14px;
    border-radius: 60px;
}

.single-chat-item .user-message .single-message .typing .dot {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.375rem;
    flex: 0 0 0.375rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: #ebebeb;
    -webkit-animation: typingg 1000ms linear 0s infinite;
    animation: typingg 1000ms linear 0s infinite;
    margin: 0 0.25rem;
}

.single-chat-item .user-message .single-message .typing .dot:nth-child(2) {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.single-chat-item .user-message .single-message .typing .dot:nth-child(3) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.single-chat-item .user-message .message-time-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-top: 0.25rem;
}

.single-chat-item .user-message .message-time-status .sent-time {
    font-size: 10px;
    font-weight: 500;
    margin-left: 0.5rem;
}

.single-chat-item .user-message .message-time-status .sent-status {
    font-size: 12px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    color: #8480ae;
}

.single-chat-item .user-message .message-time-status .sent-status.delivered {
    color: #0d5afd;
}

.single-chat-item .user-message .message-time-status .sent-status.seen {
    color: #2ecc4a;
}

.single-chat-item .user-message .dropstart {
    line-height: 1;
    margin-top: -2px;
}

.single-chat-item .user-message .btn-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    padding: 0 !important;
    margin-right: 0.5rem;
    color: #8480ae;
    line-height: 1;
}

.single-chat-item .user-message .btn-options:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0d5afd;
}

.single-chat-item .user-message .btn-options.dropdown-toggle::after,
.single-chat-item .user-message .btn-options.dropdown-toggle::before {
    display: none !important;
}

.single-chat-item .user-message .dropdown-menu {
    min-width: 6.5rem;
    padding: 0.5rem 0.75rem;
    border: 0;
}

.single-chat-item .user-message .dropdown-menu a {
    color: #8480ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0;
    font-size: 13px;
}

.single-chat-item .user-message .dropdown-menu a i {
    margin-right: 0.25rem;
    font-size: 18px;
    min-width: 18px;
}

.single-chat-item .user-message .dropdown-menu a i.bi-trash {
    font-size: 16px;
}

.single-chat-item .user-message .dropdown-menu a:hover,
.single-chat-item .user-message .dropdown-menu a:focus {
    color: #0d5afd;
}

.single-chat-item.outgoing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.single-chat-item.outgoing .user-avatar {
    margin-right: 0;
    margin-left: 0.5rem;
}

.single-chat-item.outgoing .user-message {
    text-align: right;
    max-width: 22rem;
}

.single-chat-item.outgoing .user-message .message-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 0.25rem;
}

.single-chat-item.outgoing .user-message .message-content:last-child {
    margin-bottom: 0;
}

.single-chat-item.outgoing .user-message .single-message p {
    background-color: #0d5afd;
    color: #ffffff;
}

.single-chat-item.outgoing .user-message .message-time-status {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single-chat-item.outgoing .dropdown-menu {
    background-color: #0d5afd;
}

.single-chat-item.outgoing .dropdown-menu a {
    color: #ffffff;
}

.single-chat-item.outgoing .dropdown-menu a:hover,
.single-chat-item.outgoing .dropdown-menu a:focus {
    color: #f1b10f;
}

.chat-footer {
    position: fixed;
    width: 100%;
    height: 62px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.chat-footer form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
}

.chat-footer form .form-control {
    background-color: #f1f2fb;
    border-color: #f1f2fb;
    color: #073984;
    border-radius: 50px;
}

.chat-footer .btn-add-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    padding: 0 !important;
    color: #8480ae;
    line-height: 1;
}

.chat-footer .btn-add-file:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1f0757;
}

.chat-footer .btn-add-file.dropdown-toggle::after {
    display: none !important;
}

.chat-footer .btn-emoji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    padding: 0 !important;
    color: #8480ae;
    line-height: 1;
}

.chat-footer .btn-emoji:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1f0757;
}

.chat-footer .btn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    background-color: #0d5afd;
    color: #ffffff;
    border-radius: 50%;
}

.chat-footer .btn-submit:hover,
.chat-footer .btn-submit:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.chat-footer .dropdown-menu {
    min-width: 7rem;
    padding: 0.5rem 0.75rem;
    border: 0;
}

.chat-footer .dropdown-menu a {
    color: #8480ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0;
}

.chat-footer .dropdown-menu a i {
    margin-right: 0.25rem;
    font-size: 18px;
    min-width: 18px;
}

.chat-footer .dropdown-menu a i.bi-trash {
    font-size: 16px;
}

.chat-footer .dropdown-menu a:hover,
.chat-footer .dropdown-menu a:focus {
    color: #0d5afd;
}

.video-calling-popup-wrap {
    position: fixed;
    background-color: rgba(6, 18, 56, 0.9);
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    visibility: hidden;
}

.video-calling-popup-wrap.screen-active {
    opacity: 1;
    visibility: visible;
}

.video-calling-popup-wrap .video-calling-popup-body {
    position: relative;
    max-width: 300px;
    left: 0;
    background: #ffffff;
    padding: 2rem 1rem;
    width: 80%;
    text-align: center;
    border-radius: 2rem;
    background-size: cover;
    background-position: center center;
}

.video-calling-popup-wrap .video-calling-popup-body::after {
    border-radius: 2rem;
}

.video-calling-popup-wrap .video-calling-popup-body .user-thumbnail {
    position: relative;
    z-index: 1;
}

.video-calling-popup-wrap .video-calling-popup-body .user-thumbnail img {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 50%;
}

.calling-popup-wrap {
    position: fixed;
    background-color: rgba(6, 18, 56, 0.9);
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    visibility: hidden;
}

.calling-popup-wrap.screen-active {
    opacity: 1;
    visibility: visible;
}

.calling-popup-wrap .calling-popup-body {
    position: relative;
    max-width: 300px;
    left: 0;
    background: #ffffff;
    padding: 2rem 1rem;
    width: 80%;
    text-align: center;
    border-radius: 2rem;
    background-size: cover;
    background-position: center center;
}

.calling-popup-wrap .calling-popup-body::after {
    border-radius: 2rem;
}

.calling-popup-wrap .calling-popup-body .user-thumbnail {
    position: relative;
    z-index: 1;
}

.calling-popup-wrap .calling-popup-body .user-thumbnail img {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 50%;
}

.video-call-screen {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

.video-call-screen .call-back-button {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 1.5rem;
    left: 1.5rem;
    z-index: 10;
}

.video-call-screen .call-back-button a {
    color: #8480ae;
}

.video-call-screen .call-btn-group {
    position: absolute;
    z-index: 10;
    bottom: 3rem;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 50%;
    margin-left: -105px;
}

.video-call-screen .call-btn-group a>i {
    font-size: 1rem;
}

.video-call-screen .call-btn-group .btn-call-cancel {
    padding: 9px !important;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0.5rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.5rem rgba(225, 83, 97, 0.5);
}


/* :: Carousel CSS */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
    width: 24px;
    height: 24px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    width: 24px;
    height: 24px;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.carousel-indicators button.active {
    background-color: #f1b10f;
}


/* :: Tiny Slider One CSS */

.tiny-slider-one-wrapper {
    position: relative;
    z-index: 1;
}

.tiny-slider-one-wrapper .single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 220px;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tiny-slider-one-wrapper .single-hero-slide {
        height: 220px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tiny-slider-one-wrapper .single-hero-slide {
        height: 240px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tiny-slider-one-wrapper .single-hero-slide {
        height: 300px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tiny-slider-one-wrapper .single-hero-slide {
        height: 320px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tiny-slider-one-wrapper .single-hero-slide {
        height: 450px;
    }
}

.tiny-slider-one-wrapper .single-hero-slide .slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.tiny-slider-one-wrapper .single-hero-slide .slide-content p {
    font-size: 14px;
}

.tiny-slider-one-wrapper .tns-controls {
    position: absolute;
    z-index: 100;
    bottom: 1.25rem;
    right: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiny-slider-one-wrapper .tns-controls button[data-controls=prev],
.tiny-slider-one-wrapper .tns-controls button[data-controls=next] {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    width: 26px;
    height: 26px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 12px;
    border: none;
}

.tiny-slider-one-wrapper .tns-controls button[data-controls=prev] i,
.tiny-slider-one-wrapper .tns-controls button[data-controls=next] i {
    line-height: 26px;
}

.tiny-slider-one-wrapper .tns-controls button[data-controls=prev]:hover,
.tiny-slider-one-wrapper .tns-controls button[data-controls=prev]:focus,
.tiny-slider-one-wrapper .tns-controls button[data-controls=next]:hover,
.tiny-slider-one-wrapper .tns-controls button[data-controls=next]:focus {
    background-color: #f1b10f;
    color: #1f0757;
}

.tiny-slider-one-wrapper .tns-controls button[data-controls=next] {
    margin-left: 0.5rem;
}

.tiny-slider-one-wrapper .tns-nav {
    position: absolute;
    bottom: 1.375rem;
    left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiny-slider-one-wrapper .tns-nav button {
    outline: none;
    border: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin-right: 0.375rem;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.5rem;
    flex: 0 0 0.5rem;
    max-width: 0.5rem;
    background-color: #ebebeb;
    border-radius: 50%;
}

.tiny-slider-one-wrapper .tns-nav button.tns-nav-active {
    background-color: #f1b10f;
}


/* :: Tiny Slider Two CSS */

.tiny-slider-two-wrapper {
    position: relative;
    z-index: 1;
}

.tiny-slider-two-wrapper .single-hero-slide {
    height: 200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 1rem;
}

.tiny-slider-two-wrapper .single-hero-slide.bg-overlay::after {
    border-radius: 1rem;
}

.tiny-slider-two-wrapper .tns-nav {
    position: absolute;
    right: 3.625rem;
    bottom: 1.5rem;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiny-slider-two-wrapper .tns-nav button {
    outline: none;
    background-color: transparent;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    line-height: 1;
    border: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 700;
}

.tiny-slider-two-wrapper .tns-nav button.tns-nav-active {
    color: #f1b10f;
    opacity: 1;
    visibility: visible;
}

.tiny-slider-two-wrapper #totaltnsDotsCount {
    position: absolute;
    z-index: 1;
    bottom: 1.5rem;
    right: 1.5rem;
    color: #f1b10f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.tiny-slider-two-wrapper #totaltnsDotsCount::before {
    width: 1rem;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 8px;
    content: "";
    left: -1.25rem;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* :: Tiny Slider Three CSS */

.tiny-slider-three-wrapper {
    position: relative;
    z-index: 1;
}

.tiny-slider-three-wrapper .single-hero-slide {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
}

.tiny-slider-three-wrapper .single-hero-slide.bg-overlay::after {
    border-radius: 1rem;
    opacity: 0.6;
}


/* :: Countdown CSS */

.countdown1 {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}

.countdown1>div {
    margin-right: 1rem;
}

.countdown1>div:last-child {
    margin-right: 0;
}

.countdown1>div .num {
    font-weight: 700;
    color: #1f0757;
    display: block;
}

.countdown1>div .word {
    font-size: 12px;
    display: block;
}

.countdown2 {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.countdown2>div {
    color: #ffffff;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.countdown2>div:first-child {
    margin-left: 0;
}

.countdown2>div span.word {
    font-size: 12px;
}

.countdown2>div span.num {
    position: relative;
    z-index: 1;
}

.countdown2>div span.num::before {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 12px;
    background-color: #f1b10f;
    content: "";
    bottom: -2px;
    left: 0;
    z-index: 10;
}

.coming-soon-card .icon-wrap {
    display: block;
    margin: 0 auto 1rem;
    width: 4rem;
    height: 4rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.coming-soon-card .countdown3 {
    color: #ffffff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.coming-soon-card .countdown3>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 0.25rem;
    padding: 0.25rem 0.375rem;
    margin-right: 0.25rem;
    line-height: 1;
}

.coming-soon-card .countdown3>div:last-child {
    margin-right: 0;
}

.coming-soon-card .countdown3>div span {
    font-size: 14px;
}

.coming-soon-card .countdown3>div span.word {
    font-size: 12px;
    margin-left: 2px;
}


/* :: Counterup CSS */

.single-counter-wrap {
    position: relative;
    z-index: 1;
}

.single-counter-wrap .solid-line {
    display: block;
    width: 2rem;
    margin: 0.5rem auto 0.75rem;
    height: 0.25rem;
    border-radius: 12px;
    background-color: #0d5afd;
}

.single-counter-wrap>i {
    font-size: 1.5rem;
}

.single-counter-wrap p {
    font-size: 12px;
    margin-bottom: 0;
}


/* :: Form CSS */

.form-check-input[type=checkbox].indeterminate {
    background-color: #0d5afd;
    border-color: #0d5afd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-label {
    font-size: 14px;
    color: #073984;
}

.form-check-input.form-check-success:checked {
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}

.form-check-input.form-check-danger:checked {
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.form-check-input.form-check-warning:checked {
    background-color: #f1b10f;
    border-color: #f1b10f;
}

.form-check-input.form-check-info:checked {
    background-color: #1787b8;
    border-color: #1787b8;
}

.form-check-input.form-check-secondary:checked {
    background-color: #546474;
    border-color: #546474;
}

.form-check-input.form-check-light:checked {
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}

.form-check-input.form-check-dark:checked {
    background-color: #061238;
    border-color: #061238;
}

.form-check-input-lg {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
}

.form-check-input-lg~.form-check-label {
    font-size: 1rem;
    margin-left: 0.5rem;
}

.form-group {
    line-height: 1;
    margin-bottom: 1rem;
}

.form-label {
    font-size: 14px;
    color: #8480ae;
    font-weight: 500;
}

.form-select {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid;
    padding: 0.5rem 1rem;
    min-height: 40px;
    font-size: 14px;
    color: #073984;
    background-color: #ffffff;
    border-color: #ebebeb;
}

.form-select option {
    padding: 0.25rem 0.5rem;
    outline: none;
}

.form-select.form-control-clicked {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
    color: #073984;
}

.form-select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cfe2ff;
    color: #073984;
    background-color: #ffffff;
}

.form-select.form-select-lg {
    min-height: 50px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.form-select.form-select-sm {
    min-height: 2rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.375rem;
}

.form-control {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-style: solid;
    padding: 0.5rem 1rem;
    height: 41px;
    max-height: 41px;
    font-size: 14px;
    color: #073984;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 5px;
}

.form-control.form-control-clicked {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
    color: #073984;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cfe2ff;
    color: #073984;
    background-color: #ffffff;
}

.form-control.form-control-lg {
    height: 50px;
    min-height: 50px;
    padding: 0.625rem 1rem;
    font-size: 16px;
}

.form-control.form-control-sm {
    height: 32px;
    padding: 0.375rem 0.5rem;
    font-size: 12px;
    border-radius: 0.375rem;
}

textarea.form-control {
    min-height: 120px;
}

.form-control-plaintext {
    font-size: 14px;
}

.form-file-label {
    border-color: #ebebeb;
    font-weight: 500;
}

.form-file-input:focus,
.form-file:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.file-upload-card {
    position: relative;
    z-index: 1;
    border: 2px dashed #0d5afd;
    text-align: center;
    padding: 2rem;
    border-radius: 0.5rem;
    background-color: rgba(1, 52, 212, 0.1);
}

.single-plan-check {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0.5rem;
    border: 1px solid #ebebeb;
    padding: 1rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-plan-check:last-child {
    margin-bottom: 0;
}

.single-plan-check.active {
    border-color: #0d5afd;
}

.autocomplete-items {
    margin-top: 0.25rem;
}

.autocomplete-items>div {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0.5rem 0.75rem;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    color: #1f0757;
    border-radius: 0.25rem;
}

.autocomplete-items>div:hover {
    background-color: #f1f2fb;
}

.autocomplete-items>div strong {
    color: #0d5afd;
}

.form-control-color {
    min-width: 4rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ebebeb;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #cfe2ff;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #0d5afd;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #0d5afd;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

input[type=color].form-control.is-valid,
input[type=color].form-control:valid {
    background-image: none;
}

.valid-feedback,
.invalid-feedback {
    margin-left: 0.25rem;
    font-size: 12px;
}

.input-group-text {
    font-size: 14px;
}

.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dropdown-menu li a {
    font-size: 14px;
}

.goto-page-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}

.goto-page-form label {
    font-size: 12px;
}

.goto-page-form .form-control {
    max-width: 40px;
    text-align: center;
}

#password-visibility {
    top: 8.5px;
    right: 0.625rem;
    z-index: 10;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}

#password-visibility i {
    line-height: 1.5rem;
}

#password-visibility i.bi-eye-slash {
    display: none;
}

#password-visibility.active i.bi-eye-slash {
    display: block;
}

#password-visibility.active i.bi-eye {
    display: none;
}


/* :: Hero Block CSS */

.hero-block-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh !important;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-block-content {
    position: relative;
    padding: 3rem 0;
    width: 100%;
    z-index: 10;
}

.hero-block-content img {
    max-height: 15rem;
}

.hero-block-content h2 {
    font-weight: 500;
}

.hero-block-content p {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.hero-block-styles .hb-styles1 {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 2rem;
    left: 2rem;
    background-repeat: repeat;
    opacity: 0.6;
    z-index: -10;
}

.hero-block-styles .hb-styles2 {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border: 1rem solid #ffffff;
    opacity: 0.1;
    top: 10%;
    right: -3rem;
    z-index: -10;
    border-radius: 50%;
}

.hero-block-styles .hb-styles3 {
    position: absolute;
    width: 20rem;
    height: 20rem;
    bottom: -5rem;
    right: -5rem;
    z-index: -10;
    border-radius: 50%;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), white);
    opacity: 0.2;
}

.skip-page {
    position: fixed;
    top: 2rem;
    z-index: 100;
    line-height: 1;
    right: 2rem;
}

.skip-page a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.skip-page a:hover,
.skip-page a:focus {
    color: #f1b10f;
}


/* :: Image Gallery CSS */

.image-gallery-card #filterContainer>a {
    width: calc(50% - 1rem);
}

.image-gallery-card .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
}

.single-gallery-item {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem;
}

.single-gallery-item img {
    border-radius: 0.5rem;
}

.single-gallery-item .fav-icon {
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    color: #ea4c62;
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 10;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}

.single-gallery-item .fav-icon i {
    line-height: 32px;
}

.single-gallery-item .fav-icon.active {
    background-color: #ea4c62;
    color: #ffffff;
}

.single-gallery-item:hover .fav-icon,
.single-gallery-item:focus .fav-icon {
    visibility: visible;
    opacity: 1;
}

#baguetteBox-overlay .full-image img {
    max-height: calc(100% - 4rem);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 2rem auto;
}

.baguetteBox-button {
    background-color: transparent !important;
}


/* :: List Group CSS */

.list-group {
    border-radius: 0.5rem;
}

.list-group-item {
    position: relative;
    z-index: 1;
    border-color: #ebebeb;
    font-size: 14px;
    color: #073984;
    padding: 0.625rem 1rem;
}

.list-group-item.active {
    background-color: #ffffff;
    border-color: #ebebeb !important;
    color: #0d5afd;
    font-weight: 500;
}

.list-group-item.active::after {
    position: absolute;
    width: 3px;
    height: 74%;
    content: "";
    background-color: #0d5afd;
    top: 13%;
    left: 0;
    z-index: -10;
}

.list-group-item.disabled {
    background-color: #ffffff;
    border-color: #ebebeb !important;
    color: #ebebeb;
    font-weight: 500;
}

.list-group-item.disabled::after {
    position: absolute;
    width: 3px;
    height: 74%;
    content: "";
    background-color: #ebebeb;
    top: 13%;
    left: 0;
    z-index: -10;
}

.list-group-flush .list-group-item {
    background-color: transparent !important;
}

.list-group-flush .list-group-item.disabled {
    border-color: #ebebeb !important;
    color: #c2d4f8;
    font-weight: 500;
}

.list-group-flush .list-group-item.disabled::after {
    position: absolute;
    width: 3px;
    height: 74%;
    content: "";
    background-color: #c2d4f8;
    top: 13%;
    left: 0;
    z-index: -10;
}


/* :: Loader CSS */

.circle-loader {
    position: relative;
    z-index: 1;
    width: 4rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.circle-loader .circle-big {
    position: relative;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: circlebig 1s linear 0s infinite;
    animation: circlebig 1s linear 0s infinite;
}

.dot-loader {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dot-loader>div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 0.375rem;
}

.dot-loader .dot1 {
    -webkit-animation: dotloader 1s linear 0s infinite;
    animation: dotloader 1s linear 0s infinite;
}

.dot-loader .dot2 {
    -webkit-animation: dotloader 0.75s linear 0s infinite;
    animation: dotloader 0.75s linear 0s infinite;
}

.dot-loader .dot3 {
    -webkit-animation: dotloader 1s linear 0s infinite;
    animation: dotloader 1s linear 0s infinite;
}

.circle-spinner {
    position: relative;
    z-index: 1;
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circle-spinner .circle {
    position: relative;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #0d5afd;
}

.circle-spinner .circle::after {
    position: absolute;
    width: 0%;
    height: 0%;
    background-color: #0d5afd;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -5;
    opacity: 0.7;
    -webkit-animation: circleloader2 1.5s linear 0s infinite;
    animation: circleloader2 1.5s linear 0s infinite;
}

.circle-spinner.circle-spinner-success .circle {
    background-color: #2ecc4a;
}

.circle-spinner.circle-spinner-success .circle::after {
    background-color: #2ecc4a;
}

.circle-spinner.circle-spinner-danger .circle {
    background-color: #ea4c62;
}

.circle-spinner.circle-spinner-danger .circle::after {
    background-color: #ea4c62;
}

.circle-spinner.circle-spinner-warning .circle {
    background-color: #f1b10f;
}

.circle-spinner.circle-spinner-warning .circle::after {
    background-color: #f1b10f;
}

.circle-spinner.circle-spinner-info .circle {
    background-color: #1787b8;
}

.circle-spinner.circle-spinner-info .circle::after {
    background-color: #1787b8;
}

.circle-spinner.circle-spinner-light .circle {
    background-color: #f1f2fb;
}

.circle-spinner.circle-spinner-light .circle::after {
    background-color: #f1f2fb;
}

.circle-spinner.circle-spinner-dark .circle {
    background-color: #061238;
}

.circle-spinner.circle-spinner-dark .circle::after {
    background-color: #061238;
}


/* :: Modal CSS */

.modal-content {
    border: 0;
    /* border-radius: 0.75rem; */
    margin-top: 40%;
}

.modal.fade.bottom-align-modal {
    overflow: hidden;
}

.modal-dialog-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: calc(100% - 1rem);
}

.modal.fade .modal-dialog.modal-dialog-end {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.modal.show .modal-dialog.modal-dialog-end {
    -webkit-transform: none;
    transform: none;
}


/* :: Notification CSS */

.notification-area {
    position: relative;
    z-index: 1;
}

.notification-area .alert {
    margin-bottom: 0.5rem;
}

.notification-area a:last-child .alert {
    margin-bottom: 0;
}

.notification-area .unread {
    background-color: #ffffff !important;
}


/* :: Pagination CSS */

.page-link {
    padding: 0.25rem 0.75rem;
    font-weight: 500;
    font-size: 14px;
}

.pagination.pagination-one .page-link {
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
}

.pagination.pagination-one .page-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pagination.pagination-one .page-item:first-child .page-link {
    border-left: 1px solid #ebebeb;
}

.pagination.pagination-one .page-item:last-child .page-link {
    border-right: 1px solid #ebebeb;
}

.pagination.pagination-one .page-item.active .page-link {
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-color: transparent;
}

.pagination.pagination-one .page-item.active .page-link::after {
    position: absolute;
    width: 22px;
    height: 22px;
    content: "";
    background-color: #0d5afd;
    z-index: -2;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pagination.pagination-two .page-link {
    border: 0;
}

.pagination.pagination-two .page-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pagination.pagination-two .page-item.active .page-link {
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-color: transparent;
}

.pagination.pagination-two .page-item.active .page-link::after {
    position: absolute;
    width: 22px;
    height: 22px;
    content: "";
    background-color: #0d5afd;
    z-index: -2;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pagination.pagination-three .page-item:not(:first-child) .page-link {
    margin-left: 0;
}

.pagination.pagination-three .page-link {
    border: 0;
    background-color: #0d5afd;
    border-radius: 0;
    color: #ffffff;
}

.pagination.pagination-three .page-link:hover,
.pagination.pagination-three .page-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #0d5afd;
    border: 0;
}

.pagination.pagination-three .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination.pagination-three .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}


/* :: Partner CSS */

.partner-logo-slide-wrapper,
.partner-logo-slide-wrapper-2 {
    position: relative;
    z-index: 1;
}

.partner-logo-slide-wrapper .tns-nav,
.partner-logo-slide-wrapper-2 .tns-nav {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner-logo-slide-wrapper .tns-nav button,
.partner-logo-slide-wrapper-2 .tns-nav button {
    border: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    width: 1.5rem;
    height: 0.25rem;
    border-radius: 50px;
    background-color: #f1f2fb;
    margin: 0 0.25rem;
}

.partner-logo-slide-wrapper .tns-nav button.tns-nav-active,
.partner-logo-slide-wrapper-2 .tns-nav button.tns-nav-active {
    background-color: #0d5afd;
    width: 1.75rem;
}

.partner-logo-slide-wrapper-2 .tns-nav button.tns-nav-active {
    background-color: #f1b10f;
}


/* :: Price Table CSS */

.price-table-one {
    position: relative;
    z-index: 1;
}

.price-table-one .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0.5rem;
    color: #0d5afd;
    font-size: 2rem;
}

.price-table-one .nav-tabs .nav-link.active {
    background-color: #0d5afd;
    color: #ffffff;
    border-color: #0d5afd;
}

.price-table-one .single-price-content {
    position: relative;
    z-index: 1;
    background-color: #0d5afd;
    border-radius: 1rem;
    overflow: hidden;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem;
}

.price-table-one .single-price-content::before {
    width: 10rem;
    height: 10rem;
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    top: -3rem;
    right: -5rem;
    opacity: 0.1;
    z-index: -1;
}

.price-table-one .single-price-content .price h2 {
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
}

.price-table-one .single-price-content .pricing-desc {
    margin-top: 2rem;
    margin-bottom: 2.25rem;
}

.price-table-one .single-price-content .pricing-desc ul li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.price-table-one .single-price-content .pricing-desc ul li.times {
    opacity: 0.5;
}

.price-table-one .nav-tabs .nav-item:nth-child(2) .nav-link {
    color: #ea4c62;
}

.price-table-one .nav-tabs .nav-item:nth-child(2) .nav-link.active {
    background-color: #ea4c62;
    border-color: #ea4c62;
    color: #ffffff;
}

.price-table-one .nav-tabs .nav-item:nth-child(3) .nav-link {
    color: #2ecc4a;
}

.price-table-one .nav-tabs .nav-item:nth-child(3) .nav-link.active {
    background-color: #2ecc4a;
    border-color: #2ecc4a;
    color: #ffffff;
}

.price-table-one .tab-content {
    border: 0;
}

.price-table-one .tab-content .tab-pane:nth-child(2) .single-price-content {
    background-color: #ea4c62;
}

.price-table-one .tab-content .tab-pane:nth-child(3) .single-price-content {
    background-color: #2ecc4a;
}

.price-table-two {
    position: relative;
    z-index: 1;
}

.price-table-two .single-price-table {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    text-align: center;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
    background-color: #f1f2fb;
}

.price-table-two .single-price-table:nth-child(2) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.price-table-two .single-price-table .text h6 {
    display: block;
    margin-bottom: 0;
}

.price-table-two .single-price-table .price {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    z-index: 1;
}

.price-table-two .single-price-table .price::before,
.price-table-two .single-price-table .price::after {
    position: absolute;
    width: 50px;
    height: 3px;
    border-radius: 6px;
    z-index: 1;
    top: -1rem;
    content: "";
    left: 50%;
    margin-left: -25px;
    background-color: #ffffff;
    opacity: 0.3;
}

.price-table-two .single-price-table .price::after {
    bottom: -1rem;
    top: auto;
}

.price-table-two .single-price-table .price h3 {
    display: block;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
}

.price-table-two .single-price-table .price span {
    font-size: 13px;
    display: block;
}

.price-table-two .single-price-table .form-check {
    padding-left: 50%;
    margin-left: -0.75rem;
}

.price-table-two .single-price-table .form-check .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
}

.price-table-two .single-price-table.active {
    background-color: #0d5afd;
    border-color: transparent !important;
}

.price-table-two .single-price-table.active .text h6 {
    color: #ffffff;
}

.price-table-two .single-price-table.active .price h3 {
    color: #ffffff;
}

.price-table-two .single-price-table.active .price span {
    color: #ebebeb;
}

.price-table-two .single-price-table.active .badge {
    background-color: #ea4c62 !important;
}

.comparison-table-one .table> :not(caption)>*>*,
.comparison-table-two .table> :not(caption)>*>* {
    padding: 0.5rem 0.75rem;
}

.comparison-table-one .table i,
.comparison-table-two .table i {
    font-size: 1rem;
}

.comparison-table-two .table> :not(:last-child)> :last-child>* {
    border-bottom-color: #ebebeb;
}

.comparison-table-two .table thead tr th:nth-child(2) {
    text-align: center;
}

.comparison-table-two .table thead tr th:last-child {
    background-color: #0d5afd;
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 0.25rem 0.25rem 0 0;
    text-align: center;
}

.comparison-table-two .table tbody tr td:nth-child(2) {
    text-align: center;
}

.comparison-table-two .table tbody tr td:last-child {
    background-color: #0d5afd;
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    text-align: center;
}

.comparison-table-two .table tbody tr:last-child td {
    border-bottom-color: transparent !important;
}

.comparison-table-two .table tbody tr:last-child td:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}

.comparison-table-two .table tbody tr:last-child th {
    border-bottom-color: transparent !important;
}


/* :: Progress CSS */

.skill-progress-bar {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.skill-progress-bar:last-child {
    margin-bottom: 0;
}

.skill-progress-bar .skill-icon {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
    margin-right: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.skill-progress-bar .skill-data {
    width: 100%;
}

.skill-progress-bar .skill-name p {
    color: #1f0757;
    font-weight: 500;
    font-size: 14px;
}

.skill-progress-bar .skill-name small {
    font-weight: 500;
}

.progress-info span {
    display: inline-block;
    font-size: 12px;
    margin-top: 0.25rem;
}

.single-task-progress {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}

.single-task-progress:last-child {
    margin-bottom: 0;
}

.single-task-progress .who-working a {
    display: inline-block;
    margin-left: -0.375rem;
}

.single-task-progress .who-working a:first-child {
    margin-left: 0;
}

.single-task-progress .who-working a img {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #ebebeb;
    border-radius: 50%;
}


/* :: Rating CSS */

.rating-card-one {
    position: relative;
    z-index: 1;
}

.rating-card-one a {
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-size: 1.25rem;
    color: #f1b10f;
}

.rating-card-one a:last-child {
    margin-right: 0;
}

.rating-card-one span {
    font-size: 14px;
    font-weight: 500;
}

.rating-card-one>div {
    background-color: #ffffff;
}

.rating-card-two {
    position: relative;
    z-index: 1;
}

.rating-card-two a {
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-size: 1.25rem;
    color: #f1b10f;
}

.rating-card-two a:last-child {
    margin-right: 0;
}

.rating-card-two span {
    font-size: 12px;
    font-weight: 500;
}

.rating-card-three .stars {
    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-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rating-card-three .stars .star-icon {
    stroke: #f1b10f;
    stroke-width: 4px;
    fill: transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.rating-card-three .stars .stars-star {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    cursor: pointer;
    margin: 0 0.25rem;
}

.rating-card-three .stars .stars-checkbox {
    position: absolute;
    top: -9999rem;
    opacity: 0 !important;
    visibility: hidden;
    width: 0;
    height: 0;
}

.rating-card-three .stars-star:hover>.star-icon {
    fill: #f1b10f;
}

.rating-card-three .stars-star:hover~.stars-star>.star-icon {
    fill: #f1b10f;
}

.rating-card-three .stars-checkbox:checked+.stars-star>.star-icon {
    fill: #f1b10f;
}

.rating-card-three .stars-checkbox:checked~.stars-star>.star-icon {
    fill: #f1b10f;
}

.rating-detail span:first-child {
    margin-right: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
}

.rating-detail span:last-child {
    margin-left: auto;
    color: #8480ae;
}

.rating-detail .progress-bar-wrapper {
    width: 70%;
    border: 1px solid #ebebeb;
    padding: 3px 6px;
    border-radius: 2rem;
}

.rating-detail .progress-bar-wrapper .progress {
    height: 0.25rem;
}


/* :: Scrollspy CSS */

.scrollspy-indicatiors .nav-link {
    padding: 0.25rem 0.625rem;
    background-color: #f1f2fb;
    color: #1f0757;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    font-size: 14px;
}

.scrollspy-indicatiors .nav-link.active {
    background-color: #0d5afd;
    color: #ffffff;
}

.scrollspy-indicatiors ul li:last-child .nav-link {
    margin-right: 0;
}

.data-scrollspy {
    position: relative;
    z-index: 1;
    height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-right: 0.5rem;
}

.vertical-scrollspy {
    position: relative;
    z-index: 1;
}

.vertical-scrollspy .scrollspy-indicatiors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    width: 95px;
    min-width: 95px;
}

.vertical-scrollspy .scrollspy-indicatiors .nav-link {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.vertical-scrollspy .scrollspy-indicatiors ul li:last-child .nav-link {
    margin-bottom: 0;
    margin-right: 0.5rem;
}


/* :: Table CSS */

.table {
    font-size: 14px;
}

.table tr td,
.table tr th {
    font-weight: 400;
}

.table thead tr td,
.table thead tr th {
    font-weight: 500;
}

.dataTable-top {
    padding: 0;
}

.dataTable-top .dataTable-selector {
    width: 3.75rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid #ebebeb;
    padding: 0.125rem 0.5rem;
    height: 2rem;
    font-size: 12px;
    color: #1f0757;
    background-color: #ffffff;
    border-radius: 0.25rem;
}

.dataTable-top .dataTable-selector:focus {
    outline: none !important;
}

.dataTable-top .dataTable-input {
    width: 7rem;
    height: 2rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid #ebebeb;
    font-size: 12px;
    color: #1f0757;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
}

.dataTable-top .dataTable-input:focus-visible {
    border: 0;
}

.dataTable-container {
    border-bottom: 0 !important;
    margin: 1rem 0;
}

.dataTable-container .dataTable-table {
    overflow-x: scroll;
}

.dataTable-container .dataTable-table thead>tr>th {
    border: 1px solid #ebebeb;
    font-size: 12px;
    background-color: #f1f2fb;
}

.dataTable-container .dataTable-table tbody tr td,
.dataTable-container .dataTable-table tbody tr th {
    font-size: 12px;
    border: 1px solid #ebebeb;
}

.dataTable-bottom {
    padding: 0;
}

.dataTable-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dataTable-pagination li a {
    height: 1.25rem;
    color: #1f0757;
    font-size: 14px;
    padding: 0 0.375rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
}

.dataTable-pagination li a:hover,
.dataTable-pagination li a:focus {
    background-color: #0d5afd;
    color: #ffffff;
}

.dataTable-pagination li.active a {
    background-color: #0d5afd;
    color: #ffffff;
}

.dataTable-pagination li:first-child a,
.dataTable-pagination li:last-child a {
    font-size: 18px;
    padding: 0 0.125rem;
}

.dataTable-info {
    margin: 0;
    font-size: 14px;
}

.dataTable-sorter::after,
.dataTable-sorter::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    opacity: 0.3;
    right: 0;
}

.dataTable-sorter::before {
    border-top: 6px solid #1f0757;
    bottom: 1px;
}

.dataTable-sorter::after {
    border-bottom: 6px solid #1f0757;
    border-top: 6px solid transparent;
    top: -3px;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
    opacity: 1;
}


/* :: Testimonial CSS */

.testimonial-slide-one-wrapper {
    position: relative;
    z-index: 1;
}

.testimonial-slide-one-wrapper .tns-nav {
    position: absolute;
    z-index: 10;
    right: 1.5rem;
    bottom: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-slide-one-wrapper .tns-nav button {
    border: 0;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #c2d4f8;
    margin: 0 0.25rem;
    border-radius: 50%;
}

.testimonial-slide-one-wrapper .tns-nav button.tns-nav-active {
    background-color: #1f0757;
}

.testimonial-slide-two-wrapper {
    position: relative;
    z-index: 1;
}

.testimonial-slide-two-wrapper .tns-controls button[data-controls=prev],
.testimonial-slide-two-wrapper .tns-controls button[data-controls=next] {
    border: 0;
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    top: 50%;
    left: 5%;
    z-index: 10;
    background-color: #ffffff;
    text-align: center;
    color: #1f0757;
    margin-top: -1rem;
    -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);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonial-slide-two-wrapper .tns-controls button[data-controls=prev] i,
.testimonial-slide-two-wrapper .tns-controls button[data-controls=next] i {
    line-height: 34px;
}

.testimonial-slide-two-wrapper .tns-controls button[data-controls=prev]:hover,
.testimonial-slide-two-wrapper .tns-controls button[data-controls=prev]:focus,
.testimonial-slide-two-wrapper .tns-controls button[data-controls=next]:hover,
.testimonial-slide-two-wrapper .tns-controls button[data-controls=next]:focus {
    background-color: #f1b10f;
}

.testimonial-slide-two-wrapper .tns-controls button[data-controls=next] {
    left: auto;
    right: 5%;
}

.testimonial-slide-three-wrapper {
    position: relative;
    z-index: 1;
}

.testimonial-slide-three-wrapper .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}

.testimonial-slide-three-wrapper .tns-nav button {
    border: 0;
    width: 1rem;
    height: 0.25rem;
    background-color: #c2d4f8;
    margin: 0 0.25rem;
    border-radius: 0.25rem;
}

.testimonial-slide-three-wrapper .tns-nav button.tns-nav-active {
    background-color: #1f0757;
}

.testimonial-style1 .single-testimonial-slide {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.testimonial-style1 .single-testimonial-slide .image-wrapper {
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    border-radius: 1rem;
}

.testimonial-style1 .single-testimonial-slide .image-wrapper img {
    border-radius: 1rem;
}

.testimonial-style1 .single-testimonial-slide i {
    position: absolute;
    top: -10px;
    left: 60px;
    z-index: 1;
    font-size: 24px;
}

.testimonial-style2 {
    position: relative;
    z-index: 1;
}

.testimonial-style2 .single-testimonial-slide {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.testimonial-style2 .single-testimonial-slide .image-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto 1.5rem;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.testimonial-style2 .single-testimonial-slide .image-wrapper::after {
    width: 100%;
    height: 100%;
    border: 2px solid #f1f2fb;
    position: absolute;
    content: "";
    top: -5px;
    left: 5px;
    border-radius: 50%;
    z-index: -1;
}

.testimonial-style2 .single-testimonial-slide .image-wrapper>i {
    position: absolute;
    bottom: -5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: #f1b10f;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 1rem;
}

.testimonial-style2 .single-testimonial-slide .image-wrapper img {
    border-radius: 50%;
}

.testimonial-style2 .single-testimonial-slide .text-content {
    text-align: center;
}

.testimonial-style3 {
    position: relative;
    z-index: 1;
}

.testimonial-style3 .single-testimonial-slide .text-content p {
    font-weight: 500;
}


/* :: Timeline CSS */

.timeline-card {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    border-left: 0.5rem solid #0d5afd !important;
}

.timeline-card::after {
    position: absolute;
    content: "";
    bottom: 1.5rem;
    right: 1.5rem;
    background-color: #0d5afd;
    width: 16px;
    height: 16px;
    opacity: 0.05;
    border-radius: 50%;
}

.timeline-card:last-child {
    margin-bottom: 0;
}

.timeline-card p {
    font-size: 13px;
}

.timeline-card .timeline-text .badge {
    background-color: #0d5afd;
}

.timeline-card .timeline-icon svg,
.timeline-card .timeline-icon i {
    color: #0d5afd;
}

.timeline-card .timeline-tags span {
    display: inline-block;
    margin: 0.125rem;
}

.timeline-card.bg-success {
    border-left-color: #2ecc4a !important;
    background-color: #ffffff !important;
}

.timeline-card.bg-success .timeline-icon svg,
.timeline-card.bg-success .timeline-icon i {
    color: #2ecc4a;
}

.timeline-card.bg-success .timeline-text .badge {
    background-color: #2ecc4a;
}

.timeline-card.bg-danger {
    border-left-color: #ea4c62 !important;
    background-color: #ffffff !important;
}

.timeline-card.bg-danger .timeline-icon svg,
.timeline-card.bg-danger .timeline-icon i {
    color: #ea4c62;
}

.timeline-card.bg-danger .timeline-text .badge {
    background-color: #ea4c62;
}

.timeline-card.bg-warning {
    border-left-color: #f1b10f !important;
    background-color: #ffffff !important;
}

.timeline-card.bg-warning .timeline-icon svg,
.timeline-card.bg-warning .timeline-icon i {
    color: #f1b10f;
}

.timeline-card.bg-warning .timeline-text .badge {
    background-color: #f1b10f;
}

.timeline-card.bg-info {
    border-left-color: #1787b8 !important;
    background-color: #ffffff !important;
}

.timeline-card.bg-info .timeline-icon svg,
.timeline-card.bg-info .timeline-icon i {
    color: #1787b8;
}

.timeline-card.bg-info .timeline-text .badge {
    background-color: #1787b8;
}

.timeline-card.bg-dark {
    border-left-color: #061238 !important;
    background-color: #ffffff !important;
}

.timeline-card.bg-dark .timeline-icon svg,
.timeline-card.bg-dark .timeline-icon i {
    color: #061238;
}

.timeline-card.bg-dark .timeline-text .badge {
    background-color: #061238;
}

.timeline-card.bg-secondary {
    border-left-color: #8480ae !important;
    background-color: #ffffff !important;
}

.timeline-card.bg-secondary .timeline-icon svg,
.timeline-card.bg-secondary .timeline-icon i {
    color: #8480ae;
}

.timeline-card.bg-secondary .timeline-text .badge {
    background-color: #8480ae;
}


/* :: Toast CSS */

.toast-header {
    color: #1f0757;
    padding: 0.5rem 0.75rem;
}

.custom-toast-1 {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 0.5rem;
}

.custom-toast-1 .toast-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.custom-toast-1 .toast-body svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    max-width: 30px;
}

.custom-toast-1 .toast-body .toast-text p {
    color: #1f0757;
    font-weight: 500;
}

.custom-toast-1 .btn-close {
    top: 0.625rem;
    right: 0.625rem;
    z-index: 10;
}

.toast-primary {
    background-color: #0d5afd !important;
    color: #ffffff;
}

.toast-success {
    background-color: #2ecc4a !important;
    color: #ffffff;
}

.toast-danger {
    background-color: #ea4c62 !important;
    color: #ffffff;
}

.toast-warning {
    background-color: #f1b10f !important;
    color: #ffffff;
}

.toast-info {
    background-color: #1787b8 !important;
    color: #ffffff;
}

.toast-dark {
    background-color: #061238 !important;
    color: #ffffff;
}

.toast-autohide-animation {
    width: 0%;
    height: 4px;
    position: absolute;
    z-index: 10;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #f1f2fb;
    -webkit-animation: toast-animation linear 0s;
    animation: toast-animation linear 0s;
    border-radius: 0 0 0 2rem;
}


/* Tab CSS */

.tab-content {
    border: 1px solid #ebebeb;
}

.nav-tabs .nav-link {
    font-size: 14px;
}

.standard-tab .nav {
    border: 1px solid #ebebeb;
}

.standard-tab .tab-content {
    border: 1px solid #ebebeb;
}

.standard-tab .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.standard-tab .btn {
    padding: 6px 8px;
    width: 100%;
}

.standard-tab .btn.active {
    background-color: #0d5afd;
    color: #ffffff;
    -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);
}

.minimal-tab .btn {
    padding: 0 0.625rem 0.5rem;
    width: 100%;
    border-radius: 0;
    line-height: 1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.minimal-tab .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.minimal-tab .btn.active {
    border-bottom-color: #0d5afd;
    color: #0d5afd;
}

.colorful-tab .nav {
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, 0.125);
}

.colorful-tab .nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.colorful-tab .btn {
    border-radius: 5rem;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.colorful-tab .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.colorful-tab .btn.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.colorful-tab .tab-content {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    border: 0;
}


/* :: Blog CSS */

.card-blog-img {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 173px;
    background-position: center center;
    background-size: cover;
    border-radius: 0.5rem 0 0 0.5rem;
}

.card-blog-content {
    padding: 1.5rem;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.blog-description p {
    font-size: 1rem;
}

.blog-description p:last-child {
    margin-bottom: 0;
}

.blog-title {
    font-weight: 500;
    overflow: hidden;
    height: 48px;
}

.blog-title:hover,
.blog-title:focus {
    color: #0d5afd !important;
}

.single-user-review {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.single-user-review:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-user-review .user-thumbnail {
    margin-top: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    margin-right: 0.5rem;
}

.single-user-review .user-thumbnail img {
    border-radius: 50%;
}

.single-user-review .name-date {
    display: block;
    font-size: 12px;
}

.post-bookmark {
    background-color: rgba(255, 255, 255, 0.2);
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 50%;
    color: #ffffff;
}

.post-bookmark:hover,
.post-bookmark:focus {
    background-color: #ea4c62;
}


/* :: Cart CSS */

.cart-table {
    position: relative;
    z-index: 1;
}

.cart-table table {
    max-width: 100%;
}

.cart-table table> :not(:last-child)> :last-child>* {
    border-bottom-color: #ebebeb;
}

.cart-table table .remove-product {
    color: #1f0757;
    width: 28px;
    height: 28px;
    background-color: #f1f2fb;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.cart-table table .remove-product i {
    line-height: 28px;
}

.cart-table table .remove-product:hover,
.cart-table table .remove-product:focus {
    color: #ffffff;
    background-color: #1f0757;
}

.cart-table .table tbody td,
.cart-table .table tbody th {
    vertical-align: middle;
    color: #8480ae;
    font-size: 12px;
    padding: 0.75rem 0.25rem;
    border: 0;
}

.cart-table .table tbody td h6,
.cart-table .table tbody th h6 {
    font-size: 14px;
}

.cart-table .table tbody td thead th,
.cart-table .table tbody th thead th {
    padding: 0.75rem 0.25rem;
}

.cart-table img {
    max-height: 2.75rem;
}

.cart-table .qty-text {
    border: 2px solid #ebebeb;
    width: 3rem;
    text-align: center;
    height: 2rem;
    border-radius: 0.25rem;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-weight: 500;
}


/* :: Language CSS */

.language-lists {
    position: relative;
    z-index: 1;
}

.language-lists .form-check {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.language-lists .form-check-label {
    font-size: 14px;
    color: #8480ae;
}

.language-lists li {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ebebeb;
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
}

.language-lists li:last-child {
    margin-bottom: 0;
}


/* :: Product CSS */

.product-details-card {
    position: relative;
    z-index: 1;
}

.product-details-card .product-badge {
    top: 2.5rem;
    left: 2.5rem;
    z-index: 100;
}

.product-details-card .product-gallery>a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.single-product-card {
    position: relative;
    z-index: 1;
}

.single-product-card .product-thumbnail {
    position: relative;
    z-index: 1;
}

.single-product-card .product-thumbnail img {
    border-radius: 0.375rem;
}

.single-product-card .product-thumbnail .badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 10;
}

.single-product-card .product-title {
    font-size: 1.125rem;
    color: #1f0757;
    margin-top: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.single-product-card .sale-price {
    font-size: 1rem;
    color: #0d5afd;
    font-weight: 500;
}

.single-product-card .sale-price span {
    font-size: 1rem;
    margin-left: 0.25rem;
    text-decoration: line-through;
    color: #ea4c62;
}

.product-list-wrap .single-product-card .product-thumbnail img {
    max-height: 7rem;
}

.shop-pagination small {
    border-left: 3px solid #0d5afd;
    padding-left: 0.5rem;
    line-height: 1;
}


/* :: Service CSS */

.service-card {
    position: relative;
    z-index: 1;
}

.service-card .card-body {
    padding: 2rem;
}

.service-card .service-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}

.service-card .service-text h1,
.service-card .service-text h2,
.service-card .service-text h3,
.service-card .service-text h4,
.service-card .service-text h5,
.service-card .service-text h6 {
    color: #ffffff;
}

.service-card .service-text p {
    color: rgba(255, 255, 255, 0.75);
}

.service-card .service-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    text-align: right;
    padding-left: 1.5rem;
}

.service-card .service-img img {
    max-width: 100%;
}


/* :: Team Member CSS */

.team-member-card {
    position: relative;
    z-index: 1;
    text-align: center !important;
    background-color: #ffffff !important;
    overflow: hidden;
}

.team-member-card .team-member-img {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    max-width: 8rem;
    margin-left: auto;
    margin-right: auto;
}

.team-member-card .team-member-img::after {
    position: absolute;
    width: 90%;
    height: 90%;
    content: "";
    top: 5%;
    right: 5%;
    z-index: 10;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.team-member-card .team-member-img img {
    border-radius: 50%;
}

.team-member-card .contact-info {
    padding: 0.5rem 1rem;
    border-radius: 0 0 6px 6px;
}

.team-member-card .contact-info p {
    color: #ffffff;
}


/* :: User Profile CSS */

.user-info-card {
    position: relative;
    z-index: 1;
}

.user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user-info-card .user-profile i {
    position: absolute;
    top: 11px;
    right: 8px;
    font-size: 14px;
    color: #ffffff;
    z-index: 1;
}

.user-info-card .user-profile img {
    border-radius: 50%;
}

.user-info-card .user-profile form .form-control {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 6px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    text-indent: -100000000000000020rem;
    background-color: #0d5afd;
}


/* :: Demo CSS */

.demo-header-wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.video-popup-modal .modal-dialog {
    max-width: 80%;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .video-popup-modal .modal-dialog {
        max-width: 90%;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .video-popup-modal .modal-dialog {
        max-width: 90%;
    }
}

@media only screen and (max-width:767px) {
    .video-popup-modal .modal-dialog {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.video-popup-modal .btn-close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 1000;
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    padding: 0;
}

@media only screen and (max-width:767px) {
    .video-popup-modal .btn-close {
        top: -0.75rem;
        right: -0.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media only screen and (min-width:1400px) {
    .preview-iframe-wrapper .container.demo-container {
        max-width: 1320px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .preview-iframe-wrapper .container.demo-container {
        max-width: 1140px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .preview-iframe-wrapper .container.demo-container {
        max-width: 960px;
    }
}

.preview-iframe-wrapper .preview-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
    background-color: #ffffff;
}

.preview-iframe-wrapper .preview-hero-area .big-shadow-text {
    position: absolute;
    bottom: -8rem;
    font-size: 25rem;
    left: -4rem;
    line-height: 1;
    opacity: 0.08;
    font-weight: 700;
    z-index: -99;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .preview-iframe-wrapper .preview-hero-area .big-shadow-text {
        font-size: 20rem;
        bottom: -6rem;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .preview-iframe-wrapper .preview-hero-area .big-shadow-text {
        font-size: 18rem;
        bottom: -6rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .preview-iframe-wrapper .preview-hero-area .big-shadow-text {
        font-size: 16rem;
        bottom: -5rem;
    }
}

@media only screen and (max-width:767px) {
    .preview-iframe-wrapper .preview-hero-area .big-shadow-text {
        font-size: 10rem;
        bottom: -3rem;
        left: -2rem;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .preview-iframe-wrapper .preview-hero-area .big-shadow-text {
        font-size: 13rem;
        bottom: -4rem;
        left: -2rem;
    }
}

.preview-iframe-wrapper .preview-hero-area .version-number {
    background-color: #f1f2fb;
    font-size: 14px;
    color: #8480ae;
}

.preview-iframe-wrapper .preview-hero-area .demo-title {
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .preview-iframe-wrapper .preview-hero-area .demo-title {
        font-size: 1.625rem;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .preview-iframe-wrapper .preview-hero-area .demo-title {
        font-size: 1.375rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .preview-iframe-wrapper .preview-hero-area .demo-title {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width:767px) {
    .preview-iframe-wrapper .preview-hero-area .demo-title {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .preview-iframe-wrapper .preview-hero-area .demo-title {
        font-size: 1.625rem;
    }
}

.preview-iframe-wrapper .preview-hero-area .demo-title span {
    color: #0d5afd;
}

.preview-iframe-wrapper .preview-hero-area .demo-desc {
    font-size: 18px;
    font-weight: 500;
}

.preview-iframe-wrapper .preview-hero-area .demo-desc li i {
    margin-right: 0.5rem;
}

.preview-iframe-wrapper .preview-hero-area .qr-code-wrapper {
    text-align: center;
    margin-left: auto;
    display: inline-block;
}

.preview-iframe-wrapper .preview-hero-area .qr-code-wrapper img {
    background-color: #f1f2fb;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.preview-iframe-wrapper .preview-hero-area iframe {
    position: relative;
    z-index: 1;
    width: 383px;
    height: 746px;
    border: 4px solid #404040;
    border-radius: 1.5rem;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .preview-iframe-wrapper .preview-hero-area iframe {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .preview-iframe-wrapper .preview-hero-area iframe {
        display: none;
    }
}

.preview-iframe-wrapper .section-heading {
    padding-bottom: 75px;
}

.preview-iframe-wrapper .features-area {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.preview-iframe-wrapper .features-area h2 {
    font-weight: 500;
}

.preview-iframe-wrapper .features-area p {
    font-size: 1.125rem;
}

.preview-iframe-wrapper .features-area .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.preview-iframe-wrapper .features-area .card img {
    max-height: 2.5rem;
}

.preview-iframe-wrapper .features-area .card.active {
    border: 1px solid #b6d4fe;
    background-color: #f1f2fb;
}

.preview-iframe-wrapper .features-area .card.active h6 {
    color: #084298;
}

.feature-card .card {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.feature-card .card img {
    max-width: 2rem;
    max-height: 2rem;
}

.feature-card .card i {
    font-size: 1.5rem;
}

.feature-card p {
    line-height: 1.25;
    font-size: 12px;
    font-weight: 500;
}

.special-text {
    font-weight: 500;
    color: #1f0757;
}

.preview-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
}


/* RTL CSS */

[view-mode=rtl] body .rtl-mode-switching svg {
    color: #0d5afd;
}

[view-mode=rtl] body .rtl-mode-switching .rtl-mode-text {
    display: block;
}

[view-mode=rtl] body .rtl-mode-switching .ltr-mode-text {
    display: none;
}

[view-mode=rtl] body h1,
[view-mode=rtl] body h2,
[view-mode=rtl] body h3,
[view-mode=rtl] body h4,
[view-mode=rtl] body h5,
[view-mode=rtl] body h6,
[view-mode=rtl] body p,
[view-mode=rtl] body span {
    direction: rtl;
}

[view-mode=rtl] body .elements-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .elements-heading .heading-text {
    text-align: right;
}

[view-mode=rtl] body .single-setting-panel a .icon-wrapper {
    margin-right: 0;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .header-content,
[view-mode=rtl] body .setting-heading,
[view-mode=rtl] body .footer-nav ul,
[view-mode=rtl] body .range-with-value,
[view-mode=rtl] body .single-plan-check,
[view-mode=rtl] body .breadcrumb,
[view-mode=rtl] body .standard-tab .nav,
[view-mode=rtl] body .colorful-tab .nav,
[view-mode=rtl] body .minimal-tab .nav,
[view-mode=rtl] body .nav.nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .affan-page-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .affan-page-item .icon-wrapper {
    margin-right: 0;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .affan-page-item>i {
    margin-left: 0;
    margin-right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[view-mode=rtl] body .element-heading-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .element-heading-wrapper>i {
    margin-right: 0;
    margin-left: 1rem;
}

[view-mode=rtl] body a.affan-element-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body a.affan-element-item>i {
    margin-left: 0;
    margin-right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[view-mode=rtl] body .back-button a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[view-mode=rtl] body .element-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .element-heading h6 {
    text-align: right;
}

[view-mode=rtl] body .preview-iframe-wrapper .preview-hero-area .demo-desc li i {
    margin-right: 0;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .preview-iframe-wrapper .preview-hero-area .qr-code-wrapper {
    display: block;
}

[view-mode=rtl] body .badge.ms-1,
[view-mode=rtl] body .badge.ms-2 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}

[view-mode=rtl] body .sidenav-nav li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .sidenav-nav li a i {
    margin-right: 0;
    margin-left: 1rem;
}

[view-mode=rtl] body .nav-url .dropdown-icon {
    margin-left: 0;
    margin-right: auto;
}

[view-mode=rtl] body .nav-url .dropdown-icon i {
    margin-left: 0;
}

[view-mode=rtl] body .sidenav-nav li .night-mode-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .sidenav-nav li .night-mode-nav .form-check {
    margin-left: 0;
    margin-right: auto;
}

[view-mode=rtl] body .sidenav-nav li .night-mode-nav .form-switch {
    padding-left: 0;
}

[view-mode=rtl] body .sidenav-nav li .night-mode-nav i {
    margin-right: 0;
    margin-left: 1rem;
}

[view-mode=rtl] body .sidenav-nav li ul {
    padding-left: 0;
    padding-right: 2rem;
}

[view-mode=rtl] body .alert,
[view-mode=rtl] body .form-group,
[view-mode=rtl] body .btn.d-flex,
[view-mode=rtl] body .list-group,
[view-mode=rtl] body .input-group,
[view-mode=rtl] body .direction-rtl,
[view-mode=rtl] body .badge-avater-wrap,
[view-mode=rtl] body .badge-avater-group,
[view-mode=rtl] body .circle-btn-wrapper,
[view-mode=rtl] body .rating-card-three,
[view-mode=rtl] body .cta-card,
[view-mode=rtl] body .progress,
[view-mode=rtl] body .single-task-progress,
[view-mode=rtl] body .scrollspy-indicatiors,
[view-mode=rtl] body .vertical-scrollspy,
[view-mode=rtl] body .table,
[view-mode=rtl] body .top-products-area,
[view-mode=rtl] body .single-product-card {
    direction: rtl;
}

[view-mode=rtl] body .alert-dismissible .btn-close {
    margin-left: 0 !important;
    margin-right: auto;
}

[view-mode=rtl] body .custom-alert-1 {
    padding-left: 1rem;
    padding-right: 27px;
}

[view-mode=rtl] body .custom-alert-1 i {
    margin-right: 0;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .custom-alert-1::after {
    right: 12px;
    left: auto;
}

[view-mode=rtl] body .custom-alert-2 i {
    margin-right: 0;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .custom-alert-3 i {
    margin-right: 0;
    margin-left: 0.75rem;
}

[view-mode=rtl] body .toast {
    direction: rtl;
}

[view-mode=rtl] body .toast .toast-header .btn-close {
    margin-right: 0.375rem;
    margin-left: 0;
}

[view-mode=rtl] body .toast .toast-header strong {
    margin-left: auto !important;
    margin-right: 0.25rem !important;
}

[view-mode=rtl] body .custom-toast-1 .btn-close {
    left: 0.625rem;
    right: auto;
}

[view-mode=rtl] body .btn svg.me-2,
[view-mode=rtl] body .btn i.me-2,
[view-mode=rtl] body .form-file-button.btn.d-flex svg {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

[view-mode=rtl] body .internet-connection-status {
    direction: rtl;
}

[view-mode=rtl] body .badge-avater-group .badge-avater {
    margin-right: 0;
    margin-left: -0.75rem;
}

[view-mode=rtl] body .offcanvas-start .btn-close {
    right: auto;
    left: 1rem;
}

[view-mode=rtl] body .offcanvas-top .btn-close,
[view-mode=rtl] body .offcanvas-bottom .btn-close {
    right: auto;
    left: 1rem;
}

[view-mode=rtl] body .form-select {
    background-position: left 0.75rem center;
}

[view-mode=rtl] body .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[view-mode=rtl] body .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
[view-mode=rtl] body .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[view-mode=rtl] body .form-check {
    direction: rtl;
}

[view-mode=rtl] body .form-check .form-check-input {
    float: right;
    margin-left: 0.5rem;
}

[view-mode=rtl] body #rangevalue {
    margin-left: 0 !important;
    margin-right: 1rem;
}

[view-mode=rtl] body .accordion-item {
    direction: rtl;
}

[view-mode=rtl] body .accordion-item .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

[view-mode=rtl] body .accordion-style-two .accordion-item h6 i {
    margin-left: 0.5rem;
    margin-right: 0;
}

[view-mode=rtl] body .list-group-item .form-check-input {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .list-group-item.active::after {
    left: auto;
    right: 0;
}

[view-mode=rtl] body .list-group-item.disabled::after {
    left: auto;
    right: 0;
}

[view-mode=rtl] body .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: 0.5rem;
}

[view-mode=rtl] body .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
}

[view-mode=rtl] body .timeline-card {
    direction: rtl;
}

[view-mode=rtl] body .timeline-card::after {
    right: auto;
    left: 1.5rem;
}

[view-mode=rtl] body .card-badge {
    left: auto;
    right: 1.5rem;
}

[view-mode=rtl] body .card-img-wrap {
    margin-right: 0;
    margin-left: 1rem;
}

[view-mode=rtl] body .image-gallery-card .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .image-gallery-card .row .text-end {
    text-align: left !important;
}

[view-mode=rtl] body .hero-block-content {
    text-align: right;
}

[view-mode=rtl] body .rating-card-one,
[view-mode=rtl] body .rating-card-two {
    direction: rtl;
}

[view-mode=rtl] body .rating-card-one .rating a,
[view-mode=rtl] body .rating-card-two .rating a {
    margin-right: 0;
    margin-left: 4px;
}

[view-mode=rtl] body .rating-card-one span,
[view-mode=rtl] body .rating-card-two span {
    direction: ltr;
}

[view-mode=rtl] body .rating-detail span {
    margin-right: 0;
    margin-left: 4px;
}

[view-mode=rtl] body .rating-detail span:last-child {
    margin-left: 0;
    margin-right: auto;
}

[view-mode=rtl] body .testimonial-style1 .single-testimonial-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .testimonial-style1 .single-testimonial-slide .image-wrapper {
    margin-right: 0;
    margin-left: 1.25rem;
}

[view-mode=rtl] body .testimonial-style1 .single-testimonial-slide i {
    left: auto;
    right: -8px;
}

[view-mode=rtl] body .testimonial-style3 .single-testimonial-slide {
    text-align: right;
}

[view-mode=rtl] body .modal-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .modal-header .btn-close {
    margin: -0.5rem auto -0.5rem 0 !important;
}

[view-mode=rtl] body .modal-body {
    text-align: right;
}

[view-mode=rtl] body .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

[view-mode=rtl] body .pagination .page-item:first-child .page-link svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[view-mode=rtl] body .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

[view-mode=rtl] body .pagination .page-item:last-child .page-link svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[view-mode=rtl] body .pagination.pagination-one .page-item:first-child .page-link {
    border-left: 0;
    border-right: 1px solid #ebebeb;
}

[view-mode=rtl] body .pagination.pagination-one .page-item:last-child .page-link {
    border-right: 0;
    border-left: 1px solid #ebebeb;
}

[view-mode=rtl] body .skill-progress-bar {
    direction: rtl;
}

[view-mode=rtl] body .skill-progress-bar .skill-icon {
    margin-right: 0;
    margin-left: 1rem;
}

[view-mode=rtl] body .progress-info span {
    direction: ltr;
}

[view-mode=rtl] body .list-unstyled ul {
    padding-right: 2rem;
    padding-left: 0;
}

[view-mode=rtl] body .price-table-one .single-price-content {
    direction: rtl;
}

[view-mode=rtl] body .price-table-one .single-price-content .pricing-desc ul li i {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .price-table-two .single-price-table .form-check .form-check-input {
    float: left;
}

[view-mode=rtl] body .chat-user-list {
    direction: rtl;
}

[view-mode=rtl] body .chat-user-list .chat-user-thumbnail {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

[view-mode=rtl] body .chat-user--info {
    direction: rtl;
}

[view-mode=rtl] body .chat-user--info .info.ms-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}

[view-mode=rtl] body .chat-user--info .user-thumbnail-name {
    margin-left: 0;
    margin-right: 0.375rem;
}

[view-mode=rtl] body .shop-pagination {
    direction: rtl;
}

[view-mode=rtl] body .shop-pagination select {
    padding-right: 0.5rem !important;
    padding-left: 1.5rem !important;
}

[view-mode=rtl] body .shop-pagination small {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    border-right: 3px solid #0d5afd;
    padding-right: 0.5rem;
    margin-right: 0.25rem;
}

[view-mode=rtl] body .product-details-card .product-badge {
    left: auto;
    right: 2.5rem;
}

[view-mode=rtl] body .notification-area .alert-text {
    text-align: right;
}

[view-mode=rtl] body .modal-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .blog-list-card {
    direction: rtl;
}

[view-mode=rtl] body .blog-list-card .card-blog-img {
    border-radius: 0 0.5rem 0.5rem 0;
}

[view-mode=rtl] body .blog-description {
    direction: rtl;
}

[view-mode=rtl] body .blog-description span {
    margin-right: 0.5rem;
}

[view-mode=rtl] body .rating-and-review-wrapper {
    direction: rtl;
}

[view-mode=rtl] body .rating-and-review-wrapper .single-user-review .user-thumbnail {
    margin-left: 0.5rem;
    margin-right: 0;
}

[view-mode=rtl] body .service-card {
    direction: rtl;
}

[view-mode=rtl] body .service-card .service-img {
    text-align: left;
    padding-left: 0;
    padding-right: 1.5rem;
}

[view-mode=rtl] body .user-info-card {
    direction: rtl;
}

[view-mode=rtl] body .user-info-card .user-profile.me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

[view-mode=rtl] body .login-meta-data p a {
    margin-left: 0;
}

[view-mode=rtl] body .otp-form select {
    text-align: right;
}

[view-mode=rtl] body .demo-container.direction-rtl .text-end {
    text-align: left !important;
}

[view-mode=rtl] body .demo-container.direction-rtl .btn.btn-lg.ms-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

[view-mode=rtl] body .nav-url ul {
    padding-left: 0;
    padding-right: 1.5rem;
}

[view-mode=rtl] body .home-page-toast {
    right: auto;
    left: 15px;
}

[view-mode=rtl] body .testimonial-slide-three-wrapper .tns-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

[view-mode=rtl] body .scrollspy-indicatiors ul li:last-child .nav-link {
    margin-right: 0.5rem;
}

[view-mode=rtl] body .vertical-scrollspy .scrollspy-indicatiors .nav-link {
    margin-right: 0;
    margin-left: 0.5rem;
}

[view-mode=rtl] body .vertical-scrollspy .scrollspy-indicatiors ul li:last-child .nav-link {
    margin-right: 0;
}

[view-mode=rtl] body .tiny-slider-one-wrapper .tns-controls {
    right: auto;
    left: 1.25rem;
}

[view-mode=rtl] body .tiny-slider-one-wrapper .tns-nav {
    left: auto;
    right: 1.25rem;
}

[view-mode=rtl] body .tiny-slider-two-wrapper {
    text-align: right;
}

[view-mode=rtl] body .tiny-slider-two-wrapper .tns-nav {
    right: auto;
    left: 2rem;
}

[view-mode=rtl] body .tiny-slider-two-wrapper #totaltnsDotsCount {
    right: auto;
    left: 3.625rem;
}

[view-mode=rtl] body .tiny-slider-three-wrapper {
    text-align: right;
}

[view-mode=rtl] body .dataTable-container .dataTable-table {
    direction: rtl;
}

[view-mode=rtl] body .dataTable-sorter::after,
[view-mode=rtl] body .dataTable-sorter::before {
    right: auto;
    left: 0;
}

[view-mode=rtl] body .dataTable-table th a {
    text-align: right;
}

[view-mode=rtl] body .dataTable-bottom>div:last-child,
[view-mode=rtl] body .dataTable-top>div:last-child {
    float: left;
}

[view-mode=rtl] body .dataTable-bottom>div:first-child,
[view-mode=rtl] body .dataTable-top>div:first-child {
    float: right;
}

[view-mode=rtl] body .countdown1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .countdown1>div {
    margin-left: 0.5rem;
    margin-right: 0;
    direction: rtl;
}

[view-mode=rtl] body .countdown1>div:last-child {
    margin-right: 0;
    margin-left: 0;
}

[view-mode=rtl] body .coming-soon-card .countdown3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .coming-soon-card .countdown3>div {
    margin-right: 0;
    margin-left: 0.25rem;
    direction: rtl;
}

[view-mode=rtl] body .coming-soon-card .countdown3>div span.word {
    margin-left: 0;
    margin-right: 2px;
}

[view-mode=rtl] body .coming-soon-card .countdown3>div:last-child {
    margin-right: 0;
    margin-left: 0;
}

[view-mode=rtl] body .countdown2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .countdown2>div {
    margin-left: 0.5rem;
    direction: rtl;
}

[view-mode=rtl] body .countdown2>div:first-child {
    margin-left: 0.5rem;
}

[view-mode=rtl] body .countdown2>div:last-child {
    margin-left: 0;
}

[view-mode=rtl] body .single-counter-wrap .solid-line.ms-0 {
    margin-left: auto !important;
    margin-right: 0;
}

[view-mode=rtl] body #password-visibility {
    right: auto;
    left: 0.625rem;
}

[view-mode=rtl] body #pswmeter {
    direction: rtl;
}

[view-mode=rtl] body .chat-user-list li .chat-options-btn .dropdown-menu a i {
    margin-left: 0.25rem;
    margin-right: 0;
}

[view-mode=rtl] body .chat-footer form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .chat-footer form .dropup.me-2 {
    margin-left: 0.5rem;
    margin-right: 0 !important;
}

[view-mode=rtl] body .chat-footer form .form-control {
    direction: rtl;
}

[view-mode=rtl] body .video-call-screen .call-btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[view-mode=rtl] body .gallery-img {
    direction: ltr;
}

[view-mode=rtl] body .language-lists .form-check {
    text-align: right;
    padding-left: 0;
}

[view-mode=rtl] body .cs-newsletter-form .btn-close {
    right: auto;
    left: 1rem;
}


/* :: Dark CSS */

[data-theme=dark] {
    background-color: #0C153B;
}

[data-theme=dark] .dark-mode-switching {
    background-color: #0C153B;
}

[data-theme=dark] .dark-mode-switching svg {
    color: #f1b10f;
}

[data-theme=dark] .dark-mode-switching .dark-mode-text {
    display: block;
}

[data-theme=dark] .dark-mode-switching .light-mode-text {
    display: none;
}

[data-theme=dark] .rtl-mode-switching {
    background-color: #0C153B;
}

[data-theme=dark] .rtl-mode-switching svg {
    color: #f1b10f;
}

[data-theme=dark] body {
    background-color: #0C153B;
}

[data-theme=dark] body h1,
[data-theme=dark] body h2,
[data-theme=dark] body h3,
[data-theme=dark] body h4,
[data-theme=dark] body h5,
[data-theme=dark] body h6 {
    color: #ffffff;
}

[data-theme=dark] body #preloader {
    background-color: #0C153B;
}

[data-theme=dark] body .card {
    background-color: #242644;
}

[data-theme=dark] body .border {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme=dark] body .border-top {
    border-top-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme=dark] body .border-start {
    border-left-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme=dark] body .border-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme=dark] body .border-end {
    border-right-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme=dark] body .border-content>span {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

[data-theme=dark] body .img-thumbnail {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: transparent;
}

[data-theme=dark] body .dropdown-menu {
    background-color: #242644;
}

[data-theme=dark] body .dropdown-menu .dropdown-item {
    color: #ffffff;
}

[data-theme=dark] body .dropdown-menu .dropdown-item:hover,
[data-theme=dark] body .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .demo-header-wrapper {
    background-color: #0C153B;
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

[data-theme=dark] body .preview-iframe-wrapper .preview-hero-area {
    background-color: #0C153B;
}

[data-theme=dark] body .preview-iframe-wrapper .preview-hero-area .version-number {
    background-color: #242644;
}

[data-theme=dark] body .preview-iframe-wrapper .preview-hero-area .demo-title span {
    color: #f1b10f;
}

[data-theme=dark] body .preview-iframe-wrapper .qr-code-wrapper img {
    background-color: #242644;
}

[data-theme=dark] body .preview-iframe-wrapper .qr-code-wrapper h6 {
    color: #ffffff;
}

[data-theme=dark] body .preview-iframe-wrapper .features-area {
    background-color: #242644;
}

[data-theme=dark] body .preview-iframe-wrapper .features-area .card {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .preview-iframe-wrapper .features-area .card.active {
    border-color: transparent !important;
    background-color: #1787b8 !important;
}

[data-theme=dark] body .preview-iframe-wrapper .features-area .card.active h6 {
    color: #ffffff;
}

[data-theme=dark] body .special-text {
    color: #f1b10f;
}

[data-theme=dark] body .affan-page-item {
    color: #ffffff;
}

[data-theme=dark] body .affan-page-item:hover,
[data-theme=dark] body .affan-page-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #f1b10f;
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme=dark] body .affan-page-item .icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

[data-theme=dark] body a.affan-element-item {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

[data-theme=dark] body a.affan-element-item:hover,
[data-theme=dark] body a.affan-element-item:focus {
    color: #f1b10f;
}

[data-theme=dark] body .header-area {
    background-color: #242644;
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

[data-theme=dark] body .header-content .back-button a {
    color: #f1b10f;
}

[data-theme=dark] body .sidenav-wrapper,
[data-theme=dark] body .offcanvas {
    background-color: #242644;
}

[data-theme=dark] body .sidenav-nav li a:hover,
[data-theme=dark] body .sidenav-nav li a:focus,
[data-theme=dark] body .sidenav-nav li .night-mode-nav:hover {
    color: #f1b10f;
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .sidenav-nav li ul {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .nav-url .dropdown-icon i {
    color: #f1b10f;
}

[data-theme=dark] body .nav-url.dd-open {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .sidenav-nav li ul li a:hover,
[data-theme=dark] body .sidenav-nav li ul li a:focus {
    background-color: transparent;
}

[data-theme=dark] body .social-info-wrap {
    border-top-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .social-info-wrap a:hover,
[data-theme=dark] body .social-info-wrap a:focus {
    color: #f1b10f;
}

[data-theme=dark] body .copyright-info p a {
    color: #ffffff;
}

[data-theme=dark] body .header-content .setting-trigger-btn {
    color: #f1b10f;
}

[data-theme=dark] body .header-content .setting-trigger-btn span {
    background-color: #ea4c62;
}

[data-theme=dark] body .header-content.header-style-five .navbar--toggler {
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme=dark] body .header-content .navbar--toggler span {
    background-color: #ffffff;
}

[data-theme=dark] body .header-demo-bg {
    background-color: #242644;
}

[data-theme=dark] body .header-content.header-style-two .search-trigger-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

[data-theme=dark] body .header-content.header-style-two .navbar--toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .header-content.header-style-three .navbar--toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .header-content.header-style-six .search-trigger-btn {
    color: #f1b10f;
}

[data-theme=dark] body .toast {
    background-color: #242644;
    border-color: transparent;
}

[data-theme=dark] body .toast-header {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: transparent;
}

[data-theme=dark] body .custom-alert-1 {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .custom-toast-1 .toast-body .toast-text p {
    color: #ffffff;
}

[data-theme=dark] body .custom-alert-1.alert-dark {
    color: #ffffff;
}

[data-theme=dark] body .custom-alert-1.alert-dark::after {
    background-color: #ffffff;
}

[data-theme=dark] body .form-control {
    color: #ffffff;
    background-color: #242644;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .form-control.form-control-clicked {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
    color: #073984;
}

[data-theme=dark] body .form-control-plaintext {
    color: #ffffff;
}

[data-theme=dark] body .was-validated .form-control:invalid,
[data-theme=dark] body .form-control.is-invalid {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .form-select {
    color: #ffffff;
    background-color: #242644;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .form-select.form-control-clicked {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
    color: #073984;
}

[data-theme=dark] body .input-group-text {
    color: #ffffff;
    background-color: #242644;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .form-check-label {
    color: #ffffff;
}

[data-theme=dark] body .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23686868' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

[data-theme=dark] body .form-select[multiple],
[data-theme=dark] body .form-select[size]:not([size="1"]) {
    background-image: none;
}

[data-theme=dark] body #rangevalue {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme=dark] body .autocomplete-items>div {
    background-color: transparent;
    color: #ffffff;
}

[data-theme=dark] body .autocomplete-items>div strong {
    color: #f1b10f;
}

[data-theme=dark] body .login-wrapper {
    background-color: #0C153B;
}

[data-theme=dark] body .login-meta-data a,
[data-theme=dark] body .login-back-button a {
    color: #f1b10f;
}

[data-theme=dark] body .register-form .form-check-label {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme=dark] body .otp-sec {
    color: #f1b10f;
}

[data-theme=dark] body .footer-nav-area {
    background-color: #242644;
    border-top-color: rgba(255, 255, 255, 0.07);
}

[data-theme=dark] body .footer-nav {
    background-color: #242644;
}

[data-theme=dark] body .footer-nav ul li a {
    color: #ffffff;
}

[data-theme=dark] body .footer-nav ul li a span {
    color: rgba(255, 255, 255, 0.5);
}

[data-theme=dark] body .footer-nav ul li a:hover,
[data-theme=dark] body .footer-nav ul li a:focus,
[data-theme=dark] body .footer-nav ul li.active a {
    color: #ffffff;
}

[data-theme=dark] body .footer-nav ul li a:hover span,
[data-theme=dark] body .footer-nav ul li a:focus span,
[data-theme=dark] body .footer-nav ul li.active a span {
    color: #f1b10f;
}

[data-theme=dark] body .footer-nav.footer-style-three ul li a {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .footer-nav.footer-style-three ul li.active a,
[data-theme=dark] body .footer-nav.footer-style-three ul li a:hover,
[data-theme=dark] body .footer-nav.footer-style-three ul li a:focus {
    background-color: #f1b10f;
    color: #ffffff;
}

[data-theme=dark] body .footer-nav.footer-style-five ul li::after,
[data-theme=dark] body .footer-nav.footer-style-six ul li::after {
    background-color: #f1b10f;
}

[data-theme=dark] body .setting-popup-card .btn-close,
[data-theme=dark] body .custom-alert-1 .btn-close,
[data-theme=dark] body .toast .toast-header .btn-close,
[data-theme=dark] body .custom-toast-1 .btn-close {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

[data-theme=dark] body .footer-nav.footer-style-two li.active a {
    background-color: rgba(241, 177, 15, 0.3);
}

[data-theme=dark] body .footer-nav.footer-style-two li.active a::before {
    background-color: #f1b10f;
}

[data-theme=dark] body .accordion-item {
    background-color: #242644;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .accordion-button {
    background-color: #0C153B;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .accordion-collapse {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .accordion-item .accordion-body {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme=dark] body .accordion-style-one .accordion-item h6 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #f1b10f;
}

[data-theme=dark] body .accordion-style-one .accordion-item h6.collapsed {
    color: #ffffff;
}

[data-theme=dark] body .accordion-style-two .accordion-item h6.collapsed {
    color: #ffffff;
}

[data-theme=dark] body .accordion-style-two .accordion-item h6 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .accordion-style-three .accordion-item h6 {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #ffffff;
}

[data-theme=dark] body .accordion-style-four .accordion-item {
    border: 0;
}

[data-theme=dark] body .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[data-theme=dark] body .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f1b10f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[data-theme=dark] body .breadcrumb-wrapper {
    background-color: #242644;
}

[data-theme=dark] body .breadcrumb {
    background-color: #242644;
}

[data-theme=dark] body .breadcrumb .breadcrumb-item {
    color: #ffffff;
}

[data-theme=dark] body .breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

[data-theme=dark] body .breadcrumb .breadcrumb-item a:hover,
[data-theme=dark] body .breadcrumb .breadcrumb-item a:focus {
    color: #f1b10f;
}

[data-theme=dark] body .breadcrumb-three .breadcrumb-item a i {
    color: #f1b10f;
}

[data-theme=dark] body .timeline-card {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme=dark] body .timeline-card::after {
    background-color: #ffffff;
}

[data-theme=dark] body .timeline-card.bg-dark {
    border-left-color: #1f0757 !important;
}

[data-theme=dark] body .rating-card-one>div {
    background-color: transparent;
}

[data-theme=dark] body .rating-card-two>div {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme=dark] body .rating-detail .progress-bar-wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .list-group-item {
    color: #ffffff;
    background-color: #242644;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .list-group-item.active {
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #f1b10f;
}

[data-theme=dark] body .list-group-item.disabled {
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(241, 177, 15, 0.4);
}

[data-theme=dark] body .page-link {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .page-item.active .page-link {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}

[data-theme=dark] body .page-item.disabled .page-link {
    color: rgba(241, 177, 15, 0.4);
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .pagination.pagination-one .page-item:first-child .page-link {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .pagination.pagination-one .page-link {
    border-color: rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .pagination.pagination-one .page-item:last-child .page-link {
    border-color: rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .pagination.pagination-one .page-item.active .page-link::after {
    background-color: #ea4c62;
}

[data-theme=dark] body .progress {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .skill-progress-bar .skill-icon {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .skill-progress-bar .skill-icon svg {
    color: #ffffff !important;
}

[data-theme=dark] body .skill-progress-bar .skill-name p {
    color: #ffffff;
}

[data-theme=dark] body .chat-user-status-slides .user-status-slide a {
    background-color: #242644;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-theme=dark] body .chat-user-list {
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-theme=dark] body .chat-user-list li {
    background-color: #242644;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .chat-user-list li.chat-unread .chat-user-info .last-chat p {
    color: #f1b10f;
}

[data-theme=dark] body .chat-user-list li .chat-options-btn li,
[data-theme=dark] body .chat-user-list li .chat-options-btn li:hover,
[data-theme=dark] body .chat-user-list li .chat-options-btn li:focus {
    background-color: transparent;
}

[data-theme=dark] body .chat-user-list li .chat-options-btn .dropdown-menu a:hover,
[data-theme=dark] body .chat-user-list li .chat-options-btn .dropdown-menu a:focus {
    color: #f1b10f;
    background-color: transparent;
}

[data-theme=dark] body .chat-user-list li:last-child {
    border-bottom: 0;
}

[data-theme=dark] body .chat-user-info .user-thumbnail-name p {
    color: #ffffff;
}

[data-theme=dark] body .call-video-wrapper a {
    color: #ffffff;
}

[data-theme=dark] body .single-chat-item .user-message .single-message p {
    background-color: #242644;
}

[data-theme=dark] body .single-chat-item.outgoing .user-message .single-message p {
    background-color: #0d5afd;
    color: #ffffff;
}

[data-theme=dark] body .single-chat-item .user-message .download-file-wrap {
    background-color: #242644;
}

[data-theme=dark] body .single-chat-item .user-message .single-message .typing {
    background-color: #242644;
}

[data-theme=dark] body .chat-footer {
    background-color: #242644;
}

[data-theme=dark] body .chat-footer .btn-emoji {
    color: #f1b10f;
}

[data-theme=dark] body .chat-footer .btn-add-file {
    color: #f1b10f;
}

[data-theme=dark] body .single-chat-item .user-message .dropdown-menu a:hover,
[data-theme=dark] body .single-chat-item .user-message .dropdown-menu a:focus {
    color: #f1b10f;
}

[data-theme=dark] body .chat-user--info .user-thumbnail-name p {
    color: #ffffff;
}

[data-theme=dark] body .dataTable-top .dataTable-selector,
[data-theme=dark] body .dataTable-top .dataTable-input {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f1b10f;
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .dataTable-container .dataTable-table thead>tr>th {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .dataTable-container .dataTable-table tbody tr td,
[data-theme=dark] body .dataTable-container .dataTable-table tbody tr th {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .dataTable-sorter::before {
    border-top-color: #f1b10f;
}

[data-theme=dark] body .dataTable-sorter::after {
    border-bottom-color: #f1b10f;
}

[data-theme=dark] body .dataTable-pagination li a {
    color: #ffffff;
}

[data-theme=dark] body .table {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .table-hover>tbody>tr:hover {
    color: #8480ae;
}

[data-theme=dark] body .table-striped>tbody>tr:nth-of-type(2n+1) {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme=dark] body .table> :not(:last-child)> :last-child>* {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

[data-theme=dark] body .table-light {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme=dark] body .table-light tr th,
[data-theme=dark] body .table-light tr td {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme=dark] body .cart-table .border-top {
    border-top-color: rgba(255, 255, 255, 0.05) !important;
}

[data-theme=dark] body .cart-table .qty-text {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    color: #ffffff;
}

[data-theme=dark] body .cart-table table .remove-product {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .cart-table table .remove-product:hover,
[data-theme=dark] body .cart-table table .remove-product:focus {
    color: #ffffff;
    background-color: #ea4c62;
}

[data-theme=dark] body .shop-pagination small {
    border-left-color: #f1b10f;
}

[data-theme=dark] body .notification-message {
    background-color: #0C153B !important;
}

[data-theme=dark] body .offcanvas-start .btn-close,
[data-theme=dark] body .offcanvas-top .btn-close,
[data-theme=dark] body .offcanvas-end .btn-close,
[data-theme=dark] body .offcanvas-bottom .btn-close {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

[data-theme=dark] body .scrollspy-indicatiors .nav-link {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

[data-theme=dark] body .scrollspy-indicatiors .nav-link.active {
    background-color: #f1b10f;
    color: #ffffff;
}

[data-theme=dark] body .price-table-two .single-price-table {
    background-color: rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .price-table-two .single-price-table.active {
    background-color: #0d5afd;
}

[data-theme=dark] body .countdown1>div .num {
    color: #f1b10f;
}

[data-theme=dark] body .countdown1 {
    color: #ffffff;
}

[data-theme=dark] body .single-product-card .product-title {
    color: #ffffff;
}

[data-theme=dark] body .single-product-card .sale-price {
    color: #f1b10f;
}

[data-theme=dark] body .team-member-card {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme=dark] body .language-lists li {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .notification-area .alert {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

[data-theme=dark] body .notification-area .alert.unread {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

[data-theme=dark] body .single-search-result {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme=dark] body .single-search-result a {
    color: rgba(241, 177, 15, 0.75);
}

[data-theme=dark] body .blog-title {
    color: #ffffff !important;
}

[data-theme=dark] body .blog-title:hover,
[data-theme=dark] body .blog-title:focus {
    color: #f1b10f !important;
}

[data-theme=dark] body .single-setting-panel a:hover,
[data-theme=dark] body .single-setting-panel a:focus {
    color: #f1b10f;
}

[data-theme=dark] body .standard-tab .nav {
    border-color: rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .standard-tab .btn {
    color: #ffffff;
}

[data-theme=dark] body .minimal-tab .btn {
    color: #ffffff;
}

[data-theme=dark] body .minimal-tab .btn.active {
    border-bottom-color: #f1b10f;
    color: #f1b10f;
}

[data-theme=dark] body .nav-tabs {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .nav-tabs .nav-link {
    color: #ffffff;
}

[data-theme=dark] body .nav-tabs .nav-link:hover,
[data-theme=dark] body .nav-tabs .nav-link.active {
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .tab-content {
    border-color: rgba(255, 255, 255, 0.05);
}

[data-theme=dark] body .price-table-one .nav-tabs .nav-link,
[data-theme=dark] body .price-table-one .nav-tabs .nav-link:hover {
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .price-table-one .nav-tabs .nav-link.active {
    background-color: #0d5afd;
    color: #ffffff;
    border-color: #0d5afd;
}

[data-theme=dark] body .offline-online-card h6 {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme=dark] body .offline-online-card strong {
    color: #f1b10f !important;
}

[data-theme=dark] body .modal-content {
    background-color: #242644;
}

[data-theme=dark] body .modal-content .btn-close {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

[data-theme=dark] body .modal-content .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .modal-content .modal-footer {
    border-top-color: rgba(255, 255, 255, 0.1);
}

[data-theme=dark] body .single-plan-check {
    border-color: rgba(255, 255, 255, 0.1);
}

.fti {
    height: 20px;
}

.item-box {
    width: 90%;
    margin: 16px auto;
    box-shadow: 0px 0px 5px #ccc;
    padding: 15px;
    border-radius: 5px;
}

.price-qty .btn {
    padding: 2px 15px;
    border-color: #6a3061;
    color: #6a3061;
}

.counter {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.counter input {
    width: 43px;
    border: 0;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    background: #6a3061;
    color: #fff;
    appearance: none;
    outline: 0;
    border-radius: 5px;
}

.counter span {
    display: block;
    font-size: 19px;
    padding: 0 10px;
    cursor: pointer;
    color: #6a3061;
    user-select: none;
}

.right-icon span {
    /* color: #0d0bbf; */
    font-size: 16px;
    margin-right: 12px;
    padding: 2px 7px;
}

.right-icon span {
    margin-top: 20px;
    margin-left: 18px;
    font-size: 11px;
}

.right-btn i {
    color: #545454;
    font-size: 24px;
    margin-right: 12px;
}

.cat-item p {
    line-height: 15px;
    margin-top: 6px;
    color: #262626;
    font-weight: 500;
    font-size: 11px;
}

.cat-item img {
    border-radius: 50%;
}

.menu-categories h4 {
    background: #fff9eb;
    padding: 15px;
    width: 65%;
    margin: 15px auto;
    border-radius: 19px;
    font-size: 18px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 70px;
    height: 50px;
    width: 50px;
    right: 90px;
    z-index: 99;
    font-size: 13px;
    border: none;
    outline: none;
    background-color: #7b1010;
    color: white;
    cursor: pointer;
    padding: 15px !important;
    border-radius: 50%;
    right: 10px;
}

#myBtn:hover {
    background-color: #7b1010;
}

.container-img {
    column-count: 3;
    column-gap: 10px;
}

.glry {
    width: 85%;
    margin: 35px auto 15px auto;
    display: block;
    padding-bottom: 20px;
}

.single-card-header {
    /* width: 85%; */
    margin: 0 auto;
    background: linear-gradient(45deg, #ffffff, #fff);
    padding: 10px 0;
    position: fixed;
    width: 400px;
}

.text-heading {
    font-size: 19px;
    font-family: 'Poppins';
    background: #f25608;
    width: 71%;
    padding: 7px 15px;
    border-radius: 0 5px 5px 0;
    margin: 24px auto 0px auto;
    /* margin-bottom: -29px; */
    /* margin-left: 138px; */
    text-align: center;
    color: #ffffff;
}

.d-none {
    display: none;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item {
    width: 100%;
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

.banners {
    width: 88%;
    margin: 75px auto 25px auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px !important;
    margin-top: 101px;
}

.bi-dash-lg,
.bi-plus-lg {
    font-size: 7px;
    height: 17px;
    width: 17px;
    background-color: #f9f0f6;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    color: #8b6800;
    margin-top: 3px;
}

.bi-x-lg {
    font-size: 7px;
    height: 17px;
    width: 17px;
    background-color: #f9f0f6;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    color: #8b6800;
    margin-top: 3px;
}

#id4 {
    background-color: #f44336;
    border-color: #f44336;
    margin-left: -34px;
    margin-right: 2px;
}

/*.bi-cloud-arrow-down {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 20px;*/
/*}*/

.bi-cloud-arrow-down {
    position: absolute;
right: 30px;
    top: 20px;
}
.bi-share {
    position: absolute;
    right: 0;
    top: 24px;
    font-size:19px !important;
}