@charset "UTF-8";
/*-------- Font-Family-------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

/*

//---------- TABLE OF CONTENTS ----------//
	* Bootstrap Framework
--	* Chat
--	* User Card
--	* Weather Card
--	* Count Down
	* Custom Page
	* Table
	* Form Elements
	* Dropdowns
	* Buttons
--	* Gloabal-Loader
	* Navigation
	* Card
--	* Pagination
--	* E-mail1
	* Badges
--	* Progress
	* List
	* Modals
	* Tooltip
	* Popover
	* Carousel
	* Aligements
	* Backgrounds
	* Borders
	* Display Elements
	* Embed-responsive
	* Flex Elements
	* Float Elements
	* Position Elements
	* Text Elements
	* Blockquote
	* Page Headers
	* Headers
	* Footers
	* Background Colors
	* Responsive
--	* Expanels
	* Thumbnail
	* General Elements
--	* Avatar
	* Icons Styles
	* Form Controls
--	* Chart-Circles
--	* Tags
--	* Highlight
	* Custom Form Elements
--	* Timeline
--	* Jvectormap
--	* Gallery
	* Ui-datepicker
--	* Tabs
--	* Ribbons
	* Item-Cards
	* Ratings
--	* Video
--	* Message
	* Custom Css Elements
	* Extra Css Elements
*/
/*------- Bootstrap Framework -------*/
*,
::after,
::before {
    box-sizing: border-box;
}

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

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

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

.secondlevel ul {
    background: 0 0 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #dcdfe8;
}

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #707070;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/*a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}*/

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    display: block;
    color: #343a40;
    padding: 1rem;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f8fafc;
    border-radius: 3px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-shadow: 0 1px #fff;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin-top: 0;
    margin-bottom: 1rem;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

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

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

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

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

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

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

.h1,
h1 {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.h2,
h2 {
    font-size: 1.75rem;
    font-family: 'Poppins', sans-serif;
}

.h3,
h3 {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.h4,
h4 {
    font-size: 1.125rem;
    font-family: 'Poppins', sans-serif;
}

.h5,
h5 {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.h6,
h6 {
    font-size: .875rem;
    font-family: 'Poppins', sans-serif;
}

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

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

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

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.171875rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

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

.cover-image {
    background-size: cover !important;
    width: 100%;
    position: relative;
    height: 240px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.div-image-160 {
    height: 160px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.div-image-197 {
    height: 197px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.div-image-420 {
    height: 550px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.div-image-90 {
    height: 90px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #d8dde6;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: #868e96;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

code {
    font-size: 85%;
    color: inherit;
    word-break: break-word;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

a>code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: 85%;
    color: #fff;
    background-color: #343a40;
    border-radius: 3px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

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

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

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

.social-box {
    min-height: 160px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(181, 201, 227, 0.12), 0 8px 16px 0 rgba(181, 201, 227, 0.24);
}

.social-box i {
    display: block;
    font-size: 40px;
    background: #e9ecef;
    line-height: 110px;
}

.social-box.facebook i {
    color: #fff;
    background: #5e5baa;
    border-radius: 8px 8px 0 0;
}

.social-box ul {
    list-style: none;
    display: inline-block;
    margin: 7px 0 0;
    padding: 10px;
    width: 100%;
}

.social-box ul li {
    color: #949ca0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-align: center;
    display: block;
    float: left;
    width: 50%;
    line-height: 2;
}

.social-box ul li strong {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #080e1b;
}

.social-box ul li span {
    font-size: 15px;
    font-weight: 500;
    color: #080e1b;
    text-transform: uppercase;
}

.social-box ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
    text-align: center;
}

.social-box.twitter i,
.social-box.linkedin i {
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.social-box.google-plus i {
    color: #fff;
    background: #ff3b2e;
    border-radius: 8px 8px 0 0;
}

.statistics-box.with-icon {
    position: relative;
    padding-left: 80px;
    text-align: right;
}

.statistics-box.with-icon .ico {
    position: absolute;
    top: 8px;
    left: 0;
    width: 80px;
    height: 80px;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
}

.statistics-box.with-icon .ico.small {
    font-size: 50px;
}

.content-box h4 {
    font-size: 43px !important;
}

.counter {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.counter-1 {
    font-size: 40px;
    font-weight: 600;
}

.todo-item+.todo-item {
    margin-top: 8px;
}

.todo-item .checkbox {
    margin-bottom: 6px;
}

.todo-item input:checked+span {
    text-decoration: line-through;
}

.checkbox {
    font-weight: 400;
    position: relative;
    display: block;
    line-height: 18px;
}

.checkbox span {
    padding-left: 15px;
}

.checkbox span:empty {
    float: left;
}

.checkbox span:after {
    line-height: 18px;
    position: absolute;
}

.checkbox span:before {
    line-height: 18px;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #f1f5fd;
    border: 1px solid #d8dde6;
    top: 1px;
    left: 0;
}

.checkbox span:after {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 9px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    display: none;
}

.checkbox input[type=checkbox] {
    opacity: 0;
    margin: 0 5px 0 0;
}

.checkbox input[type=checkbox]:checked+span:after {
    display: block;
}

.checkbox input[type=checkbox][disabled]+span {
    opacity: .75;
}

.checkbox input[type=checkbox][disabled]+span:after,
.checkbox input[type=checkbox][disabled]+span:before {
    opacity: .75;
}

.checkbox-inline {
    display: inline-block;
}

.media .chat i,
.media .chat a {
    font-size: 13px;
}

.iconfont h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.iconfont h3 {
    font-size: 16px;
    font-weight: 500;
}

.iconfont i {
    font-size: 15px;
}

.wx h1 {
    font-size: 65px !important;
    margin-bottom: 15px;
    margin-top: 0;
}

/*------ Custom Pages -------*/
.background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: 1;
}

.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
}

.masthead .masthead-content h1 {
    font-size: 2rem;
}

.masthead .masthead-content p {
    font-size: 1rem;
}

.masthead .masthead-content p strong {
    font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
    height: auto;
    font-size: 1rem;
    padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem;
}

@media (min-width: 1025px) {
    .masthead .masthead-content {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

@media (min-width: 992px) {
    .masthead {
        height: 100%;
        min-height: 0;
        width: 40%;
        padding-bottom: 0;
        float: right;
    }

    .masthead .masthead-bg {
        min-height: 0;
    }

    .masthead .masthead-content h1 {
        font-size: 2.5rem;
    }

    .masthead .masthead-content p {
        font-size: 1rem;
    }

    .sticky-wrapper.is-sticky .horizontal-main {
        background: #fff !important;
        box-shadow: 2px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
        height: 80px !important;
    }

    .sticky-wrapper.is-sticky .horizontal-main .ad-post {
        margin-top: -.25rem !important;
    }

    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a {
        color: #504e70;
    }

    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a>.fa {
        color: #504e70;
    }

    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a.active .fa {
        color: #fff !important;
    }

    .sticky-wrapper.is-sticky .desktoplogo-1 {
        padding: 1.25rem 0;
        margin: 0;
        float: left;
        display: block !important;
    }

    .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li {
        padding: 1.25rem 0;
    }

    .desktoplogo-1,
    .sticky-wrapper.is-sticky .desktoplogo {
        display: none;
    }
}



/*------ Embed-responsive ------*/
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    body,
    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table,
    .text-wrap table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .text-wrap table td,
    .text-wrap table th {
        background-color: #fff !important;
    }

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

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

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

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

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

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

/*----- Alert -----*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: .9375rem;
}

.alert:first-child {
    margin-bottom: 1rem !important;
}

.alert:last-child {
    margin-bottom: 0;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 500;
}

.alert-link:hover,
.alert-link a:hover {
    text-decoration: underline;
}

.alert-dismissible {
    padding-right: 3.90625rem;
}

hr.message-inner-separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.alert-secondary {
    color: #7b838f;
    background-color: #dfe9f9;
    border-color: #dfe9f9;
}

.alert-secondary hr {
    border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
    color: #2e3133;
}

.alert-success {
    color: #fcfdff;
    background-color: #05a01f;
    border-color: #05a01f;
}

.alert-success hr {
    border-top-color: #c5e7a4;
}

.alert-success .alert-link {
    color: #172e00;
}

.alert-info {
    color: #fcfdff;
    background-color: #1da1f3;
    border-color: #1da1f3;
}

.alert-info hr {
    border-top-color: #b3dcf9;
}

.alert-info .alert-link {
    color: #193c56;
}

.alert-warning {
    color: #fcfdff;
    background-color: #ffa22b;
    border-color: #ffa22b;
}

.alert-warning hr {
    border-top-color: #fae8a4;
}

.alert-warning .alert-link {
    color: #4d3f05;
}

.alert-danger {
    color: #fcfdff;
    background-color: #ff382b;
    border-color: #ff382b;
}

.alert-danger hr {
    border-top-color: #ecacab;
}

.alert-danger .alert-link {
    color: #3f0a09;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.alert-icon {
    padding-left: 3rem;
}

.alert-icon>i {
    color: inherit !important;
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.alert-avatar {
    padding-left: 3.75rem;
}

.alert-avatar .avatar {
    position: absolute;
    top: .5rem;
    left: .75rem;
}



/*----- Badge ------*/
.btn .badge {
    position: relative;
    top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-pink {
    color: #fff;
    background-color: #ed3284;
}

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

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

.badgetext {
    float: right;
}

.badge-default {
    background: #e9eff7;
    color: #7e8188;
}

.badge-offer {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
    padding: 5px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 33px;
    width: 50px;
    margin-bottom: 0;
}

.badge-offer.bg-danger:after {
    border-top: 12px solid #ff382b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer.bg-primary:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer.bg-secondary:after {
    border-top: 12px solid #f6f7fb;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer.bg-success:after {
    border-top: 12px solid #05a01f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer.bg-info:after {
    border-top: 12px solid #1da1f3;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer.bg-warning:after {
    border-top: 12px solid #ffa22b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer.bg-purple:after {
    border-top: 12px solid #6d33ff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer.bg-pink:after {
    border-top: 12px solid #ff2b88;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1 {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
    padding: 5px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 33px;
    width: 50px;
    margin-bottom: 0;
}

.badge-offer1.bg-danger:after {
    border-top: 12px solid #ff382b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1.bg-primary:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1.bg-secondary:after {
    border-top: 12px solid #f6f7fb;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1.bg-success:after {
    border-top: 12px solid #05a01f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1.bg-info:after {
    border-top: 12px solid #1da1f3;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1.bg-warning:after {
    border-top: 12px solid #ffa22b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1.bg-purple:after {
    border-top: 12px solid #6d33ff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

.badge-offer1.bg-pink:after {
    border-top: 12px solid #ff2b88;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 33px;
    width: 0;
}

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

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

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #080e1b;
}

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

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

@media (max-width: 480px) {
    .breadcrumb-item+.breadcrumb-item::before {
        display: inline-block;
        padding-right: .2rem;
        padding-left: .2rem;
        color: #fff;
        content: "/";
    }

    .users-list .select2.select2-container.select2-container--default {
        margin-bottom: 1rem;
    }

    .users-list .page-header {
        padding: 1rem !important;
    }

    .header-text1 .display-3 {
        font-size: 3rem !important;
        margin-bottom: 5px;
    }

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

    .page-header {
        display: block !important;
        padding: 10px 0 !important;
    }

    .page-header .page-title {
        margin-bottom: 5px;
    }
}

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

.breadcrumb-item1 a {
    color: #7b838f;
}

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

.breadcrumb-item1+.breadcrumb-item1::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: "/";
}

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

.breadcrumb-item1.active {
    color: #a7b4c9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #36465f;
    border-color: #36465f;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 2px rgba(54, 70, 95, 0.5);
}

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

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(54, 70, 95, 0.5);
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(54, 70, 95, 0.5);
}

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

.btn-success:hover {
    color: #fff;
    background-color: #049224;
    border-color: #039e26;
}

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

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #039e26;
    border-color: #039e26;
}

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

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

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

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

.btn-info {
    color: #fff;
    background-color: #0ab2e6;
    border-color: #0ab2e6;
}

.btn-info:hover {
    color: #fff;
    background-color: #00c3ff;
    border-color: #00c3ff;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #00d6e6;
    border-color: #00d6e6;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0ca7ec;
    border-color: #0ca7ec;
}

.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0ca7ec;
    border-color: #0ca7ec;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-light:hover {
    color: #3d4e67 !important;
    background-color: #e4e5eb !important;
    border-color: #e4e5eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-secondary:hover {
    color: #7b838f;
    background-color: #eef2f9;
    border-color: #eef2f9;
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #7b838f;
    background-color: #eef2f9;
    border-color: #eef2f9;
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: #7b838f;
    background-color: #eef2f9;
    border-color: #eef2f9;
}

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

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

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #00e682;
    border-color: #00e682;
}

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

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00e682;
    background-color: transparent;
}

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

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

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

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

.btn-outline-info {
    color: #00d6e6;
    background-color: transparent;
    background-image: none;
    border-color: #00d6e6;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00d6e6;
    border-color: #00d6e6;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #00d6e6;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #00d6e6;
    border-color: #00d6e6;
}

.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00d6e6;
    border-color: #00d6e6;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}

.btn-outline-warning {
    color: #ffa22b;
    background-color: transparent;
    background-image: none;
    border-color: #ffa22b;
}

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

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffa22b;
    background-color: transparent;
}

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

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

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

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

.btn-outline-danger {
    color: #ff382b;
    background-color: transparent;
    background-image: none;
    border-color: #ff382b;
}

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

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

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff382b;
    background-color: transparent;
}

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

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

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

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

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

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

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

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

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

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

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

.btn-link {
    font-weight: 400;
    background-color: transparent;
}

.btn-link:hover {
    color: #295a9f;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96;
    pointer-events: none;
}

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

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

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

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

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

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

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

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

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

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

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

.btn-pill {
    border-radius: 10rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.btn-square {
    border-radius: 0;
}

.btn-facebook {
    color: #fff;
    background-color: #3c5a99;
    border-color: #3c5a99;
}

.btn-facebook:hover,
.btn-facebook.active {
    color: #fff;
    background-color: #0941d3;
    border-color: #0941d3;
}

.btn-facebook.focus,
.btn-facebook:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #0941d3;
    border-color: #0941d3;
}

.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0941d3;
    border-color: #0941d3;
}

.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #0941d3;
    border-color: #0941d3;
}

.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

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

.btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}

.btn-twitter.focus,
.btn-twitter:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

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

.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled).active:focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

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

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

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

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

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

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

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

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

.btn-youtube {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00;
}

.btn-youtube.focus,
.btn-youtube:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-youtube:not(:disabled):not(.disabled).active,
.btn-youtube:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000;
}

.show>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled).active:focus,
.btn-youtube:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.show>.btn-youtube.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #139ecb;
    border-color: #1295bf;
}

.btn-vimeo.focus,
.btn-vimeo:focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.btn-vimeo:not(:disabled):not(.disabled).active,
.btn-vimeo:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1295bf;
    border-color: #108cb4;
}

.show>.btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #108cb4;
}

.btn-vimeo:not(:disabled):not(.disabled).active:focus,
.btn-vimeo:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.show>.btn-vimeo.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.btn-dribbble:hover {
    color: #fff;
    background-color: #e62a72;
    border-color: #e51e6b;
}

.btn-dribbble.focus,
.btn-dribbble:focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled).active,
.btn-dribbble:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e51e6b;
    border-color: #dc1a65;
}

.show>.btn-dribbble.dropdown-toggle {
    color: #fff;
    background-color: #e51e6b;
    border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled).active:focus,
.btn-dribbble:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.show>.btn-dribbble.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.btn-github {
    color: #fff;
    background-color: #181717;
    border-color: #181717;
}

.btn-github:hover {
    color: #fff;
    background-color: #040404;
    border-color: #000;
}

.btn-github.focus,
.btn-github:focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.btn-github.disabled,
.btn-github:disabled {
    color: #fff;
    background-color: #181717;
    border-color: #181717;
}

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

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

.btn-github:not(:disabled):not(.disabled).active:focus,
.btn-github:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.show>.btn-github.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40;
}

.btn-instagram.focus,
.btn-instagram:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled).active,
.btn-instagram:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled).active:focus,
.btn-instagram:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-pinterest {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #980617;
    border-color: #8c0615;
}

.btn-pinterest.focus,
.btn-pinterest:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled).active,
.btn-pinterest:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.btn-pinterest:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-vk {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-vk:hover {
    color: #fff;
    background-color: #527093;
    border-color: #4d6a8b;
}

.btn-vk.focus,
.btn-vk:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-vk.disabled,
.btn-vk:disabled {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-vk:not(:disabled):not(.disabled).active,
.btn-vk:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.show>.btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.btn-vk:not(:disabled):not(.disabled).active:focus,
.btn-vk:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.show>.btn-vk.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-rss {
    color: #fff;
    background-color: #e84312;
    border-color: #e84312;
}

.btn-rss:hover {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400;
}

.btn-rss.focus,
.btn-rss:focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.btn-rss.disabled,
.btn-rss:disabled {
    color: #fff;
    background-color: #e84312;
    border-color: #e84312;
}

.btn-rss:not(:disabled):not(.disabled).active,
.btn-rss:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00;
}

.show>.btn-rss.dropdown-toggle {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00;
}

.btn-rss:not(:disabled):not(.disabled).active:focus,
.btn-rss:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.show>.btn-rss.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.btn-flickr {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc;
}

.btn-flickr:hover {
    color: #fff;
    background-color: #0052b6;
    border-color: #004ca9;
}

.btn-flickr.focus,
.btn-flickr:focus {
    box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.btn-flickr.disabled,
.btn-flickr:disabled {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc;
}

.btn-flickr:not(:disabled):not(.disabled).active,
.btn-flickr:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #004ca9;
    border-color: #00469c;
}

.show>.btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #004ca9;
    border-color: #00469c;
}

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

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

.btn-bitbucket {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #0043a6;
    border-color: #003e99;
}

.btn-bitbucket.focus,
.btn-bitbucket:focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.btn-bitbucket.disabled,
.btn-bitbucket:disabled {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}

.btn-bitbucket:not(:disabled):not(.disabled).active,
.btn-bitbucket:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #003e99;
    border-color: #00388c;
}

.show>.btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #003e99;
    border-color: #00388c;
}

.btn-bitbucket:not(:disabled):not(.disabled).active:focus,
.btn-bitbucket:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.show>.btn-bitbucket.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.btn-blue {
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
}

.btn-blue:hover {
    color: #fff;
    background-color: #316cbe;
    border-color: #2861b1;
}

.btn-blue.focus,
.btn-blue:focus {
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2861b1;
    border-color: #2c60a9;
}

.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #2861b1;
    border-color: #2c60a9;
}

.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.5);
}

.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.5);
}

.btn-indigo {
    color: #fff;
    background-color: #6574cd;
    border-color: #6574cd;
}

.btn-indigo:hover {
    color: #fff;
    background-color: #485ac4;
    border-color: #3f51c1;
}

.btn-indigo.focus,
.btn-indigo:focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.btn-indigo.disabled,
.btn-indigo:disabled {
    color: #fff;
    background-color: #6574cd;
    border-color: #6574cd;
}

.btn-indigo:not(:disabled):not(.disabled).active,
.btn-indigo:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3f51c1;
    border-color: #3b4db7;
}

.show>.btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #3f51c1;
    border-color: #3b4db7;
}

.btn-indigo:not(:disabled):not(.disabled).active:focus,
.btn-indigo:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.show>.btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.btn-purple {
    color: #fff;
    background-color: #604dd8;
    border-color: #604dd8;
}

.btn-purple:hover {
    color: #fff;
    background-color: #923ce6;
    border-color: #8c31e4;
}

.btn-purple.focus,
.btn-purple:focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #604dd8;
    border-color: #604dd8;
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #8c31e4;
    border-color: #8526e3;
}

.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #8c31e4;
    border-color: #8526e3;
}

.btn-purple:not(:disabled):not(.disabled).active:focus,
.btn-purple:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.btn-pink {
    color: #fff;
    background-color: #ff2b88;
    border-color: #ff2b88;
}

.btn-pink:hover {
    color: #fff;
    background-color: #e61470;
    border-color: #e61470;
}

.btn-pink.focus,
.btn-pink:focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #fff;
    background-color: #ff2b88;
    border-color: #ff2b88;
}

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

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

.btn-pink:not(:disabled):not(.disabled).active:focus,
.btn-pink:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.btn-red {
    color: #fff;
    background-color: #ff382b;
    border-color: #ff382b;
}

.btn-red:hover {
    color: #fff;
    background-color: #fb5b50;
    border-color: #fb5b50;
}

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

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #ff382b;
    border-color: #ff382b;
}

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

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

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

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

.btn-orange {
    color: #fff;
    background-color: #e84312;
    border-color: #e84312;
}

.btn-orange:hover {
    color: #fff;
    background-color: #d66f07;
    border-color: #d66f07;
}

.btn-orange.focus,
.btn-orange:focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: #e84312;
    border-color: #e84312;
}

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #fc7a12;
    border-color: #fc7305;
}

.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #fc7a12;
    border-color: #fc7305;
}

.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-yellow {
    color: #fff;
    background-color: #ffa22b;
    border-color: #ffa22b;
}

.btn-yellow:hover {
    color: #fff;
    background-color: #fa3;
    border-color: #fa3;
}

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

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

.btn-yellow:not(:disabled):not(.disabled).active,
.btn-yellow:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #fa3;
    border-color: #b6940b;
}

.show>.btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #fa3;
    border-color: #b6940b;
}

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

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

.btn-green {
    color: #fff;
    background-color: #05a01f;
    border-color: #05a01f;
}

.btn-green:hover {
    color: #fff;
    background-color: #05961d;
    border-color: #0b7755;
}

.btn-green.focus,
.btn-green:focus {
    box-shadow: 0 0 0 2px rgba(5, 160, 31, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #05a01f;
    border-color: #05a01f;
}

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #05a01f;
    border-color: #05a01f;
}

.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #05a01f;
    border-color: #05a01f;
}

.btn-green:not(:disabled):not(.disabled).active:focus,
.btn-green:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(5, 160, 31, 0.5);
}

.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(5, 160, 31, 0.5);
}

.btn-teal {
    color: #fff;
    background-color: #05e6e6;
    border-color: #05e6e6;
}

.btn-teal:hover {
    color: #fff;
    background-color: #05fafa;
    border-color: #05fafa;
}

.btn-teal.focus,
.btn-teal:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
    color: #fff;
    background-color: #05e6e6;
    border-color: #05e6e6;
}

.btn-teal:not(:disabled):not(.disabled).active,
.btn-teal:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #05fafa;
    border-color: #05fafa;
}

.show>.btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #05fafa;
    border-color: #05fafa;
}

.btn-teal:not(:disabled):not(.disabled).active:focus,
.btn-teal:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.btn-cyan {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-cyan:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-cyan.focus,
.btn-cyan:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.btn-cyan.disabled,
.btn-cyan:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-cyan:not(:disabled):not(.disabled).active,
.btn-cyan:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.show>.btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-cyan:not(:disabled):not(.disabled).active:focus,
.btn-cyan:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.btn-white {
    color: #3d4e67;
    background-color: #fff;
    border-color: rgba(167, 180, 201, 0.6);
}

.btn-white:hover {
    color: #3d4e67;
    background-color: #e9ecfb;
    border-color: #e9ecfb;
}

.btn-white.focus,
.btn-white:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #3d4e67;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active {
    color: #3d4e67;
    background-color: #e9ecfb;
    border-color: #e9ecfb;
}

.show>.btn-white.dropdown-toggle {
    color: #3d4e67;
    background-color: #e9ecfb;
    border-color: #e9ecfb;
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-gray {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-gray:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #153039;
}

.btn-gray.focus,
.btn-gray:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #153039;
    border-color: #666e76;
}

.show>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #153039;
    border-color: #666e76;
}

.btn-gray:not(:disabled):not(.disabled).active:focus,
.btn-gray:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

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

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

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

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

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

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

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

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

.btn-azure {
    color: #fff;
    background-color: #00d6e6;
    border-color: #00d6e6;
}

.btn-azure:hover {
    color: #fff;
    background-color: #219af0;
    border-color: #1594ef;
}

.btn-azure.focus,
.btn-azure:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-azure.disabled,
.btn-azure:disabled {
    color: #fff;
    background-color: #00d6e6;
    border-color: #00d6e6;
}

.btn-azure:not(:disabled):not(.disabled).active,
.btn-azure:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1594ef;
    border-color: #108ee7;
}

.show>.btn-azure.dropdown-toggle {
    color: #fff;
    background-color: #1594ef;
    border-color: #108ee7;
}

.btn-azure:not(:disabled):not(.disabled).active:focus,
.btn-azure:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.show>.btn-azure.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-lime {
    color: #fff;
    background-color: #63e600;
    border-color: #63e600;
}

.btn-lime:hover {
    color: #fff;
    background-color: #69b829;
    border-color: #63ad27;
}

.btn-lime.focus,
.btn-lime:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.btn-lime.disabled,
.btn-lime:disabled {
    color: #fff;
    background-color: #63e600;
    border-color: #63e600;
}

.btn-lime:not(:disabled):not(.disabled).active,
.btn-lime:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #63ad27;
    border-color: #5da324;
}

.show>.btn-lime.dropdown-toggle {
    color: #fff;
    background-color: #63ad27;
    border-color: #5da324;
}

.btn-lime:not(:disabled):not(.disabled).active:focus,
.btn-lime:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.show>.btn-lime.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.btn-option {
    background: 0 0;
    color: #a7b4c9;
}

.btn-option:hover {
    color: #5f6877;
}

.btn-option:focus {
    box-shadow: none;
    color: #5f6877;
}

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

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

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

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

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

.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}

.btn-loading:after {
    content: '';
    -webkit-animation: loader .5s infinite linear;
    animation: loader .5s infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}

.btn-group-sm>.btn-loading.btn:after {
    height: 1em;
    width: 1em;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
}

.btn-loading.btn-sm:after {
    height: 1em;
    width: 1em;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
}

.btn-loading.btn-secondary:after {
    border-color: #3d4e67;
}

.btn-send {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}

.btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
    background: none repeat scroll 0 0 #009da7;
}

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

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

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

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

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1;
}

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

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

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

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

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

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

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

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

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

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

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

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

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-floating {
    width: 35px;
    height: 35px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

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

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

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

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

.card-subtitle {
    margin-top: -.75rem;
    margin-bottom: 0;
}

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

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

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

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background-color: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

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

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: .75rem;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: .75rem;
        margin-bottom: 0;
        margin-left: .75rem;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: .75rem;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    .card-group>.card:only-child {
        border-radius: 3px;
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}

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

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

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

.card-blog-overlay1 .card-footer,
.card-blog-overlay2 .card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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

.card-blog-overlay2 {
    background: url(../images/banners/banner4.jpg);
    background-size: cover;
    background-position: center;
}

.card-blog-overlay3 {
    background: url(../images/photos/4.jpg);
    background-size: cover;
    background-position: center;
}

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

.card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d8dde6;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, 0.5);
}

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

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

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

.tilebox-one i {
    font-size: 62px;
}

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

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

.card-body-scrollable {
    overflow: auto;
}

.card-bottom {
    padding: 1rem 1.5rem;
    background: 0 0;
}

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

.card-header {
    background: 0 0;
    padding: .5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #d8dde6;
}

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

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

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

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

.reg {
    text-align: center;
    font-size: 50px;
    color: #2e1170;
    float: right;
}

.card-title a {
    color: inherit;
}

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

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

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

.card-table tr:first-child td,
.card-table tr:first-child th {
    border-top: 0;
}

.card-table tr td:first-child,
.card-table tr th:first-child {
    padding-left: 1.5rem;
}

.card-table tr td:last-child,
.card-table tr th:last-child {
    padding-right: 1.5rem;
}

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

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

.profie-img .flex-md-row img {
    width: 60px;
}

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

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

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

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

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

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

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

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

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

.card-value {
    font-size: 1rem;
    line-height: 3.4rem;
    height: 3.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.card-value i {
    vertical-align: middle;
}

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

.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #a7b4c9;
    -ms-flex-item-align: center;
    align-self: center;
}

.card-options a:not(.btn) {
    margin-left: .5rem;
    color: #b0bcd0;
    font-size: 14px;
    display: inline-block;
    min-width: 1rem;
}

.card-options a:not(.btn):hover {
    text-decoration: none;
    color: #a7b4c9;
}

.card-options a:not(.btn) i {
    font-size: 1rem;
    vertical-align: middle;
}

.card-options .dropdown-toggle:after {
    display: none;
}

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

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

.card-fullscreen .card-options-fullscreen i:before {
    content: '\e992';
}

.card-fullscreen .card-options-remove {
    display: none;
}

.card-map {
    height: 15rem;
    background: #d8dde6;
}

.card-map-placeholder {
    background: no-repeat center;
}

.card-tabs {
    display: -ms-flexbox;
    display: flex;
}

.card-tabs-bottom .card-tabs-item {
    border: 0;
}

.card-tabs-bottom .card-tabs-item.active {
    border-top-color: #fff;
}

.card-tabs-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    padding: 1.4rem 1.5rem;
    color: inherit;
    overflow: hidden;
}

a.card-tabs-item {
    background: #fafbfc;
}

a.card-tabs-item:hover {
    text-decoration: none;
    color: inherit;
}

a.card-tabs-item:focus {
    z-index: 1;
}

a.card-tabs-item.active {
    background: #fff;
    border-bottom-color: #fff;
}

.card-status {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 7px 7px 0 0;
    background: rgba(0, 40, 100, 0.12);
}

.card-status-left {
    right: auto;
    bottom: 0;
    height: auto;
    width: 3px;
    border-radius: 3px 0 0 3px;
}

.card-icon {
    width: 3rem;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
}

.card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
}

.card-alert {
    border-radius: 0;
    margin: -1px -1px 0;
}

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

.card-img-overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.25rem;
}

.card-img-overlay1 .card-trans {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    background: #0d102c;
    padding: 20px;
    border-radius: 7px;
}

.card-img-overlay1 .widgetbox {
    top: 0;
    left: 0;
    border-radius: 7px;
    background: #fff;
    padding: 0 15px 0 15px;
}

.card-blog-overlay6 {
    background: url(../images/banners/subscribe.jpg);
    background-size: cover;
}

.card-blog-overlay6:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(107, 34, 251, 0.6);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.card-aside-column1 {
    min-width: 8rem;
    width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    background: no-repeat center/cover;
}

.card-blog-img {
    background: url(../images/other/about.jpg);
    background-size: cover;
}

.card-blog-img:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(22, 41, 70, 0.8);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-pay .tabs-menu {
    margin-bottom: 25px;
}

.card-pay .tabs-menu li {
    width: 33.3%;
    display: block;
}

.card-pay .tabs-menu li a {
    padding: .5rem 1rem;
    background: #f2f3f8;
    color: #000;
    display: block;
    text-align: center;
    border-right: 1px solid #f3f3f3;
}

.card-pay .tabs-menu li a.active {
    border-radius: 2px;
    text-align: center;
    background: #dbdfe6 !important;
}

.card-over {
    position: relative;
}

.card-over img {
    vertical-align: middle;
}

.card-over .content {
    position: absolute;
    bottom: 0;
    background: #374254;
    opacity: .9;
    color: #fff;
    width: 100%;
    padding: 20px;
}

.card-video {
    background: url(../images/products/b5.png);
    background-size: cover;
}

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

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

.car-body-shapes img {
    margin: 0 auto;
    opacity: 0.7;
    width: 50%;
}

.car-body-img {
    width: 100px;
    height: 100px;
    line-height: 94px !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*----- Carousel -----*/
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .6;
}

.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbcarousel .carousel-control-prev {
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.thumbcarousel .carousel-control-next {
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

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

.carousel-indicators li {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 1px 2px;
}

.carousel-indicators li.active {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 1px 2px;
}

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

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

.carousel-control-next {
    right: 0;
}

.carousel-control-prev {
    left: 0;
}

#carousel-controls.owl-carousel .owl-item img {
    width: 100%;
}

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

/*----- Drop Downs -----*/
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

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

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

.dropdown-menu-right {
    right: 0;
    left: auto;
}

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

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #d8dde6;
}

.notifyimg {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 50%;
}

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

.app-selector ul {
    margin-bottom: 0;
}

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

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

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

.block {
    display: block !important;
}

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

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

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

.user-semi-title {
    font-size: 12px;
}

.floating {
    animation: floating 3s ease infinite;
    will-change: transform;
}

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

/*------ Dropdown-Menus ------*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    color: #3d4e67;
    text-align: left;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 12rem;
    border: 1px solid #d8dde6;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #d8dde6;
}

.dropdown-demo .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu-header label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a7b4c9;
}

.dropdown-media-list .media {
    padding: 12px 15px;
}

.dropdown-media-list .media:focus,
.dropdown-media-list .media:hover {
    background-color: #f1f5fd;
}

.dropdown-media-list img {
    border-radius: 100%;
}

.dropdown-media-list .media-body {
    margin-left: 15px;
}

.media-body {
    flex: 1;
    -ms-flex: 1;
}

.dropdown-media-list .media-body>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-media-list .media-body>div p {
    margin-bottom: 0;
    font-weight: 500;
    color: #a7b4c9;
    font-size: 14px;
}

.dropdown-media-list .media-body>div span {
    font-size: 12px;
}

.dropdown-media-list .media-body>p {
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-list-footer {
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #d8dde6;
}

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

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

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

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

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

.dropdown {
    display: block;
}

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

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

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

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

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

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

.dropdown-icon {
    color: #a7b4c9;
    margin-right: .5rem;
    margin-left: -.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
    font-size: 14px;
    font-weight: 600 !important;
}

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

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

select.form-control.select-lg {
    height: 46px !important;
    padding: 10px 16px !important;
    font-size: 17px !important;
    line-height: 1.3333333 !important;
    border-radius: 3px !important;
}

select.form-control.select-sm {
    height: 30px !important;
    padding: 0px 10px 1px 10px !important;
    line-height: 1 !important;
    border-radius: 3px !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .8375rem;
    line-height: 1.6;
    color: #080e1b;
    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;
}

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

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

.form-control:focus {
    color: #6f6e6e;
    background-color: #fff;
    border-color: #d8dde6;
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #a7b4c9;
    opacity: 1;
}

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

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

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

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

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

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.44444444;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.14285714;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.6;
    color: #3d4e67;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-group-lg>.form-control-plaintext.form-control {
    padding-right: 0;
    padding-left: 0;
}

.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}

.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}

.input-group-sm>.form-control-plaintext.form-control {
    padding-right: 0;
    padding-left: 0;
}

.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}

.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

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

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

.form-check-input:disabled~.form-check-label {
    color: #505662;
}

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 87.5%;
    color: #05a01f;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(94, 186, 0, 0.8);
    border-radius: .2rem;
}

.custom-select.is-valid,
.form-control.is-valid {
    border-color: #05a01f;
}

.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #05a01f;
}

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

.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #05a01f;
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block;
}

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

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #05a01f;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #9eff3b;
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #78ed00;
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f1f5fd, 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #05a01f;
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit;
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 87.5%;
    color: #ff382b;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(205, 32, 31, 0.8);
    border-radius: .2rem;
}

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

.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #ff382b;
}

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

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

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}

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

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #ff382b;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #ec8080;
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e23e3d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f1f5fd, 0 0 0 2px rgba(205, 32, 31, 0.25);
}

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

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit;
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

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

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

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

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

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

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

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

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

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

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

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

.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 500;
    font-size: .875rem;
}

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

.form-footer {
    margin-top: 2rem;
}

/*----- Form Control ---------*/
.searching1 i {
    position: absolute;
    top: 21px;
    margin-left: 15px;
    font-size: 16px;
    color: #fcfdff;
}

.search-inline {
    width: 100%;
    left: 0;
    padding-top: 1.5rem;
    padding-bottom: .75rem;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(243, 247, 253, 0.12), 0 8px 16px 0 rgba(243, 247, 253, 0.24);
    z-index: 9;
    transition: all .1s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    padding-top: 3rem;
    right: 0;
    padding-bottom: .5rem;
    border: 1px solid #d8dde6;
    animation: fadeInDown .1s ease-in-out;
}

.search-inline button[type=submit] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0;
    top: 0;
    right: 80px;
    padding: 0;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #fff;
    color: #a7b4c9;
}

.search-inline .form-control {
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 99%;
    font-weight: 700;
    outline: 0;
}

.search-inline .search-close {
    position: absolute;
    top: 21px;
    right: 0;
    color: #a7b4c9;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #fff;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

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

.form-control.header-search::placeholder {
    color: #fff;
}

.form-control.header-search:focus,
.form-control.header-search:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    border: 0;
    box-shadow: none;
}

.form-fieldset {
    background: #f8f9fa;
    border: 1px solid #d8dde6;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.form-required {
    color: #ff382b;
}

.form-required:before {
    content: ' ';
}

.state-valid {
    padding-right: 2rem;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>") no-repeat center right 0.5rem/1rem;
}

.state-invalid {
    padding-right: 2rem;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 0.5rem/1rem;
}

.form-help {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    color: #a7b4c9;
    background: #f8f9fa;
    border-radius: 50%;
    font-size: .75rem;
    transition: .3s background-color, .3s color;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-help:hover,
.form-help[aria-describedby] {
    background: #467fcf;
    color: #fff;
}

.form-group-text {
    position: absolute;
    top: 10px;
    right: 10px;
}

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

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

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

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

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

.row-deck>.col,
.row-deck>[class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row-deck>.col .card,
.row-deck>[class*=col-] .card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

.gutters-sm {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

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

.gutters-sm .card {
    margin-bottom: 1rem;
}

.gutters-lg {
    margin-right: -1rem;
    margin-left: -1rem;
}

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

.gutters-lg .card {
    margin-bottom: 2rem;
}

.gutters-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

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

.gutters-xl .card {
    margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

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

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

.input-group-prepend {
    margin-right: -1px;
}

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

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

.input-group-append {
    margin-left: -1px;
}

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

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

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

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

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

.input-icon {
    position: relative;
}

.input-icon .form-control:not(:last-child),
.input-icon .form-control:not(:first-child) {
    padding-left: 2.5rem;
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
}

.input-icon-addon:last-child {
    left: auto;
    right: 0;
}

.input-icon .form-group.is-empty {
    margin-bottom: 0;
}

.input-icon .form-group.is-empty .form-control {
    margin-bottom: 0;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f1f5fd;
    border-radius: 3px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

/*----- Modals -----*/
.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #a0afc7;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
    font-size: 1rem;
    line-height: 1.5;
    transition: .3s color;
}

.close:focus,
.close:hover {
    color: #a0afc7;
    text-decoration: none;
    opacity: .75;
}

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

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
    padding: 0 !important;
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.modal-backdrop.fade.show {
    padding-right: 0 !important;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open #homeVideo.modal {
    background: rgba(25, 36, 79, 0.8);
}

.modal-open #homeVideo.modal .modal-content {
    border: 10px solid #d8dde6;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8dde6;
    border-radius: 3px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #d8dde6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header .close.btn {
    padding: .5rem 1rem;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-shadow: none;
    float: right;
    display: block;
    right: 15px;
    position: absolute;
    background-color: #162946;
    border-color: #162946;
    opacity: 7;
}

.modal-header .close.btn:hover {
    color: #fff;
    opacity: 7;
    background-color: #15253e;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #d8dde6;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (max-width: 568px) {
    .modal-dialog {
        margin: 0 auto;
        width: 90%;
        margin-top: 10px;
    }

    .modal {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
        width: 800px;
    }
}

.model-wrapper-demo {
    padding: 50px 0;
    background: rgba(5, 117, 230, 0.1);
}

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

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

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

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

.nav-link.disabled {
    color: #868e96;
}

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

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

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

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

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

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

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

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

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

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-sidebar .list-unstyled li:last-child,
.nav-sidebar li ul li:last-child {
    border-bottom: 0;
}

/*----- Nav-items -----*/
.nav-item1 {
    padding: 10px;
    min-width: 2rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.nav1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #f1f5fd;
}

.nav-item1:hover:not(.disabled),
.nav-item1.active {
    color: #fff;
}

.nav-item1 .nav-link.disabled {
    opacity: 6;
    cursor: default;
    pointer-events: none;
}

.nav1.bg-primary .nav-item1 .nav-link.disabled {
    color: rgba(255, 255, 255, 0.5);
}

.nav-tabs .nav-item1 {
    margin-bottom: -1px;
    position: relative;
}

.nav-tabs .nav-item1.nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-tabs .nav-item1 .nav-link {
    border: 0;
    color: inherit;
    margin-bottom: -1px;
    color: #a7b4c9;
    transition: .3s border-color;
    font-weight: 400;
    padding: 1rem 10px;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active {
    color: #fff;
}

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

.nav-tabs .nav-item1 i {
    margin-right: .25rem;
    line-height: 1;
    font-size: 0rem;
    width: .875rem;
    vertical-align: baseline;
    display: inline-block;
    margin-right: 10px;
}

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

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

.nav-tabs .nav-submenu .nav-item1.active {
    color: #467fcf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs .nav-item i {
    margin-right: .25rem;
    line-height: 1;
    font-size: 0rem;
    width: .875rem;
    vertical-align: baseline;
    display: inline-block;
    margin-right: 10px;
}

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

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

.nav-tabs .nav-submenu .nav-item.active {
    color: #467fcf;
}

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

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



/*---- Panel ----*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #d8dde6;
}

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

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

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

.more-less {
    float: right;
    color: #212121;
}

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

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

.panel1 {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: 0 0;
    box-shadow: none;
}

.panel1:last-child {
    border-bottom: none;
}

.panel-group1>.panel1:first-child .panel-heading1 {
    border-radius: 4px 4px 0 0;
}

.panel-group1 .panel1 {
    border-radius: 0;
}

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

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

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

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

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

.panel-title1 a.collapsed {
    color: #080e1b;
}

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

.panel1:last-child .panel-body1 {
    border-radius: 0 0 4px 4px;
}

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

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

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

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

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

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

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

.demo-accordion p:last-child,
.panel-group1 p:last-child {
    margin-bottom: 0;
}

#bs-collapse .panel-heading1 a:after {
    content: "\f01a";
    font-size: 24px;
    position: absolute;
    font-family: FontAwesome;
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all .5s;
}

#bs-collapse .panel-heading1.active a:after {
    content: "\f01a";
    transform: scale(1);
    transition: all .5s;
}

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

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



/*----- Popover -----*/
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee3eb;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.popover .arrow {
    position: absolute;
    display: block;
    width: .5rem;
    height: .5rem;
    margin: 0 3px;
    margin-left: calc(.25rem + -5px);
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before {
    border-width: .5rem .25rem 0;
}

.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .25rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: .5rem;
    margin: 3px 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before {
    border-width: .25rem .5rem .25rem 0;
}

.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .25rem .5rem .25rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: #dee3eb;
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
    border-width: 0 .25rem .5rem .25rem;
}

.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .25rem .5rem .25rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: #dee3eb;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: .5rem;
    margin-left: -.25rem;
    content: "";
    border-bottom: 1px solid #fff;
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: .5rem;
    margin: 3px 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before {
    border-width: .25rem 0 .25rem .5rem;
}

.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .25rem 0 .25rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: #dee3eb;
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    color: inherit;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: .75rem 1rem;
    color: #5f6877;
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
    margin-bottom: .625rem;
}

.popover-static-demo .popover {
    position: relative;
}

.popover-static-demo .popover .arrow {
    margin-left: calc(.25rem + 122px);
}



/*------ Table ------*/
.table,
.text-wrap table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

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

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

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

.ico-listing.table td,
.ico-listing.table th {
    padding: .75rem;
    vertical-align: middle;
}

.sticky-wrapper {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
    background-color: rgba(241, 238, 247, 0.3);
}

.table-primary {
    background-color: #f9e6ed;
}

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

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

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

.table-secondary {
    background-color: #dddfe2;
}

.table-secondary>td,
.table-secondary>th {
    background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6;
}

.table-success {
    background-color: #c9fde7;
}

.table-success>td,
.table-success>th {
    background-color: #c9fde7;
}

.table-hover .table-success:hover {
    background-color: #c5e7a4;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #c5e7a4;
}

.table-info {
    background-color: #cbe7fb;
}

.table-info>td,
.table-info>th {
    background-color: #cbe7fb;
}

.table-hover .table-info:hover {
    background-color: #b3dcf9;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #b3dcf9;
}

.table-warning {
    background-color: #fbeebc;
}

.table-warning>td,
.table-warning>th {
    background-color: #fbeebc;
}

.table-hover .table-warning:hover {
    background-color: #fae8a4;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fae8a4;
}

.table-danger {
    background-color: #f1c1c0;
}

.table-danger>td,
.table-danger>th {
    background-color: #f1c1c0;
}

.table-hover .table-danger:hover {
    background-color: #ecacab;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ecacab;
}

.table-light {
    background-color: #fdfdfe;
}

.table-light>td,
.table-light>th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark {
    background-color: #c6c8ca;
}

.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.04);
}

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

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

.table-dark {
    color: #f1f5fd;
    background-color: #a7b4c9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

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

table {
    border-collapse: collapse;
}

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

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

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

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

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

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

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

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

.table-vcenter td,
.table-vcenter th {
    vertical-align: middle;
    border-top: 1px solid #d8dde6;
}

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

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(241, 238, 247, 0.3);
}

.table-calendar {
    margin: 0 0 .75rem;
}

.table-calendar td,
.table-calendar th {
    border: 0;
    text-align: center;
    padding: 0 !important;
    width: 14.28571429%;
    line-height: 2.5rem;
}

.table-calendar td {
    border-top: 0;
}

.table-calendar-link {
    line-height: 2rem;
    min-width: calc(2rem + 2px);
    display: inline-block;
    border-radius: 3px;
    background: #f8f9fa;
    color: #3d4e67;
    font-weight: 600;
    transition: .3s background, .3s color;
    position: relative;
}

.table-calendar-link:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: .25rem;
    top: .25rem;
    border-radius: 50px;
    background: #467fcf;
}

.table-calendar-link:hover {
    color: #fff;
    text-decoration: none;
    background: #467fcf;
    transition: .3s background;
}

.table-calendar-link:hover:before {
    background: #fff;
}

.table-header {
    cursor: pointer;
    transition: .3s color;
}

.table-header:hover {
    color: #3d4e67 !important;
}

.table-header:after {
    content: '\f0dc';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .5rem;
    font-size: .75rem;
}

.table-header-asc {
    color: #3d4e67 !important;
}

.table-header-asc:after {
    content: '\f0de';
}

.table-header-desc {
    color: #3d4e67 !important;
}

.table-header-desc:after {
    content: '\f0dd';
}

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





/*----- Tootltip -----*/
.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border-width: .2rem 0 0;
}

.bd-example-tooltip-static .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.pop-primary {
    color: #4d9dff;
}

.popsecondary {
    color: #628dea;
}

.popinfo {
    color: #88c8f7;
}

.popsuccess {
    color: #bfff80;
}

.popdanger {
    color: #ea6262;
}

.popwarning {
    color: #f7db6e;
}

/*------ Tooltip ----*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: .9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}



/*---- Blockquote -----*/
blockquote {
    color: #080e1b;
    padding-left: 2rem;
    border-left: 3px solid rgba(227, 237, 252, 0.5);
    margin: 0 0 1rem;
}

.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 3px solid rgba(227, 237, 252, 0.5);
    border-left: 0;
}

blockquote.float-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 3px solid rgba(227, 237, 252, 0.5);
    border-left: 0;
}

blockquote p {
    margin-bottom: 1rem;
}

blockquote cite {
    display: block;
    text-align: right;
}

blockquote cite:before {
    content: '— ';
}

pre code {
    padding: 0;
    border-radius: 0;
    border: none;
    background: 0 0;
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

img {
    max-width: 100%;
}

.section-nav {
    background-color: #f8f9fa;
    margin: 1rem 0;
    padding: .5rem 1rem;
    border: 1px solid #d8dde6;
    border-radius: 3px;
    list-style: none;
}

.section-nav:before {
    content: 'Table of contents:';
    display: block;
    font-weight: 600;
}

@media print {
    .container {
        max-width: none;
    }
}

body {
    direction: ltr;
/*    -webkit-font-smoothing: antialiased;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-font-feature-settings: "liga"0;
    font-feature-settings: "liga"0;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #080e1b;
    text-align: left;
/*    background-color: #f1f5fd;*/
    background-color: #f3f3f3;
    font-family: 'Poppins', sans-serif;
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}

body.fixed-header .page {
    padding-top: 4.5rem;
}

@media (min-width: 1600px) {
    body.aside-opened .page {
        margin-right: 22rem;
    }
}

.page-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page-content {
    margin: .75rem 0;
}

@media (min-width: 768px) {
    .page-content {
        margin: 1.5rem 0 !important;
    }
}

@media (max-width: 768px) {

    .item-det ul.d-flex,
    .item-det .d-flex {
        display: block !important;
    }

    .item-det .rating-stars.d-flex {
        display: flex !important;
    }
}

.icon i {
    vertical-align: -1px;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}

a.icon:hover {
    color: #1a1a1a !important;
}

.o-auto {
    overflow: auto !important;
}

.o-hidden {
    overflow: hidden !important;
}

.shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.user-img {
    margin-top: 2px;
}

/*------- Responsive -------*/
@media (max-width: 480px) {
    .tab-content.card-body .btn {
        min-width: 1.625rem;
    }

    .tab-content.card-body .progress-bar {
        display: none;
    }
}

@media (max-width: 560px) {
    .navtab-wizard.nav-tabs li {
        width: 100%;
        display: contents;
    }
}

@media (max-width: 1279px) and (min-width: 992px) {
    .admin-navbar .nav-link {
        padding: 1rem .57rem;
    }

    .section-title h2 {
        font-size: 1.8rem !important;
    }

    .section-title h2:after {
        content: '';
        top: 46px !important;
    }

    .banner1 .slide-header-text {
        top: 38%;
        z-index: 98 !important;
    }

    .pabout.p-8 {
        padding: 17px !important;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list {
        width: 20%;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li {
        font-size: 13.5px;
    }

    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
        font-size: 12.5px;
    }

    .top-cities img {
        width: 50% !important;
    }
}

@media (max-width: 992px) and (min-width: 577px) {
    .section-title h2 {
        font-size: 1.8rem !important;
    }

    .section-title h2:after {
        content: '';
        top: 46px !important;
    }
}

@media (max-width: 480px) {
    .list-media .info {
        padding-bottom: 15px;
    }

    .list-media .info .text-right {
        display: none;
    }

    .tabs-menu ul li {
        width: 100%;
        margin: 5px 15px;
    }

    .tabs-menu ul li a {
        width: 100%;
    }

    .cal1 .clndr .clndr-table tr {
        height: 50px !important;
    }

    .tabs-menu1 ul li {
        width: 100%;
        margin: 2px;
    }

    .tabs-menu1 ul li a {
        width: 100%;
        margin: 2px;
    }

    .wizard-card .nav-pills>li {
        text-align: center;
        padding: 9px !important;
    }

    .form-control.custom-select.w-auto {
        display: none;
    }

    .mail-inbox .badge {
        margin: 0;
    }

    .construction .display-5 {
        font-size: 1.5rem;
    }

    .jumbotron .display-3 {
        font-size: 2.5rem;
    }

    .mail-option .hidden-phone {
        display: none;
    }
}

@media (max-width: 480px) {
    .app-header .header-brand {
        min-width: 2.8rem;
    }

    .app-header1 .header-brand {
        min-width: auto;
    }

    .menu-toggle-button {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .avatar {
        max-width: inherit;
    }

    .card-tabs {
        display: block !important;
    }

    .header-brand {
        line-height: 2.7rem;
    }

    .header .input-icon.mt-2 {
        margin-top: 5px !important;
    }

    .footer .privacy {
        text-align: center !important;
    }

    .shop-dec .col-md-6.pr-0 {
        padding-right: .75rem !important;
    }

    .shop-dec .col-md-6.pl-0 {
        padding-left: .75rem !important;
    }
}

@media (max-width: 375px) {

    .nav-link span,
    .searching1 i {
        margin-top: .5rem;
    }

    .construction h3 {
        font-size: 2.8rem !important;
    }

    .section-title2 h3:after {
        background: transparent !important;
    }

    .section-title h2 {
        margin-bottom: 5px !important;
    }

    .section-title h2:after {
        background: transparent !important;
    }
}

@media (max-width: 411px) {

    .nav-link span,
    .searching1 i {
        margin-top: .5rem;
    }
}

@media (max-width: 414px) {
    .nav-link span {
        margin-top: .6rem;
    }

    .searching1 i {
        margin-top: .5rem;
        top: 14px !important;
    }
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        width: 100%;
    }

    .page-subtitle {
        display: none;
    }

    .richText .richText-toolbar ul li a {
        border: rgba(0, 40, 100, 0.12) solid 1px;
    }

    .ticket-card .col-md-1 {
        width: 100%;
        display: block;
    }

    .ticket-card img {
        display: block;
        text-align: Center;
        margin: 0 auto;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 10px;
    }

    .page-title {
        line-height: 3.5rem;
    }

    .carousel-caption {
        display: none;
    }

    .demo-gallery>ul>li {
        width: 100% !important;
    }

    ul.inbox-pagination li span {
        display: none;
    }
}

@media (max-width: 568px) and (min-width: 480px) {
    .container-messages {
        position: absolute;
        top: 50px !important;
    }

    .messages-list {
        top: 24px !important;
        bottom: 73px !important;
    }

    .messages-right {
        top: 10px !important;
        bottom: 71px !important;
    }

    .messages-left-footer {
        bottom: 40px !important;
        display: none;
    }

    .messages-left .card-header {
        display: none;
    }

    .message-footer,
    .message-header {
        height: 50px !important;
    }

    .message-body {
        top: 50px !important;
        bottom: 50px !important;
    }
}

@media (max-width: 990px) and (min-width: 569px) {

    .message-header,
    .message-footer {
        height: 50px !important;
    }

    .messages-right {
        top: 10px !important;
        bottom: 80px !important;
    }

    .message-body {
        top: 50px !important;
        bottom: 50px !important;
    }

    .messages-left .card-header {
        display: none;
    }

    .messages-list {
        top: 24px !important;
    }
}

@media (max-width: 990px) {
    .header-toggler {
        margin: 6px;
    }

    .nav-tabs .nav-link {
        width: 100%;
    }

    form.convFormDynamic button.submit {
        margin: 4px !important;
    }

    .messages-list .media {
        padding: 9px !important;
    }

    .nav-tabs {
        z-index: 1000;
    }
}

@media (min-width: 768px) {
    .page-breadcrumb {
        margin: -.5rem 0 0;
    }
}

@media (max-width: 320px) {
    .fc-toolbar .fc-right {
        float: right;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .construction h3 {
        font-size: 2.3rem !important;
    }

    .section-title2 h3:after {
        background: transparent !important;
    }

    .section-title h2 {
        margin-bottom: 10px !important;
    }

    .section-title h2:after {
        background: transparent !important;
    }
}

.page-breadcrumb .breadcrumb-item {
    color: #a7b4c9;
}

.page-breadcrumb .breadcrumb-item.active {
    color: #5f6877;
}

.page-total-text {
    margin-right: 1rem;
    -ms-flex-item-align: center;
    align-self: center;
    color: #5f6877;
}

ul li .legend-dots {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: .5rem;
}

.legend li {
    padding: 5px;
    display: -webkit-inline-box;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}

.icon-size {
    font-size: 2.5rem !important;
}

.card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.statistics-box {
    position: relative;
    padding-left: 80px;
    padding-top: 14px;
    min-height: 80px;
    text-align: center;
}

.statistics-box .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
}

.statistics-box .ico.small {
    font-weight: 900;
    font-size: 42px;
}

.statistics-box h2 {
    font-weight: 600 !important;
}

.app-selector {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 16rem;
}

.sales-relative {
    position: relative;
}

.icon-absolute {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    padding: 20px 0;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .icon-absolute {
        display: none;
    }
}

.product-price {
    font-size: 1rem;
}

.product-price strong {
    font-size: 1.5rem;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.link-overlay {
    position: relative;
}

.link-overlay:hover .link-overlay-bg {
    opacity: 1;
}

.link-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    opacity: 0;
    transition: .3s opacity;
}

textarea[cols] {
    height: auto;
}

.fs {
    font-size: 25px;
}

.sparkline {
    display: inline-block;
    height: 2rem;
}

.social-links li a {
    background: #f8f8f8;
    border-radius: 50%;
    color: #a7b4c9;
    display: inline-block;
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
}

@-webkit-keyframes status-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .32;
    }
}

@keyframes status-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .32;
    }
}

.status-icon {
    content: '';
    width: .5rem;
    height: .5rem;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .375rem;
    vertical-align: middle;
}

.status-animated {
    -webkit-animation: 1s status-pulse infinite ease;
    animation: 1s status-pulse infinite ease;
}

.imagecheck {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.imagecheck-figure {
    border: 1px solid #d8dde6;
    border-radius: 3px;
    margin: 0;
    position: relative;
    height: 100%;
}

.imagecheck-input:checked~.imagecheck-figure {
    border-color: rgba(0, 40, 100, 0.24);
}

.imagecheck-figure:before {
    content: '';
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    border-radius: 3px;
    opacity: 0;
    transition: .3s opacity;
}

.imagecheck-input:checked~.imagecheck-figure:before {
    opacity: 1;
}

.imagecheck-image {
    max-width: 100%;
    opacity: .64;
    transition: .3s opacity;
}

.imagecheck-image:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.imagecheck-image:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.imagecheck-input:checked~.imagecheck-figure .imagecheck-image,
.imagecheck-input:focus~.imagecheck-figure .imagecheck-image {
    opacity: 1;
}

.imagecheck:hover .imagecheck-image {
    opacity: 1;
}

.imagecheck-caption {
    text-align: center;
    padding: .25rem .25rem;
    color: #a7b4c9;
    font-size: .875rem;
    transition: .3s color;
}

.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption,
.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption {
    color: #3d4e67;
}

.imagecheck:hover .imagecheck-caption {
    color: #3d4e67;
}

.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    border: 1px solid #d8dde6;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: 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%;
}

.colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}

/*------ Backtop ------*/
#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
}

#back-to-top i {
    padding-top: 20px;
    font-size: 16px;
    transform: rotate(-45deg);
    margin-left: -16px;
}

#chat-message {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
}

#chat-message i {
    padding-top: 15px;
    font-size: 16px;
}

#chat-message:hover {
    background: #fff;
    color: #4c8aec;
    border: 2px solid #0f75ff;
}



/*------Extra Css Elements -----*/
@media (max-width: 992px) {
    .navtab-wizard li a {
        padding: 1rem !important;
    }

    .search-background {
        background: 0 0;
        border-radius: 0;
    }

    .top-cities img {
        width: 30% !important;
    }

    .search-background .form-group {
        margin-bottom: 10px !important;
    }

    .filter-product-info .table td {
        display: -webkit-box;
        padding: 3px !important;
    }

    .product-singleinfo .border-left {
        border-left: 0 !important;
    }

    .support .border-right {
        border-right: 0 !important;
    }

    .support-service.bg-dark {
        margin-bottom: 10px;
    }

    .wideget-user-info .wideget-user-warap .wideget-user-warap-r {
        margin-left: 5rem !important;
    }

    .wideget-user-desc .user-wrap {
        margin-top: 0 !important;
        margin-left: 10px !important;
    }

    .product-singleinfo .product-item2-align dt {
        width: 0 !important;
        float: none !important;
        display: -webkit-box !important;
    }

    dd {
        display: -webkit-box !important;
    }

    .product-singleinfo .product-item2-align dd {
        margin-left: 0 !important;
    }

    .item-single .item-single-desc .item-single-desc1 {
        display: block !important;
    }

    .product-5-desc a {
        float: right;
    }

    .get-contact a:last-child {
        margin-right: 0;
    }

    .header-search .header-nav .nav-cart .icon-cart span {
        display: none;
    }

    .header-nav .header-search-logo .header-logo .header-brand-img {
        height: auto;
        line-height: 2rem;
        vertical-align: bottom;
        margin-right: .5rem;
        width: auto;
    }

    .header-search .header-search-logo {
        text-align: center;
    }

    .wideget-user .wideget-user-desc .user-wrap a.btn {
        margin-bottom: 5px;
    }

    .product-single .product-thumbimg,
    .product-single .product-info a {
        margin-bottom: 10px;
    }

    .item-single .item-single-desc .input-group {
        margin-bottom: 10px;
    }

    .product-item2-desc .label-rating {
        margin-right: 4px !important;
    }

    .card-blogs .card-item-desc.p-0 {
        margin-left: 15px;
    }

    .license-card-price.text-center {
        text-align: left !important;
    }

    .product-details td a.btn {
        margin-bottom: 5px;
    }

    .wideget-user-info .wideget-user-warap {
        margin-top: 15px;
    }

    .product-singleinfo .product-item2-desc {
        margin-bottom: 10px;
    }

    .header-search .header-inputs .input-group-prepend,
    .header-search .header-inputs .input-group>.form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-search .header-inputs .input-group-append {
        width: 100%;
        margin-bottom: 15px;
    }

    .header-search .header-inputs .input-group-append>.btn {
        width: 100%;
        display: block;
    }

    .header-main .get-contact {
        margin-bottom: 15px;
    }

    .header-main .get-contact a {
        border-left: 0 !important;
        padding-left: 0 !important;
    }

    .header-main .social-icons {
        text-align: center;
        float: none !important;
    }

    .header-main .social-icons li:last-child {
        margin-right: 0;
    }

    .header-search .header-icons {
        float: none !important;
        text-align: center !important;
    }

    .header-search .header-icons .header-icons-link li {
        margin: 0 auto !important;
    }

    .top-bar {
        text-align: center;
    }

    .top-bar .top-bar-left .contact {
        border-left: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .top-bar .top-bar-left .contact li {
        margin: 0 !important;
    }

    .item-search-menu ul li {
        text-align: center;
        border-radius: 3px;
    }

    .item-search-menu ul li a {
        border-radius: 3px !important;
    }

    .item-search-tabs .form-group {
        margin-bottom: 10px !important;
    }

    .item-search-tabs .form-group:last-child {
        margin-bottom: 0 !important;
    }

    .item-search-tabs .bg-white {
        background: 0 0 !important;
    }

    .item-search-tabs .tab-content {
        background: 0 0 !important;
        border: 0 !important;
    }

    .item1-card .item1-card-btn,
    .item1-card .item1-card-info {
        margin-top: 15px;
    }

    .items-blog-tab-heading .items-blog-tab-menu li {
        text-align: center;
        margin-bottom: 10px;
    }

    .items-blog-tab-heading .items-blog-tab-menu li a {
        display: block;
    }

    .item2-gl .item2-gl-nav select,
    .item2-gl-nav h6 {
        text-align: center;
    }

    .item-card .item-card-img img,
    .item-card2-img img,
    .item-card9-img img,
    .product-info .product-info-img img,
    .item-card4-img img,
    .item-card5-img img,
    .item-card7-img img,
    .item-card8-img img,
    .overview .overview-img img,
    .video-list-thumbs img {
        width: 100%;
    }

    .search1 {
        background: 0 0 !important;
    }

    .search1 .form-group {
        margin-bottom: 15px !important;
    }

    .search2 a.btn {
        margin-top: 15px;
    }

    .search3 {
        background: 0 0 !important;
    }

    .search3 .form-group {
        margin-bottom: 15px !important;
    }

    .item-user-icons {
        margin-left: 10px;
    }

    .item1-card-tab .item1-tabs-menu ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .item1-card-tab .item1-tabs-menu ul li:last-child {
        margin-bottom: 0;
    }

    .user-wideget h6 {
        margin-top: 5px;
    }

    .header-main .top-bar .contact,
    .header-main .top-bar.p-3 .contact {
        display: none;
    }

    .bannerimg .header-text h1 {
        display: block;
        margin-bottom: .5rem;
        font-size: 2rem;
    }

    .all-categories .row .card-body {
        border-bottom: 0 !important;
    }

    .ace-responsive-menu {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .item-card9-desc a,
    .item-card2-footer a,
    .item7-card-desc a {
        font-size: 12px;
    }

    .map-header1 {
        margin-bottom: 1.5rem !important;
    }

    .carousel-control-next {
        right: 0 !important;
    }

    .carousel-control-prev {
        left: 0 !important;
    }

    .app-btn a {
        width: 100%;
        margin-bottom: 1rem;
    }

    .app-btn a:last-child {
        margin-bottom: 0;
    }

    .sub-newsletter {
        margin-bottom: 1rem;
        text-align: center;
        display: block !important;
    }

    .fea-ad .card,
    .cat-slide .card {
        margin-bottom: 1.5rem !important;
    }

    .product-slider .thumbcarousel .carousel-item .thumb {
        max-width: 85px !important;
    }

    .advertisment-block img {
        width: 100%;
    }

    .usertab-list li {
        width: 100% !important;
    }

    .userprof-tab .media {
        display: block !important;
    }

    .userprof-tab .media-body {
        display: contents;
        width: 100%;
    }

    .userprof-tab .media-body .card-item-desc {
        margin-left: 0 !important;
    }

    .userprof-tab .btn {
        margin-bottom: .3rem;
    }

    .page-header .page-select {
        width: 35% !important;
    }

    .customerpage .card {
        margin-bottom: 1.5rem !important;
    }

    .ads-tabs .tabs-menus ul {
        text-align: center;
    }

    .ads-tabs .tabs-menus ul li {
        display: -webkit-box;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .ads-tabs .tabs-menus ul li a {
        padding: 8px 10px 8px 10px !important;
        text-align: center;
    }

    .ads-tabs .tabs-menus ul li:last-child {
        margin-bottom: 0;
    }

    .settings-tab .tabs-menu li a {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(167, 180, 201, 0.2);
    }
}

@media (max-width: 320px) {
    .product-item2-desc .label-rating {
        float: none !important;
        margin-top: 4px !important;
    }
}

@media (min-width: 569px) and (max-width: 767px) {
    .product-item2-desc .label-rating {
        float: none !important;
        margin-top: 4px !important;
    }
}

@media (max-width: 400px) {
    .item-search-menu ul li a {
        width: 100%;
        display: block;
        margin: 0 0 8px 0 !important;
    }
}

@media (max-width: 767px) {
    .item2-gl-nav {
        display: block !important;
    }

    .item2-gl-nav .item2-gl-menu li {
        text-align: center;
        margin-bottom: 10px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .item2-gl-nav label {
        display: block;
        float: none;
        text-align: center;
        width: 20%;
    }

    .selectgroup-button {
        font-size: .8375rem;
    }

    .item2-gl-nav .d-flex {
        text-align: center;
        width: 100%;
    }

    .item2-gl-nav .form-control.select-sm.w-70 {
        width: 70% !important;
    }
}

@media (max-width: 1024px) {
    .item2-gl-nav {
        display: block !important;
    }

    .item2-gl-nav .item2-gl-menu li {
        text-align: center;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .item2-gl-nav label {
        display: block;
        float: none;
        text-align: center;
    }
}

@media (max-width: 568px) {
    .selectgroup {
        display: block !important;
    }

    .item2-gl-nav label {
        width: 100%;
    }

    .items-blog-tab-heading .items-blog-tab-menu li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .header-main .top-bar-right .custom {
        text-align: right;
        float: right;
        margin-bottom: 0 !important;
    }

    .settings-tab .tabs-menu li {
        width: 100% !important;
    }

    .top-bar .top-bar-right {
        float: none !important;
        text-align: center;
        display: block !important;
        margin: 0 auto;
    }

    .header-main .top-bar-right .custom li {
        margin-bottom: .5rem;
    }

    .header-main .top-bar-right .custom li a span {
         /* display: none; */
    }

    .menuLi a span {
         display: inline-flex !important;
    }

    .top-bar .top-bar-left .socials li {
        float: left !important;
        margin: 9px 11px !important;
    }

    .item2-gl .item2-gl-nav select {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .product-slider .thumbcarousel .carousel-item .thumb {
        max-width: 85px !important;
    }
}

@media (min-width: 569px) and (max-width: 992px) {
    .top-bar .top-bar-left .socials li {
        margin: 9px 12px !important;
    }
}

@media (min-width: 481px) and (max-width: 992px) {
    .owl-product .owl-productimg {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto;
    }

    .art-wideget .art-details {
        margin-top: 10px;
    }

    .header-search .header-icons .header-icons-link1 .main-badge1 {
        top: -11px !important;
    }

    .user-wideget .widget-image {
        top: 50% !important;
    }

    .banner1 .header-text {
        top: 20% !important;
    }

    .banner1 .header-text h2 span,
    .banner1 .header-text h3 span {
        padding: 0 !important;
    }

    .item-card:hover .item-card-btn {
        left: 42%;
    }

    .product-img {
        margin: 0 auto;
        text-align: center;
    }

    .banner-2 .header-text {
        top: .5rem !important;
    }

    .banner-2 img {
        height: 33rem;
    }

    .item-search-tabs {
        margin-top: 1rem !important;
    }

    .userprof-tab .media {
        display: block !important;
    }

    .userprof-tab .media-body {
        display: contents;
        width: 100%;
    }

    .userprof-tab .media-body .card-item-desc {
        margin-left: 0 !important;
    }

    .userprof-tab .btn {
        margin-bottom: .3rem;
    }

    .wideget-user-tab .tabs-menu1 ul li a {
        padding: 5px !important;
    }

    .wideget-user-tab .tab-menu-heading .nav li a {
        font-size: 14px !important;
    }

    .header-search .header-search-logo {
        margin-top: 5px;
    }

    .header-main .post-btn {
        margin-top: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

    .item-card .item-card-img img,
    .item-card2-img img,
    .item-card9-img img,
    .product-info .product-info-img img,
    .item-card4-img img,
    .item-card5-img img,
    .item-card7-img img,
    .item-card8-img img,
    .overview .overview-img img,
    .video-list-thumbs img {
        width: 100%;
    }

    .header-main .get-contact {
        margin-bottom: 15px;
    }

    .header-main .get-contact a {
        border-left: 0 !important;
        padding-left: 0 !important;
    }

    .header-search .header-inputs {
        margin-bottom: 15px;
    }

    .header-main .social-icons {
        text-align: center;
        float: none !important;
    }

    .header-main .social-icons li:last-child {
        margin-right: 0;
    }

    .header-search .header-icons {
        float: none !important;
        text-align: center !important;
    }

    .header-search .header-icons .header-icons-link {
        float: right;
    }

    .top-bar {
        text-align: center;
    }

    .top-bar .top-bar-left {
        text-align: center;
    }

    .top-bar .top-bar-left .contact {
        border-left: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin: 12px 0 !important;
    }

    .top-bar .top-bar-left .socials li {
        margin: 12px 15px !important;
    }

    .top-bar .top-bar-right {
        float: none !important;
        text-align: center;
        display: block !important;
        margin: 0 auto;
    }

    .top-bar .top-bar-left .contact li:first-child {
        margin-right: 1.5rem !important;
    }

    .product-multiinfo .product-ship p a:first-child,
    .product-singleinfo .product-ship p a:first-child {
        margin-bottom: 5px;
    }

    .banner-2 img {
        height: 27rem;
    }

    .items-blog-tab-heading .items-blog-tab-menu li {
        text-align: center;
        margin-bottom: 10px;
    }

    .ace-responsive-menu {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .header-main .top-bar-right .custom {
        display: -webkit-inline-box !important;
        margin-bottom: .8rem !important;
        margin-top: .8rem !important;
    }

    .icon-card li {
        font-size: 10px;
    }

    .support-service.bg-dark {
        margin-bottom: 10px;
    }

    .cat-slide .card,
    .fea-ad .card {
        margin-bottom: 1.5rem !important;
    }

    .advertisment-block img {
        width: 100%;
    }

    .header-main .post-btn {
        margin-top: 5px;
    }

    .customerpage .card {
        margin-bottom: 1.5rem !important;
    }

    .ads-tabs .tabs-menus ul li a {
        padding: 8px 10px 8px 10px !important;
    }
}

@media (max-width: 480px) {
    .item-all-card img.imag-service {
        width: 20% !important;
    }

    .section-title h1 {
        font-size: 2rem;
    }

    .item-all-cat .category-type .item-all-card img {
        width: 4rem !important;
        height: 4rem !important;
        padding: 1rem 0 !important;
    }

    .banner1 .header-text h2 {
        font-size: 18px !important;
    }

    .banner1 .header-text h2 span {
        padding: 0 !important;
    }

    .banner1 .header-text h3 {
        font-size: 14px !important;
    }

    .banner1 .header-text h3 span {
        padding: 0 !important;
    }

    .card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price del {
        display: none;
    }

    .card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price span.h5 {
        font-size: 12px !important;
    }

    .card-pay .tabs-menu li {
        width: 100% !important;
    }

    .header-search .header-icons .header-icons-link1 .main-badge1 {
        top: -19px !important;
    }

    .product-details .card-item-desc {
        display: none !important;
    }

    .art-wideget .art-details {
        margin-top: 10px;
    }

    .support .support-service {
        text-align: center;
    }

    .support .support-service i {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .banner-1 {
        height: 620px;
    }

    .item-card7-desc ul li,
    .item-card2-desc ul li {
        font-size: 12px;
    }

    .banner-2 .header-text {
        top: .5rem !important;
    }

    .banner-2 img {
        height: 33rem;
    }

    .item-search-tabs {
        margin-top: 1rem !important;
    }

    .bannerimg .header-text {
        font-size: 1.5rem;
    }

    .bannerimg .header-text .breadcrumb-item {
        font-size: 14px;
    }

    .icons a {
        margin-bottom: .5rem;
    }

    .item-det ul li {
        font-size: 11px;
        margin-right: .5rem !important;
    }

    .product-slider .thumbcarousel .carousel-item .thumb {
        max-width: 60px !important;
    }

    .userprof-tab .media {
        display: block !important;
    }

    .userprof-tab .media-body {
        display: contents;
        width: 100%;
    }

    .userprof-tab .media-body .card-item-desc {
        margin-left: 0 !important;
    }

    .userprof-tab .btn {
        margin-bottom: .3rem;
    }
}

@media (max-width: 992px) {
    .horizontal-header .container {
        position: relative;
    }
}

@media (max-width: 320px) {

    .item-card7-desc ul li,
    .item-card2-desc ul li {
        font-size: 11px;
    }

    .item-card .item-card-desc .item-card-text {
        top: 5.5rem !important;
    }

    .item7-card-desc a {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    .product-slider .thumbcarousel .carousel-item .thumb {
        max-width: 49px !important;
    }
}

@media (max-width: 320px) {
    .product-slider .thumbcarousel .carousel-item .thumb {
        max-width: 40px !important;
    }
}

@media (max-width: 1336px) {
    .filter-product-info .table td {
        display: -webkit-box;
        padding: 3px !important;
    }
}

.all-categories .row .card-body {
    border-bottom: 1px solid #d8dde6;
}

.all-categories .row:last-child .card-body {
    border-bottom: 0 !important;
}

.clear,
.current,
.ok {
    background: #e9ecfb;
    border-radius: 20px;
}

.today {
    background: #e9ecfb;
}

.graph canvas {
    width: 100% !important;
}

.trend i {
    font-size: 10px !important;
    vertical-align: middle;
}

.trend .media-body {
    margin-left: 10px;
}

.datebox {
    top: 0;
    left: 0;
    border-radius: 7px;
    background: #fff;
    padding: 0 15px 0 15px;
}

.iconbage .badge {
    position: absolute;
    top: 14px;
    right: 13px;
    padding: .2rem .25rem;
    min-width: 1rem;
    font-size: 13px;
}

.single-product .product-desc .product-icons .socialicons a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eef2f9;
    color: #080e1b;
    margin: 0 auto;
    text-align: center;
}

.blogimg {
    width: 100px;
}

.subnews img {
    width: 25%;
    height: 25%;
}

.task-img img,
.status-img img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.product-hover {
    position: relative;
}

.product-hover .product-info-buttons {
    position: absolute;
    display: none;
    text-align: center;
    top: 45%;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

.product-hover:hover.product-hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.product-hover:hover .product-info-buttons {
    display: block;
    z-index: 1000;
}

.spacing {
    padding: 1.5rem;
}

.search-background {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.search1 {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.search2 {
    background: #fff;
    padding: 30px;
    border-radius: 2px;
    overflow: hidden;
}

.search3 {
    background: #fff;
    border-radius: 2px;
}

.search3 a.btn {
    font-size: .8625rem;
}

.product-single .product-thumbimg img {
    width: 130px;
    height: 130px;
}

.page-header .page-select {
    width: 20%;
}

.social li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    float: right;
}

.social-icons li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    width: 40px;
    height: 40px;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 40px;
}

.social-icons li a {
    color: #fff;
}

.social li a {
    color: rgba(255, 255, 255, 0.6);
    line-height: 0;
}

.product-tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 2px;
    color: #1a1a1a;
    font-size: 12px;
    border: 1px solid #d8dde6;
}

.product-tags li a:hover {
    border-radius: 2px;
    color: #fff !important;
}

.media-posts {
    width: 100%;
    height: 233px;
    overflow: hidden;
}

.media-posts:hover {
    overflow: scroll;
}

.icon-bg i {
    font-size: 1.5rem;
}

.icon-service {
    display: inline-flex;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.box-shadow {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.support-service {
    padding: 1.5rem 1.5rem;
    border: 1px solid #d8dde6;
    background: #f2f3f8;
}

.support-service i {
    float: left;
    margin-right: 15px;
    font-size: 1.5rem;
    line-height: 40px;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.support-service h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.support-service p {
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.counter-icon {
    margin-bottom: 1rem;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    text-align: center;
}

.counter-icon i {
    font-size: 1.5rem;
    line-height: 5rem;
    margin: 0 auto;
    text-align: center;
}

.get-contact a {
    color: #212529;
    margin-right: 15px;
    font-size: 16px;
    display: inline-block;
}

.get-contact i {
    font-size: 18px;
}

.filter-product-social .social-icon2 li {
    color: #212529;
    margin-right: 35px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.filter-product-social .social-icons li a {
    color: #212529;
}

.rated-products .media {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8dde6;
}

.rated-products .media:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.rated-products .media img {
    width: 80px;
    height: 80px;
}

.rated-products img {
    border: 1px solid #d8dde6;
    padding: 5px;
    background: #f6f7fb;
}

.product-info-img a {
    position: absolute;
    top: 35px;
    right: 30px;
}

.product-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.product-filter .product-filter-img {
    width: 60px;
    height: 60px;
}

.product-filter-desc .product-filter-icons a {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.4em;
    border-radius: 50%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
.product-filter-icons > a > i {
    margin-top:10px !important;
}
.product-filter-desc .product-filter-icons a:hover {
    color: #fff;
}

.facebook-bg {
    background: #3b5998;
    color: #fff;
}

.twitter-bg {
    background: #0c85d0;
    color: #fff;
}

.google-bg {
    background: #c63224;
    color: #fff;
}

.dribbble-bg {
    background: #e62a72;
    color: #fff;
}

.pinterest-bg {
    background: #8c0615;
    color: #fff;
}

.item-box .item-box-wrap {
    margin-top: 15px;
}

.item-box .stamp i {
    font-size: 18px;
    font-size: 25px;
    line-height: 2;
}

.item-box .item-box-wrap h5 {
    font-size: 20px;
    font-weight: 600;
}

.info-box small {
    font-size: 14px;
}

.info-box-icon {
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec;
}

.info-box-icon>img {
    max-width: 100%;
}

.info-box-content {
    padding: 1.5rem 1.5rem;
    margin-left: 90px;
}

.info-box-number {
    display: block;
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.product-item img {
    height: 180px;
    width: 100%;
}

.product-item span {
    top: 15px;
    left: 15px;
    position: absolute;
}

.product-item-wrap .product-item-price .newprice {
    font-size: 18px;
    font-weight: 600;
}

.product-item-wrap .product-item-price .oldprice {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 600;
}

.product-item1 {
    position: relative;
}

.product-item1 .item-overlay {
    border-radius: .2rem .2rem 0 0;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.product-item1 .item-overlay img {
    height: 200px;
    width: 200px;
}

.product-item1 .btn-overlay {
    position: absolute;
    display: none;
    text-align: center;
    top: 45%;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1;
}

.product-item1:hover.product-item1:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.btn-overlay span {
    display: block;
    margin: .5rem;
    font-size: 16px;
    font-weight: 600;
}

.icon-card {
    display: inline-block;
}

.icon-card li {
    float: left;
    font-size: 13px;
    width: 50%;
    margin-bottom: .5rem;
}

.product-item1:hover .btn-overlay {
    display: block;
    z-index: 1;
    opacity: 1;
}

.product-item2 .product-item2-img {
    padding: 1.5rem 1.5rem;
}

.product-item2 .product-item2-img img {
    height: 200px;
    width: 200px;
}

.product-item2-rating {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    clear: both;
}

.product-item2 {
    border-bottom: 1px solid #d8dde6;
    background: #e7e9f1;
}

.owl-productimg img {
    background: #e7e9f1;
    padding: 20px;
}

.product-item2-desc .label-rating {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.product-details .media {
    margin-top: 0;
}

.product-details .card-item-desc {
    padding: 0;
    margin-left: 15px;
    margin-top: 8px;
}

.product-singleinfo .product-item2-align dt,
dd {
    display: inline-block;
}

.product-singleinfo .product-item2-align dd {
    margin-left: 2rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

.product-singleinfo .product-item2-align dt {
    width: 100px;
    float: left;
}

.product-singleinfo dl {
    margin-bottom: 5px;
}

.oldprice {
    font-size: 25px;
    font-weight: 600;
}

.product-singleinfo .product-ship .product-item-price .newprice {
    font-size: 25px;
    font-weight: 600;
}

.product-singleinfo .product-ship .product-item-price .oldprice {
    margin-left: 5px;
}

.product-multiinfo .card {
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px solid #d8dde6;
}

.product-multiinfo .product-item img {
    width: 120px;
    height: 120px;
}

.single-productslide .product-gallery .product-item {
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
}

.product-gallery .product-item img {
    height: 350px;
    width: auto;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.product-gallery .product-sm-gallery {
    text-align: center;
}

.product-gallery .product-sm-gallery .item-gallery {
    width: 80px;
    height: 80px;
    border: 1px solid #d8dde6;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
    line-height: 4.5;
}

.product-gallery .product-sm-gallery .item-gallery img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.single-productslide .product-gallery-data {
    padding: 30px;
}

.product-gallery-data .product-gallery-data1 dt,
dd {
    display: inline-block;
}

.product-gallery-data dl {
    margin-bottom: 5px;
}

.product-gallery-data .product-gallery-data1 dt {
    width: 100px;
    float: left;
}

.product-gallery-data .product-gallery-data1 dd {
    margin-left: 2rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

.product-gallery-rating {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    font-size: 18px;
    padding: 0;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    clear: both;
}

.product-gallery-rats {
    margin-top: 20px;
}

.product-gallery-data .label-rating {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.product-gallery-data .product-gallery-quty dt {
    display: inline-block;
}

dd,
.product-gallery-data .product-gallery-size dt,
dd {
    display: inline-block;
}

.product-gallery-data .product-gallery-size .product-gallery-checks label {
    display: inline-block;
    margin-left: 10px;
}

.product-card-img img {
    height: 180px;
    width: 180px;
}

.product-card-icons {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: inline-block;
}

.product-card-footer .product-footer-wrap .footer-wrap-price {
    font-size: 16px;
    font-weight: 600;
}

.product-card-footer .product-footer-wrap .footer-wrap-price del {
    margin-left: 5px;
}

.product-card4-footer .product-card4-wrap .product-card4-price h6,
.product-card5-footer .product-card5-price h6 {
    font-size: 25px;
    font-weight: 600;
}

.product-card6-footer .product-card6-price h6 {
    font-size: 25px;
    font-weight: 600;
}

.product-card6-footer .product-card6-info del {
    margin-right: 5px;
}

.product-card7-footer .product-card7-price h6 {
    font-size: 25px;
    font-weight: 600;
}

.product-card7-footer .product-card7-price del,
.product-card7-footer .product-card7-price span {
    margin-left: 5px;
}

.team-section .team-img img {
    max-width: 150px;
    box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec;
}

.item-single .item-single-desc .item-single-desc-list .listunorder {
    border: 0;
    padding: 5px;
    margin-bottom: 0;
    font-size: 15px;
}

.checklist-task .checklist-desc .check-data span {
    font-size: 13px;
}

.checklist-task .checklist-desc .check-data .check-icon {
    margin-top: 0;
}

.banner1 .carousel-inner img {
    width: 100%;
    max-height: 460px;
}

.banner1 .carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.banner1 .carousel-control {
    width: 0;
}

.banner1 .carousel-control.left,
.banner1 .carousel-control.right {
    opacity: 1;
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.banner1 .carousel-control.left span,
.banner1 .carousel-control.right span {
    padding: 15px;
}

.banner1 .carousel-control .glyphicon-chevron-left,
.banner1 .carousel-control .glyphicon-chevron-right,
.banner1 .carousel-control .icon-next,
.banner1 .carousel-control .icon-prev {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.banner1 .carousel-control .glyphicon-chevron-left,
.banner1 .carousel-control .icon-prev {
    left: 0;
}

.banner1 .carousel-control .glyphicon-chevron-right,
.banner1 .carousel-control .icon-next {
    right: 0;
}

.banner1 .carousel-control.left span,
.banner1 .carousel-control.right span {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.banner1 .carousel-control.left span:hover,
.banner1 .carousel-control.right span:hover {
    background: rgba(255, 255, 255, 0.3);
}

.banner1 .header-text {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
}

.banner1 .slider .header-text {
    top: 29%;
}

.banner1 .header-text h2 {
    font-size: 40px;
}

.banner1 .header-text h3 {
    font-size: 25px;
}

.banner1 .header-text h2 span {
    padding: 10px;
}

.banner1 .header-text h3 span {
    padding: 15px;
}

@media (max-width: 480px) {
    .banner1 .slider .header-text {
        top: 30% !important;
    }

    .banner1 .slider img {
        height: 400px;
    }

    .sptb-2 {
        padding-top: 2rem !important;
        padding-bottom: 6rem !important;
    }

    .banner-2.sptb-2 {
        padding-top: 4.5rem !important;
        padding-bottom: 6rem !important;
    }

    .sptb-tab.sptb-2.pt-10 {
        padding-top: 6.5rem !important;
    }
}

@media (min-width: 321px) and (max-width: 380px) {
    .banner1.slider-images .header-text {
        top: 12% !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .banner1 .slider .header-text {
        top: 35% !important;
    }

    .banner1 .slider img {
        height: 348px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner1 .slider .header-text {
        top: 32% !important;
    }
}

@media (min-width: 993px) and (max-width: 1240px) {
    .banner1 .slider .header-text {
        top: 23% !important;
    }
}

.input-indec .quantity-left-minus.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.input-indec .quantity-right-plus.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.cat-item {
    position: relative;
}

.cat-item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cat-item .cat-img img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.cat-item .cat-desc {
    margin-top: 15px;
    color: #212529;
}

.about img {
    width: 60px;
    height: 60px;
    text-align: center;
}

@media (max-width: 1300px) and (min-width: 1024px) {
    .item-search-tabs a.btn {
        line-height: 1.94615385;
    }
}

@media (max-width: 1300px) and (min-width: 400px) {

    .classifieds-content .item-search-menu ul li a,
    .item-search-menu ul li a {
        display: block;
        margin: 3px;
        border-radius: 3px;
    }
}

.accent-2 {
    width: 60px;
}

@media (min-width: 569px) and (max-width: 767px) {
    .item-card7-imgs a i {
        top: 29%;
    }
}

@media (min-width: 767px) {
    .tab-content #tab-11 .item-card9-img {
        width: 400px;
    }

    .tab-content #tab-11 .item-card9-imgs img,
    .tab-content #tab-11 .item-card2-img img {
        height: 197px;
    }

    .h-197 {
        height: 197px;
    }
}

.product-slider .carousel {
    margin: 0;
}

.product-slider .thumbcarousel {
    margin: 10px 0 0 0;
    padding: 0;
}

.product-slider .thumbcarousel .carousel-item {
    text-align: center;
}

.product-slider .thumbcarousel .carousel-item .thumb {
    width: 100%;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 137px;
}

.product-slider .thumbcarousel .carousel-item .thumb:hover {
    border-color: #d8dde6;
}

.product-slider .carousel-item img {
    width: 100%;
    height: auto;
}

.single-productslide .product-slider .thumbcarousel .carousel-item .thumb {
    width: 100%;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100px;
}

.sptb {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.sptb2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sptb-1 {
    padding-top: 10rem;
    padding-bottom: 4.5rem;
}

.sptb-2 {
    /*padding-top: 6.2rem;*/
    padding-bottom: 14rem;
}

.sptb-3,
.sptb-4 {
    padding-top: 6.2rem;
    padding-bottom: 11rem;
}

.sptb-5 {
    padding-top: 6rem;
    padding-bottom: 9.5rem;
}

.sptb-8 {
    padding-top: 7rem;
    padding-bottom: 12rem;
}

.categories {
    margin-top: -65px;
    margin-bottom: 65px;
}

.categories-1 {
    margin-top: -120px;
}

.section-title {
    padding-bottom: 2rem;
}

.section-title p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    color: #6d7e9c;
}

.section-title h1 {
    margin-bottom: .5rem;
    color: #504e70;
    font-size: 36px;
    font-weight: 400;
    z-index: 1;
}

.section-title2 {
    padding-bottom: 2rem;
}

.section-title2 p {
    font-size: 16px;
    margin-bottom: 0;
}

.item-all-cat .item-all-card a:hover .item-all-text h5 {
    color: #080e1b !important;
}

.item-all-cat .category-type .item-all-card:hover {
    background: #f6f7fb;
}

.index-search-select .select2 {
    width: 100% !important;
}

@media (min-width: 992px) {
    .select2-container .select2-selection--single {
        border-radius: 0;
    }

    .search-cars .select2-container .select2-selection--single {
        border-radius: 0 !important;
        border-left: 1px solid #d8dde6 !important;
    }

    .search-cars1 .select2-container .select2-selection--single {
        border-radius: 3px !important;
        border-left: 1px solid #d8dde6 !important;
    }

    .slider-images img {
        background-size: cover;
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .banner1 .slider .header-text {
        top: 29%;
    }

    .input-field {
        margin-top: 7.55rem !important;
    }

    .slide-header-text .input-field {
        margin-top: 0 !important;
    }

    .classified-video {
        margin-top: 2.1rem;
    }

    .border-right-0.form-control,
    .br-md-0.form-control {
        border-right: 0 !important;
    }

    .border-left-0.form-control {
        border-left: 0 !important;
    }

    .border-0.form-control {
        border: 0 !important;
    }

    .banner-2 .select2-container--default .select2-selection--single {
        border-right: 0 !important;
        border-radius: 0 !important;
    }

    .banner-2 .form-control.border {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
    }

    .header-text1 .search-background .form-control.input-lg {
        border-right: 0 !important;
        border-radius: 0 !important;
    }

    .header-text1 .search-background .select2-container--default .select2-selection--single {
        border-radius: 0 !important;
        border-right: 0 !important;
    }

    .header-text1 .form .btn {
        right: -1px;
    }
}

@media (max-width: 991px) {
    .select2-container .select2-selection--single {
        border-radius: 3px !important;
    }

    .banner1.relative.slider-images .owl-carousel .owl-item img {
        display: block;
        height: 450px;
    }

    .sptb {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sptb-4 {
        padding-top: 0rem;
        padding-bottom: 10rem;
    }

    .sptb-3 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .sptb-3.sptb-tab.bg-background2 {
        padding-top: 5rem;
        padding-bottom: 5.5rem;
    }

    .banner-1 .item-search-tabs .search-background .form-control {
        border-radius: 3px !important;
        border-bottom: 1px !important;
    }

    .item-card9-img {
        height: auto !important;
    }

    .blog-list-1 {
        height: 100% !important;
    }

    .banner-1 .search-background .form-control {
        border-radius: 3px !important;
    }

    .banner-1 .search-background .form1 {
        border-radius: 0;
        border-left: 1px solid #d8dde6 !important;
    }

    .item-search-tabs a.btn {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
        border-radius: 3px !important;
        right: 0;
    }

    .content-text .display-5 {
        font-size: 1.8rem;
    }

    .counter-status.status {
        margin-top: 1.5rem;
    }

    .margin-top {
        margin-top: 4.5rem !important;
    }

    .desktoplogo-1 {
        display: none;
    }

    .sptb-1 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .search-background {
        background: 0 0 !important;
        border-radius: 0;
    }

    .padding-bottom {
        padding-bottom: 0 !important;
    }

    .banner-2 .form-control,
    .item-search-tabs .form-control.border {
        border-radius: 3px !important;
    }

    .banner-1 .search-background .btn-lg {
        border-radius: 3px !important;
        right: 0 !important;
    }

    .banner1 .slide-header-text {
        top: 13% !important;
        z-index: 98 !important;
    }

    .sptb-2 {
        padding-top: 0rem;
        padding-bottom: 10rem;
    }

    .banner-2.sptb-2 {
        padding-top: 5rem;
        padding-bottom: 10rem;
    }

    .banner-1.sptb-2 {
        padding-top: 0rem;
        padding-bottom: 14rem;
    }

    .sticky-wrapper.is-sticky .horizontal-main {
        background: 0 0;
    }

    .sticky-wrapper.is-sticky .desktoplogo-1 {
        display: none !important;
    }

    .bannerimg {
        padding: 6rem 0 3rem 0 !important;
        background-size: cover;
    }

    .sticky-wrapper {
        height: 0 !important;
        position: relative !important;
    }

    .select2.select2-container.select2-container--default.select2-container--focus {
        width: 100% !important;
        overflow: hidden;
    }
}

.banners-image .horizontalMenu>.horizontalMenu-list>li>a {
    color: #080e1b !important;
}

.sticky-wrapper.absolute.banners .horizontal-main {
    background: #fff;
}

.sticky-wrapper.absolute.banners .horizontal-main .horizontalMenu>.horizontalMenu-list>li>a {
    color: #080e1b !important;
}

.sticky-wrapper.absolute.banners .horizontal-main .horizontalMenu>.horizontalMenu-list>li>a>.fa {
    color: #080e1b !important;
}

.sticky-wrapper.absolute.banners .horizontalMenu>.horizontalMenu-list>li:hover>a .fa,
.sticky-wrapper.absolute.banners .horizontalMenu>.horizontalMenu-list>li>a.active .fa {
    color: #fff !important;
}

.banner-1 .item-search-tabs .search-background .form-control {
    border-radius: 0;
    border-bottom: 0 !important;
}

.banner-1 .search-background .form-control {
    border-radius: 0;
}

.banner-1 .search-background .form1 {
    border-radius: 0;
    border-left: 1px solid #d8dde6 !important;
}

.banner-1 .search-background .btn-lg {
    border-radius: 0;
    position: relative;
}

.banner-1 .search-background .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-right: 0 !important;
}

.banner-1 .header-text,
.banner-1 .header-text1 {
    left: 0;
    right: 0;
    color: #fff;
}

.banner-1 .header-text h1 {
    margin-bottom: .3rem;
    font-weight: 400;
}

.banner-1 .header-text p {
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.banner-2 .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.banner-2 .header-text {
    left: 0;
    right: 0;
    color: #fff;
}

.banner-2 .header-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.bannerimg {
    padding: 8rem 0 3rem 0;
    background-size: cover;
}

.bannerimg .header-text h1 {
    margin-bottom: .75rem;
}

.about-1 {
    position: relative;
}

.about-1 .header-text {
    left: 0;
    right: 0;
    color: #fff;
}

.country .dropdown-menu {
    height: 233px;
    overflow: scroll;
}

.item-card2-img {
    position: relative;
    overflow: hidden;
}

.item-card2-desc ul li {
    margin-right: 1.5rem;
    font-size: 13px;
}

.item-card2-desc ul li:last-child {
    margin-right: 0;
}

.map-header1 {
    margin-bottom: 1.5rem;
    height: 23.2rem;
    position: relative;
    margin-bottom: -1.5rem;
    border: 1px solid #d8dde6;
}

.product-slider .carousel-control-next i,
.product-slider .carousel-control-prev i {
    font-size: 2rem;
    padding: .5rem;
}

.test-carousel .carousel-control-next i,
.test-carousel .carousel-control-prev i {
    font-size: 2rem;
    color: #000;
    padding: .5rem;
}

.support-list li a {
    margin-bottom: .5rem;
    display: flex;
}

.support-list li i {
    margin-right: .7rem;
    margin-top: 4px;
}

.profile-pic-img {
    position: relative;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
}

.profile-pic-img span {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50px;
    right: -1px;
    top: .5rem;
    border: 2px solid #fff;
}

.sub-newsletter {
    display: inline-block;
}

.item1-links a {
    padding: .75rem 1.25rem;
    font-weight: 400;
    font-size: .875rem;
    color: #080e1b;
}

.item1-links a.active {
    font-weight: 400;
    font-size: .875rem;
}

.user-tabel span {
    margin: 0 auto;
}

.settings-tab .tabs-menu {
    margin-bottom: 25px;
}

.settings-tab .tabs-menu li {
    width: 33.3%;
    display: block;
}

.settings-tab .tabs-menu li a {
    padding: .5rem 1rem;
    background: #f2f3f8;
    color: #000;
    display: block;
    text-align: center;
    border-right: 1px solid rgba(167, 180, 201, 0.2);
}

.settings-tab .tabs-menu li a.active {
    border-radius: 2px;
    text-align: center;
    background: #dbdfe6 !important;
}

.ads-tabs .tabs-menus {
    margin-bottom: 2rem;
}

.ads-tabs .tabs-menus ul li {
    margin-right: 1rem;
}

.ads-tabs .tabs-menus ul li a {
    border: 1px solid #d8dde6;
    color: #080e1b;
    padding: 10px 20px 11px 20px;
}

.ads-tabs .tabs-menus ul li:last-child {
    margin-right: 0;
}

.select-languages {
    color: #080e1b;
    border-radius: 3px;
}

.select-languages:focus {
    color: #3d4e67;
    background-color: #fff;
}

.img-flag {
    width: 25px;
    height: 12px;
    margin-top: -4px;
}

.select-languages .select2-container .select2-selection--single,
.select-currency .select2-container .select2-selection--single {
    height: 1.4rem !important;
    color: #a7b4c9 important;
    border-radius: 2px;
    background: 0 0 !important;
    border: 0 !important;
}

.select-languages .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-currency .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20.5px !important;
}

.select-languages .select2-container--default .select2-selection--single .select2-selection__arrow,
.select-currency .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -2px !important;
}

.select-languages .select2-container,
.select-currency .select2-container {
    width: 138px !important;
}

.select-languages .select2-results,
.select-currency .select2-results {
    color: #a7b4c9 !important;
}

.select-country .select2-container {
    width: 150px !important;
}

.select-country .select2-container .select2-selection--single {
    height: 1.4rem !important;
    color: #a7b4c9 important;
    border-radius: 2px;
    background: 0 0 !important;
    border: 0 !important;
}

.select-country .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 3px;
}

.select-country .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px !important;
}

.select-country .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -3px !important;
}

.select-country .select2-results {
    color: #a7b4c9 !important;
}

.select2-results__option {
    font-size: 13px;
}

#ft_price {
    border: 0;
    font-weight: 500;
    font-size: 18px;
}

.showmore-button {
    text-align: center;
}

.showmore-button-inner {
    display: inline-block;
    padding: 10px 19px;
    line-height: 14px;
    font-size: 14px;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
}

.showmore-button1 {
    text-align: center;
}

.showmore-button1 .showmore-button1-inner {
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    color: #a7b4c9;
    text-decoration: none;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 20px;
}

.fea-ad .card,
.cat-slide .card {
    margin-bottom: 0;
}

.fade.in {
    opacity: 1;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    position: relative;
    cursor: url(../plugins/owl-carousel/cursor.png), move;
    overflow: hidden;
}

.owl-nav {
    display: block;
}

#small-categories .owl-nav .owl-next,
#small-categories .owl-nav .owl-prev {
    top: 58%;
}

.slider .owl-nav .owl-prev {
    left: 15px;
}

.slider .owl-nav .owl-next {
    right: 15px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    right: -1.5em;
    margin-top: -1.65em;
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -1.65em;
}

.owl-nav button {
    display: block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #d8dde6 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}

.owl-nav button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media (max-width: 480px) {
    .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-nav .owl-next {
        right: -10px;
    }

    .countdown-timer-wrapper {
        margin: 39px auto 15px auto !important;
    }

    .countdown-timer-wrapper .timer .timer-wrapper .time {
        width: 70px;
        height: 70px;
        font-size: 1.3rem !important;
        margin-bottom: -25px;
    }

    .categories-1 .banner-1 .header-text p {
        margin-bottom: .5rem;
        font-size: 14px;
    }
}

.owl-carousel:hover .owl-nav button {
    background: white !important;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.owl-nav>div i {
    margin: 0;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: .65em;
    left: 0;
    right: 0;
    z-index: 99;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 1em;
    height: 1em;
    margin: 5px 7px;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonial-owl-carousel img {
    margin: 0 auto;
    text-align: center;
}

.owl-carousel.owl-drag .owl-item {
    left: 0 !important;
    right: 0;
}

.wishlist {
    background: #080e1b !important;
}

.wishlist.active {
    background: red !important;
}

.wishlist > i {
    font-weight:600;
    margin-top:10px !important;
}

.constuction-logo {
    border-bottom: 3px solid;
    border-radius: 3px;
}

.coupon-code .coupon {
    background: rgba(242, 187, 26, 0.1);
    border: 2px dashed #f2bb1a;
    text-align: center;
    border-radius: 2px;
}

.eductaional-tabs.nav {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 480px) {
    .tabs-menu ul.eductaional-tabs li {
        width: 100% !important;
    }

    .tabs-menu ul.eductaional-tabs li a {
        margin: 0;
    }

    .tab-content .tab-pane .card-body a {
        width: 100%;
        display: block;
    }

    .tab-content .tab-pane .card-body a.float-right {
        float: none !important;
    }

    .product-slider .thumbcarousel {
        margin: 2px 0 0 0;
        padding: 0;
        width: inherit !important;
    }

    .tab-content .tab-pane .card-body a {
        width: inherit !important;
        display: block;
    }

    .product-slider .carousel-control-prev i,
    .product-slider .carousel-control-next i {
        font-size: 2rem;
        padding: .1rem;
    }
}

@media (max-width: 767px) {
    .tabs-menu ul.eductaional-tabs li {
        width: 50%;
        text-align: center;
    }

    .icon-card li {
        width: 100% !important;
    }

    .icon-card li.mb-0 {
        margin-bottom: .5rem !important;
    }

    .icon-card li.mb-0:last-child {
        margin-bottom: 0 !important;
    }

    .item-cards7-ic li {
        width: 100% !important;
    }

    .item-card7-desc ul.d-flex li {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .counter-status.status-1 {
        margin-top: 1.5rem;
    }

    .item-card7-desc ul.d-flex {
        display: block !important;
    }

    .tabs-menu ul.eductaional-tabs li a {
        display: block;
    }

    .item-card2-desc ul.d-flex li {
        margin-bottom: 10px;
    }

    .item7-card-desc.d-flex,
    .item-card2-desc ul.d-flex {
        display: block !important;
    }
}

.horizontalMenu>.horizontalMenu-list>li>a.btn:hover {
    background: #fb9512;
}

.item-user span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f2f3f8;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .item-user .profile-pic .d-md-flex .ml-4 {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .tabs-menu1 ul li a {
        display: block;
        width: 100%;
        border: 1px solid #d8dde6;
        margin: 1px;
        border-radius: 2px;
    }
}

.profile-pic {
    text-align: center;
}

.profile-pic .d-md-flex {
    text-align: left;
}

@media (max-width: 480px) {
    .d-flex.ad-post-details {
        display: block !important;
    }

    .list-id .col {
        display: block;
        width: 100%;
    }

    .ads-tabs .tabs-menus ul li {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .ads-tabs .tabs-menus ul li a {
        width: 100%;
        display: block;
    }

    .zoom-container .arrow-ribbon2 {
        font-size: 20px;
    }

    .zoom-container .arrow-ribbon2:before {
        right: -17px;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .navtab-wizard.nav-tabs li {
        width: 50%;
        display: contents;
    }

    .tabs-menu1 ul li {
        display: block;
        width: 49%;
        margin: 1px;
    }

    .navtab-wizard.nav-tabs .nav-link {
        border-left: 0;
        border-top: 1px solid #d8dde6;
    }

    .navtab-wizard.nav-tabs .nav-link:first-child {
        border-top: 0;
    }
}

.owl-carousel .owl-dots {
    margin: 0 auto;
    text-align: center;
}

.border-5 .owl-carousel .owl-dots {
    margin: 0 auto;
    text-align: center;
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.owl-carousel button.owl-dot {
    margin: 10px 10px 0 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-align: center;
    display: inline-block;
    border: none;
}

.owl-carousel-icons5 .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: auto;
    right: -24px;
    margin-top: -1.65em;
}

.owl-carousel-icons5 .owl-nav .owl-next {
    position: absolute;
    top: 58%;
    left: auto;
    right: -24px;
    margin-top: -1.65em;
}

.owl-carousel-icons4.owl-carousel .owl-item img {
    margin: 0 auto;
}

#exzoom {
    width: 100%;
}

:focus {
    outline: 0 !important;
}

.marketplace-or {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid rgba(255, 162, 43, 0.1);
    background: rgba(255, 162, 43, 0.3);
}

.marketplace-alignment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.marketplace-alignment .text-center {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.ecommerce-menu,
.header-menu1 {
    float: none !important;
}

@media (max-width: 340px) {
    .auction-content .product-item2-desc .product-item2-rating {
        display: block;
    }
}

@media (max-width: 767px) and (min-width: 569px) {
    .auction-content .product-item2-desc .product-item2-rating {
        display: block;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {

    .auction-content .product-item2-desc .product-item2-rating,
    .owl-carousel-icons6 .product-item2-desc .product-item2-rating {
        display: block;
    }
}

.ecommerce-menu.horizontalMenu>.horizontalMenu-list>li>a {
    padding: 9px 30px;
}

.ecommerce-menu.horizontalMenu>.horizontalMenu-list>li>a .fa {
    margin-right: 9px;
}

@media (min-width: 992px) and (max-width: 1350px) {
    .ecommerce-menu.horizontalMenu>.horizontalMenu-list>li>a {
        padding: 9px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    .header-menu1 .input-group {
        width: 140px;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    #container1 {
        min-height: 460px !important;
    }
}

@media (max-width: 567px) {
    #container1 {
        min-height: 515px !important;
    }
}

@media (max-width: 992px) {
    .header-menu1 .input-group {
        padding: 10px !important;
    }

    .header-menu1 a.btn {
        width: 220px;
        text-align: center !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .testimonial-owl-carousel .owl-nav .owl-prev,
    .testimonial-owl-carousel .owl-nav .owl-next {
        top: 20% !important;
    }
}

.register-right .nav-tabs {
    background: #fff;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
}

.register-right .nav-tabs .nav-link {
    padding: 12px 25px;
    margin: 1px;
    text-align: center;
    display: block;
    border-radius: 3px;
    background: #f1f5fd;
}

.register-right .nav-tabs .nav-item {
    display: block;
    text-align: center;
}

.gradient-icon {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    left: 0;
    top: 50px;
    right: 0;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.section-title2 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section-title2 h3:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    left: 0;
    top: 54px;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 992px) {
    .sptb-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sptb-5 .header-text {
        top: 0;
    }
}

@media (max-width: 320px) {
    .Marketplace .tab-pane .card-footer .footerimg-r {
        display: none;
    }

    .banner1.slider-images .header-text {
        top: 6% !important;
    }
}

#homeVideo button.btn.btn-default {
    background: rgba(34, 40, 74, 0.7);
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 25px;
    padding: 6px 3px;
    line-height: 25px;
    z-index: 5;
    color: #fff;
}

#homeVideo button.btn.btn-default:hover {
    background: #22284a;
}

.vertical-scroll {
    margin-bottom: 0;
}

.vertical-scroll .news-item {
    border: 1px solid #d8dde6 !important;
    margin-bottom: 15px;
    padding: 10px;
}

.vertical-scroll .news-item td:last-child {
    width: 76%;
}

.vertical-scroll .item {
    border: 1px solid #d8dde6 !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

.vertical-scroll .item .p-5 {
    padding: 1rem !important;
}

.vertical-scroll1 .item {
    border: 1px solid #d8dde6 !important;
    margin-bottom: 15px;
    background: #fff;
}

.vertical-scroll1 .item a {
    text-decoration: intial;
}

.vertical-scroll .item2 {
    border-bottom: 1px solid #d8dde6 !important;
    padding: 12px 25px;
}

@media (max-width: 480px) {
    .employers-details {
        display: none;
    }

    .hide-details {
        height: 128px !important;
    }

    .content-text .section-title {
        padding-bottom: 5px;
    }
}

@media (max-width: 400px) {

    .employers-btn,
    .distracted {
        display: none;
    }
}

.pt-10 {
    padding-top: 8rem !important;
}

.axgmap {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.axgmap-img {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
}

.gm-style .gm-style-iw {
    padding: 20px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
    width: 250px !important;
}

.gm-style .gm-style-iw h4 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.gm-ui-hover-effect {
    opacity: .6;
    top: 0 !important;
    right: 0 !important;
}

.gm-style .gm-style-iw a.btn {
    margin-bottom: 6px;
}

@media (min-width: 992px) and (max-width: 1359px) {
    .map-content-width {
        width: 45%;
    }

    .map-width {
        width: 55%;
    }
}

@media (min-width: 1360px) {
    .map-content-width {
        width: 45%;
        overflow: hidden;
    }

    .map-width {
        width: 55%;
        overflow: hidden;
    }
}

@media (max-width: 360px) {
    .about-1 h2 {
        font-size: 1.3rem;
    }
}

.map-content-width .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.map-content-width .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    float: right;
    background: rgba(0, 0, 0, 0.3) !important;
}

.map-content-width .mCSB_scrollTools .mCSB_draggerRail {
    display: none !important;
}

.map-content-width .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background: rgba(0, 0, 0, 0.5) !important;
}

.mh-500 {
    max-height: 500px;
}

@media (max-width: 992px) {
    .widget-info-right {
        text-align: left;
        float: left;
    }

    .header-text1 h1 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .header-text1 .display-3 {
        font-size: 3.5rem;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .popup.bg-background2 .header-text {
        top: 30px !important;
    }
}

@media (max-width: 480px) {
    .reviews-categories .widget-spec1 li {
        margin-bottom: .5rem;
        font-size: .9rem;
        display: flow-root;
    }

    .reviews-categories .widget-spec1 li span {
        margin: 0;
    }
}

@media (max-width: 767px) {

    .books-categories.item-all-cat .row .item-all-card,
    .doctor-categories.item-all-cat .row .item-all-card {
        margin-bottom: .5rem;
    }

    .rating-stars .rating-stars-container .rating-star.sm {
        font-size: 13px;
    }
}

@media (max-width: 568px) {
    .items-gallery .items-blog-tab-heading {
        padding: 15px 0;
    }

    .items-blog-tab-heading .items-blog-tab-menu li a {
        margin-left: 0;
        margin-right: 0;
    }

    .items-gallery .items-blog-tab-heading {
        display: block;
    }

    .books-categories.item-all-cat .row .item-all-card {
        margin-bottom: .5rem;
    }
}

.horizontal-main {
    background: rgba(0, 0, 0, 0.3);
}

.horizontalMenu>.horizontalMenu-list,
.horizontal-header {
    background-color: transparent;
}

.horizontalMenu>.horizontalMenu-list>li>a {
    /*color: #fff;*/
    color: #162946;
}

.horizontalMenu>.horizontalMenu-list>li>a.btn {
    color: #fff;
    font-size: .85rem;
}

.horizontalMenu>.horizontalMenu-list>li>a>.fa,
.horizontalMenu>.horizontalMenu-list>li>a.active .fa {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li:hover>a>.fa {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>a:hover .fa {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li a i {
    color: #333;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>a i {
    color: #fff;
}

button#ihavecookiesBtn {
    margin-left: 0 !important;
}

#gdpr-cookie-message {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 30px;
    max-width: 375px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d1d3da;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    margin-left: 30px;
    text-align: center;
    display: block;
}

#gdpr-cookie-message h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #080e1b;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}

#gdpr-cookie-message li {
    width: 49%;
    display: -webkit-inline-box;
}

#gdpr-cookie-message a {
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    transition: all .3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    background: #162946;
    color: #fff;
    font-size: 14px;
    padding: 7px 18px;
    border-radius: 3px;
    margin-top: 4px;
    cursor: pointer;
    transition: all .3s ease-in;
}

button#ihavecookiesBtn {
    border: none;
    background: #162946;
    color: #fff;
    font-size: 14px;
    padding: 7px 18px;
    border-radius: 3px;
    margin-top: 4px;
    cursor: pointer;
    transition: all .3s ease-in;
}

button#gdpr-cookie-advanced {
    margin-left: 4px;
}

@media (max-width: 390px) {
    button#gdpr-cookie-advanced {
        margin-left: 0 !important;
    }

    #gdpr-cookie-message p button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .item2-gl-nav .item2-gl-menu {
        display: none;
    }

    .item2-gl-nav h6 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    #gdpr-cookie-message {
        margin: 0 15px;
        display: block;
        right: 0;
        box-shadow: 0 0 20px 0 rgba(40, 37, 89, 0.9);
        display: none !important;
    }
}

#gdpr-cookie-message button:disabled {
    opacity: .3;
}

#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.marketplace-section img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    padding: 2.3rem 0;
}

.ui-widget-header {
    border: 1px solid #2c4359;
    color: #e1e463;
    font-weight: 700;
}

.ui-widget-header a {
    color: #e1e463;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d8dde6;
    font-weight: 700;
    color: #333;
}

@media (max-width: 992px) and (min-width: 767px) {
    .map-width {
        display: contents;
    }
}

#particles-js {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

.relative {
    position: relative !important;
}

.zindex1 {
    z-index: 1 !important;
}

.zindex2 {
    z-index: 2 !important;
}

.map-absolute {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    border-bottom: 0 !important;
}

h1.animated-text {
    font-family: monospace;
    overflow: hidden;
    border-right: 0.15em solid #e84312;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(30, end), blinking-cursor 0.5s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blinking-cursor {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #e84312;
    }
}

.banner1 .slide-header-text {
    top: 40%;
    z-index: 98 !important;
}

.slider-header .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

a.typewrite {
    color: #fff !important;
    font-size: 2.5rem;
}

.pattern {
/*    background: url(../images/other/prism.png);*/
}

.pattern:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: linear-gradient(-225deg, rgba(72, 1, 255, 0.7) 0, rgba(121, 24, 242, 0.7) 48%, rgba(172, 50, 228, 0.7) 100%);
}

.pattern-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/banners/profile-bg.jpg) center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover;
}

.pattern-2 {
    background: linear-gradient(-225deg, rgba(72, 1, 255, 0.7) 0, rgba(121, 24, 242, 0.7) 48%, rgba(172, 50, 228, 0.7) 100%), url(../images/products/cars/subscribe.jpg);
}

.single-page {
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
    border-radius: 7px;
}

.single-page button.dark {
    border-color: #ff4931;
    background: #ff4931;
}

.single-page .move button.dark {
    border-color: #e0b722;
    background: #e0b722;
}

.single-page .splits p {
    font-size: 18px;
}

.single-page button:active {
    box-shadow: none;
}

.single-page button:focus {
    outline: 0;
}

.single-page>.wrapper3 {
    width: 100%;
    padding-top: 8rem;
}

.single-page .wrapper {
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
    transition: all .5s;
    color: #838ab6;
    overflow: hidden;
    border-radius: 7px;
}

.single-page .wrapper.wrapper2 {
    background: #fff;
    width: 100%;
    background: #fff;
    transition: all .5s;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    top: -37%;
    left: 4%;
}

.single-page .wrapper>form {
    width: 100%;
    transition: all .5s;
    background: #fff;
    width: 100%;
}

.single-page .wrapper .card-body {
    padding: 30px;
}

.single-page .wrapper>form:focus {
    outline: 0;
}

.single-page .wrapper #login {
    visibility: visible;
}

.single-page .wrapper #register {
    transform: translateY(-80%) translateX(100%);
    visibility: hidden;
}

.single-page .wrapper.move #register {
    transform: translateY(-80%) translateX(0);
    visibility: visible;
}

.single-page .wrapper.move #login {
    transform: translateX(-100%);
    visibility: hidden;
}

.single-page .wrapper>form>div {
    position: relative;
    margin-bottom: 15px;
}

.single-page .wrapper label {
    position: absolute;
    top: -7px;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    text-align: left;
    left: 15px;
    padding: 0 5px;
    color: #080e1b;
    pointer-events: none;
}

.single-page .wrapper h3,
.single-page .wrapper h4 {
    margin-bottom: 25px;
    font-size: 22px;
    color: #080e1b;
}

.single-page .wrapper input {
    height: 50px;
    padding: 5px 15px;
    width: 100%;
    border: solid 1px #d8dde6;
}

.single-page .wrapper input:focus {
    outline: 0;
    border-color: #d8dde6;
}

.single-page>.wrapper.move {
    left: 45%;
}

.single-page>.wrapper.move input:focus {
    border-color: #e0b722;
}

.single-page.single-pageimage {
    min-height: 387px;
}

.single-page.single-pageimage::before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
}

.single-page>.log-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #fff;
}

@media (min-width: 1024px) {
    .single-pageimage .log-wrapper {
        margin-top: 100px;
    }
}

.customerpage .btn-icon {
    border: 1px solid rgba(96, 94, 126, 0.2);
}

.custom-control-label,
::-ms-backdrop {
    position: static;
}

.iteam-all-icon,
::-ms-backdrop {
    height: 100%;
}

.construction-image:before,
::-ms-backdrop {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
}

.page-h,
::-ms-backdrop {
    height: 100%;
}

.position-absolute,
::-ms-backdrop {
    position: absolute !important;
}

.feature .icons {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form .btn {
    position: relative;
}

.right-0 {
    right: 0 !important;
}

.location-gps {
    cursor: pointer;
    height: 20px;
    line-height: 33px;
    position: absolute;
    right: 12px;
    text-align: right;
    top: 14.5px;
    background: #fff;
    width: 15px;
    color: #080e1b;
}

.header-style .horizontalMenu {
    float: inherit !important;
}

.top-bar .select2-dropdown.select2-dropdown--below {
    width: 180px !important;
}

.top-bar .select-country .select2-container {
    width: 150px !important;
}

.loader-img .floating {
    animation: floating 3s ease infinite;
    will-change: transform;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.activity {
    position: relative;
    border-left: 1px solid #eaf2f9;
    margin-left: 16px;
}

.activity .img-activity {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    -webkit-box-shadow: 0 0 0 0.5px #f8f9fa;
    box-shadow: 0 0 0 0.5px #f8f9fa;
}

.activity .item-activity {
    margin-left: 40px;
    margin-bottom: 19px;
}

.status-border {
    border: 1px solid #d8dde6 !important;
}

.horizontal-main-1 {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body .modal-open {
    padding-right: 0 !important;
    overflow: hidden;
}

.info .counter-icon {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 411px) and (max-width: 414px) {
    .banner-1 {
        height: 576px !important;
    }
}

.blog-list .item7-card-img {
    height: 196px !important;
}

.blog-list-1 {
    height: 196px;
}

@media screen and (max-width: 1279px) {
    .blog-list .item7-card-img {
        height: 100% !important;
    }
}

.item-overly-trans .rating-stars {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px;
}

.item-overly-trans .views {
    position: absolute;
    bottom: -8px;
    right: 12px;
    z-index: 2;
}

.item-overly-trans span {
    position: absolute;
    bottom: 7px;
    left: 0px;
    z-index: 2;
    color: #fff;
}

.item-overly-trans span a {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}

.item-overly-trans .rating-stars .rating-stars-container .rating-star.sm {
    color: rgba(255, 255, 255, 0.5);
}

.item-overly-trans .rating-stars .rating-stars-container .rating-star.is--active {
    color: #f1c40f;
}

.rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}

.car-slide a.carousel-control-next {
    position: absolute;
    width: 20% !important;
    height: auto;
    right: -1rem !important;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 999;
}

.car-slide a.carousel-control-prev {
    position: absolute;
    left: -1rem !important;
    width: 20% !important;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.multiple-cars .car-slide img {
    height: 170px;
}

.sold-out .d-md-flex,
.sold-out .item-card9-img,
.sold-out .item-card2-img,
.sold-out .card {
    opacity: 0.75;
}

.sold-out .ribbon {
    z-index: 1;
    display: block !important;
}

.top-cities {
    background: #fff;
    border: 1px solid #d8dde6;
    padding: 20px;
    display: block;
}

.top-cities img {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
}

i.car {
    line-height: 18px;
}

.car-comparision .btn {
    font-family: 'Poppins', sans-serif !important;
}

.car-comparision .card-image-difference {
    position: absolute;
    background: #162946;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    left: 45%;
    right: 45%;
    line-height: 40px;
    margin: 0 auto;
    top: 20%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    height: 40px;
}

.car-comparision1 .card-image-difference {
    top: 45%;
}

.op-1 {
    opacity: 0.1;
}

.social-images img {
    margin-top: -5px;
}

.cat-img1 img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.card-footer a {
    font-size: 13px;
}

.item-card2-icons a i {
    color: #fff;
}

.box-shadow2 {
    box-shadow: 0 1px 2px rgba(234, 238, 249, 0.9);
    -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);
}

.box-shadow2:hover {
    box-shadow: 0 5px 15px rgba(16, 49, 85, 0.2);
}

.op-6 {
    opacity: 0.6;
}

.users-list .select2.select2-container.select2-container--default {
    width: 150px !important;
    border-left: 1px solid #d8dde6 !important;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .header-inputs .select2-container .select2-selection--single {
        border-left: 1px solid #d8dde6 !important;
        border-radius: 4px 0px 0 0;
    }

    .header-inputs .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px !important;
    }
}

.ht-110 {
    height : 110px !important;
}

.mht-300 {
    min-height: 300px;
}

.reportCarousel {
    display: inline-flex;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.ls-2 {
    letter-spacing: 2px;
}

.items1 {
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid #f9f9f9;
    position:relative;
}

.items {
    position:relative;
}