/*---- ie css ---*/
*::-ms-backdrop,
.custom-control-label {
    position: static;
}

*::-ms-backdrop,
.media-body,
.media-left,
.media-right {
    display: list-item;
    vertical-align: top;
}

*::-ms-backdrop,
.table-responsive .media-body,
.media-left,
.media-right {
    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,
.construction-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
}

*::-ms-backdrop,
.page-h,
*::-ms-backdrop,
.item-card7-img {
    height: 100%;
}

*::-ms-backdrop,
.market-place .item-card7-img {
    height: 185px;
}

*::-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,
.xzoom {
    height: 436px;
    width: 100%;
}

*::-ms-backdrop {
    height: 100%;
}

*::-ms-backdrop img {
    height: 100%;
}

.product-item2 {
    height: 100%;
}

*::-ms-backdrop,
.map-content-width .item-card9-imgs {
    height: 197px;
}

*::-ms-backdrop,
.single-productslide {
    height: 100%;
}

*::-ms-backdrop,
.p-blog .tab-pane.active .item-card9-imgs {
    width: 312px;
    height: 244px;
}

*::-ms-backdrop,
.card-img-top {
    width: 100%;
    height: 197px;
}

*::-ms-backdrop,
#tab-12 :last-child.card-footer {
    padding-bottom: 39px !important;
}

*::-ms-backdrop,
.ff_fileupload_wrap .ff_fileupload_dropzone {
    display: block !important;
    width: 100% !important;
    height: 100px !important;
    box-sizing: border-box !important;
    border: 2px dashed #efecec !important;
    border-radius: 3px !important;
    padding: 0 !important;
    background-color: #e8ebf3 !important;
    background-image: url('/Used_Tesla_Website/static/src/images/fancy_upload.png');
    background-repeat: no-repeat !important;
    background-position: center center !important;
    opacity: 0.85 !important;
    cursor: pointer !important;
    outline: none !important;
}

*::-ms-backdrop,
.loader-img {
    animation: spin 2s linear infinite;
}

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

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {

    *::-ms-backdrop,
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list.top-brands li a {
        height: 100%;
    }

    ::-ms-backdrop,
    .item-card9-imgs img {
        height: 100%;
        width: auto !important;
    }

    .map-content-width .item-card9-imgs img {
        height: 237px;
    }

    *::-ms-backdrop,
    .map-content-width .item-card9-imgs img {
        height: 100%;
    }

    *::-ms-backdrop,
    .item-card2 p.leading-tight,
    .item-card9 p.leading-tight {
        font-size: 12px;
    }
}

@media (max-width: 991px) {

    *::-ms-backdrop,
    .horizontal-megamenu .megamenu-content .link-list {
        display: inline-table !important;
    }

    *::-ms-backdrop,
    .horizontal-megamenu.car-brands .megamenu-content .link-list,
    *::-ms-backdrop,
    .horizontal-megamenu.car-brands .megamenu-content .link-list h4 {
        display: block !important;
    }

    *::-ms-backdrop,
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list.top-brands li a {
        height: 100%;
    }

    ::-ms-backdrop,
    .item-card9-imgs img {
        height: 100%;
        width: 100% !important;
    }
}

*::-ms-backdrop,
.item .d-inline-flex {
    display: inline !important;
}

.imagecheck-image {
    width: 100%;
}

.blog-list .item7-card-img {
    height: 196px;
}

@media (max-width: 1279px) {
    .blog-list .item7-card-img {
        height: 100%;
    }
}

@media (max-width: 767px) {

    ::-ms-backdrop,
    .item-card9-img {
        height: inherit !important;
    }

    ::-ms-backdrop,
    .item-card9-imgs {
        height: 100% !important;
    }
}





/*----- Label -----*/
.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: .5rem;
}

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

.label-info {
    background-color: #1da1f3;
}

.label-danger {
    background-color: #ff382b;
}

.label-warning {
    background-color: #ffa22b;
}

.label-success {
    background-color: #05a01f;
}

.label-purple {
    background-color: #6d33ff;
}

.label-pink {
    background-color: #ff2b88;
}

.label-secondary {
    background-color: #f1f5fd;
    color: #080e1b;
}

.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: 10px 7px;
}

.label.arrowed:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 10px 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: #1da1f3 !important;
}

.label-danger.arrowed:before {
    border-right-color: #ff382b !important;
}

.label-success.arrowed:before {
    border-right-color: #05a01f !important;
}

.label-warning.arrowed:before {
    border-right-color: #ffa22b !important;
}

.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 -----*/
.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: #080e1b;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #080e1b;
    text-decoration: none;
    background-color: #f1f5fd;
}

.list-group-item-action:active {
    color: #a7b4c9;
    background-color: #d8dde6;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d8dde6;
}

.listorder {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d8dde6;
    list-style-type: decimal;
    list-style-position: inside;
}

.listorder1 {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d8dde6;
    list-style-type: upper-alpha;
    list-style-position: inside;
}

.listunorder {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d8dde6;
    list-style-type: circle;
    list-style-position: inside;
}

.listunorder1 {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d8dde6;
    list-style-type: square;
    list-style-position: inside;
}

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

.list-group-item.active {
    z-index: 2;
    background-color: #eef0f9;
    border: 1px solid #d8dde6;
    color: #080e1b;
}

.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-item-primary {
    color: #24426c;
    background-color: #cbdbf2;
}

.list-group-flush .list-group-item:hover {
    border: 1px solid #d8dde6;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #24426c;
    background-color: #b7cded;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #24426c;
    border-color: #24426c;
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #464a4e;
    background-color: #cfd2d6;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e;
}

.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: #ff382b;
    background-color: #ffcfcc;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #ff382b;
    background-color: #ffcfcc;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #ff382b;
    border-color: #ff382b;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.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-right {
    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-item .icon {
    color: #a7b4c9 !important;
}

.list-group-transparent .list-group-item {
    background: 0 0;
    border: 0;
    padding: .5rem 1rem;
}

.list-group-transparent .list-group-item.active {
    background: #4771db;
    font-weight: 600;
}

.visitor-list p {
    font-size: 12px;
}

.visitor-list i {
    font-size: 20px;
}

.list-catergory ul li {
    line-height: 2;
}

/*---- Media-Object ---*/
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
}

.mediaicon {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 0;
    border-radius: 20px;
}

.mediafont {
    font-size: 16px;
    font-weight: 600;
}

.media,
.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-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-body h4 {
    font-weight: 500;
    font-size: 14px;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.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-body,
.media-left,
.media-right,
::-ms-backdrop {
    display: list-item;
    vertical-align: top;
}

.media-left,
.media-right,
.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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

/*----- Pricing  ------*/
.pricing {
    border-radius: 20px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
}

.pricing1 {
    color: #1f252d;
    border-radius: 7px;
}

.pricing .card-category {
    padding: 10px 0;
    border-radius: 4px;
    background: #f1f5fd;
    color: #fff;
}

.horizontal-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 80%;
}

.pricing .btn {
    color: #fff !important;
    border-width: 5px !important;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700 !important;
}

.pricing .price {
    font-weight: 600;
    font-size: 50px;
    color: #434258 !important;
}

.pricing .list-unstyled li {
    border-bottom: 1px solid rgba(232, 235, 243, 0.7);
    padding: 7px 0;
}

.pricing1 .list-unstyled li {
    border-bottom: 1px solid #d8dde6;
    padding: 7px 0;
}

.pricing1 .card-category {
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 0;
    color: #fff;
}

.pricing-table {
    width: 100%;
    margin: 0 auto;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 0;
}

.pricing-table:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.pricing-table:hover>.panel-footer-landing {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all .3s ease;
}

.pricing-table:hover>.panel>.panel-body-landing {
    background: #eef2f9;
    -webkit-transition: all .3s ease;
}

.pricing-table:hover>.panel>.panel-heading-landing-box {
    background: #fff !important;
    color: #333 !important;
    -webkit-transition: all .3s ease;
}

.pricing-table:hover>.panel>.controle-header {
    background: #eef2f9 !important;
    -webkit-transition: all .3s ease;
}

.pricing-table:hover>.panel>.panel-footer {
    background: #eef2f9 !important;
    -webkit-transition: all .3s ease;
    text-align: center;
}

.pricing-table:hover>.panel>.panel-footer>.btn {
    border: solid 1px #fff !important;
    -webkit-transition: all .3s ease;
}

.btn-price:hover {
    background: #fff !important;
    color: #eef2f9 !important;
    -webkit-transition: all .3s ease;
}

.pricing-table:hover>.panel>.controle-header>.panel-title-landing {
    color: #fff !important;
    -webkit-transition: all .3s ease;
    font-size: 35px;
}

.pricing-table:hover>.panel>.panel-body-landing>.table>tbody>tr>td {
    font-weight: 500;
    -webkit-transition: all .3s ease;
}

.pricing-table>.panel>.controle-header>.panel-title-landing {
    color: #000 !important;
    font-size: 35px;
}

.table>tbody>tr>th {
    font-weight: 500;
    -webkit-transition: all .3s ease;
}

.table>tfoot>tr>td,
.table>tfoot>tr>th {
    font-weight: 500;
    -webkit-transition: all .3s ease;
}

.table>thead>tr>td,
.table>thead>tr>th {
    font-weight: 500;
    -webkit-transition: all .3s ease;
}

.panel-body-landing:hover>.table>tbody>tr>td {
    color: #fff !important;
    -webkit-transition: all .3s ease;
}

.panel-heading-landing {
    background: #f7f7f7 !important;
    padding: 20px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: solid 2px #eef2f9 !important;
    border-bottom: none !important;
    text-align: center;
    margin-top: 20px;
}

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

.panel-heading-landing-box {
    background: #eef2f9 !important;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    border-top: none !important;
}

.panel-title-landing {
    color: #eef2f9 !important;
    font-size: 35px;
    font-weight: 700;
}

.panel-body-landing {
    border: solid 2px #eef2f9 !important;
    border-top: none !important;
    border-bottom: none !important;
    text-align: center;
    background: #fff;
}

.panel-footer-landing {
    border: solid 2px #eef2f9 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top: none !important;
    text-align: center;
    background: #f7f7f7;
}

.panel.price {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel.price>.panel-heading {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel.price h3 {
    margin-bottom: 0;
    padding: 20px 0;
}

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

.panel.price>.panel-heading {
    padding: 0;
    position: relative;
}

.price .list-group-item {
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.panel.price {
    margin-bottom: 1.5rem;
}

.panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel.price .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.price .panel-footer {
    border-bottom: 0;
    background-color: #fff;
}

.price.panel-color>.panel-body {
    background-color: #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: #f7f7f7;
    border-top: 1px solid #d8dde6;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel.price .btn {
    box-shadow: 0 -1px 0 rgba(50, 50, 50, 0.2) inset;
    border: 0;
}

.pricingTable {
    padding: 25px 0;
    border: 1px solid rgba(0, 40, 100, 0.12);
    text-align: center;
}

.pricingTable .price-value {
    font-size: 50px;
    font-weight: 800;
    color: #0d3b66;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.pricingTable .month {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #0d3b66;
    letter-spacing: 2px;
    line-height: 10px;
    text-transform: uppercase;
}

.pricingTable .title {
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 20px 0;
    background: rgba(233, 30, 99, 0.1);
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    transition: all .3s ease 0s;
}

.pricingTable .title:after,
.pricingTable .title:before {
    content: "";
    border-right: 26px solid rgba(233, 30, 99, 0.1);
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: -26px;
    transition: all .3s ease 0s;
}

.pricingTable .title:after {
    border-right: none;
    border-left: 26px solid rgba(233, 30, 99, 0.1);
    left: auto;
    right: -26px;
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}

.pricingTable .pricing-content li {
    font-size: 17px;
    line-height: 40px;
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 7px 30px;
    background: rgba(233, 30, 99, 0.1);
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease 0s;
}

.pricingTable .pricingTable-signup:after,
.pricingTable .pricingTable-signup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .5s ease 0s;
}

.pricingTable .pricingTable-signup:hover:before {
    background: rgba(255, 255, 255, 0.7);
    left: 60%;
    right: 60%;
    z-index: 1;
}

.pricingTable .pricingTable-signup:hover:after {
    background: rgba(255, 255, 255, 0.7);
    top: 60%;
    bottom: 60%;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

.pricingTable2 {
    text-align: center;
    transition: all .4s ease-in-out 0s;
    background: #fff;
    border: 1px solid rgba(0, 40, 100, 0.12);
}

.pricingTable2-header {
    padding: 25px 10px;
    background-color: #fff;
}

.pricingTable2 .pricingTable2-header h3 {
    font-size: 21px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}

.pricingTable2-header span {
    display: block;
    font-size: 12px;
}

.pricing-plans {
    padding: 25px 0;
}

.price-value1 {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    position: relative;
}

.price-value1 i {
    position: absolute;
    top: 3px;
    font-size: 22px;
}

.price-value1 span {
    font-size: 40px;
    color: #fff;
    margin-left: 17px;
}

.pricing-plans .month {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
}

.pricingContent2 ul {
    padding: 0 15px;
    margin-bottom: 0;
    list-style: none;
}

.pricingContent2 ul li {
    padding: 15px 0;
    text-transform: capitalize;
}

.pricingTable2 .pricingTable2-sign-up {
    padding: 25px 0;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.pricingTable2 .btn-block {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    transition: .3s ease;
}

.pricingTable2.blue .pricing-plans {
    background-color: #162946;
}

.pricingTable2.green .pricing-plans {
    background-color: #05a01f;
}

.pricingTable2.info .pricing-plans {
    background-color: #0ab2e6;
}

.pricingTable2.orange .pricing-plans {
    background-color: #ffA500;
}

@media screen and (max-width: 990px) {
    .pricingTable2 {
        margin-bottom: 30px;
    }
}

/*----- Ratings -----*/
.rating-stars .rating-stars-container {
    font-size: 0;
}

.rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 32px;
    cursor: pointer;
    padding: 5px 8px;
    color: #ebeefb;
}

.rating-stars .rating-stars-container .rating-star.sm {
    display: inline-block;
    font-size: 14px;
    color: #83829c;
    cursor: pointer;
    padding: 1px;
}

.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}

.rating-stars .rating-stars-container .rating-star.is--no-hover,
.rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover {
    color: #3e4b5b;
}

.rating-stars input {
    display: none;
    margin: 0 auto;
    text-align: center;
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.6;
    color: #3d4e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8dde6;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rating-stars.star input {
    display: none;
}





/* ###### layout ####### */
.browser {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
}

.browser-android-browser {
    background-image: url(../images/browsers/android-browser.svg);
}

.browser-aol-explorer {
    background-image: url(../images/browsers/aol-explorer.svg);
}

.browser-blackberry {
    background-image: url(../images/browsers/blackberry.svg);
}

.browser-camino {
    background-image: url(../images/browsers/camino.svg);
}

.browser-chrome {
    background-image: url(../images/browsers/chrome.svg);
}

.browser-chromium {
    background-image: url(../images/browsers/chromium.svg);
}

.browser-dolphin {
    background-image: url(../images/browsers/dolphin.svg);
}

.browser-edge {
    background-image: url(../images/browsers/edge.svg);
}

.browser-firefox {
    background-image: url(../images/browsers/firefox.svg);
}

.browser-ie {
    background-image: url(../images/browsers/ie.svg);
}

.browser-maxthon {
    background-image: url(../images/browsers/maxthon.svg);
}

.browser-mozilla {
    background-image: url(../images/browsers/mozilla.svg);
}

.browser-netscape {
    background-image: url(../images/browsers/netscape.svg);
}

.browser-opera {
    background-image: url(../images/browsers/opera.svg);
}

.browser-safari {
    background-image: url(../images/browsers/safari.svg);
}

.browser-sleipnir {
    background-image: url(../images/browsers/sleipnir.svg);
}

.browser-uc-browser {
    background-image: url(../images/browsers/uc-browser.svg);
}

.browser-vivaldi {
    background-image: url(../images/browsers/vivaldi.svg);
}

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

.flag-ad {
    background-image: url(../images/flags/ad.svg);
}

.flag-ae {
    background-image: url(../images/flags/ae.svg);
}

.flag-af {
    background-image: url(../images/flags/af.svg);
}

.flag-ag {
    background-image: url(../images/flags/ag.svg);
}

.flag-ai {
    background-image: url(../images/flags/ai.svg);
}

.flag-al {
    background-image: url(../images/flags/al.svg);
}

.flag-am {
    background-image: url(../images/flags/am.svg);
}

.flag-ao {
    background-image: url(../images/flags/ao.svg);
}

.flag-aq {
    background-image: url(../images/flags/aq.svg);
}

.flag-ar {
    background-image: url(../images/flags/ar.svg);
}

.flag-as {
    background-image: url(../images/flags/as.svg);
}

.flag-at {
    background-image: url(../images/flags/at.svg);
}

.flag-au {
    background-image: url(../images/flags/au.svg);
}

.flag-aw {
    background-image: url(../images/flags/aw.svg);
}

.flag-ax {
    background-image: url(../images/flags/ax.svg);
}

.flag-az {
    background-image: url(../images/flags/az.svg);
}

.flag-ba {
    background-image: url(../images/flags/ba.svg);
}

.flag-bb {
    background-image: url(../images/flags/bb.svg);
}

.flag-bd {
    background-image: url(../images/flags/bd.svg);
}

.flag-be {
    background-image: url(../images/flags/be.svg);
}

.flag-bf {
    background-image: url(../images/flags/bf.svg);
}

.flag-bg {
    background-image: url(../images/flags/bg.svg);
}

.flag-bh {
    background-image: url(../images/flags/bh.svg);
}

.flag-bi {
    background-image: url(../images/flags/bi.svg);
}

.flag-bj {
    background-image: url(../images/flags/bj.svg);
}

.flag-bl {
    background-image: url(../images/flags/bl.svg);
}

.flag-bm {
    background-image: url(../images/flags/bm.svg);
}

.flag-bn {
    background-image: url(../images/flags/bn.svg);
}

.flag-bo {
    background-image: url(../images/flags/bo.svg);
}

.flag-bq {
    background-image: url(../images/flags/bq.svg);
}

.flag-br {
    background-image: url(../images/flags/br.svg);
}

.flag-bs {
    background-image: url(../images/flags/bs.svg);
}

.flag-bt {
    background-image: url(../images/flags/bt.svg);
}

.flag-bv {
    background-image: url(../images/flags/bv.svg);
}

.flag-bw {
    background-image: url(../images/flags/bw.svg);
}

.flag-by {
    background-image: url(../images/flags/by.svg);
}

.flag-bz {
    background-image: url(../images/flags/bz.svg);
}

.flag-ca {
    background-image: url(../images/flags/ca.svg);
}

.flag-cc {
    background-image: url(../images/flags/cc.svg);
}

.flag-cd {
    background-image: url(../images/flags/cd.svg);
}

.flag-cf {
    background-image: url(../images/flags/cf.svg);
}

.flag-cg {
    background-image: url(../images/flags/cg.svg);
}

.flag-ch {
    background-image: url(../images/flags/ch.svg);
}

.flag-ci {
    background-image: url(../images/flags/ci.svg);
}

.flag-ck {
    background-image: url(../images/flags/ck.svg);
}

.flag-cl {
    background-image: url(../images/flags/cl.svg);
}

.flag-cm {
    background-image: url(../images/flags/cm.svg);
}

.flag-cn {
    background-image: url(../images/flags/cn.svg);
}

.flag-co {
    background-image: url(../images/flags/co.svg);
}

.flag-cr {
    background-image: url(../images/flags/cr.svg);
}

.flag-cu {
    background-image: url(../images/flags/cu.svg);
}

.flag-cv {
    background-image: url(../images/flags/cv.svg);
}

.flag-cw {
    background-image: url(../images/flags/cw.svg);
}

.flag-cx {
    background-image: url(../images/flags/cx.svg);
}

.flag-cy {
    background-image: url(../images/flags/cy.svg);
}

.flag-cz {
    background-image: url(../images/flags/cz.svg);
}

.flag-de {
    background-image: url(../images/flags/de.svg);
}

.flag-dj {
    background-image: url(../images/flags/dj.svg);
}

.flag-dk {
    background-image: url(../images/flags/dk.svg);
}

.flag-dm {
    background-image: url(../images/flags/dm.svg);
}

.flag-do {
    background-image: url(../images/flags/do.svg);
}

.flag-dz {
    background-image: url(../images/flags/dz.svg);
}

.flag-ec {
    background-image: url(../images/flags/ec.svg);
}

.flag-ee {
    background-image: url(../images/flags/ee.svg);
}

.flag-eg {
    background-image: url(../images/flags/eg.svg);
}

.flag-eh {
    background-image: url(../images/flags/eh.svg);
}

.flag-er {
    background-image: url(../images/flags/er.svg);
}

.flag-es {
    background-image: url(../images/flags/es.svg);
}

.flag-et {
    background-image: url(../images/flags/et.svg);
}

.flag-eu {
    background-image: url(../images/flags/eu.svg);
}

.flag-fi {
    background-image: url(../images/flags/fi.svg);
}

.flag-fj {
    background-image: url(../images/flags/fj.svg);
}

.flag-fk {
    background-image: url(../images/flags/fk.svg);
}

.flag-fm {
    background-image: url(../images/flags/fm.svg);
}

.flag-fo {
    background-image: url(../images/flags/fo.svg);
}

.flag-fr {
    background-image: url(../images/flags/fr.svg);
}

.flag-ga {
    background-image: url(../images/flags/ga.svg);
}

.flag-gb-eng {
    background-image: url(../images/flags/gb-eng.svg);
}

.flag-gb-nir {
    background-image: url(../images/flags/gb-nir.svg);
}

.flag-gb-sct {
    background-image: url(../images/flags/gb-sct.svg);
}

.flag-gb-wls {
    background-image: url(../images/flags/gb-wls.svg);
}

.flag-gb {
    background-image: url(../images/flags/gb.svg);
}

.flag-gd {
    background-image: url(../images/flags/gd.svg);
}

.flag-ge {
    background-image: url(../images/flags/ge.svg);
}

.flag-gf {
    background-image: url(../images/flags/gf.svg);
}

.flag-gg {
    background-image: url(../images/flags/gg.svg);
}

.flag-gh {
    background-image: url(../images/flags/gh.svg);
}

.flag-gi {
    background-image: url(../images/flags/gi.svg);
}

.flag-gl {
    background-image: url(../images/flags/gl.svg);
}

.flag-gm {
    background-image: url(../images/flags/gm.svg);
}

.flag-gn {
    background-image: url(../images/flags/gn.svg);
}

.flag-gp {
    background-image: url(../images/flags/gp.svg);
}

.flag-gq {
    background-image: url(../images/flags/gq.svg);
}

.flag-gr {
    background-image: url(../images/flags/gr.svg);
}

.flag-gs {
    background-image: url(../images/flags/gs.svg);
}

.flag-gt {
    background-image: url(../images/flags/gt.svg);
}

.flag-gu {
    background-image: url(../images/flags/gu.svg);
}

.flag-gw {
    background-image: url(../images/flags/gw.svg);
}

.flag-gy {
    background-image: url(../images/flags/gy.svg);
}

.flag-hk {
    background-image: url(../images/flags/hk.svg);
}

.flag-hm {
    background-image: url(../images/flags/hm.svg);
}

.flag-hn {
    background-image: url(../images/flags/hn.svg);
}

.flag-hr {
    background-image: url(../images/flags/hr.svg);
}

.flag-ht {
    background-image: url(../images/flags/ht.svg);
}

.flag-hu {
    background-image: url(../images/flags/hu.svg);
}

.flag-id {
    background-image: url(../images/flags/id.svg);
}

.flag-ie {
    background-image: url(../images/flags/ie.svg);
}

.flag-il {
    background-image: url(../images/flags/il.svg);
}

.flag-im {
    background-image: url(../images/flags/im.svg);
}

.flag-in {
    background-image: url(../images/flags/in.svg);
}

.flag-io {
    background-image: url(../images/flags/io.svg);
}

.flag-iq {
    background-image: url(../images/flags/iq.svg);
}

.flag-ir {
    background-image: url(../images/flags/ir.svg);
}

.flag-is {
    background-image: url(../images/flags/is.svg);
}

.flag-it {
    background-image: url(../images/flags/it.svg);
}

.flag-je {
    background-image: url(../images/flags/je.svg);
}

.flag-jm {
    background-image: url(../images/flags/jm.svg);
}

.flag-jo {
    background-image: url(../images/flags/jo.svg);
}

.flag-jp {
    background-image: url(../images/flags/jp.svg);
}

.flag-ke {
    background-image: url(../images/flags/ke.svg);
}

.flag-kg {
    background-image: url(../images/flags/kg.svg);
}

.flag-kh {
    background-image: url(../images/flags/kh.svg);
}

.flag-ki {
    background-image: url(../images/flags/ki.svg);
}

.flag-km {
    background-image: url(../images/flags/km.svg);
}

.flag-kn {
    background-image: url(../images/flags/kn.svg);
}

.flag-kp {
    background-image: url(../images/flags/kp.svg);
}

.flag-kr {
    background-image: url(../images/flags/kr.svg);
}

.flag-kw {
    background-image: url(../images/flags/kw.svg);
}

.flag-ky {
    background-image: url(../images/flags/ky.svg);
}

.flag-kz {
    background-image: url(../images/flags/kz.svg);
}

.flag-la {
    background-image: url(../images/flags/la.svg);
}

.flag-lb {
    background-image: url(../images/flags/lb.svg);
}

.flag-lc {
    background-image: url(../images/flags/lc.svg);
}

.flag-li {
    background-image: url(../images/flags/li.svg);
}

.flag-lk {
    background-image: url(../images/flags/lk.svg);
}

.flag-lr {
    background-image: url(../images/flags/lr.svg);
}

.flag-ls {
    background-image: url(../images/flags/ls.svg);
}

.flag-lt {
    background-image: url(../images/flags/lt.svg);
}

.flag-lu {
    background-image: url(../images/flags/lu.svg);
}

.flag-lv {
    background-image: url(../images/flags/lv.svg);
}

.flag-ly {
    background-image: url(../images/flags/ly.svg);
}

.flag-ma {
    background-image: url(../images/flags/ma.svg);
}

.flag-mc {
    background-image: url(../images/flags/mc.svg);
}

.flag-md {
    background-image: url(../images/flags/md.svg);
}

.flag-me {
    background-image: url(../images/flags/me.svg);
}

.flag-mf {
    background-image: url(../images/flags/mf.svg);
}

.flag-mg {
    background-image: url(../images/flags/mg.svg);
}

.flag-mh {
    background-image: url(../images/flags/mh.svg);
}

.flag-mk {
    background-image: url(../images/flags/mk.svg);
}

.flag-ml {
    background-image: url(../images/flags/ml.svg);
}

.flag-mm {
    background-image: url(../images/flags/mm.svg);
}

.flag-mn {
    background-image: url(../images/flags/mn.svg);
}

.flag-mo {
    background-image: url(../images/flags/mo.svg);
}

.flag-mp {
    background-image: url(../images/flags/mp.svg);
}

.flag-mq {
    background-image: url(../images/flags/mq.svg);
}

.flag-mr {
    background-image: url(../images/flags/mr.svg);
}

.flag-ms {
    background-image: url(../images/flags/ms.svg);
}

.flag-mt {
    background-image: url(../images/flags/mt.svg);
}

.flag-mu {
    background-image: url(../images/flags/mu.svg);
}

.flag-mv {
    background-image: url(../images/flags/mv.svg);
}

.flag-mw {
    background-image: url(../images/flags/mw.svg);
}

.flag-mx {
    background-image: url(../images/flags/mx.svg);
}

.flag-my {
    background-image: url(../images/flags/my.svg);
}

.flag-mz {
    background-image: url(../images/flags/mz.svg);
}

.flag-na {
    background-image: url(../images/flags/na.svg);
}

.flag-nc {
    background-image: url(../images/flags/nc.svg);
}

.flag-ne {
    background-image: url(../images/flags/ne.svg);
}

.flag-nf {
    background-image: url(../images/flags/nf.svg);
}

.flag-ng {
    background-image: url(../images/flags/ng.svg);
}

.flag-ni {
    background-image: url(../images/flags/ni.svg);
}

.flag-nl {
    background-image: url(../images/flags/nl.svg);
}

.flag-no {
    background-image: url(../images/flags/no.svg);
}

.flag-np {
    background-image: url(../images/flags/np.svg);
}

.flag-nr {
    background-image: url(../images/flags/nr.svg);
}

.flag-nu {
    background-image: url(../images/flags/nu.svg);
}

.flag-nz {
    background-image: url(../images/flags/nz.svg);
}

.flag-om {
    background-image: url(../images/flags/om.svg);
}

.flag-pa {
    background-image: url(../images/flags/pa.svg);
}

.flag-pe {
    background-image: url(../images/flags/pe.svg);
}

.flag-pf {
    background-image: url(../images/flags/pf.svg);
}

.flag-pg {
    background-image: url(../images/flags/pg.svg);
}

.flag-ph {
    background-image: url(../images/flags/ph.svg);
}

.flag-pk {
    background-image: url(../images/flags/pk.svg);
}

.flag-pl {
    background-image: url(../images/flags/pl.svg);
}

.flag-pm {
    background-image: url(../images/flags/pm.svg);
}

.flag-pn {
    background-image: url(../images/flags/pn.svg);
}

.flag-pr {
    background-image: url(../images/flags/pr.svg);
}

.flag-ps {
    background-image: url(../images/flags/ps.svg);
}

.flag-pt {
    background-image: url(../images/flags/pt.svg);
}

.flag-pw {
    background-image: url(../images/flags/pw.svg);
}

.flag-py {
    background-image: url(../images/flags/py.svg);
}

.flag-qa {
    background-image: url(../images/flags/qa.svg);
}

.flag-re {
    background-image: url(../images/flags/re.svg);
}

.flag-ro {
    background-image: url(../images/flags/ro.svg);
}

.flag-rs {
    background-image: url(../images/flags/rs.svg);
}

.flag-ru {
    background-image: url(../images/flags/ru.svg);
}

.flag-rw {
    background-image: url(../images/flags/rw.svg);
}

.flag-sa {
    background-image: url(../images/flags/sa.svg);
}

.flag-sb {
    background-image: url(../images/flags/sb.svg);
}

.flag-sc {
    background-image: url(../images/flags/sc.svg);
}

.flag-sd {
    background-image: url(../images/flags/sd.svg);
}

.flag-se {
    background-image: url(../images/flags/se.svg);
}

.flag-sg {
    background-image: url(../images/flags/sg.svg);
}

.flag-sh {
    background-image: url(../images/flags/sh.svg);
}

.flag-si {
    background-image: url(../images/flags/si.svg);
}

.flag-sj {
    background-image: url(../images/flags/sj.svg);
}

.flag-sk {
    background-image: url(../images/flags/sk.svg);
}

.flag-sl {
    background-image: url(../images/flags/sl.svg);
}

.flag-sm {
    background-image: url(../images/flags/sm.svg);
}

.flag-sn {
    background-image: url(../images/flags/sn.svg);
}

.flag-so {
    background-image: url(../images/flags/so.svg);
}

.flag-sr {
    background-image: url(../images/flags/sr.svg);
}

.flag-ss {
    background-image: url(../images/flags/ss.svg);
}

.flag-st {
    background-image: url(../images/flags/st.svg);
}

.flag-sv {
    background-image: url(../images/flags/sv.svg);
}

.flag-sx {
    background-image: url(../images/flags/sx.svg);
}

.flag-sy {
    background-image: url(../images/flags/sy.svg);
}

.flag-sz {
    background-image: url(../images/flags/sz.svg);
}

.flag-tc {
    background-image: url(../images/flags/tc.svg);
}

.flag-td {
    background-image: url(../images/flags/td.svg);
}

.flag-tf {
    background-image: url(../images/flags/tf.svg);
}

.flag-tg {
    background-image: url(../images/flags/tg.svg);
}

.flag-th {
    background-image: url(../images/flags/th.svg);
}

.flag-tj {
    background-image: url(../images/flags/tj.svg);
}

.flag-tk {
    background-image: url(../images/flags/tk.svg);
}

.flag-tl {
    background-image: url(../images/flags/tl.svg);
}

.flag-tm {
    background-image: url(../images/flags/tm.svg);
}

.flag-tn {
    background-image: url(../images/flags/tn.svg);
}

.flag-to {
    background-image: url(../images/flags/to.svg);
}

.flag-tr {
    background-image: url(../images/flags/tr.svg);
}

.flag-tt {
    background-image: url(../images/flags/tt.svg);
}

.flag-tv {
    background-image: url(../images/flags/tv.svg);
}

.flag-tw {
    background-image: url(../images/flags/tw.svg);
}

.flag-tz {
    background-image: url(../images/flags/tz.svg);
}

.flag-ua {
    background-image: url(../images/flags/ua.svg);
}

.flag-ug {
    background-image: url(../images/flags/ug.svg);
}

.flag-um {
    background-image: url(../images/flags/um.svg);
}

.flag-un {
    background-image: url(../images/flags/un.svg);
}

.flag-us {
    background-image: url(../images/flags/us.svg);
}

.flag-uy {
    background-image: url(../images/flags/uy.svg);
}

.flag-uz {
    background-image: url(../images/flags/uz.svg);
}

.flag-va {
    background-image: url(../images/flags/va.svg);
}

.flag-vc {
    background-image: url(../images/flags/vc.svg);
}

.flag-ve {
    background-image: url(../images/flags/ve.svg);
}

.flag-vg {
    background-image: url(../images/flags/vg.svg);
}

.flag-vi {
    background-image: url(../images/flags/vi.svg);
}

.flag-vn {
    background-image: url(../images/flags/vn.svg);
}

.flag-vu {
    background-image: url(../images/flags/vu.svg);
}

.flag-wf {
    background-image: url(../images/flags/wf.svg);
}

.flag-ws {
    background-image: url(../images/flags/ws.svg);
}

.flag-ye {
    background-image: url(../images/flags/ye.svg);
}

.flag-yt {
    background-image: url(../images/flags/yt.svg);
}

.flag-za {
    background-image: url(../images/flags/za.svg);
}

.flag-zm {
    background-image: url(../images/flags/zm.svg);
}

.flag-zw {
    background-image: url(../images/flags/zw.svg);
}

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

.payment-2checkout-dark {
    background-image: url(../images/payments/2checkout-dark.svg);
}

.payment-2checkout {
    background-image: url(../images/payments/2checkout.svg);
}

.payment-alipay-dark {
    background-image: url(../images/payments/alipay-dark.svg);
}

.payment-alipay {
    background-image: url(../images/payments/alipay.svg);
}

.payment-amazon-dark {
    background-image: url(../images/payments/amazon-dark.svg);
}

.payment-amazon {
    background-image: url(../images/payments/amazon.svg);
}

.payment-americanexpress-dark {
    background-image: url(../images/payments/americanexpress-dark.svg);
}

.payment-americanexpress {
    background-image: url(../images/payments/americanexpress.svg);
}

.payment-applepay-dark {
    background-image: url(../images/payments/applepay-dark.svg);
}

.payment-applepay {
    background-image: url(../images/payments/applepay.svg);
}

.payment-bancontact-dark {
    background-image: url(../images/payments/bancontact-dark.svg);
}

.payment-bancontact {
    background-image: url(../images/payments/bancontact.svg);
}

.payment-bitcoin-dark {
    background-image: url(../images/payments/bitcoin-dark.svg);
}

.payment-bitcoin {
    background-image: url(../images/payments/bitcoin.svg);
}

.payment-bitpay-dark {
    background-image: url(../images/payments/bitpay-dark.svg);
}

.payment-bitpay {
    background-image: url(../images/payments/bitpay.svg);
}

.payment-cirrus-dark {
    background-image: url(../images/payments/cirrus-dark.svg);
}

.payment-cirrus {
    background-image: url(../images/payments/cirrus.svg);
}

.payment-clickandbuy-dark {
    background-image: url(../images/payments/clickandbuy-dark.svg);
}

.payment-clickandbuy {
    background-image: url(../images/payments/clickandbuy.svg);
}

.payment-coinkite-dark {
    background-image: url(../images/payments/coinkite-dark.svg);
}

.payment-coinkite {
    background-image: url(../images/payments/coinkite.svg);
}

.payment-dinersclub-dark {
    background-image: url(../images/payments/dinersclub-dark.svg);
}

.payment-dinersclub {
    background-image: url(../images/payments/dinersclub.svg);
}

.payment-directdebit-dark {
    background-image: url(../images/payments/directdebit-dark.svg);
}

.payment-directdebit {
    background-image: url(../images/payments/directdebit.svg);
}

.payment-discover-dark {
    background-image: url(../images/payments/discover-dark.svg);
}

.payment-discover {
    background-image: url(../images/payments/discover.svg);
}

.payment-dwolla-dark {
    background-image: url(../images/payments/dwolla-dark.svg);
}

.payment-dwolla {
    background-image: url(../images/payments/dwolla.svg);
}

.payment-ebay-dark {
    background-image: url(../images/payments/ebay-dark.svg);
}

.payment-ebay {
    background-image: url(../images/payments/ebay.svg);
}

.payment-eway-dark {
    background-image: url(../images/payments/eway-dark.svg);
}

.payment-eway {
    background-image: url(../images/payments/eway.svg);
}

.payment-giropay-dark {
    background-image: url(../images/payments/giropay-dark.svg);
}

.payment-giropay {
    background-image: url(../images/payments/giropay.svg);
}

.payment-googlewallet-dark {
    background-image: url(../images/payments/googlewallet-dark.svg);
}

.payment-googlewallet {
    background-image: url(../images/payments/googlewallet.svg);
}

.payment-ingenico-dark {
    background-image: url(../images/payments/ingenico-dark.svg);
}

.payment-ingenico {
    background-image: url(../images/payments/ingenico.svg);
}

.payment-jcb-dark {
    background-image: url(../images/payments/jcb-dark.svg);
}

.payment-jcb {
    background-image: url(../images/payments/jcb.svg);
}

.payment-klarna-dark {
    background-image: url(../images/payments/klarna-dark.svg);
}

.payment-klarna {
    background-image: url(../images/payments/klarna.svg);
}

.payment-laser-dark {
    background-image: url(../images/payments/laser-dark.svg);
}

.payment-laser {
    background-image: url(../images/payments/laser.svg);
}

.payment-maestro-dark {
    background-image: url(../images/payments/maestro-dark.svg);
}

.payment-maestro {
    background-image: url(../images/payments/maestro.svg);
}

.payment-mastercard-dark {
    background-image: url(../images/payments/mastercard-dark.svg);
}

.payment-mastercard {
    background-image: url(../images/payments/mastercard.svg);
}

.payment-monero-dark {
    background-image: url(../images/payments/monero-dark.svg);
}

.payment-monero {
    background-image: url(../images/payments/monero.svg);
}

.payment-neteller-dark {
    background-image: url(../images/payments/neteller-dark.svg);
}

.payment-neteller {
    background-image: url(../images/payments/neteller.svg);
}

.payment-ogone-dark {
    background-image: url(../images/payments/ogone-dark.svg);
}

.payment-ogone {
    background-image: url(../images/payments/ogone.svg);
}

.payment-okpay-dark {
    background-image: url(../images/payments/okpay-dark.svg);
}

.payment-okpay {
    background-image: url(../images/payments/okpay.svg);
}

.payment-paybox-dark {
    background-image: url(../images/payments/paybox-dark.svg);
}

.payment-paybox {
    background-image: url(../images/payments/paybox.svg);
}

.payment-paymill-dark {
    background-image: url(../images/payments/paymill-dark.svg);
}

.payment-paymill {
    background-image: url(../images/payments/paymill.svg);
}

.payment-payone-dark {
    background-image: url(../images/payments/payone-dark.svg);
}

.payment-payone {
    background-image: url(../images/payments/payone.svg);
}

.payment-payoneer-dark {
    background-image: url(../images/payments/payoneer-dark.svg);
}

.payment-payoneer {
    background-image: url(../images/payments/payoneer.svg);
}

.payment-paypal-dark {
    background-image: url(../images/payments/paypal-dark.svg);
}

.payment-paypal {
    background-image: url(../images/payments/paypal.svg);
}

.payment-paysafecard-dark {
    background-image: url(../images/payments/paysafecard-dark.svg);
}

.payment-paysafecard {
    background-image: url(../images/payments/paysafecard.svg);
}

.payment-payu-dark {
    background-image: url(../images/payments/payu-dark.svg);
}

.payment-payu {
    background-image: url(../images/payments/payu.svg);
}

.payment-payza-dark {
    background-image: url(../images/payments/payza-dark.svg);
}

.payment-payza {
    background-image: url(../images/payments/payza.svg);
}

.payment-ripple-dark {
    background-image: url(../images/payments/ripple-dark.svg);
}

.payment-ripple {
    background-image: url(../images/payments/ripple.svg);
}

.payment-sage-dark {
    background-image: url(../images/payments/sage-dark.svg);
}

.payment-sage {
    background-image: url(../images/payments/sage.svg);
}

.payment-sepa-dark {
    background-image: url(../images/payments/sepa-dark.svg);
}

.payment-sepa {
    background-image: url(../images/payments/sepa.svg);
}

.payment-shopify-dark {
    background-image: url(../images/payments/shopify-dark.svg);
}

.payment-shopify {
    background-image: url(../images/payments/shopify.svg);
}

.payment-skrill-dark {
    background-image: url(../images/payments/skrill-dark.svg);
}

.payment-skrill {
    background-image: url(../images/payments/skrill.svg);
}

.payment-solo-dark {
    background-image: url(../images/payments/solo-dark.svg);
}

.payment-solo {
    background-image: url(../images/payments/solo.svg);
}

.payment-square-dark {
    background-image: url(../images/payments/square-dark.svg);
}

.payment-square {
    background-image: url(../images/payments/square.svg);
}

.payment-stripe-dark {
    background-image: url(../images/payments/stripe-dark.svg);
}

.payment-stripe {
    background-image: url(../images/payments/stripe.svg);
}

.payment-switch-dark {
    background-image: url(../images/payments/switch-dark.svg);
}

.payment-switch {
    background-image: url(../images/payments/switch.svg);
}

.payment-ukash-dark {
    background-image: url(../images/payments/ukash-dark.svg);
}

.payment-ukash {
    background-image: url(../images/payments/ukash.svg);
}

.payment-unionpay-dark {
    background-image: url(../images/payments/unionpay-dark.svg);
}

.payment-unionpay {
    background-image: url(../images/payments/unionpay.svg);
}

.payment-verifone-dark {
    background-image: url(../images/payments/verifone-dark.svg);
}

.payment-verifone {
    background-image: url(../images/payments/verifone.svg);
}

.payment-verisign-dark {
    background-image: url(../images/payments/verisign-dark.svg);
}

.payment-verisign {
    background-image: url(../images/payments/verisign.svg);
}

.payment-visa-dark {
    background-image: url(../images/payments/visa-dark.svg);
}

.payment-visa {
    background-image: url(../images/payments/visa.svg);
}

.payment-webmoney-dark {
    background-image: url(../images/payments/webmoney-dark.svg);
}

.payment-webmoney {
    background-image: url(../images/payments/webmoney.svg);
}

.payment-westernunion-dark {
    background-image: url(../images/payments/westernunion-dark.svg);
}

.payment-westernunion {
    background-image: url(../images/payments/westernunion.svg);
}

.payment-worldpay-dark {
    background-image: url(../images/payments/worldpay-dark.svg);
}

.payment-worldpay {
    background-image: url(../images/payments/worldpay.svg);
}

/*----- Footers  -----*/
.footer {
    background: #fff;
    border-top: 1px solid #d8dde6;
    font-size: .875rem;
    padding: 1.25rem 0;
    color: #a7b4c9;
}

.footer .social {
    margin: 0 auto;
}

.footer .social ul li {
    float: left;
    padding: 7px;
}

.footer .social ul li a {
    color: #a7b4c9;
}

.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 {
    color: #a7b4c9;
    line-height: 0;
}

.footer-main .payments li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.footer-main .payments 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(167, 180, 201, 0.2) !important;
}

.footer-main p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-main a {
    line-height: 2;
    transition: opacity .2s;
    color: rgba(255, 255, 255, 0.6);
}

.footer-main.footer-main1 a {
    color: #080e1b;
}

.footer-main.footer-main1 .form-control {
    border: 1px solid #d8dde6 !important;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-links a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .footer-main h6 {
        margin-top: 2rem;
    }

    footer.bg-dark .text-left {
        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(167, 180, 201, 0.1);
    border-bottom: 1px solid rgba(167, 180, 201, 0.2);
}

footer .border-top {
    border-top: 1px solid rgba(167, 180, 201, 0.2) !important;
}

.footer-main .form-control {
    border: 0 !important;
}

.footer-payments {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}

.footer-payments li {
    display: inline-block;
    padding: 0 11px;
    font-size: 20px;
}

.footer-main img {
    width: 80px;
    border: 1px solid rgba(247, 247, 247, 0.5);
    padding: 2px;
}

/*------ Headers Heading  -----*/
.heading-inverse {
    background-color: #333;
    color: #fff;
    padding: 5px;
}

.heading-primary {
    color: #fff;
    padding: 5px;
}

.heading-success {
    background-color: #05a01f;
    color: #fff;
    padding: 5px;
}

.heading-info {
    background-color: #1da1f3;
    color: #fff;
    padding: 5px;
}

.heading-warning {
    background-color: #ffa22b;
    color: #fff;
    padding: 5px;
}

.heading-danger {
    background-color: #ff382b;
    color: #fff;
    padding: 5px;
}

/*----- Page Header -----*/
.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: 50px;
/*    background: #fff;*/
}

.users-list .page-header {
    background: 0 0;
    padding: 0;
    border: 0;
}

.bannerimg .breadcrumb {
    display: inline-flex;
}

.page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 3.5rem;
}

.page-title-icon {
    color: #a7b4c9;
    font-size: 1.25rem;
}

.page-subtitle {
    font-size: .8125rem;
    color: #5f6877;
    position: relative;
    top: 19px;
    right: 59rem;
}

.page-subtitle a {
    color: inherit;
}

.page-options {
    margin-left: auto;
}

.page-description {
    margin: .25rem 0 0;
    color: #5f6877;
}

.page-description a {
    color: inherit;
}

.page-single {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22rem;
    background: #fff;
    border-left: 1px solid #d8dde6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    visibility: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1600px) {
    body.aside-opened .aside {
        visibility: visible;
    }
}

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

.aside-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #d8dde6;
}

.aside-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #d8dde6;
}

/*------ Headers ------*/
.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    width: 100%;
    z-index: 100;
}

body.fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

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

.header .dropdown-menu {
    margin-top: 0;
}

.header .mega-menu {
    width: 350px;
}

.nav-unread {
    position: absolute;
    top: .1rem;
    right: .4rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}

.nav-unread.badge {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 0.8rem;
    border-radius: 50%;
}

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

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

.app-header1 .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: 215px;
    text-align: center;
    margin-top: -1.5px;
}

.app-header1 .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;
    float: none;
    text-align: center;
}

.header-btn.has-new {
    position: relative;
}

.header-btn.has-new:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ff382b;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
}

.header-toggler {
    width: 2rem;
    height: 2rem;
    position: relative;
    color: #fff;
}

.header-toggler:hover {
    color: #fff;
}

.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: #212529;
    margin-right: 35px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.header-main .social-icons li a {
    color: #212529;
}

.header-search {
    padding: 1.5rem 1.5rem;
    background: #fff;
}

.header-search .header-icons .header-icons-link {
    display: flex;
    margin-bottom: 0;
}

.header-search .header-icons .header-icons-link li {
    background: #f1f5fd;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 2.5;
    margin-right: 5px;
}

.header-search .header-icons .header-icons-link .header-icons-link1,
.header-search .header-icons .header-icons-link .header-icons-link2 {
    width: 2.5rem;
    text-align: center;
    height: 2.5rem;
    font-size: 16px;
    position: relative;
}

.header-search .header-icons .header-icons-link1 .main-badge1 {
    position: absolute;
    top: -9px;
    right: -15px;
    text-align: center;
    font-size: 10px;
}

.header-search .header-icons .header-icons-link.icons li {
    background: #fff;
}

.top-bar {
    border-bottom: 1px solid #d8dde6;
    background: #fff;
}

.top-bar-left ul {
    margin-bottom: 0;
}

.top-bar .top-bar-right {
    float: right;
    display: flex;
}

.top-bar .top-bar-left {
    display: flex;
}

.top-bar .top-bar-left .socials li {
    display: inline-block;
    float: left;
    font-size: 15px;
    margin: 9px 15px;
}

.top-bar .top-bar-left .contact li {
    margin: 10px 5px;
    display: inline-block;
    color: #080e1b;
}

.header-search .header-inputs .input-group-append.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;
    color: #a7b4c9;
}

.header-search .header-nav .nav-cart .icon-cart a {
    color: #a7b4c9;
}

.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 {
    margin: 9px 0;
    padding-left: 15px;
}

.header-main .top-bar .contact li {
    margin: 0;
}

.header-main .top-bar-right .custom {
    display: flex;
    margin: 10px 0;
}

.header-main .top-bar-right .custom li {
    margin-right: 15px;
}

.header-main .top-bar-right .custom li:last-child {
    margin-right: 0;
}

.ace-responsive-menu {
    margin-right: 1rem;
}

.header-main .ace-responsive-menu li a {
    color: #080e1b;
}

.header-main .ace-responsive-menu li a:hover {
    color: #fff;
}

.header-main .ace-responsive-menu li a:focus {
    color: #000;
}

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

.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-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased;
}

.horizontalMenu .cl {
    clear: both;
}

.horizontalMenu img {
    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;
}

.horizontal-mainwrapper {
    margin: 0 auto;
}

.desktoplogo {
    padding: 1.5rem 0;
    margin: 0;
    float: left;
}

.desktoplogo img {
    width: 60%;
}

.horizontalMenu {
    color: #fff;
    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: 1.5rem 0;
}

.horizontalMenu>.horizontalMenu-list>li>a {
    display: block;
    padding: 9px 15px;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    border-radius: 3px;
}

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

.horizontalMenu>.horizontalMenu-list>li.rightmenu {
    float: right;
    float: right;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu a {
    padding: 0px 30px 0px 20px;
    border-right: none;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu a .fa {
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu:before {
    content: "";
    display: table;
}

/* Desktop Search Bar */
.horizontalMenu-list>li.rightmenu:after {
    content: "";
    display: table;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu {
    zoom: 1;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu:after {
    clear: both;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch {
    float: right;
    width: 210px;
    height: 39px;
    position: relative;
    margin: 16px 0px 0px 0px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .searchicon {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #efefef;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    font-size: 12px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input::placeholder {
    color: #a9a9a9;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus {
    color: #333;
    width: 230px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle .fa {
    color: #000;
    opacity: 1;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
    opacity: 1;
    z-index: 3;
    color: #FFFFFF;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle {
    top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.3;
    color: #333;
    z-index: 1000;
    background-color: transparent;
    border: solid 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle .fa {
    line-height: 37px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle:hover .fa {
    opacity: 1;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    position: absolute;
    top: 75px;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 190px;
    background-color: #fff;
    border: 1px solid #e8ebf3;
    border-radius: 2px;
    box-shadow: 0px 5px 25px rgba(16, 49, 85, 0.2);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    background-image: none;
    color: #6c6a8d;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.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: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e8ebf3;
    border-radius: 3px;
    box-shadow: 0px 5px 25px rgba(16, 49, 85, 0.2);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #6c6a8d;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.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: 0px;
    background-color: #fff;
    border: 1px solid #e8ebf3;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    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: #6c6a8d;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.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: 75px;
    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: 2px;
    box-shadow: 0px 5px 25px rgba(16, 49, 85, 0.2);
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
    padding: 5px 5px 5px 0px;
    font-size: 16px;
    color: #504e70;
    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: #504e70;
    margin-top: 10px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px 5px 10px;
    font-family: 'Poppins', sans-serif !important;
}

.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: #6c6a8d;
    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 Half Menu CSS =*/
/*= Desktop HTML Form Menu CSS =*/
/* ================== Desktop Extra CSS ================== */
.horizontal-header {
    display: none;
}

.outsidebg {
    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;
        background: #fff;
        padding-bottom: 0;
        margin-left: -240px;
        display: block;
        text-align: center;
    }

    .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: 12px 32px 12px 17px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        color: #6c6a8d;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, 0.13);
        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;
        -webkit-transform-style: flat;
    }

    .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: #6c6a8d;
        text-decoration: none;
    }

    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {
        background-color: #f6f7fb;
        color: #6c6a8d;
    }

    .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;
        -webkit-transform-style: flat;
    }

    .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: #6c6a8d;
        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;
        -webkit-transform-style: flat;
    }

    .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: #6c6a8d;
        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: #6c6a8d;
        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);
        -webkit-transform-style: flat;
    }

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

    .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: #6c6a8d;
        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% !important;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        height: 54px;
        background-color: #fff;
        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;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    }

    .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: 11px;
    }

    /* 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: 21px;
        position: absolute;
        right: 5px;
        top: 0px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        padding: 11px 14px;
    }

    .callusbtn .fa {
        vertical-align: top;
        margin-top: 4px;
    }

    .callusbtn:hover .fa {
        color: #a9a9a9;
    }

    /* Mobile Toggle Menu icon (X ICON) */
    .animated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 16px 35px 16px 0px;
        margin: 11px 0 0 15px;
        cursor: pointer;
        padding: 16px 35px 16px 0px;
        margin: 11px 0 0 15px;
    }

    .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 23px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
        cursor: pointer;
        height: 2px;
        width: 23px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out;
    }

    .animated-arrow span:before,
    .animated-arrow span:after,
    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 23px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
    }

    .animated-arrow span:before {
        top: -7px;
        width: 23px;
    }

    .animated-arrow span:after {
        bottom: -7px;
        width: 23px;
    }

    .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 ================== */
    .outsidebg {
        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 .outsidebg {
        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.ws-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: #ccc;
        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 6px 8px 6px;
        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);
    }

    /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .horizontalMenu>.horizontalMenu-list>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }

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

.horizontalMenu-list .sub-menu .sub-menu:before,
.horizontalMenu-list .sub-menu .sub-menu:after {
    display: none;
}

.horizontalMenu-list .sub-menu: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: '';
}

.horizontalMenu-list .halfdiv: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: '';
}

.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 (max-width: 992px) {
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .megamenu-content {
        border: 0;
    }
}

.horizontalMenu ul li a.btn {
    font-size: 14px !important;
}

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

/*----- Icons Style -----*/
.icons-list {
    list-style: none;
    margin: 0 -1px -1px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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 #d8dde6;
    border-bottom: 1px solid #d8dde6;
    border-top: 1px solid #d8dde6;
    border-left: 1px solid #d8dde6;
}

.icons-list-item i {
    font-size: 1.25rem;
    color: #676a80;
}

.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: #1f252d;
    font-weight: 500;
    text-decoration: none;
}

.item-card .cardprice {
    position: absolute;
    top: 30px;
    right: 15px;
}

.item-card .cardprice span {
    display: block;
    color: #1f252d;
}

.item-card .cardprice span.type--strikethrough {
    opacity: .7;
    text-decoration: line-through;
}

/*----- Item Cards -----*/
.features {
    overflow: hidden;
}

.features h2 {
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    font-size: 2.2em;
}

.features h3 {
    font-size: 20px;
    font-weight: 500;
}

.features span {
    color: #43414e;
    display: block;
    font-weight: 400;
    text-align: center;
}

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

.item-card {
    overflow: hidden;
    border-radius: 7px;
}

.item-card .item-card-desc:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(22, 41, 70, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 9px;
}

.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: 40%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.item-card.item-card2 .item-card-desc .item-card-text {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.business-item .item-card .item-card-desc .item-card-text {
    top: 40%;
}

.item-card-text span {
    font-size: 16px;
    display: block;
    margin: .5rem;
    font-weight: 400;
}

.item-card-text h4 {
    font-size: 25px;
    font-weight: 300;
}

.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-icons a {
    width: 2rem !important;
    display: inline-block;
    height: 2rem !important;
    text-align: center;
    border-radius: 100px !important;
    line-height: 2rem;
    color: #fff;
}

.item-card2-icons a i {
    position: inherit !important;
    font-size: 14px !important;
    display: inline-block !important;
    padding: 9px;
}

.item-list .list-group-item {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d8dde6;
}

.item-list .list-group-item i {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    color: #fff !important;
}

.item-user .item-user-icons a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    margin-top: .3rem;
}

.item-card3-img img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -35px;
}

.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: #f1f5fd;
    color: #212529;
}

.item-card6-img img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.item-card6-footer .item-card6-body {
    padding: 10px;
}

.item-search-tabs {
    margin-top: 2rem;
}

.item-search-tabs .item-search-menu ul {
    padding: 5px 15px;
}

.item-search-menu ul li .active {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 3px 3px 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;
}

.item-search-tabs .tab-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 1px 5px 0 0;
    border-radius: 2px;
}

.item-search-tabs.travel-content .select2-container {
    width: 100% !important;
}

.item-search-tabs.travel-content .form-control {
    border: 1px solid #d8dde6;
}

.item-search-tabs .form-control {
    border: 1px solid #a7b4c9;
}

.item-search-tabs .form-control.border {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.item-search-tabs a.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: .8525rem;
    right: -2px;
    position: relative;
    line-height: 1.94615385;
}

.item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 1.5rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    color: #fff;
    border: 1px solid #d8dde6;
}

.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;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
}

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

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

.item-all-card img.imag-service {
    width: 40%;
}

.item-card7-imgs .bdir {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 3px 7px;
    z-index: 2;
}

.item-card7-overlaytext {
    position: absolute;
    bottom: 12px;
    left: 13px;
    z-index: 98;
}

.item-card7-overlaytext a span {
    padding: 4px 10px;
    display: inline-block;
}

.item-card7-overlaytext span {
    margin: 2px;
    padding: 3px 8px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 13px;
}

.item-tag {
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 98;
}

.item-tag h4 {
    margin: 2px;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    float: left;
}

.item-tag-overlaytext {
    position: absolute;
    bottom: 12px;
    left: 15px;
    z-index: 98;
}

.item-tag-overlaytext a {
    margin: 2px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 13px;
}

.item-tag-overlaytext span {
    margin: 2px;
    padding: 3px 8px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 12px;
}

.item-card7-imgs {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.item-card7-imgs:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(22, 41, 70, 0.1);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.item-card8-img {
    height: 100%;
}

.item-card7-img,
.item-card9-img {
    position: relative;
    /* height: 100%; */
}

.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: 4px 8px;
    color: #fff;
    border-radius: 5px;
}

.item-card2-img:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(25, 36, 79, 0.1);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.Marketplace .item-card7-imgs:before {
    background: rgba(25, 36, 79, 0.1);
}

.Marketplace .item-card7-overlaytext h4 {
    font-size: 18px;
    border-radius: 3px;
    padding: 7px 12px;
    text-align: center;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.8);
}

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

.item-card9-img .item-card9-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.item-card9-img .item-card9-imgs 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.link {
    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;
}

.item1-card-img img {
    border: 1px solid #d8dde6;
    margin: 0 auto;
    padding: 5px;
}

.item1-card .item1-card-info .item1-card-icons li {
    display: inline-block;
    margin-right: 15px;
}

.item1-card .item1-card-info .item1-card-icons li a {
    color: #a7b4c9;
}

.item1-card-tab {
    text-align: center;
}

.item1-card-tab .tab-content .tab-pane {
    border: 1px solid #d8dde6;
}

.item1-tab-heading {
    padding: 15px;
    border: 1px solid #d8dde6;
    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;
}

.item1-card-tab .tab-content {
    padding: 15px;
    text-align: initial;
}

.item-video a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    background: #fff;
    color: #212529;
    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 #d8dde6;
    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;
}

.media-list .media-icons {
    font-size: 18px;
    color: #000;
}

.items-gallery .items-blog-tab-heading {
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-table;
    padding: 15px;
    margin-bottom: 0px;
}

.items-blog-tab-heading .items-blog-tab-menu li a {
    padding: 10px 20px 11px 20px;
    color: #080e1b;
    background: #d2dae4;
    margin: 0 10px;
    border-radius: 3px;
}

.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 #d8dde6;
    text-align: right;
    border-radius: 3px;
    background: #f1f5fd;
}

.item2-gl-nav .item2-gl-menu {
    margin-right: 10px;
}

.item2-gl-nav .item2-gl-menu li a {
    padding: 10px 10px 11px 10px;
    color: #080e1b;
    font-size: 20px;
}

.item2-gl .tab-content {
    padding-top: 1.5rem;
    text-align: initial;
}

.item-card9-icons {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 98;
}

.item-card9-icons-list {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 98;
}

.item-card9-icons a, .item-card9-icons-list a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    border-radius: 50px;
    color: #fff;
}

.item-card9-icons a.like-counter {
    display: inline;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    border-radius: 3px;
    color: #fff;
    padding: 4px 10px;
}

.item-card9-cost h3 {
    margin-top: 5px;
}

.item-card9-imgs {
    position: relative;
    overflow: hidden;
}

.item-card9-imgs 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;
}

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

.item7-card-desc a:first-child {
    margin-right: 1rem;
}

.item7-card-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

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

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

.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 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-card2 p.leading-tight,
.item-card9 p.leading-tight {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.item-card9-imgs:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-card2-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-card2-img:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-card7-img:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.item-card7-img a {
    position: absolute;
}

.item-card7-img h4 {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 25px;
    color: #fff;
}

.loading-icon {
    position: absolute;
    vertical-align: middle;
    border-radius: 50%;
    background: 0 0;
}

.loading-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(45, 220, 211, 0.2);
    animation: bounce 4s infinite;
}

.loading-icon::after {
    content: "";
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(45, 220, 211, 0.2);
    animation: bounce 4s 0.5s infinite;
}

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

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.spinner-lg {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.spinner1-lg {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

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

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

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

.spinner2 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
    -webkit-animation-delay: -.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }

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

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }

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

.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: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-hourglass {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 100px auto;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.dimmer {
    position: relative;
}

.dimmer .loader {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dimmer.active .loader {
    display: block;
}

.dimmer.active .dimmer-content {
    opacity: .04;
    pointer-events: none;
}

#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 ####### */
/*----- Custom Control -----*/
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

.custom-control-label {
    margin-bottom: 0;
    position: static !important;
    vertical-align: middle;
}

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

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}

.br.custom-checkbox .custom-control-label::before {
    border-radius: 50px;
}

.custom-checkbox .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='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(5, 117, 230, 0.5);
}

.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: rgba(5, 117, 230, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    padding: .5rem 1.75rem .5rem .75rem;
    line-height: 1.5;
    color: #a7b4c9;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #d8dde6;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.custom-select:focus::-ms-value {
    color: #3d4e67;
    background-color: #fff;
}

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

.custom-select:disabled {
    color: #868e96;
    background-color: #d8dde6;
}

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

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.6875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    margin-bottom: 0;
}

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

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.375rem;
    padding: .375rem .75rem;
    line-height: 1.8;
    color: #3d4e67;
    background-color: #fff;
    border: 1px solid #d8dde6;
    border-radius: 3px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.375rem - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    border-radius: 0 3px 3px 0;
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #d4e1f4;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    content: '';
    color: transparent;
    cursor: pointer;
    background-color: #d8dde6;
    border-color: transparent;
    border-radius: 1rem;
    pointer-events: none;
}

.custom-range::-moz-range-thumb:active {
    background-color: #d4e1f4;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    appearance: none;
    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;
}

.custom-range::-ms-thumb:active {
    background-color: #d4e1f4;
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
    width: 240px;
}

.custom-range::-ms-fill-lower {
    background-color: #d8dde6;
    border-radius: 1rem;
    background: #467fcf;
    border-radius: 0;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #d8dde6;
    border-radius: 1rem;
    background: rgba(0, 50, 126, 0.12);
    border-radius: 0;
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem;
}

.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 Form Elements ------*/
.custom-range {
    -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;
    width: 100%;
    padding-left: 0;
    background-color: transparent;
}

.custom-range:focus {
    box-shadow: none;
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb,
.custom-range:focus::-moz-range-thumb,
.custom-range:focus::-ms-thumb {
    border-color: #467fcf;
    background-color: #467fcf;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

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

.custom-range::-moz-range-track {
    width: 240px;
    height: 2px;
    background: rgba(0, 50, 126, 0.12);
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d8dde6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-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;
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none;
}

.custom-range::-moz-range-progress {
    height: 2px;
    background: #467fcf;
    border: 0;
    margin-top: 0;
}

.custom-range::-ms-tooltip {
    display: none;
}

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

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-switches-stacked .custom-switch {
    margin-bottom: .5rem;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #d8dde6;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #d8dde6;
    transition: .3s border-color, .3s background-color;
}

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

.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-description {
    margin-left: .5rem;
    color: #5f6877;
    transition: .3s color;
}

.custom-switch-input:checked~.custom-switch-description {
    color: #3d4e67;
}

/*----- Ui-datepicker -----*/
.ui-datepicker {
    background-color: #f1f5fd;
    border: 1px solid #d8dde6;
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    margin: 1px 0 0;
    display: none;
    width: auto !important;
    z-index: 9999 !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: #080e1b;
    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: #ccc;
}

.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 ------*/
.fileinput-button {
    background: none repeat scroll 0 0 #f1f5fd;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.inbox-body .modal .modal-body input,
.inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

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

.sender-info {
    margin-bottom: 20px;
}

.sender-info img {
    height: 30px;
    width: 30px;
}

.sender-dropdown {
    background: none repeat scroll 0 0 #d8dde6;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}

.view-mail a {
    color: #ff6c60;
}

.attachment-mail {
    margin-top: 30px;
}

.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}

.attachment-mail .file-name {
    float: left;
}

.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

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

.jqstooltip {
    box-sizing: content-box;
    font-family: inherit !important;
    background: #333 !important;
    border: none !important;
    border-radius: 3px;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 6px !important;
}

.jqstooltip .jqsfield {
    font: inherit !important;
}



/*----- Range -----*/
.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;
    outline: 0;
}

.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.range-success input[type=range]::-webkit-slider-thumb,
.range.range-success input[type=range]::-moz-slider-thumb {
    background-color: #05a01f;
}

.range.range-success output {
    background-color: #05a01f;
}

.range.range-success input[type=range] {
    outline-color: #05a01f;
}

.range.range-info input[type=range]::-webkit-slider-thumb,
.range.range-info input[type=range]::-moz-slider-thumb {
    background-color: #1da1f3;
}

.range.range-info output {
    background-color: #1da1f3;
}

.range.range-info input[type=range] {
    outline-color: #1da1f3;
}

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

.range.range-danger output {
    background-color: #ff382b;
}

.range.range-danger input[type=range] {
    outline-color: #ff382b;
}

.select2-lg .select2-container .select2-selection--single {
    height: 2.875rem !important;
}

.select2-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.select2-sm .select2-container .select2-selection--single {
    height: 1.775rem !important;
}

.select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
}

.select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 80% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d8dde6 !important;
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #3d4e67;
    background-color: #fff;
    border-color: #4c8aec;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d8dde6 !important;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d8dde6 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f5fd !important;
    border: 1px solid #f1f5fd !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #080e1b !important;
    line-height: 39px !important;
}

@media (max-width: 992px) {
    .select2-container {
        width: 100% !important;
    }

    .select2.select2-container.select2-container--default.select2-container--focus {
        width: 100% !important;
        overflow: hidden;
    }
}

.select2-container .select2-selection--single {
    height: 2.375rem;
    height: 39px !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.my-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.selectgroup-item+.selectgroup-item {
    margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-button {
    display: block;
    border: 1px solid #d8dde6;
    text-align: center;
    padding: .375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #a7b4c9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 1.5rem;
    min-width: 2.375rem;
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important;
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #3d4e67;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control {
    position: relative;
    padding: 0;
    border: 0;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0;
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
}

.selectize-dropdown {
    color: #3d4e67;
    font-family: inherit;
    font-size: 15px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input {
    color: #3d4e67;
    font-family: inherit;
    font-size: 15px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input input {
    color: #3d4e67;
    font-family: inherit;
    font-size: 15px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block;
    border: 1px solid #d8dde6;
    padding: .5625rem .75rem;
    display: inline-block;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 3px;
    transition: .3s border-color, .3s box-shadow;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 7px .75rem 4px 7px;
}

.selectize-input.full {
    background-color: #fff;
}

.selectize-input.disabled {
    cursor: default !important;
}

.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #d8dde6;
    color: #3d4e67;
    font-size: 13px;
    border: 0 solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    font-weight: 400;
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff;
}

.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff;
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: 0 0 !important;
    line-height: inherit !important;
    box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
    display: none;
}

.selectize-input>input:focus {
    outline: 0 !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d8dde6;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    height: auto;
    padding: 0;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 6px .75rem;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #3d4e67;
    background: #fff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f1f4f8;
    color: #467fcf;
}

.selectize-dropdown .active.create {
    color: #3d4e67;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input {
    cursor: pointer;
}

.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active {
    cursor: text;
}

.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 12px;
    width: 8px;
    height: 10px;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") no-repeat center;
    background-size: 8px 10px;
    transition: .3s transform;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa;
}

.selectize-dropdown .image,
.selectize-input .image {
    width: 1.25rem;
    height: 1.25rem;
    background-size: contain;
    margin: -1px .5rem -1px -4px;
    line-height: 1.25rem;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.selectize-dropdown .image img {
    max-width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

.selectize-input .image {
    width: 1.5rem;
    height: 1.5rem;
    margin: -3px .75rem -3px -5px;
}

.selectize-input .image img {
    max-width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

/* ###### template ####### */
.admin-navbar {
    background: #fff;
    box-shadow: 0 22px 68px -9px rgba(0, 0, 0, 0.15);
}

.admin-navbar .container {
    position: relative;
}

.admin-navbar .nav {
    padding: 0;
    margin: 0;
}

.admin-navbar .nav .nav-link {
    position: relative;
}

.admin-navbar .nav-item {
    text-align: center;
    position: static;
}

.admin-navbar .nav-item.active .nav-link {
    background-color: #fff;
    background-repeat: repeat-x;
    border-width: 0;
}

.admin-navbar .nav-item.active+.nav-item .nav-link {
    border-left-width: 0;
}

.admin-navbar .nav-item:last-child .nav-link {
    border-right-width: 1px;
}

.admin-navbar .nav-item.with-sub>a::after {
    content: '\f107';
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 4px;
    margin-top: 0;
    opacity: .7;
}

.admin-navbar .nav-item.with-sub:focus>.sub-item,
.admin-navbar .nav-item.with-sub:hover>.sub-item {
    display: block;
}

.admin-navbar .nav-link {
    border: 0;
    color: inherit;
    color: #a7b4c9;
    transition: .3s border-color;
    font-weight: 500;
    padding: 1rem 1.42rem;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-width: 0;
    text-transform: uppercase;
}

.admin-navbar .nav-link .icon {
    font-size: 21px;
    line-height: 0;
}

.admin-navbar .nav-link i {
    margin-right: 8px;
}

.admin-navbar .nav-link .icon.ion-ios-analytics-outline {
    font-size: 20px;
    margin-top: -2px;
}

.admin-navbar .nav-link.active {
    font-weight: 600;
    border-bottom: 1px solid;
}

.admin-navbar .nav-link .square-8 {
    margin-left: 3px;
    background-color: #fff;
    border-radius: 100%;
}

.admin-navbar .mega-dropdown {
    position: static;
}

.admin-navbar .mega-dropdown .sub-item {
    padding: 25px;
    width: 100%;
}

.admin-navbar .mega-dropdown .sub-item a {
    padding: 5px 9px;
    margin: 0;
}

.admin-navbar .mega-dropdown .sub-item .section-label {
    border-bottom: 1px solid rgba(137, 42, 226, 0.1);
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: left;
    letter-spacing: 1px;
}

.admin-navbar .sub-item {
    background-color: #fff;
    position: absolute;
    top: 51px;
    left: 0;
    border-top: 0;
    padding: 10px 0;
    box-shadow: 0 22px 68px -9px rgba(0, 0, 0, 0.15);
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    z-index: 9999;
    display: none;
    color: #111;
}

.admin-navbar .sub-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.admin-navbar .sub-item ul a {
    display: block;
    padding: .5rem 1.5rem;
    color: #a7b4c9;
}

.admin-navbar .sub-item ul a:active {
    color: #fff;
    text-decoration: none;
}

.admin-navbar .sub-item .sub-with-sub {
    position: relative;
}

.admin-navbar .sub-item .sub-with-sub::after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 9px;
    right: 20px;
    color: #a7b4c9;
}

.admin-navbar .sub-item .sub-with-sub ul {
    display: none;
    padding-left: 15px;
}

.admin-navbar .sub-item .sub-with-sub ul a {
    display: block;
    padding: 6px 10px;
}

.admin-navbar .sub-item .sub-with-sub:focus ul,
.admin-navbar .sub-item .sub-with-sub:hover ul {
    display: block;
}

@media (min-width: 992px) {
    .admin-navbar .nav-item.with-sub>a::after {
        margin-left: 8px;
    }
}

@media (min-width: 992px) {
    .admin-navbar .nav-item {
        position: relative;
    }
}

@media (min-width: 992px) {
    .admin-navbar .nav-link .square-8 {
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .admin-navbar .nav-link span :not(.square-8) {
        display: block;
    }
}

@media (max-width: 992px) {
    .admin-navbar {
        display: none;
    }

    .admin-navbar .nav-link {
        width: 100%;
        text-align: left;
        display: block;
    }

    .admin-navbar .nav-link span :not(.square-8) {
        display: block;
    }

    .admin-navbar .nav-item {
        min-width: 100%;
    }

    .admin-navbar.collapse.show {
        display: block;
    }

    .admin-navbar .mega-dropdown .sub-item .section-label {
        margin-top: 10px;
    }

    .admin-navbar .sub-item .sub-with-sub ul li a {
        padding-left: 20px;
    }

    .admin-navbar .nav .nav-item.with-sub .nav-link.active {
        position: relative !important;
    }

    .admin-navbar .nav .nav-link .sub-item {
        position: inherit !important;
    }

    .admin-navbar .container {
        background: #fff;
        z-index: 100;
    }

    .admin-navbar .sub-item {
        position: relative !important;
        top: 0 !important;
    }

    .nav-item.with-sub,
    .with-sub .nav-link {
        display: block !important;
    }

    .about-con {
        border-bottom: 1px solid #d8dde6;
    }
}

@media (min-width: 992px) {
    .admin-navbar .sub-item {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .admin-navbar .sub-item .sub-with-sub ul {
        padding-left: 0;
        position: absolute;
        top: 0;
        right: -200px;
        width: 200px;
        background-color: #fff;
        padding: 10px 0;
        box-shadow: 0 22px 68px -9px rgba(0, 0, 0, 0.15);
    }
}

.cal1 {
    font-size: 14px;
    border: 1px solid #d8dde6;
}

.cal1 .clndr .clndr-table .header-days .header-day {
    border-left: 1px solid rgba(5, 117, 230, 0.1);
    border-top: 1px solid #d8dde6;
}

.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty {
    border-left: 1px solid #79c2b2;
    border-top: 1px solid #79c2b2;
    background: #f1f5fd;
}

.cal1 .clndr .clndr-table tr .day {
    border-left: 1px solid #d8dde6;
    border-top: 1px solid #d8dde6;
}

.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
    background: #f6f7fb;
}

.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
    background: #15e0fd;
}

.cal1 .clndr .clndr-table tr .day:last-child {
    border-right: 1px solid #d8dde6;
}

.cal1 .clndr .clndr-table tr .day:hover {
    background: #e6f2fe;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e3edfc;
}

.fc-event {
    border: 1px solid #d8dde6;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #f1f5fd;
}

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

.fc-unthemed .fc-list-item:hover td {
    background-color: #f1f5fd;
}

.conv-form-wrapper div#messages div.message.to {
    background: #f0edf7;
}



/*------Custom Css Elements -----*/
.amcharts-chart-div a,
.canvasjs-chart-container a {
    display: none !important;
}

.rotation {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.amChartsLegend.amcharts-legend-div {
    display: none;
}

/*-------- General Elements -----------*/
.about-img {
    background: url(../images/other/about.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    margin-top: 1.5rem;
}

.login-img {
    background: url(../images/photos/login.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.error-img {
    background: url(../images/other/about.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.error-img .card {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.0625em 0.1875em 0 #076271, 0 0.5em 0 -0.25em rgba(255, 255, 255, 0.3), 0 0.5em 0.1875em -0.25em #086372, 0 1em 0 -0.5em rgba(255, 255, 255, 0.35), 0 1em 0.1875em -0.5em #096675;
}

.error-img:before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to right, rgba(15, 117, 255, 0.8), rgba(45, 220, 211, 0.8));
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

hr.divider {
    padding: 0;
    border: none;
    border-top: solid 1px #d8dde6;
    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;
}

.construction-img {
    background: url(../images/photos/construction.jpg);
    background-size: cover;
}

.z-index-10 {
    z-index: 10;
}

.page-breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 1rem 0 0;
    font-size: .875rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.construction-image {
    background: url(../images/photos/construction.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.construction-image:before {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(-225deg, rgba(72, 1, 255, 0.9) 0, rgba(121, 24, 242, 0.9) 48%, rgba(172, 50, 228, 0.9) 100%);
}

.construction {
    z-index: 1;
}

.construction .btn {
    border-radius: 20px;
}

.construction .btn.btn-icon {
    text-align: center;
    padding: 0;
    background: 0 0;
    font-size: 20px;
    color: #fff;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.construction .form-control {
    border: 1px solid #c4c5c9;
    border-radius: 20px;
    padding-left: 20px;
    width: 60%;
}

.construction .input-group-1 {
    margin: 0 auto;
}

.construction h3 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 800 !important;
    margin-bottom: .4em !important;
    letter-spacing: 0;
    padding-bottom: 0;
    line-height: 1.2;
}

.construction p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: .9375em;
    letter-spacing: .06667em;
    color: rgba(255, 255, 255, 0.7);
}

.construction-image .card {
    background: white;
}




/* ###### util ####### */
/*----- Aligments -----*/
.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 Elements ------*/
.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;
    }
}

/*----- Backgrounds -----*/
.bg-secondary {
    background-color: #162946 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #162946 !important;
}

button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #162946 !important;
}

.bg-success {
    background-color: #05a01f !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #05961d !important;
}

button.bg-success:focus,
button.bg-success:hover {
    background-color: #05961d !important;
}

.bg-info {
    background-color: #1da1f3 !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: #fa3 !important;
}

button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #fa3 !important;
}

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

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #fb5b50 !important;
}

button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #fb5b50 !important;
}

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

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #160346 !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: #010408 !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-transparent {
    background-color: transparent !important;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/*------ Backgound-Colors ------*/
.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: #c08ef0 !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: #f999b9 !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: #ccc !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;
}

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: #2c34c1 !important;
}

button.bg-blue:focus,
button.bg-blue:hover {
    background-color: #2c34c1 !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: #ff2b88 !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: #ff382b !important;
    color: #fff !important;
}

a.bg-red:focus,
a.bg-red:hover {
    background-color: #fb5b50 !important;
}

button.bg-red:focus,
button.bg-red:hover {
    background-color: #fb5b50 !important;
}

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

a.bg-orange:focus,
a.bg-orange:hover {
    background-color: #f55c2f !important;
}

button.bg-orange:focus,
button.bg-orange:hover {
    background-color: #f55c2f !important;
}

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

a.bg-yellow:focus,
a.bg-yellow:hover {
    background-color: #fa3 !important;
}

button.bg-yellow:focus,
button.bg-yellow:hover {
    background-color: #fa3 !important;
}

.bg-green {
    background-color: #05a01f !important;
    color: #000 !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;
}

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: #080e1b !important;
}

button.bg-gray:focus,
button.bg-gray:hover {
    background-color: #080e1b !important;
}

.bg-gray-dark {
    background-color: #858d97 !important;
}

.bg-lightpink-red {
    color: #ff7088 !important;
}

.bg-azure {
    background-color: #1da1f3 !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: #4d921a !important;
}

a.bg-lime:focus,
a.bg-lime:hover {
    background-color: #4f921e !important;
}

button.bg-lime:focus,
button.bg-lime:hover {
    background-color: #4f921e !important;
}

.bg-purple1 {
    background: #6e26a6;
}

.bg-success-transparent {
    background: rgba(7, 161, 33, 0.2) !important;
}

.bg-secondary-transparent {
    background: rgba(24, 43, 72, 0.2) !important;
}

.bg-primary-transparent {
    background: rgba(255, 162, 43, 0.3) !important;
}

.bg-info-transparent {
    background: rgba(0, 214, 230, 0.3) !important;
}

.bg-warning-transparent {
    background: rgba(255, 162, 43, 0.3) !important;
}

.bg-danger-transparent {
    background: rgba(255, 56, 43, 0.1) !important;
}

.bg-pink-transparent {
    background: rgba(255, 43, 136, 0.1) !important;
}

.bg-purple-transparent {
    background: rgba(96, 77, 216, 0.2) !important;
}

.bg-dark-transparent {
    background: rgba(0, 0, 0, 0.9) !important;
}

.bg-dark-transparent-2 {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.bg-primary-transparent-2 {
    background: rgba(230, 123, 14, 0.9) !important;
}

.bg-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.bg-background2:before,
.bg-background5:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.bg-background-6:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.bg-background-5:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.bg-background-color:before,
.bg-background3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.bg-background9:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
    background: rgba(236, 41, 107, 0.7);
}

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

.bg-background2 .header-text,
.bg-background5 .header-text {
    position: relative;
    z-index: 10;
    top: 70px;
    bottom: 70px;
}

.bg-background2 .header-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.bg-card-light {
    background: #f1f5fd;
    text-align: center;
    transition: .4s;
    transform: scale(1);
    width: 100%;
    border-radius: 4px;
}

.bg-card {
    background: #f1f5fd;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bg-card:hover .text-primary-gradient {
    color: #fff !important;
}

.bg-card:hover .cat-desc {
    color: #000 !important;
}

.bg-card:hover .cat-img i {
    color: #fff;
}

.bg-store {
    background: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    color: #fff !important;
    border: 1px solid rgba(167, 180, 201, 0.2) !important;
}

/*------ Border-Radius ------*/
.br-100 {
    border-radius: 100% !important;
}

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

.br-4 {
    border-radius: 4px !important;
}

.br-2 {
    border-radius: 2px !important;
}

.br-tl-2 {
    border-top-left-radius: 2px !important;
}

.br-bl-2 {
    border-bottom-left-radius: 2px !important;
}

.br-tr-2 {
    border-top-right-radius: 2px !important;
}

.br-br-2 {
    border-bottom-right-radius: 2px !important;
}

@media (min-width: 992px) {
    .br-md-2 {
        border-radius: 2px !important;
    }

    .br-tl-md-2 {
        border-top-left-radius: 2px !important;
    }

    .br-bl-md-2 {
        border-bottom-left-radius: 2px !important;
    }

    .br-tr-md-2 {
        border-top-right-radius: 2px !important;
    }

    .br-br-md-2 {
        border-bottom-right-radius: 2px !important;
    }

    .br-md-0 {
        border-radius: 0 !important;
    }

    .br-tl-md-0 {
        border-top-left-radius: 0 !important;
    }

    .br-bl-md-0 {
        border-bottom-left-radius: 0 !important;
    }

    .br-tr-md-0 {
        border-top-right-radius: 0 !important;
    }

    .br-br-md-0 {
        border-bottom-right-radius: 0 !important;
    }

    .Realestate-content .select2-container--default .select2-selection--single {
        border-radius: 0 !important;
    }
}

.br-0 {
    border-radius: 0;
}

/*---- Borders ----*/
.border {
    vertical-align: top;
    border: 1px solid #d8dde6 !important;
}

.border-top {
    border-top: 1px solid #d8dde6 !important;
}

.border-right {
    border-right: 1px solid #d8dde6 !important;
}

.border-bottom {
    border-bottom: 1px solid #d8dde6 !important;
}

.border-left {
    border-left: 1px solid #d8dde6 !important;
}

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

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

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

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

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

.border-2 {
    border: 1px solid #dfe2e8 !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #05a01f !important;
}

.border-info {
    border-color: #1da1f3 !important;
}

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

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

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

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

.border-white {
    border-color: #fff !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-right {
    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-left {
    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: block;
    clear: both;
    content: "";
}

.border-5 {
    border: 5px solid #d8dde6;
}

.br-7 {
    border-radius: 7px;
}

.br-tl-7 {
    border-top-left-radius: 7px !important;
}

.br-tl-10 {
    border-top-left-radius: 1rem !important;
}

.br-bl-7 {
    border-bottom-left-radius: 7px !important;
}

.br-bl-10 {
    border-bottom-left-radius: 1rem !important;
}

.br-tr-7 {
    border-top-right-radius: 7px !important;
}

.br-tr-10 {
    border-top-right-radius: 1rem !important;
}

.br-br-7 {
    border-bottom-right-radius: 7px !important;
}

.br-br-10 {
    border-bottom-right-radius: 1rem !important;
}

.br-3 {
    border-radius: 3px;
}

.br-tl-3 {
    border-top-left-radius: 3px !important;
}

.br-tr-3 {
    border-top-right-radius: 3px !important;
}

.br-bl-3 {
    border-bottom-left-radius: 3px !important;
}

.br-br-3 {
    border-bottom-right-radius: 3px !important;
}

.br-tl-0 {
    border-top-left-radius: 0 !important;
}

.br-br-0 {
    border-bottom-right-radius: 0 !important;
}

.br-bl-0 {
    border-bottom-left-radius: 0 !important;
}

.br-tr-0 {
    border-top-right-radius: 0 !important;
}

/*----- Display Elements -----*/
.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-block {
        display: 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-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;
}

.display-1 {
    font-size: 10.5rem;
    font-weight: 400;
    line-height: 1.1;
}

.display-2 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-5 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-6 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.1;
}

/*----- Float Elements  -----*/
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.h100 {
    height: 100px !important;
}

.h73 {
    height: 73px !important;
}

.h-125 {
    height: 125px !important;
}

.h-280 {
    height: 280px !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-300 {
    height: 300px !important;
}

.h-220 {
    height: 220px !important;
}

.mh-100 {
    max-height: 100% !important;
}

.minh-210 {
    min-height: 210px !important;
}

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

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

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

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

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

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

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

.m-3 {
    margin: 0.75rem !important;
}

.mt-3,
.my-3 {
    margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important;
}

.m-5 {
    margin: 1.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 1.5rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem !important;
}

.m-6 {
    margin: 2rem !important;
}

.mt-6,
.my-6 {
    margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 2rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 2rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 2rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.mt-7,
.my-7 {
    margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 3rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 3rem !important;
}

.m-8 {
    margin: 4rem !important;
}

.mt-8,
.my-8 {
    margin-top: 4rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 4rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 4rem !important;
}

.m-9 {
    margin: 6rem !important;
}

.mt-9,
.my-9 {
    margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 6rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}

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

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

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

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

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

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

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

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

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

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 0.75rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 0.75rem !important;
    }

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

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem !important;
    }

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

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.5rem !important;
    }

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

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2rem !important;
    }

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

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important;
    }

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

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 4rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 4rem !important;
    }

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

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 6rem !important;
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 6rem !important;
    }

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

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

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

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

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

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

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

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

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

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 0.75rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 0.75rem !important;
    }

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

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1rem !important;
    }

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

    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.5rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.5rem !important;
    }

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

    .mr-md-6,
    .mx-md-6 {
        margin-right: 2rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2rem !important;
    }

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

    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important;
    }

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

    .mr-md-8,
    .mx-md-8 {
        margin-right: 4rem !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 4rem !important;
    }

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

    .mr-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }

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

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

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

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

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

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

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

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

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

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 0.75rem !important;
    }

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

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem !important;
    }

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

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.5rem !important;
    }

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

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem !important;
    }

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

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important;
    }

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

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 4rem !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 4rem !important;
    }

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

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 6rem !important;
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 6rem !important;
    }

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

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

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

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

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

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

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

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

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

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 0.75rem !important;
    }

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

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem !important;
    }

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

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem !important;
    }

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

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem !important;
    }

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

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important;
    }

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

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 4rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 4rem !important;
    }

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

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 6rem !important;
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 6rem !important;
    }

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

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

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

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

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

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
    padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
    padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
    padding-left: 0.75rem !important;
}

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

.pt-4,
.py-4 {
    padding-top: 1rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1rem !important;
}

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

.pt-5,
.py-5 {
    padding-top: 1.5rem !important;
}

.pr-5,
.px-5 {
    padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 1.5rem !important;
}

.p-6 {
    padding: 2rem !important;
}

.pt-6,
.py-6 {
    padding-top: 2rem !important;
}

.pr-6,
.px-6 {
    padding-right: 2rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 2rem !important;
}

.pl-6,
.px-6 {
    padding-left: 2rem !important;
}

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

.pt-7,
.py-7 {
    padding-top: 3rem !important;
}

.pr-7,
.px-7 {
    padding-right: 3rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
    padding-left: 3rem !important;
}

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

.pt-8,
.py-8 {
    padding-top: 4rem !important;
}

.pr-8,
.px-8 {
    padding-right: 4rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 4rem !important;
}

.pl-8,
.px-8 {
    padding-left: 4rem !important;
}

.p-9 {
    padding: 6rem !important;
}

.pt-9,
.py-9 {
    padding-top: 6rem !important;
}

.pr-9,
.px-9 {
    padding-right: 6rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}

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

.pr-10,
.px-10 {
    padding-right: 9.3rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 9.3rem !important;
}

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

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

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

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

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

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 0.75rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 0.75rem !important;
    }

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

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem !important;
    }

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

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem !important;
    }

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

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem !important;
    }

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

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important;
    }

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

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 4rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 4rem !important;
    }

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

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 6rem !important;
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 6rem !important;
    }

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

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

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

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

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

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .pr-md-3,
    .px-md-3 {
        padding-right: 0.75rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 0.75rem !important;
    }

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

    .pr-md-4,
    .px-md-4 {
        padding-right: 1rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem !important;
    }

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

    .pr-md-5,
    .px-md-5 {
        padding-right: 1.5rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem !important;
    }

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

    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem !important;
    }

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

    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important;
    }

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

    .pr-md-8,
    .px-md-8 {
        padding-right: 4rem !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 4rem !important;
    }

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

    .pr-md-9,
    .px-md-9 {
        padding-right: 6rem !important;
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }

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

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

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

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

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

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 0.75rem !important;
    }

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

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem !important;
    }

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

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem !important;
    }

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

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem !important;
    }

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

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem !important;
    }

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

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 4rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 4rem !important;
    }

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

    .pr-lg-9,
    .px-lg-9 {
        padding-right: 6rem !important;
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 6rem !important;
    }

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

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

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

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

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

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 0.75rem !important;
    }

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

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem !important;
    }

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

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem !important;
    }

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

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem !important;
    }

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

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important;
    }

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

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 4rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 4rem !important;
    }

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

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 6rem !important;
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 6rem !important;
    }
}

/*----- Position Elements -----*/
.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;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

/*----- Text Elemnts -----*/
.text-monospace {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

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

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

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        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;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-semibold {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

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

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

a.text-secondary:focus,
a.text-secondary:hover {
    color: #162946 !important;
}

.text-success {
    color: #05a01f !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #3adfab !important;
}

.text-info {
    color: #1da1f3 !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: #fa3 !important;
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #fb5b50 !important;
}

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

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

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

.text-body {
    color: #3d4e67 !important;
}

.text-muted {
    color: #6d7e9c !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: 1.66;
}

.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: #080e1b !important;
}

.text-muted-dark {
    color: #5f6877 !important;
}

.tracking-tight {
    letter-spacing: -.05em !important;
}

.tracking-normal {
    letter-spacing: 0 !important;
}

.tracking-wide {
    letter-spacing: .05em !important;
}

.leading-none {
    line-height: 1 !important;
}

.leading-tight {
    line-height: 1.3 !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.leading-Automatic {
    line-height: 1.8 !important;
}

.leading-loose {
    line-height: 2 !important;
}

.text-blue {
    color: #3ba2ff !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: #ff2b88 !important;
}

.text-red {
    color: #ff382b !important;
}

.text-orange {
    color: #e84312 !important;
}

.text-yellow {
    color: #ffa22b !important;
}

.text-green {
    color: #05a01f !important;
}

.text-teal {
    color: #05e6e6 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.text-gray {
    color: #858d97 !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

.text-azure {
    color: #1da1f3 !important;
}

.text-lime {
    color: #63e600 !important;
}

/*------ Widths, Margins & Paddings -------*/
.w-5 {
    width: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w100 {
    width: 100px !important;
}

.w73 {
    width: 73px !important;
}

.w-125 {
    width: 125px !important;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}

.w-150 {
    width: 150px !important;
}

.w-auto {
    width: auto !important;
}

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

.w-1 {
    width: 0.25rem !important;
}

.w-2 {
    width: 0.5rem !important;
}

.w-3 {
    width: 0.75rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.5rem !important;
}

.w-6 {
    width: 2rem !important;
}

.w-7 {
    width: 3rem !important;
}

.w-8 {
    width: 4rem !important;
}

.w-9 {
    width: 6rem !important;
}

.mw-100 {
    max-width: 100% !important;
}
#vcl_rpt .modal .modal-dialog .modal-content {
    height: 80%;
}
#vcl_rpt .modal model-lg {
    max-width: 1000px;
    width: 990px;
}
#vcl_rpt .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100vh - 210px);
    overflow-y: overflow-y: auto;
}


.help-block {
    color : red
}

.ft_battery , .ft_location, .ft_auto_pilot, .ft_feature, .ft_model_feature, #software_checkboxes, #autopilot_checkboxes{
    max-height : 200px;
    overflow-y : auto;
}
.vrfy_phn {
    text-decoration: none;
}
.ht-50 {
    height: 50px !important;
}
.ht-90 {
    height: 90px !important;
}
.div-image-tips-90 {
height: 90px;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}

.div-image-tips-120 {
height: 120px;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}

.ff_fileupload_uploads {
display : none !important;
}

.wcth_lst {
    text-decoration: none;
    color: white !important;
}

.pointer {
    cursor: pointer;
}
.color-white {
    color: white !important;
}

.disable-div {
  pointer-events: none;
}

#listSubHeading {
    display: flex !important;
}

.modal-large {
    width: 1024px !important;
    max-width: 1024px !important;
}

.div-image-580 {
    height: 768px;
    width: 1024px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 568px) {
    .modal-large {
        width: 100% !important;
    }

    .div-image-197 {
        height: 260px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .div-image-420 {
        height: 260px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .div-image-580 {
        height: 290px;
        width: 100%;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .div-image-90 {
        height: 45px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .btn-sm-block {
        width:100% !important;
    }

    .ht-90 {
        height:45px !important;
    }

    .modal-xlg, .modal-lg {
        width: 100vw;
        max-width: 100vw;
    }

    .wl_mobile {
        top: -7px !important;
        right: 3px !important;
    }
}

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

/* Loading css */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #039e26;;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.lh-15 {
    line-height : 1.5
}
.lh-20 {
    line-height : 2
}
.modal-xlg {
    width : 80vw;
    max-width : 80vw;
    height : 80vh;
    max-height : 80vh;
}
.pricingTable2.warning .pricing-plans {
    background-color: #ffc107;
}

@media screen and (max-device-width: 992px) and (orientation: portrait) {
	.headerstyle1.active .sticky-wrapper.is-sticky {
		position: fixed;
		top: 0;
		z-index: 9999999;
	}
	.headerstyle1.active .sticky-wrapper.is-sticky > .horizontal-header
	{
		position: -webkit-sticky !important;
		position: sticky;
		margin-left: 240px;
	}
}

@media screen and (max-device-width: 992px) and (orientation: landscape) {
	.headerstyle1.active .sticky-wrapper.is-sticky {
		position: fixed;
		top: 0;
		z-index: 9999999;
	}
	.headerstyle1.active .sticky-wrapper.is-sticky > .horizontal-header
	{
		position: -webkit-sticky !important;
		position: sticky;
		margin-left: 240px;
	}
}

.text-hidden {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    clip: rect(1px,1px,1px,1px);
}

.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* Loading css */

/*Color variables*/
/*white variables*/
/*black variables*/
.owl-controls .owl-page.active {
    border-color: #015B9E;
    opacity: 1;
}

.owl-controls .owl-page.active:hover {
    border-color: #015B9E;
    opacity: 1;
}

.owl-carousel:hover .owl-nav button,
.owl-nav button {
    color: #015B9E !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #37496e !important;
}

button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #37496e !important;
}

.item-card7-overlaytext h4 {
    background: #015B9E;
}

.bg-background-color:before {
    background: rgba(3, 13, 47, 0.8);
}

a:hover {
    color: #015B9E;
    text-decoration: none;
}

.section-title2 h3:after,
.section-title h2:after {
    background: #015B9E;
}

.btn-primary {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.btn-primary:hover {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.1);
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.1);
}

.btn-outline-primary {
    color: #015B9E;
    background-color: transparent;
    background-image: none;
    border-color: #015B9E !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.1);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #015B9E;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.1);
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.1);
}

.btn-link {
    color: #015B9E;
}

.alert-primary {
    color: #fcfdff;
    background-color: #015B9E;
    border-color: #015B9E;
}

.alert-primary hr {
    border-top-color: #b7cded;
}

.alert-primary .alert-link {
    color: #172b46;
}

.label-primary {
    background-color: #015B9E;
}

.badge-primary {
    color: #fff;
    background-color: #015B9E;
}

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

.bg-gradient-primary {
    background: #015B9E;
}

.bg-primary {
    background-color: #015B9E !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #015B9E !important;
}

button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #015B9E !important;
}

.border-primary {
    border-color: #015B9E !important;
}

.text-primary {
    color: #015B9E !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #015B9E !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #015B9E !important;
}

.social-box.linkedin i {
    background: #015B9E;
}

.checkbox span:after,
.user-card .card-block .activity-leval li.active {
    background-color: #015B9E;
}

#count-down .clock-presenter .digit,
.notifyimg {
    background: #015B9E;
}

.drop-icon-wrap .drop-icon-item:hover {
    color: #015B9E;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #015B9E;
}

timeline__item:after {
    border: 6px solid #015B9E;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #015B9E;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #015B9E;
    background-color: #015B9E;
}

.custom-select:focus {
    border-color: #015B9E;
}

.custom-file-input:focus~.custom-file-label {
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #015B9E;
}

.custom-file-label::after {
    background-color: #015B9E;
    border-left: 1px solid #015B9E;
}

.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb,
.custom-range::-ms-thumb {
    background-color: #015B9E;
}

.nav-link.active {
    background-color: #015B9E;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #015B9E;
}

.page-link:hover {
    color: #015B9E;
}

.page-item.active .page-link {
    background-color: #015B9E;
    border-color: #015B9E;
}

.range.range-primary input[type=range]::-webkit-slider-thumb,
.range.range-primary input[type=range]::-moz-slider-thumb {
    background-color: #015B9E;
}

.range.range-primary output {
    background-color: #015B9E;
}

.range.range-primary input[type=range] {
    outline-color: #015B9E;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active {
    background: #015B9E;
}

.panel.price>.panel-heading {
    background: #015B9E;
    color: #fff;
}

.heading-primary {
    background-color: #015B9E;
}

.page-header .breadcrumb-item a {
    color: #153039;
}

.breadcrumb-item1 a:hover,
.panel-title1 a {
    color: #015B9E;
}

.header-bg {
    background: #eef2f9;
    background: -webkit-linear-gradient(to right, #eef2f9, #015B9E);
    background: linear-gradient(to right, #eef2f9, #015B9E);
}

.nav-tabs .nav-link:hover:not(.disabled),
.nav-tabs .nav-link.active {
    color: #fff;
    background: #015B9E;
}

.navtab-wizard.nav-tabs .nav-link:hover {
    color: #015B9E;
    background: #fff;
}

.admin-navbar .nav-item.active .nav-link {
    color: #015B9E;
}

.admin-navbar .nav-item.active .nav-link .icon {
    color: #015B9E;
}

.admin-navbar .nav-link:focus,
.admin-navbar .nav-link:hover,
.admin-navbar .nav-link.active {
    color: #015B9E;
}

.admin-navbar .mega-dropdown .sub-item .section-label {
    color: #015B9E;
}

.admin-navbar .sub-item ul a:active {
    background-color: #015B9E;
}

.admin-navbar .sub-item ul a:focus,
.admin-navbar .sub-item ul a:hover {
    color: #015B9E;
    text-decoration: none;
    background-color: #f9faff;
}

.expanel-primary {
    border: #015B9E !important;
}

.expanel-primary>.expanel-heading {
    color: #fff !important;
    background-color: #015B9E !important;
    border-color: #015B9E !important;
}

.error-img .form-control:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #015B9E;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.avatar {
    background: #015B9E no-repeat center/cover;
}

.sp {
    background: rgba(3, 13, 47, 0.8) !important;
}

.spinner-lg {
    background-color: #015B9E;
}

.double-bounce1,
.double-bounce2,
.cube1,
.cube2 {
    background: rgba(3, 13, 47, 0.8);
}

.lds-heart div {
    background: #015B9E;
}

.lds-heart div:after,
.lds-heart div:before {
    background: #015B9E;
}

.lds-ring div {
    border: 6px solid #015B9E;
    border-color: #015B9E transparent transparent transparent;
}

.lds-hourglass:after {
    border: 26px solid #015B9E;
    border-color: #015B9E transparent;
}

.mediaicon {
    border: 1px solid #015B9E;
    background: #015B9E;
}

a.chip:hover {
    background-color: #015B9E;
}

.highlight .s {
    color: #015B9E;
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #015B9E;
    z-index: 1;
    color: #015B9E;
    background: #f6f7fb;
}

.selectgroup-input:focus+.selectgroup-button {
    border-color: #015B9E;
    z-index: 2;
    color: #015B9E;
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: #015B9E;
}

.custom-switch-input:focus~.custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
    border-color: #015B9E;
}

.imagecheck-input:focus~.imagecheck-figure {
    border-color: #015B9E;
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.imagecheck-figure:before {
    background: #015B9E url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
    color: #fff;
}

.colorinput-input:focus~.colorinput-color {
    border-color: #015B9E;
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.ui-datepicker .ui-datepicker-title {
    color: #015B9E;
}

#back-to-top {
    background: #015B9E;
}

#back-to-top:hover {
    background: #fff;
    color: #015B9E;
    border: 2px solid #015B9E;
}

#chat-message {
    background: rgba(3, 13, 47, 0.8);
}

.tabs-menu ul li .active {
    background: #015B9E;
}

.tabs-menu1 ul li .active {
    border: 1px solid #015B9E;
    color: #015B9E;
}

.wideget-user-tab .tabs-menu1 ul li .active {
    border-bottom: 2px solid #015B9E !important;
}

.wideget-user-tab.wideget-user-tab2 .tabs-menu1 ul li .active {
    background: #015B9E !important;
    border-bottom: 0px !important;
    color: #fff;
}

.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,
.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
    color: #015B9E;
}

.message-feed:not(.right) .mf-content {
    background: #015B9E;
    color: #fff;
}

.message-feed:not(.right) .mf-content:before {
    border-right-color: #015B9E;
}

.msb-reply button {
    background: #015B9E;
}

.wizard-card .moving-tab {
    background-color: #015B9E !important;
}

.wizard-card .choice.active .icon,
.wizard-card .choice:hover .icon {
    border-color: #015B9E !important;
    color: #015B9E !important;
}

.cal1 .clndr .clndr-table .header-days {
    background: #015B9E;
}

.cal1 .clndr .clndr-table tr .day.my-today.event,
.cal1 .clndr .clndr-table tr .day.today.event {
    background: #015B9E;
}

.cal1 .clndr .clndr-table tr .day.my-today:hover,
.cal1 .clndr .clndr-table tr .day.today:hover {
    background: #015B9E;
    color: #fff;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    color: #015B9E;
    background: #e6f2fe;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    color: #015B9E;
    background: #e6f2fe;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    background: #015B9E;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    background: #015B9E;
}

.fc button {
    background: #015B9E;
}

.fc-event,
.fc-event-dot {
    background-color: #015B9E;
    color: #f1f1f1 !important;
}

#sidebar .accordion-toggle i {
    background: linear-gradient(120deg, #015B9E 60%, #015B9E 100%);
}

#sidebar ul li.active>a {
    color: #015B9E;
}

#sidebar ul li.active>a:hover {
    color: #015B9E;
}

#sidebar li a[aria-expanded=true].active:before {
    background: linear-gradient(120deg, #015B9E 60%, #015B9E 100%);
}

#sidebar ul li a:hover,
#sidebar .collapse li a:hover {
    color: #015B9E;
}

.sweet-alert button {
    background-color: #015B9E !important;
}

.timeline__item:after {
    border: 6px solid #015B9E;
}

.label-primary.arrowed:before {
    border-right-color: #015B9E;
}

.widgetdate p,
.widgetbox p,
.datebox p {
    border-bottom: 2px solid #015B9E;
}

.arrow-ribbon.bg-primary:before {
    border-left: 15px solid #015B9E;
}

.arrow-ribbon2:before {
    border-left: 24px solid #015B9E;
}

.badge-offer.bg-primary:after,
.badge-offer1.bg-primary:after {
    border-top: 12px solid #015B9E;
}

.social-icons li:hover {
    background: #015B9E;
    color: #fff;
}

.social li a:hover,
.footer-main a:hover,
.footer-links a:hover {
    color: #015B9E;
}

.product-tags li a:hover {
    background: #015B9E;
    border-color: #015B9E;
}

.info .counter-icon {
    border: 1px solid #fff;
}

.info .counter-icon i {
    color: #fff;
}

.counter-icon {
    border: 1px solid #015B9E;
}

.counter-icon i {
    color: #015B9E;
}

.header-links li a.active,
.header-links li a:hover {
    background: #015B9E;
    color: #fff;
}

.card-pay .tabs-menu li a.active,
.item1-tabs-menu ul li .active {
    background: #015B9E;
}

.items-blog-tab-heading .items-blog-tab-menu li .active {
    background: #015B9E;
    color: #fff;
}

.item2-gl-nav .item2-gl-menu li .active {
    color: #015B9E;
}

.item-all-cat .item-all-card:hover .item-all-text h5 {
    color: #015B9E !important;
}

.item-all-cat .category-type .item-all-card img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    padding: 2.3rem 0;
    background: linear-gradient(120deg, #015B9E 0, #015B9E 100%);
}

item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 1.5rem;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #fff;
}

.item-all-cat .row .item-all-card {
    margin-bottom: 1.5rem;
}

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

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

.item-all-card img.imag-service {
    width: 40%;
}

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

.item-cards7-ic.realestate-list li a:hover {
    color: #015B9E;
}

.item1-links a:hover {
    color: #015B9E;
}

.item1-links a.active {
    background: rgba(241, 238, 247, 0.6);
    color: #015B9E;
    border-right: 2px solid #015B9E;
}

.settings-tab .tabs-menu li a.active {
    background: #015B9E;
}

.ads-tabs .tabs-menus ul li .active {
    background: #015B9E;
    color: #fff;
}

.showmore-button-inner {
    border: 1px solid #015B9E;
    color: #015B9E;
}

.owl-nav>div i {
    color: #015B9E;
}

.tabs-menu ul.eductaional-tabs li .active {
    background: #015B9E;
}

.register-right .nav-tabs .nav-link:hover {
    background: #015B9E;
    color: #fff;
}

.gradient-icon {
    background: linear-gradient(120deg, #015B9E 0, #015B9E 100%);
}

.axgmap-img {
    border: 3px solid #015B9E;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type=submit],
.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type=button] {
    background-color: #015B9E;
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>a.active {
    background-color: rgba(255, 255, 255, 0.2);
    /*color: #fff;*/
    color: #162946;
    font-weight: 500;
}

.horizontalMenu>.horizontalMenu-list>li:hover>a {
    background-color: #015B9E;
    color: #fff !important;
}

.horizontalMenu>.horizontalMenu-list>li:hover>a .fa {
    background-color: #015B9E;
    color: #fff !important;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>a {
    background-color: #015B9E;
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a,
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
    background-color: #015B9E;
    color: #fff;
}

code {
    color: #015B9E;
}

#gdpr-cookie-message h4,
#gdpr-cookie-message h5 {
    color: #015B9E;
}

#gdpr-cookie-message a {
    color: #015B9E;
    border-bottom: 1px solid #015B9E;
}

#gdpr-cookie-message a:hover {
    border-bottom: 1px solid #015B9E;
    transition: all .3s ease-in;
    color: #015B9E;
}

button#gdpr-cookie-advanced {
    color: #fff;
    background-color: #015B9E !important;
}

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #015B9E;
}

.side-menu li a.active:before {
    background: linear-gradient(120deg, #015B9E 60%, #015B9E 100%);
    box-shadow: 0 0 14px 0 #015B9E;
}

.app-sidebar .side-menu__item.active {
    color: #015B9E !important;
}

.app-sidebar .side-menu__item.active:hover {
    color: #015B9E !important;
}

.app-sidebar .side-menu li ul li a:hover,
.app-sidebar .side-menu li a:hover {
    color: #015B9E;
}

.navtab-wizard.nav-tabs .nav-link.active,
.form-inline .nav-search .btn {
    border: 2px solid #015B9E;
}

.wrapper>h1 span {
    border-bottom: 2px solid #015B9E;
    color: #015B9E;
}

.tab_wrapper>ul li.active {
    border-color: #015B9E;
    background: #015B9E;
    color: #fff;
}

.tab_wrapper .controller span {
    background: #015B9E;
}

.tab_wrapper .content_wrapper .accordian_header.active {
    color: #015B9E;
}

.tab_wrapper .content_wrapper .accordian_header.active:after {
    background: #015B9E;
}

.tab_wrapper .content_wrapper .accordian_header.active .arrow {
    border-top: 3px solid #015B9E;
    border-left: 3px solid #015B9E;
}

.tab_wrapper.left_side>ul li.active:after,
.tab_wrapper.right_side>ul li.active:after {
    background: #015B9E;
}

.addui-slider .addui-slider-track .addui-slider-range,
.addui-slider .addui-slider-track .addui-slider-handle:after {
    background: #015B9E;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: #015B9E;
}

.perfect-datetimepicker tbody td.selected {
    border: 1px solid #015B9E;
    background-color: #015B9E;
}

div.conv-form-wrapper div.options div.option {
    border: 1px solid #015B9E;
    color: #015B9E;
}

div.conv-form-wrapper div#messages div.message.from {
    background: #015B9E;
}

div.conv-form-wrapper div.options div.option.selected {
    background: #015B9E;
    color: #fff;
}

form.convFormDynamic button.submit {
    border: 1px solid #015B9E;
    background: #015B9E;
}

form.convFormDynamic button.submit:hover {
    background: #015B9E;
    color: #fff;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid #015B9E;
}

.exzoom .exzoom_btn a {
    color: #015B9E;
}

.prev:hover {
    transform: translate(-5px, 0);
    color: #015B9E !important;
}

.next:hover {
    transform: translate(5px, 0);
    color: #015B9E !important;
}

.g_f-s .prev:hover i {
    transform: translate(-5px, 0);
    color: #015B9E;
}

.g_f-s .next:hover i {
    transform: translate(5px, 0);
    color: #015B9E;
}

.g_f-s .close-button> :hover {
    color: #015B9E;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
    color: #015B9E;
}

.register {
    background: linear-gradient(120deg, #015B9E 0, #015B9E 100%);
}

.btnRegister {
    background: #015B9E;
}

.register .nav-tabs .nav-link.active {
    color: #015B9E;
    border: 1px solid #015B9E;
}

.pretty input:checked~.state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
    background-color: #015B9E !important;
}

.pretty input:checked~.state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #015B9E;
}

.pretty input:checked~.state.p-primary-o .icon1,
.pretty input:checked~.state.p-primary-o .svg,
.pretty input:checked~.state.p-primary-o svg {
    color: #015B9E;
    stroke: #015B9E;
}

.pretty.p-toggle .state.p-primary-o .icon1,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
    color: #015B9E;
    stroke: #015B9E;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #015B9E !important;
}

.pretty.p-switch input:checked~.state.p-primary:before {
    border-color: #015B9E;
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
    background-color: #015B9E !important;
}

.owl-carousel button.owl-dot {
    background: rgba(3, 13, 47, 0.3) !important;
}

.owl-carousel button.owl-dot.active {
    background: #030d2f !important;
}

.bg-background:before,
.bg-background3:before,
.bg-background-5:before,
.bg-background-6:before,
.slider-header .item:before,
.bg-background2:before {
    /*    background: rgba(16, 16, 16, 0.75);*/
    background: #fff;
}

.bg-background5:before {
    background: rgba(3, 13, 47, 0.9);
}

.pattern:before {
    background: rgba(3, 13, 47, 0.8);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f9faff, 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.custom-range::-webkit-slider-thumb:focus,
.custom-range::-moz-range-thumb:focus,
.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #f9faff, 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.selectize-input.focus {
    border-color: #015B9E;
    box-shadow: 0 0 0 2px rgba(232, 25, 55, 0.25);
}

.app-sidebar:before {
    background: rgba(3, 13, 47, 0.8) !important;
}

.app-sidebar-footer {
    background: #015B9E;
}

.masthead .masthead-bg {
    background: rgba(3, 13, 47, 0.8);
}

@media (max-width: 992px) {
    .search-show .nav-search {
        background: #030d2f;
    }
}

@media (max-width: 992px) {
    .nav-item.with-sub .sub-item {
        border-top: 2px solid #015B9E;
    }
}

@media (max-width: 480px) {
    .zoom-container .arrow-ribbon2:before {
        border-top: 17px solid transparent;
        border-left: 17px solid #015B9E;
        border-bottom: 17px solid transparent;
    }
}

.bg-linkedin {
    background: #0077b5;
}

.owl-controls .owl-page.active {
    border-color: #015B9E;
    opacity: 1;
}

.owl-controls .owl-page.active:hover {
    border-color: #015B9E;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .horizontalMenu>.horizontalMenu-list>li>a.active {
        background: #015B9E;
        color: #fff;
    }
}

.countdown-timer-wrapper .timer .timer-wrapper .time {
    color: #015B9E;
}

.sticky-wrapper.absolute.banners .horizontalMenu>.horizontalMenu-list>li:hover>a {
    background-color: #015B9E;
    color: #fff !important;
}

.ribbon-1:after {
    border-top: 13px solid #015B9E;
}

.ribbon-1 span {
    background: #015B9E;
}

.ribbon-1 span:before,
.ribbon-1 span:after {
    background: #015B9E;
}

.pricingTable:hover {
    border: 1px solid #015B9E;
}

.pricingTable:hover .title:before {
    border-right-color: #015B9E;
}

.pricingTable .pricingTable-signup {
    background: rgba(255, 56, 43, 0.12);
    color: #015B9E;
}

.pricingTable:hover .pricingTable-signup {
    background: #015B9E;
    color: #fff;
}

.pricingTable2.pink .pricing-plans {
    background-color: #015B9E;
}

.bg-card-light:hover {
    box-shadow: 0 0 40px 0 rgba(152, 154, 158, 0.5);
    background: #fff;
    border-color: #015B9E;
}

.slide-menu li.active:after {
    background: #015B9E;
}

.bg-card:hover {
    box-shadow: 0 5px 15px rgba(16, 49, 85, 0.2);
    background: #015B9E;
    color: #fff;
}

.tag-primary {
    background-color: #015B9E;
    color: #fff;
}

.item-tag h4,
.item-card8-overlaytext h6 {
    background: #015B9E;
}

.status-border:hover {
    border: 1px solid #015B9E !important;
}

.status-border:hover i {
    color: #015B9E;
}

.social-box.twitter i {
    background: #015B9E;
}

.breadcrumb-item.active {
    color: #015B9E;
}

.label.arrowed-in:before,
.label.arrowed:before {
    border-right-color: #015B9E;
}

.user-tabs ul li a.active {
    background: #015B9E;
    color: #fff;
}

.bg-secondary {
    background-color: #030d2f !important;
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #061138;
    border-color: #061138;
    box-shadow: 0 0 0 2px rgba(3, 13, 47, 0.5);
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(3, 13, 47, 0.5);
}

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

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

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

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(72, 1, 255, 0.5);
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(72, 1, 255, 0.5);
}

.bg-facebook {
    background: #3C5A99;
}

.accent-2 {
    border-top: 1px solid #015B9E;
}

.header-main i {
    color: #015B9E;
}

.item-card .item-card-desc:before {
    background: rgba(40, 35, 47, 0.5);
}

.item-card:hover .item-card-desc:before {
    background: rgba(3, 13, 47, 0.8);
}

@media (min-width: 992px) {
    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a.active {
        background-color: #015B9E;
        color: #fff;
    }
}

.item-card2-img:hover a {
    background: transparent;
}

.arrow-ribbon.bg-secondary:before {
    border-left: 15px solid #030d2f;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #015B9E;
    color: white;
}

.sticky-wrapper.relative.banners .horizontalMenu>.horizontalMenu-list>li>a.active,
.sticky-wrapper.relative.banners .horizontalMenu>.horizontalMenu-list>li:hover>a {
    background-color: #015B9E;
}

.pricingTable:hover .title {
    background: #015B9E;
    color: #fff;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.2), 0 2px 9px 0 rgba(62, 57, 107, 0.2);
}

.construction-image:before {
    content: '';
    background: rgba(3, 13, 47, 0.88);
}

.construction {
    z-index: 1;
}

.countdown li .number {
    color: #015B9E;
    background: white;
}

.pricingTable.advance-pricing {
    border: 1px solid #015B9E;
}

.pricingTable:hover .title:after {
    border-left-color: #015B9E;
}

.pricingTable .title {
    background: rgba(255, 56, 43, 0.1);
}

.pricingTable .title:before {
    content: "";
    border-right: 26px solid rgba(255, 56, 43, 0.1);
    border-right: none;
}

@media (max-width: 991px) {
    .horizontalMenu>.horizontalMenu-list>li>a.active {
        background-color: #015B9E;
        color: #fff;
    }
}

.bg-card .cat-img i {
    color: #015B9E;
}

.bg-card:hover .cat-img i {
    color: #fff;
}

.sticky-wrapper.absolute.banners .horizontalMenu>.horizontalMenu-list>li>a.active {
    background-color: #015B9E;
    color: #fff !important;
}

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

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

.modal-header .close.btn {
    background-color: #030d2f;
    border-color: #030d2f;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #030d2f !important;
}

button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #030d2f !important;
}

.text-secondary {
    color: #030d2f !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #030d2f !important;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    background: #030d2f;
}

.ribbon-2:after {
    border-top: 13px solid #030d2f;
}

.ribbon-2 span {
    background: #030d2f;
}

.ribbon-2 span:before,
.ribbon-2 span:after {
    background: #030d2f;
}

.pricingTable2.blue .pricing-plans {
    background-color: #030d2f;
}

.car-comparision .card-image-difference {
    background: #030d2f;
}

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

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(3, 13, 47, 0.5);
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(3, 13, 47, 0.5);
}

.bg-secondary-transparent {
    background: rgba(3, 13, 47, 0.2) !important;
}

.example {
    padding: 1.5rem;
    border: 1px solid #d8dde6;
    border-radius: 3px 3px 0 0;
    font-size: .9375rem;
}

.example-bg {
    background: #f1f5fd;
}

.example.example1 {
    background-color: #039e26;
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    border-radius: 8px;
    border: 1px solid #fff;
    max-width: 480px;
}

.example.example1 * {
/*  font-family: Roboto, Open Sans, Segoe UI, sans-serif;*/
  font-size: .9375rem;
/*  font-weight: 500;*/
}

.example.example1 fieldset {
/*
  margin: 0 15px 20px;
  padding: 0;
  border-style: none;
  background-color: #7795f8;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #829fff;
  border-radius: 4px;
*/
}

.example.example1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
/*  margin-left: 15px;*/
}

.example.example1 .row + .row {
/*  border-top: 1px solid #819efc;*/
}

.example.example1 label {
/*
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: #c4f0ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
    display: block;
    margin-bottom: .375rem;
    font-weight: 500;
    font-size: .875rem;
    color: #fff;
}

.example.example1 input, .example.example1 button {
/*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
*/

}

.example.example1 input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example1 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.example1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 15px;
/*  margin-top:20px;*/
  border-radius: 3px;
  border: 1px solid #d8dde6;
  background: #fff;
}

.example.example1 input {
/*
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #fff;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
*/
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.6;
    color: #32325D !important;
    height: 39px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8dde6;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #6d7e9c;
    opacity: 1;
    margin-bottom:20px;
}

.example.example1 input::-webkit-input-placeholder {
  color: #6d7e9c;
}

.example.example1 input::-moz-placeholder {
  color: #6d7e9c;
}

.example.example1 input:-ms-input-placeholder {
  color: #6d7e9c;
}

.example.example1 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #f6a4eb;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ffb9f6;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.example.example1 button:active {
  background-color: #d782d9;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #e298d8;
}

.example.example1 .error svg .base {
  fill: #fff;
}

.example.example1 .error svg .glyph {
  fill: #6772e5;
}

.example.example1 .error .message {
  color: #fff;
}

.example.example1 .success .icon .border {
  stroke: #87bbfd;
}

.example.example1 .success .icon .checkmark {
  stroke: #fff;
}

.example.example1 .success .title {
  color: #fff;
}

.example.example1 .success .message {
  color: #9cdbff;
}

.example.example1 .success .reset path {
  fill: #fff;
}

/*----- Ribbons -----*/
.ribbone {
    width: 100%;
    position: relative;
    background-size: cover;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 500px) {
    .ribbone {
        width: 100%;
    }
}

.ribbon1 {
    position: absolute;
    top: -6.1px;
    left: 10px;
    z-index: 1;
}

.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #f8463f;
}

.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #f8463f;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
}

.ribbon1 span:after {
    position: absolute;
    content: "";
}

.ribbon1 span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #f8463f;
}

.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #c02031;
}

.arrow-ribbon {
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 98;
    font-size: 14px;
}

.arrow-ribbon.bg-purple:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #6d33ff;
    border-bottom: 15px solid transparent;
    width: 0;
}

.arrow-ribbon.bg-danger:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #ff382b;
    border-bottom: 15px solid transparent;
    width: 0;
}

.arrow-ribbon.bg-primary:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 12px solid transparent;
    border-bottom: 10px solid transparent;
    width: 0;
}

.arrow-ribbon.bg-secondary:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #162946;
    border-bottom: 15px solid transparent;
    width: 0;
}

.arrow-ribbon.bg-success:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #05a01f;
    border-bottom: 15px solid transparent;
    width: 0;
}

.arrow-ribbon.bg-info:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #1da1f3;
    border-bottom: 15px solid transparent;
    width: 0;
}

.arrow-ribbon.bg-warning:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #ffa22b;
    border-bottom: 15px solid transparent;
    width: 0;
}

.arrow-ribbon.bg-pink:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #ff2b88;
    border-bottom: 15px solid transparent;
    width: 0;
}

.arrow-ribbon2 {
    color: #fff;
    padding: 3px 8px;
    position: absolute;
    top: 10px;
    left: -1px;
    z-index: 98;
    font-size: 18px;
}

.arrow-ribbon2:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -24px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    width: 0;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.power-ribbon {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.power-ribbon span {
    position: absolute;
    display: block;
    width: 82px;
    padding: 8px 0;
    color: #fff;
    font: 500 16px/1 Lato, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
}

.power-ribbon-top-left {
    top: -6px;
    left: -9px;
}

.power-ribbon-top-left span {
    right: -5px;
    top: 1px;
    transform: rotate(-45deg);
}

.power-ribbon-top-left span i {
    transform: rotate(45deg);
    padding-top: 2px;
    padding-left: 7px;
}

.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: 23px solid transparent;
    border-right: 23px 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: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 13px solid #162946;
    z-index: 99;
}

.ribbon-2 span {
    position: relative;
    display: block;
    text-align: center;
    background: #162946;
    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: #162946;
}

.ribbon-2 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #162946;
}

.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: 23px solid transparent;
    border-right: 23px 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-2 {
    color: #FFF;
    padding: 3px 8px;
    position: absolute;
    z-index: 9999;
    font-size: 20px;
}

.arrow-ribbon-2:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -24px;
    border-top: 16px solid transparent;
    border-left: 24px solid #6963ff;
    border-bottom: 16px solid transparent;
    width: 0;
}

.ht-50 {
    height : 50px !important;
}

#menuAccount {
    display: none;
}

.sticky-wrapper.is-sticky .horizontalMenu >.horizontalMenu-list > #menuAccount {
    display: block !important;
}

@media only screen and (max-width: 991px) {

   .sticky-wrapper.is-sticky .horizontalMenu >.horizontalMenu-list > #menuAccount {
        display: none !important;
    }
}

#smMenuAccount {
    display: none;
    position: absolute;
    top: 13px;
    right: 5px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
}

.sticky-wrapper.is-sticky .horizontal-header >.container > #smMenuAccount {
    display: block !important;
}

.sticky-wrapper.is-sticky .horizontal-header >.container > #callusbtn {
    display: none !important;
}

.smMenuIcon {
    min-width : 28px;
    min-height : 28px;
}

.paveModalBody {
    max-height: 500px;
    overflow-y: scroll;
}

.modalHeight {
    height: 400px;
    overflow-y: auto;
}

.watchlistMsg {
    position: absolute;
    top: 50px;
    right: 0;
}

.imgCarousel > .modal-body{
    overflow-y: auto;
    max-height: 768px;
}

.homeFilter {
    background-color: transparent;
    margin: 0;
    border-radius: 12px;
    border: 1px solid black;
    display: inline-block;
    color: black;
    height: 48px;
    min-width: 48px;
    font-size: 100%;
}

.homeFilterCount {
    border-radius: 16px;
    text-align: center;
    right: 95px;
    border: 2px solid #FFFFFF;
    font-weight: 700;
    padding-inline: 4px;
    transform: translateX(5px) translateY(-6px);
    top: 0;
    position: absolute;
    height: 20px;
    min-width: 20px;
    pointer-events: none;
    line-height: 1rem;
    color: #FFFFFF;
    background: black;
    display: none;
}

