/* -----------------------
Template Name: Enigmatixmedia - PWA Mobile HTML Template
Template Author: Algoflow
Template Author URL: https://www.algoflow.in
Version: 1.0.0
Last Updated: January 26, 2022
Created: January 01, 2021

----------------------- */
* {
    margin: 0;
    padding: 0;
}
body,
html {
    font-family: 'Manrope',  sans-serif;
    /*font-family: 'Gothic A1', sans-serif;*/
    overflow-x: hidden;
    background-color: #fbfbfb;
    color: #404040;
    scrollbar-width: thin;
    font-size: 12px;
}
a {
    color: #0d5afd;
}
.customBg{
    /*background-color: #181829;*/
    background-color: #fcfbfb;
}
.customRounded{
    border-radius: 12px;
}
.header-area .header-content .page-heading{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
kbd {
    background-color: #061238;
}
caption {
    color: #8480ae;
}
.blockquote-footer {
    color: #8480ae;
}
.img-thumbnail {
    border-color: #ebebeb;
}

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

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

.form-check-input:checked {
    background-color: #0d5afd;
    border-color: #0d5afd;
}

.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: #ffffff;
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}

.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: #1f0757;
    background-color: #f1b10f;
    border-color: #f1b10f;
}

.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, .breadcrumb-item a{
    color: #666666;
}
.footerRating{
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}
.footerRating .bi{
    color: #e20366;
}

.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: #f00 !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;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #f20067;*/
    color: #222222;
}
h1{
    font-size: 18px;
    font-weight: 600;
}
h2{
    font-size: 16px;
    font-weight: 600;
}

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

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 {
    padding: 8px 5px;
    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;
}

.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: 50px;
    /*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;
    font-weight: 500;
}
.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;
    font-weight: 500;
}
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;
    /*background-image: url("../images/loginpage.jpg");*/
}
.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;
}
.register-form h1{
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.register-form p{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.login-meta-data a {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
}
.login-meta-data a:hover, .login-meta-data a:focus {
    text-decoration: underline;
}
.login-meta-data a span {
    color: #1d6cff;
    font-weight: 600;
    margin-left: 0.25rem;
}

.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: #dd0b5a;*/
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-content {
    z-index: 1;
    height: 50px;
}
.header-content .back-button a {
    display: block;
    margin-left: -0.25rem;
    color: #333333;
}
.header-content .logo-wrapper a {
    display: block;
}
.header-content .logo-wrapper a img {
    max-height: 26px;
    width: auto;
}
.header-content .navbar--toggler {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.header-content .navbar--toggler span {
    width: 20px;
    height: 3px;
    background-color: #333333;
    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: #fff;
}
.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-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;
}*/

.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: #666666;
}
.social-info-wrap a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666666;
    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: 12px;
    color: #999999;
}
.copyright-info p a {
    padding-left: 0.25rem;
    font-size: 12px;
}

/* :: 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: 12px;
    color: #666666;
}

.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;
    border: 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: #e3044d;
    cursor: pointer;
}
.accordion-style-four .accordion-item h6.collapsed {
    color: #222222;
}
.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;
    font-weight: 600;
}

/* :: 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;
}

/* :: 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;
    background-image: url("/static/images/banner-homepage.webp");
}
.coming-soon-wrapper .countdown2 span {
    font-size: 1.25rem;
}
.coming-soon-wrapper a{
    text-decoration: underline;
    margin-right: 8px;
}

.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(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.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;
}

/* :: 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;
    font-weight: 600;
    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 */
.masonry-content-wrapper {
    overflow: hidden;
}
.masonry-content-wrapper > * {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}

.single-gallery-item {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}
.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.75rem;
    right: 0.75rem;
    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;
}

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

/* :: 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;
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
}
.single-user-review:last-child {

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


/* :: 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;
    border-radius: 0;
    border: 1px solid #1e1e30;
    background-color: #1e1e30;
}
.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: 14px;
    color: #fff;
    /*margin-top: 0.75rem;*/
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.single-product-card p{
    font-size: 13px;
    color: #cccccc;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.single-product-card .product-details{
    padding-left: 8px;
    box-sizing: border-box;
}
.profile-details .rating, .product-details .rating{
    color: #999999;
    font-size: 12px;
}
.profile-details .rating span, .product-details .rating span{
    color: #fff;
    background-color: #096;
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 6px;
}
.single-product-card .sale-price {
    font-size: 0.85rem;
    color: #cccccc;
    font-weight: 500;
}
.single-product-card .sale-price span {
    font-size: 1rem;
    margin-left: 0.25rem;
    text-decoration: line-through;
    color: #ea4c62;
}

/* :: 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%;
}

/* :: User Profile CSS */
.user-info-card {
    position: relative;
    z-index: 1;
}
.user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    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: 500;
}
@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%;
}
/*start of custom*/
.homemainbg{
    text-align: center;
    background-image: url("../images/banner-homepage.jpg");
}
.homemainbg img{
    width: 85px;
    height: 85px;
}
.homemainbg h1{
    font-size: 22px;
    color: #fff;
}
.homemainbg h2{
    font-size: 16px;
    color: #fff;
}
.bg-btn{
    border-radius: 8px;
    font-weight: 700;
    /*background-image:linear-gradient(45deg,#d30c61,#c40431);*/
    /*background-image:linear-gradient(45deg,#f2076c,#d1025b);*/
    background-image: linear-gradient(120deg, #c31192, #e3044d);
    /*background-color: #a20960;*/
    color:#fff;
    /*text-transform:uppercase;*/
    letter-spacing:1px;border:0;
    outline: none;
    padding: 10px 5px;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
    transition:.2s all
}
.bg-btn:hover{
    background-image:linear-gradient(45deg,#ff0a4b,#1e7fff)
}
.bg-btn:active{
    transform:scale(.95);
    outline:none;
}
.bg-btn2{
    border-radius:4px;
    font-weight: 600;
    background-color: #fff;
    color:#000;
    text-transform:uppercase;
    letter-spacing:1px;border:0;
    outline: none;
    padding:14px 15px;
    font-size:16px;
    width:100%;
    display:block;
    margin-bottom:3px;
}
.bg-btn2{
    transition:.2s all
}
.bg-btn3{
    background-color: #fff;
    border: 1px solid #c31192;
    border-radius: 8px;
    font-weight: 600;
    color:#c31192;
    text-transform:uppercase;
    letter-spacing:1px;
    outline: none;
    padding: 14px 15px;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
    transition:.2s all
}
.bg-btn3:hover{
    background-image:linear-gradient(45deg,#ff0a4b,#1e7fff)
}
.bg-btn3:active{
    transform:scale(.95);
    outline:none;
}
.bg-btn4{
    background-color: transparent;
    color: #e3044d;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    outline: none;
}
.fullimg{
    width: 100%;
    height: auto;
}
.hero1{
    background-color: #050306;
}
.home-story .top-link, .home-story strong{
    color: #f20067;
}
.home-story .top-link{
    font-weight: 600;
    font-size: 16px;
}
.loginbg{
    background-image: url(../images/loginpage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.category--icons p{
    color: #333333;
    font-weight: 600;
    font-size: 12px;
    margin-top: 8px;
}
.page-heading, .page-heading h1{
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.customBorder{
    border: 1px solid #e0e0e0;
}
.bookGuides h4{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.highlighted_BAK {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #222222;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    padding: 10px 8px;
    line-height: 22px;
    -moz-transition-property: border-color,color,background-color,opacity;
    -o-transition-property: border-color,color,background-color,opacity;
    -webkit-transition-property: border-color,color,background-color,opacity;
    transition-property: border-color,color,background-color,opacity;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.highlighted_BAK:focus {
    outline: none;
    border-color: #2081b8;
}
.highlighted2{
    background: #f8f8f8;
    width: 100%;
    /*border-bottom: 1px solid #cccccc;*/
    border: 1px solid #e3e3e3;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    outline: none;
    /*padding-bottom: 6px;*/
    padding: 5px 15px;
    border-radius: 6px;
    -moz-transition-property: border-color,color,background-color,opacity;
    -o-transition-property: border-color,color,background-color,opacity;
    -webkit-transition-property: border-color,color,background-color,opacity;
    transition-property: border-color,color,background-color,opacity;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.highlighted2:focus {
    border-bottom: 2px solid #2081b8;
}
label{
    color: #222222;
    font-weight: 600;
    margin-bottom: 8px;
}
.modal-header .modal-title{
    font-size: 14px;
    font-weight: 600;
    color: #222222;
}
.modal-body p{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.companyInfo h5{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.companyInfo p, .companyInfo p a{
    margin-left: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
.companyInfo .footerSocial{
    padding-left: 0;
}
.companyInfo .footerSocial li{
    width: 50%;
    float: left;
    padding: 5px 0;
}
.companyInfo .footerSocial li a{
    font-size: 14px;
    color: #333333;
}
.companyInfo .footerSocial li a span{
    margin-left: 8px;
}
.McategoryDetails .filterbtn, .AllJobs .filterbtn{
    float: right;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #D30C61;
    padding: 8px 14px;
    border-radius: 20px;
    color: #333333;
}
.McategoryDetails .filterbtn span, .AllJobs .filterbtn span{
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    margin-right: 15px;
}
.McategoryDetails .filterbtn .bi, .AllJobs .filterbtn .bi{
    margin-right: 2px;
}
.hideHeading {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.customerSupport h3{
    font-size: 18px;
    font-weight: 600;
    color: #111111;
}
.customerSupport p{
    font-size: 14px;
    font-weight: 500;
    color: #111111;
}
