@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700&amp;display=swap");

:root {
    --white: $white;
    --gray: #868e96;
    --gray-dark: #858d97;
    --black: $black;
    --azure: $info;
    --lime: #63e600;
    --lightpink-red: #ff7088;
    --lightgreen: #26eda2;
    --blue: #4049ec;
    --indigo: $indigo;
    --purple: #6d33ff;
    --pink: $pink;
    --red: $danger;
    --orange: $orange;
    --yellow: $yellow;
    --green: $success;
    --teal: $teal;
    --cyan: #17a2b8;
    --primary: #6963ff;
    --secondary: #f6f7fb;
    --success: $success;
    --info: $info;
    --warning: $yellow;
    --danger: $danger;
    --light: #f8f9fa;
    --dark: $dark;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1280px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    height: 100%;
    direction: ltr;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #5c5776;
    text-align: left;
    background-color: #f5f4f9;
    font-family: 'Nunito', sans-serif;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .66em;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul {
    margin-bottom: 0;
}

ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #5c5776;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #5c5776;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: none;
}

button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

.strike-text {
    text-decoration: line-through;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .30em;
    font-weight: 500;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    color: #18113c;
}

.h1,
h1 {
    font-size: 2.5rem;
    font-weight: 400;
}

.h2,
h2 {
    font-size: 1.75rem;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 1rem;
}

.h6,
h6 {
    font-size: .875rem;
}

.lead {
    font-size: 1.171875rem;
    font-weight: 300;
}

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

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ededf5;
    opacity: 0.1;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: .2em;
    background-color: #5c5776;
    color: #fff;
}

.cover-image {
    object-fit:contain;
    /* background-size: cover !important; */
    width: 100%;
    position: relative;
}

.blog-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #5c5776;
}

.fs-10 {
    font-size: 10px !important;
}

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

.fs-13 {
    font-size: 13px !important;
}

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

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-70 {
    font-size: 70px !important;
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 85%;
    color: inherit;
    word-break: break-word;
}

a>code {
    color: inherit;
}

pre {
    display: block;
    font-size: 85%;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.container,
.container-1,
.container-fluid {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .teacher__details-thumb {
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .item-card7-desc ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .item-card7-desc ul li:nth-last-child(2) {
        margin-bottom: 0;
    }

    .teacher__details-thumb {
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }

    .container-1 {
        max-width: 1300px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.g-0 {
    margin-right: 0;
    margin-left: 0;
}

.g-0>.col,
.g-0>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

#accordion1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

#accordion1 .panel-default>.panel-heading {
    background-color: transparent;
    border: 1px solid #ededf5;
}

@media (max-width: 1080px) {
    .avatar {
        max-width: inherit;
    }
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar i {
    font-size: 125%;
    vertical-align: sub;
}

.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
}

.btn .badge {
    position: relative;
    top: -1px;
    padding: 2px 6px;
    margin-left: 2px;
    border-radius: 4px;
}

.example-1 .btn:hover .badge {
    background-color: #fff !important;
    color: #18113c;
}

.badge-secondary {
    color: #fff;
    background-color: #ff0e0e;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff0e0e;
}

.badge-success {
    color: #fff;
    background-color: #21b632;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3adfab;
}

.badge-info {
    color: #fff;
    background-color: #04b2e5;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1594ef;
}

.badge-warning {
    color: #fff;
    background-color: #ffa22b;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f59713;
}

.badge-danger {
    color: #fff;
    background-color: #f84242;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f34a4a;
}

.badge-light {
    color: #3d4e67;
    background-color: #ededf5;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #3d4e67;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    padding: .5em .5em;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badgetext {
    float: right;
}

.badge-default {
    background: #f5f4f9;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    list-style: none;
    border-radius: 3px;
    left: 0;
    bottom: 0;
    padding: 0 !important;
    background-color: transparent !important;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #5c5776;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: rgba(255, 255, 255, 0.3);
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb-item1 a {
    color: #5c5776;
}

.breadcrumb-item1 a:hover {
    text-decoration: none;
}

.breadcrumb-item1+.breadcrumb-item1::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: "\e933";
    font-family: "feather";
    opacity: 0.6;
    color: #a8a3b0;
    margin-top: 1px;
}

.breadcrumb-item1+.breadcrumb-item1:hover::before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb-item1.active {
    color: #6964f7;
}

.breadcrumb-1 ol,
.breadcrumb-2 ol {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
}

.breadcrumb-1 li,
.breadcrumb-2 li {
    text-align: right;
    display: contents;
}

.breadcrumb-3 ol,
.breadcrumb-4 ol {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.breadcrumb-3 li,
.breadcrumb-4 li {
    display: contents;
    text-align: center;
}

.breadcrumb-3 li,
::-ms-backdrop,
.breadcrumb-4 li,
::-ms-backdrop,
.breadcrumb-1 li,
::-ms-backdrop,
.breadcrumb-2 li,
::-ms-backdrop {
    display: inline-block;
    text-align: center;
}

.card-breadcrumb .page-header {
    padding: .75rem !important;
}

.breadcrumb-item2 a {
    color: #5c5776;
}

.breadcrumb-item2 a:hover {
    text-decoration: none;
}

.breadcrumb-item2+.breadcrumb-item2::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: "/";
    opacity: 0.6;
    color: #a8a3b0;
    margin-top: 1px;
}

.breadcrumb-item2+.breadcrumb-item2:hover::before {
    text-decoration: none;
}

.breadcrumb-item2.active {
    color: #6964f7;
}

.page-header .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.page-header .breadcrumb-item+.breadcrumb-item:before {
    content: "\f105";
    opacity: 0.4;
    font-family: "FontAwesome";
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.84615385;
    border-radius: 7px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-secondary {
    color: #fff !important;
    background-color: #ff0e0e !important;
    border-color: #ff0e0e !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2b1ee8;
    border-color: #2b1ee8;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(156, 4, 4, 0.1);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

.btn-outline-secondary {
    color: #ff0e0e;
    background-color: transparent;
    background-image: none;
    border-color: #ff0e0e;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ff0e0e;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(239, 80, 80, 0.1);
}

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

.btn-success:hover {
    color: #fff;
    background-color: #28b738;
    border-color: #28b738;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #21b632;
    border-color: #21b632;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #21b632;
    border-color: #21b632;
}

.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #21b632;
    border-color: #21b632;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.btn-warning {
    color: #fff;
    background-color: #fb9505;
    border-color: #fb9505;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f59713;
    border-color: #f59713;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #ffa22b;
    border-color: #ffa22b;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #f59713;
    border-color: #f59713;
}

.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f59713;
    border-color: #f59713;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-danger {
    color: #fff;
    background-color: #f84242;
    border-color: #f84242;
}

.btn-danger:hover {
    color: #fff;
    background-color: #f34a4a;
    border-color: #f34a4a;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f84242;
    border-color: #f84242;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #f34a4a;
    border-color: #f34a4a;
}

.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f34a4a;
    border-color: #f34a4a;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-light {
    color: #3d4e67;
    background-color: #f5f4f9;
    border-color: #f5f4f9;
}

.btn-light:hover {
    color: #3d4e67;
    background-color: #d9d9f4;
    border-color: #d9d9f4;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
    background-color: #d9d9f4;
    border-color: #d9d9f4;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #3d4e67;
    background-color: #d9d9f4;
    border-color: #d9d9f4;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #3d4e67;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.show>.btn-light.dropdown-toggle {
    color: #3d4e67;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

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

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-outline-success {
    color: #21b632;
    background-color: transparent;
    background-image: none;
    border-color: #21b632;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #21b632;
    border-color: #21b632;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #21b632;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #21b632;
    border-color: #21b632;
}

.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #21b632;
    border-color: #21b632;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.625;
    border-radius: 7px;
}

.btn-xl {
    padding: 0rem 1rem;
    font-size: 1.125rem !important;
    line-height: 1.625;
    border-radius: 7px;
    height: 54px;
    line-height: 54px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.33333333;
    border-radius: 7px;
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.collapse:not(.show) {
    display: none;
    background: #fff;
}

.btn {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: .8125rem;
    min-width: 2.375rem;
}

.btn-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 7px;
    text-align: center;
    color: #8489a4;
    border: 1px solid #e8ebf3;
    background-color: #f5f7fd;
    font-size: 12px;
}

.btn.btn-app>.fa,
.btn.btn-app>.glyphicon,
.btn.btn-app>.ion {
    font-size: 20px;
    display: block;
}

.btn.btn-app:hover {
    background: #f5f7fd;
    color: #3f5068;
    border-color: #e8ebf3;
}

.btn.btn-app:active,
.btn.btn-app:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-weight: 400;
}

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

.btn-google.active,
.btn-google:hover {
    color: #fff;
    background-color: #d04237;
    border-color: #d04237;
}

.btn-google.focus,
.btn-google:focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
    color: #fff;
    background-color: #d04237;
    border-color: #d04237;
}

.btn-google:not(:disabled):not(.disabled).active,
.btn-google:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #d04237;
    border-color: #d04237;
}

.show>.btn-google.dropdown-toggle {
    color: #fff;
    background-color: #d04237;
    border-color: #d04237;
}

.btn-google:not(:disabled):not(.disabled).active:focus,
.btn-google:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.show>.btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: .75rem;
    min-width: 1.625rem;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 1.09rem;
    min-width: 2.75rem;
    font-weight: 400;
}

.btn-list {
    margin-bottom: -.5rem;
    font-size: 0;
}

.btn-list>.btn,
.btn-list>.dropdown {
    margin-bottom: 0.5rem;
}

.btn-list>.btn:not(:last-child),
.btn-list>.dropdown:not(:last-child) {
    margin-right: 0.5rem;
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group {
    margin-left: -1px;
}

.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-default {
    border: 1px solid #e6ecf5;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #04b2e5;
    border-color: #04b2e5;
}

.btn-list .btn-link {
    border: 1px solid #ededf5;
}

.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: #fff;
    background-color: #6964f7;
    border-color: #6964f7;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: none;
}

.btn-primary .svg-icon,
.btn-secondary .svg-icon,
.btn-success .svg-icon,
.btn-info .svg-icon,
.btn-warning .svg-icon,
.btn-danger .svg-icon,
.btn-dark .svg-icon {
    fill: #fff;
}

.btn-icon.btn-svg .svg-icon {
    width: 16px;
    margin-top: 2px;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 100, 247, 0.2) !important;
}

.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: #fff;
    background-color: #ff0e0e;
    border-color: #ff0e0e;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(230, 79, 80, 0.5);
}

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

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #fb9505;
    border-color: #fb9505;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ededf5;
    border-radius: 7px;
    box-shadow: none;
    margin-bottom: 1.5rem;
    width: 100%;
}

.card .card {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card:hover {
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-title {
    margin-bottom: 1.5rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.5rem;
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #ededf5;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-top: 1px solid #ededf5;
}

.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.5rem;
    margin-left: -.75rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(3px - 1px);
    height: 100%;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(3px - 1px);
    border-bottom-left-radius: calc(3px - 1px);
}

.card-blog-overlay .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-blog-overlay {
    background: url(../images/media/thumbnails/thumb2.jpg);
    background-size: cover;
    position: relative;
}

.card-blog-overlay:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.card-blog-overlay1 {
    background: url(../images/media/thumbnails/thumb3.jpg);
    background-size: cover;
}

.card-blog-overlay3 {
    background: url(../images/media/0-4.jpg);
    background-size: cover;
}

@media print {
    .card {
        box-shadow: none;
        border: none;
    }
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1rem;
    position: relative;
    height: 100%;
}

.card-body+.card-body {
    border-top: 1px solid #ededf5;
}

.card-body> :last-child {
    margin-bottom: 0;
}

@media print {
    .card-body {
        padding: 0;
    }
}

.card-footer {
    padding: 1rem;
    background: 0 0;
    border-top: 1px solid #ededf5;
    color: #5c5776;
}

.card-header {
    background: 0 0;
    padding: .5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card-header.border-0+.card-body {
    padding-top: 0;
}

@media print {
    .card-header {
        display: none;
    }
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
}

.card-title a {
    color: inherit;
}

.card-title:only-child {
    margin-bottom: 0;
    font-weight: 700;
}

.card-title small {
    font-size: .875rem;
    display: block;
    margin: -.75rem 0 1rem;
    line-height: 1.1;
    font-weight: 400;
}

.card-profile .card-header {
    height: 5rem;
    background-size: cover;
    border: 0;
}

.card-profile-img {
    max-width: 6rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-body+.card-list-group {
    border-top: 1px solid #ededf5;
}

.card-list-group .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.card-list-group .list-group-item:last-child {
    border-bottom: 0;
}

.card-list-group .list-group-item:first-child {
    border-top: 0;
}

.card-header-tabs {
    margin: -1.25rem 0;
    border-bottom: 0;
    line-height: 2rem;
}

.card-header-tabs .nav-item {
    margin-bottom: 1px;
}

.card-header-pills {
    margin: -.75rem 0;
}

.card-aside {
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-aside-column {
    min-width: 5rem;
    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: no-repeat center/cover;
}

.card-chart-bg {
    height: 4rem;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.card-collapsed> :not(.card-header):not(.card-status) {
    display: none;
}

.card-collapsed .card-options-collapse i:before {
    content: '\e92d';
}

.card-category {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0 0 .5rem;
    background: #ededf5;
}

.card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-aside-img {
    position: relative;
}

.card-aside-img img {
    width: 100px !important;
    height: 80px !important;
    vertical-align: middle;
}

.card-aside-img.wrap-border img {
    border: 1px solid #ededf5;
    padding: 3px;
}

.card-aside-img a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-item-desc {
    padding: 15px;
}

.card-item-desc h6 {
    margin-top: 5px;
}

.card-blogs .card {
    border: none;
    box-shadow: none;
}

.card-blogs1 .card {
    box-shadow: none;
    border-bottom: 1px solid #ededf5;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.card-blogs1 .card:last-child {
    box-shadow: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.card-blogs1 .card-item-desc .card-item-price .newprice {
    font-weight: 600;
}

.card-blogs1 .card-item-desc .card-item-price .oldprice {
    font-size: 14px;
}

.card-item-desc .card-item-desc-1 dt,
dd {
    display: inline-block;
}

.card-item-desc .card-item-desc-1 dd,
.card-item-desc dl {
    margin-bottom: 0;
}

.card-img img {
    border-radius: 3px;
}

.card-blog-overlay2.spacing .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

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

.carousel-indicators1.carousel-indicators {
    position: absolute;
    right: 0;
    top: 30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators1 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators1 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators1 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators1 .active {
    background-color: #fff;
}

.carousel-indicators2.carousel-indicators {
    position: absolute;
    right: 0px;
    left: auto;
    top: 30px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-top: 10px;
    list-style: none;
    margin-left: 5%;
    margin-right: 5%;
}

.carousel-indicators2 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators2 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators2 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators2 .active {
    background-color: #fff;
}

.carousel-indicators3.carousel-indicators {
    position: absolute;
    left: 0px;
    right: auto;
    top: 30px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-top: 10px;
    list-style: none;
    margin-left: 5%;
    margin-right: 5%;
}

.carousel-indicators3 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators3 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators3 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators3 .active {
    background-color: #fff;
}

.carousel-indicators4.carousel-indicators {
    position: absolute;
    right: 0px;
    left: auto;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-top: 10%;
    list-style: none;
    margin-left: 5%;
    margin-right: 5%;
}

.carousel-indicators4 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators4 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators4 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators4 .active {
    background-color: #fff;
}

.carousel-indicators5.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-left: 5%;
    margin-right: 5%;
}

.carousel-indicators5 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators5 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators5 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators5 .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h3 {
    color: #fff;
}

.carousel-item-background {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 990px) and (min-width: 767px) {
    .carousel-caption {
        top: 10%;
    }
}

.carousel-bg .prev-icon,
.carousel-bg .next-icon {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 20px;
}

.carousel-control:active,
.carousel-control:focus,
.carousel-control:hover {
    color: #333;
}

.carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel .carousel-indicators {
    bottom: -1rem;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 1px 2px;
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel .carousel-control {
    height: 40px;
    width: 40px;
    background: 0 0;
    margin: auto 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.carousel .carousel-control i {
    font-size: 32px;
    position: absolute;
    top: 1.6rem;
    display: inline-block;
    margin: -18px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: none;
    font-weight: 700;
    z-index: 999;
}

.carousel-control-next {
    right: -1.8rem;
}

.carousel-control-prev {
    left: -1.8rem;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 3px solid #fff;
    opacity: 1;
    transition: opacity 0.6s ease;
    bottom: 10px;
}

.dropdown,
.dropstart,
.dropend,
.dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 5px 0;
    margin: 2px 0 0;
    color: #5c5776;
    border: 1px solid #ededf5;
    text-align: left;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
}

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

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #ededf5;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #ededf5;
}

.dropdown-menu .dropdown-plus-title {
    width: 100% !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
    border: 0 solid #ededf5 !important;
    border-bottom-width: 1px !important;
    cursor: pointer !important;
}

.dropdown {
    display: block;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 2rem;
    clear: both;
    font-weight: 400;
    color: #5c5776;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.drop-icon-wrap {
    text-align: center;
}

.drop-icon-wrap li {
    display: inline-block;
}

.drop-icon-wrap .drop-icon-item {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: capitalize;
    min-width: 75px;
}

.drop-icon-item i {
    font-size: 20px;
    padding-bottom: 5px;
}

.drop-icon-wrap .drop-icon-item:hover {
    text-decoration: none;
    background-color: #ededf5;
}

.dropdown-item.user {
    font-size: 16px;
    padding: 5px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #ededf5;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
    margin: 0px 0 0 0;
    box-shadow: 0 5px 25px rgba(39, 55, 76, 0.2);
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

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

.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

btn.dropdown-toggle~.dropdown-menu {
    background-color: #f5f4f9 !important;
    background-color: #fff !important;
    border: 0 solid #ededf5 !important;
    box-shadow: 0 0 3px rgba(25, 25, 25, 0.3) !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f5f4f9 !important;
    background-color: #fff !important;
    border: 0 solid #ededf5 !important;
    box-shadow: 0 0 3px rgba(25, 25, 25, 0.3) !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
    border-color: #6964f7 !important;
}

.btn.dropdown-toggle.btn-success~.dropdown-menu .dropdown-plus-title {
    border-color: #21b632 !important;
}

.btn.dropdown-toggle.btn-info~.dropdown-menu .dropdown-plus-title {
    border-color: #04b2e5 !important;
}

.btn.dropdown-toggle.btn-warning~.dropdown-menu .dropdown-plus-title {
    border-color: #fb9505 !important;
}

.btn.dropdown-toggle.btn-danger~.dropdown-menu .dropdown-plus-title {
    border-color: #f84242 !important;
}

.dropdown-media-list {
    padding: 0;
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu {
        width: auto !important;
    }
}

.dropdown-item {
    color: #5c5776;
}

.dropdown-menu-arrow:before {
    position: absolute;
    top: -6px;
    left: 12px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 40, 100, 0.12);
    border-left: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu-arrow:after {
    position: absolute;
    top: -5px;
    left: 12px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    content: '';
}

.dropdown-menu-arrow.dropdown-menu-end:after,
.dropdown-menu-arrow.dropdown-menu-end:before {
    left: auto;
    right: 12px;
}

.dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-toggle:after {
    vertical-align: .155em;
}

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

.dropdown-icon {
    margin-right: .5rem;
    margin-left: -.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
    font-size: 14px;
    font-weight: 600 !important;
}
/* .input-quiz{
    -webkit-appearance: auto;
} */

.input-lg {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.input-xl {
    height: 54px !important;
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 3px;
}

.input-sm {
    height: 30px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.6;
    color: #5c5776;
    height: 39px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededf5;
    border-radius: 7px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control.border-white {
    border: 1px solid rgba(167, 180, 201, 0.7) !important;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #5c5776;
    background-color: #fff;
    border-color: #ededf5;
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #5c5776;
}

.form-control::placeholder {
    color: #5c5776;
}

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

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: 2.425rem;
}

select.form-control:focus::-ms-value {
    color: #5c5776;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.input-group-sm>.form-control {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.14285714;
    border-radius: 3px;
}

.input-group-sm>.input-group-text>.btn,
.input-group-sm>.input-group-text>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.14285714;
    border-radius: 3px;
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
    border-radius: 3px;
}

.input-group-lg>.form-control {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
    border-radius: 3px;
}

.input-group-lg>.input-group-text>.btn,
.input-group-lg>.input-group-text>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
    border-radius: 3px;
}

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

.form-checkbox {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-checkbox-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-checkbox-input:disabled~.form-checkbox-label {
    color: #5c5776;
}

.form-checkbox-label {
    margin-bottom: 0;
}

.form-checkbox-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-checkbox-inline .form-checkbox-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.form-select.is-valid,
.form-control.is-valid {
    border-color: #21b632;
}

.form-select.is-valid:focus,
.form-control.is-valid:focus {
    border-color: #21b632;
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.form-select.is-invalid,
.form-control.is-invalid {
    border-color: #f84242;
}

.form-select.is-invalid:focus,
.form-control.is-invalid:focus {
    border-color: #f84242;
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.form-checkbox-input.is-invalid~.form-checkbox-label {
    color: #f84242;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-checkbox {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-select,
    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-checkbox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-checkbox-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.form-select {
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    padding: .5rem 1.75rem .5rem .75rem;
    line-height: 1.5;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ededf5;
    border-radius: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(25, 145, 235, 0.5);
}

.form-select:focus::-ms-value {
    color: #5c5776;
    background-color: #fff;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}

.form-select:disabled {
    color: #5c5776;
    background-color: #ededf5;
}

.form-select::-ms-expand {
    opacity: 0;
}

.form-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    opacity: 0;
}

.form-group {
    display: block;
}

.form-label {
    display: block;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: .975rem;
}

.form-label-small {
    float: right;
    font-weight: 400;
    font-size: 87.5%;
}

.form-control.header-search {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ededf5 !important;
    color: #5c5776;
    width: 100%;
    border-radius: 12em;
}

.form-control.header-search:focus,
.form-control.header-search:hover {
    border: 0;
    box-shadow: none;
}

.form-group.has-feedback span {
    display: block !important;
}

.customerpage .btn-icon {
    border: 1px solid rgba(96, 94, 126, 0.2);
}

.form .btn {
    position: relative;
    right: 0px;
}

.row-cards>.col,
.row-cards>[class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.col-text {
    max-width: 48rem;
}

.col-login {
    max-width: 24rem;
}

.gutters-0 {
    margin-right: 0;
    margin-left: 0;
}

.gutters-0>.col,
.gutters-0>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.gutters-0 .card {
    margin-bottom: 0;
}

.gutters-xs {
    margin-right: -.25rem;
    margin-left: -.25rem;
}

.gutters-xs>.col,
.gutters-xs>[class*=col-] {
    padding-right: .25rem;
    padding-left: .25rem;
}

.gutters-xs .card {
    margin-bottom: .5rem;
}

.input-group-sm>.input-group-text>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-text>select.input-group-text:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.input-group-sm>.input-group-text>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-text>select.input-group-text:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.input-group-sm>select.form-control:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.input-group-lg>.input-group-text>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-text>select.input-group-text:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px);
}

.input-group-lg>.input-group-text>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-text>select.input-group-text:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px);
}

.input-group-lg>select.form-control:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px);
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px);
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-file,
.input-group>.form-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-file:focus,
.input-group>.form-select:focus,
.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.form-file+.form-file,
.input-group>.form-file+.form-select,
.input-group>.form-file+.form-control {
    margin-left: -1px;
}

.input-group>.form-select+.form-file,
.input-group>.form-select+.form-select,
.input-group>.form-select+.form-control {
    margin-left: -1px;
}

.input-group>.form-control+.form-file,
.input-group>.form-control+.form-select,
.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
}

.input-group-text .btn {
    position: relative;
    z-index: 2;
}

.input-group-text {
    margin-right: -1px;
    margin-left: -1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3d4e67;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 7px;
}

.input-group-text .btn+.btn,
.input-group-text .btn+.input-group-text {
    margin-left: -1px;
}

.input-group-text .input-group-text+.btn,
.input-group-text .input-group-text+.input-group-text {
    margin-left: -1px;
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0;
}

.input-group>.input-group-text:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-text:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-text:not(:last-child)>.btn,
.input-group>.input-group-text:not(:last-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-text:first-child>.btn:not(:first-child),
.input-group>.input-group-text:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.input-group-text:not(:first-child)>.btn,
.input-group>.input-group-text:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-btn,
.input-group-text {
    font-size: .9375rem;
}

.input-group-text>.btn,
.input-group-btn>.btn {
    height: 100%;
    border-color: rgba(0, 40, 100, 0.12);
}

.input-group-text>.btn {
    height: 100%;
    border-color: rgba(0, 40, 100, 0.12);
}

.input-group-text>.input-group-text {
    border-right: 0;
}

.input-group-text>.input-group-text {
    border-left: 0;
}

.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
    top: -1px !important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .2rem .9rem;
}

.nav-link.active {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #5c5776;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-link.disabled {
    color: #5c5776;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 3px;
}

.nav-pills .nav-link.active {
    color: #fff;
}

.nav-pills .show>.nav-link {
    color: #fff;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav.nav-pills.nav-stacked.labels-info p {
    color: #5c5776;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}

.nav-pills .nav-link.active {
    border-radius: 7px;
}

.nav-tabs .nav-submenu {
    display: none;
    position: absolute;
    background: #000;
    border: 1px solid #ededf5;
    border-top: none;
    z-index: 10;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 10rem;
    border-radius: 0 0 3px 3px;
}

.nav-link.icon {
    margin: 5px;
    border-radius: 50%;
    padding: 12px;
    width: 2.5rem;
    text-align: center;
    height: 2.5rem;
    font-size: 15px;
    position: relative;
}

.nav-link.icon.full-screen-link {
    padding-bottom: 12px;
}

.nav-link.icon i {
    color: #5c5776;
}

.nav-item,
.nav-link {
    min-width: 2rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.nav-tabs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    margin: 0 -0.30rem;
    border-bottom: 0;
}

.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: inherit;
    color: #5c5776;
    transition: .3s border-color;
    font-weight: 500;
    padding: 1rem 1.6rem;
    font-size: 13px;
    text-align: center;
}

.navtab-wizard {
    border-bottom: 1px solid #ededf5 !important;
}

.navtab-wizard li:first-of-type a {
    border-left: none !important;
}

.navtab-wizard li:first-of-type a:active,
.navtab-wizard li:first-of-type a:focus,
.navtab-wizard li:first-of-type a:hover {
    border-left: none !important;
}

.navtab-wizard li:last-of-type a {
    border-right: none !important;
}

.navtab-wizard li:last-of-type a:active,
.navtab-wizard li:last-of-type a:focus,
.navtab-wizard li:last-of-type a:hover {
    border-right: none !important;
}

.navtab-wizard.nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    border-left: 1px solid #ededf5;
}

@media (max-width: 560px) {
    .navtab-wizard.nav-tabs li {
        width: 100%;
    }
}

.nav-tabs .nav-link.disabled {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    position: relative;
}

.nav-tabs .nav-item:hover .nav-submenu {
    display: block;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-link:hover .dropdown-menu {
    display: block;
}

.nav-link:hover .dropdown-menu.show {
    display: block;
}

.nav-item .nav-link:hover .mega-dropdown .nav-item .nav-link .sub-item,
.nav-item:hover .sub-item {
    display: block;
}

.nav-link:hover .sub-item {
    display: block;
}

@media (max-width: 1279px) and (min-width: 992px) {
    .nav-tabs .nav-link {
        padding: 1rem .95rem;
        font-size: 13px;
    }
}

.nav-tabs .nav-item i {
    margin-right: .25rem;
    line-height: 1;
    width: .875rem;
    vertical-align: baseline;
    display: inline-block;
    margin-right: 10px;
    color: #5c5776;
}

.nav-tabs .nav-link.active i {
    color: #fff;
}

.nav-tabs .nav-submenu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ededf5;
    border-top: none;
    z-index: 10;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 10rem;
    border-radius: 0 0 3px 3px;
}

.nav-tabs .nav-submenu .nav-item {
    display: block;
    padding: .5rem 1rem;
    margin: 0 !important;
    cursor: pointer;
    transition: .3s background;
}

.nav-tabs .nav-submenu .nav-item.active {
    color: #096cf7;
}

.nav-tabs .nav-submenu .nav-item:hover {
    color: #5c5776;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.024);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.color-nav .nav-link.active {
    background-color: transparent;
}

.icon-nav .nav-pills .nav-link {
    background: #f5f4f9;
    border-radius: 7px;
}

.nav-pills .nav-link {
    background: #f5f4f9;
}

.example .pagination {
    margin-bottom: 0;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 7px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #5c5776;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #ededf5;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #eaecfb;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #ced4da;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ededf5;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.col-sm-4 .pricing-table .table td {
    padding: .75rem;
    vertical-align: top;
    text-align: left;
}

.panel-heading {
    padding: 10px 15px;
    background: #fff;
}

.panel-body {
    padding: 15px;
}

.panel-body .lead {
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 0;
}

.panel-body .lead strong {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 400;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ededf5;
    border-top: 1px solid #ededf5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #ededf5;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: #ededf5;
    border-color: #ededf5;
}

.panel-title {
    font-size: 14px;
    margin-bottom: 0;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ededf5;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

.panel-title1 {
    font-size: 14px;
    margin-bottom: 0;
}

.panel-group1 .panel1+.panel1 {
    margin-top: 0;
}

.panel-heading1 {
    background-color: #fff;
    border-radius: 0;
    border: none;
    color: #5c5776;
    padding: 0;
}

.panel-group1 .panel-body {
    border-top: 1px solid #ededf5;
}

.panel-title1 a {
    display: block;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.panel-title1 a.collapsed {
    color: #5c5776;
}

.panel1:last-child .panel-heading1 {
    border-radius: 0 0 4px 4px;
    transition: border-radius .3s linear .2s;
}

.panel1:last-child .panel-heading1.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

.panel-title a.accordion-toggle:before {
    content: "\f068";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    float: right;
}

.panel-title a.accordion-toggle.collapsed:before {
    content: "\f067";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    float: right;
}

.panel-heading1 a.collapsed:before {
    content: "\f078";
    position: absolute;
    font-family: FontAwesome !important;
    right: 10px;
    top: 12px;
    font-size: 20px;
    transition: all .5s;
    transform: scale(1);
}

.panel-heading1 a:before {
    content: "\f077";
    position: absolute;
    font-family: FontAwesome !important;
    right: 10px;
    top: 12px;
    font-size: 20px;
    transition: all .5s;
    transform: scale(1);
}

.panel-heading1.active a:before {
    content: ' ';
    transition: all .5s;
    transform: scale(0);
}

#accordion .panel-heading1 a:before {
    content: "\f01a";
    font-size: 24px;
    position: absolute;
    font-family: FontAwesome;
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all .5s;
}

#accordion .panel-heading1.active a:before {
    transform: rotate(0);
    transition: all .5s;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .703125rem;
    background-color: rgba(241, 238, 247, 0.8);
    border-radius: 7px;
    box-shadow: none;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

.current-progressbar {
    margin-top: 14.5px;
}

.progress-content {
    margin-bottom: 16.5px;
}

.progress-content:last-child {
    margin-bottom: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress {
    position: relative;
}

.progress-xs {
    height: .25rem;
}

.progress-xs .progress-bar {
    height: .25rem;
}

.progress-sm {
    height: .5rem;
}

.progress-sm .progress-bar {
    height: .5rem;
}

.progress-lg {
    height: 1.25rem;
}

.progress-lg .progress-bar {
    height: 1.25rem;
}

.progress-bar-indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    left: 0;
    will-change: left, right;
    top: 0;
    bottom: 0;
}

.progress-bar-indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    left: 0;
    will-change: left, right;
    top: 0;
    bottom: 0;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-bar-indeterminate:after {
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.table,
.text-wrap table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ededf5;
}

.text-wrap table td,
.text-wrap table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ededf5;
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededf5;
}

.text-wrap table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededf5;
}

.table tbody+tbody,
.text-wrap table tbody+tbody {
    border-top: 2px solid #ededf5;
}

.table .table,
.table .text-wrap table {
    background-color: #ededf5;
}

.text-wrap .table table {
    background-color: #ededf5;
}

.text-wrap table .table,
.text-wrap table table {
    background-color: #ededf5;
}

.table-sm td,
.table-sm th {
    padding: .3rem;
}

.table-bordered,
.text-wrap table {
    border: 1px solid #ededf5;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ededf5;
}

.text-wrap table td,
.text-wrap table th {
    border: 1px solid #ededf5;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.text-wrap table thead td,
.text-wrap table thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover {
    background-color: #f5f4f9;
    --bs-table-accent-bg: rgb(245, 244, 249);
}

.table-primary {
    background-color: #e6e6ff80;
    --bs-table-bg: inherit;
    border-color: #ededf5;
}

.table-primary>td,
.table-primary>th {
    background-color: #f9e6ed;
}

.table-hover .table-primary:hover {
    background-color: #b7cded;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b7cded;
}

.table .thead-dark th,
.text-wrap table .thead-dark th {
    color: #ededf5;
    border-color: #32383e;
}

.table .thead-light th,
.text-wrap table .thead-light th {
    color: #3d4e67;
    background-color: #ededf5;
    border-color: #ededf5;
}

.table-dark {
    color: #ededf5;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.text-wrap table.table-dark {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }

    .text-wrap .table-responsive-md>table {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }

    .text-wrap .table-responsive-lg>table {
        border: 0;
    }
}

@media (max-width: 1279.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }

    .text-wrap .table-responsive-xl>table {
        border: 0;
    }
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.text-wrap .table-responsive>table {
    border: 0;
}

table {
    border-collapse: collapse;
}

table.dataTable tfoot td,
table.dataTable tfoot th {
    border-top: 0 !important;
}

table.dataTable thead td,
table.dataTable thead th {
    border-bottom: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ededf5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
    background-color: #eeeef9 !important;
}

.table thead th,
.text-wrap table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.table th,
.text-wrap table th {
    color: #5c5776;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 400;
}

.table-md td,
.table-md th {
    padding: .5rem;
}

.table-center td,
.table-center th {
    text-align: center;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    height: calc(1.8125rem + 2px);
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
    border: 0px solid #ededf5;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: inherit;
}

.dataTables_wrapper.select2-sm .select2-container .select2-selection--single {
    height: 2rem;
}

.cart-table .table>thead>tr>td,
.cart-table .table>thead>tr>th {
    font-weight: 700;
}

.dataTable.table th {
    color: #18113c;
}

.tag {
    font-size: .75rem;
    color: #5c5776;
    background-color: #f5f4f9;
    border-radius: 3px;
    padding: 0 .5rem;
    line-height: 2em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: default;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.tag {
    text-decoration: none;
    cursor: pointer;
    transition: .3s color, .3s background;
}

a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}

.tags {
    margin-bottom: -.5rem;
    font-size: 0;
}

.tags>.tag {
    margin-bottom: .5rem;
}

.tags>.tag:not(:last-child) {
    margin-right: .5rem;
}

/* ###### custom ####### */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1280px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}

*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    transition: .3s background;
    -webkit-transition: .3s background;
    -moz-transition: .3s background;
    -ms-transition: .3s background;
    -o-transition: .3s background;
}

::-webkit-scrollbar-thumb,
*:hover::-webkit-scrollbar-thumb {
    background: #e1e6f1;
}

.z-index-0 {
    z-index: 0;
}

.other:before {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    left: 50px;
    width: 0;
    height: 0;
    border: 5px solid #ededf5;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}

.self .avatar {
    order: 2;
}

.self .avatar:after {
    content: "";
    position: relative;
    display: inline-block;
    bottom: -14px;
    right: 26px;
    width: 0;
    height: 0;
    border: 5px solid #ededf5;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 0 0 0 1px rgba(243, 247, 253, 0.12), 0 8px 16px 0 rgba(243, 247, 253, 0.24);
}

.socials {
    display: flex;
}

.socials li {
    margin: 0 12px;
    margin-right: 15px;
}

.text-shadow1 {
    text-shadow: 0 10px 10px rgba(39, 29, 96, 0.4);
}

.count {
    font-size: 37px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: 1;
}

@media (min-width: 992px) {
    .sticky-wrapper.is-sticky .horizontal-main {
        padding: 0.35rem;
        box-shadow: 2px 3px 4.7px 0.3px rgba(92, 89, 143, 0.2);
    }

    .sticky-wrapper.is-sticky .horizontal-main .ad-post {
        margin-top: 0.63rem !important;
    }

    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a>.fa {
        color: #5c5776;
    }

    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a.active .fa {
        color: #fff !important;
    }

    .sticky-wrapper.is-sticky .desktoplogo-1 {
        display: block !important;
        padding: 0;
        margin: 0;
        float: left;
    }

    .sticky-wrapper.is-sticky .header-style1 .top-postbtn {
        margin-top: 0 !important;
    }

    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li {
        margin-top: 0 !important;
    }

    .desktoplogo-1,
    .sticky-wrapper.is-sticky .desktoplogo {
        display: none;
    }
}

.sticky-wrapper {
    z-index: 999999999999;
    position: absolute;
    left: 0;
    right: 0;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }

    .text-wrap .table-responsive-sm>table {
        border: 0;
    }

    .owl-carousel.slider .owl-nav button.owl-prev,
    .owl-carousel.slider .owl-nav button.owl-next {
        display: none !important;
    }

    .about-widget h2 {
        font-size: 30px !important;
    }

    .video-list-thumbs .class-icon {
        top: 55px !important;
    }
}

.block {
    display: block !important;
}

#popup {
    position: absolute;
    width: auto;
    height: 30px;
    background: #fe6b1f;
    display: none;
    color: #fff;
    border-radius: 3px;
}

#copy {
    background: 0 0;
    color: #fff;
    font-weight: 700;
    padding: 8px 25px;
    border: 0;
}

@media (max-width: 480px) {
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        display: inline-block;
        padding-right: .2rem;
        padding-left: .2rem;
        color: #5c5776;
        content: "/";
    }

    .page-header {
        display: block !important;
        padding: 10px 0 !important;
    }

    .page-header .form-control.page-select {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .item7-card-img.about-img img {
        height: auto !important;
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.profie-img p {
    font-size: 15px;
    line-height: 21px;
}

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #5c5776;
    opacity: .7;
}

.close:focus,
.close:hover {
    color: #a0afc7;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

@media (max-width: 576px) {
    .cover-image.access-detail {

        height: auto !important;

    }

    .cover-image {

        height: 250px !important;

    }
    .cover-image-header .cover-image {

    height: auto !important;

}
    .header-text h1 {
        font-size: 2rem;
    }

    .classified-video h1 {
        font-size: 1.2rem;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .content-text .display-5 {
        font-size: 1.8rem;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    body,
    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table,
    .text-wrap table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .text-wrap table td,
    .text-wrap table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ededf5 !important;
    }

    .text-wrap table td,
    .text-wrap table th {
        border: 1px solid #ededf5 !important;
    }
}

.lead {
    line-height: 1.4;
}

code {
    background: #ededf5;
    border: 1px solid #ededf5;
    border-radius: 3px;
    padding: 3px;
}

pre code {
    padding: 0;
    border-radius: 0;
    border: none;
    background: 0 0;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

pre {
    color: #343a40;
    padding: 1rem;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #d8dee6;
    border-radius: 3px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

img {
    max-width: 100%;
}

@media print {
    .container {
        max-width: none;
    }
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}

body.fixed-header .page {
    padding-top: 4.5rem;
}

@media (min-width: 1600px) {
    body.aside-opened .page {
        margin-right: 22rem;
    }
}

@media (max-width: 768px) {

    .item-det ul.d-flex,
    .item-det .d-flex {
        display: block !important;
    }

    .item-det .rating-stars.d-flex {
        display: flex !important;
    }

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

.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 70px;
    background: #fff;
}

.users-list .page-header {
    background: 0 0;
    padding: 0;
    border: 0;
    padding: 1rem !important;
}

.bannerimg .breadcrumb {
    display: inline-flex;
}

.page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5rem;
}

.page-title-icon {
    font-size: 1.25rem;
}

.page-options {
    margin-left: auto;
}

.content-heading {
    font-weight: 400;
    margin: 2rem 0 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
}

.content-heading:first-child {
    margin-top: 0;
}

@media (min-width: 1600px) {
    body.aside-opened .aside {
        visibility: visible;
    }
}

body.fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.icon i {
    vertical-align: -1px;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}

a.icon:hover {
    color: #1a1a1a !important;
}

.shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.user-img {
    margin-top: 2px;
}

@media (max-width: 480px) {
    .list-media .info {
        padding-bottom: 15px;
    }

    .list-media .info .text-end {
        display: none;
    }

    .tabs-menu ul li {
        width: 100%;
        margin: 5px 15px;
    }

    .tabs-menu ul li a {
        width: 100%;
    }

    .tabs-menu1 ul li {
        width: 100% !important;
        margin: 2px;
    }

    .tabs-menu1 ul li a {
        width: 100%;
    }

    .form-control.form-select.w-auto {
        display: none;
    }
}

@media (max-width: 480px) {
    .menu-toggle-button {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .avatar {
        max-width: inherit;
    }

    .card-tabs {
        display: block !important;
    }

    .header-brand {
        line-height: 2.7rem;
    }

    .header .input-icon.mt-2 {
        margin-top: 5px !important;
    }

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

@media (max-width: 375px) {
    .nav-link span {
        margin-top: .5rem;
    }
}

@media (max-width: 411px) {
    .nav-link span {
        margin-top: .5rem;
    }
}

@media (max-width: 414px) {
    .nav-link span {
        margin-top: .6rem;
    }
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        width: 100%;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 10px;
    }

    .page-title {
        line-height: 1.5rem;
    }

    .carousel-caption {
        display: none;
    }

    .mobile-image {
        height: auto !important;
    }
}

@media (max-width: 990px) {
    .header-toggler {
        margin: 6px;
    }

    .nav-tabs .nav-link {
        width: 100%;
    }

    form.convFormDynamic button.submit {
        margin: 4px !important;
    }

    .nav-tabs {
        z-index: 1000;
    }
}

.reg {
    text-align: center;
    font-size: 50px;
    color: #2e1170;
    float: right;
}

.profie-img .flex-md-row img {
    width: 60px;
}

ul li .legend-dots {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: .5rem;
}

.icon-size {
    font-size: 2.5rem !important;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}

textarea[cols] {
    height: auto;
}

.fs {
    font-size: 25px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.social-links li a {
    background: #f8f8f8;
    border-radius: 50%;
    display: inline-block;
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
}

@-webkit-keyframes status-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .32;
    }
}

@keyframes status-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .32;
    }
}

.team i {
    margin-left: 10px;
    float: right;
    margin-top: 10px;
    color: #313148;
}

.emp-tab table {
    margin-bottom: 0;
    border: 0;
}

svg {
    -ms-touch-action: none;
    touch-action: none;
}

#back-to-top {
    color: #001935;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
}

#back-to-top i {
    padding-top: 15px;
    font-size: 16px;
}

.feature .feature-svg {
    width: 25%;
}

.feature .feature-svg3 {
    width: 12%;
}

.col-sm-2 .feature {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.feature .fea-icon {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    padding-top: 8px;
    border-radius: 50%;
    color: #fff;
}

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

.feature p {
    margin-bottom: 0;
}

.box-shadow-0 {
    box-shadow: none !important;
}

.login-content:after {
    content: "";
}

#footer,
.fc-toolbar .ui-button,
.fileinput .thumbnail {
    text-align: center;
}

.ie-warning,
.login-content,
.login-navigation {
    text-align: center;
}

.p-15 {
    padding: 15px !important;
}

.rotation {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@media (max-width: 320px) {
    .perfect-datetimepicker {
        font-size: 12px !important;
    }
}

@media (min-width: 569px) and (max-width: 992px) {
    .item-card-img h3.text-white {
        font-size: 1rem;
    }

    .item-card2 h4.bg-light.p-3 {
        font-size: .8rem;
    }
}

.video-list-thumbs>li {
    margin-bottom: 12px;
}

.video-list-thumbs>li>a {
    display: block;
    position: relative;
    color: #6b6f80;
    padding: 8px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    border-radius: 4px;
}

.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 33px;
    margin: 8px 0 0;
}

.video-list-thumbs span {
    font-size: 50px;
    opacity: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
    margin: 0 auto;
    text-align: center;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.video-list-thumbs>li>a:hover .fa {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.video-list-thumbs .duration {
    background-color: black;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: 12px;
    line-height: 9px;
    padding: 5px 8px;
    position: absolute;
    bottom: 12px;
    transition: all .5s ease;
}

.video-list-thumbs>li>a:hover .duration {
    background-color: #000;
}

/* Events design */

.eventes-box {
    display: flex;
    margin-bottom: 30px;
    border-radius: 7px;
}

.eventes-box .text {
    padding: 15px;

}

/* .eventes-box .date-box {
    max-width: 320px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-right: 30px;
    text-align: center;
    padding: 30px 30px;
    position: relative;
    height: 170px;
} */
.eventes-box .date-box { 
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-right: 30px;
    text-align: center;
    padding: 30px 60px;
    position: relative;
    height: 170px;
}

.eventes-box .date-box img {
    width: 100%;
    height: 100%;
}

.eventes-box .date-box::before {
    content: "";
    width: 80%;
    height: 80%;
    left: 14px;
    border: 2px dashed #001935;
    position: absolute;
    top: 16px;
    border-radius: 10px;
}

.eventes-box .date-box h3 {
    color: #001935;
    font-size: 50px;
}

.eventes-box .text h5 a {
    color: #001935;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.eventes-box .text ul {
    padding: 10px 0;
    display: inline-block;
}

.eventes-box .text li {
    display: inline;
    margin-right: 20px;
    color: #001935;
}

.eventes-box .text li i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .eventes-box .text ul {
        padding: 0px 0;
        display: inline-block;
    }
    .eventes-box {
        display: inline-block;
        margin-bottom: 30px;
        width:100%;
    }

    .eventes-box .date-box {
        /* width: 100%; */
        margin:0px 13px !important;
        margin-right: 13px !important;
        max-width:100%;
        margin-bottom: -20px;
    }

    .eventes-box .date-box::before {
        width: 100%;
    }

    .eventes-box .text {
        padding: 15px;
    }
}

/* Page slider End */

@media (max-width: 768px) {
    .video-list-thumbs span {
        top: 29%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .video-list-thumbs .fa {
        font-size: 35px;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }

    .pattern-layer-two {
        display: none;
    }

    .section-title h2 {
        line-height: 1.1 !important;
    }
}

@media (max-width: 992px) {
    section.about-us.section.sptb {

    margin: 15px 0px 30px;

}
    .navtab-wizard li a {
        padding: 1rem !important;
    }

    .support .border-end {
        border-right: 0 !important;
    }

    .support-service {
        margin-bottom: 10px;
    }

    .support-service.bg-dark {
        margin-bottom: 10px;
    }

    .header-search .header-nav .nav-cart .icon-cart span {
        display: none;
    }

    .header-nav .header-search-logo .header-logo .header-brand-img {
        height: auto;
        line-height: 2rem;
        vertical-align: bottom;
        margin-right: .5rem;
        width: auto;
    }

    .header-search .header-search-logo {
        text-align: center;
    }

    .wideget-user .wideget-user-desc .user-wrap a.btn {
        margin-bottom: 5px;
    }

    .card-blogs .card-item-desc.p-0 {
        margin-left: 15px;
    }

    .header-search .header-inputs .input-group-text,
    .header-search .header-inputs .input-group>.form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-search .header-inputs .input-group-text {
        width: 100%;
        margin-bottom: 15px;
    }

    .header-search .header-inputs .input-group-text>.btn {
        width: 100%;
        display: block;
    }

    .header-main .social-icons {
        text-align: center;
        float: none !important;
    }

    .header-main .social-icons li:last-child {
        margin-right: 0;
    }

    .header-search .header-icons {
        float: none !important;
        text-align: center !important;
    }

    .header-search .header-icons .header-icons-link li {
        margin: 0 auto !important;
    }

    .top-bar {
        text-align: center;
    }

    .top-bar .top-bar-start .contact {
        border-left: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .top-bar .top-bar-start .contact li {
        margin: 0 !important;
    }

    .item-search-menu ul li {
        text-align: center;
        border-radius: 7px;
    }

    .item-search-menu ul li a {
        border-radius: 7px !important;
    }

    .item2-gl .item2-gl-nav select,
    .item2-gl-nav h6 {
        text-align: center;
    }

    .item-card .item-card-img img,
    .item-card2-img img,
    .item-card9-img img,
    .product-info .product-info-img img,
    .item-card4-img img,
    .item-card5-img img,
    .item-card7-img img,
    .item-card8-img img,
    .overview .overview-img img,
    .video-list-thumbs img {
        width: 100%;
    }

    .item-user-icons {
        margin-left: 10px;
    }

    .course-details .item-user-icons {
        margin-left: 0px;
    }

    .user-wideget h6 {
        margin-top: 5px;
    }

    .header-main .top-bar .contact,
    .header-main .top-bar.p-3 .contact {
        display: none;
    }

    .bannerimg .header-text h1 {
        display: block;
        margin-bottom: .5rem;
        font-size: 2rem;
    }

    .item-card9-desc a,
    .item-card2-footer a,
    .item7-card-desc a {
        font-size: 12px;
    }

    .carousel-control-next {
        right: 0 !important;
    }

    .carousel-control-prev {
        left: 0 !important;
    }

    .app-btn a {
        width: 100%;
        margin-bottom: 1rem;
    }

    .app-btn a:last-child {
        margin-bottom: 0;
    }

    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 85px !important;
    }

    .customerpage .card {
        margin-bottom: 1.5rem !important;
    }

    .settings-tab .tabs-menu li a {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(167, 180, 201, 0.2);
        margin: 3px 4px !important;
    }
}

@media (min-width: 479px) and (max-width: 991px) {
    .page-header .form-control.page-select {
        width: 40% !important;
    }
}

@media (max-width: 568px) {
    .header-main .top-bar-end .custom {
        text-align: right;
        float: right;
        margin-bottom: 0 !important;
    }

    .settings-tab .tabs-menu li {
        width: 100% !important;
    }

    .top-bar .top-bar-end {
        float: none !important;
        text-align: center;
        display: block !important;
        margin: 0 auto;
    }

    .item2-gl-nav {
        display: block !important;
    }

    .item2-gl-nav .item2-gl-menu li {
        text-align: center;
        margin-bottom: 10px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .item2-gl-nav label {
        display: block;
        float: none;
        text-align: center;
    }

    .top-bar .top-bar-start .socials li {
        float: left !important;
    }

    .item2-gl .item2-gl-nav select {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 85px !important;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .owl-product .owl-productimg {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto;
    }

    .art-wideget .art-details {
        margin-top: 10px;
    }

    .header-search .header-icons .header-icons-link1 .main-badge1 {
        top: -2px !important;
    }

    .user-wideget .widget-image {
        top: 50% !important;
    }

    .banner1 .header-text {
        top: 20% !important;
    }

    .banner1 .header-text h2 span,
    .banner1 .header-text h3 span {
        padding: 0 !important;
    }

    .item-card:hover .item-card-btn {
        left: 42%;
    }

    .product-img {
        margin: 0 auto;
        text-align: center;
    }

    .wideget-user-tab .tabs-menu1 ul li a {
        padding: 5px !important;
    }

    .wideget-user-tab .tab-menu-heading .nav li a {
        font-size: 14px !important;
    }

    .header-search .header-search-logo {
        margin-top: 5px;
    }

    .header-main .post-btn {
        margin-top: 3px;
    }

    .course-details .wideget-user-tab .tabs-menu1 ul li a {
        padding: 11px 20px 12px 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

    .item-card .item-card-img img,
    .item-card2-img img,
    .item-card9-img img,
    .product-info .product-info-img img,
    .item-card4-img img,
    .item-card5-img img,
    .item-card7-img img,
    .item-card8-img img,
    .overview .overview-img img,
    .video-list-thumbs img {
        width: 100%;
    }

    .header-search .header-inputs {
        margin-bottom: 15px;
    }

    .header-main .social-icons {
        text-align: center;
        float: none !important;
    }

    .header-main .social-icons li:last-child {
        margin-right: 0;
    }

    .header-search .header-icons {
        float: none !important;
        text-align: center !important;
    }

    .header-search .header-icons .header-icons-link {
        float: right;
    }

    .top-bar {
        text-align: center;
    }

    .top-bar .top-bar-start {
        text-align: center;
    }

    .top-bar .top-bar-start .contact {
        border-left: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin: 12px 0 !important;
    }

    .top-bar .top-bar-end {
        float: none !important;
        text-align: center;
        display: block !important;
        margin: 0 auto;
    }

    .top-bar .top-bar-start .contact li:first-child {
        margin-right: 1.5rem !important;
    }

    .header-main .top-bar-end .custom {
        display: -webkit-inline-box !important;
    }

    .icon-card li {
        font-size: 10px;
    }

    .support-service.bg-dark,
    .support-service.bg-success,
    .support-service.bg-primary,
    .support-service.bg-danger {
        margin-bottom: 10px;
    }

    .support .border-end {
        border-right: 0 !important;
    }

    .tab-content.item-list #tab-11 .item-card9-imgs img,
    .tab-content.item-list #tab-11 .item-card9-imgs1 img,
    .tab-content.item-list #tab-11 .item-card2-img img {
        height: 299px;
    }

    .tab-content.item-list #tab-11 .icon-card-1 {
        display: grid;
    }

    .tab-content.item-list1 #tab-11 .item-card9-imgs img,
    .tab-content.item-list #tab-11 .item-card9-imgs1 img,
    .tab-content.item-list1 #tab-11 .item-card2-img img {
        height: 310px;
    }

    .tab-content.item-list1 #tab-11 .icon-card-1 {
        display: grid;
    }

    .tab-content.item-list2 #tab-11 .item-card9-imgs img,
    .tab-content.item-list #tab-11 .item-card9-imgs1 img,
    .tab-content.item-list2 #tab-11 .item-card2-img img {
        height: 320px;
    }

    .tab-content.item-list2 #tab-11 .icon-card-1 {
        display: grid;
    }

    .tab-content.item-list1 #tab-11 h3 {
        white-space: nowrap;
    }

    .tab-content.item-list2 #tab-11 h3 {
        white-space: nowrap;
    }

    .item-list1 #tab-11 .item-card2-desc ul li:nth-last-child(2) {
        margin-bottom: 0.5rem;
    }

    .item-list #tab-11 .item-card2-desc ul li:nth-last-child(2) {
        margin-bottom: 0.5rem;
    }

    .item-list2 #tab-11 .item-card2-desc ul li:nth-last-child(2) {
        margin-bottom: 0.5rem;
    }

    .advertisment-block img {
        width: 100%;
    }

    .header-main .post-btn {
        margin-top: 5px;
    }

    .customerpage .card {
        margin-bottom: 1.5rem !important;
    }
}

.tabs-menu1 ul li {
    margin: 0 2px;
}

@media (max-width: 480px) {
    .item-all-card img.imag-service {
        width: 20% !important;
    }

    .item-all-cat .item-all-card img.imag-service {
        width: 40% !important;
    }

    .section-title h1 {
        font-size: 2rem;
    }

    .item-all-cat .category-type .item-all-card img {
        width: 4rem !important;
        height: 4rem !important;
        padding: 1rem 0 !important;
    }

    .card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price del {
        display: none;
    }

    .card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price span.h5 {
        font-size: 12px !important;
    }

    .header-search .header-icons .header-icons-link1 .main-badge1 {
        top: -1px !important;
    }

    .art-wideget .art-details {
        margin-top: 10px;
    }

    .support .support-service {
        text-align: center;
    }

    .support .support-service i {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .item-card7-desc ul li,
    .item-card2-desc ul li {
        font-size: 12px;
    }

    .bannerimg .header-text {
        font-size: 1.5rem;
    }

    .bannerimg .header-text .breadcrumb-item {
        font-size: 14px;
    }

    .icons a {
        margin-bottom: .5rem;
    }

    .item-det ul li {
        font-size: 11px;
        margin-right: 0.5rem !important;
    }

    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 60px !important;
    }

    .item-card7-desc div.pt-2 {
        display: grid;
    }
}

@media (max-width: 992px) {
    .horizontal-header .container {
        position: relative;
    }
}

@media (max-width: 375px) {
    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 49px !important;
    }
}

@media (max-width: 320px) {
    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 40px !important;
    }
}

.clear,
.current,
.ok {
    background: #e9ecfb;
    border-radius: 20px;
}

.today {
    background: #e9ecfb;
}

.task-img img,
.status-img img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.spacing {
    padding: 1.5rem;
}

.page-header .page-select {
    width: 20%;
}

.product-tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #ededf5;
}

.product-tags li a:hover {
    border-radius: 3px;
    color: #fff !important;
}

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

.box-shadow {
    box-shadow: 0px 0px 20px rgba(126, 142, 177, 0.5) !important;
}

.support-service {
    padding: 1.5rem 1.5rem;
    background: #f2f3f8;
    border-radius: 7px;
}

.support-service i {
    float: left;
    margin-right: 15px;
    font-size: 1.5rem;
    line-height: 40px;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.support-service h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.support-service p {
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.btn-overlay span {
    display: block;
    margin: .5rem;
    font-size: 16px;
    font-weight: 600;
}

.icon-card {
    display: inline-block;
}

.icon-card li {
    float: left;
    font-size: 13px;
    width: 50%;
    margin-bottom: .5rem;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .item-list1 .item-card2-desc ul li {
        width: auto;
    }

    .item-list2 .item-card2-desc ul li {
        width: auto;
    }
}

.about img {
    width: 60px;
    height: 60px;
    text-align: center;
}

.about svg {
    width: 70px;
    height: 70px;
    text-align: center;
}

@media (min-width: 992px) {
    .tab-content #tab-11 .item-card9-img {
        width: 400px;
    }

    .tab-content #tab-11 .item-card9-imgs img,
    .tab-content #tab-11 .item-card9-imgs1 img,
    .tab-content #tab-11 .item-card2-img img {
        height: 209px;
    }

    .h-197 {
        height: 197px;
    }

    .navtab-wizard .nav-item {
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center; 
        min-width: 25%;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .tab-content #tab-11 .item-card9-img {
        width: 400px;
    }

    .tab-content #tab-11 .item-card9-imgs img,
    .tab-content #tab-11 .item-card9-imgs1 img,
    .tab-content #tab-11 .item-card2-img img {
        height: 319px;
    }

    .h-197 {
        height: 197px;
    }
}

.product-slider #carousel {
    margin: 0;
}

.product-slider #thumbcarousel {
    margin: 10px 0 0 0;
    padding: 0;
}

.product-slider #thumbcarousel .carousel-item {
    text-align: center;
}

.product-slider #thumbcarousel .carousel-item .thumb {
    width: 100%;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 137px;
}

.product-slider #thumbcarousel .carousel-item .thumb:hover {
    border-color: #ededf5;
}

.product-slider .carousel-item img {
    width: 100%;
    height: auto;
}

.ace-responsive-menu {
    margin-right: 1rem;
}

.sptb {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.sptb2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.sptb-1 {
    padding-top: 8.5rem;
    padding-bottom: 4.5rem;
}

.sptb-2 {
    padding-top: 16rem;
    padding-bottom: 14rem;
}

.sptb-3 {
    padding-top: 6.2rem;
    padding-bottom: 11rem;
}

.sptb-4 {
    padding-top: 11rem;
    padding-bottom: 11rem;
}

.section-title {
    padding-bottom: 1.5rem;
}

.section-title p {
    font-size: 16px;
    margin-bottom: 0;
}

.section-title h1 {
    margin-bottom: .5rem;
    color: #5c5776;
    font-size: 36px;
    font-weight: 600;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.section-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

.servic-data div {
    font-size: 19px;
}

.servic-data p {
    font-size: 14px;
    line-height: 21px;
}

@media (min-width: 992px) {
    .slider-images img {
        height: 400px !important;
        background: cover;
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .classified-video {
        margin-top: 2.1rem;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .input-field {
        margin-top: 12rem !important;
    }

    .details2 .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    .input-field {
        margin-top: 13.55rem !important;
    }

    .select2-container .select2-selection--single {
        border-radius: 7px !important;
    }

    .sptb-4,
    .sptb-3 {
        padding-top: 0rem;
        padding-bottom: 10rem;
    }

    .item-card9-img {
        height: auto !important;
    }

    .content-text .display-5 {
        font-size: 1.8rem;
    }

    .counter-status.status {
        margin-top: 1.5rem;
    }

    .margin-top {
        margin-top: 4.5rem !important;
    }

    .desktoplogo-1 {
        display: none;
    }

    .sptb-1 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

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

    .sptb-2 {
        padding-top: 0;
        padding-bottom: 9rem;
    }

    .sticky-wrapper.is-sticky .horizontal-main {
        background: 0 0;
    }

    .sticky-wrapper.is-sticky .desktoplogo-1 {
        display: none !important;
    }

    .bannerimg {
        padding: 3rem 0 3rem 0 !important;
        background-size: cover;
    }

    .sticky-wrapper {
        height: 0 !important;
    }

    .select2.select2-container.select2-container--default.select2-container--focus {
        overflow: hidden;
    }

    .customerpage .nav-tabs .nav-link {
        width: auto;
    }

    iframe {
        width: 100%;
        height: auto;
    }
    .sticky-wrapper {
    z-index: unset;
    position: absolute;
    left: 0;
    right: 0;
}
form.search-box {

    z-index: 9999999;

}

.active .horizontalMenu {

    z-index: 999999999999999999999 !important;

}
}

.banners-image .horizontalMenu>.horizontalMenu-list>li>a {
    color: #5c5776 !important;
}

.sticky-wrapper.absolute.banners .horizontal-main {
    background: #fff;
}

.sticky-wrapper.absolute.banners .horizontal-main .horizontalMenu>.horizontalMenu-list>li>a {
    color: #5c5776 !important;
}

.sticky-wrapper.absolute.banners .horizontal-main .horizontalMenu>.horizontalMenu-list>li>a>.fa {
    color: #5c5776 !important;
}

.sticky-wrapper.absolute.banners .horizontalMenu>.horizontalMenu-list>li:hover>a .fa,
.sticky-wrapper.absolute.banners .horizontalMenu>.horizontalMenu-list>li>a.active .fa {
    color: #fff !important;
}

.banner-1 .header-text,
.banner-1 .header-text1 {
    left: 0;
    right: 0;
}

.banner-1 .header-text h1 {
    margin-bottom: .3rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.header-text h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.banner-1 .header-text p {
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.bannerimg {
    padding: 6rem 0 3rem 0;
    background-size: cover;
}

.bannerimg .header-text h1 {
    margin-bottom: .75rem;
}

.product-slider .carousel-control-next i,
.product-slider .carousel-control-prev i {
    font-size: 2rem;
    padding: .5rem;
}

.dataTables_paginate .pagination .next:hover {
    transform: none;
}

.data-table-example {
    border-radius: 7px;
    overflow: hidden;
}

#price {
    border: 0;
    font-weight: 500;
    font-size: 18px;
}

.description p {
    font-size: 15px;
    line-height: 22px;
}

.blog-grid p {
    font-size: 15px;
    line-height: 22px;
}

.blog-grid h3 {
    font-size: 1.3rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.image_issue {
    min-height: 48px;
}

.profile-course-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.blog-detail p {
    font-size: 15px;
    line-height: 22px;
}

.fade.in {
    opacity: 1;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    position: relative;
    cursor: url(../plugins/owl-carousel/cursor.png), move;
    overflow: hidden;
}

.owl-nav {
    display: block;
}

#small-categories .owl-nav .owl-next,
#small-categories .owl-nav .owl-prev {
    top: 58%;
}

.slider .owl-nav .owl-prev {
    left: 15px;
}

.slider .owl-nav .owl-next {
    right: 15px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    right: -1.5em;
    margin-top: -1.65em;
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -1.65em;
}

.slide-banner .owl-nav .owl-prev,
.slide-banner .owl-nav .owl-next {
    top: 63%;
}

@media (max-width: 480px) {
    .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-nav .owl-next {
        right: -10px;
    }

    .categories-1 .banner-1 .header-text p {
        margin-bottom: .5rem;
        font-size: 14px;
    }
}

.owl-nav button {
    display: block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #ededf5 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}

.owl-nav button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.owl-carousel:hover .owl-nav button {
    background: white !important;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.owl-nav>div i {
    margin: 0;
}

.center-block {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel.owl-drag .owl-item {
    left: 0 !important;
    right: 0;
    padding: 0px 15px !important;
}

.bannner-owl-carousel.owl-carousel.owl-drag .owl-item,
.client-carousel.owl-carousel.owl-drag .owl-item {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .icon-card li {
        width: 100% !important;
    }

    .icon-card li.mb-0 {
        margin-bottom: 0.5rem !important;
    }

    .icon-card li.mb-0:last-child {
        margin-bottom: 0 !important;
    }

    .item-cards7-ic li {
        width: 100% !important;
    }

    .item-card7-desc ul.d-flex li {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .item-card7-desc ul.d-flex {
        display: block !important;
    }

    .item-card2-desc ul.d-flex li {
        margin-bottom: 10px;
    }

    .item-card2-desc ul.d-flex {
        display: block !important;
    }
}

.horizontalMenu>.horizontalMenu-list>li>a.btn:hover {
    background: #fb9512;
}

@media (max-width: 768px) {
    .tabs-menu1 ul li a {
        display: block;
        width: 100%;
        border: 1px solid #ededf5;
        margin: 1px;
        border-radius: 3px;
    }

    .wideget-user-tab .tabs-menu1 ul li .active {
        border: 1px solid #ededf5;
        border-radius: 3px;
    }
}

.profile-pic {
    text-align: center;
}

.profile-pic .d-md-flex {
    text-align: left;
}

@media (max-width: 480px) {
    .d-flex.ad-post-details {
        display: block !important;
    }

    .tabs-menu1 ul li a {
        margin: 2px !important;
    }

    #commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li a {
        margin: 0 !important;
    }

    .list-id .col {
        display: block;
        width: 100%;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .navtab-wizard.nav-tabs li {
        width: 100%;
    }

    .tabs-menu1 ul li {
        display: block;
        width: 49%;
        margin: 1px;
    }

    .wideget-user-tab .tabs-menu1 ul li {
        width: auto;
        margin: 0 6px 0 0;
    }

    .navtab-wizard.nav-tabs .nav-link {
        border-left: 0;
        border-top: 1px solid #ededf5;
    }

    .navtab-wizard.nav-tabs .nav-link:first-child {
        border-top: 0;
    }
}

.owl-carousel .owl-dots {
    margin: 0 auto;
    text-align: center;
}

.owl-carousel button.owl-dot {
    margin: 10px 10px 0 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-align: center;
    display: inline-block;
    border: none;
}

.owl-carousel-icons5 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    right: -1.5em;
    margin-top: -1.65em;
}

.owl-carousel-icons5 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -1.65em;
}

.owl-carousel-icons4.owl-carousel .owl-item img {
    margin: 0 auto;
}

#carousel-controls.owl-carousel .owl-item img,
#exzoom {
    width: 100%;
}

:focus {
    outline: 0 !important;
}

#defaultCarousel .item p,
.news p {
    font-size: 16px;
    line-height: 21px;
}

@media (min-width: 992px) and (max-width: 1350px) {
    .header-menu1 .input-group {
        width: 140px;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    #container1 {
        min-height: 460px !important;
    }
}

@media (max-width: 567px) {
    #container1 {
        min-height: 515px !important;
    }
}

@media (max-width: 992px) {
    .header-menu1 .input-group {
        padding: 10px !important;
    }

    .header-menu1 a.btn {
        width: 220px;
        text-align: center !important;
        margin: 0 auto !important;
        float: none !important;
    }
}

.gradient-icon {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-text p {
    font-size: 17px;
}

@media (max-width: 320px) {
    .Marketplace .tab-pane .card-footer .footerimg-r {
        display: none;
    }
}

.vertical-scroll {
    margin-bottom: 0;
}

.vertical-scroll .news-item {
    border-bottom: 1px solid #ededf5 !important;
    /*margin-bottom: 15px;*/
    padding: 10px;
    border-radius: 7px;
}

.vertical-scroll .news-item td:last-child {
    width: 76%;
}

.vertical-scroll .item {
    border: 1px solid #ededf5 !important;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 7px;
    overflow: hidden;
}

.vertical-scroll .item .p-5 {
    padding: 1rem !important;
}

.vertical-scroll1 .item {
    border: 1px solid #ededf5 !important;
    margin-bottom: 15px;
    background: #fff;
}

.vertical-scroll1 .item a {
    text-decoration: intial;
}

.vertical-scroll .item2 {
    border-bottom: 1px solid #ededf5 !important;
    padding: 12px 25px;
}

@media (max-width: 480px) {
    .hide-details {
        height: 128px !important;
    }
}

@media (max-width: 400px) {

    .employers-btn,
    .distracted {
        display: none;
    }
}

.pt-10 {
    padding-top: 8rem !important;
}

.gm-ui-hover-effect {
    opacity: .6;
    top: 0 !important;
    right: 0 !important;
}

@media (max-width: 767px) {
    .rating-stars .rating-stars-container .rating-star.sm {
        font-size: 13px;
    }
}

.horizontalMenu>.horizontalMenu-list,
.horizontal-header {
    background-color: transparent;
}

.horizontalMenu>.horizontalMenu-list>li>a {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>a.btn {
    color: #5c5776;
    font-size: .85rem;
}

.horizontalMenu>.horizontalMenu-list>li>a>.fa,
.horizontalMenu>.horizontalMenu-list>li>a.active .fa {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li:hover>a>.fa {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>a:hover .fa {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li a i {
    color: #333;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>a i {
    color: #fff;
}

code {
    font-size: 16px;
    background: #ededf5;
    padding: 3px 5px;
    border-radius: 7px;
    border: 1px solid #ededf5;
}

button#ihavecookiesBtn {
    margin-left: 0 !important;
}

button#ihavecookiesBtn {
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 7px 18px;
    border-radius: 3px;
    margin-top: 4px;
    cursor: pointer;
    transition: all .3s ease-in;
}

button#gdpr-cookie-advanced {
    margin-left: 4px;
}

@media (max-width: 390px) {
    button#gdpr-cookie-advanced {
        margin-left: 0 !important;
    }
}

.relative {
    position: relative !important;
}

.banner1 .slide-header-text {
    top: 9%;
    z-index: 98 !important;
}

.slider-header .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.pattern {
    background: url(../images/patterns/5.png);
}

.pattern:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.pattern-1 {
    background: url(../images/media/img01.jpg) center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

.pattern-1:before {
    background: linear-gradient(-225deg, rgba(72, 1, 255, 0.7) 0, rgba(121, 24, 242, 0.7) 48%, rgba(172, 50, 228, 0.7) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.pattern-2 {
    background: url(../images/patterns/circle4.png) center;
    overflow: hidden;
    border-radius: 7px;
}

.pattern-2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.page-h,
::-ms-backdrop,
.imagecheck-figure {
    height: 100%;
}

.position-absolute,
::-ms-backdrop {
    position: absolute !important;
}

.feature .icons {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.horizontal-main-1 {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.fa-1 {
    font-size: 1.5em;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

body .modal-open {
    padding-right: 0 !important;
    overflow: hidden;
}

@media screen and (max-width: 1279px) {

    .item-card2 p.leading-tight,
    .item-card9 p.leading-tight {
        -webkit-line-clamp: 1 !important;
        -moz-line-clamp: 1 !important;
    }
}

.testimonia .owl-controls,
.testimonia1 .owl-controls {
    margin-bottom: 20px;
    margin-top: 0;
}

.banner-top .header-main {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1024;
}

.smllogo-white {
    display: none;
}

i.car {
    line-height: 18px;
}

.icon-primary {
    color: #fff;
}

/*Detail-page*/

.details-tab-content {
    border-radius: 0 3px 0px 0px;
}

.details-tab {
    border-radius: 0 0px 3px 3px !important;
}

.product-slider .class-video:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    border-radius: 7px;
}

.service-widgets:hover {
    border: rgba(255, 255, 255, 0.1) !important;
    transform: translate(0px, -10px);
    transition: all .5s;
    color: #fff !important;
    cursor: pointer;
}

.service-widgets:hover .text-muted,
.service-widgets:hover .text-primary,
.service-widgets:hover .text-secondary,
.service-widgets:hover .text-success,
.service-widgets:hover .text-warning {
    color: #fff !important;
}

.service-widgets:hover .bg-primary-transparent,
.service-widgets:hover .bg-secondary-transparent,
.service-widgets:hover .bg-success-transparent,
.service-widgets:hover .bg-warning-transparent {
    background: rgba(0, 0, 0, 0.1);
}

.video-list-thumbs .class-icon {
    font-size: 4rem;
    opacity: .8;
    position: absolute;
    right: 0;
    left: 0;
    top: 42%;
    margin: 0 auto;
    text-align: center;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.sectiontitle-design {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

.sectiontitle-design .icons {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    position: relative;
    transform: rotate(45deg);
}

.sectiontitle-design:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #44577a;
    left: -30px;
    top: 10px;
}

.sectiontitle-design:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #44577a;
    right: -31px;
    top: 10px;
}

/*Banner*/

@media (max-width: 767px) {
    .banner-search .form-group {
        margin-bottom: 10px !important;
    }

    .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
        margin: 0 0 4px 0 !important;
        border-radius: 7px !important;
    }

    .course-details .wideget-user-tab.wideget-user-tab3 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1367px) and (min-width: 768px) {
    .banner-search .form-group {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1367px) {
    .slider.slider-header img {
        width: 100%;
    }
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .slider.slider-header img {
        height: 560px;
        width: 100%;
    }
}

.about-widget h2 {
    font-size: 40px;
}

.icon-success {
    background-color: rgba(33, 182, 50, 0.13);
    color: #21b632;
}

.icon-warning {
    background-color: rgba(249, 167, 63, 0.2);
    color: #ffa22b;
}

/*---- ie css ---*/

*::-ms-backdrop,
.custom-control-label {
    position: static;
}

*::-ms-backdrop,
.media-body,
.media-start,
.media-end {
    display: list-item;
    vertical-align: top;
}

*::-ms-backdrop,
.table-responsive .media-body,
.media-start,
.media-end {
    display: table-cell;
}

*::-ms-backdrop,
.breadcrumb-3 li,
*::-ms-backdrop,
.breadcrumb-4 li,
*::-ms-backdrop,
.breadcrumb-1 li,
*::-ms-backdrop,
.breadcrumb-2 li {
    display: inline-block;
    text-align: center;
}

*::-ms-backdrop,
.iteam-all-icon {
    height: 100%;
}

*::-ms-backdrop,
.page-h,
*::-ms-backdrop,
.item-card7-img {
    height: 100%;
}

*::-ms-backdrop,
.market-place .item-card7-img {
    height: 185px;
}

.workbook-img .item-card7-img {
    height: 300px;
}

*::-ms-backdrop,
.testimonia img,
*::-ms-backdrop,
.item-card8-img,
*::-ms-backdrop,
.item-card9-img {
    height: 100%;
}

*::-ms-backdrop,
.gradient-icon {
    color: #6963ff;
    background: none;
}

*::-ms-backdrop,
.product-item2 {
    height: 100%;
}

@media (max-width: 767px) {

    ::-ms-backdrop,
    .item-card9-img {
        height: inherit !important;
    }

    ::-ms-backdrop,
    .item-card9-imgs,
    .item-card9-imgs1 {
        height: 100% !important;
    }
}

@media (max-width: 992px) {

    *::-ms-backdrop,
    .horizontal-megamenu .megamenu-content .link-list {
        display: inline-table !important;
    }

    *::-ms-backdrop,
    .map-img {
        height: 197px;
    }
}

*::-ms-backdrop,
.label {
    display: -ms-inline-flexbox;
}

*::-ms-backdrop,
.d-list .card {
    width: inherit !important;
}

*::-ms-backdrop,
.full-screen-link.icon.nav-link {
    display: none;
}

    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 2px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    }

.content,
.content1 {
    height: 270px;
    max-height: 270px;
    position: relative;
}

.wideget-user-desc {
    text-align: center;
}

.video-img {
    position: relative;
}

.video-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: -25px;
    border-radius: 10px;
    top: 25px;
}

.video-btn {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 88px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.3);
    border: 6px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.bg-background-1 .header-text {
    position: relative;
}

.bg-background-1 .content-text {
    position: relative;
}

.bg-background-1 .select2-lg .select2-container .select2-selection--single {
    height: 54px !important;
}

.bg-background-1 .select2-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px !important;
    padding-left: 20px !important;
}

.features .iteam-all-icon i {
    background: transparent;
    margin-bottom: 20px;
}

.features .iteam-all-icon i svg {
    width: 80px;
    height: 80px;
}

.item2-gl-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

#commentForm #rootwizard .navtab-wizard li a {
    border-radius: 7px !important;
    padding: 0.7rem 1.5rem;
    border-left: 0;
    margin: 4px;
}

#commentForm #rootwizard #fourth .tabs-menu1 ul li a {
    padding: 10px 20px 11px 20px;
    border-radius: 0;
    margin: 0;
    text-align: center;
}

/*-- My Dashboard--*/

.course-details .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li .active {
    border-radius: 7px 7px 0 0;
    background: #fff !important;
    padding: 12px 20px 12px 20px;
}

.course-details .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
    border-radius: 7px 7px 0 0;
    color: #fff;
}

.contacts .support-service {
    border-radius: 7px;
    height: 175px;
}

.contacts .support-service i {
    float: none;
    margin-bottom: 15px;
}

.contacts .support-service p {
    color: rgba(255, 255, 255, 0.9);
}

.contacts .support-service h5 {
    color: #fff;
}

.nav-tabs .nav-link:hover:not(.disabled) i,
.nav-tabs .nav-link.active i {
    color: #fff;
}

.top-bar-start .dropdown-menu.dropdown-menu-start.show {
    margin: 13px 0 0 0 !important;
}

.header-text1 .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.users-list .select2-container {
    width: 20% !important;
}

@media screen and (max-width: 1279px) {
    .banner-1 .header-text .text-body {
        text-align: center;
    }

    .top-bar .top-bar-start .contact {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .banner-1 .sptb-2.sptb-tab {
        padding-bottom: 3rem;
    }

    .horizontalMenu>.horizontalMenu-list>li>a {
        padding: 5px 10px !important;
    }
}

@media screen and (max-width: 991px) {
    .horizontal-main.header-style1.bg-dark-transparent.clearfix {
        position: unset !important;

    }

    .sticky-wrapper.is-sticky .horizontal-main .horizontalMenu-list {
        padding-top: 30px !important;
    }

    .student-feature-icons li {
        width: 100%;
    }

    .student-img {
        display: none;
    }

    .footer-main.footer-main1 {
        padding-bottom: 0;
    }

    .testimonial-img:before {
        display: none;
    }

    .item .item7-card-desc {
        display: block !important;
    }

    .banner-1 .header-text .text-body {
        text-align: center;
    }

    .absolute-student {
        display: none;
    }

    .banner1 .slide-header-text {
        top: -14% !important;
    }

    /* .top-bar-end .custom li span {
display: none;
} */
    .top-bar .top-bar-start .socials li {
        margin: 0 !important;
    }

    .icon-card-1 {
        display: inline-grid !important;
    }

    .item-list .item-card9-desc a {
        font-size: 16px;
    }

    .item-list #tab-11 .item-card2-desc ul li {
        width: 100%;
    }

    .item-list #tab-11 .item-card2-desc ul li:nth-last-child(2) {
        margin-bottom: 0.5rem;
    }

    .item-list1 .item-card9-desc a {
        font-size: 16px;
    }

    .item-list1 #tab-11 .item-card2-desc ul li {
        width: 100%;
    }

    .item-list1 #tab-11 .item-card2-desc ul li:nth-last-child(2) {
        margin-bottom: 0.5rem;
    }

    .item-list2 .item-card9-desc a {
        font-size: 16px;
    }

    .item-list2 #tab-11 .item-card2-desc ul li {
        width: 100%;
    }

    .item-list2 #tab-11 .item-card2-desc ul li:nth-last-child(2) {
        margin-bottom: 0.5rem;
    }

    .bg-background-1 .header-style.horizontal-main .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu,
    .bg-background-1 .header-style.horizontal-main .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        top: 0px !important;
    }

    .user-tabel .card-table tr td:last-child {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    #commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li a {
        border-right: 0 !important;
    }

    #commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li {
        width: 100% !important;
        border-bottom: 1px solid #ededf5;
    }

    #commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li:last-child {
        border-bottom: 0px solid #ededf5;
    }

    .profile-2 .wideget-user-tab .tabs-menu1 ul li a {
        border-radius: 7px !important;
    }
}

#commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li {
    margin: 0;
}

@media screen and (max-width: 767px) {
    #myCarousel.testimonial-owl-carousel p {
        text-align: center;
    }

    #myCarousel.testimonial-owl-carousel .d-md-flex {
        text-align: center;
    }

    .banner-1 .header-text .text-body {
        margin-bottom: 1rem !important;
    }

    .banner-1 .header-text p {
        margin-bottom: 0;
    }

    #myCarousel1 .item-card7-desc .pt-2 {
        display: grid;
    }

    #myCarousel1 .item-card7-desc .item-card7-text h4 {
        white-space: nowrap;
    }

    .header-main .top-bar-light .top-bar-end .custom li:last-child a {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .page-options {
        margin-top: 10px;
    }

    #commentForm #rootwizard .navtab-wizard li a {
        margin-top: 5px;
    }

    .my-orders .tabs-menu1 ul li {
        width: 100%;
    }

    .course-details .profile-pic img {
        margin-bottom: 12px;
    }

    .course-details #tab-3 .card-body {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 375px) {
    .shape {
        bottom: -4px;
    }
}

@media (max-width: 480px) {
    .sptb-2 {
        padding-top: 5rem !important;
        padding-bottom: 3rem !important;
    }

    .sptb {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .sptb-tab.sptb-2.pt-10 {
        padding-top: 6.5rem !important;
    }

    .tab-content.item-list .tab-pane .card-body a {
        display: inline-block;
        width: auto;
    }

    .tab-content.item-list .tab-pane .item-card9-icons2 .item-card9-icons1 {
        width: 2rem;
    }

    .item-list .item-card9-icons2 {
        position: relative;
        right: 0;
    }

    .tab-content.item-list1 .tab-pane .card-body a {
        display: inline-block;
        width: auto;
    }

    .tab-content.item-list1 .tab-pane .item-card9-icons2 .item-card9-icons1 {
        width: 2rem;
    }

    .item-list1 .item-card9-icons2 {
        position: relative;
        right: 0;
    }

    .tab-content.item-list2 .tab-pane .card-body a {
        display: inline-block;
        width: auto;
    }

    .tab-content.item-list2 .tab-pane .item-card9-icons2 .item-card9-icons1 {
        width: 2rem;
    }

    .item-list2 .item-card9-icons2 {
        position: relative;
        right: 0;
    }

    .course-details .profile-pic h6 a {
        margin: 3px 0;
    }

    .course-details #tab-5 .media .media-body h4 {
        display: grid;
    }
}

@media (max-width: 568px) {

    .banner1 .header-main .top-bar .top-bar-start,
    .section-first .header-main .top-bar .top-bar-start,
    .bg-background-dark .header-main .top-bar .top-bar-start,
    .bg-background-1 .header-main .top-bar .top-bar-start {
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
    }

    .banner1 .top-bar .col-12,
    .section-first .top-bar .col-12,
    .bg-background-dark .top-bar .col-12,
    .bg-background-1 .top-bar .col-12 {
        padding: 0;
    }

    .banner1 .header-main .top-bar .top-bar-end .custom,
    .section-first .header-main .top-bar .top-bar-end .custom,
    .bg-background-dark .header-main .top-bar .top-bar-end .custom,
    .bg-background-1 .header-main .top-bar .top-bar-end .custom {
        text-align: center;
        float: none;
        justify-content: center;
    }

    .banner1 .slide-header-text,
    .section-first .slide-header-text,
    .bg-background-dark .slide-header-text,
    .bg-background-1 .slide-header-text {
        top: -3% !important;
    }

    .header-main .top-bar.top-bar-light .top-bar-start {
        justify-content: center;
        border-bottom: 1px solid #e9eaf9;
        width: 100%;
    }

    .top-bar.top-bar-light .col-12 {
        padding: 0;
    }

    .header-main .top-bar.top-bar-light .top-bar-end .custom {
        text-align: center;
        float: none;
        justify-content: center;
    }

    .header-main .top-bar-end .custom li a {
        line-height: 20px !important;
    }

    .header-main .top-bar-end .custom li a i {
        line-height: 16px;
    }
}

.bg-background-dark .top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.icon-card-1 {
    display: flex;
}

.icon-card-1 li {
    float: left;
    font-size: 13px;
    margin-bottom: .5rem;
}

.item-list1 #tab-11 .item-card2-desc ul li {
    width: auto;
}

.item-list2 #tab-11 .item-card2-desc ul li {
    width: auto;
}

#commentForm .nav-tabs .nav-link {
    background: #f5f4f9;
}

.bg-background-1 .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a,
.banner1 .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a {
    color: #18113c;
}

.sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a>.fa-shopping-cart {
    color: #18113c;
}


.bg-background3 .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a {
    color: #18113c;
}

@media (max-width: 991px) {

    .active .bg-background-1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a.active,
    .active .bg-background3 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a.active,
    .active .banner1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a.active {
        color: #fff;
    }

    body.active .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>a {
        background-color: #fff;
    }

    body.active .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        background-color: #fff;
    }

    body.active .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
        color: #fff;
    }
}

#commentForm .navtab-wizard.nav-tabs .nav-link.active,
#commentForm .navtab-wizard.nav-tabs .nav-link:hover {
    color: #fff;
}

.header-text .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

@media (max-width: 991px) {

    .section-first .header-main .top-bar,
    .bg-background-dark .header-main .top-bar {
        border-bottom: 0 !important;
    }

    .sptb-2 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .bg-background-1 .horizontal-header {
        border-bottom: 0 !important;
    }
}

@media (min-width: 1025px) {
    .input-field {
        margin-top: 14.55rem !important;
    }
}

.progress-bar-success {
    background-color: #21b632 !important;
}

.push .table td {
    vertical-align: middle;
}

textarea.form-control {
    min-height: auto;
    height: auto;
    color:#000;
}

.dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.app-sidebar .side-menu li.is-expanded .sub-slide.is-expanded li a {
    color: #5c5776;
}

.tab-pane table.data-table-example th {
    width: initial !important;
}

.testimonial-1 p .fa {
    font-size: 12px;
    color: #a8a3b0;
    opacity: 0.5;
}

.customerpage .nav-fill .nav-item .nav-link,
.customerpage .nav-justified .nav-item .nav-link {
    width: auto;
}

.client-carousel .br-theme-fontawesome-stars .br-widget {
    height: 20px;
}

.task-widget .item-card .item-card-desc:before {
    background: transparent;
}

.pull-end {
    float: right;
}

.pull-start {
    float: left;
}

.type--strikethrough {
    text-decoration: line-through;
    opacity: 0.7;
}

.widget-spec-1 li {
    margin-bottom: .5rem;
    font-size: 15px;
}

.widget-spec-1 li i {
    margin-right: 10px;
}

.widget-spec-1 li:last-child {
    margin-bottom: 0;
}

.productdetail {
    background: #f5f4f9;
}

.user-details .table> :not(caption)>*>* {
    border-bottom-width: 0px;
}

.profile-share {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 7px 7px;
    border: 1px solid #ededf5;
    display: flex;
}

.profile-edit textarea {
    border-radius: 7px 7px 0 0;
}

.bannerimg .header-text h1 {
    color: #fff;
}

.info .counter-status h5,
.info .counter-status h2 {
    color: #fff;
}

.bg-background-1 .content-text h1,
.bg-background-1 .header-text1 h1,
.bg-background-1 .header-text h1 {
    color: #fff;
}

.bg-background3 .header-text h1,
.slider-images .header-text h1 {
    color: #fff;
}

.bg-background-color .section-title h2 {
    color: #fff;
}

.item-card-desc .item-card-text h4,
.item-card-desc .item-card-text h3 {
    color: #fff;
}

.icon-card-1 i {
    color: #5c5776;
    opacity: 0.6;
}

.icon-card-1 span {
    color: #18113c;
}

.item-card2 .br-theme-fontawesome-stars .br-widget {
    height: 0;
}

.header-bg {
    background: #ff0e0e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(111.7deg, rgba(146, 30, 152, 0.7) 19.9%, rgba(59, 25, 249, 0.7) 95%);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(-225deg, rgba(23, 13, 177, 0.7) 35%, rgba(236, 50, 87, 0.7) 100%) !important;
}

button#ihavecookiesBtn {
    background: #ff0e0e;
}

.feature-animation.feature .icons.icon-2 {
    background-color: rgba(239, 80, 80, 0.1);
    border-color: #ff0e0e;
}

.icon-secondary {
    background-color: rgba(239, 80, 80, 0.1);
    color: #ff0e0e;
}

.sweet-alert-1 .table> :not(caption)>*>* {
    border-bottom-width: 0;
}

.authors .badge {
    padding: 0.6rem 0.8rem;
}

.top-bar .top-bar-end .custom .dropdown-menu-arrow:before {
    top: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

.top-bar .top-bar-end .custom .dropdown-menu-arrow:after {
    top: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

.top-bar .top-bar-start .contact .dropdown-menu-arrow:before {
    top: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

.top-bar .top-bar-start .contact .dropdown-menu-arrow:after {
    top: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

.gallery-item .card-body strong.badge {
    padding: 0.35em 0.65em;
}

.gallery-item .gallery-card {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}

.gallery-item .gallery-card .gallery-card-desc img {
    transform: scale(1);
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.gallery-item .gallery-card .gallery-card-desc:hover img {
    transform: scale(1.2);
}

.gallery-item .gallery-card .gallery-card-desc:before {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 7px;
}

.gallery-item .gallery-card:hover .gallery-card-desc:before {
    background: rgba(105, 100, 247, 0.43) !important;
}

.gallery-item .gallery-card-img {
    overflow: hidden;
}

.gallery-item .gallery-card-desc {
    position: relative;
}

.manged-ad .select2-container--default .select2-selection--single .select2-selection__arrow,
.ads-tabs .select2-container--default .select2-selection--single .select2-selection__arrow,
.my-favadd .select2-container--default .select2-selection--single .select2-selection__arrow,
.my-orders .select2-container--default .select2-selection--single .select2-selection__arrow,
.payment-invoice .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 19px;
}

.my-orders .select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered,
.payment-invoice .select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.profile-carousel.owl-carousel.owl-drag .owl-item {
    padding: 0px !important;
}

.course-details .tabs-menu1 ul li,
.profile-1 .tabs-menu1 ul li {
    width: 24%;
    text-align: center;
}

.course-details.detail-1 .tabs-menu1 ul li {
    width: 49%;
}

.top-bar .top-bar-end .custom .dropdown-menu.show {
    border: 0;
    box-shadow: none;
}

.video-icon {
    font-size: inherit !important;
    opacity: 1 !important;
}

.video-icon i {
    background-color: #fff;
    color: #6964f7;
    transition: .2s ease;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 100%;
    padding-left: 3px;
}

.video-icon:hover i {
    background-color: #6964f7;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .course-details .wideget-user-tab.wideget-user-tab3 {
        margin-bottom: 2rem;
    }

    .course-details .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li {
        width: 100%;
    }

    .course-details .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
        padding: 15px !important;
    }
}

@media (max-width: 991px) {
    .bg-background-1.bg-background-dark .header-text h1 {
        font-size: 2rem !important;
    }

    .bg-background-1.bg-background-dark .horizontal-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    }
}

@media (max-width: 480px) {
    .horizontalMenucontainer .page-header .breadcrumb {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .active .banner-1.bg-background3 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a.active {
        background-color: transparent;
        color: #6964f7;
    }
}

input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.ads-tabs .tabs-menus ul li .active .badge {
    background: #f5f4f9;
    color: #6964f7;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

#commentForm-1 #commentForm #rootwizard .wizard {
    border: 0;
}

@media (max-width: 991px) {
    .section-first.bg-background-1 .horizontal-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .header-banner {
        padding-top: 11rem !important;
    }

    .bg-background-1 .top-bar {
        border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
    }

    .bg-background-1.banner-1 .horizontal-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
}

@media screen and (max-device-width: 991px) and (orientation: portrait) {
    body .horizontalMenucontainer {
        position: -webkit-sticky;
    }

    body .horizontalMenucontainer .header-absolute {
        position: absolute;
        width: 100%;
    }

    body.modal-open .horizontalMenucontainer {
        position: relative;
    }
}

@media screen and (max-device-width: 991px) and (orientation: landscape) {
    body .horizontalMenucontainer {
        position: -webkit-sticky;
    }

    body .horizontalMenucontainer .header-absolute {
        position: absolute;
        width: 100%;
    }

    body.modal-open .horizontalMenucontainer {
        position: relative;
    }
}

.top-bar.top-bar-light .top-bar-end .custom .dropdown-menu.show {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.top-bar.top-bar-light .top-bar-end .custom .dropdown-menu-arrow:before,
.top-bar.top-bar-light .top-bar-end .custom .dropdown-menu-arrow:after {
    border-bottom: 10px solid #6964f7;
}

@media screen and (max-width: 444px) {
    .review-media {
        display: block !important;
        width: 100%;
        overflow: intial;
    }

    .review-media .media-body {
        display: grid;
    }
}

.example {
    padding: 1.5rem;
    border: 1px solid #ededf5;
    border-radius: 3px 3px 0 0;
    font-size: .9375rem;
}

.example-bg {
    background: #ededf5;
}

.example+.highlight {
    border-top: none;
    margin-top: 0;
    border-radius: 0 0 3px 3px;
}

.highlight {
    margin: 1rem 0 2rem;
    border: 1px solid #ededf5;
    border-radius: 3px;
    font-size: .9375rem;
    max-height: 40rem;
    overflow: auto;
    background: #ededf5;
}

.highlight pre {
    margin-bottom: 0;
    background-color: rgba(5, 117, 230, 0.1);
}

.example-column {
    margin: 0 auto;
}

.example-column>.card:last-of-type {
    margin-bottom: 0;
}

.example-column-1 {
    max-width: 20rem;
}

.example-column-2 {
    max-width: 40rem;
}

.highlight {
    background: rgba(255, 215, 0, 0.115);
}

.highlight .hll {
    background-color: #ffc;
}

.highlight .c {
    color: #999;
}

.highlight .k {
    color: #069;
}

.highlight .o {
    color: #555;
}

.highlight .cm {
    color: #999;
}

.highlight .cp {
    color: #099;
}

.highlight .c1,
.highlight .cs {
    color: #999;
}

.highlight .gd {
    background-color: #fcc;
    border: 1px solid #c00;
}

.highlight .ge {
    font-style: italic;
}

.highlight .gr {
    color: red;
}

.highlight .gh {
    color: #030;
}

.highlight .gi {
    background-color: #cfc;
    border: 1px solid #0c0;
}

.highlight .go {
    color: #aaa;
}

.highlight .gp {
    color: #009;
}

.highlight .gu {
    color: #030;
}

.highlight .gt {
    color: #9c6;
}

.highlight .kc,
.highlight .kd,
.highlight .kn,
.highlight .kp,
.highlight .kr {
    color: #069;
}

.highlight .kt {
    color: #078;
}

.highlight .m {
    color: #f60;
}

.highlight .na {
    color: #ffa22b;
}

.highlight .nb {
    color: #366;
}

.highlight .nc {
    color: #0a8;
}

.highlight .no {
    color: #360;
}

.highlight .nd {
    color: #99f;
}

.highlight .ni {
    color: #999;
}

.highlight .ne {
    color: #c00;
}

.highlight .nf {
    color: #c0f;
}

.highlight .nl {
    color: #99f;
}

.highlight .nn {
    color: #0cf;
}

.highlight .nt {
    color: #f84242;
}

.highlight .nv {
    color: #033;
}

.highlight .ow {
    color: #000;
}

.highlight .w {
    color: #bbb;
}

.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
    color: #f60;
}

.highlight .sb,
.highlight .sc {
    color: #c30;
}

.highlight .sd {
    font-style: italic;
    color: #c30;
}

.highlight .s2,
.highlight .se,
.highlight .sh {
    color: #c30;
}

.highlight .si {
    color: #a00;
}

.highlight .sx {
    color: #c30;
}

.highlight .sr {
    color: #3aa;
}

.highlight .s1 {
    color: #c30;
}

.highlight .ss {
    color: #fc3;
}

.highlight .bp {
    color: #366;
}

.highlight .vc,
.highlight .vg,
.highlight .vi {
    color: #033;
}

.highlight .il {
    color: #f60;
}

.highlight .css .nt+.nt {
    color: #999;
}

.highlight .css .o {
    color: #999;
}

.highlight .css .o+.nt {
    color: #999;
}

.highlight .language-bash::before,
.highlight .language-sh::before {
    color: #009;
    content: "$ ";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.highlight .language-powershell::before {
    color: #009;
    content: "PM> ";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ededf5;
    border-radius: 7px;
    max-width: 100%;
    height: auto;
}

.img-gallery {
    margin-right: -.25rem;
    margin-left: -.25rem;
    margin-bottom: -.5rem;
}

.img-gallery>.col,
.img-gallery>[class*=col-] {
    padding-left: .25rem;
    padding-right: .25rem;
    padding-bottom: .5rem;
}

.imagecheck {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.imagecheck-figure {
    border: 1px solid #ededf5;
    border-radius: 3px;
    margin: 0;
    position: relative;
}

.imagecheck-input:checked~.imagecheck-figure {
    border-color: rgba(0, 40, 100, 0.24);
}

.imagecheck-figure:before {
    content: '';
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    border-radius: 7px;
    opacity: 0;
    transition: .3s opacity;
}

.imagecheck-input:checked~.imagecheck-figure:before {
    opacity: 1;
}

.imagecheck-image {
    max-width: 100%;
    opacity: .64;
    transition: .3s opacity;
    margin-top: -22px;
}

.imagecheck-image:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.imagecheck-image:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.imagecheck-input:checked~.imagecheck-figure .imagecheck-image,
.imagecheck-input:focus~.imagecheck-figure .imagecheck-image {
    opacity: 1;
}

.imagecheck:hover .imagecheck-image {
    opacity: 1;
}

.imagecheck-caption {
    text-align: center;
    padding: .25rem .25rem;
    font-size: .875rem;
    transition: .3s color;
}

.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption,
.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption {
    color: #5c5776;
}

.imagecheck:hover .imagecheck-caption {
    color: #5c5776;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.gallery {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.gallery .content,
.gallery .mask {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.gallery img {
    display: block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.gallery .tools {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.35);
    margin: 43px 0 0 0;
}

.mask.no-caption .tools {
    margin: 90px 0 0 0;
}

.gallery .tools a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px;
}

.gallery p {
    font-family: 'Nunito', sans-serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.gallery a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}

.gallery-first img {
    transition: all .2s linear;
}

.gallery-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .4s ease-in-out;
}

.gallery-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all .2s ease-in-out;
}

.gallery-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all .2s linear;
}

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

.gallery-first:hover .mask {
    opacity: 1;
}

.gallery-first:hover .tools {
    opacity: 1;
    transform: translateY(0);
}

.gallery-first:hover p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}

.img-avatar {
    height: 37px;
    border-radius: 3px;
    width: 37px;
}

.label {
    display: inline-block;
    margin-bottom: .5rem;
    display: inline;
    padding: .4em .6em;
    font-size: 75%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 7px;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.label-info {
    background-color: #04b2e5;
}

.label-danger {
    background-color: #f84242;
}

.label-warning {
    background-color: #ffa22b;
}

.label-success {
    background-color: #21b632;
}

.label-purple {
    background-color: #6d33ff;
}

.label-pink {
    background-color: #f5127b;
}

.label-secondary {
    background-color: #ededf5;
    color: #5c5776;
}

.label.arrowed {
    position: relative;
    margin-left: 9px;
}

.label.arrowed-in {
    position: relative;
    margin-left: 9px;
}

.label.arrowed-in:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 12px 7px;
}

.label.arrowed:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 12px 7px;
}

.label.arrowed-in-right,
.label.arrowed-right {
    position: relative;
    margin-right: 9px;
    border-radius: 0 2px 2px 0;
}

.label-info.arrowed:before {
    border-right-color: #04b2e5;
}

.label-danger.arrowed:before {
    border-right-color: #f84242;
}

.label-success.arrowed:before {
    border-right-color: #21b632;
}

.label-warning.arrowed:before {
    border-right-color: #ffa22b;
}

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list.d-flex img {
    width: 60px;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #5c5776;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #5c5776;
    text-decoration: none;
    background-color: #ededf5;
}

.list-group-item-action:active {
    background-color: #ededf5;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ededf5;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #5c5776;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    background-color: #f5f4f9;
    border: 1px solid #ededf5;
    color: #5c5776;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-flush .list-group-item:hover {
    border: 1px solid #ededf5;
}

.list-group-item-success {
    color: #008048;
    background-color: #ccffe9;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #316100;
    background-color: #c5e7a4;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #316100;
    border-color: #316100;
}

.list-group-item-info {
    color: #3ba2ff;
    background-color: #e6f1ff;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #3ba2ff;
    background-color: #b3dcf9;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #3ba2ff;
    border-color: #3ba2ff;
}

.list-group-item-warning {
    color: #ffa22b;
    background-color: #ffe9cc;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #ffa22b;
    background-color: #ffe9cc;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #ffa22b;
    border-color: #ffa22b;
}

.list-group-item-danger {
    color: #f84242;
    background-color: #ffcfcc;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #f84242;
    background-color: #ffcfcc;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #f84242;
    border-color: #f84242;
}

.list-media .media-img {
    position: relative;
    float: left;
    width: 48px;
    margin-right: 20px;
}

.list-media .info {
    padding-left: 55px;
    min-height: 40px;
    height: auto;
    position: relative;
}

.list-media .info h4 a {
    font-size: 16px;
    margin-top: 10px;
}

.list-media .info p {
    font-size: 13px;
}

.list-media .info .text-end {
    right: 0;
    color: #8a8a8a;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: -28px;
}

.list-inline-dots .list-inline-item+.list-inline-item:before {
    content: '· ';
    margin-left: -2px;
    margin-right: 3px;
}

.list-separated-item {
    padding: 1rem 0;
}

.list-separated-item:first-child {
    padding-top: 0;
}

.list-group-item.active .icon {
    color: inherit !important;
}

.list-group-transparent .list-group-item {
    background: 0 0;
    border: 0;
    padding: .5rem 1rem;
}

.list-group-transparent .list-group-item.active {
    font-weight: 600;
}

.list-group.lg-alt .list-group-item {
    border: 0;
}

.list-catergory1 ul li .avatar-lg {
    width: 4rem;
    height: 4rem;
}

.list-catergory1 .item-list .list-group-item {
    padding: 0.5rem 0rem;
}

.list-catergory .item-list .list-group-item i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
}

.list-catergory .item-list .list-group-item {
    border-bottom: 0;
    padding: 0.5rem 0rem;
}

.list-style-1 {
    list-style: inherit;
    padding-left: inherit;
}

.list-style-1 ul {
    list-style: inherit;
    padding-left: 30px;
}

.list-style-1 li {
    line-height: 30px;
}

.list-style2 {
    list-style: decimal;
    padding-left: inherit;
}

.list-style2 ul {
    list-style: decimal;
    padding-left: 30px;
}

.list-style2 li {
    line-height: 30px;
}

.list-style3 {
    list-style: circle !important;
    padding-left: inherit;
}

.list-style3 ul {
    list-style: decimal;
    padding-left: 30px;
}

.list-style3 li {
    line-height: 30px;
}

.list-style4 {
    list-style: lower-alpha;
    padding-left: inherit;
}

.list-style4 ul {
    list-style: decimal;
    padding-left: 30px;
}

.list-style4 li {
    line-height: 30px;
}

.list-style5 {
    list-style: square;
    padding-left: inherit;
}

.list-style5 ul {
    list-style: decimal;
    padding-left: 30px;
}

.list-style5 li {
    line-height: 30px;
}

.list-style6 {
    list-style: lower-roman;
    padding-left: inherit;
}

.list-style6 ul {
    list-style: decimal;
    padding-left: 30px;
}

.list-style6 li {
    line-height: 30px;
}

.order-list li {
    line-height: 30px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media .chat i,
.media .chat a {
    font-size: 13px;
}

.media-body {
    flex: 1;
}

.mediafont {
    font-size: 16px;
    font-weight: 600;
}

.media {
    margin-top: 15px;
    zoom: 1;
    overflow: hidden;
}

.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-object {
    display: block;
}

.media img {
    width: 45px;
    height: 45px;
}

.media.meida-md img {
    width: 65px;
    height: 65px;
}

.media.meida-lg img {
    width: 80px;
    height: 80px;
}

.media-end,
.media>.pull-end {
    padding-left: 10px;
}

.media-body,
.media-start,
.media-end {
    display: table-cell;
    vertical-align: top;
}

.media-start,
.media>.pull-start {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-body h4 {
    font-weight: 700;
    font-size: 17px;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-start {
    padding-right: 10px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media>.pull-start {
    padding-right: 10px;
}

.media-body {
    flex: 1;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media-icon {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 100%;
}

.media-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.media-posts {
    width: 100%;
    height: 233px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(8, 21, 66, 0.06);
}

.media-posts:hover {
    overflow: scroll;
}

.media-list .media-icons {
    font-size: 18px;
    color: #000;
}

.media-body,
.media-start,
.media-end,
::-ms-backdrop {
    display: list-item;
    vertical-align: top;
}

.media-start,
.media-end,
.table-responsive .media-body,
::-ms-backdrop {
    display: table-cell;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: .359375rem;
    padding-bottom: .359375rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

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

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

@media (max-width: 1279.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1280px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='$black-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='$white-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.br-theme-bars-horizontal .br-widget {
    width: 120px;
    white-space: nowrap;
}

.br-theme-bars-horizontal .br-widget a {
    display: block;
    width: 120px;
    height: 5px;
    margin: 1px;
}

.br-theme-bars-horizontal .br-widget .br-current-rating {
    width: 120px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.br-theme-bars-horizontal .br-readonly a {
    cursor: default;
}

@media print {
    .br-theme-bars-horizontal .br-widget a {
        border: 1px solid #b3b3b3;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .br-theme-bars-horizontal .br-widget a.br-active,
    .br-theme-bars-horizontal .br-widget a.br-selected {
        border: 1px solid black;
        background: white;
    }

    .br-theme-bars-horizontal .br-widget .br-current-rating {
        color: black;
    }
}

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #e5e9f2;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #ffb609;
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: black;
    }

    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: black;
    }
}

.stars-example-fontawesome-sm .br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
}

.br-theme-fontawesome-stars-o .br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-theme-fontawesome-stars-o .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}

.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
    display: none;
}

.br-theme-fontawesome-stars-o .br-readonly a {
    cursor: default;
}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
    display: inline-block;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media print {
    .br-theme-fontawesome-stars-o .br-widget a:after {
        content: '\f006';
        color: #f5f4f9;
    }

    .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
    .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
        content: '\f005';
        color: #f5f4f9;
    }

    .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
        content: '\f123';
        color: #f5f4f9;
    }
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
}

.br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f006';
    color: #f5f4f9;
}

.br-theme-bars-movie .br-widget a {
    background-color: #f5f4f9;
}

.br-theme-bars-horizontal .br-widget a {
    background-color: #f5f4f9;
}

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

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

@media (max-width: 480px) {
    .tab-content.card-body .btn {
        min-width: 1.625rem;
    }

    .tab-content.card-body .progress-bar {
        display: none;
    }
}

.tabs-menu ul li a {
    padding: 10px 20px 11px 20px;
}

.tabs-menu ul li .active {
    color: #fff;
    border-radius: 25px;
}

.tabs-menu1 ul li a {
    padding: 10px 20px 11px 20px;
    background: #f5f4f9;
    border-radius: 7px;
    border: 0;
    margin: 0 2px;
    display: block;
}

.tabs-menu1 ul li .active {
    border-radius: 7px;
}

.tabs-menu-body {
    padding: 15px;
    border: 1px solid #ededf5;
}

.tabs-menu-body p:last-child {
    margin-bottom: 0;
}

.tab-menu-heading {
    padding: 20px;
    border: 1px solid #ededf5;
    border-bottom: 0;
}

.tab_wrapper .content_wrapper .tab_content.active p:last-child {
    margin-bottom: 0;
}

.tab_wrapper>ul {
    border-bottom: 1px solid #ededf5;
}

.tab_wrapper>ul li {
    border: 1px solid #ededf5;
    border-top: 3px solid #ededf5;
}

.tab_wrapper.right_side .content_wrapper {
    border: 1px solid #ededf5;
}

.tab_wrapper.right_side>ul li.active {
    border-color: #ededf5;
}

.tab_wrapper.right_side>ul li:after {
    background: #ededf5;
}

#tab-11 .item-card2-img:hover a,
#tab-12 .item-card2-img:hover a {
    background: 0 0;
}

@media (max-width: 480px) {
    .tab-content .tab-pane .card-body a.float-right {
        float: none !important;
    }
}

.tabs-menu-body #tab7 .select2.select2-container.select2-container--default,
#commentForm #rootwizard .tab-pane#first .select2.select2-container.select2-container--default {
    width: 100% !important;
}

#commentForm #rootwizard .tab-pane#third .file-browser .form-control.browse-file {
    background: transparent;
}

#commentForm #rootwizard .tab-pane#third .file-browser .input-group-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul {
    border: 1px solid #ededf5;
    border-radius: 7px;
}

#commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li {
    width: 25%;
}

#commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li .active {
    border: 0px;
    color: #fff;
}

#commentForm #rootwizard .tab-pane#fourth .tabs-menu1 ul li a {
    background: transparent;
    color: inherit;
}

.tab_wrapper.first_tab ul li {
    float: left;
    margin: 0 0 0 5px;
    border-top: 1px solid #ededf5;
}

.timeline {
    position: relative;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.timeline:before {
    background-color: #ededf5;
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    top: 0;
    bottom: 0;
    left: 4px;
}

.timeline-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2rem;
    margin: .5rem 0;
}

.timeline-item:first-child:before,
.timeline-item:last-child:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    left: .25rem;
}

.timeline-item:first-child {
    margin-top: 0;
}

.timeline-item:first-child:before {
    top: 0;
    height: .5rem;
}

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

.timeline-item:last-child:before {
    top: .5rem;
    bottom: 0;
}

.timeline-badge {
    position: absolute;
    display: block;
    width: .4375rem;
    height: .4375rem;
    left: 1px;
    top: .5rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #f5f4f9;
}

.timeline-time {
    white-space: nowrap;
    margin-left: auto;
    font-size: 87.5%;
}

.timeline__item:after {
    background: #fff !important;
}

.timeline--horizontal .timeline-divider {
    background: #f5f4f9 !important;
}

.timeline__content {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    padding: 1.25rem;
    position: relative;
    background-color: #f5f4f9;
}

/* ###### layout ####### */

.browser {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
}

.flag {
    width: 1.6rem;
    height: 1.2rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.payment {
    width: 2.5rem;
    height: 1.5rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

footer {
    font-family: 'Poppins', sans-serif;
}

.footer {
    background: #fff;
    border-top: 1px solid #ededf5;
    font-size: .875rem;
    padding: 1.25rem 0;
}

.footer .social {
    margin: 0 auto;
}

.footer .social ul li {
    float: left;
    padding: 7px;
}

.footer a:not(.btn) {
    color: #1f252d;
}

@media print {
    .footer {
        display: none;
    }
}

.footerimg img {
    width: 35px;
    height: 35px;
}

.footer-main .social li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.footer-main .social li a {
    line-height: 0;
}

.social li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    float: right;
}

.social-icons li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    width: 40px;
    height: 40px;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 40px;
}

.social-icons li a {
    color: #fff;
}

.social li a {
    color: rgba(255, 255, 255, 0.6);
    line-height: 0;
}

.footer-main h6 {
    font-size: 18px;
    margin-bottom: 1.2rem;
}

.footer .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-main p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-main a {
    line-height: 2.5;
    transition: opacity .2s;
    color: rgba(255, 255, 255, 0.4);
}

.footer-main.footer-main1 a {
    color: rgba(255, 255, 255, 0.4);
}

.footer-main.footer-main1 .form-control {
    border: 1px solid #ededf5 !important;
}

.footer-main .select2-container--default .select2-selection--single {
    background: #f5f4f9;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.footer-links a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    left: -2px;
    background: rgba(255, 255, 255, 0.1);
    top: 11px;
}

.footer-links a:first-child:before {
    display: none;
}

.footer-links a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    nav.horizontalMenu.clearfix .animated-arrow span:before, nav.horizontalMenu.clearfix .animated-arrow span:after {

    background: #000;

}

nav.horizontalMenu.clearfix .animated-arrow {

    position: absolute;

    left: 180px;

    top: 20px;

    z-index: 102;

    transition: all 0.4s ease-in-out;

    cursor: pointer;

    padding: 18px 30px 18px 9px;

    margin: 8px 0 0 15px;

    background: rgba(255, 255, 255, 0.1);

    width: 35px;

    height: 35px;

    border-radius: 7px;

    vertical-align: middle;

}
a.close_btn_inner {

    font-size: 30px;

    position: absolute;

    top: 10px;

    left: 210px;

    color: #989898;

}
    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9999999999;
        box-shadow: 2px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
        right: 0;

    }

    .horizontalMenu>.horizontalMenu-list {

        padding-top: 30px !important;

    }
    .footer-main h6 {
        margin-top: 2rem;
    }

    .footer.bg-dark .text-start {
        text-align: center !important;
    }

    .footer.bg-dark .social {
        text-align: center;
    }

    .footer.bg-dark .social li {
        float: none;
        text-align: center;
    }

    .footer-main .row div:first-child h6 {
        margin-top: 0;
    }
}

.footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-main .form-control {
    border: 0 !important;
}

.footer-main img {
    width: auto;
    max-height: 90px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2px;
}

@media (min-width: 768px) {
    .footer.footer-style {
        margin-left: 0px !important;
    }
}

.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    width: 100%;
    z-index: 100;
}

.header .dropdown-menu {
    margin-top: 0;
}

.header .mega-menu {
    width: 350px;
}

@media print {
    .header {
        display: none;
    }
}

.header-brand {
    color: inherit;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
}

.app-header .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
    min-width: 200px;
    text-align: center;
}

.app-header .header-brand .header-brand-img {
    margin-right: 0;
}

.header-brand:hover {
    color: inherit;
    text-decoration: none;
}

.header-brand-img {
    height: 2.5rem;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: .5rem;
    width: auto;
}

.header-avatar {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
}

.header-btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
}

.center-block {
    margin-right: auto;
    margin-left: auto;
    float: inherit !important;
}

.header-btn.has-new {
    position: relative;
}

.header-btn.has-new:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f84242;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
}

.header-toggler {
    width: 2rem;
    height: 2rem;
    position: relative;
    color: #5c5776;
}

.header-toggler:hover {
    color: #5c5776;
}

.header-toggler-icon {
    position: absolute;
    width: 1rem;
    height: 2px;
    color: inherit;
    background: currentColor;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -.5rem;
    box-shadow: 0 5px currentColor, 0 -5px currentColor;
}

.header .nav-item .badge,
.header .nav-link .badge {
    position: absolute;
    top: 0;
    right: -1px;
    padding: .2rem .25rem;
    min-width: 1rem;
    font-size: 13px;
}

#headerMenuCollapse .nav-item .badge,
#headerMenuCollapse .nav-link .badge {
    position: relative;
    min-width: 1rem;
    font-size: 10px;
    font-weight: 500;
}

.header-main .social-icons {
    float: right;
}

.header-main .social-icons li {
    color: #5c5776;
    margin-right: 35px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.header-main .social-icons li a {
    color: #5c5776;
}

.header-search {
    padding: inherit;
}

.header-search .header-icons .header-icons-link {
    display: inline-flex;
    margin-bottom: 0;
}

.header-search .header-icons .header-icons-link li a {
    background: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 2;
    margin-right: 5px;
    display: inline-block;
    margin-top: 4px;
}

.header-search .header-icons .header-icons-link .header-icons-link1,
.header-search .header-icons .header-icons-link .header-icons-link2 {
    width: 2rem;
    text-align: center;
    height: 2rem;
    font-size: 16px;
    position: relative;
}

.header-search .header-icons .header-icons-link1 .main-badge1 {
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    font-size: 10px;
}

.header-search .header-icons .header-icons-link.icons li {
    background: #fff;
}

.top-bar {
    border-bottom: 1px solid transparent;
    background: transparent;
    position: relative;
    z-index: 2;
}

.top-bar-start ul {
    margin-bottom: 0;
}

.top-bar .top-bar-end {
    float: right;
}

.top-bar .top-bar-start {
    display: flex;
}

.top-bar .top-bar-start .socials li {
    display: inline-block;
    font-size: 15px;
    margin: 0;
}

.top-bar .top-bar-start .socials li a {
    padding: 9px 15px;
    display: block;
    font-size: 16px;
    line-height: 27px;
}

.top-bar .top-bar-start .contact li {
    margin: 10px 5px;
    display: inline-block;
    color: #5c5776;
}

.top-bar .top-bar-end {
    display: flex;
}

.header-search .header-inputs .input-group-text.searchicon {
    top: 10px;
    right: 25px;
    position: relative;
}

.header-search .header-search-logo {
    margin-right: 1rem;
}

.header-search .header-nav .nav-cart .icon-cart i {
    font-size: 18px;
}

.header-nav {
    display: flex;
}

.header-links {
    padding: 3px;
}

.header-links li {
    margin: 5px;
}

.header-links li a {
    padding: 9px 18px;
    border-radius: 3px;
}

.header-main .top-bar .contact li {
    margin: 0;
    padding: 9px 18px;
    line-height: 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-main .top-bar-end .custom {
    display: flex;
    margin: 0;
}

.header-main .top-bar-end .custom li {
    margin-right: 0;
}

.header-main .top-bar-end .custom li:last-child {
    margin-right: 0;
}

.header-main .top-bar-end .custom li a {
    padding: 9px 11px;
    display: block;
    line-height: 26px;
}

.header-main .top-bar-end .custom li a i {
    font-size: 16px;
}

.header-main .post-btn {
    float: right;
    margin-left: auto;
}

.header-main-banner {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    z-index: 99;
}

.header-main-banner .horizontal-main,
.header-main-banner .horizontalMenu>.horizontalMenu-list {
    background: 0 0;
}

@media (min-width: 992px) {
    .header-main-banner .horizontalMenu>.horizontalMenu-list>li>a {
        color: rgba(255, 255, 255, 0.8);
    }

    .header-main-banner .horizontalMenu>.horizontalMenu-list>li>a>.fa {
        color: rgba(255, 255, 255, 0.8);
    }
}

.header-style .horizontalMenu {
    float: inherit !important;
}

.top-bar .select2-dropdown.select2-dropdown--below {
    width: 180px !important;
}

.top-bar .select-country .select2-container {
    width: 150px !important;
}

.top-bar-start span,
.top-bar-end span {
    color: #fff;
}

.top-bar-start .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.top-bar .contact i {
    color: #fff !important;
}

.header-white {
    display: none;
}

.top-bar.top-bar-light {
    background: #fff;
}

.top-bar.top-bar-light .top-bar-start .socials li a {
    border-color: #ededf5 !important;
    color: #5c5776;
}

.top-bar.top-bar-light .top-bar-start span,
.top-bar.top-bar-light .top-bar-end span {
    color: #5c5776;
}

.top-bar.top-bar-light .top-bar-end .custom li a {
    border-color: #ededf5 !important;
}

.top-bar.top-bar-light .top-bar-end li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.horizontalMenu html,
.horizontalMenu body,
.horizontalMenu iframe,
.horizontalMenu h1,
.horizontalMenu h2,
.horizontalMenu h3,
.horizontalMenu h4,
.horizontalMenu h5,
.horizontalMenu h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased;
}

.horizontalMenu .cl {
    clear: both;
}

.horizontalMenu img {
    border-radius: 50%;
    height: 44px;
    border: 0 none;
    max-width: 100%;
}

object,
embed,
video {
    border: 0 none;
    max-width: 100%;
}

.horizontalMenu a:focus {
    outline: none;
}

.horizontalMenu:before {
    content: "";
    display: table;
}

.horizontalMenu:after {
    content: "";
    display: table;
    clear: both;
}

/* ================== Desktop Main Menu CSS ================== */

.horizontalMenucontainer {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.horizontal-main {
    width: 100%;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.horizontal-mainwrapper {
    margin: 0 auto;
}

.desktoplogo {
    /* padding: 0.75rem 0; */
    margin: 0;
    float: left;
}

.desktoplogo img {
    width: 100%;
    max-height: 90px;
}

.desktoplogo-1 .logo-img {
    max-height: 65px;
    max-width: 100%;
}

.horizontalMenu {
    color: #5c5776;
    font-size: 14px;
    padding: 0;
    float: right;
    display: block;
}

.horizontalMenu>.horizontalMenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0;
}

.horizontalMenu>.horizontalMenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    padding: 12px 0;
}

/* .horizontalMenu>.horizontalMenu-list>li>a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    border-radius: 3px;
    color:#fff !important;
    font-family: 'Poppins', sans-serif;
} RRRChanges*/
.horizontalMenu>.horizontalMenu-list>li>a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
/*-----------------------------------*/
.is-sticky .horizontalMenu > .horizontalMenu-list > li > a{
    color:#021935 !important;
}
.horizontalMenu>.horizontalMenu-list>li:last-child>a {
    border-right: 0px;
}

.horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
    padding-left: 25px;
    padding-right: 25px;
}

.horizontalMenu>.horizontalMenu-list>li>a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 7px;
    vertical-align: top;
    margin-top: 2px;
}

.horizontalMenu>.horizontalMenu-list>li>a .fa.fa-home {
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 11px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}

/* Desktop Search Bar */

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    position: absolute;
    top: 65px;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 190px;
    background-color: #fff;
    border: 1px solid #e8ebf3;
    border-radius: 7px;
    box-shadow: 0px 5px 25px rgba(39, 55, 76, 0.2);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0px -15px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    background-image: none;
    color: #18113c;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    margin: 0 15px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
    border-radius: 7px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 5px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e8ebf3;
    border-radius: 7px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px -15px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #18113c;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    margin: 0 15px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
    border-radius: 7px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    list-style: none;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e8ebf3;
    border-radius: 7px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px -15px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #18113c;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    margin: 0 15px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
    border-radius: 7px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 63px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .megamenu-content {
    border: 1px solid #e8ebf3;
    background-color: #fff;
    padding: 14px 20px;
    border-radius: 7px;
    box-shadow: 0px 5px 25px rgba(39, 55, 76, 0.2);
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
    padding: 5px 5px 5px 0px;
    font-size: 16px;
    color: #18113c;
    margin: 0px 0px 4px 0px;
    text-align: left;
    font-weight: 600;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .wsmwnutxt {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    color: #5c5776;
    margin-top: 10px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li {
    display: block;
    text-align: center;
    white-space: inherit;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #fff;
    background-image: none;
    color: #18113c;
    border-right: 0 none;
    display: block;
    background-color: #fff;
    font-size: 14px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li a:hover {
    background: transparent;
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li .fa {
    font-size: 12px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .mrgtop {
    margin-top: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
    font-size: 13px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfmenu {
    width: 30%;
    right: auto;
    left: auto;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfdiv {
    width: 20%;
    right: auto;
    left: auto;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form {
    width: 100%;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-inner .item img {
    width: 100%;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-control-next,
.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-control-prev {
    opacity: 0.8;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text {
    padding: 0px 0px;
    font-size: 14px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul {
    padding: 0px 0px;
    margin: 0px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul li {
    display: block;
    padding: 2px 0px;
    line-height: 22px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul li a {
    color: #656565;
}

/* ================== Desktop Drop Down Menu CSS ================== */
/* ================== Desktop Mega Menus CSS  ================== */

@media (min-width: 1024px) {
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list {
        border-left: 1px solid #e8ebf3;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list:first-child {
        border: 0;
    }
}

/* ================== Desktop Extra CSS ================== */

.horizontal-header {
    display: none;
}

.horizontal-overlapbg {
    opacity: 0;
    visibility: hidden;
}

.horizontalMenu .horizontalMenu-click,
.horizontalMenu .horizontalMenu-click02 {
    display: none;
}

.hometext {
    display: none;
}

/*==============================================================================
Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */

@media only screen and (max-width: 991px) {

    /* ================== Mobile Base CSS ================== */
    body.active {
        overflow: hidden;
    }

    /* ================== Mobile Main Menu CSS ================== */
    .desktoplogo {
        display: none;
    }

    .horizontal-main {
        height: 0;
        padding: 0;
    }

    .horizontalMenucontainer {
        background-attachment: local;
        background-position: 33% 0%;
    }

    .horizontalMenu {
        width: 100%;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        position: fixed;
        visibility: hidden;
        margin: 0px;
    }

.horizontalMenu>.horizontalMenu-list {
    height: auto;
    min-height: 100%;
    width: 240px !important;
    background: #fff;
    padding-bottom: 0;
    margin-left: -240px;
    display: block;
    text-align: center;
    z-index: 999999999999999999999999;
    /* margin-top: 60px; */
}

    .horizontalMenu>.horizontalMenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right;
        padding: 0;
    }

    .horizontalMenu>.horizontalMenu-list>li span a {
        width: 85%;
        margin: 0 auto;
    }

    .horizontalMenu>.horizontalMenu-list>li>a {
        padding: 8px 32px 8px 17px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        color: #5c5776;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: #ededf5;
        position: static;
        margin: 0;
        border-radius: 0px;
    }

    .horizontalMenu>.horizontalMenu-list>li>a span.fa.fa-caret-down {
        display: none;
    }

    .horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
        padding-left: 17px;
        padding-right: 17px;
        border-top: solid 1px rgba(0, 0, 0, 0.13);
    }

    .horizontalMenu>.horizontalMenu-list>li>a>.fa {
        font-size: 16px;
        color: #bfbfbf;
    }

    .horizontalMenu>.horizontalMenu-list>li>a .arrow:after {
        display: none;
    }

    .horizontalMenu>.horizontalMenu-list>li:hover>a {
        text-decoration: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>a>.hometext {
        display: inline-block;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #fff;
        border: none;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        box-shadow: none;
        border-bottom: 1px solid #ededf5;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 16px;
        color: #383838;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a>.fa {
        display: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        background-color: #f6f7fb;
        color: #18113c;
        text-decoration: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {
        background-color: #f6f7fb;
        color: #18113c;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        position: relative;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 26px;
        color: #383838;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #18113c;
        text-decoration: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        color: #000;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0px 0px 0px 0px;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 34px;
        color: #383838;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #18113c;
        text-decoration: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        color: #18113c;
        display: none;
        position: relative;
        top: 0px;
        padding: 0px 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .container {
        padding: 0;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfmenu {
        width: 100%;
        margin: 0px;
        padding: 5px 0px 10px 0px;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
        color: #18113c;
        font-size: 15px;
        padding: 10px 8px 10px 0px;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 13px;
        background-color: #e7e7e7;
        color: #18113c;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a:hover {
        background-color: #000;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu ul li.title {
        line-height: 26px;
        color: #18113c;
        margin: 0px;
        font-size: 15px;
        padding: 7px 0px;
        background-color: transparent;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfdiv {
        width: 100%;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form {
        padding: 5px 0px 62px 0px;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .show-grid div {
        margin: 0px;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="button"],
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="submit"] {
        width: 46%;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form textarea {
        min-height: 100px;
    }

    /* ================== Mobile Slide Down Links CSS ================== */
    /* ================== Mobile Mega Menus CSS  ================== */
    /* ================== Mobile Header CSS ================== */
    .horizontal-header {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        height: 54px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .active .horizontal-header {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .horizontal-header .smllogo {
        display: inline-block;
        margin-top: 2px;
    }

    /* Mobile Search Bar*/
    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch {
        width: 86%;
        margin: 7% 7%;
        padding: 0px;
    }

    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input {
        border-radius: 50px;
    }

    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus {
        width: 100%;
    }

    .callusbtn {
        color: #a9a9a9;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 8px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        line-height: 2;
        width: 35px;
        height: 35px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 7px;
    }

    .callusbtn .fe {
        vertical-align: middle;
    }

    .callusbtn:hover .fe {
        color: #fff;
    }

    /* Mobile Toggle Menu icon (X ICON) */
    .animated-arrow {
        position: absolute;
        left: 0px;
        top: 0;
        z-index: 102;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 18px 30px 18px 9px;
        margin: 8px 0 0 15px;
        background: rgba(255, 255, 255, 0.1);
        width: 35px;
        height: 35px;
        border-radius: 7px;
        vertical-align: middle;
    }

    .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out;
    }

    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
    }

    .animated-arrow span:before {
        top: -7px;
        width: 23px;
    }

    .animated-arrow span:after {
        bottom: -7px;
        width: 17px;
    }

    .animated-arrow span:before,
    .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }

    .active .animated-arrow span {
        background-color: transparent;
    }

    .active .animated-arrow span:after {
        width: 23px;
        top: -3px;
    }

    .active .animated-arrow span:before {
        top: -3px;
    }

    .active .animated-arrow.active span:after {
        top: -3px;
    }

    .active .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }

    .active .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    /* ================== Mobile Overlay/Drawer CSS ================== */
    .horizontal-overlapbg {
        right: 0;
        width: calc(100% - 240px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }

    .active .horizontalMenu .horizontal-overlapbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
    }

    .horizontalMenucontainer {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .active .horizontalMenucontainer {
        margin-left: 240px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .active .horizontalMenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0;
        height: 100% !important;
    }

    .active .horizontalMenu>.horizontalMenu-list {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin-left: 0;
    }

    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    .horizontalMenu>.horizontalMenu-list>li .horizontalMenu-click.horizontal-activearrow>i {
        transform: rotate(180deg);
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 14px;
        margin-right: 10px;
        background-size: 25px;
        font-size: 21px;
        color: #a8a3b0;
        float: right;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 10px 8px 10px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .horizontalMenu>.horizontalMenu-list>li a span {
        display: none;
    }

    /*End Media Query*/
}

/* Extra @Media Query*/

@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .horizontalMenu>.horizontalMenu-list>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .horizontalMenu>.horizontalMenu-list>li>a>.arrow {
        display: none;
    }

    .horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.horizontalMenu-list .sub-menu:before,
.horizontalMenu-list .halfdiv:before {
    position: absolute;
    top: -9px;
    left: 12px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e8ebf3;
    border-left: 8px solid transparent;
    border-bottom-color: #e8ebf3;
    content: '';
}

.horizontalMenu-list .sub-menu .sub-menu:before,
.horizontalMenu-list .sub-menu .sub-menu:after {
    left: -12px;
    top: 12px;
    transform: rotate(-90deg);
}

.horizontalMenu-list .sub-menu:after {
    position: absolute;
    top: -8px;
    left: 12px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.horizontalMenu-list .halfdiv:after {
    position: absolute;
    top: -8px;
    left: 12px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.horizontalMenu-list .sub-menu:before,
.horizontalMenu-list .sub-menu:after {
    left: 12px;
    right: auto;
}

.horizontalMenu-list .halfdiv:before,
.horizontalMenu-list .halfdiv:after {
    left: 12px;
    right: auto;
}

@media (min-width: 992px) {
    .sticky-wrapper.is-sticky .horizontal-main .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        top: 60px;
    }

    .sticky-wrapper.is-sticky .horizontal-main .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        top: 60px;
    }
}

@media (max-width: 992px) {
    .close-btn-chapter {

    position: absolute;

    top: -5px;

    right: 14px !important;

    font-size: 20px;

    border-bottom: none !important;

}



a.close_btn_inner {

    right: 0px;

    position: absolute !important;

    border-bottom: none !important;

}



i.fa.fa-times {

    font-size: 24px !important;

}



ul .close-btn-chapter a.active {

    color: #ffffff !important;

}


    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .megamenu-content {
        border: 0;
        box-shadow: none;
    }
}

.horizontalMenu ul li a.btn {
    font-size: 14px !important;
    margin: 8px 0;
}

@media (min-width: 992px) {
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .horizontalMenu>.horizontalMenu-list>li:hover>ul.sub-menu,
    .horizontalMenu>.horizontalMenu-list>li:hover>.horizontal-megamenu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.4s, opacity 0.4s;
        -ms-transition: -ms-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.4s, opacity 0.4s;
        -ms-transition: -ms-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .header-style1 .horizontalMenu>.horizontalMenu-list>li {
        padding: 1rem 0;
    }

    .header-style1 .horizontalMenu>.horizontalMenu-list.browse>li {
        padding: 1rem 0;
    }
}

.sticky-wrapper.is-sticky .horizontalMenu-list {
    padding-top: 0rem !important;
}

.bg-background-1 .header-style.horizontal-main .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu,
.bg-background-1 .header-style.horizontal-main .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    top: 53px;
}

.map-2.header-style.horizontal-main .horizontalMenu>.horizontalMenu-list>li>a {
    color: #5c5776;
}

@media (max-width: 991px) {
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li {
        position: relative;
        margin: 0;
        padding: 0px;
        display: block;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        margin: 0 5px;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        margin: 0 5px;
    }

    .active .bg-background-1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a,
    .active .bg-background3 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a,
    .active .banner1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a {
        color: #5c5776;
    }

    .active .bg-background-1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a.active,
    .active .banner1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li>a.active {
        color: #fff !important;
    }

    .active .bg-background-1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li:hover>a.active,
    .active .banner1 .sticky-wrapper .horizontalMenu>.horizontalMenu-list>li:hover>a.active {
        color: #fff;
    }
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a i {
    color: #fff;
}

.icons-list {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ededf5;
    border-left: 1px solid #ededf5;
}

.icons-list>li {
    -ms-flex: 1 0 4rem;
    flex: 1 0 4rem;
}

.icons-list-wrap {
    overflow: hidden;
}

.icons-list-item {
    text-align: center;
    height: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #ededf5;
    border-bottom: 1px solid #ededf5;
}

.icons-list-item i {
    font-size: 1.05rem;
}

.item-card .cardbody {
    position: relative;
    padding: 30px 15px;
    border-radius: 0 0 .2rem .2rem;
}

.item-card .cardtitle span {
    display: block;
    font-size: .75rem;
}

.item-card .cardtitle a {
    color: #5c5776;
    font-weight: 500;
    text-decoration: none;
}

.item-card .cardprice {
    position: absolute;
    top: 30px;
    right: 15px;
}

.item-card .cardprice span {
    display: block;
    color: #5c5776;
}

.item-card .cardprice span.type--strikethrough {
    opacity: .7;
    text-decoration: line-through;
}

@media (max-width: 400px) {
    .item-search-menu ul li a {
        width: 100%;
        display: block;
        margin: 0 0 8px 0 !important;
    }
}

.item-box .item-box-wrap {
    margin-top: 15px;
}

.item-box .item-box-wrap h5 {
    font-size: 20px;
    font-weight: 600;
}

.item-card {
    overflow: hidden;
    border-radius: 7px;
}

.item-card .item-card-desc:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(42, 16, 25, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 7px;
}

.card .item-card {
    border: 0;
}

.item-card-desc {
    position: relative;
}

.item-card-desc a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.item-card .item-card-desc .item-card-text {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.item-card .item-card-desc .item-card-text.item-card-text-footer {
    background: rgba(40, 40, 52, 0.45);
    bottom: 0;
    top: auto;
    text-align: left;
    padding: 15px 25px;
}

.item-card .item-card-desc .item-card-text.item-card-text-footer h4 {
    font-size: 18px !important;
}

.item-card .item-card-desc .item-card-text.item-card-text-footer .fs-30 {
    font-size: 18px !important;
}

.item-card .item-card-desc .item-card-text.item-card-text-footer span {
    margin: 0;
}

.item-card-text span {
    font-size: 16px;
    margin: .5rem;
    font-weight: 400;
}

.item-card-text h4 {
    font-size: 22px;
    font-weight: 400;
}

.item-card .item-card-btn {
    padding: 0;
    margin: 0;
    opacity: 0;
    left: 37.7%;
    text-align: center;
    position: absolute;
    bottom: -30px;
    z-index: 1;
    transition: all .5s ease 0s;
}

.item-card:hover .item-card-btn {
    opacity: 1;
    bottom: 25%;
}

.item-card:hover .data1 .item-card-img img {
    transform: scale(1);
}

.item-card .item-card-btn a {
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

.item-card .item-card-btn a:after,
.item-card .item-card-btn a:before {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.item-card .item-card-btn a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}

.item-card2-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 98;
}

.item-card2 .item-card2-text h4 {
    font-size: 20px;
}

.item-card2 ul li a {
    color: #5c5776;
}

.item-card2 ul li a i {
    color: #5c5776;
}

.item-card2-icons a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.1rem;
    border-radius: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
}

.item-card2-icons a:hover {
    color: #fff;
}

.bg-black-trasparant {
    background: rgba(0, 0, 0, 0.5);
}

.item-list .list-group-item {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ededf5;
}

.item-list .list-group-item i {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}

.item-user .item-user-icons a {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.5rem;
    margin-top: .3rem;
    font-size: 16px;
    background: #f5f4f9;
}

.item-user .item-user-icons a:hover {
    color: #001935;
}

.item-card3-desc img {
    border: 3px solid #fff;
}

.item-card3-desc h4 {
    position: relative;
    top: 5px;
}

.item-card4-img a {
    position: absolute;
    top: 35px;
    left: 30px;
}

.item-card5-img a {
    position: absolute;
    right: 12px;
    top: 15px;
}

.item-card5-icon a {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    border-radius: 50px;
    background: #ededf5;
    color: #5c5776;
}

.item-card6-img img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.item-card6-footer .item-card6-body {
    padding: 10px;
}

.item-search-menu ul li .active {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 7px 7px 0 0;
}

.item-search-menu ul li a {
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    background: 0 0;
    margin: 0 5px;
    border-radius: 3px 3px 0 0;
}

.tab-content.index-search-select .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 1.5rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    color: #fff;
}

.item-all-cat .category-type .item-all-card img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    padding: 2.3rem 0;
}

.item-all-cat .row .item-all-card {
    margin-bottom: 1.5rem;
}

.item-all-cat .row .item-all-card:hover {
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
}

.item-all-card {
    overflow: hidden;
}

.item-all-card:before {
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    bottom: -40px;
    position: absolute;
    display: block;
    opacity: 0.03;
    background: url(../images/png/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.item-all-card.item-all-card2:before {
    display: none !important;
}

.item-all-cat .item-all-card a.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-all-card img.imag-service {
    width: 40%;
}

.item-card7-overlaytext {
    position: relative;
}

.item-card7-imgs .bdir {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 3px 7px;
    z-index: 2;
}

.item-card7-overlaytext a {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 5px;
}

.item-card7-overlaytext a span {
    padding: 4px 10px;
    display: inline-block;
}

.item-card7-overlaytext h4 {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #fff;
    z-index: 2;
    padding: 5px;
    border-radius: 3px;
}

.item-card7-imgs {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.item-card7-imgs:before {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.item-card8-img,
.item-card7-img,
.item-card9-img {
    height: 150px;
}

.item-card-badge {
    display: inline-block;
    padding: 4px 10px 4px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 7px;
    color: #18113c;
    background: #f5f4f9;
}

.item-card-badge i {
    color: #5c5776;
}

.item-card8-imgs {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.item-card8-imgs img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-card8-imgs:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(25, 36, 79, 0.3);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.item-card8-overlaytext {
    position: relative;
}

.item-card8-overlaytext h6 {
    position: absolute;
    bottom: 21px;
    left: 21px;
    z-index: 2;
    padding: 8px;
    color: #fff;
    border-radius: 3px;
}

.item-card2-img:before {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.item-card7-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-card7-imgs a i {
    margin: 0 auto;
    top: 35%;
    font-size: 40px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    position: absolute;
}

@media (min-width: 569px) and (max-width: 767px) {
    .item-card7-imgs a i {
        top: 29%;
    }
}

.item-card9-img .item-card9-imgs a,
.item-card9-img .item-card9-imgs1 a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.item-card9-img .item-card9-imgs a i,
.item-card9-img .item-card9-imgs1 a i {
    margin: 0 auto;
    top: 35%;
    font-size: 40px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    position: absolute;
}

.item-card2-img a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-card2-img a i {
    margin: 0 auto;
    top: 35%;
    font-size: 40px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    position: absolute;
}

.item-card7-desc ul li {
    margin-right: 1rem;
    font-size: 13px;
}

.item-card7-desc ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.item1-card-img img {
    border: 1px solid #ededf5;
    margin: 0 auto;
    padding: 5px;
}

.item1-card .item1-card-info .item1-card-icons li {
    display: inline-block;
    margin-right: 15px;
}

.item1-tab-heading {
    padding: 15px;
    border: 1px solid #ededf5;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-table;
}

.item1-tabs-menu ul li a {
    padding: 10px 20px 11px 20px;
}

.item1-tabs-menu ul li .active {
    color: #fff;
    border-radius: 25px;
}

.item-video a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    background: #fff;
    color: #5c5776;
    font-size: 25px;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.item-video i {
    margin-left: 5px;
}

.item2-card .item2-card-img {
    border: 1px solid #ededf5;
    padding: 5px;
}

.item2-card .item2-card-img img {
    width: 200px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.item2-card-info {
    padding-top: 15px;
}

.item2-btn {
    padding-top: 40px;
}

.items-gallery .tab-content {
    padding: 15px;
    text-align: initial;
}

/* .item2-gl .item2-gl-nav select {
    width: 20%;
} */

.item2-gl-nav {
    padding: 15px;
    border: 1px solid #ededf5;
    border-radius: 7px;
    background: #fbf8fd;
}

.item2-gl-nav .item2-gl-menu {
    margin-right: 10px;
    /* margin-top: 54px; */
    border: 1px solid #ededf5;
    border-radius: 7px;
}

.item2-gl-nav .item2-gl-menu li a {
    color: #5c5776;
}

.item2-gl-nav .item2-gl-menu li a i {
    padding: 8px 15px;
    font-size: 21px;
    border-radius: 7px;
}

.item2-gl .tab-content {
    padding-top: 1.5rem;
    text-align: initial;
}

.item-card9-img {
    position: relative;
    height: 100%;
}
.item-card9-img.width320{
    width:320px;
}

.item-card9-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 98;
}

.item-card9-icons a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    border-radius: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.item-card9-icons a:hover {
    color: #fff;
}

.item-card9-cost h3 {
    margin-top: 5px;
}

.item-card9-imgs,
.item-card9-imgs1 {
    position: relative;
}

.item-card9-imgs a,
.item-card9-imgs1 a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-card9-desc ul {
    display: inline-flex;
    margin-bottom: 0;
}

.item-card9-desc ul li {
    width: 50%;
    float: left;
}

.item-card9-desc .icon-card {
    margin: 0px !important;
    display: inline-block !important;
}

.item-card9-desc .icon-card li {
    float: left;
    font-size: 13px;
    width: 50%;
    margin-bottom: .5rem;
}

.item3-medias .item3-lists li {
    margin-right: 5px;
}

.item3-medias .item3-lists li a {
    padding: 5px 4px 5px 0;
    font-size: 12px;
}

.item3-medias .item3-lists li i {
    margin-right: 5px;
}

.item-card2-text h4 {
    font-weight: 600;
}

.item-card2-desc p {
    color: #5c5776;
    font-size: 16px;
    line-height: 21px;
}

.item-all-cat .item-all-card {
    border: 1px solid #ededf5;
    box-shadow: 0 10px 23px rgba(214, 215, 242, 0.6);
}

.item-all-cat .item-all-card a:hover .item-all-text h5 {
    color: #5c5776 !important;
}

.item-all-cat .category-type .item-all-card:hover {
    background: #f5f4f9;
}

.index-search-select .select2 {
    width: 100% !important;
}

@media (max-width: 767px) {
    .item2-gl-nav {
        display: block !important;
    }

    .item2-gl-nav .item2-gl-menu li {
        text-align: center;
        margin-bottom: 10px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .item2-gl-nav label {
        display: block;
        float: none;
        text-align: center;
        width: 30%;
    }

    .item2-gl-nav .d-flex {
        text-align: center;
        width: 100%;
    }

    .item2-gl-nav .form-control.select-sm.w-70 {
        width: 70% !important;
    }
}

@media (max-width: 320px) {

    .item-card7-desc ul li,
    .item-card2-desc ul li {
        font-size: 11px;
    }

    .item-card .item-card-desc .item-card-text {
        top: 5.5rem !important;
    }

    .item7-card-desc a {
        font-size: 11px;
    }
}

.item-single .item-single-desc .item-single-desc-list .listunorder {
    border: 0;
    padding: 5px;
    margin-bottom: 0;
    font-size: 15px;
}

.item-card2-img {
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.item-card2-desc ul li {
    margin-right: 1.5rem;
    font-size: 13px;
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: .5rem;
}

.item-card2-desc ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.item-card2-desc ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.item7-card-desc a:first-child {
    margin-right: 1rem;
}

.item7-card-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.item7-card-img.about-img img {
    height: 600px;
}


.item7-card-img a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-cards7-ic {
    display: inline-block;
}

.item-cards7-ic.realestate-list li {
    width: 50%;
}

.item-cards7-ic.realestate-list li a {
    color: #5c5776;
}

.item-cards7-ic.realestate-list li a i {
    width: 1rem;
}

.item-cards7-ic li {
    float: left;
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: .5rem;
}

.item7-card-text span {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.item7-card-text span.badge {
    line-height: 1.5;
}

.item-card-img {
    overflow: hidden;
}

.item-card .item-card-desc img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}

.item-card .item-card-desc:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.item-card7-imgs img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-card7-imgs:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-card9-imgs,
.item-card9-imgs1 {
    overflow: hidden;
}

.item-card9-imgs img,
.item-card9-imgs1 img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-card2 p.leading-tight {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-card9-imgs:hover img,
.item-card9-imgs1:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-card9 h3 {
    font-size: 1.3rem !important;
}

.item-card9 p {
    font-size: 16px;
    line-height: 21px;
}

.item-card2-img img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-card2-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.item1-links a {
    padding: .75rem 1.25rem;
    font-weight: 400;
    font-size: .875rem;
    color: #5c5776;
}

.item1-links a.active {
    font-weight: 400;
    font-size: .875rem;
}

.item-user span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f5f4f9;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    padding: 12px;
}

@media (max-width: 767px) {
    .item-user .profile-pic .d-md-flex .ml-4 {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

.item-card7-img {
    position: relative;
    border-radius: 3px 3px 0px 0;
    overflow: hidden;
}

.item-card7-img:before {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.item-card7-desc p {
    font-size: 16px;
    line-height: 21px;
}

.item-card7-text {
    margin-bottom: 12px !important;
}

.item-card7-text h4 {
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px !important;
}

.item-card7-img a:hover {
    color: #fff;
}

.item-card7-img h4 {
    margin: 2px;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    float: right;
}

@media (max-width: 767px) {
    .item2-gl-nav .item2-gl-menu {
        display: none;
    }

    .item2-gl-nav h6 {
        margin-bottom: 20px !important;
    }
}

.iteam-all-icon,
::-ms-backdrop {
    height: 100%;
}

.item-overly-trans .rating-stars {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    padding: 5px;
}

.item-overly-trans a {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    background: #f5f4f9;
    color: #fff;
    border-radius: 3px;
    padding: 1px 10px;
}

.item-overly-trans .rating-stars .rating-stars-container .rating-star.sm {
    color: rgba(255, 255, 255, 0.5);
}

.item-overly-trans .rating-stars .rating-stars-container .rating-star.is--active {
    color: #5c5776;
}

.rating-stars .rating-stars-container .rating-star.is--hover {
    color: #5c5776;
}

.item-tag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 0;
}

.item-tag h4 {
    margin: 2px;
    color: #fff;
    background: #f84242;
    padding: 5px;
    border-radius: 3px;
    float: right;
}

.item-card7-icons {
    position: absolute;
    bottom: 12px;
    left: 15px;
    z-index: 0;
}

.item-card7-icons a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.1rem;
    color: #fff;
    background: #f5f4f9;
    margin-right: -2px;
    border: 1px solid #ededf5;
}

.item-card7-icons a:first-child {
    border-radius: 8px 0 0 8px;
}

.item-card7-icons a:last-child {
    border-radius: 0 8px 8px 0;
}

.item-card7-icons a:hover {
    color: #fff;
}

.item-overly-trans .rating-stars {
    position: absolute;
    bottom: 12px;
    left: 15px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 5px;
}

.item-tags {
    position: absolute;
    bottom: 12px;
    left: 10px;
    z-index: 98;
}

.item-tags .tag-option {
    margin: 5px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.item:hover .card {
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0);
}

.item-card7-imgs:hover a,
.item-card2-img:hover a {
    background: transparent;
}

.item-card7-overlaytext h4 {
    background: #f84242;
}

.item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 1.5rem;
    border-radius: 7px;
    margin-bottom: 10px;
    color: #fff;
}

.item-all-cat .category-type .item-all-card img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    padding: 2.3rem 0;
}

.item-all-cat .row .item-all-card {
    margin-bottom: 1.5rem;
}

.item-all-cat .item-all-card a.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-all-card img.imag-service {
    width: 40%;
}

.item-card7-img h4 {
    background: #f84242;
}

.item-card2-footer a.btn {
    margin: 3px 0;
}

.item-card9-icons2 {
    position: absolute;
    bottom: 11px;
    right: 15px;
    z-index: 98;
}

.item-card9-icons2 a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.1rem;
    border-radius: 50px;
    color: #18113c;
    background: #eff0ff;
}

.item-overly-trans2 a {
    position: absolute;
    top: 24px;
    right: 15px;
    z-index: 2;
    border-radius: 7px;
}

.item-card-text-bottom {
    position: absolute;
    bottom: 0px;
    padding: 15px 30px;
    right: 0;
    font-size: 18px;
    border-radius: 7px 0 7px 0;
    z-index: 1;
    margin-right: 24px;
    transition: all 0.3s;
}

.item-card-text-bottom h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.item-card-text-bottom h5 {
    font-size: 13px;
    margin-top: 10px;
}

.item-card .item-card-btn.data-1 {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: auto;
}

@keyframes bounce {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
    }

    90% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
    }

    90% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.lds-heart {
    position: relative;
    width: 64px;
    height: 64px;
    transform: rotate(45deg);
    transform-origin: 32px 32px;
    margin: 100px auto;
}

.lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
}

.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }

    5% {
        transform: scale(1.1);
    }

    39% {
        transform: scale(0.85);
    }

    45% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(0.9);
    }
}

.lds-ring {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 100px auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#sidebar .dropdown-menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 12rem;
}

#sidebar .accordion-toggle i {
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px !important;
    border-radius: 50%;
}

#sidebar ul li.active>a:hover {
    background: rgba(0, 0, 0, 0.01);
    border-radius: 7px;
}

.overflow-hidden {
    overflow: hidden;
}

#sidebar ul li a {
    color: #bec8d6;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#sidebar ul li a .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
}

#sidebar li a[aria-expanded=true] {
    background: #0d102c;
    color: #fff;
    box-shadow: 0 0 10px #9ecaed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#sidebar li a[aria-expanded=true].active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    display: block;
    box-shadow: 0 0 14px 0 #0f75ff;
}

#sidebar .collapse li a:hover {
    background: rgba(0, 0, 0, 0.01);
    border-radius: 7px;
}

/* ###### lib ####### */

.checkbox {
    font-weight: 400;
    position: relative;
    display: block;
    line-height: 18px;
}

.checkbox span {
    padding-left: 15px;
}

.checkbox span:empty {
    float: left;
}

.checkbox span:after {
    line-height: 18px;
    position: absolute;
}

.checkbox span:before {
    line-height: 18px;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #ededf5;
    border: 1px solid #ededf5;
    top: 1px;
    left: 0;
}

.checkbox span:after {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 9px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    display: none;
}

.checkbox input[type=checkbox] {
    opacity: 0;
    margin: 0 5px 0 0;
}

.checkbox input[type=checkbox]:checked+span:after {
    display: block;
}

.checkbox input[type=checkbox][disabled]+span {
    opacity: .75;
}

.checkbox input[type=checkbox][disabled]+span:after,
.checkbox input[type=checkbox][disabled]+span:before {
    opacity: .75;
}

.checkbox-inline {
    display: inline-block;
}

.form-checkbox .custom-control-label::before {
    border-radius: 3px;
}

.br.form-checkbox .custom-control-label::before {
    border-radius: 50px;
}

.form-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.form-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: #6964f7;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

/* .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
} */

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #c2b8f2;
    border: #ededf5;
}

.custom-control-input.is-valid~.custom-control-label {
    color: #21b632;
}

.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #9eff3b;
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #78ed00;
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #ededf5, 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f84242;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #ec8080;
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e23e3d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #ededf5, 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
}

.form-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    font-size: 12px;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #d4e1f4;
}

.custom-control-input:disabled~.custom-control-label {
    color: #868e96;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #ededf5;
}

.custom-control-label {
    margin-bottom: 0;
    position: static !important;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ededf5;
}

.custom-control-label::after {
    position: absolute;
    top: 0.22rem;
    left: 0.11rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem;
}

.custom-control-label {
    vertical-align: middle;
}

.custom-control-label:before {
    border: 1px solid rgba(167, 180, 201, 0.5);
    background-color: #fff;
    background-size: .5rem;
}

.custom-control-description {
    line-height: 1.5rem;
}

.custom-control-label,
::-ms-backdrop {
    position: static;
}

.form-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 2.375rem;
    overflow: hidden;
    padding: 0;
    border: 0;
}

.form-range:focus {
    outline: 0;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none;
}

.form-range::-webkit-slider-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ededf5;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none;
}

.form-range::-moz-range-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ededf5;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}

.form-range::-ms-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

.form-range::-ms-fill-lower {
    background-color: #ededf5;
    border-radius: 1rem;
}

.form-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #ededf5;
    border-radius: 1rem;
}

.form-range:focus {
    box-shadow: none;
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb,
.form-range:focus::-moz-range-thumb,
.form-range:focus::-ms-thumb {
    border-color: #096cf7;
    background-color: #096cf7;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-runnable-track {
    background: #096cf7;
    content: '';
    height: 2px;
    pointer-events: none;
}

.form-range::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 50px;
    box-shadow: 1px 0 0 -6px rgba(0, 50, 126, 0.12), 6px 0 0 -6px rgba(0, 50, 126, 0.12), 7px 0 0 -6px rgba(0, 50, 126, 0.12), 8px 0 0 -6px rgba(0, 50, 126, 0.12), 9px 0 0 -6px rgba(0, 50, 126, 0.12), 10px 0 0 -6px rgba(0, 50, 126, 0.12), 11px 0 0 -6px rgba(0, 50, 126, 0.12), 12px 0 0 -6px rgba(0, 50, 126, 0.12), 13px 0 0 -6px rgba(0, 50, 126, 0.12), 14px 0 0 -6px rgba(0, 50, 126, 0.12), 15px 0 0 -6px rgba(0, 50, 126, 0.12), 16px 0 0 -6px rgba(0, 50, 126, 0.12), 17px 0 0 -6px rgba(0, 50, 126, 0.12), 18px 0 0 -6px rgba(0, 50, 126, 0.12), 19px 0 0 -6px rgba(0, 50, 126, 0.12), 20px 0 0 -6px rgba(0, 50, 126, 0.12), 21px 0 0 -6px rgba(0, 50, 126, 0.12), 22px 0 0 -6px rgba(0, 50, 126, 0.12), 23px 0 0 -6px rgba(0, 50, 126, 0.12), 24px 0 0 -6px rgba(0, 50, 126, 0.12), 25px 0 0 -6px rgba(0, 50, 126, 0.12), 26px 0 0 -6px rgba(0, 50, 126, 0.12), 27px 0 0 -6px rgba(0, 50, 126, 0.12), 28px 0 0 -6px rgba(0, 50, 126, 0.12), 29px 0 0 -6px rgba(0, 50, 126, 0.12), 30px 0 0 -6px rgba(0, 50, 126, 0.12), 31px 0 0 -6px rgba(0, 50, 126, 0.12), 32px 0 0 -6px rgba(0, 50, 126, 0.12), 33px 0 0 -6px rgba(0, 50, 126, 0.12), 34px 0 0 -6px rgba(0, 50, 126, 0.12), 35px 0 0 -6px rgba(0, 50, 126, 0.12), 36px 0 0 -6px rgba(0, 50, 126, 0.12), 37px 0 0 -6px rgba(0, 50, 126, 0.12), 38px 0 0 -6px rgba(0, 50, 126, 0.12), 39px 0 0 -6px rgba(0, 50, 126, 0.12), 40px 0 0 -6px rgba(0, 50, 126, 0.12), 41px 0 0 -6px rgba(0, 50, 126, 0.12), 42px 0 0 -6px rgba(0, 50, 126, 0.12), 43px 0 0 -6px rgba(0, 50, 126, 0.12), 44px 0 0 -6px rgba(0, 50, 126, 0.12), 45px 0 0 -6px rgba(0, 50, 126, 0.12), 46px 0 0 -6px rgba(0, 50, 126, 0.12), 47px 0 0 -6px rgba(0, 50, 126, 0.12), 48px 0 0 -6px rgba(0, 50, 126, 0.12), 49px 0 0 -6px rgba(0, 50, 126, 0.12), 50px 0 0 -6px rgba(0, 50, 126, 0.12), 51px 0 0 -6px rgba(0, 50, 126, 0.12), 52px 0 0 -6px rgba(0, 50, 126, 0.12), 53px 0 0 -6px rgba(0, 50, 126, 0.12), 54px 0 0 -6px rgba(0, 50, 126, 0.12), 55px 0 0 -6px rgba(0, 50, 126, 0.12), 56px 0 0 -6px rgba(0, 50, 126, 0.12), 57px 0 0 -6px rgba(0, 50, 126, 0.12), 58px 0 0 -6px rgba(0, 50, 126, 0.12), 59px 0 0 -6px rgba(0, 50, 126, 0.12), 60px 0 0 -6px rgba(0, 50, 126, 0.12), 61px 0 0 -6px rgba(0, 50, 126, 0.12), 62px 0 0 -6px rgba(0, 50, 126, 0.12), 63px 0 0 -6px rgba(0, 50, 126, 0.12), 64px 0 0 -6px rgba(0, 50, 126, 0.12), 65px 0 0 -6px rgba(0, 50, 126, 0.12), 66px 0 0 -6px rgba(0, 50, 126, 0.12), 67px 0 0 -6px rgba(0, 50, 126, 0.12), 68px 0 0 -6px rgba(0, 50, 126, 0.12), 69px 0 0 -6px rgba(0, 50, 126, 0.12), 70px 0 0 -6px rgba(0, 50, 126, 0.12), 71px 0 0 -6px rgba(0, 50, 126, 0.12), 72px 0 0 -6px rgba(0, 50, 126, 0.12), 73px 0 0 -6px rgba(0, 50, 126, 0.12), 74px 0 0 -6px rgba(0, 50, 126, 0.12), 75px 0 0 -6px rgba(0, 50, 126, 0.12), 76px 0 0 -6px rgba(0, 50, 126, 0.12), 77px 0 0 -6px rgba(0, 50, 126, 0.12), 78px 0 0 -6px rgba(0, 50, 126, 0.12), 79px 0 0 -6px rgba(0, 50, 126, 0.12), 80px 0 0 -6px rgba(0, 50, 126, 0.12), 81px 0 0 -6px rgba(0, 50, 126, 0.12), 82px 0 0 -6px rgba(0, 50, 126, 0.12), 83px 0 0 -6px rgba(0, 50, 126, 0.12), 84px 0 0 -6px rgba(0, 50, 126, 0.12), 85px 0 0 -6px rgba(0, 50, 126, 0.12), 86px 0 0 -6px rgba(0, 50, 126, 0.12), 87px 0 0 -6px rgba(0, 50, 126, 0.12), 88px 0 0 -6px rgba(0, 50, 126, 0.12), 89px 0 0 -6px rgba(0, 50, 126, 0.12), 90px 0 0 -6px rgba(0, 50, 126, 0.12), 91px 0 0 -6px rgba(0, 50, 126, 0.12), 92px 0 0 -6px rgba(0, 50, 126, 0.12), 93px 0 0 -6px rgba(0, 50, 126, 0.12), 94px 0 0 -6px rgba(0, 50, 126, 0.12), 95px 0 0 -6px rgba(0, 50, 126, 0.12), 96px 0 0 -6px rgba(0, 50, 126, 0.12), 97px 0 0 -6px rgba(0, 50, 126, 0.12), 98px 0 0 -6px rgba(0, 50, 126, 0.12), 99px 0 0 -6px rgba(0, 50, 126, 0.12), 100px 0 0 -6px rgba(0, 50, 126, 0.12), 101px 0 0 -6px rgba(0, 50, 126, 0.12), 102px 0 0 -6px rgba(0, 50, 126, 0.12), 103px 0 0 -6px rgba(0, 50, 126, 0.12), 104px 0 0 -6px rgba(0, 50, 126, 0.12), 105px 0 0 -6px rgba(0, 50, 126, 0.12), 106px 0 0 -6px rgba(0, 50, 126, 0.12), 107px 0 0 -6px rgba(0, 50, 126, 0.12), 108px 0 0 -6px rgba(0, 50, 126, 0.12), 109px 0 0 -6px rgba(0, 50, 126, 0.12), 110px 0 0 -6px rgba(0, 50, 126, 0.12), 111px 0 0 -6px rgba(0, 50, 126, 0.12), 112px 0 0 -6px rgba(0, 50, 126, 0.12), 113px 0 0 -6px rgba(0, 50, 126, 0.12), 114px 0 0 -6px rgba(0, 50, 126, 0.12), 115px 0 0 -6px rgba(0, 50, 126, 0.12), 116px 0 0 -6px rgba(0, 50, 126, 0.12), 117px 0 0 -6px rgba(0, 50, 126, 0.12), 118px 0 0 -6px rgba(0, 50, 126, 0.12), 119px 0 0 -6px rgba(0, 50, 126, 0.12), 120px 0 0 -6px rgba(0, 50, 126, 0.12), 121px 0 0 -6px rgba(0, 50, 126, 0.12), 122px 0 0 -6px rgba(0, 50, 126, 0.12), 123px 0 0 -6px rgba(0, 50, 126, 0.12), 124px 0 0 -6px rgba(0, 50, 126, 0.12), 125px 0 0 -6px rgba(0, 50, 126, 0.12), 126px 0 0 -6px rgba(0, 50, 126, 0.12), 127px 0 0 -6px rgba(0, 50, 126, 0.12), 128px 0 0 -6px rgba(0, 50, 126, 0.12), 129px 0 0 -6px rgba(0, 50, 126, 0.12), 130px 0 0 -6px rgba(0, 50, 126, 0.12), 131px 0 0 -6px rgba(0, 50, 126, 0.12), 132px 0 0 -6px rgba(0, 50, 126, 0.12), 133px 0 0 -6px rgba(0, 50, 126, 0.12), 134px 0 0 -6px rgba(0, 50, 126, 0.12), 135px 0 0 -6px rgba(0, 50, 126, 0.12), 136px 0 0 -6px rgba(0, 50, 126, 0.12), 137px 0 0 -6px rgba(0, 50, 126, 0.12), 138px 0 0 -6px rgba(0, 50, 126, 0.12), 139px 0 0 -6px rgba(0, 50, 126, 0.12), 140px 0 0 -6px rgba(0, 50, 126, 0.12), 141px 0 0 -6px rgba(0, 50, 126, 0.12), 142px 0 0 -6px rgba(0, 50, 126, 0.12), 143px 0 0 -6px rgba(0, 50, 126, 0.12), 144px 0 0 -6px rgba(0, 50, 126, 0.12), 145px 0 0 -6px rgba(0, 50, 126, 0.12), 146px 0 0 -6px rgba(0, 50, 126, 0.12), 147px 0 0 -6px rgba(0, 50, 126, 0.12), 148px 0 0 -6px rgba(0, 50, 126, 0.12), 149px 0 0 -6px rgba(0, 50, 126, 0.12), 150px 0 0 -6px rgba(0, 50, 126, 0.12), 151px 0 0 -6px rgba(0, 50, 126, 0.12), 152px 0 0 -6px rgba(0, 50, 126, 0.12), 153px 0 0 -6px rgba(0, 50, 126, 0.12), 154px 0 0 -6px rgba(0, 50, 126, 0.12), 155px 0 0 -6px rgba(0, 50, 126, 0.12), 156px 0 0 -6px rgba(0, 50, 126, 0.12), 157px 0 0 -6px rgba(0, 50, 126, 0.12), 158px 0 0 -6px rgba(0, 50, 126, 0.12), 159px 0 0 -6px rgba(0, 50, 126, 0.12), 160px 0 0 -6px rgba(0, 50, 126, 0.12), 161px 0 0 -6px rgba(0, 50, 126, 0.12), 162px 0 0 -6px rgba(0, 50, 126, 0.12), 163px 0 0 -6px rgba(0, 50, 126, 0.12), 164px 0 0 -6px rgba(0, 50, 126, 0.12), 165px 0 0 -6px rgba(0, 50, 126, 0.12), 166px 0 0 -6px rgba(0, 50, 126, 0.12), 167px 0 0 -6px rgba(0, 50, 126, 0.12), 168px 0 0 -6px rgba(0, 50, 126, 0.12), 169px 0 0 -6px rgba(0, 50, 126, 0.12), 170px 0 0 -6px rgba(0, 50, 126, 0.12), 171px 0 0 -6px rgba(0, 50, 126, 0.12), 172px 0 0 -6px rgba(0, 50, 126, 0.12), 173px 0 0 -6px rgba(0, 50, 126, 0.12), 174px 0 0 -6px rgba(0, 50, 126, 0.12), 175px 0 0 -6px rgba(0, 50, 126, 0.12), 176px 0 0 -6px rgba(0, 50, 126, 0.12), 177px 0 0 -6px rgba(0, 50, 126, 0.12), 178px 0 0 -6px rgba(0, 50, 126, 0.12), 179px 0 0 -6px rgba(0, 50, 126, 0.12), 180px 0 0 -6px rgba(0, 50, 126, 0.12), 181px 0 0 -6px rgba(0, 50, 126, 0.12), 182px 0 0 -6px rgba(0, 50, 126, 0.12), 183px 0 0 -6px rgba(0, 50, 126, 0.12), 184px 0 0 -6px rgba(0, 50, 126, 0.12), 185px 0 0 -6px rgba(0, 50, 126, 0.12), 186px 0 0 -6px rgba(0, 50, 126, 0.12), 187px 0 0 -6px rgba(0, 50, 126, 0.12), 188px 0 0 -6px rgba(0, 50, 126, 0.12), 189px 0 0 -6px rgba(0, 50, 126, 0.12), 190px 0 0 -6px rgba(0, 50, 126, 0.12), 191px 0 0 -6px rgba(0, 50, 126, 0.12), 192px 0 0 -6px rgba(0, 50, 126, 0.12), 193px 0 0 -6px rgba(0, 50, 126, 0.12), 194px 0 0 -6px rgba(0, 50, 126, 0.12), 195px 0 0 -6px rgba(0, 50, 126, 0.12), 196px 0 0 -6px rgba(0, 50, 126, 0.12), 197px 0 0 -6px rgba(0, 50, 126, 0.12), 198px 0 0 -6px rgba(0, 50, 126, 0.12), 199px 0 0 -6px rgba(0, 50, 126, 0.12), 200px 0 0 -6px rgba(0, 50, 126, 0.12), 201px 0 0 -6px rgba(0, 50, 126, 0.12), 202px 0 0 -6px rgba(0, 50, 126, 0.12), 203px 0 0 -6px rgba(0, 50, 126, 0.12), 204px 0 0 -6px rgba(0, 50, 126, 0.12), 205px 0 0 -6px rgba(0, 50, 126, 0.12), 206px 0 0 -6px rgba(0, 50, 126, 0.12), 207px 0 0 -6px rgba(0, 50, 126, 0.12), 208px 0 0 -6px rgba(0, 50, 126, 0.12), 209px 0 0 -6px rgba(0, 50, 126, 0.12), 210px 0 0 -6px rgba(0, 50, 126, 0.12), 211px 0 0 -6px rgba(0, 50, 126, 0.12), 212px 0 0 -6px rgba(0, 50, 126, 0.12), 213px 0 0 -6px rgba(0, 50, 126, 0.12), 214px 0 0 -6px rgba(0, 50, 126, 0.12), 215px 0 0 -6px rgba(0, 50, 126, 0.12), 216px 0 0 -6px rgba(0, 50, 126, 0.12), 217px 0 0 -6px rgba(0, 50, 126, 0.12), 218px 0 0 -6px rgba(0, 50, 126, 0.12), 219px 0 0 -6px rgba(0, 50, 126, 0.12), 220px 0 0 -6px rgba(0, 50, 126, 0.12), 221px 0 0 -6px rgba(0, 50, 126, 0.12), 222px 0 0 -6px rgba(0, 50, 126, 0.12), 223px 0 0 -6px rgba(0, 50, 126, 0.12), 224px 0 0 -6px rgba(0, 50, 126, 0.12), 225px 0 0 -6px rgba(0, 50, 126, 0.12), 226px 0 0 -6px rgba(0, 50, 126, 0.12), 227px 0 0 -6px rgba(0, 50, 126, 0.12), 228px 0 0 -6px rgba(0, 50, 126, 0.12), 229px 0 0 -6px rgba(0, 50, 126, 0.12), 230px 0 0 -6px rgba(0, 50, 126, 0.12), 231px 0 0 -6px rgba(0, 50, 126, 0.12), 232px 0 0 -6px rgba(0, 50, 126, 0.12), 233px 0 0 -6px rgba(0, 50, 126, 0.12), 234px 0 0 -6px rgba(0, 50, 126, 0.12), 235px 0 0 -6px rgba(0, 50, 126, 0.12), 236px 0 0 -6px rgba(0, 50, 126, 0.12), 237px 0 0 -6px rgba(0, 50, 126, 0.12), 238px 0 0 -6px rgba(0, 50, 126, 0.12), 239px 0 0 -6px rgba(0, 50, 126, 0.12), 240px 0 0 -6px rgba(0, 50, 126, 0.12);
    margin-top: -6px;
    border: 1px solid rgba(0, 30, 75, 0.12);
    transition: .3s border-color, .3s background-color;
}

.form-range::-moz-range-track {
    width: 240px;
    height: 2px;
    background: rgba(0, 50, 126, 0.12);
}

.form-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid rgba(0, 30, 75, 0.12);
    position: relative;
    transition: .3s border-color, .3s background-color;
}

.form-range::-moz-range-progress {
    height: 2px;
    background: #096cf7;
    border: 0;
    margin-top: 0;
}

.form-range::-ms-track {
    background: 0 0;
    border: 0;
    border-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: transparent;
    height: 2px;
    margin-top: 10px;
    width: 240px;
}

.form-range::-ms-thumb {
    width: 240px;
    height: 2px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid rgba(0, 30, 75, 0.12);
    transition: .3s border-color, .3s background-color;
}

.form-range::-ms-fill-lower {
    background: #096cf7;
    border-radius: 0;
}

.form-range::-ms-fill-upper {
    background: rgba(0, 50, 126, 0.12);
    border-radius: 0;
}

.form-range::-ms-tooltip {
    display: none;
}

.form-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.form-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-switches-stacked .form-switch {
    margin-bottom: .5rem;
}

.form-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #ededf5;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #ededf5;
    transition: .3s border-color, .3s background-color;
}

.form-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.form-switch-input:checked~.form-switch-indicator:before {
    left: calc(1rem + 1px);
}

.form-switch-description {
    margin-left: .5rem;
    color: #5f6877;
    transition: .3s color;
}

.form-switch-input:checked~.form-switch-description {
    color: #3d4e67;
}

.form-switch {
    padding-left: 0;
}

.ui-datepicker {
    background-color: #ededf5;
    border: 1px solid #ededf5;
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    margin: 5px 0 0;
    display: none;
    width: auto !important;
    border-radius: 8px;
    z-index: 999 !important;
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #473b52;
    padding: 0 0 5px;
    letter-spacing: 1px;
    border: 0;
    background-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    text-indent: -99999px;
    color: #5c5776;
    top: 1px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    text-indent: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before {
    color: #343a40;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before {
    color: #343a40;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    order: 3;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    right: 5px;
    content: '\f105';
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    left: 5px;
    content: '\f104';
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    color: #3d4e67;
    cursor: pointer;
    top: 1px;
    border: 0;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    background-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ui-datepicker .ui-datepicker-calendar th {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 10px;
    color: #a3a7b7;
}

.ui-datepicker .ui-datepicker-calendar td {
    border: 1px solid #f6f7fb;
    padding: 0;
    background-color: #f6f7fb;
    text-align: right;
}

.ui-datepicker .ui-datepicker-calendar td:last-child {
    border-right: 0;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default {
    color: #a8a3b0;
}

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
    transition: all .2s ease-in-out;
    padding: 5px;
    background-color: #fff;
    color: #473b52;
    padding: 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    border-radius: 1px;
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #f0f2f7;
    color: #473b52;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #f8f9fa;
    color: #473b52;
}

@media (max-width: 320px) {
    .ui-datepicker .ui-datepicker-calendar th {
        padding: 4px 0;
        letter-spacing: normal;
    }
}

.ui-datepicker-multi .ui-datepicker-group {
    padding-right: 15px;
    width: auto;
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
    margin: auto;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
    left: 10px;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
    right: 10px;
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0;
}

.ui-datepicker-multi .ui-datepicker-group-last {
    padding-right: 0;
}

.ui-datepicker-inline {
    max-width: 270px;
    border-radius: 12px;
}

.fileinput-button {
    background: none repeat scroll 0 0 #ededf5;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0) scale(4);
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 200px;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }

    .files .progress {
        width: 20px;
    }

    .files .delete {
        width: 60px;
    }
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.range {
    display: table;
    position: relative;
    height: 25px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.range input[type=range] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}

.range input[type=range]::-webkit-slider-thumb,
.range input[type=range]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 11px;
    height: 25px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    background-color: #999;
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: #fff;
    background-color: #999;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.range input[type=range] {
    outline: 0;
}

.range.range-success input[type=range]::-webkit-slider-thumb,
.range.range-success input[type=range]::-moz-slider-thumb {
    background-color: #21b632;
}

.range.range-success output {
    background-color: #21b632;
}

.range.range-success input[type=range] {
    outline-color: #21b632;
}

.range.range-info input[type=range]::-webkit-slider-thumb,
.range.range-info input[type=range]::-moz-slider-thumb {
    background-color: #04b2e5;
}

.range.range-info output {
    background-color: #04b2e5;
}

.range.range-info input[type=range] {
    outline-color: #04b2e5;
}

.range.range-warning input[type=range]::-webkit-slider-thumb,
.range.range-warning input[type=range]::-moz-slider-thumb {
    background-color: #ffa22b;
}

.range.range-warning output {
    background-color: #ffa22b;
}

.range.range-warning input[type=range] {
    outline-color: #ffa22b;
}

.range.range-danger input[type=range]::-webkit-slider-thumb,
.range.range-danger input[type=range]::-moz-slider-thumb {
    background-color: #f84242;
}

.range.range-danger output {
    background-color: #f84242;
}

.range.range-danger input[type=range] {
    outline-color: #f84242;
}

.select2-lg .select2-container .select2-selection--single {
    height: 2.875rem;
}

.select2-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-sm .select2-container .select2-selection--single {
    height: 1.775rem;
}

.select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}

select.form-control.select-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}

select.form-control.select-sm {
    height: 30px;
    padding: 0px 10px 1px 10px;
    line-height: 1;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ededf5;
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #5c5776;
    background-color: #fff;
    border-color: #ededf5;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ededf5;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ededf5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f4f9;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5f4f9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f4f9;
    border: 1px solid #ededf5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
    color: #5c5776;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    width: 100%;
}

.select2-results__option {
    font-size: 13px;
}

.select2-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
}

.top-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px !important;
}

/* ###### template ####### */

.fc-event {
    border: 1px solid #ededf5;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    background: #09acca;
}

.fc-today-button fc-button fc-state-default fc-corner-left fc-corner-right fc-state-disabled:focus {
    border: none !important;
    box-shadow: none !important;
}

.mh-500 {
    max-height: 500px;
}

@media (max-width: 992px) and (min-width: 767px) {
    .map-width {
        display: contents;
    }
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

.modal-header h4.modal-title {
    font-weight: 300;
}

.modal-body label {
    font-weight: 400;
}

.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.user p.u-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.user p.u-designation {
    margin: 0;
    font-size: 11px;
}

hr.divider {
    padding: 0;
    border: none;
    border-top: solid 1px #ededf5;
    color: #333;
    text-align: center;
    margin: .5rem 0;
}

hr.divider:after {
    content: "or";
    display: inline-block;
    position: relative;
    top: -.9em;
    font-size: 1.2em;
    padding: 0 .25em;
    background: #fff;
}

.z-index-10 {
    z-index: 10;
}

::-ms-backdrop {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
}

.ribbon::after,
.ribbon::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
}

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    border-top-color: transparent;
    border-left-color: transparent;
    top: 0;
    right: 50px;
}

.ribbon-top-left::after {
    bottom: 50px;
    left: 0;
}

.ribbon-top-left span {
    right: -8px;
    top: 30px;
    transform: rotate(-45deg);
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    border-top-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: 36px;
}

.ribbon-top-right::after {
    bottom: 36px;
    right: 0;
}

.ribbon-top-right span {
    left: -8px;
    top: 30px;
    transform: rotate(45deg);
}

.ribbon-1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
    color: #fff;
}

.ribbon-1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    z-index: 99;
}

.ribbon-1 span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    z-index: 99;
}

.ribbon-1 span:after {
    position: absolute;
    content: "";
}

.ribbon-1 span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
}

.ribbon-1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
}

.ribbon-1 i {
    color: #fff;
    font-size: 16px;
    padding-left: 7px;
    padding-right: 7px;
}

.ribbon-2 {
    position: absolute;
    top: -6.1px;
    right: 10px;
    color: #fff;
}

.ribbon-2:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #520995;
    z-index: 99;
}

.ribbon-2 span {
    position: relative;
    display: block;
    text-align: center;
    background: #520995;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    z-index: 99;
}

.ribbon-2 span:after {
    position: absolute;
    content: "";
}

.ribbon-2 span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #520995;
}

.ribbon-2 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #520995;
}

.ribbon-2 i {
    color: #fff;
    font-size: 16px;
    padding-left: 7px;
    padding-right: 7px;
}

.ribbon-3 {
    position: absolute;
    top: -6.1px;
    right: 10px;
    color: #fff;
}

.ribbon-3:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #0ccad8;
    z-index: 99;
}

.ribbon-3 span {
    position: relative;
    display: block;
    text-align: center;
    background: #0ccad8;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    z-index: 99;
}

.ribbon-1 span:after {
    position: absolute;
    content: "";
}

.ribbon-3 span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #0ccad8;
}

.ribbon-3 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #0ccad8;
}

.ribbon-3 i {
    color: #fff;
    font-size: 16px;
    padding-left: 7px;
    padding-right: 7px;
}

.arrow-ribbon.bg-secondary:before {
    border-left: 15px solid #0c295a;
}

.user-wideget-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.user-wideget .border-end {
    border-right: 1px solid #f4f4f4;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.widget-user .widget-user-desc {
    margin-top: 0;
    color: #fff;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

.widget-user .user-wideget-footer {
    padding-top: 30px;
}

.widget-info i {
    width: 100px;
    height: 100px;
    padding: 27px 0;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

.widget-info a {
    border-bottom: 1px solid #fff;
}

.widgets-cards .wrp.icon-circle {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin-right: 15px;
}

.widgets-cards .wrp.icon-circle i {
    font-size: 1.6rem;
    color: #fff;
}

.widgets-cards .wrp p {
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.widgets-cards .wrp p:first-child {
    font-weight: 600;
    font-size: 30px;
}

.widgets {
    font-size: 35px;
    padding: 20px;
}

.widgetstext {
    top: 0;
    bottom: 0;
    padding: 20px 40px;
}

.widget-line h4 {
    font-size: 24px;
    font-weight: 600;
}

.widget-line p {
    font-size: 16px;
}

.widget-line-list li {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    padding: 5px 20px 0 15px;
    list-style-type: none;
}

.wideget-user-tab .tabs-menu1 ul li .active {
    border: 0;
    border-radius: 0;
}

.widgetdate {
    float: right;
    border-radius: 4px;
    background: #fff;
    padding: 0 15px;
}

.widgetdate p {
    margin-bottom: 0;
    margin-top: 5px;
}

.widgetdate h6 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

.user-wideget-text {
    position: relative;
    margin-bottom: -38px;
}

.widget-image img {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
}

.wideget-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1.25rem;
}

.wideget-user-desc .wideget-user-img img {
    border-radius: 100%;
}

.wideget-user-desc .user-wrap {
    margin-top: 1.5rem;
}

.wideget-user .wideget-user-icons a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    margin-top: .3rem;
}

.wideget-user .wideget-user-icons a:hover {
    color: #fff;
}

.wideget-user-tab .tab-menu-heading {
    padding: 0;
    border: 0;
}

.wideget-user-tab .tab-menu-heading .nav li a {
    color: #5c5776;
    font-size: 15px;
    font-weight: 400;
}

.wideget-user-tab .tabs-menu1 ul li a {
    padding: 10px 20px;
}

.widgets-cards .widgets-cards-data {
    margin-top: 8px;
}

.widgets-cards .widgets-cards-data .wrp p:first-child {
    font-size: 20px;
    font-weight: 600;
}

.widget-spec li {
    margin-bottom: .5rem;
    font-size: .9rem;
    display: flex;
}

.widget-spec1 li {
    margin-bottom: .5rem;
    font-size: .9rem;
}

.widget-spec li.icon:before {
    content: '\f00c';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    font-family: fontawesome;
}

.widget-spec li i {
    margin-right: .5rem;
    margin-top: 3px;
}

.widget-info-end {
    text-align: right;
    float: right;
}

@media (max-width: 992px) {
    i.fa.fa-times {

    font-size: 24px !important;

    color: #000000 !important;

}

a.close_btn_inner {

    right: 0px;

    position: absolute !important;

    border-bottom: none !important;

    background: transparent !important;

}

.close-btn-chapter {

    position: absolute !important;

    top: -5px;

    right: 14px !important;

    font-size: 20px;

    border-bottom: none !important;

    background: transparent !important;

    display: block !important;

}

.checkout .summary-cart {

    z-index: 999999;

    position: absolute;

    background: #fff;

    top: 55px;

    width: 100%;

    box-shadow: 0px 10px 29px -11px !important;

}


    .widget-info-end {
        text-align: left;
        float: left;
    }
}

.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
    padding: 11px 20px 12px 20px;
    display: block;
    margin: 4px 4px 0 4px;
    border: 1px solid #ededf5;
    background: #f5f4f9;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    border-bottom: 0 !important;
}

.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li:first-child a {
    margin-left: 0;
}

.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li .active {
    border-bottom: 0 !important;
    padding: 12px 20px 12px 20px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
    background: #fff;
    border: 0px solid #ededf5;
}

@media (max-width: 480px) {
    .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li {
        margin: 3px !important;
    }

    .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
        margin: 0px !important;
    }
}

.details2 .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
    margin: 4px;
    border-radius: 7px;
    background: #f5f4f9 !important;
    border: 0;
    text-align: center;
    color: #5c5776;
}

.details2 .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li .active {
    border-radius: 7px;
    color: #fff !important;
    padding: 11px 20px 12px 20px;
}

.user-widget .wideget-user-tab .tabs-menu1 ul li .active {
    border-bottom: 0px !important;
    border-radius: 7px;
    color: #fff !important;
}

/*--- WIZARD ELEMENTS ---*/

.wizard {
    border: 1px solid #ededf5;
    background-color: #fff;
}

.wizard>.steps {
    padding: 20px;
}

.wizard>.steps>ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}

.wizard>.steps>ul li {
    float: none;
    display: block;
    width: auto;
}

.wizard>.steps>ul li .current-info {
    display: none;
}

.wizard>.steps>ul li .title {
    margin-left: 5px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    margin: 0;
    min-height: auto;
    display: none;
}

.wizard>.steps>ul li+li {
    margin-left: 5px;
}

.wizard>.steps a {
    color: #14112d;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard>.steps a:hover,
.wizard>.steps a:active {
    color: #14112d;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard>.steps a .number,
.wizard>.steps a:hover .number,
.wizard>.steps a:active .number {
    flex-shrink: 0;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #5c5776;
    display: block;
    text-align: center;
    line-height: 2.5;
    width: 40px;
    height: 40px;
    background-color: #f5f4f9;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
}

.wizard>.steps .disabled a {
    color: #737688;
}

.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    color: #737688;
}

.wizard>.steps .current a .title,
.wizard>.steps .current a:hover .title,
.wizard>.steps .current a:active .title {
    display: inline-block;
}

.wizard>.steps .done a {
    color: rgba(105, 100, 247, 0.7);
}

.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    color: rgba(105, 100, 247, 0.7);
}

.wizard>.steps .done a .number,
.wizard>.steps .done a:hover .number,
.wizard>.steps .done a:active .number {
    background: rgba(105, 100, 247, 0.7);
    color: #fff;
}

.wizard>.content {
    border-top: 1px solid #ededf5;
    border-bottom: 1px solid #ededf5;
    min-height: 150px;
    padding: 20px;
}

.wizard>.content>.title {
    font-size: 18px;
    color: #5c5776;
    font-weight: 700;
    margin-bottom: 5px;
    display: none;
    margin: 0;
}

.wizard>.content>.title.current {
    display: block;
}

.wizard>.content>.body {
    float: none;
    position: static;
    width: auto;
    height: auto;
}

.wizard>.content>.body input.parsley-error {
    border-color: #ff5c77;
}

.wizard>.content>.body input.parsley-error+ul {
    list-style: none !important;
}

.wizard>.actions {
    padding: 20px;
}

.wizard>.actions>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.wizard>.actions>ul>li:last-child a {
    background-color: #2dce89;
}

.wizard>.actions a {
    display: block;
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

.wizard>.actions a:hover,
.wizard>.actions a:active {
    display: block;
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

.wizard>.actions .disabled a {
    background-color: rgba(105, 100, 247, 0.7) !important;
    color: #fff;
}

.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background-color: rgba(105, 100, 247, 0.7);
    color: #fff;
}

.wizard.vertical>.steps {
    padding: 20px;
}

.wizard.vertical>.steps ul li .title {
    display: none;
}

.wizard.vertical>.steps .current a .title {
    display: inline-block;
}

.wizard.vertical>.content {
    margin: 0;
    padding: 20px;
}

.wizard.vertical>.actions {
    padding: 20px;
}

.wizard.vertical>.actions ul {
    float: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .wizard>.steps {
        padding: 25px;
    }

    .wizard>.steps>ul li .title {
        display: inline-block;
    }

    .wizard.vertical>.actions,
    .wizard.vertical>.content {
        width: 85%;
    }

    .wizard.vertical>.steps {
        width: 15%;
    }

    .wizard.vertical>.steps ul li+li {
        margin-top: 20px;
    }

    .wizard>.actions,
    .wizard>.content {
        padding: 25px;
    }

    .wizard>.steps .done a .title,
    .wizard>.steps .done a:hover .title,
    .wizard>.steps .done a:active .title {
        display: inline-block;
    }
}

@media (min-width: 576px) {
    .wizard>.steps>ul li+li {
        margin-left: 20px;
    }

    .wizard>.steps>ul li .title {
        display: none;
        margin-left: 10px;
    }

    .wizard.vertical>.actions {
        width: 80%;
        float: right;
        border-left: 1px solid #ededf5;
    }

    .wizard.vertical>.content {
        border-top-width: 0;
        width: 80%;
        float: right;
        border-left: 1px solid #ededf5;
    }

    .wizard.vertical>.steps {
        float: left;
        width: 20%;
    }

    .wizard.vertical>.steps .current a .title {
        display: none;
    }

    .wizard.vertical>.steps ul {
        flex-direction: column;
    }

    .wizard.vertical>.steps ul li+li {
        margin-top: 10px;
        margin-left: 0;
    }

    .wizard>.steps a .number,
    .wizard>.steps a:hover .number,
    .wizard>.steps a:active .number {
        font-size: 18px;
        font-weight: 600;
        line-height: 2.1;
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .wizard>.steps a {
        justify-content: flex-start;
    }

    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {

    .wizard>.steps a .number,
    .wizard>.steps a:hover .number,
    .wizard>.steps a:active .number {
        transition: none;
    }

    .wizard>.steps>ul li .title {
        transition: none;
    }
}

@media (max-width: 991px) {
    .wizard>.steps .disabled {
        display: none;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    .item-card9-img .learn-grid-center {
        width: 100% !important;
    }
    .page-header{
        min-height: 44px;
    }
}
@media (min-width: 992px) {

    .wizard.vertical>.actions,
    .wizard.vertical>.content {
        width: 70%;
        padding: 25px;
    }

    .wizard.vertical>.steps {
        padding: 20px;
        width: 30%;
    }

    .wizard.vertical>.steps .current a .title {
        display: inline-block;
    }

    .wizard.vertical>.steps a {
        justify-content: flex-left;
    }

    .wizard.vertical>.steps ul li .title {
        display: block;
    }

    .wizard>.actions,
    .wizard>.content {
        padding: 20px;
    }

    .wizard>.steps {
        padding: 20px;
    }

    .wizard>.steps .disabled {
        display: block;
    }

    .wizard>.steps>ul li+li {
        margin-left: 30px;
    }
}

/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/

.step-equal-width>.steps>ul {
    display: flex;
}

.step-equal-width>.steps>ul>li {
    flex: 1;
    width: auto;
    float: none;
}

/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/

.wizard-style-1>.steps>ul a {
    padding: 0;
    height: 50px;
}

.wizard-style-1>.steps>ul a:hover,
.wizard-style-1>.steps>ul a:active {
    padding: 0;
    height: 50px;
}

.wizard-style-1>.steps>ul a .number,
.wizard-style-1>.steps>ul a:hover .number,
.wizard-style-1>.steps>ul a:active .number {
    width: 50px;
    height: 100%;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #737688;
    background-color: #f3f7fd;
    border-radius: 0;
}

.wizard-style-1>.steps>ul a .title,
.wizard-style-1>.steps>ul a:hover .title,
.wizard-style-1>.steps>ul a:active .title {
    margin-right: 20px;
    margin-left: 20px;
}

.wizard-style-1>.steps>ul .done a .number,
.wizard-style-1>.steps>ul .done a:hover .number,
.wizard-style-1>.steps>ul .done a:active .number {
    background-color: #643ab0;
    color: #fff;
}

.wizard-style-2>.steps>ul a {
    padding: 0;
    height: 50px;
    border-radius: 50px;
}

.wizard-style-2>.steps>ul a:hover,
.wizard-style-2>.steps>ul a:active {
    padding: 0;
    height: 50px;
    border-radius: 50px;
}

.wizard-style-2>.steps>ul a .number,
.wizard-style-2>.steps>ul a:hover .number,
.wizard-style-2>.steps>ul a:active .number {
    width: 50px;
    height: 100%;
    border: 2px solid #f3f7fd;
    font-size: 18px;
    font-weight: bold;
    color: #737688;
    background-color: #fff;
}

.wizard-style-2>.steps>ul a .title,
.wizard-style-2>.steps>ul a:hover .title,
.wizard-style-2>.steps>ul a:active .title {
    margin-right: 20px;
}

.wizard-style-2>.steps>ul .done a .number,
.wizard-style-2>.steps>ul .done a:hover .number,
.wizard-style-2>.steps>ul .done a:active .number {
    border-color: #8c3feb;
    color: #8c3feb;
}

/*--- WIZARD ELEMENTS ---*/

.parsley-required {
    font-size: 12px;
    color: #ff5c77;
    margin-top: 3px;
}

.wizard.vertical>.actions {
    margin-top: 0px;
}

.wizard-card.form-group .form-control {
    background-image: linear-gradient(#c4c4c4, #c4c4c4, linear-gradient(#e1e1e2, #e1e1e2));
}

.wizard-container .wizard-navigation {
    background: #f5f4f9;
}

/*
*  Accordion-Wizard-Form
* ----------------------
*/

div[data-acc-content] {
    display: none;
}

div[data-acc-step]:not(.open) {
    background: #f5f4f9;
}

div[data-acc-step]:not(.open) h5 {
    color: #8e9cad;
}

div[data-acc-step]:not(.open) .bg-primary {
    background: #afb4d8;
}

#form .list-group-item:hover {
    background: none;
}

#smartwizard .nav.nav-tabs.step-anchor {
    border-bottom: 0 !important;
    padding: 30px;
}

#smartwizard .nav-tabs {
    border-top: 0 !important;
}

#smartwizard .nav-link {
    padding: 15px 40px;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    background: transparent;
}

.wizard>.steps>ul li .current-info {
    display: none;
}

.wizard>.content>.title {
    font-size: 18px;
    color: #8f9cc0;
    font-weight: 700;
    margin-bottom: 5px;
    display: none;
}

.wizard>.content>.body {
    float: none;
    position: static;
    width: auto;
    height: auto;
}

.wizard>.content>.title.current {
    display: none !important;
}

#form .form-wizard-title {
    margin: auto 0;
}

/* ###### util ####### */

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

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

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

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

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

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

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

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

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

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

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

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

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

@media (min-width: 1280px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

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

.twitter1 {
    background-color: #00acee !important;
}

.google-plus1 {
    background-color: #dd4b39 !important;
}

.facebook-like1 {
    background-color: #3b5998 !important;
}

.pinterest1 {
    background-color: #bd081c !important;
}

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

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #ff0e0e !important;
}

.bg-secondary-light {
    background-color: #efe0ed;
}

.bg-secondary-transparent {
    background-color: rgba(239, 80, 80, 0.1);
}

button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #ff0e0e !important;
}

.bg-success {
    background-color: #01d277 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #3adfab !important;
}

button.bg-success:focus,
button.bg-success:hover {
    background-color: #3adfab !important;
}

.bg-info {
    background-color: #04b2e5 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #1594ef !important;
}

button.bg-info:focus,
button.bg-info:hover {
    background-color: #1594ef !important;
}

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

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f59713 !important;
}

button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #f59713 !important;
}

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

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #f34a4a !important;
}

button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #f34a4a !important;
}

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

a.bg-light:focus,
a.bg-light:hover {
    background-color: #f5f4f9 !important;
}

button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

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

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #0f0518 !important;
}

button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #0f0518 !important;
}

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

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

a.bg-dark-purple:focus,
a.bg-dark-purple:hover {
    background-color: #313031 !important;
}

button.bg-dark-purple:focus,
button.bg-dark-purple:hover {
    background-color: #313031 !important;
}

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

.bg-transparent {
    background-color: transparent !important;
}

.bg-blue-lightest {
    background-color: #f6f7fb !important;
}

a.bg-blue-lightest:focus,
a.bg-blue-lightest:hover {
    background-color: #c5d5ef !important;
}

button.bg-blue-lightest:focus,
button.bg-blue-lightest:hover {
    background-color: #c5d5ef !important;
}

.bg-blue-lighter {
    background-color: #c8d9f1 !important;
}

a.bg-blue-lighter:focus,
a.bg-blue-lighter:hover {
    background-color: #9fbde7 !important;
}

button.bg-blue-lighter:focus,
button.bg-blue-lighter:hover {
    background-color: #9fbde7 !important;
}

.bg-blue-light {
    background-color: #7ea5dd !important;
}

a.bg-blue-light:focus,
a.bg-blue-light:hover {
    background-color: #5689d2 !important;
}

button.bg-blue-light:focus,
button.bg-blue-light:hover {
    background-color: #5689d2 !important;
}

.bg-blue-dark {
    background-color: #3866a6 !important;
}

a.bg-blue-dark:focus,
a.bg-blue-dark:hover {
    background-color: #2b4f80 !important;
}

button.bg-blue-dark:focus,
button.bg-blue-dark:hover {
    background-color: #2b4f80 !important;
}

.bg-blue-darker {
    background-color: #1c3353 !important;
}

a.bg-blue-darker:focus,
a.bg-blue-darker:hover {
    background-color: #0f1c2d !important;
}

button.bg-blue-darker:focus,
button.bg-blue-darker:hover {
    background-color: #0f1c2d !important;
}

.bg-blue-darkest {
    background-color: #0e1929 !important;
}

a.bg-blue-darkest:focus,
a.bg-blue-darkest:hover {
    background-color: #010203 !important;
}

button.bg-blue-darkest:focus,
button.bg-blue-darkest:hover {
    background-color: #010203 !important;
}

.bg-purssianblue {
    background-color: #362f71;
}

a.bg-purssianblue-lightest:focus,
a.bg-purssianblue-lightest:hover {
    background-color: #3f3688 !important;
}

button.bg-purssianblue-lightest:focus,
button.bg-purssianblue-lightest:hover {
    background-color: #3f3688 !important;
}

.bg-indigo-lightest {
    background-color: #f0f1fa !important;
}

a.bg-indigo-lightest:focus,
a.bg-indigo-lightest:hover {
    background-color: #cacded !important;
}

button.bg-indigo-lightest:focus,
button.bg-indigo-lightest:hover {
    background-color: #cacded !important;
}

.bg-indigo-lighter {
    background-color: #d1d5f0 !important;
}

a.bg-indigo-lighter:focus,
a.bg-indigo-lighter:hover {
    background-color: #abb2e3 !important;
}

button.bg-indigo-lighter:focus,
button.bg-indigo-lighter:hover {
    background-color: #abb2e3 !important;
}

.bg-indigo-light {
    background-color: #939edc !important;
}

a.bg-indigo-light:focus,
a.bg-indigo-light:hover {
    background-color: #6c7bd0 !important;
}

button.bg-indigo-light:focus,
button.bg-indigo-light:hover {
    background-color: #6c7bd0 !important;
}

.bg-indigo-dark {
    background-color: #515da4 !important;
}

a.bg-indigo-dark:focus,
a.bg-indigo-dark:hover {
    background-color: #404a82 !important;
}

button.bg-indigo-dark:focus,
button.bg-indigo-dark:hover {
    background-color: #404a82 !important;
}

.bg-indigo-darker {
    background-color: #282e52 !important;
}

a.bg-indigo-darker:focus,
a.bg-indigo-darker:hover {
    background-color: #171b30 !important;
}

button.bg-indigo-darker:focus,
button.bg-indigo-darker:hover {
    background-color: #171b30 !important;
}

.bg-indigo-darkest {
    background-color: #141729 !important;
}

a.bg-indigo-darkest:focus,
a.bg-indigo-darkest:hover {
    background-color: #030407 !important;
}

button.bg-indigo-darkest:focus,
button.bg-indigo-darkest:hover {
    background-color: #030407 !important;
}

.bg-purple-lightest {
    background-color: #f6effd !important;
}

a.bg-purple-lightest:focus,
a.bg-purple-lightest:hover {
    background-color: #ddc2f7 !important;
}

button.bg-purple-lightest:focus,
button.bg-purple-lightest:hover {
    background-color: #ddc2f7 !important;
}

.bg-purple-lighter {
    background-color: #e4cff9 !important;
}

a.bg-purple-lighter:focus,
a.bg-purple-lighter:hover {
    background-color: #cba2f3 !important;
}

button.bg-purple-lighter:focus,
button.bg-purple-lighter:hover {
    background-color: #cba2f3 !important;
}

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

a.bg-purple-light:focus,
a.bg-purple-light:hover {
    background-color: #a761ea !important;
}

button.bg-purple-light:focus,
button.bg-purple-light:hover {
    background-color: #a761ea !important;
}

.bg-purple-dark {
    background-color: #844bbb !important;
}

a.bg-purple-dark:focus,
a.bg-purple-dark:hover {
    background-color: #6a3a99 !important;
}

button.bg-purple-dark:focus,
button.bg-purple-dark:hover {
    background-color: #6a3a99 !important;
}

.bg-purple-darker {
    background-color: #42265e !important;
}

a.bg-purple-darker:focus,
a.bg-purple-darker:hover {
    background-color: #29173a !important;
}

button.bg-purple-darker:focus,
button.bg-purple-darker:hover {
    background-color: #29173a !important;
}

.bg-purple-darkest {
    background-color: #21132f !important;
}

a.bg-purple-darkest:focus,
a.bg-purple-darkest:hover {
    background-color: #08040b !important;
}

button.bg-purple-darkest:focus,
button.bg-purple-darkest:hover {
    background-color: #08040b !important;
}

.bg-pink-lightest {
    background-color: #fef0f5 !important;
}

a.bg-pink-lightest:focus,
a.bg-pink-lightest:hover {
    background-color: #fbc0d5 !important;
}

button.bg-pink-lightest:focus,
button.bg-pink-lightest:hover {
    background-color: #fbc0d5 !important;
}

.bg-pink-lighter {
    background-color: #fcd3e1 !important;
}

a.bg-pink-lighter:focus,
a.bg-pink-lighter:hover {
    background-color: #f9a3c0 !important;
}

button.bg-pink-lighter:focus,
button.bg-pink-lighter:hover {
    background-color: #f9a3c0 !important;
}

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

a.bg-pink-light:focus,
a.bg-pink-light:hover {
    background-color: #f66998 !important;
}

button.bg-pink-light:focus,
button.bg-pink-light:hover {
    background-color: #f66998 !important;
}

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

a.bg-pink-dark:focus,
a.bg-pink-dark:hover {
    background-color: #ad3c62 !important;
}

button.bg-pink-dark:focus,
button.bg-pink-dark:hover {
    background-color: #ad3c62 !important;
}

.bg-pink-darker {
    background-color: #622c3e !important;
}

a.bg-pink-darker:focus,
a.bg-pink-darker:hover {
    background-color: #3f1c28 !important;
}

button.bg-pink-darker:focus,
button.bg-pink-darker:hover {
    background-color: #3f1c28 !important;
}

.bg-pink-darkest {
    background-color: #31161f !important;
}

a.bg-pink-darkest:focus,
a.bg-pink-darkest:hover {
    background-color: #0e0609 !important;
}

button.bg-pink-darkest:focus,
button.bg-pink-darkest:hover {
    background-color: #0e0609 !important;
}

.bg-red-lightest {
    background-color: #fae9e9 !important;
}

a.bg-red-lightest:focus,
a.bg-red-lightest:hover {
    background-color: #f1bfbf !important;
}

button.bg-red-lightest:focus,
button.bg-red-lightest:hover {
    background-color: #f1bfbf !important;
}

.bg-red-lighter {
    background-color: #f0bcbc !important;
}

a.bg-red-lighter:focus,
a.bg-red-lighter:hover {
    background-color: #e79292 !important;
}

button.bg-red-lighter:focus,
button.bg-red-lighter:hover {
    background-color: #e79292 !important;
}

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

a.bg-red-light:focus,
a.bg-red-light:hover {
    background-color: #d33a38 !important;
}

button.bg-red-light:focus,
button.bg-red-light:hover {
    background-color: #d33a38 !important;
}

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

a.bg-red-dark:focus,
a.bg-red-dark:hover {
    background-color: #781312 !important;
}

button.bg-red-dark:focus,
button.bg-red-dark:hover {
    background-color: #781312 !important;
}

.bg-red-darker {
    background-color: #520d0c !important;
}

a.bg-red-darker:focus,
a.bg-red-darker:hover {
    background-color: #260605 !important;
}

button.bg-red-darker:focus,
button.bg-red-darker:hover {
    background-color: #260605 !important;
}

.bg-red-darkest {
    background-color: #290606 !important;
}

a.bg-red-darkest:focus,
a.bg-red-darkest:hover {
    background-color: #000 !important;
}

button.bg-red-darkest:focus,
button.bg-red-darkest:hover {
    background-color: #000 !important;
}

.bg-orange-lightest {
    background-color: #fff5ec !important;
}

a.bg-orange-lightest:focus,
a.bg-orange-lightest:hover {
    background-color: #ffdab9 !important;
}

button.bg-orange-lightest:focus,
button.bg-orange-lightest:hover {
    background-color: #ffdab9 !important;
}

.bg-orange-lighter {
    background-color: #fee0c7 !important;
}

a.bg-orange-lighter:focus,
a.bg-orange-lighter:hover {
    background-color: #fdc495 !important;
}

button.bg-orange-lighter:focus,
button.bg-orange-lighter:hover {
    background-color: #fdc495 !important;
}

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

a.bg-orange-light:focus,
a.bg-orange-light:hover {
    background-color: #fe9a49 !important;
}

button.bg-orange-light:focus,
button.bg-orange-light:hover {
    background-color: #fe9a49 !important;
}

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

a.bg-orange-dark:focus,
a.bg-orange-dark:hover {
    background-color: #a2602b !important;
}

button.bg-orange-dark:focus,
button.bg-orange-dark:hover {
    background-color: #a2602b !important;
}

.bg-orange-darker {
    background-color: #653c1b !important;
}

a.bg-orange-darker:focus,
a.bg-orange-darker:hover {
    background-color: #3d2410 !important;
}

button.bg-orange-darker:focus,
button.bg-orange-darker:hover {
    background-color: #3d2410 !important;
}

.bg-orange-darkest {
    background-color: #331e0e !important;
}

a.bg-orange-darkest:focus,
a.bg-orange-darkest:hover {
    background-color: #0b0603 !important;
}

button.bg-orange-darkest:focus,
button.bg-orange-darkest:hover {
    background-color: #0b0603 !important;
}

.bg-yellow-lightest {
    background-color: #fef9e7 !important;
}

a.bg-yellow-lightest:focus,
a.bg-yellow-lightest:hover {
    background-color: #fcedb6 !important;
}

button.bg-yellow-lightest:focus,
button.bg-yellow-lightest:hover {
    background-color: #fcedb6 !important;
}

.bg-yellow-lighter {
    background-color: #fbedb7 !important;
}

a.bg-yellow-lighter:focus,
a.bg-yellow-lighter:hover {
    background-color: #f8e187 !important;
}

button.bg-yellow-lighter:focus,
button.bg-yellow-lighter:hover {
    background-color: #f8e187 !important;
}

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

a.bg-yellow-light:focus,
a.bg-yellow-light:hover {
    background-color: #f2ca27 !important;
}

button.bg-yellow-light:focus,
button.bg-yellow-light:hover {
    background-color: #f2ca27 !important;
}

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

a.bg-yellow-dark:focus,
a.bg-yellow-dark:hover {
    background-color: #917609 !important;
}

button.bg-yellow-dark:focus,
button.bg-yellow-dark:hover {
    background-color: #917609 !important;
}

.bg-yellow-darker {
    background-color: #604e06 !important;
}

a.bg-yellow-darker:focus,
a.bg-yellow-darker:hover {
    background-color: #302703 !important;
}

button.bg-yellow-darker:focus,
button.bg-yellow-darker:hover {
    background-color: #302703 !important;
}

.bg-yellow-darkest {
    background-color: #302703 !important;
}

a.bg-yellow-darkest:focus,
a.bg-yellow-darkest:hover {
    background-color: #000 !important;
}

button.bg-yellow-darkest:focus,
button.bg-yellow-darkest:hover {
    background-color: #000 !important;
}

.bg-green-lightest {
    background-color: #eff8e6 !important;
}

a.bg-green-lightest:focus,
a.bg-green-lightest:hover {
    background-color: #d6edbe !important;
}

button.bg-green-lightest:focus,
button.bg-green-lightest:hover {
    background-color: #d6edbe !important;
}

.bg-green-lighter {
    background-color: #cfeab3 !important;
}

a.bg-green-lighter:focus,
a.bg-green-lighter:hover {
    background-color: #b6df8b !important;
}

button.bg-green-lighter:focus,
button.bg-green-lighter:hover {
    background-color: #b6df8b !important;
}

.bg-green-light {
    background-color: #8ecf4d !important;
}

a.bg-green-light:focus,
a.bg-green-light:hover {
    background-color: #75b831 !important;
}

button.bg-green-light:focus,
button.bg-green-light:hover {
    background-color: #75b831 !important;
}

.bg-green-dark {
    background-color: #4b9500 !important;
}

a.bg-green-dark:focus,
a.bg-green-dark:hover {
    background-color: #316200 !important;
}

button.bg-green-dark:focus,
button.bg-green-dark:hover {
    background-color: #316200 !important;
}

.bg-green-darker {
    background-color: #264a00 !important;
}

a.bg-green-darker:focus,
a.bg-green-darker:hover {
    background-color: #0c1700 !important;
}

button.bg-green-darker:focus,
button.bg-green-darker:hover {
    background-color: #0c1700 !important;
}

.bg-green-darkest {
    background-color: #132500 !important;
}

a.bg-green-darkest:focus,
a.bg-green-darkest:hover {
    background-color: #000 !important;
}

button.bg-green-darkest:focus,
button.bg-green-darkest:hover {
    background-color: #000 !important;
}

.bg-teal-lightest {
    background-color: #eafaf8 !important;
}

a.bg-teal-lightest:focus,
a.bg-teal-lightest:hover {
    background-color: #c1f0ea !important;
}

button.bg-teal-lightest:focus,
button.bg-teal-lightest:hover {
    background-color: #c1f0ea !important;
}

.bg-teal-lighter {
    background-color: #bfefea !important;
}

a.bg-teal-lighter:focus,
a.bg-teal-lighter:hover {
    background-color: #96e5dd !important;
}

button.bg-teal-lighter:focus,
button.bg-teal-lighter:hover {
    background-color: #96e5dd !important;
}

.bg-teal-light {
    background-color: #6bdbcf !important;
}

a.bg-teal-light:focus,
a.bg-teal-light:hover {
    background-color: #42d1c2 !important;
}

button.bg-teal-light:focus,
button.bg-teal-light:hover {
    background-color: #42d1c2 !important;
}

.bg-teal-dark {
    background-color: #22a295 !important;
}

a.bg-teal-dark:focus,
a.bg-teal-dark:hover {
    background-color: #19786e !important;
}

button.bg-teal-dark:focus,
button.bg-teal-dark:hover {
    background-color: #19786e !important;
}

.bg-teal-darker {
    background-color: #11514a !important;
}

a.bg-teal-darker:focus,
a.bg-teal-darker:hover {
    background-color: #082723 !important;
}

button.bg-teal-darker:focus,
button.bg-teal-darker:hover {
    background-color: #082723 !important;
}

.bg-teal-darkest {
    background-color: #092925 !important;
}

a.bg-teal-darkest:focus,
a.bg-teal-darkest:hover {
    background-color: #000 !important;
}

button.bg-teal-darkest:focus,
button.bg-teal-darkest:hover {
    background-color: #000 !important;
}

.bg-cyan-lightest {
    background-color: #e8f6f8 !important;
}

a.bg-cyan-lightest:focus,
a.bg-cyan-lightest:hover {
    background-color: #c1e7ec !important;
}

button.bg-cyan-lightest:focus,
button.bg-cyan-lightest:hover {
    background-color: #c1e7ec !important;
}

.bg-cyan-lighter {
    background-color: #b9e3ea !important;
}

a.bg-cyan-lighter:focus,
a.bg-cyan-lighter:hover {
    background-color: #92d3de !important;
}

button.bg-cyan-lighter:focus,
button.bg-cyan-lighter:hover {
    background-color: #92d3de !important;
}

.bg-cyan-light {
    background-color: #5dbecd !important;
}

a.bg-cyan-light:focus,
a.bg-cyan-light:hover {
    background-color: #3aabbd !important;
}

button.bg-cyan-light:focus,
button.bg-cyan-light:hover {
    background-color: #3aabbd !important;
}

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

a.bg-cyan-dark:focus,
a.bg-cyan-dark:hover {
    background-color: #0c5a66 !important;
}

button.bg-cyan-dark:focus,
button.bg-cyan-dark:hover {
    background-color: #0c5a66 !important;
}

.bg-cyan-darker {
    background-color: #09414a !important;
}

a.bg-cyan-darker:focus,
a.bg-cyan-darker:hover {
    background-color: #03191d !important;
}

button.bg-cyan-darker:focus,
button.bg-cyan-darker:hover {
    background-color: #03191d !important;
}

.bg-cyan-darkest {
    background-color: #052025 !important;
}

a.bg-cyan-darkest:focus,
a.bg-cyan-darkest:hover {
    background-color: #000 !important;
}

button.bg-cyan-darkest:focus,
button.bg-cyan-darkest:hover {
    background-color: #000 !important;
}

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

a.bg-white-lightest:focus,
a.bg-white-lightest:hover {
    background-color: #e6e5e5 !important;
}

button.bg-white-lightest:focus,
button.bg-white-lightest:hover {
    background-color: #e6e5e5 !important;
}

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

a.bg-white-lighter:focus,
a.bg-white-lighter:hover {
    background-color: #e6e5e5 !important;
}

button.bg-white-lighter:focus,
button.bg-white-lighter:hover {
    background-color: #e6e5e5 !important;
}

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

a.bg-white-light:focus,
a.bg-white-light:hover {
    background-color: #e6e5e5 !important;
}

button.bg-white-light:focus,
button.bg-white-light:hover {
    background-color: #e6e5e5 !important;
}

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

a.bg-white-dark:focus,
a.bg-white-dark:hover {
    background-color: #b3b2b2 !important;
}

button.bg-white-dark:focus,
button.bg-white-dark:hover {
    background-color: #b3b2b2 !important;
}

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

a.bg-white-darker:focus,
a.bg-white-darker:hover {
    background-color: #4d4c4c !important;
}

button.bg-white-darker:focus,
button.bg-white-darker:hover {
    background-color: #4d4c4c !important;
}

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

a.bg-white-darkest:focus,
a.bg-white-darkest:hover {
    background-color: #1a1919 !important;
}

button.bg-white-darkest:focus,
button.bg-white-darkest:hover {
    background-color: #1a1919 !important;
}

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

a.bg-gray-lightest:focus,
a.bg-gray-lightest:hover {
    background-color: #d7dbde !important;
}

button.bg-gray-lightest:focus,
button.bg-gray-lightest:hover {
    background-color: #d7dbde !important;
}

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

a.bg-gray-lighter:focus,
a.bg-gray-lighter:hover {
    background-color: #c0c3c8 !important;
}

button.bg-gray-lighter:focus,
button.bg-gray-lighter:hover {
    background-color: #c0c3c8 !important;
}

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

a.bg-gray-light:focus,
a.bg-gray-light:hover {
    background-color: #8f979e !important;
}

button.bg-gray-light:focus,
button.bg-gray-light:hover {
    background-color: #8f979e !important;
}

.bg-gray-dark {
    background-color: #6b7278 !important;
}

a.bg-gray-dark:focus,
a.bg-gray-dark:hover {
    background-color: #53585d !important;
}

button.bg-gray-dark:focus,
button.bg-gray-dark:hover {
    background-color: #53585d !important;
}

.bg-gray-darker {
    background-color: #36393c !important;
}

a.bg-gray-darker:focus,
a.bg-gray-darker:hover {
    background-color: #1e2021 !important;
}

button.bg-gray-darker:focus,
button.bg-gray-darker:hover {
    background-color: #1e2021 !important;
}

.bg-gray-darkest {
    background-color: #1b1c1e !important;
}

a.bg-gray-darkest:focus,
a.bg-gray-darkest:hover {
    background-color: #030303 !important;
}

button.bg-gray-darkest:focus,
button.bg-gray-darkest:hover {
    background-color: #030303 !important;
}

.bg-gray-dark-lightest {
    background-color: #ebebec !important;
}

a.bg-gray-dark-lightest:focus,
a.bg-gray-dark-lightest:hover {
    background-color: #d1d1d3 !important;
}

button.bg-gray-dark-lightest:focus,
button.bg-gray-dark-lightest:hover {
    background-color: #d1d1d3 !important;
}

.bg-gray-dark-lighter {
    background-color: #c2c4c6 !important;
}

a.bg-gray-dark-lighter:focus,
a.bg-gray-dark-lighter:hover {
    background-color: #a8abad !important;
}

button.bg-gray-dark-lighter:focus,
button.bg-gray-dark-lighter:hover {
    background-color: #a8abad !important;
}

.bg-gray-dark-light {
    background-color: #717579 !important;
}

a.bg-gray-dark-light:focus,
a.bg-gray-dark-light:hover {
    background-color: #585c5f !important;
}

button.bg-gray-dark-light:focus,
button.bg-gray-dark-light:hover {
    background-color: #585c5f !important;
}

.bg-gray-dark-dark {
    background-color: #2a2e33 !important;
}

a.bg-gray-dark-dark:focus,
a.bg-gray-dark-dark:hover {
    background-color: #131517 !important;
}

button.bg-gray-dark-dark:focus,
button.bg-gray-dark-dark:hover {
    background-color: #131517 !important;
}

.bg-gray-dark-darker {
    background-color: #15171a !important;
}

a.bg-gray-dark-darker:focus,
a.bg-gray-dark-darker:hover {
    background-color: #000 !important;
}

button.bg-gray-dark-darker:focus,
button.bg-gray-dark-darker:hover {
    background-color: #000 !important;
}

.bg-gray-dark-darkest {
    background-color: #0a0c0d !important;
}

a.bg-gray-dark-darkest:focus,
a.bg-gray-dark-darkest:hover {
    background-color: #000 !important;
}

button.bg-gray-dark-darkest:focus,
button.bg-gray-dark-darkest:hover {
    background-color: #000 !important;
}

.bg-azure-lightest {
    background-color: #ecf7fe !important;
}

a.bg-azure-lightest:focus,
a.bg-azure-lightest:hover {
    background-color: #bce3fb !important;
}

button.bg-azure-lightest:focus,
button.bg-azure-lightest:hover {
    background-color: #bce3fb !important;
}

.bg-azure-lighter {
    background-color: #c7e6fb !important;
}

a.bg-azure-lighter:focus,
a.bg-azure-lighter:hover {
    background-color: #97d1f8 !important;
}

button.bg-azure-lighter:focus,
button.bg-azure-lighter:hover {
    background-color: #97d1f8 !important;
}

.bg-azure-light {
    background-color: #7dc4f6 !important;
}

a.bg-azure-light:focus,
a.bg-azure-light:hover {
    background-color: #4daef3 !important;
}

button.bg-azure-light:focus,
button.bg-azure-light:hover {
    background-color: #4daef3 !important;
}

.bg-azure-dark {
    background-color: #3788c2 !important;
}

a.bg-azure-dark:focus,
a.bg-azure-dark:hover {
    background-color: #2c6c9a !important;
}

button.bg-azure-dark:focus,
button.bg-azure-dark:hover {
    background-color: #2c6c9a !important;
}

.bg-azure-darker {
    background-color: #1c4461 !important;
}

a.bg-azure-darker:focus,
a.bg-azure-darker:hover {
    background-color: #112839 !important;
}

button.bg-azure-darker:focus,
button.bg-azure-darker:hover {
    background-color: #112839 !important;
}

.bg-azure-darkest {
    background-color: #0e2230 !important;
}

a.bg-azure-darkest:focus,
a.bg-azure-darkest:hover {
    background-color: #020609 !important;
}

button.bg-azure-darkest:focus,
button.bg-azure-darkest:hover {
    background-color: #020609 !important;
}

.bg-lime-lightest {
    background-color: #f2fbeb !important;
}

a.bg-lime-lightest:focus,
a.bg-lime-lightest:hover {
    background-color: #d6f3c1 !important;
}

button.bg-lime-lightest:focus,
button.bg-lime-lightest:hover {
    background-color: #d6f3c1 !important;
}

.bg-lime-lighter {
    background-color: #d7f2c2 !important;
}

a.bg-lime-lighter:focus,
a.bg-lime-lighter:hover {
    background-color: #bbe998 !important;
}

button.bg-lime-lighter:focus,
button.bg-lime-lighter:hover {
    background-color: #bbe998 !important;
}

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

a.bg-lime-light:focus,
a.bg-lime-light:hover {
    background-color: #88d748 !important;
}

button.bg-lime-light:focus,
button.bg-lime-light:hover {
    background-color: #88d748 !important;
}

.bg-lime-dark {
    background-color: #62a82a !important;
}

a.bg-lime-dark:focus,
a.bg-lime-dark:hover {
    background-color: #4a7f20 !important;
}

button.bg-lime-dark:focus,
button.bg-lime-dark:hover {
    background-color: #4a7f20 !important;
}

.bg-lime-darker {
    background-color: #315415 !important;
}

a.bg-lime-darker:focus,
a.bg-lime-darker:hover {
    background-color: #192b0b !important;
}

button.bg-lime-darker:focus,
button.bg-lime-darker:hover {
    background-color: #192b0b !important;
}

.bg-lime-darkest {
    background-color: #192a0b !important;
}

a.bg-lime-darkest:focus,
a.bg-lime-darkest:hover {
    background-color: #010200 !important;
}

button.bg-lime-darkest:focus,
button.bg-lime-darkest:hover {
    background-color: #010200 !important;
}

.bg-blue {
    background-color: #4049ec !important;
    color: #fff !important;
}

a.bg-blue:focus,
a.bg-blue:hover {
    background-color: #4a52ec !important;
}

button.bg-blue:focus,
button.bg-blue:hover {
    background-color: #4a52ec !important;
}

.bg-indigo {
    background-color: #6574cd !important;
    color: #fff !important;
}

a.bg-indigo:focus,
a.bg-indigo:hover {
    background-color: #3f51c1 !important;
}

button.bg-indigo:focus,
button.bg-indigo:hover {
    background-color: #3f51c1 !important;
}

.bg-purple {
    background-color: #6d33ff !important;
    color: #fff !important;
}

a.bg-purple:focus,
a.bg-purple:hover {
    background-color: #8c31e4 !important;
}

button.bg-purple:focus,
button.bg-purple:hover {
    background-color: #8c31e4 !important;
}

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

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

a.bg-pink:focus,
a.bg-pink:hover {
    background-color: #ed3284 !important;
}

button.bg-pink:focus,
button.bg-pink:hover {
    background-color: #ed3284 !important;
}

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

a.bg-red:focus,
a.bg-red:hover {
    background-color: #f34a4a !important;
}

button.bg-red:focus,
button.bg-red:hover {
    background-color: #f34a4a !important;
}

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

a.bg-orange:focus,
a.bg-orange:hover {
    background-color: #fc7a12 !important;
}

button.bg-orange:focus,
button.bg-orange:hover {
    background-color: #fc7a12 !important;
}

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

a.bg-yellow:focus,
a.bg-yellow:hover {
    background-color: #f59713 !important;
}

button.bg-yellow:focus,
button.bg-yellow:hover {
    background-color: #f59713 !important;
}

.bg-green {
    background-color: #21b632 !important;
    color: #fff !important;
}

a.bg-green:focus,
a.bg-green:hover {
    background-color: #3adfab !important;
}

button.bg-green:focus,
button.bg-green:hover {
    background-color: #3adfab !important;
}

.bg-teal {
    background-color: #05e6e6 !important;
}

a.bg-teal:focus,
a.bg-teal:hover {
    background-color: #05fafa !important;
}

button.bg-teal:focus,
button.bg-teal:hover {
    background-color: #05fafa !important;
}

.bg-cyan {
    background-color: #17a2b8 !important;
    color: #fff !important;
}

a.bg-cyan:focus,
a.bg-cyan:hover {
    background-color: #117a8b !important;
}

button.bg-cyan:focus,
button.bg-cyan:hover {
    background-color: #117a8b !important;
}

.bg-transparent {
    background: 0 0;
}

a.bg-white:focus,
a.bg-white:hover {
    background-color: #e6e5e5 !important;
}

button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e5e5 !important;
}

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

a.bg-gray:focus,
a.bg-gray:hover {
    background-color: #2e384d !important;
}

button.bg-gray:focus,
button.bg-gray:hover {
    background-color: #2e384d !important;
}

.bg-gray-dark {
    background-color: #858d97 !important;
}

.bg-lightpink-red {
    color: #ff7088 !important;
}

a.bg-gray-dark:focus,
a.bg-gray-dark:hover {
    background-color: #1d2124 !important;
}

button.bg-gray-dark:focus,
button.bg-gray-dark:hover {
    background-color: #1d2124 !important;
}

.bg-azure {
    background-color: #04b2e5 !important;
}

a.bg-azure:focus,
a.bg-azure:hover {
    background-color: #1594ef !important;
}

button.bg-azure:focus,
button.bg-azure:hover {
    background-color: #1594ef !important;
}

.bg-lime {
    background-color: #63e600 !important;
}

a.bg-lime:focus,
a.bg-lime:hover {
    background-color: #63ad27 !important;
}

button.bg-lime:focus,
button.bg-lime:hover {
    background-color: #63ad27 !important;
}

.bg-purple1 {
    background: #6e26a6;
}

.bg-success-transparent {
    background-color: rgba(33, 182, 50, 0.15) !important;
}

.bg-info-transparent {
    background-color: rgba(0, 214, 230, 0.15) !important;
}

.bg-warning-transparent {
    background-color: rgba(249, 167, 63, 0.15) !important;
}

.bg-danger-transparent {
    background-color: rgba(255, 56, 43, 0.15) !important;
}

.bg-pink-transparent {
    background-color: rgba(255, 43, 136, 0.15);
}

.bg-purple-transparent {
    background-color: rgba(139, 60, 224, 0.15);
}

.bg-success-light {
    background-color: #d4e9e4;
}

.bg-info-light {
    background-color: #cbecfb;
}

.bg-warning-light {
    background-color: #f1e1d9;
}

.bg-danger-light {
    background-color: #f1d4df;
}

.bg-pink-light {
    background-color: #f1d2ed;
}

.bg-purple-light {
    background-color: #e0d5fa;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.3);
}

.facebook-bg {
    background: #3b5998;
    color: #fff;
}

.twitter-bg {
    background: #0c85d0;
    color: #fff;
}

.google-bg {
    background: #c63224;
    color: #fff;
}

.dribbble-bg {
    background: #e62a72;
    color: #fff;
}

.pinterest-bg {
    background: #8c0615;
    color: #fff;
}

.linkedin-bg {
    background: #0e76a8;
    color: #fff;
}

.bg-background:before,
.bg-background2:before,
.bg-background-6:before,
.bg-background-5:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.bg-background-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.bg-background-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.bg-background3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.bg-background9:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.bg-background3 .header-text {
    position: relative;
    z-index: 10;
}

.bg-background9 .header-text {
    position: relative;
    z-index: 10;
    top: 20px;
}

.bg-background-color .content-text,
.bg-background .header-text1 {
    position: relative;
    z-index: 10;
}

.header-text1 .text-property {
    position: relative;
    top: -15px;
    font-family: 'Nunito', sans-serif;
}

.bg-background2 .header-text {
    position: relative;
    z-index: 10;
}

.bg-card {
    background: #ededf5;
}

.bg-card:hover .text-primary-gradient {
    color: #fff !important;
}

.bg-card:hover .cat-desc,
.bg-card:hover .cat-img i {
    color: #fff;
}

.bg-black-trasparant {
    background: rgba(0, 0, 0, 0.5);
}

.bg-background9:before {
    background: rgba(236, 41, 107, 0.7);
}

.br-100 {
    border-radius: 100% !important;
}

.br-7 {
    border-radius: 7px;
}

.br-ts-7 {
    border-top-left-radius: 7px !important;
}

.br-ts-10 {
    border-top-left-radius: 1rem !important;
}

.br-bs-7 {
    border-bottom-left-radius: 7px !important;
}

.br-bs-10 {
    border-bottom-left-radius: 1rem !important;
}

.br-te-7 {
    border-top-right-radius: 7px !important;
}

.br-te-10 {
    border-top-right-radius: 1rem !important;
}

.br-be-7 {
    border-bottom-right-radius: 7px !important;
}

.br-be-10 {
    border-bottom-right-radius: 1rem !important;
}

.br-ts-0 {
    border-top-left-radius: 0 !important;
}

.br-bs-0 {
    border-bottom-left-radius: 0 !important;
}

.br-te-0 {
    border-top-right-radius: 0 !important;
}

.br-be-0 {
    border-bottom-right-radius: 0 !important;
}

.br-3 {
    border-radius: 3px;
}

.br-ts-3 {
    border-top-left-radius: 3px !important;
}

.br-bs-3 {
    border-bottom-left-radius: 3px !important;
}

.br-te-3 {
    border-top-right-radius: 3px !important;
}

.br-be-3 {
    border-bottom-right-radius: 3px !important;
}

.border {
    border: 1px solid #ededf5;
}

.br-100 {
    border-radius: 100% !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-2 {
    border-radius: 2px !important;
}

.br-ts-2 {
    border-top-left-radius: 2px !important;
}

.br-bs-2 {
    border-bottom-left-radius: 2px !important;
}

.br-te-2 {
    border-top-right-radius: 2px !important;
}

.br-be-2 {
    border-bottom-right-radius: 2px !important;
}

@media (min-width: 992px) {
    .br-md-2 {
        border-radius: 2px !important;
    }

    .br-ts-md-2 {
        border-top-left-radius: 2px !important;
    }

    .br-bs-md-2 {
        border-bottom-left-radius: 2px !important;
    }

    .br-te-md-2 {
        border-top-right-radius: 2px !important;
    }

    .br-be-md-2 {
        border-bottom-right-radius: 2px !important;
    }

    .br-md-0 {
        border-radius: 0 !important;
        border-right: 0;
    }

    .br-ts-md-0 {
        border-top-left-radius: 0 !important;
    }

    .br-bs-md-0 {
        border-bottom-left-radius: 0 !important;
    }

    .br-te-md-0 {
        border-top-right-radius: 0 !important;
    }

    .br-be-md-0 {
        border-bottom-right-radius: 0 !important;
        border-right: 0;
    }
}

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

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

.border-top {
    border-top: 1px solid #ededf5 !important;
}

.border-end {
    border-right: 1px solid #ededf5 !important;
}

.border-bottom {
    border-bottom: 1px solid #ededf5 !important;
}

.border-start {
    border-left: 1px solid #ededf5 !important;
}

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

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

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

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

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

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #21b632 !important;
}

.border-info {
    border-color: #04b2e5 !important;
}

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

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

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

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

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

.border-white-1 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.rounded {
    border-radius: 3px !important;
}

.rounded7 {
    border-radius: 7px !important;
}

.rounded-top {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.rounded-end {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.rounded-start {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

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

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

.clearfix::after {
    display: bsock;
    clear: both;
    content: "";
}

.border-white-transparent {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.display-1 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.1;
}

.display-2 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
}

.display-3 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
}

.display-4 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
}

.display-5 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.1;
}

.display-6 {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.1;
}

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

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

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

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

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

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

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

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

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

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

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

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

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

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

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

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

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

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

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

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1280px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

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

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

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

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

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

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

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

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

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

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
    vertical-align: baseline;
    font-size: .815em;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

/*------ Heights -------*/

.h-350 {
    height: 350px !important;
}

.h-320 {
    height: 320px !important;
}

.mh-90vh {
    max-height: 90vh;
}

.h100 {
    height: 100px !important;
}

.h73 {
    height: 73px !important;
}

.h80 {
    height: 80px !important;
}

.h50 {
    height: 50px !important;
}

.h-125 {
    height: 125px !important;
}

.h-120 {
    height: 120px !important;
}

.h-150 {
    height: 150px !important;
}

.h-196 {
    height: 196px !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.h-0 {
    height: 0 !important;
}

.h-1 {
    height: 0.25rem !important;
}

.h-2 {
    height: 0.5rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.5rem !important;
}

.h-6 {
    height: 2rem !important;
}

.h-7 {
    height: 3rem !important;
}

.h-8 {
    height: 4rem !important;
}

.h-9 {
    height: 6rem !important;
}

.h-400 {
    height: 400px !important;
}

.h-220 {
    height: 220px !important;
}

.mh-100 {
    max-height: 100% !important;
}

.minh-210 {
    min-height: 210px !important;
}

.h-500 {
    height: 500px !important;
}

.h-550 {
    height: 550px !important;
}

.h-600 {
    height: 600px !important;
}

.h-700 {
    height: 700px !important;
}

.h-300 {
    height: 300px !important;
}

/*------  Margins  -------*/

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

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.me-0,
.mx-0 {
    margin-right: 0 !important;
}

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

.ms-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.me-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ms-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

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

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

.me-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ms-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mt-3,
.my-3 {
    margin-top: 0.75rem !important;
}

.me-3,
.mx-3 {
    margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 0.75rem !important;
}

.ms-3,
.mx-3 {
    margin-left: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1rem !important;
}

.me-4,
.mx-4 {
    margin-right: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important;
}

.ms-4,
.mx-4 {
    margin-left: 1rem !important;
}

.m-5 {
    margin: 1.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 1.5rem !important;
}

.me-5,
.mx-5 {
    margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important;
}

.ms-5,
.mx-5 {
    margin-left: 1.5rem !important;
}

.m-6 {
    margin: 2rem !important;
}

.mt-6,
.my-6 {
    margin-top: 2rem !important;
}

.me-6,
.mx-6 {
    margin-right: 2rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 2rem !important;
}

.ms-6,
.mx-6 {
    margin-left: 2rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.mt-7,
.my-7 {
    margin-top: 3rem !important;
}

.me-7,
.mx-7 {
    margin-right: 3rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 3rem !important;
}

.ms-7,
.mx-7 {
    margin-left: 3rem !important;
}

.m-8 {
    margin: 4rem !important;
}

.mt-8,
.my-8 {
    margin-top: 4rem !important;
}

.me-8,
.mx-8 {
    margin-right: 4rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 4rem !important;
}

.ms-8,
.mx-8 {
    margin-left: 4rem !important;
}

.m-9 {
    margin: 6rem !important;
}

.mt-9,
.my-9 {
    margin-top: 6rem !important;
}

.me-9,
.mx-9 {
    margin-right: 6rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}

.ms-9,
.mx-9 {
    margin-left: 6rem !important;
}

.mt-10,
.margin-top {
    margin-top: 9.95rem !important;
}

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

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.me-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ms-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .me-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

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

    .ms-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .me-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ms-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

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

    .me-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ms-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 0.75rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 0.75rem !important;
    }

    .me-sm-3,
    .mx-sm-3 {
        margin-right: 0.75rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 0.75rem !important;
    }

    .ms-sm-3,
    .mx-sm-3 {
        margin-left: 0.75rem !important;
    }

    .m-sm-4 {
        margin: 1rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1rem !important;
    }

    .me-sm-4,
    .mx-sm-4 {
        margin-right: 1rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem !important;
    }

    .ms-sm-4,
    .mx-sm-4 {
        margin-left: 1rem !important;
    }

    .m-sm-5 {
        margin: 1.5rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.5rem !important;
    }

    .me-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.5rem !important;
    }

    .ms-sm-5,
    .mx-sm-5 {
        margin-left: 1.5rem !important;
    }

    .m-sm-6 {
        margin: 2rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2rem !important;
    }

    .me-sm-6,
    .mx-sm-6 {
        margin-right: 2rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2rem !important;
    }

    .ms-sm-6,
    .mx-sm-6 {
        margin-left: 2rem !important;
    }

    .m-sm-7 {
        margin: 3rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important;
    }

    .me-sm-7,
    .mx-sm-7 {
        margin-right: 3rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important;
    }

    .ms-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important;
    }

    .m-sm-8 {
        margin: 4rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 4rem !important;
    }

    .me-sm-8,
    .mx-sm-8 {
        margin-right: 4rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 4rem !important;
    }

    .ms-sm-8,
    .mx-sm-8 {
        margin-left: 4rem !important;
    }

    .m-sm-9 {
        margin: 6rem !important;
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 6rem !important;
    }

    .me-sm-9,
    .mx-sm-9 {
        margin-right: 6rem !important;
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 6rem !important;
    }

    .ms-sm-9,
    .mx-sm-9 {
        margin-left: 6rem !important;
    }

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

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

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

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .me-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

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

    .ms-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .me-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ms-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

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

    .me-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ms-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 0.75rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 0.75rem !important;
    }

    .me-md-3,
    .mx-md-3 {
        margin-right: 0.75rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 0.75rem !important;
    }

    .ms-md-3,
    .mx-md-3 {
        margin-left: 0.75rem !important;
    }

    .m-md-4 {
        margin: 1rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1rem !important;
    }

    .me-md-4,
    .mx-md-4 {
        margin-right: 1rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1rem !important;
    }

    .ms-md-4,
    .mx-md-4 {
        margin-left: 1rem !important;
    }

    .m-md-5 {
        margin: 1.5rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 1.5rem !important;
    }

    .me-md-5,
    .mx-md-5 {
        margin-right: 1.5rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.5rem !important;
    }

    .ms-md-5,
    .mx-md-5 {
        margin-left: 1.5rem !important;
    }

    .m-md-6 {
        margin: 2rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 2rem !important;
    }

    .me-md-6,
    .mx-md-6 {
        margin-right: 2rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2rem !important;
    }

    .ms-md-6,
    .mx-md-6 {
        margin-left: 2rem !important;
    }

    .m-md-7 {
        margin: 3rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important;
    }

    .me-md-7,
    .mx-md-7 {
        margin-right: 3rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important;
    }

    .ms-md-7,
    .mx-md-7 {
        margin-left: 3rem !important;
    }

    .m-md-8 {
        margin: 4rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 4rem !important;
    }

    .me-md-8,
    .mx-md-8 {
        margin-right: 4rem !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 4rem !important;
    }

    .ms-md-8,
    .mx-md-8 {
        margin-left: 4rem !important;
    }

    .m-md-9 {
        margin: 6rem !important;
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 6rem !important;
    }

    .me-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }

    .ms-md-9,
    .mx-md-9 {
        margin-left: 6rem !important;
    }

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

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .me-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

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

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .me-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

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

    .ms-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .me-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ms-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

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

    .me-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ms-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 0.75rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 0.75rem !important;
    }

    .me-lg-3,
    .mx-lg-3 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 0.75rem !important;
    }

    .ms-lg-3,
    .mx-lg-3 {
        margin-left: 0.75rem !important;
    }

    .m-lg-4 {
        margin: 1rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1rem !important;
    }

    .me-lg-4,
    .mx-lg-4 {
        margin-right: 1rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem !important;
    }

    .ms-lg-4,
    .mx-lg-4 {
        margin-left: 1rem !important;
    }

    .m-lg-5 {
        margin: 1.5rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.5rem !important;
    }

    .me-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.5rem !important;
    }

    .ms-lg-5,
    .mx-lg-5 {
        margin-left: 1.5rem !important;
    }

    .m-lg-6 {
        margin: 2rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem !important;
    }

    .me-lg-6,
    .mx-lg-6 {
        margin-right: 2rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem !important;
    }

    .ms-lg-6,
    .mx-lg-6 {
        margin-left: 2rem !important;
    }

    .m-lg-7 {
        margin: 3rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important;
    }

    .me-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important;
    }

    .ms-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important;
    }

    .m-lg-8 {
        margin: 4rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 4rem !important;
    }

    .me-lg-8,
    .mx-lg-8 {
        margin-right: 4rem !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 4rem !important;
    }

    .ms-lg-8,
    .mx-lg-8 {
        margin-left: 4rem !important;
    }

    .m-lg-9 {
        margin: 6rem !important;
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 6rem !important;
    }

    .me-lg-9,
    .mx-lg-9 {
        margin-right: 6rem !important;
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 6rem !important;
    }

    .ms-lg-9,
    .mx-lg-9 {
        margin-left: 6rem !important;
    }

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

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .me-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

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

    .ms-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .me-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ms-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

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

    .me-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ms-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 0.75rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 0.75rem !important;
    }

    .me-xl-3,
    .mx-xl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ms-xl-3,
    .mx-xl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xl-4 {
        margin: 1rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1rem !important;
    }

    .me-xl-4,
    .mx-xl-4 {
        margin-right: 1rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem !important;
    }

    .ms-xl-4,
    .mx-xl-4 {
        margin-left: 1rem !important;
    }

    .m-xl-5 {
        margin: 1.5rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.5rem !important;
    }

    .me-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem !important;
    }

    .ms-xl-5,
    .mx-xl-5 {
        margin-left: 1.5rem !important;
    }

    .m-xl-6 {
        margin: 2rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem !important;
    }

    .me-xl-6,
    .mx-xl-6 {
        margin-right: 2rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem !important;
    }

    .ms-xl-6,
    .mx-xl-6 {
        margin-left: 2rem !important;
    }

    .m-xl-7 {
        margin: 3rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important;
    }

    .me-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important;
    }

    .ms-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important;
    }

    .m-xl-8 {
        margin: 4rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 4rem !important;
    }

    .me-xl-8,
    .mx-xl-8 {
        margin-right: 4rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 4rem !important;
    }

    .ms-xl-8,
    .mx-xl-8 {
        margin-left: 4rem !important;
    }

    .m-xl-9 {
        margin: 6rem !important;
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 6rem !important;
    }

    .me-xl-9,
    .mx-xl-9 {
        margin-right: 6rem !important;
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 6rem !important;
    }

    .ms-xl-9,
    .mx-xl-9 {
        margin-left: 6rem !important;
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mt-lg-n23 {
        margin-top: -23rem !important;
    }

    .video-div-margin-top {
        margin-top: -12em !important;
    }
}

/*------ Paddings -------*/

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

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

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

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pe-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.ps-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pe-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.ps-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
    padding-top: 0.75rem !important;
}

.pe-3,
.px-3 {
    padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 0.75rem !important;
}

.ps-3,
.px-3 {
    padding-left: 0.75rem !important;
}

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

.pt-4,
.py-4 {
    padding-top: 1rem !important;
}

.pe-4,
.px-4 {
    padding-right: 1rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1rem !important;
}

.ps-4,
.px-4 {
    padding-left: 1rem !important;
}

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

.pt-5,
.py-5 {
    padding-top: 1.5rem !important;
}

.pe-5,
.px-5 {
    padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 1.5rem !important;
}

.ps-5,
.px-5 {
    padding-left: 1.5rem !important;
}

.p-6 {
    padding: 2rem !important;
}

.pt-6,
.py-6 {
    padding-top: 2rem !important;
}

.pe-6,
.px-6 {
    padding-right: 2rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 2rem !important;
}

.ps-6,
.px-6 {
    padding-left: 2rem !important;
}

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

.pt-7,
.py-7 {
    padding-top: 3rem !important;
}

.pe-7,
.px-7 {
    padding-right: 3rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 3rem !important;
}

.ps-7,
.px-7 {
    padding-left: 3rem !important;
}

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

.pt-8,
.py-8 {
    padding-top: 4rem !important;
}

.pe-8,
.px-8 {
    padding-right: 4rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 4rem !important;
}

.ps-8,
.px-8 {
    padding-left: 4rem !important;
}

.p-9 {
    padding: 6rem !important;
}

.pt-9,
.py-9 {
    padding-top: 6rem !important;
}

.pe-9,
.px-9 {
    padding-right: 6rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}

.ps-9,
.px-9 {
    padding-left: 6rem !important;
}

.padding-bottom {
    padding-bottom: 5.47rem !important;
}

.p-10 {
    padding: 9.3rem !important;
}

.pt-10,
.py-10 {
    padding-top: 9.3rem !important;
}

.pe-10,
.px-10 {
    padding-right: 9.3rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 9.3rem !important;
}

.ps-10,
.px-10 {
    padding-left: 9.3rem !important;
}

@media (min-width: 576px) {
    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pe-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .ps-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pe-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .ps-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pe-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .ps-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 0.75rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 0.75rem !important;
    }

    .pe-sm-3,
    .px-sm-3 {
        padding-right: 0.75rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 0.75rem !important;
    }

    .ps-sm-3,
    .px-sm-3 {
        padding-left: 0.75rem !important;
    }

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

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1rem !important;
    }

    .pe-sm-4,
    .px-sm-4 {
        padding-right: 1rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem !important;
    }

    .ps-sm-4,
    .px-sm-4 {
        padding-left: 1rem !important;
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.5rem !important;
    }

    .pe-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem !important;
    }

    .ps-sm-5,
    .px-sm-5 {
        padding-left: 1.5rem !important;
    }

    .p-sm-6 {
        padding: 2rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem !important;
    }

    .pe-sm-6,
    .px-sm-6 {
        padding-right: 2rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem !important;
    }

    .ps-sm-6,
    .px-sm-6 {
        padding-left: 2rem !important;
    }

    .p-sm-7 {
        padding: 3rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important;
    }

    .pe-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important;
    }

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

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 4rem !important;
    }

    .pe-sm-8,
    .px-sm-8 {
        padding-right: 4rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 4rem !important;
    }

    .ps-sm-8,
    .px-sm-8 {
        padding-left: 4rem !important;
    }

    .p-sm-9 {
        padding: 6rem !important;
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 6rem !important;
    }

    .pe-sm-9,
    .px-sm-9 {
        padding-right: 6rem !important;
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 6rem !important;
    }

    .ps-sm-9,
    .px-sm-9 {
        padding-left: 6rem !important;
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pe-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .ps-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pe-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .ps-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pe-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .ps-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 0.75rem !important;
    }

    .pe-md-3,
    .px-md-3 {
        padding-right: 0.75rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 0.75rem !important;
    }

    .ps-md-3,
    .px-md-3 {
        padding-left: 0.75rem !important;
    }

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

    .pt-md-4,
    .py-md-4 {
        padding-top: 1rem !important;
    }

    .pe-md-4,
    .px-md-4 {
        padding-right: 1rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem !important;
    }

    .ps-md-4,
    .px-md-4 {
        padding-left: 1rem !important;
    }

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

    .pt-md-5,
    .py-md-5 {
        padding-top: 1.5rem !important;
    }

    .pe-md-5,
    .px-md-5 {
        padding-right: 1.5rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem !important;
    }

    .ps-md-5,
    .px-md-5 {
        padding-left: 1.5rem !important;
    }

    .p-md-6 {
        padding: 2rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem !important;
    }

    .pe-md-6,
    .px-md-6 {
        padding-right: 2rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem !important;
    }

    .ps-md-6,
    .px-md-6 {
        padding-left: 2rem !important;
    }

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

    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important;
    }

    .pe-md-7,
    .px-md-7 {
        padding-right: 3rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important;
    }

    .ps-md-7,
    .px-md-7 {
        padding-left: 3rem !important;
    }

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

    .pt-md-8,
    .py-md-8 {
        padding-top: 4rem !important;
    }

    .pe-md-8,
    .px-md-8 {
        padding-right: 4rem !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 4rem !important;
    }

    .ps-md-8,
    .px-md-8 {
        padding-left: 4rem !important;
    }

    .p-md-9 {
        padding: 6rem !important;
    }

    .pt-md-9,
    .py-md-9 {
        padding-top: 6rem !important;
    }

    .pe-md-9,
    .px-md-9 {
        padding-right: 6rem !important;
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }

    .ps-md-9,
    .px-md-9 {
        padding-left: 6rem !important;
    }
}

@media (min-width: 992px) {
    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pe-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .ps-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pe-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .ps-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pe-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .ps-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 0.75rem !important;
    }

    .pe-lg-3,
    .px-lg-3 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 0.75rem !important;
    }

    .ps-lg-3,
    .px-lg-3 {
        padding-left: 0.75rem !important;
    }

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

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1rem !important;
    }

    .pe-lg-4,
    .px-lg-4 {
        padding-right: 1rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem !important;
    }

    .ps-lg-4,
    .px-lg-4 {
        padding-left: 1rem !important;
    }

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

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.5rem !important;
    }

    .pe-lg-5,
    .px-lg-5 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem !important;
    }

    .ps-lg-5,
    .px-lg-5 {
        padding-left: 1.5rem !important;
    }

    .p-lg-6 {
        padding: 2rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2rem !important;
    }

    .pe-lg-6,
    .px-lg-6 {
        padding-right: 2rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem !important;
    }

    .ps-lg-6,
    .px-lg-6 {
        padding-left: 2rem !important;
    }

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

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important;
    }

    .pe-lg-7,
    .px-lg-7 {
        padding-right: 3rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-7,
    .px-lg-7 {
        padding-left: 3rem !important;
    }

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

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 4rem !important;
    }

    .pe-lg-8,
    .px-lg-8 {
        padding-right: 4rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 4rem !important;
    }

    .ps-lg-8,
    .px-lg-8 {
        padding-left: 4rem !important;
    }

    .p-lg-9 {
        padding: 6rem !important;
    }

    .pt-lg-9,
    .py-lg-9 {
        padding-top: 6rem !important;
    }

    .pe-lg-9,
    .px-lg-9 {
        padding-right: 6rem !important;
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 6rem !important;
    }

    .ps-lg-9,
    .px-lg-9 {
        padding-left: 6rem !important;
    }
}

@media (min-width: 1280px) {
    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pe-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .ps-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pe-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .ps-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pe-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .ps-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 0.75rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 0.75rem !important;
    }

    .pe-xl-3,
    .px-xl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 0.75rem !important;
    }

    .ps-xl-3,
    .px-xl-3 {
        padding-left: 0.75rem !important;
    }

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

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1rem !important;
    }

    .pe-xl-4,
    .px-xl-4 {
        padding-right: 1rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem !important;
    }

    .ps-xl-4,
    .px-xl-4 {
        padding-left: 1rem !important;
    }

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

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.5rem !important;
    }

    .pe-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem !important;
    }

    .ps-xl-5,
    .px-xl-5 {
        padding-left: 1.5rem !important;
    }

    .p-xl-6 {
        padding: 2rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem !important;
    }

    .pe-xl-6,
    .px-xl-6 {
        padding-right: 2rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem !important;
    }

    .ps-xl-6,
    .px-xl-6 {
        padding-left: 2rem !important;
    }

    .p-xl-7 {
        padding: 3rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important;
    }

    .pe-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important;
    }

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

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 4rem !important;
    }

    .pe-xl-8,
    .px-xl-8 {
        padding-right: 4rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 4rem !important;
    }

    .ps-xl-8,
    .px-xl-8 {
        padding-left: 4rem !important;
    }

    .p-xl-9 {
        padding: 6rem !important;
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 6rem !important;
    }

    .pe-xl-9,
    .px-xl-9 {
        padding-right: 6rem !important;
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 6rem !important;
    }

    .ps-xl-9,
    .px-xl-9 {
        padding-left: 6rem !important;
    }
}

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

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

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

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

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

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

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-start {
        text-align: left !important;
    }

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

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

@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }

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

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

@media (min-width: 992px) {
    .text-lg-start {
        text-align: left !important;
    }

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

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

@media (min-width: 1280px) {
    .text-xl-start {
        text-align: left !important;
    }

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

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

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

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

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

.text-success {
    color: #21b632 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #3adfab !important;
}

.text-info {
    color: #04b2e5 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #1594ef !important;
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #f59713 !important;
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #f34a4a !important;
}

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

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

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

.text-body {
    color: #5c5776 !important;
}

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

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.text-wrap {
    font-size: 14px;
    line-height: 2;
}

.text-wrap> :first-child {
    margin-top: 0;
}

.text-wrap> :last-child {
    margin-bottom: 0;
}

.text-wrap>h1,
.text-wrap>h2,
.text-wrap>h3,
.text-wrap>h4,
.text-wrap>h5,
.text-wrap>h6 {
    margin-top: 1em;
}

.text-inherit {
    color: inherit !important;
}

.text-default {
    color: #5c5776 !important;
}

.text-default-dark {
    color: #18113c !important;
}

.text-muted-dark {
    color: #5f6877 !important;
}

.tracking-tight {
    letter-spacing: -0.05em !important;
}

.tracking-normal {
    letter-spacing: 0 !important;
}

.tracking-wide {
    letter-spacing: 0.05em !important;
}

.leading-none {
    line-height: 1 !important;
}

.leading-tight {
    line-height: 1.3 !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.leading-loose {
    line-height: 2 !important;
}

.text-blue {
    color: #4049ec !important;
}

.text-indigo {
    color: #6574cd !important;
}

.text-purple {
    color: #6d33ff !important;
}

.text-lightpink-red {
    color: #ff7088 !important;
}

.text-lightgreen {
    color: #26eda2 !important;
}

.text-pink {
    color: #f5127b !important;
}

.text-red {
    color: #f84242 !important;
}

.text-orange {
    color: #e67605 !important;
}

.text-yellow {
    color: #ffa22b !important;
}

.text-green {
    color: #21b632 !important;
}

.text-teal {
    color: #05e6e6 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

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

.text-gray {
    color: #858d97 !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

.text-azure {
    color: #04b2e5 !important;
}

.text-lime {
    color: #63e600 !important;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

/*------ Widths-------*/

.w-16 {
    width: 16%;
}

.horizontalMenu>.horizontalMenu-list>li>.avatar {
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0px 0px;
}

@media (min-width: 320px) and (max-width:576px) {
    .horizontalMenu>.horizontalMenu-list>li>.avatar {
        display: block;
    }

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

    .section-title h2 {
        line-height: 1.1 !important;
    }

    /* .search-box {
        margin: 0rem !important;
        width: 100% !important;
    } */

    .btn-lined {
        letter-spacing: 0em;
    }

    .rounded img {
        height: auto !important;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .search-box {
        margin: 0rem !important;
        width: 100% !important;
    }
}
@media (min-width: 200px) and (max-width:400px) {
    .ac-buttons{
        display: block !important;
    }
    .ac-buttons .btn{
        margin: 0 0 10px 0 !important;
    }
}
@media screen and (max-width: 991px){
    .ac-buttons {
            margin-top: 15px;
    }    
}
.header-style1 .horizontalMenu>.horizontalMenu-list>.avatar-dropdown {
    padding: 0.650rem;
}

/* Text Eclipsis for max two lines for course list card */

.text-eclipsis-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-eclipsis-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.filter-sites-checkbox {
    height: 18rem;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.course-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    background: #fff;
}

.w-150 {
    width: 165px;
}

.row .column-detail {
    flex-direction: row-reverse;
}

.d-md-flex .item-card9-img .item-card9-imgs {
    overflow: hidden;
    height: 100%;
    width: 290px;
}

/* About in person courses */

.about-us {
    position: relative
}

.about-us .round-shape {
    position: absolute;
    top: -100px;
    left: -100px;
    height: 200px;
    width: 200px
}

.about-us .about-left {
    padding-right: 100px
}

.about-us .about-left p {
    margin-bottom: 25px
}

.about-us .about-left .section-title {
    padding: 0;
    margin-bottom: 40px
}

.about-us .about-left .section-title span {
    position: relative;
    padding-left: 60px;
    text-transform: uppercase
}

.about-us .about-left .section-title span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    margin-top: -1px;
    background-color: #473bf0
}

.about-us .about-left .section-title h2 {
    margin: 0;
    font-size: 38px!important;
    line-height: 55px;
    margin-bottom: 40px
}

.about-us .about-left .section-title h2::before {
    display: none
}

.about-us .about-left .author .content {
    margin-top: 40px
}

.about-us .about-left .author .content h5 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: 22px
}

.about-us .about-left .author .content h5 a {
    display: inline-block;
    margin-left: 5px;
    color: #473bf0;
    font-weight: 500;
    text-transform: capitalize
}

.about-us .about-right {
    position: relative
}

.about-us .about-right img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.why-card {
    height: 14.68rem;
}

/* Inperson images */

.bg-dot.primary {
    background-image: radial-gradient(#3f78e0 2px, transparent 2.5px);
}

.shape.rellax {
    z-index: 1;
}

.shape.rellax {
    position: absolute;
}

.bg-dot {
    background-size: .75rem .75rem;
}

.bg-dot,
.bg-line {
    opacity: .4;
}

.overlap-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.overlap-grid-2 .item:nth-child(1) {
    width: 70%;
    margin-top: 0;
    margin-left: 30%;
    z-index: 3;
}

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

.rounded img {
    border-radius: .4rem;
    height: 300px;
}

figure img {
    width: 100%;
    max-width: 100%;
}

.overlap-grid-2 .item:nth-child(2) {
    width: 55%;
    margin-top: -60%;
    margin-left: 0;
    z-index: 4;
}

/* @Animation */

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}

/* pattern images */

.pattern-18 {
    position: absolute;
    right: 0px;
    width: 667px;
    height: 120px;
    background-repeat: no-repeat;
    z-index: 0;
}

.pattern-layer-three {
    position: absolute;
    right: 50px;
    width: 69px;
    height: 69px;
    z-index: 0;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation: spin 50s linear infinite;
    -moz-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
}

.pattern-layer-two {
    position: absolute;
    left: 50px;
    width: 69px;
    height: 69px;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation: spin 50s linear infinite;
    -moz-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

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

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

.section-title h2 {
    line-height: 0.8;
}

/* Category Header */

.search-box {
    position: relative;
    height: 44px;
    width: 40%;
    background: #f1f0f5;
    border-radius: 7px;
    margin: 0.5rem;
}

.search-box input[type="search"] {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 44px;
    font-weight: 400;
    border: none;
    background: transparent;
    color: #8f8d98;
    outline: none;
    padding: 0 20px;
}

.search-box input[type="search"]::-moz-placeholder {
    color: #8f8d98;
    opacity: 1;
}

.search-box input[type="search"]::-ms-input-placeholder {
    color: #8f8d98;
    opacity: 1;
}

.search-box input[type="search"]::-webkit-input-placeholder {
    color: #8f8d98;
    opacity: 1;
}

.search-box button {
    font-size: 16px;
    /*line-height: 44px;*/
    color: #2c234d;
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 0%;
    top: 22%;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate(-30%, -0%);
}

.search-box button:hover {
    color: #fe7c54;
}

/* browse-btn */

.header-style1 .horizontalMenu>.horizontalMenu-list.browse>li .browse-btn {
    position: relative !important;
    width: 100px;
    height: 40px;
    background: rgba(0, 25, 53, 0.6);
    text-align: center;
    border-radius: 3px;
    margin: 0 20px 0 35px;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    outline: none;
    user-select: none;
    appearance: none;
    cursor: pointer;
}

.class-detail-image {
    object-fit: contain;
}

/* team */

.z-instructors__thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 400px;
}

.z-instructors__thumb img {
    width: 100%;
    height: 100%;
}

.z-instructors__thumb .social-media {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 27px 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .z-instructors__thumb .social-media {
        padding: 27px 10px;
    }
}

.z-instructors__thumb .social-media a {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.z-instructors__thumb .social-media a:first-child {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.z-instructors__thumb .social-media a:nth-child(2) {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.z-instructors__thumb .social-media a:nth-child(3) {
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.z-instructors__thumb .social-media a:last-child {
    -webkit-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
}

.z-instructors__thumb .social-media a:hover {
    color: #ffffff;
    background-color: #001935;
}

.z-instructors:hover .social-media {
    border-radius: 5px;
    background: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.05);
}

.z-instructors:hover .social-media a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.social-media a {
    color: #001935;
    font-size: 19px;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 45px;
    border-radius: 7px;
}

.z-instructors__content .sub-title {
    color: #000009;
    font-size: 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .social-media a {
        width: 40px;
        height: 40px;
        margin: 0 3px;
        line-height: 40px;
    }
}

/* Team Instructor detail */

.page__title-shape img {
    position: absolute;
    z-index: 1;
}

.page__title-shape .page-title-shape-5 {
    top: 61%;
    left: 0;
    z-index: -1;
}

.page__title-shape img.page-title-shape-7 {
    top: 80%;
    right: 0;
    z-index: -1;
}

.teacher__details-thumb {
    padding-right: 30px;
}

.teacher__details-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.teacher__details-shape img.teacher-details-shape-1 {
    right: 0px;
    bottom: 70px;
}

.teacher__details-shape img {
    position: absolute;
    z-index: -1;
    width: auto;
}

::selection {
    background: #2b4eff;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #2b4eff;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #2b4eff;
    color: #ffffff;
    text-shadow: none;
}

.teacher__details-shape img.teacher-details-shape-1 {
    right: 0px;
    bottom: 70px;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation: spin 50s linear infinite;
    -moz-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
}

.teacher__details-shape img {
    position: absolute;
    z-index: -1;
    width: auto;
}

.teacher__details-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.teacher__details-shape img.teacher-details-shape-2 {
    left: -27px;
    top: 55px;
}

.teacher__top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eaf0;
}

.teacher__info h4 {
    font-size: 40px;
    margin-bottom: 0;
}

.teacher__info span {
    font-size: 16px;
    color: #53545b;
}

.teacher__rating h5 {
    font-size: 14px;
    color: #53545b;
    font-weight: 600;
    margin-bottom: 0;
}

.teacher__rating-inner p {
    font-size: 16px;
    color: #0e1133;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 3px;
}

.teacher__social-2 h4 {
    font-size: 16px;
    font-weight: 500;
    color: #53545b;
    margin-bottom: 0;
}

.teacher__social-2 ul li {
    display: inline-block;
}

.teacher__social-2 ul li {
    display: inline-block;
}

.instructor-social-media a {
    color: #001935;
    font-size: 16px;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 2px 5px;
    text-align: center;
    line-height: 35px;
}

.teacher__bio {
    padding-bottom: 50px;
    padding-top: 35px;
}

.teacher__bio p {
    line-height: 26px;
}

/* Contact Us page */

.back-contact-page .back-blog-form {
    max-width: 1000px;
    margin: 0 auto;
}

.back-contact-page .back-title-sec h2 {
    font-size: 50px;
    font-weight: 700;
    color: #020334;
    margin: 0px;
}

.back-contact-page .back-address strong {
    font-size: 16px;
    color: #020334;
    font-weight: 800;
    margin: 0 0 3px;
    display: inline-block;
}

.back-contact-page .back-address a {
    font-size: 16px;
    color: #4b4b57;
}

.back-contact-page .back-address a:hover {
    color: #2a6df5;
}

.back-contact-page .blog-form {
    z-index: 9;
    position: relative;
    padding-top: 15px;
}

.back-contact-page .blog-form .back-input {
    position: relative;
}

.back-contact-page .blog-form .back-input img {
    position: absolute;
    bottom: 55px;
    left: 30px;
}

.back-contact-page .blog-form .back-textarea img {
    position: absolute;
    top: 57px;
    left: 47px;
    z-index: 1;
}

.back-contact-page .blog-form h3 {
    font-size: 24px;
    color: #020334;
    font-weight: 700;
}

.back-contact-page .blog-form form label {
    /* color: #1a152e; */
    font-size: 14px;
    font-weight: 500;
}

.back-contact-page .blog-form form input {
    color: #000!important;
    width: 100%;
    height: 57px;
    padding: 10px 30px 10px 30px;
    background: #f0f2f6;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-bottom: 0px;
    border: 2px solid #001935;
    background: none;
}

.back-contact-page .blog-form form select {
    width: 100%;
    height: 57px !important;
    padding: 10px 30px 10px 30px;
    background: #f0f2f6;
    border: none;
    outline: none;
    border-radius: 6px;
    border: 2px solid #001935;
    background: none;
    box-shadow: none;
}

.back-contact-page .blog-form form .pdl-5 {
    padding-left: 5px;
}

.back-contact-page .blog-form form textarea {
    width: 100%;
    height: 160px;
    padding: 22px 30px;
    background: #f0f1f5;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-bottom: 0px;
    position: relative;
    border: 2px solid #001935;
    background: none;
}

.back-contact-page .blog-form form button {
    background: #2a6df5;
    font-size: 16px;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 38px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
}

.back-contact-page .blog-form form button:hover {
    color: #ffffff;
    opacity: .9;
}

.back-contact-page .blog-form form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7b7d82;
    opacity: 1;
    font-size: 16px;
}

.back-contact-page .blog-form form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #7b7d82;
    opacity: 1;
    font-size: 16px;
}

.back-contact-page .blog-form form :-ms-input-placeholder {
    /* IE 10+ */
    color: #7b7d82;
    opacity: 1;
    font-size: 16px;
}

.back-contact-page .blog-form form :-moz-placeholder {
    /* Firefox 18- */
    color: #7b7d82;
    opacity: 1;
    font-size: 16px;
}

.back-address-area {
    position: relative;
}

.back-address-area .container {
    max-width: 1100px;
}

.back-address-area .inner-locate {
    background: #ffffff;
    padding: 50px 40px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

.back-address-area .inner-locate img {
    height: 100px;
}

.back-address-area .inner-locate em {
    font-size: 13px;
    font-weight: 700;
    background: #f8452d;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
    color: #ffffff;
    font-style: normal;
    max-width: 110px;
    padding: 3px 3px;
}

.back-address-area .inner-locate .h4 {
    font-size: 20px;
    color: #020334;
    font-weight: 500;
    margin: 28px 0 14px;
}

.back-address-area .inner-locate p {
    font-size: 16px;
    color: #4b4c57;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

/* practice exam page */

.tabs-menu1 ul .option-card {
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
}

.success-card {
    width: 30em;
}

.practice-card .card-body h5,
.practice-card .card-body h3,
.practice-card .card-footer span,
.practice-card .card-footer h6 {
    color: #e2e2e2;
}

.practice-card:hover {
    color: #001935;
    border: 1px solid #001935;
}

.practice-card:hover {
    color: #001935;
    border: 1px solid #001935;
}

.practice-card:hover {
    color: #001935;
    border: 1px solid #001935;
}

.social-icons {
    width: 35px;
    height: 35px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
}

.social-icons.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px;
}

.social-icons i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.mt-lg-n30 {
    margin-top: -30rem !important;
}

/* Event detail page */

.mb-35 {
    margin-bottom: 35px;
}

.events__details h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.events__details p {
    font-size: 15px;
    line-height: 22px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mr-80 {
    margin-right: 80px;
}

.events__sidebar-widget {
    position: relative;
    padding: 30px;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.white-bg {
    background: #ffffff;
}

.mb-20 {
    margin-bottom: 20px;
}

.events__sidebar-shape img.events-sidebar-img-2 {
    top: 40px;
    left: -25px;
}

.events__sidebar-shape img {
    position: absolute;
    z-index: -1;
}

.events__sidebar-shape img.events-sidebar-img-3 {
    bottom: 90px;
    right: -30px;
}

.events__sidebar-shape img {
    position: absolute;
    z-index: -1;
}

.page__title-pre.purple-bg {
    background: #001935;
}

.page__title-pre {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #30a820;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 7px;
    margin-bottom: 12px;
}

.page__title-3 {
    font-size: 35px;
    line-height: 1.1;
    margin-top: 12px;
}

.course__teacher-thumb-3 img {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(1, 11, 60, 0.1);
    -moz-box-shadow: 0px 10px 14px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 10px 14px 0px rgba(1, 11, 60, 0.1);
}

.course__teacher-info-3 h5 {
    font-size: 14px;
    color: #53545b;
    font-weight: 600;
    margin-bottom: 0;
}

.course__teacher-info-3 p {
    font-size: 16px;
    color: #0e1133;
    font-weight: 600;
    margin-bottom: 0;
}

.course__update h5 {
    font-size: 14px;
    color: #53545b;
    font-weight: 600;
    margin-bottom: 0;
}

.course__update p {
    font-size: 16px;
    color: #0e1133;
    font-weight: 600;
    margin-bottom: 0;
}

.mr-70 {
    margin-right: 70px;
}

.mr-15 {
    margin-right: 15px;
}

.error-page {
    background: url(../images/banners/banner1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.error-page .display-1 {
    font-size: 10.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
}

.error-page:before {
    content: '';
    background: rgba(58, 58, 199, 0.8) !important;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    left: 0;
    right: 0;
}

/* new css */
.list-image {
    height: auto !important;
}

.learn-grid {
    width: auto;
    max-height: 200px;
}

.wireless-book-imge {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.wireless-book-img {
    height: 200px;
}


#hero {
    width: 100%;
    height: 100vh;
    background: url("../images/MicrosoftTeams-image (1).png") top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 82px;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

#hero h2 {
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #e03a3c;
    border: 2px solid #e03a3c;
}

#hero .btn-get-started:hover {
    background: transparent;
    border-color: #fff;
}

@media (max-width: 768px) {
    #hero {
        text-align: center;
        padding-top: 58px;
    }

    #hero h1 {
        font-size: 28px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*.shopping-cart{
position: absolute;
right: 8px;
background: #fff;
border-radius: 7px;
cursor: pointer;
}*/

.shopping-cart i {
    padding: 15px;
    font-size: 27px;
    color: #fff !important;
}

.searchBtn span {
    top: 30%;
    position: absolute;
    transform: translate(-30%);
}

#searchsubmit {
    top: 30%;
    position: absolute;
    transform: translate(-30%);
}

.navbar-fixed.scrolled .shopping-cart i {
    color: #001935 !important;
}

.cart {
    border: none;
    background: none;
    outline: none;
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.fa-shopping-cart {
    color: #fff;
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.total-qty {
    position: relative;
    height: 1rem;
    width: 1rem;
    background: white;
    color: black;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    line-height: 1rem;
    font-weight: 600;
    display: inline-block;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* left: -25px; */
    right: 1.2rem;
}

.is-sticky .horizontal-main .horizontal-mainwrapper .row .col-xl-11 .cart-href i {
    color: #001935;
}

.navbar-fixed.scrolled .cart i {
    color: #001935;
}

.list-image.setInCenter,
.setInCenter {
    height: 100% !important;
    width: 100% !important;
    max-height: 300px !important;
    object-fit: contain !important;
}

.learn-grid-center {
    width: 100% !important;
    height: 200px !important;
}

.cart-input-design {
    width: 50px !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    padding: 1px 0 2px 0 !important;
}

.cart-buttons-design {
    border: none !important;
    font-size: 1rem !important;
}

.content-height {
    min-height: 85px;
}

/* .header-main .horizontalMenu-list i.fas.fa-shopping-cart {
    color: #18113c;
} */
/*   RR Changes */
.header-main .horizontalMenu-list i.fas.fa-shopping-cart {
    font-size: 30px;
    color: #fff;
}
.is-sticky.header-main .horizontalMenu-list i.fas.fa-shopping-cart{
    color:#18113c;
}
@media only screen and (max-width: 991px){
    .header-main .horizontalMenu-list i.fas.fa-shopping-cart {
            color: #18113c;
    }
}
/*--------------------------------*/

.partners img {
    height: 150px;
    width: auto;
}
.btn.btn-primary.form-control.search-radius{
    border-radius: 0 7px 7px 0;
}
.select2-container .select2-selection--multiple{
    height: 39px;
}
.forMobile{
        display: none;
    }
    .forDesktop{
        display: block;
    }

@media only screen and (max-width: 991px) {
    .forMobile{
        display: block;
    }
    .forDesktop{
        display: none;
    }
}
@media screen and (max-width:575px){
    .view-ms-auto{
        display: flex !important;
        justify-content: end !important;
    }
    #myCarousel1 {
        margin-top:30px !important;
    }
}
/* @media screen and (min-width:576px) and (max-width:992px){
    .btn-outline-primary {
            padding:2px 4px !important;
       }
} */
@media screen and (max-width:991px){
    .about-us .about-left {
            padding-right: 0px !important;
    }
}
@media screen and (min-width:765px) and (max-width:991px){
    .overlap-grid{
        margin-top:100px !important;
    }
}
@media screen and (max-width:991px){
    .footer-main .row {
           text-align: center !important;
    }    
}

@media screen and (min-width:600px) and (max-width:767px) {
    a.btn.btn-outline-primary{
        padding:0.375rem!important;
    }
}
.list-unstyled li:hover {
    transform: scale(1.03);
}
.fa-phone a {
    font-family: 'Nunito', sans-serif;
}
@media screen and (max-width:450px) {
    .site-logo img {
        max-height: 56px !important;
    }
}
@media screen and (min-width:451px) and (max-width:991px) {
    .site-logo img {
        max-height: 69px !important;
    }
}
h3.title_big.title1 {
    width: 462px;
    margin: auto;
}
.footer-col{
    text-align: left;
    padding:0 13px!important;
}
.footer-main h6 {
    font-size: 18px;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem!important;
}
.copyright{
    padding-bottom: 80px;
}
.font-weight-normal {
    font-weight: 400 !important;
    font-size: 18px;
}
.support-service .h5.text-light {
    font-weight: 900;
}
.support-service p {
   font-weight: 900;
}
.bg-dark {
    background-color: #001935 !important;
    overflow-x: hidden;
}
/* @media screen and (max-width:991px){
    .form-control{
        font-style: 16px!important;
    }
} */
.contents {

    margin-top: 30px;

}
.fa.fa-eye.password-eye {
    position: absolute;
    right: 30px;
    top: 45px;
}
.select2-container {
    width: 100% !important;
}

.half .bg {
    padding-top: 17px;
}
.eventes-box .text ul {
    padding: 0px 0;
    display: inline-block;
}
section.sptb.bottomSpace {
    margin-bottom: 30px;
}
.eyeset .fa.fa-eye.password-eye {
    position: absolute;
    right: 30px;
    top: 36px;
}
.create-user-emp{
    height:40px;
}
section.about-us.section.sptb {
    margin: 60px 0px 30px;
}
/* .horizontal-main.header-style1.bg-dark-transparent.clearfix {
    width: 100% !important;
    position: unset !important;
} */
.item7-card-img.about-img img {

    object-fit: cover !important;

}

.partners img, .blog-detail .item7-card-img img {

    object-fit: contain !important;

}

.progress{
    background-color: rgba(169, 167, 172, 0.8) !important;
}
.progress-bar > b{
    position: absolute;
    left: 50%;
    color: white !important;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
