@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);

.spinner {
    border-radius: 50%;
    border: 4px solid #bebebe;
    border-top-color: #666;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dashboard,
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto
}

.form-signin .checkbox,
.form-signin .form-signin-heading {
    margin-bottom: 10px
}

.form-signin .checkbox {
    font-weight: 400
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-signin .form-control:focus {
    z-index: 2
}

.form-signin input[type=text] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.form-signin input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.need-help,
.new-account {
    margin-top: 10px
}

.new-account {
    display: block
}

.dashboard-container {
    margin-top: 125px
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%
}

.loader-wrapper {
    border-radius: 3px;
    font-size: 30px;
    -webkit-transition: color .3s, border .3s, transform .3s, opacity .3s;
    transition: color .3s, border .3s, transform .3s, opacity .3s
}

.loader {
    border: .15em solid transparent;
    border-top-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
    position: relative
}

.loader,
.loader-wrapper {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none
}

.loader:before {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: -.15em;
    left: -.15em;
    border: .15em solid;
    border-radius: 50%;
    opacity: .5
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    line-height: 1.5;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

p {
    margin: 0
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

@media only screen and (max-width:1560px) {
    address {
        margin-bottom: .875rem
    }
}

@media only screen and (max-width:1440px) {
    address {
        margin-bottom: .75rem
    }
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    list-style: none
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
    padding: 0
}

ul dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #757575;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0031a7
}

a:not([href]),
a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 1.2
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[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
}

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-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
}

body,
button,
input,
select,
textarea {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-font-smoothing: antialiased
}

h5 {
    font-size: .875rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0 0 1rem;
    background: none;
    line-height: 1.4
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

@media print {

    .comment-edit-link,
    .comment-metadata .edit-link,
    .comment-reply-link,
    .comment-respond,
    .content-bottom-sections,
    .edit-link,
    .header-image,
    .main-navigation,
    .navigation,
    .page-links,
    .pingback .edit-link,
    .sidebar,
    .social-navigation,
    button,
    form,
    input,
    select,
    textarea {
        display: none
    }
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "â€”Â "
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    border: 1px solid #757575;
    border-radius: .25rem
}

.img-thumbnail,
body {
    background-color: #fff
}

body {
    font-family: Noto Sans, sans-serif;
    position: relative;
    font-size: .938rem;
    line-height: 1.6;
   /* color: #757575;*/
    font-weight: 600;
    scroll-behavior: smooth
}

@media only screen and (max-width:1440px) {
    body {
        font-size: .8rem;
        line-height: 1.3
    }
}

i,
i.material-icons {
    color: #757575;
    font-size: 24px;
    font-family: Material Icons
}

i.is-white,
i.material-icons.is-white {
    color: #fff
}

i.is-dark,
i.material-icons.is-dark {
    color: #323132
}

i.is-sm,
i.material-icons.is-sm {
    font-size: 18px
}

@media only screen and (max-width:1440px) {

    i,
    i.material-icons {
        font-size: 20px
    }

    i.is-sm,
    i.material-icons.is-sm {
        font-size: 16px
    }
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Noto Sans, sans-serif;
    color: #323132;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-transform: lowercase
}

img {
    max-width: 100%;
    height: auto
}

.main-content {
    scroll-behavior: smooth
}

.mt-15 {
    margin-top: 1rem
}

.mb-15 {
    margin-bottom: 1rem
}

.mr-15 {
    margin-right: 1rem
}

.ml-15 {
    margin-left: 1rem
}

.pt-15 {
    padding-top: 1rem
}

.pb-15 {
    padding-bottom: 1rem
}

.pr-15 {
    padding-right: 1rem
}

.pl-15 {
    padding-left: 1rem
}

.mt-20 {
    margin-top: 1.25rem
}

.pt-20 {
    padding-top: 1.25rem
}

.mt-30 {
    margin-top: 2rem
}

.mb-30 {
    margin-bottom: 2rem
}

.mr-30 {
    margin-right: 2rem
}

.ml-30 {
    margin-left: 2rem
}

.pt-30 {
    padding-top: 2rem
}

.pb-30 {
    padding-bottom: 2rem
}

.pr-30 {
    padding-right: 2rem
}

.pl-30 {
    padding-left: 2rem
}

.pd-0 {
    padding: 0
}

.mt-50 {
    margin-top: 3rem
}

.mb-60 {
    margin-bottom: 3.75rem
}

.mr-50 {
    margin-right: 3rem
}

.ml-50 {
    margin-left: 3rem
}

.mt-70 {
    margin-top: 5rem
}

@media only screen and (max-width:1440px) {
    .mt-70 {
        margin-top: 4rem
    }
}

.mb-30 {
    margin-bottom: 1.875rem
}

@media only screen and (max-width:1440px) {
    .mb-30 {
        margin-bottom: 1.25rem
    }
}

.mb-50 {
    margin-bottom: 3rem
}

@media only screen and (max-width:1440px) {
    .mb-50 {
        margin-bottom: 2rem
    }
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.m-0 {
    margin: 0 !important
}

h1 {
    font-size: 2.5rem;
    text-transform: capitalize;
    line-height: 40px
}

@media only screen and (max-width:1440px) {
    h1 {
        font-size: 2rem
    }
}

h2 {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (max-width:1440px) {
    h2 {
        font-size: 1.25rem;
        line-height: 30px
    }
}

h3 {
    font-size: 1.125rem
}

@media only screen and (max-width:1440px) {
    h3 {
        font-size: 1rem
    }
}

h4 {
    font-size: 1.05rem
}

@media only screen and (max-width:1440px) {
    h4 {
        font-size: .875rem
    }
}

h6 {
    font-size: .75rem
}

@media only screen and (max-width:1440px) {
    h6 {
        font-size: .625rem
    }
}

.sm-body {
    font-size: 13px
}

@media only screen and (max-width:1440px) {
    .sm-body {
        font-size: 10px
    }
}

.span-18 {
    font-size: 1.05rem
}

@media only screen and (max-width:1440px) {
    .span-18 {
        font-size: .875rem
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translateY(-20px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        opacity: 0
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: translateY(0);
        opacity: 0
    }
}

@keyframes scrollup {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes shooting {
    0% {
        right: -100px
    }

    to {
        right: calc(100% + 100px)
    }
}

@keyframes shooting {
    0% {
        right: -100px
    }

    to {
        right: calc(100% + 100px)
    }
}

@keyframes shooting1 {
    0% {
        transform: translate(0) rotate(0deg);
        opacity: 1
    }

    20% {
        transform: translate(-50px, 50px) rotate(-20deg);
        opacity: .8
    }

    40% {
        transform: translate(-150px, 150px) rotate(-30deg);
        opacity: .5
    }

    60% {
        transform: translate(-250px, 250px) rotate(-30deg);
        opacity: .3
    }

    80% {
        transform: translate(-350px, 350px) rotate(-30deg);
        opacity: .2
    }

    to {
        transform: translate(-500px, 500px) rotate(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: .2
    }

    40% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@keyframes fade-in {
    0% {
        opacity: .5
    }

    40% {
        opacity: 1
    }

    to {
        opacity: .5
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }

    to {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }

    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    to {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    to {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0) rotate(0deg) scale(1)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }

    to {
        transform: translate(0) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0) rotate(0deg) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px)
    }

    to {
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }

    to {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg)
    }

    to {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }

    to {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg)
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg)
    }

    to {
        transform: translate(-1px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg)
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(-1px) rotate(180deg)
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 300% 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes imageBgAnim {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 120% 0
    }

    to {
        background-position: 0 0
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 120% 0
    }

    to {
        background-position: 0 0
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slowRevealation {
    0% {
        opacity: 0;
        background: hsla(0, 0%, 100%, .7)
    }

    to {
        opacity: 1;
        background: #fff
    }
}

@-webkit-keyframes puffin {
    0% {
        -webkit-box-shadow: inset 0 0 50px #f4f4f4;
        box-shadow: inset 0 0 50px #f4f4f4;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: inset 0 0 0 transparent;
        box-shadow: inset 0 0 0 transparent
    }
}

@keyframes puffin {
    0% {
        -webkit-box-shadow: inset 0 0 60px #f4f4f4;
        box-shadow: inset 0 0 60px #f4f4f4;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: inset 0 0 60px transparent;
        box-shadow: inset 0 0 60px transparent
    }
}

@-webkit-keyframes textDraw {
    0% {
        fill: hsla(0, 0%, 100%, 0);
        stroke: #f4f4f4;
        stroke-dashoffset: 200;
        opacity: 1
    }

    50% {
        stroke-dashoffset: 0;
        fill: hsla(0, 0%, 100%, 0)
    }

    to {
        fill: #fff;
        stroke-dashoffset: 0;
        opacity: 1;
        stroke: #fff
    }
}

@keyframes textDraw {
    0% {
        fill: hsla(0, 0%, 100%, 0);
        stroke: #f4f4f4;
        stroke-dashoffset: 200;
        opacity: 1
    }

    50% {
        stroke-dashoffset: 0;
        fill: hsla(0, 0%, 100%, 0)
    }

    to {
        fill: #fff;
        stroke-dashoffset: 0;
        opacity: 1;
        stroke: #fff
    }
}

@-webkit-keyframes moveUpdown {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes moveUpdown {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    @-webkit-keyframes pulse-animation {
        0% {
            box-shadow: 0 0 0 0 hsla(0, 0%, 74.1%, .8)
        }

        to {
            box-shadow: 0 0 0 30px hsla(0, 0%, 74.1%, 0)
        }
    }

    @keyframes pulse-animation {
        0% {
            box-shadow: 0 0 0 0 hsla(0, 0%, 74.1%, .8)
        }

        to {
            box-shadow: 0 0 0 30px hsla(0, 0%, 74.1%, 0)
        }
    }

    @-webkit-keyframes pulse-animation-secondary {
        0% {
            box-shadow: 0 0 0 0 rgba(237, 54, 70, .3)
        }

        to {
            box-shadow: 0 0 0 30px rgba(237, 54, 70, 0)
        }
    }

    @keyframes pulse-animation-secondary {
        0% {
            box-shadow: 0 0 0 0 rgba(237, 54, 70, .3)
        }

        to {
            box-shadow: 0 0 0 30px rgba(237, 54, 70, 0)
        }
    }
}

.is-overflow {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100%
}

.is-overflow::-webkit-scrollbar {
    width: 4px;
    background: #f4f4f4
}

.is-overflow::-webkit-scrollbar,
.is-overflow::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.is-overflow::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

.is-overflow::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #d6d6d6;
    cursor: pointer
}

.is-overflow.no-scrollbar::-webkit-scrollbar {
    width: 0
}

.is-overflow.is-transparent-scroll::-webkit-scrollbar,
.is-overflow.is-transparent-scroll::-webkit-scrollbar-track {
    background: transparent
}

.is-overflowX {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100%;
    padding-bottom: 150px
}

.is-overflowX::-webkit-scrollbar {
    height: 6px;
    width: 0;
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (max-width:1440px) {
    .is-overflowX::-webkit-scrollbar {
        height: 10px
    }
}

.is-overflowX::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.is-overflowX::-webkit-scrollbar-thumb,
.is-overflowX::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.is-overflowX::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    cursor: pointer
}

.is-tansparent-overflowX {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100%
}

.is-tansparent-overflowX::-webkit-scrollbar {
    width: 0;
    height: 0
}

.u-clickable {
    cursor: pointer !important
}

.u-flex {
    display: flex !important
}

.u-hide {
    display: none !important
}

.common-title {
    display: block;
    margin-bottom: 3rem;
    max-width: 970px
}

@media only screen and (max-width:1560px) {
    .common-title {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:991px) {
    .common-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.common-title .span-label {
    font-size: 15px;
    line-height: 20px;
    color: #ed3646;
    margin-bottom: 12px;
    font-weight: 700;
    display: block;
    text-transform: uppercase
}

@media only screen and (max-width:1560px) {
    .common-title .span-label {
        font-size: 12px;
        margin-bottom: 8px
    }
}

@media only screen and (max-width:1366px) {
    .common-title .span-label {
        font-size: 11px;
        margin-bottom: 5px
    }
}

.common-title h2 {
    font-family: Noto Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    font-size: 1.9rem;
    line-height: 50px
}

@media only screen and (max-width:1560px) {
    .common-title h2 {
        font-size: 1.5rem;
        line-height: 40px
    }
}

@media only screen and (max-width:1366px) {
    .common-title h2 {
        font-size: 1.25rem;
        line-height: 34px
    }
}

@media only screen and (max-width:576px) {
    .common-title h2 {
        line-height: 30px
    }
}

.common-title p {
    margin-top: 20px;
    color: #323132
}

@media only screen and (max-width:1560px) {
    .common-title p {
        margin-top: 15px
    }
}

.common-title.is-dark h2 {
    color: #323132
}

.common-title.is-dark h2 span {
    color: #0946bf
}

.common-title.is-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    max-width: 970px;
    margin: 0 auto 3rem
}

@media only screen and (max-width:1560px) {
    .common-title.is-center {
        max-width: 690px;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:1440px) {
    .common-title.is-center {
        max-width: 600px;
        margin-bottom: 1.5rem
    }
}

.collapsible.accordion li {
    background: #fff;
    border: 1px solid transparent;
    margin-bottom: 15px
}

.collapsible.accordion li:last-child {
    margin-bottom: 0
}

.collapsible.accordion .collapsible-header {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 22px;
    font-weight: 600;
    color: #757575;
    padding: 25px 30px
}

@media only screen and (max-width:1560px) {
    .collapsible.accordion .collapsible-header {
        padding: 15px 25px
    }
}

.collapsible.accordion .collapsible-header:after {
    font-size: 24px;
    position: absolute;
    color: #757575;
    content: "expand_more";
    font-family: Material Icons;
    right: 1.5rem
}

@media only screen and (max-width:1560px) {
    .collapsible.accordion .collapsible-header {
        font-size: 17px
    }

    .collapsible.accordion .collapsible-header:after {
        font-size: 18px
    }
}

@media only screen and (max-width:1440px) {

    .collapsible.accordion .collapsible-header,
    .collapsible.accordion .collapsible-header:after {
        font-size: 16px
    }
}

.collapsible.accordion .collapsible-header~.collapsible-body {
    background: #fff;
    overflow: hidden;
    max-height: 0
}

.collapsible.accordion .collapsible-header~.collapsible-body,
.collapsible.accordion .collapsible-header~.collapsible-body .content {
    -webkit-transition: max-height .4s ease-in-out;
    -moz-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    -ms-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out
}

.collapsible.accordion .collapsible-header~.collapsible-body .content {
    height: 100%
}

.collapsible.accordion .collapsible-header.active {
    color: #323132
}

.collapsible.accordion .collapsible-header.active:after {
    color: #ed3646;
    content: "expand_less"
}

.collapsible.accordion .collapsible-header.active~.collapsible-body {
    overflow: visible;
    max-height: 1000px
}

.custom-option .custom-tab-content,
.custom-option .option-tab-content,
.custom-tab .custom-tab-content,
.custom-tab .option-tab-content {
    padding: .6125rem
}

.custom-option .custom-tab-content.pd-0,
.custom-option .option-tab-content.pd-0,
.custom-tab .custom-tab-content.pd-0,
.custom-tab .option-tab-content.pd-0 {
    padding: 0
}

.custom-option .custom-tab-content .option-item,
.custom-option .custom-tab-content .tab-item,
.custom-option .option-tab-content .option-item,
.custom-option .option-tab-content .tab-item,
.custom-tab .custom-tab-content .option-item,
.custom-tab .custom-tab-content .tab-item,
.custom-tab .option-tab-content .option-item,
.custom-tab .option-tab-content .tab-item {
    display: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease
}

.custom-option .custom-tab-content .option-item.current,
.custom-option .custom-tab-content .tab-item.current,
.custom-option .option-tab-content .option-item.current,
.custom-option .option-tab-content .tab-item.current,
.custom-tab .custom-tab-content .option-item.current,
.custom-tab .custom-tab-content .tab-item.current,
.custom-tab .option-tab-content .option-item.current,
.custom-tab .option-tab-content .tab-item.current {
    display: block;
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease
}

ul.option-list,
ul.tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

ul.option-list li a,
ul.tab-list li a {
    cursor: pointer;
    position: relative;
    display: block;
    width: auto;
    padding: .5rem 1rem;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    border: 1px solid transparent;
    text-align: center
}

@media only screen and (max-width:1440px) {

    ul.option-list li a,
    ul.tab-list li a {
        padding: .35rem .5rem
    }
}

ul.option-list li:not(:last-child),
ul.tab-list li:not(:last-child) {
    margin-right: .5rem
}

ul.option-list.is-bg li a,
ul.tab-list.is-bg li a {
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (max-width:1440px) {

    ul.option-list.is-bg li a,
    ul.tab-list.is-bg li a {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px
    }
}

ul.option-list.is-bg li a.current,
ul.option-list.is-bg li a.current i,
ul.option-list.is-bg li a:hover,
ul.option-list.is-bg li a:hover i,
ul.tab-list.is-bg li a.current,
ul.tab-list.is-bg li a.current i,
ul.tab-list.is-bg li a:hover,
ul.tab-list.is-bg li a:hover i {
    color: #ed3646
}

ul.option-list.is-bg li.current a,
ul.tab-list.is-bg li.current a {
    color: #ed3646;
    background-color: #ffecf0
}

ul.option-list.is-bg li.current a i,
ul.tab-list.is-bg li.current a i {
    color: #ed3646
}

ul.option-list.is-shadow,
ul.tab-list.is-shadow {
    background: #fff;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 0 70px rgba(0, 0, 0, .1019607843);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

ul.option-list.is-shadow li a,
ul.tab-list.is-shadow li a {
    text-transform: capitalize
}

ul.option-list.is-border li a:after,
ul.tab-list.is-border li a:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #0946bf;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -o-transition: width .3s linear;
    -ms-transition: width .3s linear;
    transition: width .3s linear;
    opacity: 0;
    visibility: hidden
}

ul.option-list.is-border li.current a,
ul.tab-list.is-border li.current a {
    color: #323132
}

ul.option-list.is-border li.current a:after,
ul.tab-list.is-border li.current a:after {
    width: 100%;
    opacity: 1;
    visibility: visible
}

ul.option-list.is-border li:hover a,
ul.tab-list.is-border li:hover a {
    color: #323132
}

ul.option-list.is-icon li a,
ul.tab-list.is-icon li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.option-list.is-icon li a i,
ul.tab-list.is-icon li a i {
    font-size: 22px;
    color: #bdbdbd
}

@media only screen and (max-width:1440px) {

    ul.option-list.is-icon li a,
    ul.tab-list.is-icon li a {
        width: 32px;
        height: 32px
    }

    ul.option-list.is-icon li a i,
    ul.tab-list.is-icon li a i {
        font-size: 20px
    }
}

ul.option-list.is-icon li.current,
ul.tab-list.is-icon li.current {
    background: #ffdc1c
}

ul.option-list.is-icon li.current i,
ul.tab-list.is-icon li.current i {
    color: #0946bf
}

ul.option-list.is-flex li,
ul.tab-list.is-flex li {
    flex: 0 0 45%;
    width: 45%
}

ul.option-list.is-flex li:not(:last-child),
ul.tab-list.is-flex li:not(:last-child) {
    margin-right: 0 !important
}

ul.option-list.is-flex li a,
ul.tab-list.is-flex li a {
    width: 100%
}

ul.option-list.is-center,
ul.tab-list.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    margin: 0
}

@media only screen and (max-width:1560px) {
    .switch {
        width: 32px;
        height: 18px
    }
}

@media only screen and (max-width:1366px) {
    .switch {
        width: 28px;
        height: 16px
    }
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: #e9e9e9
}

.switch .slider,
.switch .slider:before {
    position: absolute;
    bottom: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.switch .slider:before {
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    -webkit-box-shadow: 0 1px 6px hsla(0, 0%, 90.2%, .5);
    box-shadow: 0 1px 6px hsla(0, 0%, 90.2%, .5);
    text-transform: none;
    border: 1px solid #bdbdbd
}

@media only screen and (max-width:1560px) {
    .switch .slider:before {
        height: 16px;
        width: 16px
    }
}

@media only screen and (max-width:1366px) {
    .switch .slider:before {
        height: 14px;
        width: 14px
    }
}

.switch .slider .round {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    border-radius: 34px
}

.switch .slider .round:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.switch input:checked+.slider {
    background-color: #ed3646
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}

@media only screen and (max-width:1560px) {
    .switch input:checked+.slider:before {
        -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px)
    }
}

@media only screen and (max-width:1366px) {
    .switch input:checked+.slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px)
    }
}

[class*=common-button],
a.common-link {
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: none;
    padding: .625rem .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-height: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative
}

[class*=common-button]:focus,
a.common-link:focus {
    outline: none
}

[class*=common-button]:disabled,
a.common-link:disabled {
    color: #fff;
    background-color: #f5f5f5;
    border-color: 0;
    opacity: .65;
    cursor: not-allowed
}

@media only screen and (max-width:1440px) {

    [class*=common-button],
    a.common-link {
        width: 140px;
        min-height: 30px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
        font-size: .875rem;
        padding: .425rem .75rem
    }
}

[class*=common-button].is-icon i,
[class*=common-button].is-icon svg,
a.common-link.is-icon i,
a.common-link.is-icon svg {
    color: #fff;
    transition: margin .3s ease-in-out;
    font-weight: 500;
    position: relative
}

[class*=common-button].is-icon i.is-mr,
[class*=common-button].is-icon svg.is-mr,
a.common-link.is-icon i.is-mr,
a.common-link.is-icon svg.is-mr {
    margin-right: .5rem
}

[class*=common-button].is-icon i.is-ml,
[class*=common-button].is-icon svg.is-ml,
a.common-link.is-icon i.is-ml,
a.common-link.is-icon svg.is-ml {
    margin-left: .5rem
}

@media only screen and (max-width:1440px) {

    [class*=common-button].is-icon i.is-mr,
    [class*=common-button].is-icon svg.is-mr,
    a.common-link.is-icon i.is-mr,
    a.common-link.is-icon svg.is-mr {
        margin-right: .25rem
    }

    [class*=common-button].is-icon i.is-ml,
    [class*=common-button].is-icon svg.is-ml,
    a.common-link.is-icon i.is-ml,
    a.common-link.is-icon svg.is-ml {
        margin-left: .25rem
    }
}

[class*=common-button].is-light,
a.common-link.is-light {
    font-weight: 400;
    font-size: 12px
}

[class*=common-button].is-disable,
a.common-link.is-disable {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    cursor: none
}

[class*=common-button].is-bg,
a.common-link.is-bg {
    color: #fff;
    background-color: #ed3646;
    border-color: #ed3646
}

[class*=common-button].is-bg:disabled,
a.common-link.is-bg:disabled {
    color: #fff;
    background-color: #f5f5f5;
    border-color: transparent;
    opacity: .65;
    cursor: not-allowed
}

[class*=common-button].is-bg.is-disable,
a.common-link.is-bg.is-disable {
    color: #fff;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

[class*=common-button].is-bg:hover,
a.common-link.is-bg:hover {
    background-color: #ed3646;
    border-color: #ed3646;
    color: #fff;
    -webkit-box-shadow: 0 4px 8px #c9c9c9;
    box-shadow: 0 4px 8px #c9c9c9
}

[class*=common-button].is-full-width,
a.common-link.is-full-width {
    width: 100%
}

[class*=common-button].is-clear,
a.common-link.is-clear {
    background-color: transparent;
    border-width: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ed3646;
    padding: 0;
    min-height: 0;
    min-width: 0
}

[class*=common-button].is-clear.is-light,
a.common-link.is-clear.is-light {
    color: #bdbdbd
}

[class*=common-button].is-clear i,
a.common-link.is-clear i {
    color: #ed3646
}

[class*=common-button].is-clear.is-dark,
[class*=common-button].is-clear.is-dark i,
a.common-link.is-clear.is-dark,
a.common-link.is-clear.is-dark i {
    color: #323132
}

[class*=common-button].is-clear:hover,
[class*=common-button].is-clear:hover i,
a.common-link.is-clear:hover,
a.common-link.is-clear:hover i {
    color: rgba(237, 54, 70, .7)
}

[class*=common-button].is-border,
a.common-link.is-border {
    background-color: #fff;
    color: #323132;
    border: 1px solid #757575
}

[class*=common-button].is-border:hover,
a.common-link.is-border:hover {
    background-color: #ffecf0;
    border-color: #ed3646
}

[class*=common-button].is-border.is-secondary,
a.common-link.is-border.is-secondary {
    border: 1px solid #ed3646;
    color: #ed3646
}

[class*=common-button].is-border.is-icon i,
a.common-link.is-border.is-icon i {
    color: #757575
}

[class*=common-button].is-white-border,
a.common-link.is-white-border {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: relative
}

[class*=common-button].is-white-border:before,
a.common-link.is-white-border:before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1
}

[class*=common-button].is-white-border:hover,
a.common-link.is-white-border:hover {
    border: 1px solid #ed3646
}

[class*=common-button].is-white-border:hover:before,
a.common-link.is-white-border:hover:before {
    height: 100%;
    border: 1px solid #ed3646;
    background: #ed3646
}

[class*=common-button].no-border,
a.common-link.no-border {
    background-color: transparent;
    color: #fff;
    border-color: transparent
}

[class*=common-button].no-border:hover,
a.common-link.no-border:hover {
    color: #ed3646
}

[class*=common-button].is-reject,
a.common-link.is-reject {
    background: #ffecf0;
    color: #ed3646
}

[class*=common-button].is-reject:hover,
a.common-link.is-reject:hover {
    background: #ffd8e0
}

[class*=common-button].is-reject.is-icon i,
a.common-link.is-reject.is-icon i {
    color: #ed3646
}

[class*=common-button].is-submit,
a.common-link.is-submit {
    background: #e5f7e6;
    color: #19a96e
}

[class*=common-button].is-submit:hover,
a.common-link.is-submit:hover {
    background: #d5f2d7
}

[class*=common-button].is-submit.is-icon i,
a.common-link.is-submit.is-icon i {
    color: #19a96e
}

[class*=common-button].is-sm,
a.common-link.is-sm {
    padding: .425rem .75rem;
    min-width: 120px
}

@media only screen and (max-width:1440px) {

    [class*=common-button].is-sm,
    a.common-link.is-sm {
        width: 125px;
        padding: .25rem .75rem
    }
}

[class*=common-button].is-auto,
a.common-link.is-auto {
    width: auto;
    min-width: auto
}

[class*=common-button].is-rounded,
a.common-link.is-rounded {
    -webkit-border-radius: 20px;
    border-radius: 20px
}

[class*=common-button].is-mid-rounded,
a.common-link.is-mid-rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

a.load-more-button,
button.load-more-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    font-weight: 600;
    text-transform: capitalize;
    color: #323132;
    width: 100%;
    padding: .5rem 1rem
}

a.load-more-button i,
button.load-more-button i {
    text-transform: none;
    color: #0031a7;
    margin-left: .5rem
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.buttons a:not(:last-child),
.buttons button:not(:last-child) {
    margin-right: .75rem
}

.buttons.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buttons.is-between,
.buttons.is-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buttons.is-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.buttons.is-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buttons.section-buttons {
    margin: 30px 0
}

.auto-generate-button {
    display: flex
}

[class*=circle-icon] {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #757575;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    min-height: 40px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

[class*=circle-icon].is-bg {
    background-color: #6d84da;
    color: #0031a7
}

[class*=circle-icon].is-bg:hover {
    background-color: #0946bf;
    color: #fff
}

[class*=circle-icon].is-border {
    border: 1px solid #bdbdbd
}

[class*=circle-icon]:not(:last-child) {
    margin-right: .6125rem
}

.circle-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.circle-icons.is-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.circle-icons.is-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.circle-icons.is-center,
.circle-icons.is-vertical {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.circle-icons.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.circle-icons.is-vertical a,
.circle-icons.is-vertical span {
    margin-right: 0
}

.circle-icons.is-vertical a:not(:last-child),
.circle-icons.is-vertical span:not(:last-child) {
    margin-bottom: .6125rem
}

[class*=square-icon] {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #757575;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

[class*=square-icon].is-blue {
    background-color: rgba(0, 118, 255, .15)
}

[class*=square-icon].is-red {
    background-color: rgba(255, 0, 0, .15)
}

[class*=square-icon].is-green {
    background-color: #6d84da
}

[class*=square-icon].is-orange {
    background-color: rgba(255, 145, 87, .15)
}

input,
textarea {
    font-size: .875rem
}

input.form-control,
textarea.form-control {
    display: block;
    width: 100%;
    height: calc(2.4em + .5rem + 2px);
    padding: .375rem .75rem;
    font-size: .938rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #757575;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

input.form-control.is-light.placeholder,
textarea.form-control.is-light.placeholder {
    color: #bdbdbd;
    text-transform: none
}

input.form-control.is-light:-moz-placeholder,
input.form-control.is-light::-moz-placeholder,
textarea.form-control.is-light:-moz-placeholder,
textarea.form-control.is-light::-moz-placeholder {
    color: #bdbdbd;
    text-transform: none
}

input.form-control.is-light:-ms-input-placeholder,
textarea.form-control.is-light:-ms-input-placeholder {
    color: #bdbdbd;
    text-transform: none
}

input.form-control.is-light::-webkit-input-placeholder,
textarea.form-control.is-light::-webkit-input-placeholder {
    color: #bdbdbd;
    text-transform: none
}

input.form-control.placeholder,
textarea.form-control.placeholder {
    color: #757575;
    font-size: .938rem;
    text-transform: capitalize
}

input.form-control:-moz-placeholder,
input.form-control::-moz-placeholder,
textarea.form-control:-moz-placeholder,
textarea.form-control::-moz-placeholder {
    color: #757575;
    font-size: .938rem;
    text-transform: capitalize
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #757575;
    font-size: .938rem;
    text-transform: capitalize
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #757575;
    font-size: .938rem;
    text-transform: capitalize
}

@media only screen and (max-width:1440px) {

    input.form-control,
    textarea.form-control {
        height: calc(2.5em + .5rem);
        font-size: .75rem;
        border: .5px solid #bdbdbd
    }

    input.form-control.placeholder,
    textarea.form-control.placeholder {
        font-size: .75rem
    }

    input.form-control:-moz-placeholder,
    input.form-control::-moz-placeholder,
    textarea.form-control:-moz-placeholder,
    textarea.form-control::-moz-placeholder {
        font-size: .75rem
    }

    input.form-control:-ms-input-placeholder,
    textarea.form-control:-ms-input-placeholder {
        font-size: .75rem
    }

    input.form-control::-webkit-input-placeholder,
    textarea.form-control::-webkit-input-placeholder {
        font-size: .75rem
    }
}

input.form-control.is-valid,
textarea.form-control.is-valid {
    border-color: #0031a7;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

input.form-control.is-valid:focus,
textarea.form-control.is-valid:focus {
    border-color: #0031a7;
    box-shadow: 0 0 0 .2rem rgba(9, 70, 191, .25)
}

input.form-control.is-invalid,
input.form-control:invalid,
textarea.form-control.is-invalid,
textarea.form-control:invalid {
    border-color: red;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

input.form-control.is-invalid:focus,
input.form-control:invalid:focus,
textarea.form-control.is-invalid:focus,
textarea.form-control:invalid:focus {
    border-color: red;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .25)
}

input.form-control:focus,
textarea.form-control:focus {
    box-shadow: none;
    outline: none;
    -webkit-outline: none;
    border-color: #ed3646;
    background-color: #ffecf0;
    color: #323132
}

input.form-control:hover,
textarea.form-control:hover {
    background: #ffecf0
}

input.is-sm,
textarea.is-sm {
    height: calc(2.5em + .5rem);
    padding: .25rem .75rem;
    font-size: .875rem
}

@media only screen and (max-width:1440px) {

    input.is-sm,
    textarea.is-sm {
        height: calc(2.5em + .5rem);
        font-size: .685rem
    }

    input.is-sm.placeholder,
    textarea.is-sm.placeholder {
        font-size: .685rem
    }

    input.is-sm:-moz-placeholder,
    input.is-sm::-moz-placeholder,
    textarea.is-sm:-moz-placeholder,
    textarea.is-sm::-moz-placeholder {
        font-size: .685rem
    }

    input.is-sm:-ms-input-placeholder,
    textarea.is-sm:-ms-input-placeholder {
        font-size: .685rem
    }

    input.is-sm::-webkit-input-placeholder,
    textarea.is-sm::-webkit-input-placeholder {
        font-size: .685rem
    }
}

select.select-picker {
    position: relative;
    width: 100%;
    -webkit-outline: none;
    outline: none;
    background: #f4f4f4;
    padding: 12px 15px;
    border: 1px solid transparent;
    color: #757575;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

select.select-picker:hover {
    background: #e7e7e7
}

select.select-picker option {
    border-bottom: 1px solid #bdbdbd
}

select.select-picker:focus {
    box-shadow: none;
    background: #fff;
    border: 1px solid #0946bf
}

select.select-picker:focus+i {
    color: #0946bf;
    transform: rotate(-180deg)
}

select.select-picker+i {
    color: #757575;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 25px;
    pointer-events: none
}

@media only screen and (max-width:1440px) {
    select.select-picker {
        padding: 4px 10px;
        font-size: .685rem
    }

    select.select-picker+i {
        font-size: 18px;
        top: 8px
    }
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-group {
    position: relative;
    margin-bottom: 1.125rem
}

@media only screen and (max-width:1440px) {
    .form-group {
        margin-bottom: .875rem
    }
}

.form-group label {
    text-transform: capitalize;
    margin-bottom: .6125rem;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-group label i {
    margin-left: .5rem
}

.form-group label sup {
    color: #ed3646
}

.form-group span.is-error {
    color: red;
    margin-top: .5rem;
    display: none
}

.form-group.custom-form-group {
    position: relative;
    width: 100%
}

.form-group.custom-form-group:last-child {
    margin-bottom: 0
}

.form-group.custom-form-group .form-control {
    position: relative;
    cursor: pointer;
    background-color: #f4f4f4;
    outline: none;
    color: #323132;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0
}

.form-group.custom-form-group .form-control:hover {
    background: #ececec
}

.form-group.custom-form-group .form-control:focus {
    color: #323132;
    box-shadow: none;
    outline: none;
    background: #fff;
    border: 1px solid #ffdc1c
}

.form-group.custom-form-group .form-control:valid {
    box-shadow: none;
    outline: none
}

.form-group.custom-form-group .prefix {
    position: absolute;
    width: 3rem;
    font-size: 1.5rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: .5rem
}

.form-group.custom-form-group .prefix~input,
.form-group.custom-form-group .prefix~label,
.form-group.custom-form-group .prefix~span.border-span {
    margin-left: 3rem
}

.form-group.custom-form-group .btn {
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-decoration: none;
    color: #fff;
    background-color: #05f;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer
}

.form-group.custom-form-group .btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -moz-opactiy: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2
}

.form-group.custom-form-group .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px
}

.form-group.custom-form-group .file-path-wrapper input.file-path {
    width: 100%;
    cursor: pointer
}

.form-group.custom-file {
    position: relative
}

.form-group.custom-file .custom-file-input {
    position: relative;
    z-index: 2;
    opacity: 0
}

.form-group.custom-file .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.form-group.custom-file .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.form-group.is-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-group.is-sm label {
    font-size: .875rem
}

@media only screen and (max-width:1440px) {
    .form-group.is-sm label {
        font-size: .685rem
    }
}

.input-in {
    padding: .5rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #f4f4f4
}

.input-in:focus-within {
    background-color: #6d84da
}

textarea.form-control {
    min-height: 80px
}

.custom-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    position: relative
}

.custom-input-group input {
    flex-grow: 1;
    border: none;
    display: initial;
    background-color: #fff;
    width: 100%
}

.custom-input-group span.span-group {
    padding: 0 0 0 .5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.custom-input-group span.span-group i {
    font-size: 1.3rem
}

.custom-input-group.custom-date:after {
    content: "arrow_drop_down";
    font-family: Material Icons;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #323132;
    z-index: 99;
    pointer-events: none
}

.custom-input-group.custom-date span.span-group i {
    color: #0946bf
}

.custom-input-group.is-bg {
    background-color: transparent;
    border: 0
}

.custom-input-group.is-bg input {
    min-height: calc(3.25rem + 2px)
}

.custom-input-group.is-bg span.span-group {
    padding: 0 1rem;
    background-color: #323132;
    color: #fff
}

.date-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff
}

.date-range .custom-input-group {
    border-radius: none;
    border: none;
    border-right: 1px solid #bdbdbd
}

.date-range .custom-input-group input {
    min-width: auto;
    padding-left: .5rem
}

.upload-btn {
    position: relative;
    width: 85px;
    height: 85px;
    line-height: 85px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    background: #f5f5f5;
    text-align: center;
    cursor: pointer
}

@media only screen and (max-width:1440px) {
    .upload-btn {
        width: 65px;
        height: 65px;
        line-height: 65px
    }
}

.upload-btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -moz-opactiy: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2
}

.custom-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.custom-checkbox input.indeterminate:checked+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border: none;
    border-right: 2px solid #05f;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.custom-checkbox input.indeterminate:checked+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-checkbox input.checked+label:before {
    border: 2px solid #5a5a5a;
    border-radius: 1px
}

.custom-checkbox input.checked+label:after,
.custom-checkbox input.checked+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.custom-checkbox input.checked+label:after {
    border-radius: 1px;
    margin-top: 3px;
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-checkbox input.checked:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-color: transparent #05f #05f transparent;
    border-style: solid;
    border-width: 2px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.custom-checkbox input.checked:checked+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-checkbox input+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    font-size: 1rem;
    transition: all .4s ease
}

@media only screen and (max-width:1440px) {
    .custom-checkbox input+label {
        padding-left: 22px
    }
}

.custom-checkbox input+label:before {
    width: 0;
    top: 10px;
    z-index: 1;
    left: 6px;
    height: 0;
    border: 3px solid transparent;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.custom-checkbox input+label:after,
.custom-checkbox input+label:before {
    content: "";
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s
}

.custom-checkbox input+label:after {
    top: 0;
    left: 0;
    z-index: 0;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #757575
}

@media only screen and (max-width:1440px) {
    .custom-checkbox input+label:after {
        width: 16px;
        height: 16px;
        border: 1.5px solid #757575
    }
}

.custom-checkbox input:checked+label:after {
    border: 2px solid #ed3646;
    background-color: #ed3646
}

.custom-checkbox input:checked+label:before {
    top: 2px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

@media only screen and (max-width:1440px) {
    .custom-checkbox input:checked+label:before {
        width: 6px;
        height: 11px
    }
}

.custom-checkbox input:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.custom-checkbox input:disabled+label:after {
    box-shadow: none;
    background: #bebebe;
    border: 2px solid #bebebe
}

.custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: .6125rem
}

.custom-radio label {
    margin: 0
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    z-index: 9
}

.custom-radio input+label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 18px;
    color: #323132
}

@media only screen and (max-width:1440px) {
    .custom-radio input+label {
        padding-left: 25px
    }
}

.custom-radio input+label:after,
.custom-radio input+label:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: Material Icons;
    font-size: 23px;
    color: #757575;
    line-height: 1;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (max-width:1440px) {

    .custom-radio input+label:after,
    .custom-radio input+label:before {
        font-size: 18px
    }
}

.custom-radio input+label:before {
    opacity: 1;
    content: "radio_button_unchecked"
}

.custom-radio input+label:after {
    opacity: 0;
    content: "radio_button_checked";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.custom-radio input:checked+label:before {
    opacity: 0
}

.custom-radio input:checked+label:after {
    opacity: 1;
    color: #ed3646;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.custom-radio input:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.custom-radio input:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.inline-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inline-group .custom-checkbox:not(:last-child),
.inline-group .custom-radio:not(:last-child) {
    margin-right: 1.5rem
}

@media only screen and (max-width:768px) {
    .inline-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-bar .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f4f4f4;
    flex-grow: 1;
    max-width: 240px
}

.search-bar .search-wrap input.form-control {
    flex-grow: 1;
    height: calc(2.35rem + 2px);
    border: none;
    display: initial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #f4f4f4
}

.search-bar .search-wrap input.form-control:focus {
    background-color: #f4f4f4
}

.search-bar .search-wrap span {
    padding: 0 0 0 .5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.search-bar .search-wrap span i {
    font-size: 1.5rem;
    color: #0031a7
}

.search-bar button {
    padding: 0;
    width: 40px;
    height: 37px;
    min-width: 0;
    border-color: #c9c9c9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    color: #ed3646;
    margin-left: 1rem
}

.search-bar button:focus,
.search-bar button:hover {
    background-color: #ed3646;
    color: #fff;
    outline: none;
    -webkit-outline: none;
    box-shadow: none
}

.search-bar a.toggle-icon {
    margin-left: 1rem;
    color: #757575
}

.search-bar a.toggle-icon svg {
    font-size: 1.5rem
}

.search-bar.is-full .search-wrap {
    max-width: 100%
}

.form-check .form-check-label {
    cursor: pointer;
    padding-left: 25px;
    position: relative
}

.form-group.is-focused .form-check .form-check-label,
.form-group.is-focused .form-check .form-check-label:focus,
.form-group.is-focused .form-check .form-check-label:hover {
    color: #ed3646
}

fieldset[disabled] .form-group.is-focused .form-check .form-check-label {
    color: #757575
}

.form-check .form-check-label span {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    transition-duration: .2s
}

.form-check .form-check-label .circle {
    border: 1px solid #bdbdbd;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    top: 1px
}

.form-check .form-check-label .circle .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #0946bf
}

.form-check .form-check-input {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.form-check .form-check-input:checked~.check,
.form-check .form-check-input:checked~.circle {
    opacity: 1
}

.form-check .form-check-input:checked~.check {
    background-color: #ed3646
}

.form-check .form-check-input:checked~.circle {
    border-color: #ed3646
}

.form-check .form-check-input:checked .check:before {
    animation: checkboxOn .5s forwards
}

.form-check .form-check-input[disabled]~.check,
.form-check .form-check-input[disabled]~.circle {
    opacity: .26
}

.form-check .form-check-input[disabled]~.check {
    background-color: #757575
}

.form-check .form-check-input[disabled]~.circle {
    border-color: #757575
}

.form-check .form-check-input[disabled]+.circle .check {
    background-color: #bdbdbd
}

.form-check .form-check-sign {
    vertical-align: middle;
    position: relative;
    top: -2px;
    float: left;
    padding-right: 10px;
    display: inline-block
}

.form-check .form-check-label .circle:before {
    display: block;
    position: absolute;
    left: -1px;
    content: "";
    background-color: rgba(0, 0, 0, .84);
    height: 15px;
    width: 15px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    top: -1px;
    -webkit-transform: scale3d(2.3, 2.3, 1);
    -moz-transform: scale3d(2.3, 2.3, 1);
    -o-transform: scale3d(2.3, 2.3, 1);
    -ms-transform: scale3d(2.3, 2.3, 1);
    transform: scale3d(2.3, 2.3, 1)
}

.form-check .form-check-label .form-check-input:checked+.circle:before {
    animation: rippleOn .5s
}

.form-check .form-check-label .form-check-input:checked+.circle .check:before {
    color: #fff;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: checkboxOn .3s forwards
}

.form-check+.form-check {
    margin-top: 0
}

@keyframes checkboxOn {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
    }

    to {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0
    }

    50% {
        opacity: .2
    }

    to {
        opacity: 0
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0
    }

    50% {
        opacity: .2
    }

    to {
        opacity: 0
    }
}

ul.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.social-list li {
    font-weight: 500
}

ul.social-list li a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 10px 30px hsla(0, 0%, 43.9%, .33);
    box-shadow: 0 10px 30px hsla(0, 0%, 43.9%, .33);
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

ul.social-list li a svg {
    color: #757575;
    margin: 0
}

ul.social-list li a:hover {
    background-color: #ed3646
}

ul.social-list li a:hover svg {
    color: #fff
}

ul.social-list li:not(:last-child) {
    margin-right: .6125rem
}

ul.social-list.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.social-list.is-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

ul.social-list.is-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.custom-dropdown {
    position: relative;
    min-width: 160px
}

.custom-dropdown a.dropdown-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    height: 2.65rem;
    line-height: 2.65rem;
    padding: 0 2.5rem 0 .5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.custom-dropdown a.dropdown-link:after {
    content: "arrow_drop_down";
    font-family: Material Icons;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    right: 10px;
    font-size: 22px;
    color: #757575
}

@media only screen and (max-width:1440px) {
    .custom-dropdown a.dropdown-link {
        height: 2.25rem;
        line-height: 2.25rem;
        padding: 0 1.25rem 0 .5rem;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px
    }

    .custom-dropdown a.dropdown-link:after {
        font-size: 18px
    }
}

.custom-dropdown a.dropdown-link.is-border {
    border: 1px solid #bdbdbd
}

.custom-dropdown a.dropdown-link.is-border img {
    width: 32px;
    height: 32px;
    margin-right: .25rem
}

@media only screen and (max-width:1440px) {
    .custom-dropdown a.dropdown-link.is-border img {
        width: 26px;
        height: 26px
    }
}

.custom-dropdown a.dropdown-link.is-icon i {
    color: #fff;
    margin-right: 10px
}

.custom-dropdown a.dropdown-link.is-bg {
    background: #ed3646;
    color: #fff
}

.custom-dropdown a.dropdown-link.is-bg:after,
.custom-dropdown a.dropdown-link.is-bg h3 {
    color: #fff
}

.custom-dropdown a.dropdown-link.is-bg:hover {
    background: #bd1b30
}

.custom-dropdown a.dropdown-link span.span-18 {
    font-weight: 600;
    color: #323132
}

.custom-dropdown a.dropdown-link img {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent
}

@media only screen and (max-width:1440px) {
    .custom-dropdown a.dropdown-link img {
        width: 40px;
        height: 40px
    }
}

.custom-dropdown:hover a.dropdown-link {
    cursor: pointer;
    background: #ffecf0
}

.custom-dropdown:hover a.dropdown-link.is-bg {
    background: #bd1b30
}

.custom-dropdown:hover a.dropdown-link img {
    border: 1px solid #ed3646
}

@media only screen and (max-width:1440px) {
    .custom-dropdown:hover a.dropdown-link img {
        border: .5px solid #ed3646
    }
}

.custom-dropdown.is-option a {
    padding-right: 0
}

.custom-dropdown.is-option a:after {
    display: none
}

.custom-dropdown ul.custom-dropdown-menu {
    display: initial;
    top: 150%;
    min-width: 150px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 1001;
    border: 0 solid #bdbdbd;
    top: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    max-height: 0
}

.custom-dropdown ul.custom-dropdown-menu,
.custom-dropdown ul.custom-dropdown-menu:before {
    position: absolute;
    -webkit-box-shadow: 0 10px 40px rgba(50, 49, 50, .2);
    box-shadow: 0 10px 40px rgba(50, 49, 50, .2)
}

.custom-dropdown ul.custom-dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 10px;
    left: 30px;
    top: -10px
}

.custom-dropdown ul.custom-dropdown-menu.no-arrow {
    top: 105%;
    width: 100%
}

.custom-dropdown ul.custom-dropdown-menu.no-arrow:before {
    display: none
}

@media only screen and (max-width:1440px) {
    .custom-dropdown ul.custom-dropdown-menu {
        min-width: 120px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px
    }

    .custom-dropdown ul.custom-dropdown-menu:before {
        border-width: 0 8px 8px;
        top: -8px
    }
}

.custom-dropdown ul.custom-dropdown-menu li {
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0;
    margin-right: 0 !important
}

.custom-dropdown ul.custom-dropdown-menu li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.custom-dropdown ul.custom-dropdown-menu li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.custom-dropdown ul.custom-dropdown-menu li a {
    color: #323132;
    padding: .5rem 3rem .5rem 1rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    white-space: nowrap
}

.custom-dropdown ul.custom-dropdown-menu li a i,
.custom-dropdown ul.custom-dropdown-menu li a svg {
    margin-right: .6125rem;
    font-size: 1.5rem
}

@media only screen and (max-width:1440px) {

    .custom-dropdown ul.custom-dropdown-menu li a i,
    .custom-dropdown ul.custom-dropdown-menu li a svg {
        font-size: 1.25rem
    }
}

.custom-dropdown ul.custom-dropdown-menu li a:after {
    content: none
}

@media only screen and (max-width:1440px) {
    .custom-dropdown ul.custom-dropdown-menu li a {
        padding: .5rem 2rem .5rem .75rem
    }
}

.custom-dropdown ul.custom-dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.custom-dropdown ul.custom-dropdown-menu li:hover {
    background: #ffecf0;
    cursor: pointer
}

.custom-dropdown ul.custom-dropdown-menu li:hover a i {
    color: #ed3646
}

.custom-dropdown.profile-dropdown a:after {
    display: none
}

.custom-dropdown.profile-dropdown ul.custom-dropdown-menu li:last-child {
    border-top: 1px solid #bdbdbd
}

.custom-dropdown.profile-dropdown ul.custom-dropdown-menu li:last-child a {
    padding: 1rem 3rem 1rem 1rem
}

@media only screen and (max-width:1440px) {
    .custom-dropdown.profile-dropdown ul.custom-dropdown-menu li:last-child a {
        padding: .75rem
    }
}

.custom-dropdown.is-right ul.custom-dropdown-menu {
    right: 0
}

.custom-dropdown.is-right ul.custom-dropdown-menu:after,
.custom-dropdown.is-right ul.custom-dropdown-menu:before {
    right: 10px;
    left: auto
}

.custom-dropdown.is-left ul.custom-dropdown-menu {
    left: 0
}

.custom-dropdown.is-left ul.custom-dropdown-menu:after,
.custom-dropdown.is-left ul.custom-dropdown-menu:before {
    right: 10px;
    left: auto
}

.custom-dropdown.active a.dropdown-link {
    cursor: pointer
}

.custom-dropdown.active a.dropdown-link.is-border {
    background: #ffecf0;
    border: 1px solid #ed3646
}

.custom-dropdown.active a.dropdown-link.is-bg {
    background: #bd1b30
}

.custom-dropdown.active a.dropdown-link img {
    border: 1px solid #ed3646
}

@media only screen and (max-width:1440px) {
    .custom-dropdown.active a.dropdown-link img {
        border: .5px solid #ed3646
    }
}

.custom-dropdown.active ul.custom-dropdown-menu {
    max-height: 200px;
    border: 1px solid #bdbdbd;
    height: auto
}

.custom-dropdown.active ul.custom-dropdown-menu li {
    visibility: visible;
    opacity: 1
}

.custom-dropdown.active ul.custom-dropdown-menu li:hover {
    background: #ffecf0
}

.custom-dropdown.active ul.custom-dropdown-menu li:hover span {
    font-weight: 600;
    color: #323132
}

.custom-dropdown.active ul.custom-dropdown-menu li:hover i {
    color: #ed3646
}

.custom-select {
    position: relative;
    min-width: 70px;
    width: 100%
}

.custom-select .search {
    position: relative;
    max-width: 94%;
    margin: .6125rem auto 0
}

.custom-select p {
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.custom-select p.selected-item {
    border: 1px solid #e2e2e2;
    height: 2.65rem;
    padding: 0 1.5rem 0 1rem;
    text-transform: capitalize;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    color: #323132;
    background-color: #fff;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1440px) {
    .custom-select p.selected-item {
        height: 2.25rem;
        padding: 0 1.25rem 0 .875rem
    }
}

.custom-select p.selected-item span {
    font-weight: 400;
    padding-right: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.custom-select p.selected-item i {
    margin-right: .5rem
}

.custom-select p.selected-item:after {
    content: "arrow_drop_down";
    font-family: Material Icons;
    position: absolute;
    text-transform: none;
    right: .5rem;
    top: 0;
    font-size: 22px;
    color: #757575;
    z-index: 99;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1440px) {
    .custom-select p.selected-item:after {
        font-size: 18px;
        top: -1px;
        font-size: 16px
    }
}

.custom-select .select-list {
    min-width: 120px;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    max-height: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.custom-select .select-list::-webkit-scrollbar {
    width: 4px;
    background: #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.custom-select .select-list::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.custom-select .select-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #c9c9c9
}

.custom-select .select-list.sm-length {
    overflow-y: initial
}

.custom-select .select-list li {
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: .35rem .6125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid transparent;
    margin-bottom: 0
}

.custom-select .select-list li label,
.custom-select .select-list li span {
    font-weight: 400;
    text-transform: capitalize;
    color: #323132
}

.custom-select .select-list li i {
    font-weight: 400;
    font-size: 1.2rem;
    max-width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px;
    line-height: 1
}

@media only screen and (max-width:1440px) {
    .custom-select .select-list li i {
        font-size: 1rem
    }
}

.custom-select .select-list li img {
    max-width: 14px
}

.custom-select .select-list.multiple-select li {
    padding: .5rem
}

.custom-select .select-list.multiple-select li.custom-checkbox {
    width: 100%
}

.custom-select .select-list.multiple-select li.custom-checkbox label {
    width: 100%;
    margin-bottom: 0
}

.custom-select .select-list.right-dropdown {
    right: 0
}

.custom-select .select-list.left-dropdown {
    left: 0
}

.custom-select:hover p.selected-item {
    background: #ffecf0
}

.custom-select.is-bg p {
    background: #f4f4f4
}

.custom-select.show-dropdown p.selected-item {
    border-color: #ed3646;
    background: #ffecf0
}

.custom-select.show-dropdown p.selected-item:after {
    content: "arrow_drop_up"
}

.custom-select.show-dropdown .select-list {
    max-height: 200px;
    height: auto
}

.custom-select.show-dropdown .select-list.sm-length {
    max-height: 100px
}

.custom-select.show-dropdown .select-list li {
    visibility: visible;
    opacity: 1
}

.custom-select.show-dropdown .select-list li:hover {
    background: #ffecf0
}

.custom-select.show-dropdown .select-list li:hover span {
    color: #323132
}

.custom-select.show-dropdown .select-list li:hover i {
    color: #0946bf
}

.custom-select.is-disable p.selected-item {
    color: #323132;
    opacity: .5;
    cursor: not-allowed
}

.custom-select.is-disable.show-dropdown p.selected-item,
.custom-select.is-disable p:hover {
    background: #fff
}

.custom-select.is-disable.show-dropdown p.selected-item:after {
    content: "expand_more"
}

.custom-select.is-disable.show-dropdown .select-list {
    display: none
}

.custom-select.is-sm p.selected-item {
    height: 2.5rem;
    line-height: 2.5rem
}

@media only screen and (max-width:1440px) {
    .custom-select.is-sm p.selected-item {
        height: 2rem;
        line-height: 2rem;
        font-size: .685rem
    }
}

@media only screen and (max-width:1440px) {
    .custom-select.is-sm .select-list li {
        font-size: .685rem
    }
}

.range-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 0 0 180px
}

@media only screen and (max-width:1440px) {
    .range-wrap {
        flex: 0 0 150px
    }
}

.range {
    position: relative
}

.range .bar {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 15px;
    width: 100%;
    height: 3px;
    background: #e7e7e7;
    overflow: hidden
}

@media only screen and (max-width:1440px) {
    .range .bar {
        top: 10px;
        height: 2px
    }
}

.range .bar .fill {
    display: block;
    width: 50%;
    height: 100%;
    background: #0946bf
}

.range .slider {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    width: 100%;
    height: 0 !important;
    outline: none;
    background: transparent
}

.range .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    background: #fff;
    border: .5px solid #757575;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: all .4s ease
}

.range .slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 4px hsla(0, 0%, 74.1%, .6)
}

.range .slider::-webkit-slider-thumb:active {
    box-shadow: 0 0 0 8px hsla(0, 0%, 74.1%, .4)
}

@media only screen and (max-width:1440px) {
    .range .slider::-webkit-slider-thumb {
        width: 15px;
        height: 15px
    }
}

@media only screen and (max-width:1440px) {
    .range .slider {
        top: -2px
    }
}

.range-index {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    background: #f4f4f4;
    color: #323132;
    text-align: center
}

@media only screen and (max-width:1440px) {
    .range-index {
        width: 40px;
        height: 35px;
        line-height: 35px;
        font-size: .685rem
    }
}

.zite-progress {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    border-radius: .25rem;
    background-color: #bdbdbd
}

.zite-progress,
.zite-progress .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zite-progress .progress-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    -ms-transition: width .6s ease;
    transition: width .6s ease;
    height: 100%
}

.zite-progress .progress-bar.open {
    background-color: #0946bf
}

.zite-progress .progress-bar.flagged {
    background-color: #ff9157
}

.zite-progress .progress-bar.approved {
    background-color: #0946bf
}

.zite-progress .progress-bar.rejected {
    background-color: red
}

.zite-progress .progress-bar:last-child {
    border-radius: 0 .25rem .25rem 0
}

.zite-progress .progress-bar:first-child {
    border-radius: .25rem 0 0 .25rem
}

.clear-icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer
}

.clear-icon,
.clear-icon i {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.clear-icon i {
    color: #bdbdbd
}

.clear-icon:hover {
    border-color: #ed3646
}

.clear-icon:hover i {
    color: #ed3646
}

.form-card {
    background-color: #fff
}

.form-card .form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem
}

.form-card .form-header h5 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.form-card .form-body {
    padding: 1rem 2rem 2rem
}

.form-card .form-body .upload {
    position: relative;
    padding: 2rem;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-card .form-body .upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 99
}

.form-card .form-body .upload label {
    display: initial;
    text-align: center;
    text-transform: capitalize
}

.form-card .form-body .upload label .upload-icon {
    margin-bottom: 1rem
}

.form-card .form-body .upload label .upload-text b {
    font-size: .875rem;
    font-weight: 600
}

.form-card .form-body .upload label .upload-text p {
    margin: 0;
    font-size: .775rem;
    color: #757575
}

.form-card .form-body .upload label .upload-text p a {
    color: #0946bf;
    font-weight: 600
}

.form-card .form-body .map {
    min-height: 240px
}

.form-card .form-body .map-input {
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-card .form-body .map-input .form-group {
    width: 100%
}

.form-card .form-body .map-input .form-group label {
    text-transform: capitalize
}

.form-card .form-body .privacy {
    text-align: center
}

.form-card .form-body .privacy .custom-checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-card .form-body .privacy .custom-checkbox label {
    text-transform: none
}

.form-card .form-body .privacy a {
    text-decoration: underline;
    margin-left: .5rem
}

[tooltip] {
    position: relative;
    overflow: initial
}

[tooltip]:after,
[tooltip]:before {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 1011
}

[tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001
}

[tooltip]:after {
    content: attr(tooltip);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: Noto Sans, sans-serif;
    text-align: center;
    font-size: .775rem;
    min-width: 3em;
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, .35);
    background: #323132;
    color: #fff;
    z-index: 1000
}

[tooltip]:hover:after,
[tooltip]:hover:before {
    display: block
}

[tooltip=""]:after,
[tooltip=""]:before {
    display: none !important
}

[tooltip]:not([flow]):before,
[tooltip][flow^=up]:before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #323132
}

[tooltip]:not([flow]):after,
[tooltip][flow^=up]:after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow]):after,
[tooltip]:not([flow]):before,
[tooltip][flow^=up]:after,
[tooltip][flow^=up]:before {
    left: 50%;
    transform: translate(-50%, -.5em)
}

[tooltip][flow^=down]:before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #323132
}

[tooltip][flow^=down]:after {
    top: calc(100% + 5px)
}

[tooltip][flow^=down]:after,
[tooltip][flow^=down]:before {
    left: 50%;
    transform: translate(-50%, .5em)
}

[tooltip][flow^=left]:before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #323132;
    left: -5px;
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=left]:after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=right]:before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #323132;
    right: -5px;
    transform: translate(.5em, -50%)
}

[tooltip][flow^=right]:after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translateY(-50%)
    }
}

[tooltip]:not([flow]):hover:after,
[tooltip]:not([flow]):hover:before,
[tooltip][flow^=down]:hover:after,
[tooltip][flow^=down]:hover:before,
[tooltip][flow^=up]:hover:after,
[tooltip][flow^=up]:hover:before {
    animation: tooltips-vert .3s ease-out forwards
}

[tooltip][flow^=left]:hover:after,
[tooltip][flow^=left]:hover:before,
[tooltip][flow^=right]:hover:after,
[tooltip][flow^=right]:hover:before {
    animation: tooltips-horz .3s ease-out forwards
}

ul {
    margin: 0
}

ul.list li {
    padding: .5rem .6125rem;
    color: #323132;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #bdbdbd
}

ul.list li:not(:last-child) {
    margin-bottom: 10px
}

ul.list li figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    margin: 0
}

ul.list li figure img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

ul.list li .circle-icon i {
    font-size: 1rem
}

ul.list li .list-content {
    font-size: .9125rem;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

@media only screen and (max-width:1440px) {
    ul.list li .list-content {
        font-size: .8125rem
    }
}

ul.list li .list-content p a {
    font-weight: 600;
    color: #323132
}

ul.list li .list-content time {
    color: #757575;
    display: block;
    margin-top: .5rem
}

ul.list li .list-content a.phone-number {
    font-weight: 600;
    color: #0946bf;
    font-size: .875rem
}

ul.list li .list-content span.citizen {
    margin-left: .5rem
}

ul.list li .list-content span span {
    margin: 0 .25rem
}

ul.list li.is-icons li i {
    font-size: 20px;
    margin-right: 15px
}

ul.list li:hover a,
ul.list li:hover i {
    color: #0946bf
}

ul.list.no-border {
    border: 0
}

ul.list.is-border {
    border: 1px solid #bdbdbd
}

ul.list.is-center li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.list.is-start li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

ul.list.is-between li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

ul.address {
    margin-top: 1rem
}

ul.address li {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #323132;
    padding: .25rem 0;
    font-size: .9125rem
}

@media only screen and (max-width:1440px) {
    ul.address li {
        font-size: .8125rem
    }
}

ul.address li i {
    color: #0946bf;
    margin-right: .6125rem
}

ul.address.inline-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0
}

ul.address.inline-address li:not(:last-child) {
    margin-right: 2rem
}

ul.is-checkbox .custom-checkbox {
    width: 100%;
    margin: 0
}

ul.is-checkbox .check-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1
}

ul.is-checkbox .check-content b {
    text-transform: capitalize
}

ul.is-checkbox li:focus-within,
ul.is-checkbox li:hover {
    background-color: #6d84da
}

.inline-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inline-row.is-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.inline-row.is-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.inline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inline-item .cricle-icon,
.inline-item .square-icon {
    margin-right: 1rem
}

.inline-item .inline-text h3 {
    font-size: 1.8rem;
    margin: 0
}

@media only screen and (max-width:1440px) {
    .inline-item .inline-text h3 {
        font-size: 1.5rem
    }
}

.inline-item .inline-text span {
    text-transform: capitalize
}

.inline-item:not(:last-child) {
    margin-right: .6125rem
}

ul.demo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.demo-list li a {
    display: block;
    position: relative;
    padding: 10px
}

@media only screen and (max-width:1440px) {
    ul.demo-list li a {
        width: 120px
    }
}

ul.demo-list li a img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

ul.demo-list li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

ul.demo-list li:not(:last-child) {
    margin-right: 2rem
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .social-list {
        margin-bottom: 10px
    }
}

.social-list a {
    display: inline-block
}

.social-list a:not(:last-child) {
    margin-right: 1rem
}

.social-list a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.social-list a img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    width: 15px;
    height: 15px
}

@media only screen and (max-width:1440px) {
    .social-list a img {
        width: 13px;
        height: 13px
    }
}

.pdf-content ul.list li {
    border-color: #e0e0e0
}

.pdf-content ul.list li .list-content {
    padding-right: 2rem
}

.slider {
    position: relative;
    margin-bottom: 0 !important
}

.slider .slick-dots {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: circle;
    bottom: -38px
}

.slider .slick-dots li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ed3646
}

.slider .slick-dots li.slick-active {
    background: #dc1425;
    -webkit-box-shadow: 0 0 10px 1px #ffecf0;
    box-shadow: 0 0 10px 1px #ffecf0
}

.slider .slick-next,
.slider .slick-prev {
    top: 50%;
    position: absolute !important;
    z-index: 11;
    width: 30px;
    height: 60px;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width:1560px) {

    .slider .slick-next,
    .slider .slick-prev {
        width: 20px
    }
}

.slider .slick-next:before,
.slider .slick-prev:before {
    font-family: Material Icons;
    font-size: 30px;
    color: #0946bf
}

@media only screen and (max-width:1560px) {

    .slider .slick-next:before,
    .slider .slick-prev:before {
        font-size: 20px
    }
}

.slider .slick-next:hover:before,
.slider .slick-prev:hover:before {
    color: #ed3646
}

.slider .slick-prev {
    left: 0
}

.slider .slick-prev:before {
    content: "keyboard_arrow_left"
}

.slider .slick-next {
    right: 0
}

.slider .slick-next:before {
    content: "keyboard_arrow_right"
}

.slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.parallax-container:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-blend-mode: multiply
}

.parallax-container.is-testimonial:after {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-color: #f4f4f4
}

.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 22px;
    min-height: 22px;
    line-height: 20px;
    color: #757575;
    cursor: pointer;
    transition: all .4s ease-in-out;
    margin-right: 5px;
    transform: scale(1);
    border-radius: 5px
}

.badge:hover {
    transform: scale(1.1)
}

.badge.is-bg {
    background: #ed3646;
    color: #fff;
    border-radius: 50%
}

.badge.is-label {
    background: #ffecf0;
    border-radius: 5px;
    color: #fff;
    padding: 0 6px
}

.badge.is-label span {
    margin-left: 3px
}

.fixed-action-btn .scroll-top {
    position: fixed;
    right: 40px;
    bottom: -20%;
    margin-bottom: 0;
    z-index: 997;
    padding: 15px;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #ed3646;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1019607843);
    color: #0946bf
}

@media only screen and (max-width:1560px) {
    .fixed-action-btn .scroll-top {
        padding: 12px
    }

    .fixed-action-btn .scroll-top i {
        font-size: 20px
    }
}

.fixed-action-btn .scroll-top:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 4px 7px rgba(0, 0, 0, .1019607843)
}

.fixed-action-btn .scroll-top:hover i {
    color: #0946bf
}

.fixed-action-btn .scroll-top.open {
    bottom: 5%
}

.fixed-action-btn.is-shadow .scroll-top {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1019607843)
}

.fixed-action-btn.is-shadow .scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, rgba(51, 51, 51, .25) 0, rgba(51, 51, 51, 0) 80%)
}

.fixed-action-btn.is-shadow .scroll-top:hover {
    background: rgba(255, 171, 0, .6)
}

.popup-chat {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 11111
}

@media only screen and (max-width:1440px) {
    .popup-chat {
        bottom: 2rem;
        right: 2rem
    }
}

.popup-chat .popup-chat-link {
    position: relative;
    width: 65px;
    height: 65px;
    background: #0946bf;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1019607843);
    -webkit-animation: opacity .4s ease;
    animation: opacity .4s ease
}

.popup-chat .popup-chat-link img {
    max-width: 35px
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chat-link {
        width: 50px;
        height: 50px
    }

    .popup-chat .popup-chat-link img {
        max-width: 25px
    }
}

.popup-chat .popup-chat-link span.view-chatbox {
    line-height: 0;
    display: none
}

.popup-chat .popup-chat-link span.view-chatbox i {
    color: #fff
}

@media only screen and (max-width:991px) {
    .popup-chat .popup-chat-link span.view-chatbox i {
        font-size: 18px
    }
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chat-link span.view-chatbox i {
        font-size: 16px
    }
}

.popup-chat .popup-chat-link.active span.view-chatbox {
    display: block
}

.popup-chat .popup-chat-link.active img {
    display: none
}

.popup-chat .popup-chatbox {
    -webkit-animation: opacity .8s ease;
    animation: opacity .8s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1019607843);
    width: 350px;
    display: none;
    position: absolute;
    bottom: 76px;
    right: 0
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox {
        width: 290px;
        bottom: 58px
    }
}

.popup-chat .popup-chatbox .chatbox-header {
    background: #0946bf;
    padding: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.popup-chat .popup-chatbox .chatbox-header span.title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 20px;
    display: block
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-header span.title {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.popup-chat .popup-chatbox .chatbox-header p {
    color: #fff
}

.popup-chat .popup-chatbox .chatbox-header .chat-list {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-header .chat-list {
        margin: 15px 0
    }
}

.popup-chat .popup-chatbox .chatbox-header .chat-list .user:first-child figure {
    padding: 4px
}

.popup-chat .popup-chatbox .chatbox-header .chat-list .user:not(:last-child) {
    margin-right: 30px
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-header .chat-list .user:not(:last-child) {
        margin-right: 15px
    }
}

.popup-chat .popup-chatbox .chatbox-header .chat-list .user figure {
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.popup-chat .popup-chatbox .chatbox-header .chat-list .user figure img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-header .chat-list .user figure {
        width: 45px;
        height: 45px
    }
}

.popup-chat .popup-chatbox .chatbox-header .chat-list .user span.name {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 6px;
    text-align: center;
    font-weight: 500
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-header .chat-list .user span.name {
        font-size: 9px;
        margin-top: 4px
    }
}

.popup-chat .popup-chatbox .chatbox-scrollbody {
    border: 1px solid #bdbdbd;
    height: 250px;
    overflow-y: scroll;
    background: #f4f4f4;
    padding: 25px
}

.popup-chat .popup-chatbox .chatbox-scrollbody::-webkit-scrollbar {
    width: 7px
}

.popup-chat .popup-chatbox .chatbox-scrollbody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #c9c9c9
}

.popup-chat .popup-chatbox .chatbox-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-footer {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 5px 25px
    }
}

.popup-chat .popup-chatbox .chatbox-footer input.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    padding: 0
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-footer input.form-control {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.popup-chat .popup-chatbox .chatbox-footer input.form-control:focus {
    border-color: none;
    color: none
}

.popup-chat .popup-chatbox .chatbox-footer input.form-control:focus::placeholder {
    color: none
}

.popup-chat .popup-chatbox .chatbox-footer input.form-control:hover {
    box-shadow: 0 0 0 0 transparent !important
}

.popup-chat .popup-chatbox .chatbox-footer .icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-chat .popup-chatbox .chatbox-footer .icons-wrap a {
    line-height: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.popup-chat .popup-chatbox .chatbox-footer .icons-wrap a:not(:last-child) {
    margin-right: 5px
}

.popup-chat .popup-chatbox .chatbox-footer .icons-wrap a i {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (max-width:1440px) {
    .popup-chat .popup-chatbox .chatbox-footer .icons-wrap a i {
        font-size: 16px;
        line-height: 20px
    }
}

.popup-chat .popup-chatbox .chatbox-footer .icons-wrap a.active,
.popup-chat .popup-chatbox .chatbox-footer .icons-wrap a.active i,
.popup-chat .popup-chatbox .chatbox-footer .icons-wrap a:hover,
.popup-chat .popup-chatbox .chatbox-footer .icons-wrap a:hover i {
    color: #ed3646
}

.popup-chat .popup-chatbox.active {
    display: block;
    -webkit-animation: opacity .8s ease;
    animation: opacity .8s ease
}

.link-border-anim {
    position: relative
}

.link-border-anim:after {
    content: " ";
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 0;
    height: 1.5px;
    background: #ffecf0;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.link-border-anim:hover:after {
    width: 100%
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:576px) {

    .container,
    .container-sm {
        width: calc(100vw - 2em)
    }
}

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row.row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.grid,
.no-gutters>[class*=grid-] {
    padding-right: 0;
    padding-left: 0
}

.grid,
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-auto,
.grid-lg,
.grid-lg-1,
.grid-lg-2,
.grid-lg-3,
.grid-lg-4,
.grid-lg-5,
.grid-lg-6,
.grid-lg-7,
.grid-lg-8,
.grid-lg-9,
.grid-lg-10,
.grid-lg-11,
.grid-lg-12,
.grid-lg-auto,
.grid-md,
.grid-md-1,
.grid-md-2,
.grid-md-3,
.grid-md-4,
.grid-md-5,
.grid-md-6,
.grid-md-7,
.grid-md-8,
.grid-md-9,
.grid-md-10,
.grid-md-11,
.grid-md-12,
.grid-md-auto,
.grid-sm,
.grid-sm-1,
.grid-sm-2,
.grid-sm-3,
.grid-sm-4,
.grid-sm-5,
.grid-sm-6,
.grid-sm-7,
.grid-sm-8,
.grid-sm-9,
.grid-sm-10,
.grid-sm-11,
.grid-sm-12,
.grid-sm-auto,
.grid-xl,
.grid-xl-1,
.grid-xl-2,
.grid-xl-3,
.grid-xl-4,
.grid-xl-5,
.grid-xl-6,
.grid-xl-7,
.grid-xl-8,
.grid-xl-9,
.grid-xl-10,
.grid-xl-11,
.grid-xl-12,
.grid-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.grid {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-grids-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-grids-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-grids-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-grids-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-grids-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-grids-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.grid-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.grid-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.grid-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.grid-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.grid-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.grid-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.grid-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.grid-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.grid-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.grid-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.grid-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.grid-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.grid-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.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width:576px) {
    .grid-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-grids-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-grids-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-grids-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-grids-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-grids-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-grids-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .grid-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .grid-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .grid-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .grid-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .grid-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .grid-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .grid-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .grid-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .grid-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .grid-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .grid-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.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .grid-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-grids-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-grids-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-grids-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-grids-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-grids-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-grids-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .grid-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .grid-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .grid-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .grid-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .grid-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .grid-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .grid-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .grid-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .grid-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .grid-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .grid-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.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .grid-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-grids-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-grids-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-grids-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-grids-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-grids-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-grids-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .grid-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .grid-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .grid-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .grid-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .grid-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .grid-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .grid-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .grid-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .grid-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .grid-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .grid-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.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .grid-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-grids-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-grids-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-grids-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-grids-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-grids-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-grids-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .grid-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .grid-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .grid-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .grid-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .grid-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .grid-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .grid-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .grid-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .grid-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .grid-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .grid-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .grid-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.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.row.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.min-width-activities {
    width: 467px
}

.min-width-assignment {
    width: 340px
}

@media(min-width:1200px) {
    .grid-74 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .grid-26 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .grid-70 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .grid-30 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media(min-width:1500px) {
    .grid-74 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .grid-26 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .grid-70 {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%
    }

    .grid-30 {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%
    }
}

@media(min-width:1680px) {
    .grid-74 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%
    }

    .grid-26 {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%
    }

    .grid-70 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .grid-30 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

.popup,
.window-popup {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 11111;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.popup .popup-container,
.window-popup .popup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 2rem
}

.popup .popup-container.m-0,
.window-popup .popup-container.m-0 {
    margin: 0
}

.popup .popup-container .popup-body,
.window-popup .popup-container .popup-body {
    max-width: 800px;
    width: 100%;
    min-width: 800px;
    max-height: calc(100vh - 32px);
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #fff;
    position: relative;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

@media only screen and (max-width:1560px) {

    .popup .popup-container .popup-body,
    .window-popup .popup-container .popup-body {
        max-width: 700px;
        min-width: 700px
    }
}

@media only screen and (max-width:1440px) {

    .popup .popup-container .popup-body,
    .window-popup .popup-container .popup-body {
        max-width: 576px;
        min-width: 576px
    }
}

@media only screen and (max-width:576px) {

    .popup .popup-container .popup-body,
    .window-popup .popup-container .popup-body {
        max-width: 360px;
        min-width: 360px
    }
}

@media only screen and (max-width:480px) {

    .popup .popup-container .popup-body,
    .window-popup .popup-container .popup-body {
        max-width: 300px;
        min-width: 300px
    }
}

.popup .popup-container .popup-body span.close-icon,
.window-popup .popup-container .popup-body span.close-icon {
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 2;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0 solid #bdbdbd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.popup .popup-container .popup-body span.close-icon:hover,
.window-popup .popup-container .popup-body span.close-icon:hover {
    color: #ed3646
}

.popup .popup-container .popup-body span.close-icon i,
.window-popup .popup-container .popup-body span.close-icon i {
    font-size: 20px
}

@media only screen and (max-width:1440px) {

    .popup .popup-container .popup-body span.close-icon,
    .window-popup .popup-container .popup-body span.close-icon {
        width: 25px;
        height: 25px
    }

    .popup .popup-container .popup-body span.close-icon i,
    .window-popup .popup-container .popup-body span.close-icon i {
        font-size: 18px
    }
}

.popup .popup-container .popup-body .popup-header,
.window-popup .popup-container .popup-body .popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 2.5rem 2rem 0
}

.popup .popup-container .popup-body .popup-header h3,
.window-popup .popup-container .popup-body .popup-header h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .0125em;
    text-transform: capitalize
}

@media only screen and (max-width:1560px) {

    .popup .popup-container .popup-body .popup-header h3,
    .window-popup .popup-container .popup-body .popup-header h3 {
        font-size: 1.125rem;
        line-height: 1rem
    }
}

.popup .popup-container .popup-body .popup-header.no-flex,
.window-popup .popup-container .popup-body .popup-header.no-flex {
    display: initial
}

.popup .popup-container .popup-body .popup-content,
.window-popup .popup-container .popup-body .popup-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0;
    padding: 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.popup .popup-container .popup-body .popup-content.pd-0,
.window-popup .popup-container .popup-body .popup-content.pd-0 {
    padding: 0
}

@media only screen and (max-width:1440px) {

    .popup .popup-container .popup-body .popup-content,
    .window-popup .popup-container .popup-body .popup-content {
        padding: 1rem
    }
}

.popup .popup-container .popup-body .popup-content::-webkit-scrollbar,
.window-popup .popup-container .popup-body .popup-content::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.popup .popup-container .popup-body .popup-content::-webkit-scrollbar-track,
.window-popup .popup-container .popup-body .popup-content::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.popup .popup-container .popup-body .popup-content::-webkit-scrollbar-thumb,
.window-popup .popup-container .popup-body .popup-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #c9c9c9
}

.popup .popup-container .popup-body .popup-footer,
.window-popup .popup-container .popup-body .popup-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 0 2rem 2.5rem
}

.popup .popup-container.lg-popup .popup-body,
.window-popup .popup-container.lg-popup .popup-body {
    position: relative;
    padding: 2rem;
    max-width: 991px;
    width: 100%;
    min-width: 991px
}

.popup .popup-container.lg-popup .popup-body span.close-icon,
.window-popup .popup-container.lg-popup .popup-body span.close-icon {
    right: 1.5rem;
    top: 1.5rem
}

@media only screen and (max-width:1560px) {

    .popup .popup-container.lg-popup .popup-body,
    .window-popup .popup-container.lg-popup .popup-body {
        padding: 1rem;
        min-width: 800px;
        max-width: 800px
    }

    .popup .popup-container.lg-popup .popup-body span.close-icon,
    .window-popup .popup-container.lg-popup .popup-body span.close-icon {
        right: 1rem;
        top: 1rem
    }
}

@media only screen and (max-width:1024px) {

    .popup .popup-container.lg-popup .popup-body,
    .window-popup .popup-container.lg-popup .popup-body {
        max-width: 768px;
        min-width: 768px
    }
}

@media only screen and (max-width:768px) {

    .popup .popup-container.lg-popup .popup-body,
    .window-popup .popup-container.lg-popup .popup-body {
        max-width: 576px;
        min-width: 576px
    }
}

@media only screen and (max-width:576px) {

    .popup .popup-container.lg-popup .popup-body,
    .window-popup .popup-container.lg-popup .popup-body {
        max-width: 360px;
        min-width: 360px
    }
}

@media only screen and (max-width:480px) {

    .popup .popup-container.lg-popup .popup-body,
    .window-popup .popup-container.lg-popup .popup-body {
        max-width: 300px;
        min-width: 300px
    }
}

.popup .popup-container.xl-popup .popup-body,
.window-popup .popup-container.xl-popup .popup-body {
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    width: 100%;
    min-width: 1200px
}

@media only screen and (max-width:1560px) {

    .popup .popup-container.xl-popup .popup-body,
    .window-popup .popup-container.xl-popup .popup-body {
        max-width: 1000px;
        min-width: 1000px
    }
}

@media only screen and (max-width:1440px) {

    .popup .popup-container.xl-popup .popup-body,
    .window-popup .popup-container.xl-popup .popup-body {
        max-width: 900px;
        min-width: 900px
    }
}

@media only screen and (max-width:1024px) {

    .popup .popup-container.xl-popup .popup-body,
    .window-popup .popup-container.xl-popup .popup-body {
        max-width: 768px;
        min-width: 768px
    }
}

@media only screen and (max-width:768px) {

    .popup .popup-container.xl-popup .popup-body,
    .window-popup .popup-container.xl-popup .popup-body {
        max-width: 576px;
        min-width: 576px
    }
}

@media only screen and (max-width:576px) {

    .popup .popup-container.xl-popup .popup-body,
    .window-popup .popup-container.xl-popup .popup-body {
        max-width: 360px;
        min-width: 360px
    }
}

@media only screen and (max-width:480px) {

    .popup .popup-container.xl-popup .popup-body,
    .window-popup .popup-container.xl-popup .popup-body {
        max-width: 300px;
        min-width: 300px
    }
}

.popup .popup-container.xl-popup .popup-body .popup-content,
.window-popup .popup-container.xl-popup .popup-body .popup-content {
    padding: 0
}

.popup .popup-container.pdf-popup-container .popup-body .custom-tab ul.tab-list,
.window-popup .popup-container.pdf-popup-container .popup-body .custom-tab ul.tab-list {
    padding: 1rem
}

.popup .popup-container.pdf-popup-container .popup-body .popup-content,
.window-popup .popup-container.pdf-popup-container .popup-body .popup-content {
    padding: 0
}

.popup.popup_layers .popup-container .popup-body .popup-content,
.popup.popup_upload .popup-container .popup-body .popup-content,
.window-popup.popup_layers .popup-container .popup-body .popup-content,
.window-popup.popup_upload .popup-container .popup-body .popup-content {
    margin-left: 20px
}

@media only screen and (max-width:991px) {

    .popup.popup_layers .popup-container .popup-body .popup-content,
    .popup.popup_upload .popup-container .popup-body .popup-content,
    .window-popup.popup_layers .popup-container .popup-body .popup-content,
    .window-popup.popup_upload .popup-container .popup-body .popup-content {
        margin-left: 0
    }
}

.popup.popup_layers .popup-container .popup-body .popup-content .add-layer,
.popup.popup_upload .popup-container .popup-body .popup-content .add-layer,
.window-popup.popup_layers .popup-container .popup-body .popup-content .add-layer,
.window-popup.popup_upload .popup-container .popup-body .popup-content .add-layer {
    margin-bottom: 20px
}

.popup.popup_layers .popup-container .popup-body .popup-content .add-layer span.title,
.popup.popup_upload .popup-container .popup-body .popup-content .add-layer span.title,
.window-popup.popup_layers .popup-container .popup-body .popup-content .add-layer span.title,
.window-popup.popup_upload .popup-container .popup-body .popup-content .add-layer span.title {
    display: block;
    color: #323132;
    font-weight: 600;
    margin-bottom: 20px
}

.popup.popup_layers .popup-container .popup-body .popup-footer,
.popup.popup_upload .popup-container .popup-body .popup-footer,
.window-popup.popup_layers .popup-container .popup-body .popup-footer,
.window-popup.popup_upload .popup-container .popup-body .popup-footer {
    margin-left: 20px
}

@media only screen and (max-width:991px) {

    .popup.popup_layers .popup-container .popup-body .popup-footer,
    .popup.popup_upload .popup-container .popup-body .popup-footer,
    .window-popup.popup_layers .popup-container .popup-body .popup-footer,
    .window-popup.popup_upload .popup-container .popup-body .popup-footer {
        margin-left: 0
    }
}

.popup.popup_layers .upload-section,
.popup.popup_upload .upload-section,
.window-popup.popup_layers .upload-section,
.window-popup.popup_upload .upload-section {
    margin-bottom: 50px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px dashed #c9c9c9;
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (max-width:1560px) {

    .popup.popup_layers .upload-section,
    .popup.popup_upload .upload-section,
    .window-popup.popup_layers .upload-section,
    .window-popup.popup_upload .upload-section {
        margin-bottom: 40px;
        height: 215px
    }
}

.popup.popup_layers .upload-section .content,
.popup.popup_upload .upload-section .content,
.window-popup.popup_layers .upload-section .content,
.window-popup.popup_upload .upload-section .content {
    text-align: center
}

.popup.popup_layers .upload-section .content a,
.popup.popup_upload .upload-section .content a,
.window-popup.popup_layers .upload-section .content a,
.window-popup.popup_upload .upload-section .content a {
    display: inline-block;
    margin-bottom: 15px
}

.popup.popup_layers .upload-section .content a i,
.popup.popup_upload .upload-section .content a i,
.window-popup.popup_layers .upload-section .content a i,
.window-popup.popup_upload .upload-section .content a i {
    font-size: 45px;
    color: #f5f5f5
}

@media only screen and (max-width:1560px) {

    .popup.popup_layers .upload-section .content a,
    .popup.popup_upload .upload-section .content a,
    .window-popup.popup_layers .upload-section .content a,
    .window-popup.popup_upload .upload-section .content a {
        margin-bottom: 10px
    }

    .popup.popup_layers .upload-section .content a i,
    .popup.popup_upload .upload-section .content a i,
    .window-popup.popup_layers .upload-section .content a i,
    .window-popup.popup_upload .upload-section .content a i {
        font-size: 35px
    }
}

@media only screen and (max-width:1440px) {

    .popup.popup_layers .upload-section .content a i,
    .popup.popup_upload .upload-section .content a i,
    .window-popup.popup_layers .upload-section .content a i,
    .window-popup.popup_upload .upload-section .content a i {
        font-size: 28px
    }
}

.popup.popup_layers .upload-section .content h2,
.popup.popup_upload .upload-section .content h2,
.window-popup.popup_layers .upload-section .content h2,
.window-popup.popup_upload .upload-section .content h2 {
    margin-bottom: 15px;
    font-weight: 600
}

@media only screen and (max-width:1560px) {

    .popup.popup_layers .upload-section .content h2,
    .popup.popup_upload .upload-section .content h2,
    .window-popup.popup_layers .upload-section .content h2,
    .window-popup.popup_upload .upload-section .content h2 {
        margin-bottom: 10px
    }
}

.popup.popup_layers .upload-section .content span.para,
.popup.popup_upload .upload-section .content span.para,
.window-popup.popup_layers .upload-section .content span.para,
.window-popup.popup_upload .upload-section .content span.para {
    max-width: 220px;
    margin: 0 auto;
    display: inline-block;
    line-height: 8px
}

.popup.popup_layers .upload-section .content span.para a,
.popup.popup_upload .upload-section .content span.para a,
.window-popup.popup_layers .upload-section .content span.para a,
.window-popup.popup_upload .upload-section .content span.para a {
    color: #0946bf
}

.popup.popup_layers .upload-section .content span.para a:hover,
.popup.popup_upload .upload-section .content span.para a:hover,
.window-popup.popup_layers .upload-section .content span.para a:hover,
.window-popup.popup_upload .upload-section .content span.para a:hover {
    color: #ed3646
}

.popup.popup_upload,
.window-popup.popup_upload {
    z-index: 111111
}

.popup.open,
.window-popup.open {
    opacity: 1;
    visibility: visible
}

.popup.open .popup-container .popup-body,
.window-popup.open .popup-container .popup-body {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100)
}

.main-navigation ul.menu-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.main-navigation ul.menu-collapse li {
    position: relative
}

.main-navigation ul.menu-collapse li a {
    color: #757575;
    padding: 1rem 1.5rem;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: capitalize;
    color: #323132
}

@media only screen and (max-width:1560px) {
    .main-navigation ul.menu-collapse li a {
        padding: .75rem 1rem
    }
}

.main-navigation ul.menu-collapse li.active a,
.main-navigation ul.menu-collapse li.active a i,
.main-navigation ul.menu-collapse li.active a svg,
.main-navigation ul.menu-collapse li:hover a,
.main-navigation ul.menu-collapse li:hover a i,
.main-navigation ul.menu-collapse li:hover a svg {
    color: #0946bf
}

.main-navigation ul.menu-collapse li.is-submenu a {
    padding-right: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-navigation ul.menu-collapse li.is-submenu a:after {
    content: "arrow_drop_down";
    font-family: Material Icons;
    font-size: .875rem;
    font-weight: 900;
    text-transform: none;
    margin-left: .6125rem;
    margin-right: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .1s ease-in-out;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.main-navigation ul.menu-collapse li.is-submenu a i,
.main-navigation ul.menu-collapse li.is-submenu a img,
.main-navigation ul.menu-collapse li.is-submenu a svg {
    margin-right: .6125rem;
    color: #7b7b7b;
    font-size: 24px;
    vertical-align: middle
}

.main-navigation ul.menu-collapse li.is-submenu ul.submenu {
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    text-align: left;
    top: 120%;
    left: 0;
    width: 280px;
    position: absolute;
    -webkit-box-shadow: 0 0 20px rgba(51, 50, 50, .25);
    box-shadow: 0 0 20px rgba(51, 50, 50, .25);
    -webkit-transform-origin: 0, 0;
    -moz-transform-origin: 0, 0;
    -o-transform-origin: 0, 0;
    -ms-transform-origin: 0, 0;
    transform-origin: 0, 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 0
}

.main-navigation ul.menu-collapse li.is-submenu ul.submenu:after {
    visibility: hidden;
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    left: 30px;
    top: -10px;
    -webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, .2);
    box-shadow: 0 10px 40px rgba(51, 51, 51, .2);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out
}

.main-navigation ul.menu-collapse li.is-submenu ul.submenu li {
    display: block;
    border-bottom: .5px solid #e6e6e6;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.main-navigation ul.menu-collapse li.is-submenu ul.submenu li:last-child {
    border-bottom: 2px solid #05f
}

.main-navigation ul.menu-collapse li.is-submenu ul.submenu li a {
    font-weight: 600;
    display: block;
    padding: .625rem 1.5rem;
    color: #333132;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.main-navigation ul.menu-collapse li.is-submenu ul.submenu li a:after {
    display: none
}

.main-navigation ul.menu-collapse li.is-submenu ul.submenu li a span {
    transition: all .4s ease;
    color: #333132;
    font-weight: 600;
    font-size: .875rem
}

.main-navigation ul.menu-collapse li.is-submenu:hover a:after {
    content: "arrow_drop_up"
}

.main-navigation ul.menu-collapse li.is-submenu:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    z-index: 1000
}

.main-navigation ul.menu-collapse li.is-submenu:hover ul.submenu:after {
    visibility: visible;
    opacity: 1
}

.main-navigation ul.menu-collapse li.is-submenu:hover ul.submenu li:hover {
    padding-left: 1rem
}

.main-navigation ul.menu-collapse li.is-submenu:hover ul.submenu li:hover a,
.main-navigation ul.menu-collapse li.is-submenu:hover ul.submenu li:hover a i {
    color: #05f
}

.main-navigation.is-dark ul.menu-collapse li a {
    color: #fff
}

.main-navigation.is-dark ul.menu-collapse li:hover a {
    color: #ff0
}

.toggle-button {
    position: relative;
    width: 22px;
    height: 22px;
    top: 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: none;
    cursor: pointer
}

.toggle-button span {
    position: absolute;
    height: 3px;
    border-radius: 30px;
    width: 100%;
    background-color: #0946bf;
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    z-index: 1101
}

.toggle-button span:first-child {
    top: 0
}

.toggle-button span:nth-child(2),
.toggle-button span:nth-child(3) {
    top: 6px
}

.toggle-button span:nth-child(4) {
    top: 12px
}

.toggle-button.light span {
    background-color: #ed3646
}

.toggle-button.active {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000
}

.toggle-button.active span:first-child,
.toggle-button.active span:nth-child(4) {
    opacity: 0
}

.toggle-button.active span:nth-child(2) {
    transform: rotate(45deg);
    background-color: #05f
}

.toggle-button.active span:nth-child(3) {
    transform: rotate(-45deg);
    background-color: #05f
}

@media only screen and (max-width:991px) {
    .toggle-button {
        display: block;
        margin-left: 1rem
    }

    .main-navigation {
        opacity: 0;
        position: fixed;
        height: 100%;
        max-width: 0;
        padding: 15px 0;
        width: 100%;
        background-color: #ffbe0a;
        z-index: 999;
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
        transition: all .6s ease
    }

    .main-navigation ul.menu-collapse {
        margin-top: 40px;
        display: block
    }

    .main-navigation ul.menu-collapse li {
        display: block
    }

    .main-navigation ul.menu-collapse li a {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        padding: .5rem .6125rem;
        display: block
    }
}

.lang-select a {
    font-weight: 600;
    color: #323132
}

.lang-select a.flag img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c9c9c9
}

.lang-select a:hover {
    color: #0946bf
}

.lang-select.is-light a,
.lang-select.is-light a:after {
    color: #fff
}

.lang-select.is-light a:hover,
.lang-select.is-light a:hover:after {
    color: #ed3646
}

.lang-select.lang-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang-select.lang-choice a {
    color: #323213;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    font-weight: 300;
    font-size: .75rem;
    line-height: 16px;
    position: relative;
    opacity: .5;
    padding: 5px 4px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent
}

.lang-select.lang-choice a:not(:last-child) {
    margin-right: 6px
}

.lang-select.lang-choice a:hover {
    opacity: .8;
    border: 1px solid rgba(253, 111, 34, .5)
}

.lang-select.lang-choice a.active {
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fd6f22
}

header.site-header {
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 11111;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    padding: 1.25rem 4rem
}

@media only screen and (max-width:1560px) {
    header.site-header {
        padding: .75rem 4rem
    }
}

@media only screen and (max-width:1366px) {
    header.site-header {
        padding: .5rem 4rem
    }
}

@media only screen and (max-width:768px) {
    header.site-header {
        padding: 10px
    }
}

header.site-header .header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    background: transparent
}

header.site-header .header-in .logo {
    width: 225px;
    cursor: pointer;
    display: inline-block
}

@media only screen and (max-width:1560px) {
    header.site-header .header-in .logo {
        width: 190px
    }
}

@media only screen and (max-width:1366px) {
    header.site-header .header-in .logo {
        width: 160px
    }
}

header.site-header .header-in .logo.is-dark .logo-dark {
    display: block
}

header.site-header .header-in .logo.is-dark .logo-white,
header.site-header .header-in .logo.is-light .logo-dark {
    display: none
}

header.site-header .header-in .logo.is-light .logo-white {
    display: block
}

header.site-header .header-in .right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header.site-header .header-in .right-menu .search-option {
    margin-right: 15px
}

header.site-header .header-in .right-menu .search-option a {
    cursor: pointer
}

header.site-header .header-in .right-menu a.notification {
    margin: 0 10px 0 15px;
    line-height: 0
}

header.site-header .header-in .right-menu a.notification i {
    color: #323132
}

@media only screen and (max-width:1560px) {
    header.site-header .header-in .right-menu a.notification i {
        font-size: 20px
    }
}

header.site-header .header-in .right-menu a.notification:hover,
header.site-header .header-in .right-menu a.notification:hover i {
    color: #0946bf
}

header.site-header .header-in .right-menu.is-light a.notification i {
    color: #fff
}

header.site-header .header-in .right-menu.is-light a.notification:hover i {
    color: #ed3646
}

@media only screen and (max-width:576px) {
    header.site-header .header-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header.site-header .header-in .right-menu {
        margin-top: 15px
    }
}

header.site-header.scroll-header {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(50, 49, 50, .6);
    box-shadow: 0 10px 10px rgba(50, 49, 50, .6)
}

header.is-fixed {
    position: fixed
}

header.is-sticky {
    position: sticky
}

header.is-light {
    background-color: #fff
}

header.is-dark {
    background: #323132
}

header.is-bg {
    background: #f4f4f4
}

header.is-border {
    border-bottom: 1px solid #c9c9c9
}

header .search-box {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background-color: rgba(50, 49, 50, .1);
    max-height: 0
}

header .search-box,
header .search-box .search-input {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

header .search-box .search-input {
    display: block;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    font-size: .875rem;
    background-clip: padding-box;
    color: #323132;
    cursor: pointer;
    opacity: 0;
    border: .5px solid #0946bf;
    background-color: #fff
}

header .search-box .search-input:focus {
    outline: none;
    background: #f4f4f4;
    color: #0946bf
}

header .search-box.show {
    max-height: 45px
}

header .search-box.show .search-input {
    opacity: 1
}

@media only screen and (max-width:991px) {
    .Is-toggle .site-header .header-in .main-navigation {
        opacity: 1;
        max-width: 280px;
        padding: 15px
    }
}

.card {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 0;
    height: 100%;
    margin-bottom: 20px
}

.table {
    width: 100%;
    color: #757575;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.table.is-border {
    border: 1px solid #bdbdbd;
    border-top: 0
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    background: transparent;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.table thead th {
    vertical-align: bottom;
    padding: .5rem 1rem;
    border-bottom: 1px solid #bdbdbd;
    background-color: #f4f4f4;
    color: #323132;
    font-weight: 600;
    text-transform: capitalize
}

.table thead.table-pagination th {
    background: #f4f4f4;
    padding: .25rem 1rem;
    color: #757575
}

.table-sm td {
    padding: .15rem 1rem
}

.table-sm td h4 {
    text-transform: none;
    font-weight: 400
}

.table-sm td h4.name {
    font-weight: 700
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #bdbdbd
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1440px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.table-bind {
    border-top: .5px solid #bdbdbd
}

.table-bind-top {
    max-height: 67vh
}

@media only screen and (max-width:1560px) {
    .table-bind-top {
        max-height: 60vh
    }
}

@media only screen and (max-width:1440px) {
    .table-bind-top {
        max-height: 58vh
    }
}

.table-bind-top table {
    border-left: 1px solid #bdbdbd
}

.table-bind-top table tbody tr {
    border-bottom: 1px solid #bdbdbd
}

.table-bind-body {
    max-height: 67vh
}

@media only screen and (max-width:1560px) {
    .table-bind-body {
        max-height: 60vh
    }
}

@media only screen and (max-width:1440px) {
    .table-bind-body {
        max-height: 58vh
    }
}

.table-bind-body table {
    border-left: 1px solid #bdbdbd
}

.table-bind-body table tbody tr {
    border-bottom: 1px solid #bdbdbd
}

.table-bind-body table tbody tr td:nth-child(2) h4 {
    left: -5px
}

.table-bind-body table tbody tr td:nth-child(3) h4 {
    left: -25px
}

.table-bind-body table tbody tr td:nth-child(4) h4 {
    left: 0
}

.table-bind-body table tbody tr td:nth-child(5) h4 {
    left: 25px
}

.table-bind-body table tbody tr:last-child {
    border-bottom: 0
}

footer.site-footer {
    background-color: #323132;
    position: relative;
    margin-top: 150px;
    padding-bottom: 70px
}

@media only screen and (max-width:1560px) {
    footer.site-footer {
        margin-top: 100px
    }
}

footer.site-footer .footer-up {
    margin-top: -200px;
    margin-bottom: 70px
}

@media only screen and (max-width:1560px) {
    footer.site-footer .footer-up {
        margin-bottom: 45px;
        margin-top: -180px
    }
}

@media only screen and (max-width:1440px) {
    footer.site-footer .footer-up {
        margin-bottom: 55px
    }
}

footer.site-footer .footer-up .footer-up-content {
    background: transparent linear-gradient(59deg, #05f, #05f 20%, #001acb 70%, #001acb 97%, #001acb) 0 0 no-repeat padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 280px;
    padding: 2rem 1rem
}

footer.site-footer .footer-up .footer-up-content h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600
}

footer.site-footer .footer-up .footer-up-content h2 span {
    color: #ffdc1c
}

footer.site-footer .footer-up .footer-up-content p {
    margin: 2rem auto;
    color: #6d84da;
    max-width: 500px;
    text-align: center
}

@media only screen and (max-width:1560px) {
    footer.site-footer .footer-up .footer-up-content {
        min-height: 240px
    }

    footer.site-footer .footer-up .footer-up-content h2 {
        font-size: 1.5rem
    }

    footer.site-footer .footer-up .footer-up-content p {
        margin: 1rem auto 1.5rem;
        max-width: 430px;
        line-height: 1.5
    }
}

@media only screen and (max-width:1366px) {
    footer.site-footer .footer-up .footer-up-content h2 {
        font-size: 1.35rem
    }
}

@media only screen and (max-width:767px) {
    footer.site-footer .footer-widget {
        text-align: center;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.site-footer .footer-widget .address address p {
    color: #f5f5f5
}

footer.site-footer .footer-widget .address address p:not(:last-child) {
    margin-bottom: 8px
}

footer.site-footer .footer-widget .address address p:last-child a {
    color: #f5f5f5;
    text-decoration: underline
}

footer.site-footer .footer-widget .address address a {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

footer.site-footer .footer-widget .address address a:hover {
    color: #0946bf
}

@media only screen and (max-width:1560px) {
    footer.site-footer .footer-widget .address {
        margin-top: 1.325rem
    }

    footer.site-footer .footer-widget .address address p:not(:last-child) {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1440px) {
    footer.site-footer .footer-widget .address {
        margin-top: 1.25rem
    }
}

footer.site-footer .footer-widget a {
    color: #f5f5f5;
    font-weight: 500
}

footer.site-footer .footer-widget a.footer-logo {
    margin-bottom: 1rem;
    display: block
}

footer.site-footer .footer-widget a.footer-logo:after {
    display: block;
    clear: both;
    content: ""
}

@media only screen and (max-width:1560px) {
    footer.site-footer .footer-widget a.footer-logo img {
        width: 135px
    }
}

footer.site-footer .footer-widget h6 {
    color: #757575;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: .6125rem
}

footer.site-footer .footer-widget h6 a {
    color: #757575;
    font-weight: 600
}

footer.site-footer .footer-widget ul.list {
    margin-bottom: 8px
}

@media only screen and (max-width:767px) {
    footer.site-footer .footer-widget ul.list {
        text-align: center;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.site-footer .footer-widget ul.list li {
    border: none;
    padding: 0;
    margin-bottom: 8px
}

@media only screen and (max-width:1440px) {
    footer.site-footer .footer-widget ul.list li {
        margin-bottom: 5px
    }
}

footer.site-footer .footer-widget ul.list li a {
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative
}

footer.site-footer .footer-widget ul.list li a b {
    font-weight: 600
}

footer.site-footer .footer-widget ul.list.links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer.site-footer .footer-widget ul.list.links-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

footer.site-footer .footer-widget ul.list.links-list li a {
    padding: .25rem .6125rem .25rem 1.1rem
}

footer.site-footer .footer-widget ul.list.links-list li a:before {
    font-family: Font Awesome\ 5 Free;
    content: "ï„…";
    font-weight: 900;
    color: #757575;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    position: absolute;
    top: .1rem;
    font-size: 1rem
}

footer.site-footer .footer-widget ul.list.links-list li a:hover {
    padding-left: 1.6rem;
    color: #fff
}

footer.site-footer .upto-button {
    width: 50px;
    height: 50px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #ed3646;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: 0 auto;
    z-index: 999
}

footer.site-footer .upto-button:hover {
    background-color: #0946bf
}

footer.site-footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    footer.site-footer .copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.site-footer .copyright p {
    color: #f5f5f5
}

.timeline-section {
    overflow: hidden
}

.timeline-section .timeline-in {
    position: relative;
    z-index: 1
}

.timeline-section .timeline-in .content {
    margin-top: 10vh
}

.timeline-section .timeline-in .timeline-video-tutorial {
    width: 90%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    -webkit-background-image: linear-gradient(0deg, #0946bf, #0031a7);
    background-image: linear-gradient(0deg, #0946bf, #0031a7)
}

@media only screen and (max-width:1560px) {
    .timeline-section .timeline-in .timeline-video-tutorial {
        padding: 24px
    }
}

@media only screen and (max-width:991px) {
    .timeline-section .timeline-in .timeline-video-tutorial {
        margin-top: 40px
    }
}

.timeline-section .timeline-in .timeline-video-tutorial h3 {
    color: #fff
}

.timeline-section .timeline-in .timeline-video-tutorial h3 span {
    color: #ffdc1c
}

.timeline-section .timeline-in .timeline-video-tutorial iframe {
    margin: 20px auto 10px;
    width: 90%;
    height: 180px
}

@media only screen and (max-width:1560px) {
    .timeline-section .timeline-in .timeline-video-tutorial iframe {
        margin: 10px auto 6px;
        height: 160px
    }
}

@media only screen and (max-width:991px) {
    .timeline-section .timeline-in .timeline-video-tutorial iframe {
        height: 200px
    }
}

.timeline-section .timeline-in .timeline-video-tutorial p {
    font-weight: 300;
    line-height: 1.5;
    font-size: .875rem;
    opacity: .8;
    color: #a4a4a4
}

@media only screen and (max-width:1560px) {
    .timeline-section .timeline-in .timeline-video-tutorial p {
        font-size: .685rem
    }
}

.timeline ul.timeline-process {
    position: relative
}

.timeline ul.timeline-process:before {
    content: "";
    width: 2px;
    height: 98%;
    background: #bdbdbd;
    left: 10px;
    top: 0;
    position: absolute
}

.timeline ul.timeline-process li {
    margin-bottom: 40px;
    position: relative
}

@media only screen and (max-width:1560px) {
    .timeline ul.timeline-process li {
        margin-bottom: 30px
    }
}

.timeline ul.timeline-process li:after:after,
.timeline ul.timeline-process li:before:after {
    display: block;
    clear: both;
    content: ""
}

.timeline ul.timeline-process li .timeline-circle {
    background: #f4f4f4;
    border: 1px solid #c9c9c9;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timeline ul.timeline-process li .timeline-circle:after {
    content: "stop_circle";
    font-family: Material Icons;
    position: absolute;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 0
}

@media only screen and (max-width:1560px) {
    .timeline ul.timeline-process li .timeline-circle {
        width: 18px;
        height: 18px;
        left: 2px
    }

    .timeline ul.timeline-process li .timeline-circle:after {
        font-size: 9px;
        top: 8px
    }
}

.timeline ul.timeline-process li a {
    font-weight: 600;
    cursor: pointer;
    padding-left: 60px;
    font-size: 1.25rem;
    color: #757575;
    line-height: 1.1
}

@media only screen and (max-width:1560px) {
    .timeline ul.timeline-process li a {
        font-size: 1.05rem;
        font-size: .938rem
    }
}

.timeline ul.timeline-process li.active a {
    color: #323132;
    font-size: 1.5rem
}

@media only screen and (max-width:1560px) {
    .timeline ul.timeline-process li.active a {
        font-size: 1.25rem
    }
}

@media only screen and (max-width:1366px) {
    .timeline ul.timeline-process li.active a {
        font-size: 1.125rem
    }
}

.timeline ul.timeline-process li.active .timeline-circle {
    width: 28px;
    height: 28px;
    border: 2px solid #0946bf;
    transform: translateX(-2px)
}

.timeline ul.timeline-process li.active .timeline-circle:after {
    color: #0946bf;
    font-size: 16px
}

@media only screen and (max-width:1560px) {
    .timeline ul.timeline-process li.active .timeline-circle {
        width: 24px;
        height: 24px
    }

    .timeline ul.timeline-process li.active .timeline-circle:after {
        font-size: 13px;
        top: 10px
    }
}

@media only screen and (max-width:768px) {
    .timeline ul.timeline-process {
        width: 280px;
        margin: 0 auto
    }
}

.timeline .timeline-content {
    padding-top: 30px;
    -webkit-animation: opacity .6s ease-in-out;
    animation: opacity .6s ease-in-out;
    display: none
}

@media only screen and (max-width:1560px) {
    .timeline .timeline-content {
        padding-top: 20px
    }
}

.timeline .timeline-content figure {
    margin-bottom: 2rem
}

@media only screen and (max-width:1560px) {
    .timeline .timeline-content figure {
        margin-bottom: 1.5rem
    }

    .timeline .timeline-content figure img {
        width: 64px
    }
}

@media only screen and (max-width:1366px) {
    .timeline .timeline-content figure img {
        width: 55px
    }
}

.timeline .timeline-content h2 {
    margin-bottom: 20px
}

@media only screen and (max-width:1560px) {
    .timeline .timeline-content h2 {
        margin-bottom: 15px
    }
}

.timeline .timeline-content.active {
    display: block
}

@media only screen and (max-width:767px) {
    .timeline.timeline-content-wrap {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.body-wrapper {
    height: 100vh
}

.body-wrapper,
.body-wrapper aside.sidenav {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.body-wrapper aside.sidenav {
    max-width: 350px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    z-index: 999;
    display: inline-block;
    background-color: #000d9c;
    color: #fff;
    max-height: 100vh;
    height: 100vh
}

.body-wrapper aside.sidenav .sidenav-header {
    padding: 1.25rem;
    border-bottom: 1px solid #2332ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.body-wrapper aside.sidenav .sidenav-header a.logo img {
    max-width: 100px
}

.body-wrapper aside.sidenav .sidenav-header a.toggle-sidebar {
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block
}

.body-wrapper aside.sidenav .sidenav-header a.toggle-sidebar span {
    position: absolute;
    height: 3px;
    border-radius: 30px;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    z-index: 1101
}

.body-wrapper aside.sidenav .sidenav-header a.toggle-sidebar span:first-child {
    top: 0
}

.body-wrapper aside.sidenav .sidenav-header a.toggle-sidebar span:nth-child(2),
.body-wrapper aside.sidenav .sidenav-header a.toggle-sidebar span:nth-child(3) {
    top: 8px
}

.body-wrapper aside.sidenav .sidenav-header a.toggle-sidebar span:nth-child(4) {
    top: 16px
}

.body-wrapper aside.sidenav .sidenav-header a.close-nav {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 22px
}

.body-wrapper aside.sidenav .sidenav-header a.close-nav:hover {
    color: #23d1fd
}

.body-wrapper aside.sidenav .sidenav-body li {
    padding: .5rem 1rem
}

.body-wrapper aside.sidenav .sidenav-body li.separator {
    border-top: 1px solid #949494;
    margin: 10px 0
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li {
    padding: 0;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: .6125rem 1.5rem;
    font-weight: 600;
    font-size: .9125rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li a i {
    margin-right: 1rem;
    font-size: 18px
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li a span {
    flex-grow: 1;
    text-transform: capitalize
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.is-submenu a {
    position: relative
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.is-submenu a:after {
    content: "ï”";
    font-family: Font Awesome\ 5 Free;
    text-transform: none;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 1rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.is-submenu .submenu {
    display: none
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.is-submenu .submenu li a {
    padding-left: 3.5rem;
    font-size: .75rem
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.is-submenu .submenu li a:after {
    display: none
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.active {
    background-color: #2332ba
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.active.is-submenu a {
    color: #23d1fd
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.active.is-submenu a:after {
    content: "ï·"
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li.active.is-submenu .submenu {
    display: block
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li:hover {
    background-color: #2332ba
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li:hover a {
    color: #23d1fd
}

.body-wrapper aside.sidenav .sidenav-body ul.sidenav-menu li:hover:after {
    color: #2332ba
}

.body-wrapper .content {
    width: calc(100% - 350px);
    margin-left: 350px;
    height: 100%;
    overflow-y: scroll;
    padding: 3.75rem 2.325rem 1rem;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.body-wrapper .content a.logo img {
    max-width: 100px
}

.body-wrapper .content h2 {
    font-size: 24px;
    color: #321232;
    margin-bottom: 20px
}

.body-wrapper .content .bars .open-nav {
    border-radius: 50%;
    color: #323232;
    font-size: 24px;
    transition: all .4s ease
}

.body-wrapper .content .bars .open-nav:hover {
    color: #05f
}

.body-wrapper.sidenav-overlay .content {
    width: 100%;
    margin-left: 0
}

.body-wrapper.sidenav-overlay aside.sidenav {
    margin-left: -350px
}

.body-wrapper.sidenav-collapse.sidenav-partial-push aside.sidenav {
    max-width: 50px
}

.body-wrapper.sidenav-collapse.sidenav-partial-push aside.sidenav .sidenav-header {
    padding: 1rem .6125rem
}

.body-wrapper.sidenav-collapse.sidenav-partial-push aside.sidenav .sidenav-header a.logo img {
    display: none
}

.body-wrapper.sidenav-collapse.sidenav-partial-push aside.sidenav .sidenav-body ul.sidenav-menu li a {
    padding: 1rem
}

.body-wrapper.sidenav-collapse.sidenav-partial-push aside.sidenav .sidenav-body ul.sidenav-menu li.is-submenu a:after,
.body-wrapper.sidenav-collapse.sidenav-partial-push aside.sidenav .sidenav-body ul.sidenav-menu li a span {
    display: none
}

.body-wrapper.sidenav-collapse.sidenav-partial-push .content {
    width: calc(100% - 50px);
    margin-left: 50px
}

.body-wrapper.sidenav-collapse.sidenav-push aside {
    margin-left: -380px
}

.body-wrapper.sidenav-collapse.sidenav-push .content {
    width: 100%;
    margin-left: 0
}

.body-wrapper.sidenav-collapse.sidenav-overlay aside.sidenav {
    margin-left: 0;
    box-shadow: 0 0 20px 0 #c7c7c7
}

.body-wrapper.is-opacity {
    background: rgba(0, 0, 0, .4);
    box-shadow: none
}

.pagination {
    display: flex;
    align-items: center
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.pagination .page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: all .4s ease
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background: #738dff;
    color: #fff
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.progress-step-wrap {
    padding: 20px 0
}

.progress-step-wrap ul.progress-step {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.progress-step-wrap ul.progress-step li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    position: relative;
    text-align: center
}

@media only screen and (max-width:1440px) {
    .progress-step-wrap ul.progress-step li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

.progress-step-wrap ul.progress-step li span {
    background: #f5f5f5;
    padding-right: 10px;
    display: block;
    margin-top: 20px
}

.progress-step-wrap ul.progress-step li:after {
    content: "";
    width: 100%;
    border: 1px dashed #c9c9c9;
    position: absolute;
    z-index: -1;
    top: 14px;
    left: -50%
}

@media only screen and (max-width:1440px) {
    .progress-step-wrap ul.progress-step li:after {
        border: .5px dashed #c9c9c9;
        top: 12px
    }
}

.progress-step-wrap ul.progress-step li:before {
    content: "radio_button_checked";
    font-family: Material Icons;
    color: #c9c9c9;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    cursor: pointer;
    vertical-align: middle;
    font-weight: 400;
    background: #f5f5f5;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

@media only screen and (max-width:1440px) {
    .progress-step-wrap ul.progress-step li:before {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.progress-step-wrap ul.progress-step li:first-child:after {
    content: none
}

.progress-step-wrap ul.progress-step li.active {
    color: #323132;
    font-size: 1.1rem;
    font-weight: 700
}

.progress-step-wrap ul.progress-step li.active:before {
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    color: #ed3646
}

@media only screen and (max-width:1440px) {
    .progress-step-wrap ul.progress-step li.active:before {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8)
    }
}

@media only screen and (max-width:1440px) {
    .progress-step-wrap ul.progress-step li.active {
        font-size: .938rem
    }
}

@media only screen and (max-width:991px) {
    .progress-step-wrap ul.progress-step {
        width: 100%
    }
}

.notification {
    position: relative
}

.notification .badge {
    position: absolute;
    top: -20px;
    right: -20px
}

.notification:hover .badge {
    transform: scale(1.1)
}

.banner {
    position: relative;
    min-height: 690px
}

@media only screen and (max-width:1560px) {
    .banner {
        min-height: 530px
    }
}

@media only screen and (max-width:1440px) {
    .banner {
        min-height: 440px
    }
}

.banner .banner-aside-img {
    position: absolute;
    right: 0;
    bottom: -3.5vh;
    z-index: 11
}

@media only screen and (max-width:1560px) {
    .banner .banner-aside-img {
        max-width: 730px;
        bottom: -4.5vh
    }
}

@media only screen and (max-width:1366px) {
    .banner .banner-aside-img {
        max-width: 600px;
        bottom: -3vh
    }
}

@media only screen and (max-width:991px) {
    .banner .banner-aside-img {
        display: none
    }
}

.banner.overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important
}

@media only screen and (max-width:991px) {
    .banner.overlay:after {
        display: none
    }
}

.banner.sm-banner {
    min-height: 280px
}

.banner.sm-banner .banner-caption {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%)
}

@media only screen and (max-width:1560px) {
    .banner.sm-banner {
        min-height: 235px
    }
}

@media only screen and (max-width:576px) {
    .banner.sm-banner {
        min-height: 300px
    }
}

.banner.is-primary {
    -webkit-background-image: linear-gradient(100deg, #0946bf, #0031a7);
    background-image: linear-gradient(100deg, #0946bf, #0031a7)
}

.banner .banner-caption {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.banner .banner-caption,
.banner .content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner .content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner .caption-content {
    position: relative;
    top: -50px;
    z-index: 1
}

@media only screen and (max-width:991px) {
    .banner .caption-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.banner .caption-content.is-center {
    margin: 0 auto
}

.banner .caption-content h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #fff;
    font-weight: 400
}

@media only screen and (max-width:1560px) {
    .banner .caption-content h1 {
        font-size: 2.85rem;
        line-height: 1.1
    }
}

@media only screen and (max-width:1440px) {
    .banner .caption-content h1 {
        font-size: 2.125rem
    }
}

.banner .caption-content h1 span {
    color: #ffdc1c
}

.banner .caption-content h1.is-dark {
    color: #757575
}

.banner .caption-content h1.is-dark span {
    color: #0946bf
}

.banner .caption-content h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px
}

@media only screen and (max-width:1560px) {
    .banner .caption-content h6 {
        margin-bottom: 20px;
        font-size: .785rem
    }
}

@media only screen and (max-width:1440px) {
    .banner .caption-content h6 {
        font-size: .685rem
    }
}

.banner .caption-content p {
    font-size: 1.25rem;
    line-height: 2.1rem;
    color: #bdbdbd;
    font-weight: 600;
    margin-top: 2.325rem
}

@media only screen and (max-width:1560px) {
    .banner .caption-content p {
        font-size: 1.1rem;
        margin-top: 1.875rem;
        line-height: 1.5
    }
}

@media only screen and (max-width:1440px) {
    .banner .caption-content p {
        font-size: .825rem
    }
}

.banner .caption-content.caption-dark h6 {
    color: #ed3646
}

.banner .caption-content.caption-dark p {
    color: #757575
}

.banner .caption-content .buttons {
    margin-top: 4rem
}

@media only screen and (max-width:1560px) {
    .banner .caption-content .buttons {
        margin-top: 3em
    }
}

@media only screen and (max-width:1440px) {
    .banner .caption-content .buttons {
        margin-top: 2rem
    }
}

.top-bar {
    margin-top: -115px;
    position: relative;
    z-index: 1111;
    margin-bottom: 40px
}

@media only screen and (max-width:1560px) {
    .top-bar {
        margin-top: -85px;
        margin-bottom: 30px
    }
}

.slider-list {
    position: relative;
    z-index: 1111;
    padding: 15px 30px
}

@media only screen and (max-width:1560px) {
    .slider-list {
        padding: 10px 20px
    }
}

.slider-list .list-item a {
    display: block;
    text-transform: uppercase;
    padding: .5rem;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    border: 1px solid transparent;
    color: #757575;
    text-align: center
}

.slider-list .list-item:not(:last-child) {
    margin-right: .875rem
}

.slider-list.is-bg .list-item a {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.slider-list.is-bg .list-item.current a,
.slider-list.is-bg .list-item a.current,
.slider-list.is-bg .list-item a:hover {
    color: #0946bf;
    background-color: #ffdc1c
}

.slider-list.is-shadow {
    background: #fff;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 0 70px rgba(0, 0, 0, .1019607843);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.slider-list.is-shadow .list-item a {
    text-transform: capitalize
}

.form-section {
    width: 90%;
    margin: 2rem auto 0
}

.form-section h1,
.form-section h4 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 3desi0px
}

.form-section h4 {
    margin-top: 10px
}

.form-section .wrap {
    padding-top: 2rem
}

.form-section .wrap .form-subsection {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    padding: 25px 30px;
    background: #fff
}

.form-section .wrap .form-subsection:not(:last-child) {
    margin-bottom: 30px
}

.form-section .wrap .form-subsection h2 {
    color: #0946bf;
    margin-bottom: 40px
}

.form-section .wrap .form-subsection h3 {
    margin: 20px 0 15px
}

.form-section .wrap .form-subsection .custom-select p.selected-item {
    border: 1px solid #bdbdbd;
    height: 3.15rem;
    line-height: 1.2
}

@media only screen and (max-width:1440px) {
    .form-section .wrap .form-subsection .custom-select p.selected-item {
        height: 2.25rem;
        line-height: 1
    }
}

.form-section .wrap .form-subsection .form-group {
    margin-bottom: 1.5rem
}

.form-section .wrap .form-subsection .form-group .form-group-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section .wrap .form-subsection .form-group .form-group-in h3.label-title {
    font-weight: 400;
    margin-right: 10px
}

.form-section .wrap .form-subsection .form-group .upload-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section .wrap .form-subsection .form-group .upload-photo figure {
    flex: 0 0 80px;
    max-width: 0 0 80px;
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.form-section .wrap .form-subsection .form-group .upload-photo figure img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    -moz-object-position: center;
    -ms-object-position: center;
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width:1440px) {
    .form-section .wrap .form-subsection .form-group .upload-photo figure {
        flex: 0 0 60px;
        max-width: 0 0 60px
    }
}

.form-section .wrap .form-subsection .form-group .buttons {
    margin-left: 20px
}

.form-section .wrap .form-subsection .para-separator {
    margin: 25px 0 40px;
    border-top: .5px solid #bdbdbd
}

.form-section .wrap .form-subsection .inline-group .custom-radio:not(:last-child) {
    margin-right: 4rem
}

.form-section .wrap .form-subsection .clear-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    -webkit-animation: pulse-animation 1s ease infinite;
    animation: pulse-animation 1s ease infinite;
    background: #fff
}

.form-section .wrap .form-subsection .clear-icon:hover {
    -webkit-animation: pulse-animation-secondary 1s ease infinite;
    animation: pulse-animation-secondary 1s ease infinite
}

.form-section .wrap .form-subsection:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: rgba(50, 49, 50, .1);
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease
}

.form-section .wrap .form-subsection.active .clear-icon,
.form-section .wrap .form-subsection.active:after {
    display: none
}

.form-section .section-buttons {
    padding: 4rem 0;
    margin: 0
}

.form-section .section-buttons a.common-link {
    min-width: 220px
}

@media only screen and (max-width:1440px) {
    .form-section .section-buttons a.common-link {
        min-width: 180px
    }
}

.form-section .info-options {
    margin-bottom: 35px
}

.form-section .info-options .option-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    padding: 15px;
    border: 1px solid #bdbdbd
}

.form-section .info-options .option-item.checked {
    background: #ffecf0
}

.form-section .info-options .option-item:not(:last-child) {
    margin-bottom: 20px
}

.form-section .info-options .option-item .custom-radio input {
    width: 100%
}

.form-section .info-options .option-item .custom-radio input+label:before {
    content: "check_box_outline_blank"
}

.form-section .info-options .option-item .custom-radio input+label:after {
    content: "check_box"
}

.form-section ul.economy-status {
    margin-bottom: 20px
}

.form-section ul.economy-status li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section ul.economy-status li .custom-checkbox,
.form-section ul.economy-status li .total-sum {
    flex: 0 0 50%
}

.form-section ul.economy-status li .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section ul.economy-status li .amount label {
    margin-right: 5px
}

.form-section ul.economy-status li .amount.total-amount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-section ul.economy-status li .amount.total-amount h3 {
    margin-bottom: 2px
}

.form-section ul.unorganized-settlement li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section ul.unorganized-settlement li span {
    flex: 0 0 20%
}

.form-section ul.unorganized-settlement li .form-group {
    flex: 0 0 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section ul.unorganized-settlement li .form-group .unit {
    margin-left: 10px;
    width: 40px
}

.table-wrap {
    width: 100%;
    margin: 25px 0
}

.table-wrap.is-border {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bdbdbd
}

.table-wrap .table-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.table-wrap .table-bottom-content .item {
    padding: 10px 15px
}

.table-wrap .table-bottom-content .item:not(:last-child) {
    flex: 0 0 40%
}

.table-wrap .table-bottom-content .item:last-child {
    flex: 0 0 60%
}

.table-wrap .table-bottom-content .item ul.total-count {
    padding-right: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.table-wrap .table-bottom-content .item ul.total-count li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.table-wrap .table-bottom-content .item ul.total-count li:not(:last-child) {
    margin-bottom: 2px
}

.table-wrap .table-bottom-content .item ul.total-count li span.label {
    margin-right: 10px
}

.content-table {
    border-collapse: collapse;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px #bdbdbd;
    box-shadow: 0 0 0 1px #bdbdbd;
    width: 100%
}

.content-table.content-table-in {
    width: 150%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.content-table.content-table-in tbody tr td {
    vertical-align: top
}

.content-table.content-table-in tbody tr td button.common-button {
    font-size: 14px;
    line-height: 1.4
}

@media only screen and (max-width:1440px) {
    .content-table.content-table-in tbody tr td button.common-button {
        line-height: 1.2;
        font-size: 12px
    }
}

.content-table.content-table-in tbody tr td .upload-photo {
    text-align: center
}

.content-table.content-table-in tbody tr td .upload-photo .upload-btn {
    width: 60px;
    height: 60px;
    line-height: 55px;
    margin: 0 auto 2px
}

.content-table.content-table-in-small {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.content-table.content-table-in-small tbody tr td {
    vertical-align: top
}

.content-table.content-table-in-small tbody tr td button.common-button {
    font-size: 14px;
    line-height: 1.4
}

@media only screen and (max-width:1440px) {
    .content-table.content-table-in-small tbody tr td button.common-button {
        line-height: 1.2;
        font-size: 12px
    }
}

.content-table.content-table-in-small tbody tr td .upload-photo {
    text-align: center
}

.content-table.content-table-in-small tbody tr td .upload-photo .upload-btn {
    width: 60px;
    height: 60px;
    line-height: 55px;
    margin: 0 auto 2px
}

.content-table thead tr {
    font-weight: 400;
    background-color: #f5f5f5;
    text-align: left;
    border-bottom: 1px solid #bdbdbd
}

.content-table thead tr th {
    font-weight: 400
}

.content-table thead tr th:first-child {
    border-top-left-radius: 10px
}

.content-table thead tr th:last-child {
    border-top-right-radius: 10px
}

.content-table thead tr th.bg-dark {
    background: #e0e0e0
}

.content-table td,
.content-table th {
    padding: 10px 14px
}

.content-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #bdbdbd
}

.content-table tbody tr td span.span-18 {
    color: #323132
}

.content-table tbody tr td.td-age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-table tbody tr td.td-age input.form-control {
    display: inline-block;
    margin-right: 10px
}

.content-table tbody tr td.td-age input.form-control.age {
    width: 60px
}

.content-table tbody tr td .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.content-table tbody tr td .flex-wrap .custom-select,
.content-table tbody tr td .flex-wrap input.form-control {
    width: 75px
}

.content-table tbody tr td .flex-wrap input.form-control {
    margin-right: 5px
}

.content-table tbody tr td .flex-wrap span.span-18 {
    padding-right: 5px
}

.content-table tbody tr td input.form-control {
    width: auto
}

.content-table tbody tr td input.form-control::placeholder {
    font-size: 1rem;
    color: #323132
}

.content-table tbody tr td input.form-control.is-sm {
    width: 45px
}

.content-table tbody tr td input.form-control.is-date {
    width: 100%
}

.content-table tbody tr td .custom-select {
    max-width: 140px
}

.content-table tbody tr td .custom-select p.selected-item span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2
}

.content-table tbody tr td a.delete {
    cursor: pointer
}

.content-table tbody tr td a.delete i {
    color: #ed3646
}

.content-table tbody tr td a.delete:hover i {
    color: rgba(237, 54, 70, .7)
}

.content-table tbody tr td a.common-link {
    margin: 15px 0
}

.section {
    padding: 80px 0;
    position: relative
}

@media only screen and (max-width:1560px) {
    .section {
        padding: 60px 0
    }
}

.section.is-light-bg {
    background: #757575
}

.section.is-white {
    background-color: #fff
}

.section.is-bg {
    background-color: #f4f4f4
}

.section .section-shape {
    position: absolute
}

.section .section-shape img {
    width: 100%
}

@media only screen and (max-width:480px) {
    .section .section-shape img {
        display: none
    }
}

.section .section-shape.is-opacity {
    opacity: .5
}

.section .section-shape.is-top-right {
    top: 0;
    right: 0
}

.section .section-shape.is-bottom-right {
    bottom: 0;
    right: 0
}

.section .section-shape.is-top-left {
    top: 0;
    left: 0
}

.section .section-shape.is-bottom-left {
    bottom: 100px;
    left: 0
}

.section .section-shape.is-middle-left {
    left: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
}

.login-page {
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

@media only screen and (max-width:1199px) {
    .login-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto !important
    }
}

.login-page .login-section {
    width: 100%
}

.login-page .login-section .logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:1199px) {
    .login-page .login-section .logo {
        height: auto !important;
        margin-top: 2rem
    }
}

@media only screen and (max-width:1440px) {

    .login-page .login-section .logo img,
    .login-page .login-section .logo svg {
        width: 180px
    }
}

.login-page .login-section .logo path.rectText {
    opacity: 0;
    -webkit-animation: textDraw 4s ease-in-out forwards;
    animation: textDraw 4s ease-in-out forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    stroke-dasharray: 200
}

.login-page .login-section .login-content {
    max-width: 560px;
    background: #fff;
    padding: 4rem 4rem 2rem;
    position: relative;
    z-index: 11
}

.login-page .login-section .login-content,
.login-page .login-section .login-content:after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

.login-page .login-section .login-content:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1
}

@media only screen and (max-width:1560px) {
    .login-page .login-section .login-content {
        max-width: 500px;
        padding: 3rem 3rem 2rem
    }
}

@media only screen and (max-width:1440px) {
    .login-page .login-section .login-content {
        max-width: 460px
    }
}

@media only screen and (max-width:1199px) {
    .login-page .login-section .login-content {
        margin: 4rem auto
    }
}

.login-page .login-section .login-content .login-header h1 {
    color: #0946bf;
    margin-bottom: 20px
}

@media only screen and (max-width:1440px) {
    .login-page .login-section .login-content .login-header h1 {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .login-page .login-section .login-content .login-header {
        text-align: center
    }
}

.login-page .login-section .login-content .login-header h4 {
    /*font-weight: 400*/
}

.login-page .login-section .login-content .login-body {
   /* margin: 4rem 0 7rem*/
    margin: 2rem 0 2rem
}

@media only screen and (max-width:1560px) {
    .login-page .login-section .login-content .login-body {
        margin: 3rem 0 6rem
    }
}

@media only screen and (max-width:1440px) {
    .login-page .login-section .login-content .login-body {
        margin: 2rem 0 4rem
    }
}

.login-page .login-section .login-content .login-body .form-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:360px) {
    .login-page .login-section .login-content .login-body .form-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.login-page .login-section .login-content .login-body .form-group.mb-40 {
    margin-bottom: 25px
}

@media only screen and (max-width:1440px) {
    .login-page .login-section .login-content .login-body .form-group.mb-40 {
        margin-bottom: 20px
    }
}

.login-page .login-section .login-content .login-body .buttons {
    margin-top: 3rem
}

@media only screen and (max-width:1560px) {
    .login-page .login-section .login-content .login-body .buttons {
        margin-top: 2rem
    }
}

.login-page .login-section .login-content .login-body .buttons a.signin-button {
    position: relative
}

.login-page .login-section .login-content .login-body .buttons a.signin-button span {
    position: relative;
    z-index: 11
}

.login-page .login-section .login-content .login-body .buttons a.signin-button:before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.login-page .login-section .login-content .login-body .buttons a.signin-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-page .login-section .login-content .login-body .buttons a.signin-button:hover:before {
    height: 100%;
    background: #ea1a2c
}

.login-page .login-section .login-content .login-body .buttons a h4 {
    color: #fff
}

.login-page .login-section .login-content .login-body .custom-checkbox label h4 {
    /*font-weight: 400*/
}

.login-page .login-section .login-content .login-footer {
    text-align: center
}

.login-page .login-section .login-content.is-transparency {
    opacity: .7;
    background: hsla(0, 0%, 45.9%, .6)
}

.login-page .login-section .login-content.is-transparency .form-group-wrap h4,
.login-page .login-section .login-content.is-transparency .login-body,
.login-page .login-section .login-content.is-transparency .login-footer a,
.login-page .login-section .login-content.is-transparency .login-header h1,
.login-page .login-section .login-content.is-transparency .login-header h4 {
    color: #ffecf0
}

.login-page .footer-bottom {
    position: absolute;
    left: 40px;
    top: 60px
}

.login-page .footer-bottom img {
    width: 350px
}

@media only screen and (max-width:1560px) {
    .login-page .footer-bottom {
        left: 30px;
        top: 50px
    }

    .login-page .footer-bottom img {
        width: 300px
    }
}

@media only screen and (max-width:1440px) {
    .login-page .footer-bottom img {
        width: 230px
    }
}

@media only screen and (max-width:1199px) {
    .login-page .footer-bottom {
        position: relative;
        left: 0;
        bottom: 0;
        top: 0
    }
}

aside.admin-sidebar {
    background-color: #0946bf;
    color: #fff;
    max-height: 100vh;
    height: 100vh;
    z-index: 999
}

aside.admin-sidebar .admin-aside-header {
    padding: 1.25rem .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem
}

aside.admin-sidebar .admin-aside-header img,
aside.admin-sidebar .admin-aside-header svg {
    max-width: 150px;
    padding-left: 20px
}

@media only screen and (max-width:1440px) {
    aside.admin-sidebar .admin-aside-header {
        padding: 1rem;
        margin-bottom: 1.5rem
    }

    aside.admin-sidebar .admin-aside-header img,
    aside.admin-sidebar .admin-aside-header svg {
        max-width: 130px
    }
}

aside.admin-sidebar .admin-aside-header .toggle-sidebar {
    position: relative;
    width: 38px;
    height: 38px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

aside.admin-sidebar .admin-aside-header .toggle-sidebar i {
    color: #fff
}

aside.admin-sidebar .admin-aside-header .toggle-sidebar:hover {
    background: hsla(0, 0%, 100%, .15)
}

aside.admin-sidebar .admin-aside-header .toggle-sidebar span {
    position: absolute;
    height: 3px;
    border-radius: 30px;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    z-index: 1101
}

aside.admin-sidebar .admin-aside-header .toggle-sidebar span:first-child {
    top: 0
}

aside.admin-sidebar .admin-aside-header .toggle-sidebar span:nth-child(2),
aside.admin-sidebar .admin-aside-header .toggle-sidebar span:nth-child(3) {
    top: 8px
}

aside.admin-sidebar .admin-aside-header .toggle-sidebar span:nth-child(4) {
    top: 16px
}

aside.admin-sidebar .admin-aside-body {
    padding: .5rem;
    position: relative
}

aside.admin-sidebar ul.admin-aside-menu li {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

aside.admin-sidebar ul.admin-aside-menu li,
aside.admin-sidebar ul.admin-aside-menu li a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

aside.admin-sidebar ul.admin-aside-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .875rem 1.5rem;
    font-weight: 600;
    font-size: .875rem
}

aside.admin-sidebar ul.admin-aside-menu li a,
aside.admin-sidebar ul.admin-aside-menu li a i {
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

aside.admin-sidebar ul.admin-aside-menu li a i {
    margin-right: 1rem
}

aside.admin-sidebar ul.admin-aside-menu li a span {
    flex-grow: 1;
    text-transform: capitalize
}

@media only screen and (max-width:1440px) {
    aside.admin-sidebar ul.admin-aside-menu li a {
        font-size: .75rem;
        padding: .625rem 1rem
    }

    aside.admin-sidebar ul.admin-aside-menu li a i {
        margin-right: .75rem
    }
}

aside.admin-sidebar ul.admin-aside-menu li:hover:after,
aside.admin-sidebar ul.admin-aside-menu li:hover a,
aside.admin-sidebar ul.admin-aside-menu li:hover i {
    color: hsla(0, 0%, 100%, .6)
}

aside.admin-sidebar ul.admin-aside-menu li.is-submenu:hover .submenu li a {
    color: #fff
}

aside.admin-sidebar ul.admin-aside-menu li.is-submenu .submenu {
    display: none
}

aside.admin-sidebar ul.admin-aside-menu li.is-submenu .submenu li a {
    padding: .45rem 1rem .45rem 3.5rem;
    font-weight: 400
}

@media only screen and (max-width:1440px) {
    aside.admin-sidebar ul.admin-aside-menu li.is-submenu .submenu li a {
        font-size: .625rem;
        padding: .25rem 1rem
    }
}

aside.admin-sidebar ul.admin-aside-menu li.is-submenu .submenu li a:hover {
    color: hsla(0, 0%, 100%, .6)
}

aside.admin-sidebar ul.admin-aside-menu li.is-submenu:after {
    content: "chevron_right";
    font-family: Material Icons;
    text-transform: none;
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 1.5rem;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (max-width:1440px) {
    aside.admin-sidebar ul.admin-aside-menu li.is-submenu:after {
        font-size: 1.15rem
    }
}

aside.admin-sidebar ul.admin-aside-menu li.is-submenu.active:after {
    color: #fff;
    content: "keyboard_arrow_down"
}

aside.admin-sidebar ul.admin-aside-menu li.is-active a {
    background-color: #ed3646;
    color: #fff
}

aside.admin-sidebar ul.admin-aside-menu li.is-active a:after {
    color: #fff
}

aside.admin-sidebar ul.admin-aside-menu li.is-active .submenu li a {
    background-color: transparent;
    color: #fff
}

aside.admin-sidebar .admin-aside-footer {
    position: absolute;
    padding: .5rem;
    bottom: .5rem;
    width: 100%
}

aside.admin-sidebar .admin-aside-footer .add-data-list {
    position: relative
}

aside.admin-sidebar .admin-aside-footer .add-data {
    width: 194px;
    margin: auto;
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
    position: relative;
    padding: .5rem 1rem
}

@media only screen and (max-width:1440px) {
    aside.admin-sidebar .admin-aside-footer .add-data {
        width: 180px;
        padding: .35rem .75rem
    }
}

aside.admin-sidebar .admin-aside-footer .add-data i {
    color: #fff !important
}

aside.admin-sidebar .admin-aside-footer .add-data:before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1
}

aside.admin-sidebar .admin-aside-footer .add-data:after {
    content: "keyboard_arrow_down";
    font-family: Material Icons;
    color: #fff;
    font-size: 20px
}

aside.admin-sidebar .admin-aside-footer .add-data~ul.add-data-options {
    border: 1px solid #c9c9c9;
    position: absolute;
    display: none;
    top: -200%;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-animation: opacity .2s linear;
    animation: opacity .2s linear;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

aside.admin-sidebar .admin-aside-footer .add-data~ul.add-data-options li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

aside.admin-sidebar .admin-aside-footer .add-data~ul.add-data-options li:not(:last-child) {
    border-bottom: 1px solid #c9c9c9
}

aside.admin-sidebar .admin-aside-footer .add-data~ul.add-data-options li a {
    color: #757575
}

aside.admin-sidebar .admin-aside-footer .add-data~ul.add-data-options li:hover {
    background: #ffecf0
}

aside.admin-sidebar .admin-aside-footer .add-data:hover {
    border: 1px solid #ed3646
}

aside.admin-sidebar .admin-aside-footer .add-data:hover:before {
    height: 100%;
    border: 1px solid #ed3646;
    background: #ed3646
}

aside.admin-sidebar .admin-aside-footer .add-data.active:after {
    content: "keyboard_arrow_up"
}

aside.admin-sidebar .admin-aside-footer .add-data.active~ul.add-data-options {
    display: block
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar .admin-aside-header {
    padding: 1rem .6125rem
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar .admin-aside-header img,
.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar .admin-aside-header svg {
    display: none
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li a {
    padding: .6125rem
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li a i {
    margin: 0
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li a span {
    display: none
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li.is-submenu .submenu {
    display: initial;
    position: absolute;
    left: 100%;
    top: 100%;
    width: 150px;
    background-color: #0946bf;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li.is-submenu .submenu li a {
    padding: .6125rem 1rem;
    font-size: .875rem
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li.is-submenu:after {
    display: none
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li.is-submenu:hover {
    background-color: #ed3646
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar ul.admin-aside-menu li.is-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 0;
    pointer-events: auto
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar .admin-aside-footer .add-data {
    width: 100%
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar .admin-aside-footer .add-data:after {
    display: none
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar .admin-aside-footer .add-data-options {
    width: auto
}

.admin-main.is-bg {
    background-color: #f5f5f5
}

.admin-main .dashboard-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.admin-main .dashboard-header .left .item:not(:last-child),
.admin-main .dashboard-header .right .item:not(:last-child) {
    margin-right: .5rem
}

.admin-main .dashboard-header .left .item .form-group,
.admin-main .dashboard-header .right .item .form-group {
    margin-bottom: 0
}

.admin-main .dashboard-header .left .item .custom-select,
.admin-main .dashboard-header .right .item .custom-select {
    min-width: 120px
}

@media only screen and (max-width:1440px) {

    .admin-main .dashboard-header .left .item .custom-select,
    .admin-main .dashboard-header .right .item .custom-select {
        min-width: 100px
    }
}

.admin-main .dashboard-header .right .notification i {
    color: #323132
}

.admin-main .dashboard-header .right .notification:hover i {
    color: #ed3646
}

.admin-main .table-section .menu-contents {
    margin-top: 2.25rem
}

.admin-main .table-section .menu-contents h2 {
    color: #0946bf
}

@media only screen and (max-width:1440px) {
    .admin-main .table-section .menu-contents {
        margin-top: 1.75rem
    }
}

.admin-main .table-section .menu-contents .menu-options {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1440px) {
    .admin-main .table-section .menu-contents .menu-options {
        margin-top: 1.25rem
    }
}

.admin-main .table-section .menu-contents .menu-options .option-items li:not(:last-child) {
    margin-right: 10px
}

.admin-main .table-section .menu-contents .menu-options .option-items li a.common-link.is-border {
    max-width: 42px
}

.admin-main .table-section .menu-contents .menu-options .option-items li a.common-link.is-border i {
    line-height: .9
}

@media only screen and (max-width:1440px) {
    .admin-main .table-section .menu-contents .menu-options .option-items li a.common-link.is-border {
        max-width: 30px
    }

    .admin-main .table-section .menu-contents .menu-options .option-items li a.common-link.is-border i {
        line-height: .7
    }
}

.admin-main .table-section .table-view {
    margin-top: 1rem
}

@media only screen and (max-width:1440px) {
    .admin-main .table-section .table-view {
        margin-top: .75rem
    }
}

.admin-main .table-section .table-view .custom-tab .custom-tab-content {
    padding: 0
}

.admin-main .table-section .table-view table a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.admin-main .table-section .table-view table a.is-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.admin-main .table-section .table-view table a.load-more {
    width: 100%
}

.admin-main .table-section .table-view table a:hover,
.admin-main .table-section .table-view table a:hover i {
    color: #ed3646
}

.dashboard-card .card-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dashboard-card .card-header,
.dashboard-card .card-header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dashboard-card .card-header .left figure {
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #ffecf0;
    text-align: center;
    vertical-align: middle
}

.dashboard-card .card-header .left figure i {
    color: #ed3646
}

.dashboard-card .card-header .left h2 {
    color: #0946bf;
    font-weight: 700;
    text-transform: capitalize
}

.dashboard-card .card-header .left .total-submission {
    margin-left: 20px;
    margin-right: 30px
}

.dashboard-card .card-header .left .total-submission h3.label {
    color: #0946bf;
    margin-bottom: 3px
}

.dashboard-card .card-header .left .total-submission h2.count {
    color: #323132
}

.dashboard-card .card-header .left .grid-sm-representation {
    background: #e7eaf8;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.dashboard-card .card-header .left .grid-sm-representation .list-grid-item {
    max-width: 100%;
    width: auto
}

.dashboard-card .card-header .left .grid-sm-representation .list-grid-item:not(:last-child) {
    margin-right: 15px
}

.dashboard-card .card-header .left .grid-sm-representation .list-grid-item label {
    margin-bottom: 3px
}

@media only screen and (max-width:1560px) {
    .dashboard-card .card-header .left .grid-sm-representation {
        padding: 9px 15px 12px
    }
}

.dashboard-card .card-header .right .list-item:not(:last-child) {
    margin-right: 10px
}

.dashboard-card .card-header .right a.common-button {
    width: auto
}

.dashboard-card .card-header .right .custom-select {
    min-width: auto;
    width: auto
}

.dashboard-card .card-body {
    padding: 15px 0
}

.dashboard-card .card-body #column-chart,
.dashboard-card .card-body #line-chart {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dashboard-card .card-body .column-chart-container,
.dashboard-card .card-body .line-chart-container {
    height: 420px;
    min-height: 400px !important
}

@media only screen and (max-width:1440px) {

    .dashboard-card .card-body .column-chart-container,
    .dashboard-card .card-body .line-chart-container {
        height: 380px !important;
        min-height: 380px !important
    }
}

.dashboard-card .card-body .column-chart-container #line-chart .apexcharts-canvas,
.dashboard-card .card-body .column-chart-container #line-chart foreignObject,
.dashboard-card .card-body .column-chart-container #line-chart svg,
.dashboard-card .card-body .column-chart-container #line-chart~.apexcharts-canvas,
.dashboard-card .card-body .line-chart-container #line-chart .apexcharts-canvas,
.dashboard-card .card-body .line-chart-container #line-chart foreignObject,
.dashboard-card .card-body .line-chart-container #line-chart svg,
.dashboard-card .card-body .line-chart-container #line-chart~.apexcharts-canvas {
    height: 100% !important
}

.bhumi-admin-wrapper {
    width: 100%
}

.bhumi-admin-wrapper aside {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.bhumi-admin-wrapper aside.admin-sidebar {
    max-width: 280px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    flex-shrink: 0
}

@media only screen and (max-width:1440px) {
    .bhumi-admin-wrapper aside.admin-sidebar {
        max-width: 250px;
        min-width: 250px
    }
}

.bhumi-admin-wrapper main {
    height: 100vh
}

.bhumi-admin-wrapper main.admin-main {
    width: calc(100% - 280px);
    padding: 1.5rem 2rem;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
    float: right
}

@media only screen and (max-width:1440px) {
    .bhumi-admin-wrapper main.admin-main {
        width: calc(100% - 250px);
        padding: 1.15rem 2rem
    }
}

@media only screen and (max-width:1199px) {
    .bhumi-admin-wrapper main.admin-main {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease
    }

    .bhumi-admin-wrapper main.admin-main::-webkit-scrollbar {
        width: 4px;
        background: #bdbdbd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px
    }

    .bhumi-admin-wrapper main.admin-main::-webkit-scrollbar-track {
        background-color: #bdbdbd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px
    }

    .bhumi-admin-wrapper main.admin-main::-webkit-scrollbar-thumb {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        background: #c9c9c9
    }
}

.bhumi-admin-wrapper main.form-main {
    background: #f5f5f5;
    height: auto
}

.bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar {
    max-width: 64px
}

@media only screen and (max-width:1440px) {
    .bhumi-admin-wrapper.sidebar-collapse aside.admin-sidebar {
        max-width: 54px;
        min-width: 54px
    }
}

.bhumi-admin-wrapper.sidebar-collapse main.admin-main {
    width: calc(100% - 64px)
}

@media only screen and (max-width:1440px) {
    .bhumi-admin-wrapper.sidebar-collapse main.admin-main {
        width: calc(100% - 54px)
    }
}

.bhumi-admin-wrapper.sidebar-collapse ul.filter-dropdown {
    width: calc(100vw - 64px)
}

@media only screen and (max-width:1440px) {
    .bhumi-admin-wrapper.sidebar-collapse ul.filter-dropdown {
        width: calc(100vw - 54px)
    }
}

.home {
    background: #ffecf0;
    height: 100vh
}

.home .title {
    padding: 30px 40px;
    background: #6d84da;
    color: #fff
}

.verify-status-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.verify-card {
    max-width: 600px;
    margin: 0 auto;
    width: 100%
}

.verify-card .logo-top {
    text-align: center;
    max-height: 70px;
    margin-bottom: 2rem
}

.verify-status {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    padding: 1.5rem;
    width: 100%;
    border-radius: 5px
}

.verify-status_header {
    margin-bottom: 1rem
}

.verify-status_body {
    width: 100%
}

.data-graph-body {
    flex: 0 0 100%;
    max-width: 100%;
    height: calc(100vh - 110px)
}

@media only screen and (max-width:1199px) {
    .data-graph-body {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: initial !important
    }
}

.data-graph-body .grid-representation-data {
    background: #e7eaf8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 15px
}

@media only screen and (max-width:1560px) {
    .data-graph-body .grid-representation-data {
        padding: 10px
    }
}

.data-graph-body .grid-representation-data .row {
    margin-left: 0;
    margin-right: 0
}

.data-graph-body .grid-representation-data .row .grid {
    height: 80px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.data-graph-body .grid-representation-data .row .grid:not(:last-child) {
    border-right: 1px solid #bdbdbd
}

@media only screen and (max-width:1560px) {
    .data-graph-body .grid-representation-data .row .grid {
        height: 70px
    }
}

@media only screen and (max-width:1440px) {
    .data-graph-body .grid-representation-data .row .grid {
        height: 60px
    }
}

.data-graph-body .grid-representation-data .row .grid h3.label {
    font-weight: 400;
    margin-bottom: 5px
}

.data-graph-body .bar-graph-body {
    margin-top: 50px
}

@media only screen and (max-width:1440px) {
    .data-graph-body .bar-graph-body {
        margin-top: 40px
    }
}

.data-graph-body .line-graph-body {
    margin-top: 30px
}

@media only screen and (max-width:1440px) {
    .data-graph-body .line-graph-body {
        margin-top: 20px
    }
}

.dashboard-content {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1440px) {
    .dashboard-content {
        padding-top: 30px
    }
}

@media only screen and (max-width:1199px) {
    .dashboard-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.dashboard-content .data-log-body {
    padding-left: 40px;
    flex: 0 0 30%;
    max-width: 30%
}

@media only screen and (max-width:1199px) {
    .dashboard-content .data-log-body {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.dashboard-content .data-log-body .data-add-container {
    height: 220px;
    position: relative;
    background: #ed3646;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 24px 30px
}

.dashboard-content .data-log-body .data-add-container .top-positioned {
    position: relative;
    z-index: 1
}

.dashboard-content .data-log-body .data-add-container:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(/3f971c9e0ee15483f801ac73ccbec21b.png);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

@media only screen and (max-width:1440px) {
    .dashboard-content .data-log-body .data-add-container {
        height: 200px;
        padding: 20px 24px
    }
}

.dashboard-content .data-log-body .data-add-container span.title {
    max-width: 120px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 30px
}

@media only screen and (max-width:1440px) {
    .dashboard-content .data-log-body .data-add-container span.title {
        font-size: 24px;
        line-height: 32px
    }
}

.dashboard-content .data-log-body .data-add-container .custom-dropdown {
    min-width: 180px;
    max-width: 180px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.dashboard-content .data-log-body .data-log {
    margin-top: 40px
}

@media only screen and (max-width:1440px) {
    .dashboard-content .data-log-body .data-log {
        margin-top: 30px
    }
}

.dashboard-content .data-log-body .data-log h2 {
    color: #0946bf;
    margin-bottom: 10px
}

.dashboard-content .data-log-body .data-log ul {
    height: calc(100vh - 430px);
    padding-right: 10px
}

@media only screen and (max-width:1440px) {
    .dashboard-content .data-log-body .data-log ul {
        height: calc(100vh - 380px)
    }
}

.dashboard-content .data-log-body .data-log ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px
}

@media only screen and (max-width:1440px) {
    .dashboard-content .data-log-body .data-log ul li {
        padding: 10px
    }
}

.dashboard-content .data-log-body .data-log ul li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.dashboard-content .data-log-body .data-log ul li .user-info {
    clear: both
}

.dashboard-content .data-log-body .data-log ul li .user-info:after {
    display: block;
    clear: both;
    content: ""
}

.dashboard-content .data-log-body .data-log ul li .user-info .user {
    padding-left: 50px
}

@media only screen and (max-width:1440px) {
    .dashboard-content .data-log-body .data-log ul li .user-info .user {
        padding-left: 40px
    }
}

.dashboard-content .data-log-body .data-log ul li .user-info figure {
    float: left;
    margin-bottom: 0
}

.dashboard-content .data-log-body .data-log ul li .user-info figure img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: center
}

@media only screen and (max-width:1440px) {
    .dashboard-content .data-log-body .data-log ul li .user-info figure img {
        width: 35px;
        height: 35px
    }
}

.dashboard-content .data-log-body .data-log ul li .user-info span,
.dashboard-content .data-log-body .data-log ul li .user-log-date span {
    display: block;
    font-size: 1.05rem;
    line-height: 1.2
}

@media only screen and (max-width:1440px) {

    .dashboard-content .data-log-body .data-log ul li .user-info span,
    .dashboard-content .data-log-body .data-log ul li .user-log-date span {
        font-size: .85rem
    }
}

.dashboard-content .data-log-body .data-log ul li .user-info span.date,
.dashboard-content .data-log-body .data-log ul li .user-log-date span.date {
    color: #323132;
    margin-bottom: 6px
}

@media only screen and (max-width:1440px) {

    .dashboard-content .data-log-body .data-log ul li .user-info span.date,
    .dashboard-content .data-log-body .data-log ul li .user-log-date span.date {
        margin-bottom: 2px
    }
}

.dashboard-content .data-log-body .data-log ul li .user-info span.label-tag,
.dashboard-content .data-log-body .data-log ul li .user-log-date span.label-tag {
    font-size: 14px;
    padding: 1.5px 10px 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    display: inline-block
}

@media only screen and (max-width:1440px) {

    .dashboard-content .data-log-body .data-log ul li .user-info span.label-tag,
    .dashboard-content .data-log-body .data-log ul li .user-log-date span.label-tag {
        font-size: 11px;
        padding: .5px 6px 1px
    }
}

.dashboard-content .data-log-body .data-log ul li .user-info span.label-tag.is-blue,
.dashboard-content .data-log-body .data-log ul li .user-log-date span.label-tag.is-blue {
    background: rgba(9, 70, 191, .1);
    color: #0946bf
}

.dashboard-content .data-log-body .data-log ul li .user-info span.label-tag.is-green,
.dashboard-content .data-log-body .data-log ul li .user-log-date span.label-tag.is-green {
    background: rgba(25, 169, 110, .1);
    color: #19a96e
}

.dashboard-content .data-log-body .data-log ul li .user-info span.label-tag.is-red,
.dashboard-content .data-log-body .data-log ul li .user-log-date span.label-tag.is-red {
    background: rgba(237, 54, 70, .1);
    color: #ed3646
}

.dashboard-content .data-log-body .data-log ul li .user-info span.name,
.dashboard-content .data-log-body .data-log ul li .user-log-date span.name {
    color: #323132;
    font-weight: 700;
    margin-bottom: 6px
}

@media only screen and (max-width:1440px) {

    .dashboard-content .data-log-body .data-log ul li .user-info span.name,
    .dashboard-content .data-log-body .data-log ul li .user-log-date span.name {
        margin-bottom: 2px
    }
}

.dashboard-content .data-log-body .data-log ul li .user-info {
    flex: 0 0 60%
}

.dashboard-content .data-log-body .data-log ul li .user-log-date {
    flex: 0 0 40%;
    text-align: right
}

.pdf-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    height: 85vh
}

.pdf-content.is-bg {
    background: #f5f5f5
}

.pdf-content .left,
.pdf-content .main-right {
    width: 100%
}

.pdf-content .left {
    padding: 1.5rem
}

.pdf-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #001028;
    background: #fff;
    font-family: Mukta, sans-serif;
    font-size: 12px
}

.pdf-wrapper .clearfix:after {
    content: "";
    display: table;
    clear: both
}

.pdf-wrapper *,
.pdf-wrapper :after,
.pdf-wrapper :before {
    box-sizing: border-box
}

.pdf-wrapper a {
    color: #5d6975;
    text-decoration: underline
}

.pdf-wrapper .section {
    padding: 0
}

.pdf-wrapper h1,
.pdf-wrapper h2,
.pdf-wrapper h3,
.pdf-wrapper h4,
.pdf-wrapper h5,
.pdf-wrapper h6 {
    margin: 1em 0;
    font-weight: 700;
    font-size: 18px
}

.pdf-wrapper p {
    margin: 1em 0
}

.pdf-wrapper header {
    padding: 10px 0;
    margin-bottom: 30px
}

.pdf-wrapper .mt-15 {
    margin-top: 15px
}

.pdf-wrapper .mt-30 {
    margin-top: 30px
}

.pdf-wrapper .form-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto
}

.pdf-wrapper h1 {
    color: #5d6975;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    margin: 0 0 20px
}

.pdf-wrapper .left {
    float: left
}

.pdf-wrapper .darta-no span {
    color: #5d6975;
    text-align: right;
    width: 52px;
    margin-right: 10px;
    display: inline-block;
    font-size: .8em
}

.pdf-wrapper .right {
    float: right;
    text-align: right
}

.pdf-wrapper .darta-no div,
.pdf-wrapper .form-no div {
    white-space: nowrap
}

.pdf-wrapper .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pdf-wrapper .photos img {
    width: 100px;
    height: 100px;
    border: 1px solid #efefef
}

.pdf-wrapper .photos img:last-child {
    margin-left: 10px
}

.pdf-wrapper .subject b {
    margin-right: 5px
}

.pdf-wrapper table {
    margin: 0 0 1em;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse
}

.pdf-wrapper .table td,
.pdf-wrapper .table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6
}

.pdf-wrapper .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.pdf-wrapper .table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.pdf-wrapper .table .table {
    background-color: #fff
}

.pdf-wrapper .table td {
    font-weight: 400
}

.pdf-wrapper .table-sm td,
.pdf-wrapper .table-sm th {
    padding: .3rem
}

.pdf-wrapper .table-bordered,
.pdf-wrapper .table-bordered td,
.pdf-wrapper .table-bordered th {
    border: 1px solid #dee2e6
}

.pdf-wrapper .table-bordered thead td,
.pdf-wrapper .table-bordered thead th {
    border-bottom-width: 2px
}

.pdf-wrapper #notices,
.pdf-wrapper .info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pdf-wrapper #notices b,
.pdf-wrapper .info-text b {
    margin-right: 5px
}

.pdf-wrapper #notices .notice {
    color: #5d6975;
    font-size: 1.2em;
    font-style: italic
}

.pdf-wrapper .signature-div table {
    min-width: 300px
}

.pdf-wrapper .signature-div table tbody td {
    padding: 50px
}

.pdf-wrapper .signature-div .right b {
    margin-right: 5px
}

.pdf-wrapper .ruju .left div:not(:last-child),
.pdf-wrapper .ruju .right div:not(:last-child) {
    margin-bottom: 5px
}

.pdf-wrapper .ruju .left b,
.pdf-wrapper .ruju .right div b {
    margin-right: 10px
}

.pdf-wrapper .ruju .left span,
.pdf-wrapper .ruju .right div span {
    width: 150px;
    display: inline-block
}

.pdf-wrapper footer {
    color: #5d6975;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #c1ced9;
    padding: 8px 0;
    text-align: center
}

.comment-section {
    width: 100%
}

.comment-section .close-icon-content {
    position: relative;
    padding: 10px 15px
}

.comment-section .close-icon-content:after {
    display: block;
    clear: both;
    content: ""
}

.comment-section .close-icon-content span.close-icon {
    top: 0 !important;
    right: 0 !important;
    float: right;
    position: relative !important
}

.comment-section .comment {
    padding: 15px;
    border-bottom: #e0e0e0
}

.comment-section .comment .buttons {
    margin-top: 10px
}

.comment-section .help-section {
    padding: 15px
}

.comment-section .help-section .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comment-section .help-section .top .admin-title:after {
    display: block;
    clear: both;
    content: ""
}

.comment-section .help-section .top .admin-title figure {
    float: left;
    margin-bottom: 0;
    margin-right: 10px
}

.comment-section .help-section .top .admin-title figure img {
    max-width: 30px;
    height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.comment-section .help-section .top .admin-title span {
    float: right;
    font-weight: 700;
    font-size: 16px;
    color: #323132
}

.comment-section .help-section .bottom {
    padding-left: 40px
}

.comment-section .help-section .bottom p {
    margin-top: 5px
}

.comment-section .help-section .bottom .reply-section,
.comment-section .help-section .bottom .reply-section .buttons,
.comment-section .help-section .bottom .reply-section input.form-control {
    margin-top: 20px
}

.buttons-options {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    border-top: 1px solid #e2e2e2
}

@-webkit-keyframes expand-scene-horizontaly {
    0% {
        width: 1200px;
        left: 50%;
        margin-left: -600px;
        background-color: #323132;
        -webkit-box-shadow: 0 0 0 2px #fff inset;
        box-shadow: inset 0 0 0 2px #fff
    }

    to {
        width: 140%;
        left: -20%;
        margin-left: 0;
        background-color: #202020;
        -webkit-box-shadow: 0 0 0 0 #fff inset;
        box-shadow: inset 0 0 0 0 #fff
    }
}

@keyframes expand-scene-horizontaly {
    0% {
        width: 1200px;
        left: 50%;
        margin-left: -600px;
        background-color: #323132;
        -webkit-box-shadow: 0 0 0 2px #fff inset;
        box-shadow: inset 0 0 0 2px #fff
    }

    to {
        width: 140%;
        left: -20%;
        margin-left: 0;
        background-color: #202020;
        -webkit-box-shadow: 0 0 0 0 #fff inset;
        box-shadow: inset 0 0 0 0 #fff
    }
}

@-webkit-keyframes expand-scene-verticaly {
    0% {
        top: 50%;
        height: 600px;
        margin-top: -300px
    }

    to {
        top: 0;
        height: 100%;
        margin-top: 0
    }
}

@keyframes expand-scene-verticaly {
    0% {
        top: 50%;
        height: 600px;
        margin-top: -300px
    }

    to {
        top: 0;
        height: 100%;
        margin-top: 0
    }
}

@-webkit-keyframes curtain-opening {
    0% {
        -webkit-filter: brightness(180%);
        filter: brightness(180%)
    }

    to {
        -webkit-filter: brightness(100%);
        filter: brightness(100%)
    }
}

@keyframes curtain-opening {
    0% {
        -webkit-filter: brightness(180%);
        filter: brightness(180%)
    }

    to {
        -webkit-filter: brightness(100%);
        filter: brightness(100%)
    }
}

@-webkit-keyframes left-curtain-opening {
    0% {
        -moz-transform: translate(0) rotate(0) scale(1);
        -o-transform: translate(0) rotate(0) scale(1);
        -webkit-transform: translate(0) rotate(0) scale(1);
        transform: translate(0) rotate(0) scale(1)
    }

    to {
        -moz-transform: translate(-100%) rotate(20deg) scale(0, 2);
        -o-transform: translate(-100%) rotate(20deg) scale(0, 2);
        -webkit-transform: translate(-100%) rotate(20deg) scale(0, 2);
        transform: translate(-100%) rotate(20deg) scale(0, 2)
    }
}

@keyframes left-curtain-opening {
    0% {
        -moz-transform: translate(0) rotate(0) scale(1);
        -o-transform: translate(0) rotate(0) scale(1);
        -webkit-transform: translate(0) rotate(0) scale(1);
        transform: translate(0) rotate(0) scale(1)
    }

    to {
        -moz-transform: translate(-100%) rotate(20deg) scale(0, 2);
        -o-transform: translate(-100%) rotate(20deg) scale(0, 2);
        -webkit-transform: translate(-100%) rotate(20deg) scale(0, 2);
        transform: translate(-100%) rotate(20deg) scale(0, 2)
    }
}

@-webkit-keyframes right-curtain-opening {
    0% {
        transform: translate(0) rotate(0) scale(1)
    }

    to {
        transform: translate(100%) rotate(-20deg) scale(0, 2)
    }
}

@keyframes right-curtain-opening {
    0% {
        transform: translate(0) rotate(0) scale(1)
    }

    to {
        transform: translate(100%) rotate(-20deg) scale(0, 2)
    }
}

@-webkit-keyframes ground-rising {
    0% {
        top: 133%
    }

    to {
        top: 105%
    }
}

@keyframes ground-rising {
    0% {
        top: 133%
    }

    to {
        top: 105%
    }
}

@-webkit-keyframes text-zoom {
    0% {
        transform: scale(.75)
    }

    to {
        transform: scale(1)
    }
}

@keyframes text-zoom {
    0% {
        transform: scale(.75)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes text-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes text-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes box-glow {
    0% {
        -webkit-box-shadow: 0 0 5px #fff;
        box-shadow: 0 0 5px #fff
    }

    to {
        -webkit-box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ed3646;
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ed3646
    }
}

@keyframes box-glow {
    0% {
        -webkit-box-shadow: 0 0 5px #fff;
        box-shadow: 0 0 5px #fff
    }

    to {
        -webkit-box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ed3646;
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ed3646
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        color: #fff;
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        color: #fff;
        opacity: 0
    }
}

#starter {
    z-index: 11111;
    position: fixed;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    background: #ed3646;
    border: 1px solid #ffdc1c;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media only screen and (max-width:1366px) {
    #starter {
        width: 50px;
        height: 50px;
        font-size: 11px
    }
}

#starter.fade-out {
    -webkit-animation: fade-out 1s ease-in 0s 1 normal forwards;
    animation: fade-out 1s ease-in 0s 1 normal forwards
}

#scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323132;
    -webkit-box-shadow: 0 0 2px #fff inset;
    box-shadow: inset 0 0 2px #fff;
    z-index: 1111
}

#scene span.close-icon {
    opacity: 0;
    position: absolute;
    top: 2rem;
    right: 2rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid #ed3646
}

#scene span.close-icon,
#scene span.close-icon i {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

#scene span.close-icon i {
    font-size: 20px;
    vertical-align: middle;
    color: #ed3646
}

#scene span.close-icon:hover {
    transform: scale(1.2)
}

#scene .content {
    position: absolute;
    width: 32%;
    height: 45%;
    background: #fff;
    display: block;
    text-align: center;
    color: #323132;
    transform: scale(.75);
    opacity: 0;
    overflow-y: scroll
}

#scene .content::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

#scene .content::-webkit-scrollbar-thumb {
    background: #c9c9c9
}

@media only screen and (max-width:768px) {
    #scene .content {
        width: 50%
    }
}

#scene .content .heading {
    padding: 40px 20px 0
}

#scene .content .heading h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 20px
}

#scene .content .heading p.separator {
    margin-top: 20px;
    border-bottom: 1px solid #f16571;
    position: relative
}

#scene .content .heading p.separator span {
    position: absolute;
    left: 48%;
    top: -10px;
    padding: 0 10px;
    background: #fff
}

#scene .content .heading p.separator span i {
    color: #ed3646;
    font-size: 20px
}

@media only screen and (max-width:1560px) {
    #scene .content .heading {
        padding: 30px 20px 0
    }

    #scene .content .heading h1 {
        font-size: 18px
    }
}

@media only screen and (max-width:1440px) {
    #scene .content .heading {
        padding: 20px 20px 0
    }

    #scene .content .heading h1 {
        font-size: 16px;
        line-height: 26px
    }
}

#scene .content .message {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    height: calc(100% - 122px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#scene .content .message p b {
    font-weight: 600
}

@media only screen and (max-width:1560px) {
    #scene .content .message {
        font-size: 13px;
        line-height: 26px;
        height: calc(100% - 110px)
    }
}

@media only screen and (max-width:1440px) {
    #scene .content .message {
        font-size: 11px;
        line-height: 21px;
        height: calc(100% - 95px)
    }
}

@media only screen and (max-width:768px) {
    #scene .content .message {
        height: auto;
        margin: 30px auto
    }
}

#scene .ground {
    position: absolute;
    left: 50%;
    top: 133%;
    width: 10000px;
    height: 10000px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 100px 100px #fff;
    box-shadow: 0 0 100px 100px #fff
}

#scene.expand {
    background-color: rgba(50, 49, 50, .7);
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2.5s, 1.5s;
    animation-duration: 2.5s, 1.5s;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-delay: 0s, 2.5s;
    animation-delay: 0s, 2.5s;
    -webkit-animation-iteration-count: 1, 1;
    animation-iteration-count: 1, 1;
    -webkit-animation-direction: normal, normal;
    animation-direction: normal, normal
}

#scene.expand .ground {
    animation-fill-mode: forwards;
    animation-name: ground-rising;
    animation-duration: 6s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal
}

#scene.expand .content {
    animation-fill-mode: forwards;
    animation-name: text-zoom, text-fade-in, box-glow;
    animation-duration: .5s, .5s, 1.5s;
    animation-timing-function: ease-out, ease-in-out, ease-in-out;
    animation-delay: .5s, .5s, 0s;
    animation-iteration-count: 1, 1, infinite;
    animation-direction: normal, normal, alternate
}

#scene.expand span.close-icon {
    animation-fill-mode: forwards;
    animation-name: text-zoom, text-fade-in;
    animation-duration: .5s, .5s, .5s;
    animation-timing-function: ease-out, ease-in-out, ease-in-out;
    animation-delay: .5s, .5s, 0s;
    animation-iteration-count: 1, 1, infinite;
    animation-direction: normal, normal, alternate
}

#curtain {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#curtain .left,
#curtain .right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(/6ff7e839157f1c4c797145b2bca3ee8c.png);
    background-size: cover;
    background-repeat: no-repeat
}

#curtain .left {
    left: 0;
    transform-origin: top right
}

#curtain .right {
    left: 50%;
    transform-origin: top left
}

#curtain.open .left {
    animation-fill-mode: forwards;
    animation-name: left-curtain-opening;
    animation-duration: 2s, 4s;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-delay: 0s, 0s;
    animation-iteration-count: 1, 1;
    animation-direction: normal, normal
}

#curtain.open .right {
    animation-fill-mode: forwards;
    animation-name: right-curtain-opening;
    animation-duration: 2s, 4s;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-delay: 0s, 0s;
    animation-iteration-count: 1, 1;
    animation-direction: normal, normal
}

.page-header {
    margin-bottom: 1rem
}

.container-in {
    padding: 0 6rem
}

.hoverable-link {
    display: inline;
    cursor: pointer;
    height: 100%
}

.letter-anim,
.letter-anim .after-space,
.letter-anim .before-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.letter-anim .after-space .letter,
.letter-anim .before-space .letter {
    opacity: 0;
    transform: scale(.9)
}

.letter-anim .after-space {
    margin-left: 15px
}

.admin-main {
    -webkit-animation: opacity 1s ease-in-out;
    animation: opacity 1s ease-in-out
}

.login-content {
    -webkit-animation: slowRevealation 2s ease-in-out;
    animation: slowRevealation 2s ease-in-out
}

.cursorPointer {
    cursor: pointer
}

.tableSelectDisabled {
    pointer-events: none
}

.table-date-picker {
    min-width: 105px
}

.download-button {
    margin: 10px auto;
    background: #ed3646;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem
}

.displayInlineBlock {
    display: inline-block !important
}

.pdf-preview-wrapper {
    text-align: center
}

.react-pdf__Page__canvas {
    margin: 0 auto
}

.pdf-preview-footer {
    margin-bottom: 20px;
    display: inline-flex
}

.columnApexBarChart {
    max-height: 350px;
    overflow-y: auto
}