﻿@charset "UTF-8";

html {
    font-size: 16px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@media (max-width:1599px) {
    html {
        font-size: 15px
    }
}

body {
    position: relative;
    margin: 0 auto;
    padding-top: 75px
}

@media (max-width:767px) {
    body {
        padding-top: 67px
    }
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ :root {
    --blue: #16c0ef;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #fb4f6d;
    --red: #FC0000;
    --orange: #F8B600;
    --yellow: #ffc107;
    --green: #20B700;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #141414;
    --gray-dark: #343a40;
    --primary: #16c0ef;
    --secondary: #7c8796;
    --success: #20B700;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #fb4f6d;
    --light: #f8f9fa;
    --dark: #2a3844;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: "HK Grotesk",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

body {
    margin: 0;
    font-family: "HK Grotesk",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5d677e;
    text-align: left;
    background-color: #fff
}

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

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

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

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

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

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

    a:hover {
        color: #0c8aad;
        text-decoration: underline
    }

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

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

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

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #141414;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

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
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2rem
}

.h2, h2 {
    font-size: 1.7rem
}

.h3, h3 {
    font-size: 1.3rem
}

.h4, h4 {
    font-size: 1.2rem
}

.h5, h5 {
    font-size: 1.1rem
}

.h6, h6 {
    font-size: 1rem
}

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem
    }

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

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

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

    .blockquote-footer:before {
        content: "— "
    }

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

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

.figure {
    display: inline-block
}

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

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

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

code {
    font-size: 87.5%;
    color: #fb4f6d;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #5d677e;
    border-radius: 0.2rem
}

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

pre {
    display: block;
    font-size: 87.5%;
    color: #5d677e
}

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

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

.getstart-section .rowstart .col-icon, .getstart-section .rowstart .col-info, .getstart-section .spec-card-img, .getstart-section .spec-card-info
{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.getstart-section
{
    padding: 32px 0px 5px
}

@media (min-width:992px)
{
    .getstart-section
    {
        padding-top: 4rem;
        padding-bottom: 3.4375rem
    }
}

@media (min-width:992px)
{
    .getstart-section
    {
        padding-top: 4rem;
        padding-bottom: 3.4375rem
    }
}

.getstart-section .btn
{
    max-width: 105px
}

.getstart-section p
{
    font-size: 14px;
    line-height: 20px
}

.getstart-section .spec-card
{
    display: flex;
    margin: 0px -15px 38px;
    flex-wrap: wrap
}

@media (min-width:768px)
{
    .getstart-section .spec-card
    {
        margin-bottom: 3.375rem
    }
}

.getstart-section .spec-card-img
{
    flex: 0 0 auto;
    width: auto !important;
    max-width: none;
    margin-bottom: 15px
}

@media (min-width:768px)
{
    .getstart-section .spec-card-img
    {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px)
{
    .getstart-section .spec-card-img
    {
        margin-bottom: 1.25rem
    }
}

.getstart-section .spec-card-img img, .getstart-section .spec-card-img svg
{
    height: 54px;
    width: 50px
}

@media (min-width:992px)
{
    .getstart-section .spec-card-img img, .getstart-section .spec-card-img svg
    {
        height: 3.375rem;
        width: 3.125rem
    }
}

.getstart-section .spec-card-info
{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width:768px)
{
    .getstart-section .spec-card-info
    {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.getstart-section .spec-card-info p
{
    font-weight: 500;
    font-size: 14px;
    color: #5d677e;
    margin-bottom: 0;
    line-height: 20px
}

@media (min-width:992px)
{
    .getstart-section .spec-card-info p
    {
        font-size: 0.875rem
    }
}

.getstart-section .spec-card-info p a
{
    white-space: nowrap
}

.getstart-section .spec-card-title
{
    font-weight: 700;
    font-size: 16px;
    color: #2a3844
}

@media (min-width:992px)
{
    .getstart-section .spec-card-title
    {
        font-size: 1rem
    }
}

.getstart-section .rowstart
{
    display: flex;
    margin: 0px -15px;
    flex-wrap: wrap
}

@media (min-width:768px)
{
    .getstart-section .rowstart
    {
        margin: 0px -37px
    }
}

.getstart-section .rowstart .col-info
{
    margin-bottom: 50px
}

@media (min-width:768px)
{
    .getstart-section .rowstart .col-info
    {
        padding-left: 37px;
        padding-right: 37px;
        margin-bottom: 0
    }
}

@media (min-width:992px)
{
    .getstart-section .rowstart .col-info
    {
        max-width: 44%;
        flex: 0 0 44%
    }
}

@media (min-width:768px)
{
    .getstart-section .rowstart .col-icon
    {
        padding-left: 37px;
        padding-right: 37px;
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width:992px)
{
    .getstart-section .rowstart .col-icon
    {
        max-width: 28%;
        flex: 0 0 28%
    }
}

@media(max-width:767px){
    .getstart-section
    {
        padding-top: 45px;
        background-color: #fff
    }
}

.syne2-foundation .getstart-section .btn
{
    max-width: 150px
}

@media (max-width:767px) and (min-width:768px)
{
    .syne2-aboutus .getstart-section .spec-card-img img
    {
        width: 65px;
        height: 65px
    }
}

@media (min-width:992px)
{
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1600px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #e0e6ee
    }

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

    .table tbody + tbody {
        border-top: 2px solid #e0e6ee
    }

    .table .table {
        background-color: #fff
    }

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

.table-bordered {
    border: 1px solid #e0e6ee
}

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #a6e6fa
}

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

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #dadde2
}

.table-hover .table-secondary:hover {
    background-color: #ccd0d7
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #ccd0d7
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c1ebb8
}

.table-hover .table-success:hover {
    background-color: #b0e5a4
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b0e5a4
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #feced6
}

.table-hover .table-danger:hover {
    background-color: #fdb5c1
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #fdb5c1
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c3c7cb
}

.table-hover .table-dark:hover {
    background-color: #b5babf
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b5babf
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #5d677e;
    border-color: #6e7994
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e0e6ee
}

.table-dark {
    color: #fff;
    background-color: #5d677e
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #6e7994
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

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

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #8de0f7;
        outline: 0;
        box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.75)
    }

    .form-control::placeholder {
        color: #141414;
        opacity: 1
    }

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

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

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

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

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.8rem + 1px);
    padding-bottom: calc(0.8rem + 1px);
    font-size: 1rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 0.8125rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.5rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.21875rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.8rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3 0.5rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(3.1rem + 2px)
}

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

.form-text {
    display: block;
    margin-top: 0.25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

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

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #141414
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #20B700
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(32,183,0,0.8);
    border-radius: 0.2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #20B700
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #20B700;
        box-shadow: 0 0 0 0.04rem rgba(32,183,0,0.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #20B700
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #20B700
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        background-color: #5aff38
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #29ea00
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.04rem rgba(32,183,0,0.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #20B700
}

    .custom-file-input.is-valid ~ .custom-file-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label:before {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.04rem rgba(32,183,0,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fb4f6d
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(251,79,109,0.8);
    border-radius: 0.2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #fb4f6d
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #fb4f6d;
        box-shadow: 0 0 0 0.04rem rgba(251,79,109,0.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #fb4f6d
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #fb4f6d
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        background-color: #feccd4
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #fc8196
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.04rem rgba(251,79,109,0.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #fb4f6d
}

    .custom-file-input.is-invalid ~ .custom-file-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label:before {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.04rem rgba(251,79,109,0.25)
}

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

    .form-inline .form-check {
        width: 100%
    }

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

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

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

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

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

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

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

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

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

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

    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: none
    }

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #16c0ef;
    border-color: #16c0ef
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0ea6d0;
        border-color: #0d9dc5
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #16c0ef;
        border-color: #16c0ef
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0d9dc5;
        border-color: #0d93b9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #7c8796;
    border-color: #7c8796
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #697483;
        border-color: #636e7c
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 0.04rem rgba(124,135,150,0.5)
    }

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

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #636e7c;
        border-color: #5e6775
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(124,135,150,0.5)
        }

.btn-success {
    color: #fff;
    background-color: #20B700;
    border-color: #20B700
}

    .btn-success:hover {
        color: #fff;
        background-color: #199100;
        border-color: #178400
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 0.04rem rgba(32,183,0,0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #20B700;
        border-color: #20B700
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #178400;
        border-color: #157700
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(32,183,0,0.5)
        }

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

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

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 0.04rem rgba(23,162,184,0.5)
    }

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

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(23,162,184,0.5)
        }

.btn-warning {
    color: #5d677e;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #5d677e;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 0.04rem rgba(255,193,7,0.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #5d677e;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #5d677e;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(255,193,7,0.5)
        }

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

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

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 0.04rem rgba(251,79,109,0.5)
    }

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

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #fa1d44;
        border-color: #fa1139
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(251,79,109,0.5)
        }

.btn-light {
    color: #5d677e;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #5d677e;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 0.04rem rgba(248,249,250,0.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #5d677e;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #5d677e;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(248,249,250,0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #2a3844;
    border-color: #2a3844
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1b252c;
        border-color: #171e24
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 0.04rem rgba(42,56,68,0.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #2a3844;
        border-color: #2a3844
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #171e24;
        border-color: #12181d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(42,56,68,0.5)
        }

.btn-outline-primary {
    color: #16c0ef;
    background-color: transparent;
    background-image: none;
    border-color: #16c0ef
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #16c0ef;
        border-color: #16c0ef
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #16c0ef;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #16c0ef;
        border-color: #16c0ef
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.5)
        }

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

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

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.04rem rgba(124,135,150,0.5)
    }

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

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #7c8796;
        border-color: #7c8796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(124,135,150,0.5)
        }

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

    .btn-outline-success:hover {
        color: #fff;
        background-color: #20B700;
        border-color: #20B700
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.04rem rgba(32,183,0,0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #20B700;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #20B700;
        border-color: #20B700
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(32,183,0,0.5)
        }

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

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 0.04rem rgba(23,162,184,0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(23,162,184,0.5)
        }

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

    .btn-outline-warning:hover {
        color: #5d677e;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0.04rem rgba(255,193,7,0.5)
    }

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

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #5d677e;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(255,193,7,0.5)
        }

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

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

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.04rem rgba(251,79,109,0.5)
    }

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

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #fb4f6d;
        border-color: #fb4f6d
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(251,79,109,0.5)
        }

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

    .btn-outline-light:hover {
        color: #5d677e;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 0.04rem rgba(248,249,250,0.5)
    }

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

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #5d677e;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(248,249,250,0.5)
        }

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

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #2a3844;
        border-color: #2a3844
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0.04rem rgba(42,56,68,0.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #2a3844;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #2a3844;
        border-color: #2a3844
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.04rem rgba(42,56,68,0.5)
        }

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

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

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

    .btn-link.disabled, .btn-link:disabled {
        color: #141414
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 0.8rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3 0.5rem
}

.btn-md {
    padding: 0.45rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.3 0.5rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.5rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

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

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

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

    .fade.show {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.show {
        display: block
    }

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

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

.dropdown, .dropup {
    position: relative
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #5d677e;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.4rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem
}

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem
}

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

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

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
}

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

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

    .dropdown-item:focus, .dropdown-item:hover {
        color: #525b6f;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #16c0ef
    }

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: #141414;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label:before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

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

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.4rem
}

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

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        background-color: #16c0ef
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 0 0 0 1px #fff,0 0 0 0.04rem rgba(22,192,239,0.75)
    }

    .custom-control-input:active ~ .custom-control-label:before {
        color: #fff;
        background-color: #bdedfa
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #141414
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #e9ecef
        }

.custom-control-label {
    margin-bottom: 0
}

    .custom-control-label:before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        user-select: none;
        background-color: #e0e6ee
    }

    .custom-control-label:after {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: 0.4rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #16c0ef
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #16c0ef
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(22,192,239,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(22,192,239,0.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #16c0ef
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(22,192,239,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
    -webkit-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #8de0f7;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(141,224,247,0.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

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

    .custom-select:disabled {
        color: #141414;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(2.21875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(3.1rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #8de0f7;
        box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.75)
    }

        .custom-file-input:focus ~ .custom-file-control:before {
            border-color: #8de0f7
        }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.4rem
}

    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.25rem + 2px) - 1px * 2);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.4rem 0.4rem 0
    }

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

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

    .nav-link.disabled {
        color: #141414
    }

.nav-tabs {
    border-bottom: 1px solid #e0e6ee
}

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

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.4rem;
        border-top-right-radius: 0.4rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #e0e6ee
        }

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

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #e0e6ee #e0e6ee #fff
        }

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

.nav-pills .nav-link {
    border-radius: 0.4rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #16c0ef
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

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

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.4rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:1599.98px) {
    .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1600px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem
            }

        .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }

        .navbar-expand-xxl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,0.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.4rem
}

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

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

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

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

.card-title {
    margin-bottom: 0.75rem
}

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

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

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

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

    .card-header:first-child {
        border-radius: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0
    }

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125)
}

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

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

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

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

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

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

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

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

    .card-deck .card {
        margin-bottom: 15px
    }

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

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

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

    .card-group > .card {
        margin-bottom: 15px
    }

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

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

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

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

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

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

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

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

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

            .card-group > .card:only-child {
                border-radius: 0.4rem
            }

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

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

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

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

.card-columns .card {
    margin-bottom: 0.75rem
}

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

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: white;
    border-radius: 0.4rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #141414;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #141414
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.4rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #16c0ef;
    background-color: #fff;
    border: 1px solid #e0e6ee
}

    .page-link:hover {
        color: #0c8aad;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #e0e6ee
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.75)
    }

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

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

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

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

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

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

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3 0.5rem;
    border-bottom-left-radius: 0.3 0.5rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3 0.5rem;
    border-bottom-right-radius: 0.3 0.5rem
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.4rem
}

    .badge:empty {
        display: none
    }

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

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

.badge-primary {
    color: #fff;
    background-color: #16c0ef
}

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

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

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

.badge-success {
    color: #fff;
    background-color: #20B700
}

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

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

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

.badge-warning {
    color: #5d677e;
    background-color: #ffc107
}

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

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

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

.badge-light {
    color: #5d677e;
    background-color: #f8f9fa
}

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

.badge-dark {
    color: #fff;
    background-color: #2a3844
}

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3 0.5rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.4rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

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

.alert-primary {
    color: #0b647c;
    background-color: #d0f2fc;
    border-color: #beedfb
}

    .alert-primary hr {
        border-top-color: #a6e6fa
    }

    .alert-primary .alert-link {
        color: #073e4d
    }

.alert-secondary {
    color: #40464e;
    background-color: #e5e7ea;
    border-color: #dadde2
}

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

    .alert-secondary .alert-link {
        color: #292d32
    }

.alert-success {
    color: #115f00;
    background-color: #d2f1cc;
    border-color: #c1ebb8
}

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

    .alert-success .alert-link {
        color: #082c00
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #832939;
    background-color: #fedce2;
    border-color: #feced6
}

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

    .alert-danger .alert-link {
        color: #5c1d28
    }

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

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

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

.alert-dark {
    color: #161d23;
    background-color: #d4d7da;
    border-color: #c3c7cb
}

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

    .alert-dark .alert-link {
        color: #020304
    }

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.4rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #16c0ef;
    transition: width 0.6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #5d677e;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: 0.4rem;
        border-top-right-radius: 0.4rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #141414;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #16c0ef;
        border-color: #16c0ef
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

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

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

.list-group-item-primary {
    color: #0b647c;
    background-color: #beedfb
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #0b647c;
        background-color: #a6e6fa
    }

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

.list-group-item-secondary {
    color: #40464e;
    background-color: #dadde2
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #40464e;
        background-color: #ccd0d7
    }

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

.list-group-item-success {
    color: #115f00;
    background-color: #c1ebb8
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #115f00;
        background-color: #b0e5a4
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #115f00;
        border-color: #115f00
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

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

.list-group-item-danger {
    color: #832939;
    background-color: #feced6
}

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

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

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

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

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

.list-group-item-dark {
    color: #161d23;
    background-color: #c3c7cb
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #161d23;
        background-color: #b5babf
    }

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0,-25%)
}

.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3 0.5rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: 0.5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3 0.5rem;
    border-top-right-radius: 0.3 0.5rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: 0.25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: 0.25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "HK Grotesk",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8125rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: 0.9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: 0.4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: 0.4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.4rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "HK Grotesk",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3 0.5rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3 0.5rem
    }

        .popover .arrow:after, .popover .arrow:before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: 0.5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
            border-width: 0.5rem 0.5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
            bottom: 0;
            border-top-color: rgba(0,0,0,0.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: 0.5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3 0.5rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
            border-width: 0.5rem 0.5rem 0.5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
            left: 0;
            border-right-color: rgba(0,0,0,0.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 0.5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
            border-width: 0 0.5rem 0.5rem 0.5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
            top: 0;
            border-bottom-color: rgba(0,0,0,0.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: 0.5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3 0.5rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
            border-width: 0.5rem 0 0.5rem 0.5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
            right: 0;
            border-left-color: rgba(0,0,0,0.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3 0.5rem - 1px);
    border-top-right-radius: calc(0.3 0.5rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #5d677e
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

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

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

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

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

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

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

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #16c0ef !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0d9dc5 !important
}

.bg-secondary {
    background-color: #7c8796 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #636e7c !important
}

.bg-success {
    background-color: #20B700 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #178400 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #fb4f6d !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #fa1d44 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #2a3844 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #171e24 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #E6E6E6 !important
}

.border-top {
    border-top: 1px solid #E6E6E6 !important
}

.border-right {
    border-right: 1px solid #E6E6E6 !important
}

.border-bottom {
    border-bottom: 1px solid #E6E6E6 !important
}

.border-left {
    border-left: 1px solid #E6E6E6 !important
}

.border-0 {
    border: 0 !important
}

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

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #16c0ef !important
}

.border-secondary {
    border-color: #7c8796 !important
}

.border-success {
    border-color: #20B700 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #fb4f6d !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #2a3844 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 0.4rem !important
}

.rounded-top {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important
}

.rounded-right {
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important
}

.rounded-left {
    border-top-left-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1600px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1600px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1600px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1600px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: 0.25rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: 0.5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: 0.25rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: 0.5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1600px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #16c0ef !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0d9dc5 !important
}

.text-secondary {
    color: #7c8796 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #636e7c !important
}

.text-success {
    color: #20B700 !important
}

a.text-success:focus, a.text-success:hover {
    color: #178400 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #fb4f6d !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #fa1d44 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #2a3844 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #171e24 !important
}

.text-muted {
    color: #141414 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

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

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

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

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

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

.ttl {
    font-weight: 600;
    margin-bottom: 0.625rem;
    color: #2a3844
}

    .ttl h1, .ttl h2, .ttl h3, .ttl h4, .ttl h5, .ttl h6, .ttl p {
        font-size: inherit;
        margin: inherit;
        color: inherit;
        padding: inherit
    }

        .ttl h1 span, .ttl h2 span, .ttl h3 span, .ttl h4 span, .ttl h5 span, .ttl h6 span, .ttl p span {
            display: block
        }

        .ttl h1 a, .ttl h2 a, .ttl h3 a, .ttl h4 a, .ttl h5 a, .ttl h6 a, .ttl p a {
            color: inherit
        }

            .ttl h1 a:hover, .ttl h2 a:hover, .ttl h3 a:hover, .ttl h4 a:hover, .ttl h5 a:hover, .ttl h6 a:hover, .ttl p a:hover {
                color: #16c0ef
            }

    .ttl.white {
        color: #fff
    }

    .ttl.black {
        color: #000
    }

    .ttl.center {
        text-align: center
    }

    .ttl .mb-0 {
        margin-bottom: 0
    }

    .ttl.primary {
        color: #16c0ef
    }

    .ttl.gray {
        color: #7c8796
    }

.ttl-sec {
    font-size: 1.5rem
}

    .ttl-sec.white {
        color: #fff
    }

    .ttl-sec.black {
        color: #000
    }

    .ttl-sec.ttu {
        text-transform: uppercase
    }

    .ttl-sec.mb-0 {
        margin-bottom: 0
    }

    .ttl-sec.center {
        text-align: center
    }

    .ttl-sec small {
        display: block;
        font-weight: 300;
        text-transform: none;
        color: #7A98A8;
        font-size: 1.125rem
    }

.ttl-page {
    color: #2a3844
}

    .ttl-page.white {
        color: #fff
    }

    .ttl-page.black {
        color: #000
    }

    .ttl-page.ttu {
        text-transform: uppercase
    }

    .ttl-page.mb-0 {
        margin-bottom: 0
    }

    .ttl-page.center {
        text-align: center
    }

.ttl-lg {
    font-size: 3.75rem;
    line-height: 1.3
}

@media (max-width:1600px) {
    .ttl-lg {
        font-size: 3.125rem
    }
}

@media (max-width:1199px) {
    .ttl-lg {
        font-size: 2.8125rem
    }
}

@media (max-width:767px) {
    .ttl-lg {
        font-size: 2.1875rem
    }
}

.ttl-md {
    font-size: 1.5625rem;
    line-height: 1.3
}

@media (max-width:1199px) {
    .ttl-md {
        font-size: 1.75rem
    }
}

@media (max-width:767px) {
    .ttl-md {
        font-size: 1.4375rem
    }
}

.ttl-sm {
    font-size: 1.125rem;
    margin-bottom: 0.5rem
}

@media (max-width:767px) {
    .ttl-sm {
        font-size: 1.0625rem
    }
}

.ttl-36 {
    font-size: 2.25rem;
    letter-spacing: 0.23px
}

.ttl-25 {
    font-size: 1.5625rem;
    letter-spacing: 0.23px
}

.ttl-24 {
    font-size: 1.5rem;
    letter-spacing: 0.23px
}

.ttl-20 {
    font-size: 1.25rem;
    letter-spacing: 0.23px
}

.ttl-19 {
    font-size: 1.1875rem;
    letter-spacing: 0.23px
}

.ttl-18 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0.2px
}

.ttl-17 {
    font-size: 1.0625rem;
    line-height: 1rem;
    letter-spacing: 0.2px
}

.ttl-15 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.17px
}

@media (max-width:767px) {
    .ttl-15 {
        font-size: 1rem
    }
}

.ttl-14 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.15px
}

@media (max-width:767px) {
    .ttl-14 {
        font-size: 0.9375rem
    }
}

.fz-18 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.17px
}

.fz-8 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.17px
}

.fz-14 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.15px
}

.fz-13 {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    letter-spacing: 0.15px
}

.fz-12 {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.15px
}

.fz-11 {
    font-size: 0.625rem;
    line-height: 0.625rem;
    letter-spacing: 0.1px
}

.fz-10 {
    font-size: 0.625rem;
    line-height: 0.625rem;
    letter-spacing: 0.1px
}

@font-face {
    font-family: "syneicons";
    src: url("../font/iconmoon/syneicons.eot?po8cd6");
    src: url("../font/iconmoon/syneicons.eot?po8cd6#iefix") format("embedded-opentype"),url("../font/iconmoon/syneicons.ttf?po8cd6") format("truetype"),url("../font/iconmoon/syneicons.woff?po8cd6") format("woff"),url("../font/iconmoon/syneicons.svg?po8cd6#syneicons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class*=" syneicon-"], [class^=syneicon-] {
    font-family: "syneicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.syneicon-archive:before {
    content: ""
}

.syneicon-circle:before {
    content: ""
}

.syneicon-file-download:before {
    content: ""
}

.syneicon-trash-can:before {
    content: ""
}

.syneicon-downarrow-fill:before {
    content: ""
}

.syneicon-filters:before {
    content: ""
}

.syneicon-eye:before {
    content: ""
}

.syneicon-clock:before {
    content: ""
}

.syneicon-volunteering:before {
    content: ""
}

.syneicon-profile-icon:before {
    content: ""
}

.syneicon-logout-red-icon:before {
    content: "";
    color: #fb4f6d
}

.syneicon-help-icon:before {
    content: ""
}

.syneicon-settings-icon:before {
    content: ""
}

.syneicon-switch-icon:before {
    content: ""
}

.syneicon-image:before {
    content: "";
    color: #a8c6df
}

.syneicon-shuffle-ic:before {
    content: ""
}

.syneicon-image1:before {
    content: ""
}

.syneicon-attach-sm:before {
    content: "";
    color: #a8c6df
}

.syneicon-trash-can1:before {
    content: ""
}

.syneicon-all-blue:before {
    content: ""
}

.syneicon-wallet:before {
    content: ""
}

.syneicon-upi:before {
    content: ""
}

.syneicon-net-banking:before {
    content: ""
}

.syneicon-card:before {
    content: ""
}

.syneicon-direct:before {
    content: ""
}

.syneicon-carrot-right:before {
    content: ""
}

.syneicon-slider-arrow-left:before {
    content: "";
    color: #5d677e
}

.syneicon-slider-arrow-right:before {
    content: "";
    color: #5d677e
}

.syneicon-contribute:before {
    content: ""
}

.syneicon-link1:before {
    content: ""
}

.syneicon-flopy:before {
    content: ""
}

.syneicon-export-white:before {
    content: ""
}

.syneicon-facebook2:before {
    content: ""
}

.syneicon-yt2:before {
    content: ""
}

.syneicon-in2:before {
    content: ""
}

.syneicon-twitter21:before {
    content: ""
}

.syneicon-flag:before {
    content: ""
}

.syneicon-like-thumb:before {
    content: ""
}

.syneicon-delete-fill:before {
    content: ""
}

.syneicon-correct:before {
    content: ""
}

.syneicon-pin:before {
    content: ""
}

.syneicon-shield:before {
    content: ""
}

.syneicon-rss:before {
    content: ""
}

.syneicon-attach:before {
    content: ""
}

.syneicon-pdf:before {
    content: ""
}

.syneicon-question:before {
    content: ""
}

.syneicon-friends:before {
    content: ""
}

/*.syneicon-carrot-down:before {
    content: ""
}*/

.syneicon-info:before {
    content: ""
}

.syneicon-back-arrow-blue:before {
    content: ""
}

.syneicon-right-arrow:before {
    content: ""
}

.syneicon-left-arrow:before {
    content: ""
}

.syneicon-school-placeholder:before {
    content: ""
}

.syneicon-work-placeholder:before {
    content: ""
}

.syneicon-search-thick:before {
    content: ""
}

.syneicon-trash:before {
    content: ""
}

.syneicon-dark-close:before {
    content: ""
}

.syneicon-report:before {
    content: ""
}

.syneicon-search-new:before {
    content: ""
}

.syneicon-settings:before {
    content: ""
}

.syneicon-transaction:before {
    content: ""
}

.syneicon-delpost:before {
    content: "";
    color: #5d677e
}

.syneicon-organisations:before {
    content: ""
}

.syneicon-share-sm:before {
    content: ""
}

.syneicon-comment:before {
    content: ""
}

.syneicon-add-photo:before {
    content: ""
}

.syneicon-save-drafts:before {
    content: ""
}

.syneicon-search:before {
    content: ""
}

.syneicon-share:before {
    content: ""
}

.syneicon-smiley:before {
    content: ""
}

.syneicon-timeline:before {
    content: ""
}

.syneicon-aboutme:before {
    content: ""
}

.syneicon-add-plus:before {
    content: ""
}

.syneicon-attach1:before {
    content: ""
}

.syneicon-camera:before {
    content: ""
}

.syneicon-edit:before {
    content: ""
}

.syneicon-event:before {
    content: ""
}

.syneicon-liked:before {
    content: "";
    color: #fb4f6d
}

.syneicon-link:before {
    content: ""
}

.syneicon-lock:before {
    content: ""
}

.syneicon-projects:before {
    content: ""
}

.syneicon-public:before {
    content: ""
}

.syneicon-saved-drafts:before {
    content: ""
}

.syneicon-home:before {
    content: ""
}

.syneicon-explore:before {
    content: ""
}

.syneicon-back:before {
    content: ""
}

.syneicon-check-mark:before {
    content: ""
}

.syneicon-stories:before {
    content: ""
}

.syneicon-saved:before {
    content: ""
}

.syneicon-location:before {
    content: ""
}

.syneicon-more:before {
    content: ""
}

.syneicon-chat:before {
    content: ""
}

.syneicon-notif-icon:before {
    content: ""
}

.syneicon-update:before {
    content: ""
}

@font-face {
    font-family: "deafult-icons";
    src: url("../font/fontello/deafult-icons.eot?92060687");
    src: url("../font/fontello/deafult-icons.eot?92060687#iefix") format("embedded-opentype"),url("../font/fontello/deafult-icons.woff2?92060687") format("woff2"),url("../font/fontello/deafult-icons.woff?92060687") format("woff"),url("../font/fontello/deafult-icons.ttf?92060687") format("truetype"),url("../font/fontello/deafult-icons.svg?92060687#deafult-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=" ico-"]:before, [class^=ico-]:before {
    font-family: "deafult-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ico-youtube:before {
    content: ""
}

.ico-down-open-mini:before {
    content: ""
}

.ico-left-open-mini:before {
    content: ""
}

.ico-left-open-big:before {
    content: ""
}

.ico-right-open-big:before {
    content: ""
}

.ico-left:before {
    content: ""
}

.ico-right:before {
    content: ""
}

.ico-left-open:before {
    content: ""
}

.ico-right-open:before {
    content: ""
}

.ico-heart:before {
    content: ""
}

.ico-search:before {
    content: ""
}

.ico-chat:before {
    content: ""
}

.ico-cancel:before {
    content: ""
}

.ico-cancel-1:before {
    content: ""
}

.ico-phone:before {
    content: ""
}

.ico-mail:before {
    content: ""
}

.ico-star:before {
    content: ""
}

.ico-star-empty:before {
    content: ""
}

.ico-user:before {
    content: ""
}

.ico-play-circle2:before {
    content: ""
}

.ico-plus:before {
    content: ""
}

.ico-minus:before {
    content: ""
}

.ico-menu:before {
    content: ""
}

.ico-clock:before {
    content: ""
}

.ico-heart-2:before {
    content: ""
}

.ico-heart-empty-1:before {
    content: ""
}

.ico-location:before {
    content: ""
}

.ico-cancel-circled:before {
    content: ""
}

.ico-twitter:before {
    content: ""
}

.ico-facebook:before {
    content: ""
}

.ico-linkedin:before {
    content: ""
}

.ico-circle:before {
    content: ""
}

.ico-direction:before {
    content: ""
}

.ico-thumbs-up-alt:before {
    content: ""
}

.ico-youtube-squared:before {
    content: ""
}

.ico-youtube-play:before {
    content: ""
}

.ico-instagram:before {
    content: ""
}

.ico-circle-thin:before {
    content: ""
}

@media (max-width:991px) {
    .syne-header {
        padding-left: 60px
    }

    #left-sidebar {
        display: none
    }
}

@media (min-width:991px) {
    .left-sidebar {
        position: sticky;
        position: -webkit-sticky;
    }

        .left-sidebar .customScroll {
            height: auto;
            max-height: calc(100vh - 75px)
        }

    #left-sidebar .menu-user-bg figure {
        height: 108px
    }

        #left-sidebar .menu-user-bg figure img {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

    #left-sidebar .usr-place {
        font-size: 0.625rem
    }

    #left-sidebar .usr-uname {
        color: #7c8796
    }

    .dash-box {
        position: relative
    }

        .dash-box hr {
            border-top: solid 1px rgba(224,230,238,0.59)
        }

        .dash-box.user-details {
            position: relative;
            margin-top: -43px
        }

        .dash-box.followers p {
            font-size: 0.8125rem
        }

            .dash-box.followers p a {
                color: inherit;
                text-decoration: none !important
            }

                .dash-box.followers p a:hover {
                    color: #16c0ef !important
                }

        .dash-box.menu-list-bx .menulist {
            margin: 0;
            padding: 0;
            list-style: none
        }

        .dash-box.menu-list-bx .menulist-item {
            font-size: 0.8125rem;
            font-weight: 700
        }

            .dash-box.menu-list-bx .menulist-item a {
                color: #5d677e;
                padding: 1.5625rem;
                padding-top: 0.6875rem;
                padding-bottom: 0.6875rem;
                display: flex;
                align-items: center;
                text-decoration: none;
                position: relative;
                transition: all,ease,0.3s
            }

                .dash-box.menu-list-bx .menulist-item a:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 0;
                    width: 2px;
                    background: #16c0ef;
                    transition: all,ease,0.3s
                }

                .dash-box.menu-list-bx .menulist-item a.active-menu, .dash-box.menu-list-bx .menulist-item a:hover {
                    background-color: rgba(22,192,239,0.1)
                }

                    .dash-box.menu-list-bx .menulist-item a.active-menu:before, .dash-box.menu-list-bx .menulist-item a:hover:before {
                        height: 100%
                    }

                    .dash-box.menu-list-bx .menulist-item a.active-menu i, .dash-box.menu-list-bx .menulist-item a:hover i {
                        color: #16c0ef
                    }

                .dash-box.menu-list-bx .menulist-item a .sp-count {
                    margin-left: auto;
                    color: #c1cad5;
                    font-weight: 600;
                    position: relative
                }

                    .dash-box.menu-list-bx .menulist-item a .sp-count.notify:before {
                        content: "";
                        width: 4px;
                        height: 4px;
                        object-fit: contain;
                        background-color: #0db2e0;
                        position: absolute;
                        left: -10px;
                        top: 8px;
                        border-radius: 50%
                    }

            .dash-box.menu-list-bx .menulist-item i {
                font-size: 14px;
                margin-right: 0.8125rem
            }

        .dash-box.edit-profile {
            padding-bottom: 1.5625rem
        }

            .dash-box.edit-profile .edit-profile-btn {
                font-size: 0.8125rem;
                text-decoration: none;
                color: #16c0ef;
                font-weight: 600;
                cursor: pointer
            }

                .dash-box.edit-profile .edit-profile-btn i {
                    color: #16c0ef
                }
}

@media (max-width:991px) {
    #left-sidebar {
        z-index: 1042;
        display: block;
        position: fixed;
        max-width: 300px;
        top: 0;
        left: -100%;
        height: 100%;
        width: 100%;
        height: 100%;
        overflow: auto;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
        background-color: #f9fafc;
        padding: 0;
        transition: -webkit-left 0.4s cubic-bezier(0.5,0,0,1);
        transition: left 0.4s cubic-bezier(0.5,0,0,1);
        transition: left 0.4s cubic-bezier(0.5,0,0,1),-webkit-right 0.4s cubic-bezier(0.5,0,0,1)
    }

        #left-sidebar hr {
            display: none
        }

        #left-sidebar .syneScroll {
            height: 100vh
        }

        #left-sidebar .followers, #left-sidebar .menu-user-bg, #left-sidebar .usr-discription, #left-sidebar .usr-place {
            display: none !important
        }

        #left-sidebar .user-details {
            padding-left: 1.5625rem;
            padding-top: 2.1875rem
        }

            #left-sidebar .user-details .user-image {
                width: 40px;
                height: 40px;
                flex: 0 0 40px;
                max-width: 40px;
                margin-right: 0.9375rem
            }

        #left-sidebar .syne-bx {
            border: none;
            background: none
        }

        #left-sidebar .dash-box {
            border: none;
            background: white
        }

            #left-sidebar .dash-box.menu-title-mob {
                padding-top: 0.9375rem;
                padding-bottom: 0.9375rem;
                padding-left: 1.5625rem;
                background-color: #f9fafc;
                font-size: 0.8125rem;
                font-weight: 600;
                border-top: solid 1px rgba(224,230,238,0.5)
            }

            #left-sidebar .dash-box.menu-list-bx .menulist {
                margin: 0;
                padding: 0;
                list-style: none
            }

            #left-sidebar .dash-box.menu-list-bx .menulist-item {
                font-size: 0.9375rem;
                font-weight: 700
            }

                #left-sidebar .dash-box.menu-list-bx .menulist-item a {
                    color: #5d677e;
                    padding: 1.5625rem;
                    padding-top: 0.9375rem;
                    padding-bottom: 0.9375rem;
                    padding-left: 0;
                    display: flex;
                    align-items: center;
                    text-decoration: none;
                    position: relative;
                    transition: all,ease,0.3s;
                    border-bottom: solid 1px rgba(224,230,238,0.5);
                    padding-left: 1.5625rem
                }

                    #left-sidebar .dash-box.menu-list-bx .menulist-item a:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 0;
                        height: 0;
                        width: 2px;
                        background: #16c0ef;
                        transition: all,ease,0.3s
                    }

                    #left-sidebar .dash-box.menu-list-bx .menulist-item a:hover {
                        background-color: rgba(22,192,239,0.1)
                    }

                        #left-sidebar .dash-box.menu-list-bx .menulist-item a:hover:before {
                            height: 100%
                        }

                        #left-sidebar .dash-box.menu-list-bx .menulist-item a:hover i {
                            color: #16c0ef
                        }

                    #left-sidebar .dash-box.menu-list-bx .menulist-item a .sp-count {
                        margin-left: auto;
                        color: #c1cad5;
                        font-weight: 600;
                        position: relative
                    }

                        #left-sidebar .dash-box.menu-list-bx .menulist-item a .sp-count.notify:before {
                            content: "";
                            width: 4px;
                            height: 4px;
                            object-fit: contain;
                            background-color: #0db2e0;
                            position: absolute;
                            left: -10px;
                            top: 8px;
                            border-radius: 50%
                        }

                #left-sidebar .dash-box.menu-list-bx .menulist-item i {
                    font-size: 16px;
                    margin-right: 0.625rem
                }

            #left-sidebar .dash-box.edit-profile {
                padding-top: 0.9375rem;
                padding-bottom: 0.9375rem;
                padding-left: 1.5625rem;
                border-bottom: solid 1px rgba(224,230,238,0.5)
            }

                #left-sidebar .dash-box.edit-profile .edit-profile-btn {
                    font-size: 0.9375rem;
                    text-decoration: none;
                    color: #16c0ef;
                    font-weight: 600;
                    cursor: pointer
                }

                    #left-sidebar .dash-box.edit-profile .edit-profile-btn i {
                        color: #16c0ef
                    }

            #left-sidebar .dash-box.mob-user-profile {
                padding-bottom: 2.1875rem;
                padding-top: 0.9375rem;
                margin-top: 1.25rem
            }

                #left-sidebar .dash-box.mob-user-profile ul {
                    list-style: none
                }

                #left-sidebar .dash-box.mob-user-profile .menulist-item a {
                    border: none;
                    padding-top: 0.75rem;
                    padding-bottom: 0.75rem
                }

    .show-menu #left-sidebar {
        left: 0
    }

    .show-menu .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 1041
    }

    .mob-btn {
        position: absolute;
        margin: 0px;
        background-color: transparent;
        cursor: pointer;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px
    }

        .mob-btn span {
            display: block;
            width: 100%;
            height: 2px;
            border-radius: 1px;
            background: #16c0ef;
            transition: all 0.3s cubic-bezier(0,0,0.58,1)
        }

        .mob-btn .icon-left-1 {
            display: none;
            background: none;
            height: 0;
            width: 0
        }

        .mob-btn span + span {
            margin-top: 4px
        }
}

.setting-submenu-items {
    z-index: 1042;
    display: block;
    position: fixed;
    max-width: 300px;
    top: 0;
    right: -100%;
    height: 100%;
    transition: all,ease-in-out,0.3s;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 0
}

    .setting-submenu-items .submenu-back {
        background-color: #f9fafc;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        border-top: 1px solid #eef0f5;
        border-bottom: 1px solid #eef0f5
    }

        .setting-submenu-items .submenu-back .ico-left {
            font-size: 0.9375rem
        }

    .setting-submenu-items ul {
        padding: 0;
        margin: 0
    }

        .setting-submenu-items ul li {
            list-style: none
        }

            .setting-submenu-items ul li li {
                font-size: 0.8125rem;
                text-transform: capitalize
            }

                .setting-submenu-items ul li li a {
                    color: #5d677e
                }

.sm-content-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

body.show-menu {
    overflow: hidden;
    background: #fff;
    height: 100vh
}

    body.show-menu .mob-btn {
        z-index: 9
    }

        body.show-menu .mob-btn span + span {
            width: 80%
        }

            body.show-menu .mob-btn span + span + span {
                width: 50%
            }

body.setting-submenu-open #left-sidebar {
    left: -100%
}

body.setting-submenu-open .setting-submenu-items {
    left: 0
}

body.setting-submenu-open .user-details {
    padding-left: 1.5625rem;
    padding-top: 2.1875rem
}

.user-login-menu {
    display: none
}

@media (max-width:991px) {
    .user-login-menu {
        padding: 16px;
        background: #fff;
        height: 100%;
        width: 100%
    }

        .user-login-menu .user-login-menu-hdr .close i {
            color: #16c0ef !important
        }

        .user-login-menu .user-login-menu-hdr .logo {
            margin-left: 2.5rem
        }

            .user-login-menu .user-login-menu-hdr .logo img {
                width: 3.125rem
            }

        .user-login-menu .user-login-menu-list {
            padding-top: 3.4375rem;
            text-align: center
        }

            .user-login-menu .user-login-menu-list li {
                width: 100%;
                margin-bottom: 1.5625rem
            }

                .user-login-menu .user-login-menu-list li a {
                    letter-spacing: 0.15px;
                    text-align: center;
                    color: #7c8796
                }

                .user-login-menu .user-login-menu-list li.primary a {
                    color: #16c0ef !important
                }

                .user-login-menu .user-login-menu-list li.active {
                    border: 1px solid #16c0ef
                }
}

.profile-menu-links ul {
    padding: 0;
    margin: 0
}

    .profile-menu-links ul li {
        list-style: none
    }

.profile-menu-links .menulist-item a {
    text-decoration: none;
    color: #5d677e
}

    .profile-menu-links .menulist-item a i {
        color: #5d677e !important
    }

    .profile-menu-links .menulist-item a:hover {
        color: #16c0ef
    }

.profile-sidebar .side-location .ico-location {
    position: relative;
    left: -5px
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height 0.5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

    .slick-slider :focus {
        outline: none
    }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.default .slick-next, .default .slick-prev {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: #000;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.1)
}

@media (max-width:1450px) {
    .default .slick-next, .default .slick-prev {
        width: 35px;
        height: 35px
    }
}

.default .slick-next:focus, .default .slick-next:hover, .default .slick-prev:focus, .default .slick-prev:hover {
    outline: none;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.36)
}

    .default .slick-next:focus:before, .default .slick-next:hover:before, .default .slick-prev:focus:before, .default .slick-prev:hover:before {
        font-size: 17px
    }

.default .slick-next.slick-disabled:before, .default .slick-prev.slick-disabled:before {
    opacity: 1
}

.default .slick-next:before, .default .slick-prev:before {
    font-family: "deafult-icons";
    font-size: 15px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.default .slick-prev {
    left: 35px
}

@media (max-width:992px) {
    .default .slick-prev {
        left: 15px
    }
}

[dir=rtl] .default .slick-prev {
    left: auto;
    right: -60px
}

@media (max-width:1450px) {
    [dir=rtl] .default .slick-prev {
        left: 0
    }
}

.default .slick-prev:before {
    content: ""
}

[dir=rtl] .default .slick-prev:before {
    content: ""
}

.default .slick-next {
    right: 35px
}

@media (max-width:992px) {
    .default .slick-next {
        right: 15px
    }
}

[dir=rtl] .default .slick-next {
    left: -60px;
    right: auto
}

@media (max-width:1450px) {
    [dir=rtl] .default .slick-next {
        right: 0
    }
}

.default .slick-next:before {
    content: ""
}

[dir=rtl] .default .slick-next:before {
    content: ""
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: cener;
    padding: 0 15px;
    margin: 0
}

@media (min-width:1200px) {
    .slick-dots li {
        margin: 0 10px 0 0
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

    .slick-dots li + li {
        margin-left: 10px
    }

    .slick-dots li button {
        background: #fff;
        border-radius: 50%;
        display: block;
        height: 10px;
        width: 10px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 0;
        cursor: pointer;
        overflow: hidden;
        text-indent: -9999px;
        border: none;
        border-radius: 15px;
        background: rgba(255,255,255,0.4);
        transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        -webkit-transition: all ease-in-out 0.4s;
        cursor: pointer
    }

        .slick-dots li button:focus, .slick-dots li button:hover {
            outline: none
        }

            .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                opacity: 1
            }

    .slick-dots li.slick-active button {
        width: 20px;
        background: #fff
    }

@media (max-width:767.98px) {
    .slick-dots li {
        margin: 0 5px
    }

        .slick-dots li button {
            height: 9px;
            width: 9px
        }
}

.dots-left .slick-dots {
    left: 0
}

.dots-right .slick-dots {
    right: 0
}

.dots-center .slick-dots {
    left: 50%;
    transform: translateX(-50%)
}

.dots-primary .slick-dots li button {
    background: #c7c7c7
}

.dots-primary .slick-dots li.slick-active button {
    background: #16c0ef
}

.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 24px;
    width: 100%;
    height: 96px;
    align-items: center;
    border: 1px solid rgba(162,212,239,0.5);
    border-radius: 0.7rem;
    background: #fff
}

@media (max-width:1600px) {
    .audioplayer {
        height: 85px
    }
}

@media (max-width:1199px) {
    .audioplayer {
        height: 75px
    }
}

@media (max-width:576px) {
    .audioplayer {
        height: 60px;
        padding-right: 10px;
        padding-left: 10px
    }
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

@media (max-width:1600px) {
    .audioplayer-playpause {
        width: 52px;
        height: 52px
    }
}

@media (max-width:1199px) {
    .audioplayer-playpause {
        width: 45px;
        height: 45px
    }
}

@media (max-width:767px) {
    .audioplayer-playpause {
        width: 37px;
        height: 37px
    }
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91,130,255,0);
    border: 2px solid #16c0ef
}

    .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
        background: rgba(91,130,255,0.1)
    }

.audioplayer-playing .audioplayer-playpause {
    background: rgba(253,79,26,0);
    border: 2px solid #7c8796
}

    .audioplayer-playing .audioplayer-playpause:hover {
        background: rgba(124,135,150,0.1)
    }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: "";
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #16c0ef
}

.audioplayer-playing .audioplayer-playpause a {
    content: "";
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px
}

    .audioplayer-playing .audioplayer-playpause a:after, .audioplayer-playing .audioplayer-playpause a:before {
        content: "";
        width: 4px;
        height: 14px;
        background-color: #7c8796
    }

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content: center;
    font-size: 12px;
    color: rgba(51,51,51,0.6)
}

.audioplayer-time-current {
    margin-left: 24px
}

@media (max-width:576px) {
    .audioplayer-time-current {
        margin-left: 10px
    }
}

.audioplayer-time-duration {
    margin-right: 24px
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer
}

    .audioplayer-bar:before {
        content: "";
        position: absolute;
        top: 5px;
        width: 100%;
        height: 2px;
        background-color: #DDE2E6
    }

    .audioplayer-bar > div {
        position: absolute;
        left: 0;
        top: 5px
    }

.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #D3E6F0
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left,#09B1FA,#09B1FA)
}

    .audioplayer-bar-played:after {
        display: flex;
        position: absolute;
        content: "";
        box-sizing: border-box;
        top: -5px;
        right: -1px;
        margin-right: -5px;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 6px
    }

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played:after {
    border: 2px solid #BEC8D2
}

.audioplayer-playing .audioplayer-bar-played:after {
    border: 2px solid #16c0ef
}

.audioplayer-volume {
    display: flex;
    align-items: center
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer
}

    .audioplayer-volume-button a {
        display: flex;
        width: 6px;
        height: 8px;
        background-color: #9A9FB0;
        position: relative
    }

        .audioplayer-volume-button a:after, .audioplayer-volume-button a:before {
            content: "";
            position: absolute
        }

        .audioplayer-volume-button a:before {
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-right: 9px solid #9A9FB0;
            border-bottom: 8px solid transparent;
            border-left: none;
            top: -4px
        }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg)
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A
}

    .audioplayer-mute .audioplayer-volume-button a:before {
        border-right: 9px solid #FD4F1A
    }

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px
}

    .audioplayer-volume-adjust > div {
        position: relative;
        display: flex;
        width: 60px;
        height: 2px;
        cursor: pointer;
        background-color: #BEC8D2
    }

    .audioplayer-volume-adjust div div {
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background-color: #16c0ef
    }

@media screen and (max-width:679px) {
    .audioplayer-volume-adjust {
        display: none
    }
}

.mCustomScrollbar {
    touch-action: pinch-zoom
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        border-radius: 16px;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        box-sizing: border-box
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity 0.2s ease-in-out,background-color 0.2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width 0.2s ease-out 0.2s,height 0.2s ease-out 0.2s,margin-left 0.2s ease-out 0.2s,margin-right 0.2s ease-out 0.2s,margin-top 0.2s ease-out 0.2s,margin-bottom 0.2s ease-out 0.2s,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

    .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: 0.75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"
    }

    .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: 0.9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)"
    }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,0.1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,0.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px
    }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0
    }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 16px
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        width: 8px;
        background-color: #000;
        background-color: rgba(0,0,0,0.2);
        box-shadow: inset 1px 0 1px rgba(0,0,0,0.5),inset -1px 0 1px rgba(255,255,255,0.2)
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #555
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px
    }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),inset 0 -1px 1px rgba(255,255,255,0.2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
        border-radius: 7px
    }

        .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            border-radius: 5px
        }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0,0,0,0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.4),inset -1px 0 0 rgba(0,0,0,0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(0,0,0,0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0,0,0,0.2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0,0,0,0.2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255,255,255,0.2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0,0,0,0.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,0.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9)
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */ .datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

    .datepicker.datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff
    }

.datepicker > div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: linear-gradient(top,#fdd49a,#fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a",endColorstr="#fdf59a",GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

    .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
        background-color: #fdf59a
    }

        .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
            background-color: #fbf069\9
        }

        .datepicker table tr td.today:hover:hover {
            color: #000
        }

        .datepicker table tr td.today.active:hover {
            color: #fff
        }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eeeeee;
    border-radius: 0
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
        background-color: #f3d17a;
        background-image: linear-gradient(top,#f3c17a,#f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a",endColorstr="#f3e97a",GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border-radius: 0
    }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a
        }

            .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
                background-color: #efe24b\9
            }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: linear-gradient(top,#b3b3b3,#808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3",endColorstr="#808080",GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
        background-color: #808080
    }

        .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
            background-color: #666666\9
        }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: linear-gradient(top,#0088cc,#16c0ef);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="$primary-color",GradientType=0);
    border-color: #16c0ef #16c0ef #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

    .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
        background-color: #16c0ef
    }

        .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
            background-color: #003399\9
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker table tr td span:hover {
        background: #eeeeee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-color: #006dcc;
        background-image: linear-gradient(top,#0088cc,#16c0ef);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="$primary-color",GradientType=0);
        border-color: #16c0ef #16c0ef #002a80;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
    }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
            background-color: #16c0ef
        }

            .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
                background-color: #003399\9
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #999999
    }

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker tfoot tr th, .datepicker thead tr:first-child th {
    cursor: pointer
}

    .datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
        background: #eeeeee
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px
}

    .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
        padding: 4px 5px
    }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.select2-dropdown {
    background-color: white;
    border: 1px solid #dde2e9;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #2a3844 !important;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #bac3cf
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            background-color: #f1f1f1;
            color: #333;
            outline: none
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #16c0ef;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom,white 50%,#eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #16c0ef
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom,#eeeeee 50%,#cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #16c0ef
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom,white 0%,#eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom,#eeeeee 50%,white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #16c0ef
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #16c0ef
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #16c0ef;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #16c0ef
}

.croppie-container {
    width: 100%;
    height: 100%
}

    .croppie-container .cr-image {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: 0 0;
        max-height: none;
        max-width: none
    }

    .croppie-container .cr-boundary {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    .croppie-container .cr-resizer, .croppie-container .cr-viewport {
        position: absolute;
        border: 2px solid #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 0 2000px 2000px rgba(0,0,0,0.5);
        z-index: 0
    }

    .croppie-container .cr-resizer {
        z-index: 2;
        box-shadow: none;
        pointer-events: none
    }

    .croppie-container .cr-resizer-horisontal, .croppie-container .cr-resizer-vertical {
        position: absolute;
        pointer-events: all
    }

        .croppie-container .cr-resizer-horisontal:after, .croppie-container .cr-resizer-vertical:after {
            display: block;
            position: absolute;
            box-sizing: border-box;
            border: 1px solid black;
            background: #fff;
            width: 10px;
            height: 10px;
            content: ""
        }

    .croppie-container .cr-resizer-vertical {
        bottom: -5px;
        cursor: row-resize;
        width: 100%;
        height: 10px
    }

        .croppie-container .cr-resizer-vertical:after {
            left: 50%;
            margin-left: -5px
        }

    .croppie-container .cr-resizer-horisontal {
        right: -5px;
        cursor: col-resize;
        width: 10px;
        height: 100%
    }

        .croppie-container .cr-resizer-horisontal:after {
            top: 50%;
            margin-top: -5px
        }

    .croppie-container .cr-original-image {
        display: none
    }

    .croppie-container .cr-vp-circle {
        border-radius: 50%
    }

    .croppie-container .cr-overlay {
        z-index: 1;
        position: absolute;
        cursor: move;
        touch-action: none
    }

    .croppie-container .cr-slider-wrap {
        width: 75%;
        margin: 15px auto;
        text-align: center
    }

.croppie-result {
    position: relative;
    overflow: hidden
}

    .croppie-result img {
        position: absolute
    }

.croppie-container .cr-image, .croppie-container .cr-overlay, .croppie-container .cr-viewport {
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent
}

    .cr-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        background: rgba(0,0,0,0.5);
        border: 0;
        border-radius: 3px
    }

    .cr-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px
    }

    .cr-slider:focus {
        outline: none
    }

    .cr-slider::-moz-range-track {
        width: 100%;
        height: 3px;
        background: rgba(0,0,0,0.5);
        border: 0;
        border-radius: 3px
    }

    .cr-slider::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px
    }

    .cr-slider:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px
    }

    .cr-slider::-ms-track {
        width: 100%;
        height: 5px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent
    }

    .cr-slider::-ms-fill-lower {
        background: rgba(0,0,0,0.5);
        border-radius: 10px
    }

    .cr-slider::-ms-fill-upper {
        background: rgba(0,0,0,0.5);
        border-radius: 10px
    }

    .cr-slider::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: 1px
    }

    .cr-slider:focus::-ms-fill-lower {
        background: rgba(0,0,0,0.5)
    }

    .cr-slider:focus::-ms-fill-upper {
        background: rgba(0,0,0,0.5)
    }

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

    .cr-rotate-controls button {
        border: 0;
        background: none
    }

    .cr-rotate-controls i:before {
        display: inline-block;
        font-style: normal;
        font-weight: 900;
        font-size: 22px
    }

.cr-rotate-l i:before {
    content: "↺"
}

.cr-rotate-r i:before {
    content: "↻"
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        transform: translateY(0px)
    }

    to {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        transform: translateY(0px)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    20% {
        transform: scale(1)
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 20px 20px
}

    .dropzone.dz-clickable {
        cursor: pointer
    }

        .dropzone.dz-clickable * {
            cursor: default
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer
        }

    .dropzone.dz-started .dz-message {
        display: none
    }

    .dropzone.dz-drag-hover {
        border-style: solid
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 2em 0
    }

        .dropzone .dz-message .dz-button {
            background: none;
            color: inherit;
            border: none;
            padding: 0;
            font: inherit;
            cursor: pointer;
            outline: inherit
        }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px
    }

        .dropzone .dz-preview:hover {
            z-index: 1000
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom,#eee,#ddd)
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                transition: opacity 0.2s linear
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0,0,0,0.9);
            line-height: 150%
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200,200,200,0.8);
                    background-color: rgba(255,255,255,0.8)
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255,255,255,0.4);
                    padding: 0 0.4em;
                    border-radius: 3px
                }

        .dropzone .dz-preview:hover .dz-image img {
            transform: scale(1.05,1.05)
        }

        .dropzone .dz-preview .dz-image {
            overflow: hidden;
            width: 190px;
            height: 126px;
            position: relative;
            display: block;
            z-index: 10
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
                width: 100%;
                height: auto;
                object-fit: cover;
                max-width: 100%
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            animation: passing-through 3s cubic-bezier(0.77,0,0.175,1)
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            animation: slide-in 3s cubic-bezier(0.77,0,0.175,1)
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px
        }

            .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
                display: block;
                width: 54px;
                height: 54px
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            transition: all 0.2s linear
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            transition: opacity 0.4s ease-in
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            animation: pulse 6s ease infinite
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255,255,255,0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom,#666,#444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                transition: width 300ms ease-in-out
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom,#be2626,#a92222);
            padding: 0.5em 1.2em;
            color: white
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: "";
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626
            }

@media (min-width:1200px) {
    .conatiner-940 {
        max-width: 970px
    }
}

.overflow-hidden {
    overflow: hidden !important
}

.anim-t {
    transition: all,ease,0.3s
}

.anim-t5 {
    transition: all,ease,0.5s
}

.cursor {
    cursor: pointer
}

@media (max-width:991px) {
    .max-991-hide {
        display: none
    }
}

@media (max-width:767px) {
    .max-767-hide {
        display: none
    }
}

@media (max-width:767px) {
    .max-568-hide {
        display: none
    }
}

.max-991-show {
    display: none
}

@media (max-width:991px) {
    .max-991-show {
        display: block
    }
}

.max-767-show {
    display: none
}

@media (max-width:767px) {
    .max-767-show {
        display: block
    }
}

.max-567-show {
    display: none
}

@media (max-width:567px) {
    .max-567-show {
        display: block
    }
}

@media (max-width:767px) {
    .max-767-hide-imp {
        display: none !important
    }
}

.d-flx {
    display: flex;
    flex-wrap: wrap
}

    .d-flx.no-wrap {
        flex-wrap: nowrap
    }

.btn.btn-follow, .btn.btn-following, .flx-both {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flx-top {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.flx-bottom {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.flx-vcenter {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flx-left {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}

.flx-right {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.flx-hcenter {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.flx-equal-space {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.cf:after {
    display: block;
    clear: both;
    content: ""
}

.d-blk {
    display: block
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.h100 {
    height: 100%
}

.w100 {
    width: 100%
}

.tel {
    cursor: default
}

.no-pad {
    padding: 0 !important
}

.default {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

    .default li {
        list-style-type: none
    }

        .default li:after, .default li:before {
            display: none
        }

@keyframes zoom1 {
    0% {
        transform: scale(0.8);
        opacity: 1
    }

    to {
        transform: scale(1.1);
        opacity: 0
    }
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

.img-center {
    position: relative
}

    .img-center:after {
        content: "";
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%
    }

    .img-center.wide:after {
        padding-bottom: 56%
    }

    .img-center iframe, .img-center img, .img-center video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%
    }

.img-center1 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #eaf3fb;
    margin: 0
}

    .img-center1 img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        margin: auto
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
        opacity: 0
    }
}

.hover-anim {
    transition: all,ease-in,0.3sec
}

    .hover-anim:hover {
        transition: all,ease-in,0.3sec
    }

.f-black {
    font-weight: 600
}

.f-bold, .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .date-wrap .month, .prd-box .ends-in-text p strong, .prd-box .post-fund-details p.rised strong {
    font-weight: 700;
    letter-spacing: 0.2px
}

.edit-popup .edit-textarea :-moz-placeholder, .edit-popup .edit-textarea :-ms-input-placeholder, .edit-popup .edit-textarea ::-moz-placeholder, .edit-popup .edit-textarea ::-webkit-input-placeholder, .f-sbold, .payment-items-wrap .more-sel .select2-selection__placeholder, .payment-items-wrap .more-sel .select2-selection__rendered, .user-profile-dropdown .dropdown-menu .dropdown-item {
    font-weight: 600;
    letter-spacing: 0.5px
}

.f-xbold {
    font-weight: 800
}

.f-light {
    font-weight: 300
}

.custom_radio [type=radio]:checked + label, .custom_radio [type=radio]:not(:checked) + label, .f-medium, .page-projects-view .prj-content, .project-edit-page .edit-top-ttl .select2-container--default .select2-selection--single .select2-selection__placeholder, .project-edit-page .edit-top-ttl .select2-container--default .select2-selection--single .select2-selection__rendered, .timeline-content .comp-items .comp-item {
    font-weight: 500
}

    .edit-profile .select2-container--default .select2-selection--single .select2-selection__rendered, .f-regular, .sel-2.sel-location .select2-container--default .select2-selection--single .select2-selection__rendered, .timeline-content .comp-items .comp-item.pending-status {
        font-weight: 400
    }

.f2-black {
    font-weight: 600 !important
}

.f2-bold {
    font-weight: 700;
    letter-spacing: 0.5px
}

.about-content .btn-edit, .btn.btn-md2, .close2 .close-text, .f2-sbold, .page-create-project .cpr-footer .btn, .right-sidebar .right-sidebar-inr .btn-viewmore, .setting-submenu-items ul li li, .syne-group2 .form-control, .syne-group label, .toc-page ul li a {
    font-weight: 600;
    letter-spacing: 0.5px
}

.f2-light {
    font-weight: 300
}

.addnew-card .syne-group2 .form-label, .addnew-card .syne-group2 :-moz-placeholder, .addnew-card .syne-group2 :-ms-input-placeholder, .addnew-card .syne-group2 ::-moz-placeholder, .addnew-card .syne-group2 ::-webkit-input-placeholder, .addnew-card .syne-group .form-label, .addnew-card .syne-group :-moz-placeholder, .addnew-card .syne-group :-ms-input-placeholder, .addnew-card .syne-group ::-moz-placeholder, .addnew-card .syne-group ::-webkit-input-placeholder, .f2-medium, .page-projects-view .prj-datas .prj-link p, .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .m-ttl p {
    font-weight: 500
}

.f2-regular {
    font-weight: 400
}

.pink {
    color: #fb4f6d !important
}

.f-hind {
    font-family: "Hind",sans-serif
}

.c-white {
    color: white
}

.primary {
    color: #16c0ef !important
}

.primary2 {
    color: #16c0ef
}

.secondary {
    color: #7c8796 !important
}

.sky-bg {
    background-color: #e6f6ff
}

.lt-sky-bg {
    background-color: #f8fdff
}

.lt-sky-bg2 {
    background-color: #f4f8fa
}

.bg-gray {
    background-color: #f2f4f7
}

.bg {
    background-color: #f9fafc
}

.bg-none {
    background: none !important;
    background-color: none !important
}

.bg-blue {
    background-color: #eaf3fb
}

.bg-white {
    background-color: white
}

.bg-green {
    background-color: #20B700
}

.bg-orange {
    background-color: #F8B600
}

.bg-red {
    background-color: #FC0000
}

.bg3 {
    background-color: #F1F4F7 !important
}

.bg4 {
    background-color: #F7FAFF !important
}

.li-bg {
    background-color: #f4f8fa
}

.c0 {
    color: #5d677e
}

.c1, .dark {
    color: #2a3844
}

.c11, .dark1 {
    color: #2e404e
}

.c2 {
    color: #7c8796
}

.c3 {
    color: #bac3cf
}

.c4 {
    color: #4d748c
}

.c5 {
    color: #3f5e72
}

.c6 {
    color: #46697f
}

.c7 {
    color: #395366
}

.c8 {
    color: #3f536e
}

.c9 {
    color: #8dabc4
}

.c-green {
    color: #20B700
}

.c-orange {
    color: #F8B600
}

.c-red {
    color: #FC0000
}

html::-webkit-scrollbar {
    width: 5px
}

html::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc
}

.hover-zoom {
    cursor: pointer
}

    .hover-zoom img {
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .hover-zoom:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }

.hover-gray {
    cursor: pointer
}

    .hover-gray img {
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        filter: grayscale(0);
        -webkit-filter: grayscale(0)
    }

    .hover-gray:hover img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%)
    }

.hover-shine {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

    .hover-shine img {
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .hover-shine:hover:before {
        animation: shine 0.75s;
        z-index: 1
    }

    .hover-shine:hover:hover img {
        transform: scale(1.02);
        -webkit-transform: scale(1.02)
    }

.hover-shine-box:hover figure:before {
    animation: shine 0.75s;
    z-index: 1
}

.hover-shine-box:hover figure img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02)
}

@keyframes shine {
    to {
        left: 125%
    }
}

.btn i {
    transition: all 0.4s cubic-bezier(0.5,0.24,0,1)
}

.btn.syne-btn {
    border-radius: 0;
    position: relative
}

    .btn.syne-btn:hover {
        color: #16c0ef !important
    }

        .btn.syne-btn:hover:before {
            width: 10%
        }

.btn.p-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

.btn.bw-2 {
    border-width: 2px
}

.btn.btn-donate-now {
    border-radius: 22px;
    width: 148px
}

.btn.active, .btn:focus {
    box-shadow: none !important
}

.btn.btn-viewmore {
    background: none;
    color: #16c0ef
}

    .btn.btn-viewmore:hover {
        color: #5d677e
    }

.btn.btn-follow {
    border-radius: 22px;
    width: 103px;
    height: 30px;
    padding: 0;
    line-height: 0
}

.btn.btn-following {
    border-radius: 22px;
    width: 103px;
    height: 30px;
    padding: 0;
    border-color: #eef0f5;
    color: #7c8796;
    line-height: 0
}

    .btn.btn-following:hover {
        background: #fb4f6d;
        color: white
    }

    .btn.btn-following span {
        display: none
    }

    .btn.btn-following .foloowingText {
        display: inline-block
    }

    .btn.btn-following:hover span {
        display: inline-block
    }

    .btn.btn-following:hover .foloowingText {
        display: none !important
    }

.btn.btn-submit {
    width: 15.75rem;
    height: 3.125rem;
    border-radius: 3px;
    font-size: 1.0625rem;
    letter-spacing: 0.5px
}

.btn.top-page-back-btn {
    height: 57px;
    text-align: left
}

    .btn.top-page-back-btn i {
        font-size: 17px;
        margin-right: 15px
    }

.btn.btn-md2 {
    height: 2.875rem;
    font-size: 0.9375rem
}

.icon-disabled {
    display: none
}

.btn:disabled, button[disabled] {
    border-radius: 3px !important;
    background-color: #e0e6ee !important;
    color: white !important;
    border: 1px solid #e0e6ee !important
}

    .btn:disabled i, button[disabled] i {
        color: white !important
    }

        .btn:disabled i:before, button[disabled] i:before {
            content: "";
            font-family: "syneicons" !important
        }

    .btn:disabled .icon-disabled, button[disabled] .icon-disabled {
        display: inline-block
    }

.dropdown-menu {
    box-shadow: 0 6px 12px 0 rgba(10,11,13,0.2);
    background-color: #ffffff;
    border: none !important;
    padding: 0
}

    .dropdown-menu .dropdown-item {
        font-size: 0.8125rem;
        padding-top: 0.5625rem;
        padding-bottom: 0.5625rem;
        color: #5d677e;
        border-bottom: 1px solid rgba(10,11,13,0.04)
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 5px
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: rgba(22,192,239,0.08)
        }

        .dropdown-menu .dropdown-item.active {
            color: #16c0ef
        }

            .dropdown-menu .dropdown-item.active i {
                color: #16c0ef
            }

    .dropdown-menu.sm .dropdown-item {
        padding: 1.0625rem;
        padding-bottom: 0.625rem;
        padding-top: 0.625rem;
        font-size: 0.75rem
    }

.circle-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.75;
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    cursor: pointer;
    list-style: none;
    background: none
}

    .circle-btn.sm {
        width: 25px;
        height: 25px
    }

    .circle-btn:before {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        transition-duration: 0.15s;
        transition-timing-function: cubic-bezier(0.4,0,0.2,1);
        z-index: -1;
        bottom: -5px;
        left: -5px;
        right: -5px;
        top: -5px;
        background: none;
        border-radius: 50%;
        box-sizing: border-box;
        transform: scale(0);
        transition-property: transform,opacity;
        bottom: -5px;
        left: -5px;
        right: -5px;
        top: -5px
    }

    .circle-btn:hover {
        opacity: 1
    }

        .circle-btn:hover:before {
            background-color: rgba(32,33,36,0.059);
            border: none;
            box-shadow: none;
            opacity: 1;
            transform: scale(1)
        }

iframe.lazyloading {
    background: #16c0ef
}

.user-dp.xl {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
    max-width: 10rem
}

@media (max-width:1199px) {
    .user-dp.xl {
        width: 6.25rem;
        height: 6.25rem;
        flex: 0 0 6.25rem;
        max-width: 6.25rem
    }
}

@media (max-width:767px) {
    .user-dp.xl {
        width: 5.3125rem;
        height: 5.3125rem;
        flex: 0 0 5.3125rem;
        max-width: 5.3125rem
    }
}

.user-dp.lg-108 {
    width: 6.75rem;
    height: 6.75rem;
    flex: 0 0 6.75rem;
    max-width: 6.75rem
}

@media (max-width:1199px) {
    .user-dp.lg-108 {
        width: 5rem;
        height: 5rem;
        flex: 0 0 5rem;
        max-width: 5rem
    }
}

@media (max-width:767px) {
    .user-dp.lg-108 {
        width: 3.5625rem;
        height: 3.5625rem;
        flex: 0 0 3.5625rem;
        max-width: 3.5625rem
    }
}

.user-dp.lg {
    width: 5.0625rem;
    height: 5.0625rem;
    flex: 0 0 5.0625rem;
    max-width: 5.0625rem
}

.user-dp.lg-56 {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
    max-width: 3.5rem
}

.user-dp.md {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    max-width: 3rem
}

.user-dp.sm {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    max-width: 2.5rem
}

.user-dp.xs {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    max-width: 2rem
}

.msgScroll .mCSB_scrollTools, .syneScroll .mCSB_scrollTools {
    opacity: 0;
    width: 8px
}

.msgScroll:hover .mCSB_scrollTools, .syneScroll:hover .mCSB_scrollTools {
    opacity: 0.75
}

.msgScroll .mCSB_container, .syneScroll .mCSB_container {
    margin-right: 0
}

.msgScroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .syneScroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(103,103,103,0.7)
}

.msgScroll .mCSB_scrollTools .mCSB_draggerRail, .syneScroll .mCSB_scrollTools .mCSB_draggerRail {
    width: 0
}

textarea.form-control {
    resize: none !important
}

.syne-group {
    position: relative;
    padding: 0.4375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-radius: 3px;
    height: 3.75rem;
    margin-bottom: 0.625rem;
    display: flex;
    flex-flow: column;
    justify-content: center
}

@media (max-width:767px) {
    .syne-group {
        height: 48px
    }
}

.syne-group.md {
    height: 3.125rem
}

    .syne-group.md label {
        font-size: 0.75rem;
        color: #7c8796;
        margin-bottom: 0;
        font-weight: 300
    }

@media (max-width:767px) {
    .syne-group.md label {
        font-size: 10px
    }
}

.syne-group.md ::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #bac3cf
}

@media (max-width:767px) {
    .syne-group.md ::-webkit-input-placeholder {
        font-size: 0.8125rem
    }
}

.syne-group.md :-moz-placeholder {
    font-size: 0.875rem;
    color: #bac3cf
}

@media (max-width:767px) {
    .syne-group.md :-moz-placeholder {
        font-size: 0.8125rem
    }
}

.syne-group.md ::-moz-placeholder {
    font-size: 0.875rem;
    color: #bac3cf
}

@media (max-width:767px) {
    .syne-group.md ::-moz-placeholder {
        font-size: 0.8125rem
    }
}

.syne-group.md :-ms-input-placeholder {
    font-size: 0.875rem;
    color: #bac3cf
}

@media (max-width:767px) {
    .syne-group.md :-ms-input-placeholder {
        font-size: 0.8125rem
    }
}

.syne-group.md .form-control {
    font-size: 0.9375rem
}

@media (max-width:767px) {
    .syne-group.md .form-control {
        font-size: 0.8125rem
    }
}

.syne-group.md.text-area {
    height: 8.125rem
}

    .syne-group.md.text-area textarea {
        min-height: inherit !important
    }

.syne-group label {
    font-size: 0.8125rem;
    color: #7c8796;
    margin-bottom: 0
}

@media (max-width:767px) {
    .syne-group label {
        font-size: 10px
    }
}

.syne-group .input-group-addon {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 1.5rem
}

@media (max-width:767px) {
    .syne-group .input-group-addon {
        font-size: 1.25rem
    }
}

.syne-group .input-group-addon .syneicon-event {
    font-size: 1.3125rem
}

@media (max-width:767px) {
    .syne-group .input-group-addon .syneicon-event {
        font-size: 1.125rem
    }
}

.syne-group ::-webkit-input-placeholder {
    font-size: 1rem;
    color: #bac3cf;
    font-weight: 500
}

@media (max-width:767px) {
    .syne-group ::-webkit-input-placeholder {
        font-size: 0.875rem
    }
}

.syne-group :-moz-placeholder {
    font-size: 1rem;
    color: #bac3cf;
    font-weight: 500
}

@media (max-width:767px) {
    .syne-group :-moz-placeholder {
        font-size: 0.875rem
    }
}

.syne-group ::-moz-placeholder {
    font-size: 1rem;
    color: #bac3cf;
    font-weight: 500
}

@media (max-width:767px) {
    .syne-group ::-moz-placeholder {
        font-size: 0.875rem
    }
}

.syne-group :-ms-input-placeholder {
    font-size: 1rem;
    color: #bac3cf;
    font-weight: 500
}

@media (max-width:767px) {
    .syne-group :-ms-input-placeholder {
        font-size: 0.875rem
    }
}

.syne-group .form-control {
    border: none !important;
    border-radius: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    font-size: 1.0625rem;
    color: #2a3844;
    font-weight: 600;
    line-height: 26px
}

@media (max-width:767px) {
    .syne-group .form-control {
        font-size: 0.875rem
    }
}

.syne-group.suggestion-group {
    border-color: #28a745;
    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='18' height='13' viewBox='0 0 18 13'%3e%3cpath id='foursquare-check-in' d='M0,71.5l6.164,5.947L18,66.057l-1.7-1.614L6.164,74.193,1.676,69.871Z' transform='translate(0 -64.443)' fill='%23e0e6ee'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + 1rem) center
}

    .syne-group.suggestion-group .suggestion-text {
        font-size: 1.0625rem;
        color: #2a3844;
        font-weight: 600;
        position: relative
    }

@media (max-width:767px) {
    .syne-group.suggestion-group .suggestion-text {
        font-size: 0.875rem;
        position: relative;
        top: 2px
    }
}

.syne-group.suggestion-group.is-valid {
    border-color: #28a745;
    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='18' height='13' viewBox='0 0 18 13'%3e%3cpath id='foursquare-check-in' d='M0,71.5l6.164,5.947L18,66.057l-1.7-1.614L6.164,74.193,1.676,69.871Z' transform='translate(0 -64.443)' fill='%2328a745'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + 1rem) center
}

.syne-group.suggestion-group.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 + 1rem) center
}

.syne-group.suggestion-group .invalid-feedback, .syne-group.suggestion-group .valid-feedback {
    display: block;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: -1.375rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #07c579;
    letter-spacing: 0.25px
}

.syne-group.suggestion-group .invalid-feedback {
    color: #dc3545
}

.syne-group.text-area {
    height: 12.5rem
}

    .syne-group.text-area .form-control {
        height: 100%;
        min-height: 100%
    }

.syne-group2 {
    position: relative
}

    .syne-group2 .form-control {
        border-radius: 3px;
        border-color: #e0e6ee;
        color: #2a3844;
        font-size: 0.875rem;
        padding-top: 1.5rem
    }

    .syne-group2 .form-label {
        position: absolute;
        left: 0.8125rem;
        top: 0.9375rem;
        color: #a8b0ba;
        z-index: 10;
        transition: transform 150ms ease-out,font-size 150ms ease-out;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 0.875rem
    }

    .syne-group2.focused .form-label {
        transform: translateY(-55%);
        color: #2a3844;
        font-size: 0.6875rem
    }

    .syne-group2 .tgl-passsword {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0.9375rem;
        color: #2a3844;
        cursor: pointer
    }

    .syne-group2 .tgl-pswd {
        padding-right: 3.875rem
    }

    .syne-group2 .custom-control-label:after, .syne-group2 .custom-control-label:before {
        width: 1.125rem;
        height: 1.125rem
    }

    .syne-group2.is-invalid .form-control {
        border: solid 1px #ff97af;
        background-color: #fff1f3
    }

    .syne-group2.is-invalid .form-label {
        font-size: 0.6875rem;
        line-height: 1.45;
        letter-spacing: 0.15px;
        color: #fb4f6d
    }

.syne-group3 ::-webkit-input-placeholder {
    font-size: 13px;
    color: #939ba2
}

.syne-group3 :-moz-placeholder {
    font-size: 13px;
    color: #939ba2
}

.syne-group3 ::-moz-placeholder {
    font-size: 13px;
    color: #939ba2
}

.syne-group3 :-ms-input-placeholder {
    font-size: 13px;
    color: #939ba2
}

.syne-group3 .form-control {
    font-size: 1rem;
    border-radius: 2px;
    border: solid 1px #e0e6ee;
    background-color: #ffffff;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem
}

.date-to-wrap {
    position: relative
}

    .date-to-wrap:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        display: none
    }

    .date-to-wrap.to-hide {
        background-color: #f8f9fa
    }

        .date-to-wrap.to-hide:after {
            display: block
        }

.custom-control-label {
    font-size: 0.8125rem;
    color: #2a3844;
    font-weight: 600
}

    .custom-control-label:before {
        border-radius: 2px !important;
        border: 1px solid #16c0ef;
        width: 1.5625rem;
        height: 1.5625rem;
        background: none
    }

@media (max-width:767px) {
    .custom-control-label:before {
        width: 1.25rem;
        height: 1.25rem
    }
}

.custom-control-label:after {
    width: 1.5625rem;
    height: 1.5625rem
}

@media (max-width:767px) {
    .custom-control-label:after {
        width: 1.25rem;
        height: 1.25rem
    }
}

.datepicker.dropdown-menu {
    padding: 0.9375rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.032' height='8.792' viewBox='0 0 12.032 8.792'%3e%3cpath id='Path_14100' data-name='Path 14100' d='M6.734,12l3.947,3.947,6.671-6.671' transform='translate(-6.027 -8.569)' fill='rgba(0,0,0,0)' stroke='%23fff' stroke-width='2' fill-rule='evenodd'/%3e%3c/svg%3e ");
    background-size: inherit
}

[type=search] {
    outline: none !important;
    -webkit-appearance: none;
    outline-offset: 0 !important
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        z-index: 1051
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        z-index: 1051
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        margin-top: 0
    }

    to {
        opacity: 1;
        margin-top: 18px
    }
}

.select2-container:not(.select2).select2-container--open {
    animation: fadeup 0.3s ease-in-out
}

.sel-2 {
    width: 100%;
    max-width: 38.75rem;
    height: 3.4375rem
}

@media (max-width:767px) {
    .sel-2 {
        height: 48px
    }
}

.sel-2 :active, .sel-2 :focus {
    outline: none !important
}

.sel-2.md {
    height: 3.125rem
}

@media (max-width:767px) {
    .sel-2.md {
        height: 45px
    }
}

.sel-2.md .select2-container--default .select2-selection--single {
    height: 3.125rem
}

@media (max-width:767px) {
    .sel-2.md .select2-container--default .select2-selection--single {
        height: 45px
    }
}

.sel-2 .select2-container--default .select2-selection--single {
    height: 3.4375rem
}

@media (max-width:767px) {
    .sel-2 .select2-container--default .select2-selection--single {
        height: 48px
    }
}

.sel-2 .select2-container--default .select2-selection--single {
    border-radius: 3px;
    border: solid 1px #dde2e9 !important;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 0
}

    .sel-2 .select2-container--default .select2-selection--single:before {
        position: absolute;
        content: "";
        font-family: "syneicons" !important;
        left: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
        color: #bac3cf
    }

    .sel-2 .select2-container--default .select2-selection--single:after {
        position: absolute;
        content: "";
        font-family: "syneicons" !important;
        right: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
        color: #2a3844
    }

.sel-2 .select2-search--dropdown .select2-search__field:active, .sel-2 .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
    box-shadow: none !important
}

.sel-2 .select2-container .select2-search--inline .select2-search__field {
    height: 100%;
    margin: 0
}

.sel-2 ::-webkit-input-placeholder {
    font-size: 1rem !important;
    color: #bac3cf;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500
}

@media (min-width:768px) {
    .sel-2 ::-webkit-input-placeholder {
        font-weight: 500
    }
}

@media (max-width:767px) {
    .sel-2 ::-webkit-input-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.sel-2 :-moz-placeholder {
    font-size: 1rem !important;
    color: #bac3cf;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500
}

@media (min-width:768px) {
    .sel-2 :-moz-placeholder {
        font-weight: 500
    }
}

@media (max-width:767px) {
    .sel-2 :-moz-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.sel-2 ::-moz-placeholder {
    font-size: 1rem !important;
    color: #bac3cf;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500
}

@media (min-width:768px) {
    .sel-2 ::-moz-placeholder {
        font-weight: 500
    }
}

@media (max-width:767px) {
    .sel-2 ::-moz-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.sel-2 :-ms-input-placeholder {
    font-size: 1rem !important;
    color: #bac3cf;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500
}

@media (min-width:768px) {
    .sel-2 :-ms-input-placeholder {
        font-weight: 500
    }
}

@media (max-width:767px) {
    .sel-2 :-ms-input-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.sel-2 .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none
}

.sel-2 .select2-container--default .select2-selection--single .select2-selection__choice {
    background: #16c0ef;
    border: none;
    color: white
}

.sel-2 .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    border: none !important;
    padding: 0 !important;
    color: white !important;
    position: relative;
    top: -2px
}

@media (max-width:767px) {
    .sel-2 .select2-container--default .select2-selection--single .select2-selection__choice__remove {
        top: -1px
    }
}

.sel-2 .select2-container--default .select2-selection--single .select2-selection__choice__display {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -3px
}

@media (max-width:767px) {
    .sel-2 .select2-container--default .select2-selection--single .select2-selection__choice__display {
        top: -2px
    }
}

.sel-2 .select2-container--default .select2-selection--single .select2-selection__choice {
    padding: 3px 10px;
    margin: 0;
    margin-right: 10px
}

.sel-2 .select2-container--default .select2-selection--single .select2-selection__choice__remove:focus, .sel-2 .select2-container--default .select2-selection--single .select2-selection__choice__remove:hover {
    background: none !important
}

.sel-2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #16c0ef !important
}

.sel-2 .select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center
}

.sel-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.sel-2 .select2-container--default .select2-search--dropdown .select2-search__field {
    outline-color: white !important
}

.sel-2.list-item .select2-selection {
    padding-left: 5px
}

    .sel-2.list-item .select2-selection:before {
        display: none
    }

.sel-2.w-100 .select2-container {
    width: 100% !important
}

.sel-2.sel-location .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px
}

.sel-2.sel-location .select2-container--default .select2-selection--single:before {
    display: none
}

.sel-2.sel-location .select2-container--default .select2-selection--single:after {
    content: "";
    font-size: 1.5rem;
    color: #7c8796;
    right: 0.9375rem
}

.sel-2.sel-location .select2-container--default .select2-selection--single {
    padding-left: 0
}

.sel-2.arrow-rigght-open .select2-container--default .select2-selection--single:after {
    content: "";
    color: #a8b0ba
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: solid 1px #dde2e9 !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.0625rem !important;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-weight: 500
}

@media (min-width:768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        letter-spacing: 0.5
    }
}

@media (max-width:767px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

[contenteditable], input, textarea {
    caret-color: #16c0ef
}

.custom_radio [type=radio]:checked, .custom_radio [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .custom_radio [type=radio]:checked + label, .custom_radio [type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #7c8796;
        font-size: 0.9375rem
    }

        .custom_radio [type=radio]:checked + label:before, .custom_radio [type=radio]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ddd;
            border-radius: 100%;
            background: #fff
        }

        .custom_radio [type=radio]:checked + label:after, .custom_radio [type=radio]:not(:checked) + label:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #16c0ef;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            transition: all 0.2s ease
        }

        .custom_radio [type=radio]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        .custom_radio [type=radio]:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

        .custom_radio [type=radio]:checked + label:before {
            border-color: #16c0ef
        }

.focus-outline {
    box-shadow: 0 0 0 0.04rem rgba(22,192,239,0.75) !important
}

label.cabinet {
    display: block;
    cursor: pointer
}

    label.cabinet input.file {
        position: relative;
        height: 100%;
        width: auto;
        opacity: 0;
        -moz-opacity: 0;
        margin-top: -30px
    }

#upload-dp-image {
    padding-top: 1.25rem;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px
}

@media (max-width:767px) {
    .update-avtr figure {
        margin: 0 auto !important
    }
}

.toc-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 25px
}

    .toc-page ul li {
        margin: 10px 0;
        font-size: 1.0625rem;
        padding-left: 35px;
        position: relative
    }

        .toc-page ul li:before {
            position: absolute;
            content: "";
            left: 9px;
            top: 50%;
            transform: translateY(-50%);
            width: 9px;
            height: 9px;
            border-radius: 50%
        }

        .toc-page ul li.ttl:before {
            display: none !important
        }

        .toc-page ul li.complete:before {
            background: #75c775
        }

body:not(.modal-open).modals-type .modal {
    position: initial !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
}

    body:not(.modal-open).modals-type .modal .modal-dialog {
        transform: inherit !important
    }

    body:not(.modal-open).modals-type .modal.fade .modal-dialog {
        transform: inherit !important
    }

.syne-group.is-invalid {
    border-color: #dc3545 !important
}

    .syne-group.is-invalid .invalid-feedback {
        display: block;
        position: absolute;
        right: 0;
        text-align: right;
        bottom: -1.375rem;
        font-size: 0.8125rem;
        font-weight: 600;
        color: #dc3545;
        letter-spacing: 0.25px
    }

.sel-2.is-invalid {
    position: relative
}

    .sel-2.is-invalid .select2-selection--single {
        border-color: #dc3545 !important
    }

    .sel-2.is-invalid .invalid-feedback {
        display: block;
        position: absolute;
        right: 0;
        text-align: right;
        bottom: -1.375rem;
        font-size: 0.8125rem;
        font-weight: 600;
        color: #dc3545;
        letter-spacing: 0.25px
    }

.custom_radio.is-invalid label {
    color: #dc3545 !important
}

.dropdown-2 .btn {
    border-radius: 4px;
    border: solid 1px #e0e6ee;
    background-color: #ffffff
}

.dropdown-2.show .syneicon-carrot-down {
    transform: rotate(180deg)
}

ul.synelist {
    list-style: none;
    padding-left: 1.5625rem
}

    ul.synelist li {
        position: relative;
        margin-bottom: 0.9375rem
    }

        ul.synelist li:after {
            content: "";
            position: absolute;
            left: -24px;
            top: 8px;
            width: 8px;
            height: 8px;
            background-color: #bac3cf;
            border-radius: 50%
        }

    ul.synelist.primary-dot li {
        position: relative;
        margin-bottom: 0.9375rem
    }

        ul.synelist.primary-dot li:after {
            background-color: #16c0ef
        }

.black {
    color: #000
}

.shimr-br {
    border-radius: 8px
}

.w80 {
    width: 80%
}

.shimr-profilePic {
    height: 2.8125rem;
    width: 2.8125rem;
    border-radius: 50%
}

.shimr-comment {
    height: 7px;
    background: #777;
    margin-top: 20px
}

.shimr-image {
    height: 18.5625rem;
    background: #777
}

.shimr-p {
    height: 5px;
    background: #777
}

.wrapper {
    width: 0px;
    animation: fullView 0.5s forwards linear
}

@keyframes fullView {
    to {
        width: 100%
    }
}

.shimr-animate {
    animation: shimmer 2s infinite;
    background: linear-gradient(to right,#eff1f3 4%,#dfe6e8 25%,#eff1f3 36%);
    background-size: 1000px 100%
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0
    }

    to {
        background-position: 1000px 0
    }
}

.dot-blue {
    padding-bottom: 2.1875rem
}

    .dot-blue.center .slick-dots {
        left: 50%;
        transform: translateX(-50%)
    }

    .dot-blue .slick-dots li {
        margin: 0 3px
    }

        .dot-blue .slick-dots li.slick-active button {
            background-color: #16c0ef
        }

    .dot-blue .slick-dots button {
        width: 8px !important;
        height: 8px !important;
        background-color: #d4dae3;
        border-radius: 50%
    }

.placeholder-img {
    background: url(../images/placeholder/default-banner.jpg) no-repeat center center;
    background-size: cover !important;
    filter: grayscale(100%)
}

    .placeholder-img img {
        width: 50px;
        object-fit: inherit;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) !important;
        height: inherit
    }

    .placeholder-img.primary {
        filter: grayscale(0)
    }

.syneloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9)
}

    .syneloader .lottie-wraper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

        .syneloader .lottie-wraper lottie-player {
            width: 100px;
            margin: 0 auto
        }

    .syneloader .loader {
        position: relative;
        top: -8px
    }

        .syneloader .loader .load-text {
            font-size: 14px;
            color: #7c8796;
            letter-spacing: 1.5px
        }

.form-group .comment-sendbtn {
    display: none
}

.form-group.sendButtonEnabled .comment-sendbtn {
    display: block
}

.form-group.sendButtonDisabled .comment-sendbtn {
    display: none
}

.bnr-profile-edit .item-img {
    width: 0px !important;
    height: 0px !important
}

.imojiDropdown .dropdown-menu {
    width: 250px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px;
    border-radius: 5px
}

    .imojiDropdown .dropdown-menu ul.emoji-list * {
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none
    }

    .imojiDropdown .dropdown-menu ul.emoji-list li {
        font-size: 36px;
        float: left;
        display: inline-block;
        padding: 2px;
        margin: 4px;
        font-size: 24px
    }

    .imojiDropdown .dropdown-menu img.emoji {
        cursor: pointer;
        height: 1em;
        width: 1em;
        margin: 0 0.05em 0 0.1em;
        vertical-align: -0.1em
    }

    .imojiDropdown .dropdown-menu::-webkit-scrollbar {
        width: 5px
    }

    .imojiDropdown .dropdown-menu::-webkit-scrollbar-track {
        background-color: #ebebeb;
        border-radius: 10px
    }

    .imojiDropdown .dropdown-menu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #ccc
    }

.btn-follow-lg i {
    color: #16c0ef
}

.btn-follow-lg:hover i {
    color: #fff
}

.btn-following-lg {
    border-color: #eef0f5;
    color: #7c8796
}

    .btn-following-lg i {
        color: #7c8796
    }

    .btn-following-lg:hover {
        border-color: #fb4f6d;
        background: #fb4f6d;
        color: white
    }

        .btn-following-lg:hover i {
            color: #fb4f6d;
            color: white
        }

.msgScroll .mCSB_scrollTools, .syneScroll .mCSB_scrollTools {
    visibility: hidden
}

.syne-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: white;
    z-index: 1040;
    border-bottom: 1px solid #e0e6ee
}

    .syne-header .container {
        height: 75px
    }

    .syne-header .start-project .btn {
        font-weight: 600;
        letter-spacing: 0.15px;
        background-color: transparent;
        font-size: 30px;
        color: #16c0ef;
    }

    .syne-header .explore-project .exp-project-btn {
        font-weight: 600;
        letter-spacing: 0.15px;
        color: #7c8796;
        font-size: 0.875rem
    }

    .syne-header .search-go-btn {
        display: none
    }

    .syne-header .notify-circle {
        position: relative
    }

        .syne-header .notify-circle .notify-number {
            position: absolute;
            top: -9px;
            left: 18px;
            border-radius: 50%;
            background: #ff4660;
            width: 16px;
            height: 16px;
            font-size: 0.6875rem;
            line-height: 0;
            color: white
        }

    .syne-header .hdr-user-login {
        display: none
    }

    .syne-header .header-icons .hdr-serch .syneicon-search-thick {
        color: #7c8796
    }

@media (max-width:767px) {
    .syne-header .header-icons .hdr-serch .syneicon-search-thick {
        font-size: 20px
    }
}

.syne-header .header-icons .circle-btn {
    opacity: 1 !important
}

    .syne-header .header-icons .circle-btn:hover {
        text-decoration: none !important
    }

@media (min-width:991px) {
    .syne-header .header-icons .hdr-message, .syne-header .header-icons .hdr-notify, .syne-header .header-icons .hdr-serch {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.syne-header .goButtonEnabled .search-go-btn {
    display: block !important
}

.syne-header .hdr-search-box {
    position: relative
}

    .syne-header .hdr-search-box .search-go-btn {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 9px;
        text-align: center;
        line-height: 1.25rem;
        border-radius: 50%;
        display: none;
        position: absolute;
        right: 23px;
        top: 9px;
        border: none;
        box-shadow: none;
        border: solid 1px #e0e6ee;
        z-index: 1;
        background: none;
        cursor: pointer
    }

        .syne-header .hdr-search-box .search-go-btn.active, .syne-header .hdr-search-box .search-go-btn:hover {
            border-color: #16c0ef
        }

            .syne-header .hdr-search-box .search-go-btn.active i, .syne-header .hdr-search-box .search-go-btn:hover i {
                color: #16c0ef !important
            }

        .syne-header .hdr-search-box .search-go-btn i {
            line-height: inherit;
            position: relative;
            right: -1px;
            top: -1px
        }

.syne-header .hdr-serch {
    width: 325px;
    height: 36px;
    position: relative
}

    .syne-header .hdr-serch .hdrsearch-icon-1 {
        position: absolute;
        right: 0;
        top: 6px;
        border: none;
        box-shadow: none;
        transition: all,ease,0.3s
    }

@media (max-width:991px) {
    .syne-header .hdr-serch .hdrsearch-icon-1 {
        transition: initial !important
    }
}

.syne-header .hdr-serch .hdrserch-form {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all,ease,0.3s;
    border: solid 1px #eef0f5
}

    .syne-header .hdr-serch .hdrserch-form ::-webkit-input-placeholder {
        color: #bac3cf
    }

    .syne-header .hdr-serch .hdrserch-form :-moz-placeholder {
        color: #bac3cf
    }

    .syne-header .hdr-serch .hdrserch-form ::-moz-placeholder {
        color: #bac3cf
    }

    .syne-header .hdr-serch .hdrserch-form :-ms-input-placeholder {
        color: #bac3cf
    }

    .syne-header .hdr-serch .hdrserch-form .form-control {
        border-radius: 4px;
        background-color: #f9fafc;
        padding-left: 2.8125rem;
        padding-right: 2.375rem;
        border: none !important
    }

        .syne-header .hdr-serch .hdrserch-form .form-control:active, .syne-header .hdr-serch .hdrserch-form .form-control:focus, .syne-header .hdr-serch .hdrserch-form .form-control:visited {
            outline: none !important;
            box-shadow: none !important
        }

    .syne-header .hdr-serch .hdrserch-form .hdrserch-btn {
        position: absolute;
        left: 10px;
        top: 4px;
        border: none;
        box-shadow: none
    }

@media (min-width:1600px) {
    .syne-header .hdr-serch .hdrserch-form .hdrserch-btn {
        top: 6px
    }
}

.syne-header .hdr-serch .hdr-sugegst-items {
    animation: fadeup 0.3s ease-in-out;
    display: none
}

    .syne-header .hdr-serch .hdr-sugegst-items .suggest-list-items .suggest-list-item {
        cursor: pointer
    }

        .syne-header .hdr-serch .hdr-sugegst-items .suggest-list-items .suggest-list-item .syneicon-search-thick {
            font-size: 0.625rem;
            line-height: 1.5rem;
            text-align: center;
            width: 1.5rem;
            height: 1.5rem;
            background-color: #eef0f5;
            display: inline-block;
            color: #bac3cf !important
        }

        .syne-header .hdr-serch .hdr-sugegst-items .suggest-list-items .suggest-list-item:hover {
            transition: all,ease,0.5s;
            background-color: #f2f4f7
        }

        .syne-header .hdr-serch .hdr-sugegst-items .suggest-list-items .suggest-list-item .li-left .user-dp {
            width: 1.5rem;
            height: 1.5rem;
            flex: 0 0 1.5rem;
            max-width: 1.5rem
        }

        .syne-header .hdr-serch .hdr-sugegst-items .suggest-list-items .suggest-list-item .li-right .catogory-type {
            position: relative;
            top: -1px
        }

.syne-header .hdr-serch.showSerch .hdrsearch-icon-1 {
    opacity: 0
}

.syne-header .hdr-serch.showSerch .hdrserch-form {
    transition: all,ease,0.3s;
    opacity: 1;
    visibility: visible
}

.syne-header .hdr-serch.expanded .search-go-btn {
    display: block
}

.syne-header .hdr-serch.expanded .hdrserch-form {
    border-radius: 4px;
    box-shadow: 0 6px 20px 0 rgba(19,26,32,0.15)
}

    .syne-header .hdr-serch.expanded .hdrserch-form .hdrserch-inr {
        border-bottom: solid 1px #eef0f5
    }

.syne-header .hdr-serch.expanded .hdr-sugegst-items {
    display: block
}

.syne-header .hdr-serch.expanded .hdr-textfield {
    padding-left: 1rem
}

.syne-header .hdr-serch.expanded .hdrserch-inr .hdrserch-btn {
    display: none
}

.dropdown-create {
    max-width: 136px;
    min-width: 118px !important
}

.user-profile-dropdown {
    margin-left: 0.9375rem;
    cursor: pointer
}

    .user-profile-dropdown .dropdown {
        padding-left: 1.25rem;
        padding-right: 0.9375rem;
        position: relative
    }

        .user-profile-dropdown .dropdown:after {
            right: 0;
            content: "";
            position: absolute;
            top: -21px;
            height: 75px;
            width: 100%;
            transition: all,ease,0.5s;
            z-index: 1
        }

        .user-profile-dropdown .dropdown.show:after {
            background-color: rgba(22,192,239,0.1)
        }

    .user-profile-dropdown .dropdown-menu {
        top: 1.1875rem !important;
        width: 170px;
        border-radius: 4px;
        left: -41px !important
    }

        .user-profile-dropdown .dropdown-menu .dropdown-item i {
            font-size: 14px
        }

    .user-profile-dropdown .avatar img {
        background: #ccdde0;
        padding: 5px
    }

    .user-profile-dropdown .dropdown-toggle {
        position: relative;
        z-index: 2
    }

        .user-profile-dropdown .dropdown-toggle:after {
            display: none
        }

    .user-profile-dropdown:hover .dropdown:after {
        background-color: rgba(22,192,239,0.1)
    }

@media (max-width:991px) {
    .syne-header {
        padding-left: 60px
    }
}

.mob-btm-menu {
    transition: all,ease,0.5s;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -1px 5px 0 #e0e6ee
}

@media (max-width:767px) {
    .mob-btm-menu {
        display: block
    }
}

.mob-btm-menu .start-plus-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    background: white;
    border-radius: 50%
}

    .mob-btm-menu .start-plus-button:active, .mob-btm-menu .start-plus-button:focus {
        outline: none !important
    }

    .mob-btm-menu .start-plus-button:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        box-shadow: 0 -1px 5px 0 #e0e6ee;
        z-index: 1;
        background: white;
        top: -8px;
        width: 54px;
        height: 50px;
        left: -6px
    }

    .mob-btm-menu .start-plus-button:after {
        content: "";
        position: absolute;
        width: 60px;
        background: white;
        top: 7px;
        height: 28px;
        left: -8px;
        z-index: 2
    }

    .mob-btm-menu .start-plus-button a {
        width: 42px;
        height: 42px;
        border: 1px solid #16c0ef;
        border-radius: 50%;
        color: #16c0ef;
        position: relative;
        z-index: 3;
        text-decoration: none
    }

        .mob-btm-menu .start-plus-button a:active, .mob-btm-menu .start-plus-button a:focus {
            outline: none !important
        }

.mob-btm-menu .mob-btm-menu-wrap {
    display: flex;
    justify-content: space-between
}

.mob-btm-menu .float-menu-left, .mob-btm-menu .float-menu-right {
    flex: 0 0 40%;
    max-width: 40%
}

.mob-btm-menu .mob-btm-menu-item {
    font-size: 10px;
    width: 50%
}

    .mob-btm-menu .mob-btm-menu-item a {
        color: #7c8796;
        letter-spacing: -0.2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        text-decoration: none
    }

        .mob-btm-menu .mob-btm-menu-item a.notify i {
            position: relative
        }

            .mob-btm-menu .mob-btm-menu-item a.notify i:after {
                top: -4px;
                right: -6px;
                content: "";
                position: absolute;
                width: 5px;
                height: 5px;
                background-color: #fb4f6d;
                border-radius: 50%
            }

        .mob-btm-menu .mob-btm-menu-item a i {
            font-size: 20px;
            margin-bottom: 5px
        }

    .mob-btm-menu .mob-btm-menu-item.active a {
        color: #16c0ef !important
    }

        .mob-btm-menu .mob-btm-menu-item.active a i {
            color: #16c0ef !important
        }

.mob-create-menu {
    transition: all,ease,0.5s;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 99%;
    margin: 0 auto
}

    .mob-create-menu .mob-create-menu-item .itmlink {
        width: 100%
    }

    .mob-create-menu .mob-create-menu-item a {
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
        color: #5d677e;
        font-size: 14px;
        text-decoration: none !important
    }

    .mob-create-menu .mob-create-menu-item .drafts-items {
        font-size: 11px;
        color: #16c0ef;
        flex: 0 0 100px;
        max-width: 100px
    }

        .mob-create-menu .mob-create-menu-item .drafts-items span {
            width: 16px;
            height: 16px;
            background-color: #c6f3ff;
            display: inline-block;
            text-align: center
        }

    .mob-create-menu .menu-close {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%)
    }

        .mob-create-menu .menu-close button {
            width: 34px;
            height: 34px;
            background-color: #ffffff;
            font-size: 13px
        }

@media (max-width:767px) {
    .syne-header {
        box-shadow: none;
        padding-left: 60px
    }

        .syne-header .container {
            height: inherit;
            padding-top: 15px;
            padding-bottom: 15px
        }

        .syne-header .logo img {
            width: 75px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .syne-header .logo img {
        width: 60px;
        position: relative;
        top: -2px
    }
}

@media (max-width:767px) {
    .syne-header .explore-project-desk, .syne-header .hdr-message.notify-circle, .syne-header .hdr-notify.notify-circle, .syne-header .start-project-desk {
        display: none !important
    }
}

a:active, a:focus, button:active, button:focus {
    outline: none !important
}

.btn-mobileserch-close {
    display: none
}

@media (max-width:991px) {
    .syne-header .hdr-serch {
        width: inherit
    }

    .syne-header .goButtonEnabled .search-go-btn {
        top: -7px;
        right: 0;
        z-index: 99999999
    }

    .syne-header .hdrserch-btn {
        display: none !important
    }

    .syne-header .hdr-search-box .search-go-btn {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        top: -13px
    }

    .hdr-serch.showSerch {
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999999;
        margin: 0 !important
    }

        .hdr-serch.showSerch .hdrsearch-icon-1 {
            transition: inherit;
            display: none !important
        }

        .hdr-serch.showSerch .btn-mobileserch-close {
            display: block;
            position: absolute;
            background: none;
            font-size: 15px;
            z-index: 999999;
            top: 13px
        }

        .hdr-serch.showSerch .hdrserch-form .form-control {
            height: 55px
        }

        .hdr-serch.showSerch.expanded .hdr-textfield {
            padding-left: 2.8125rem !important
        }
}

.btn-manage-request .btn {
    font-size: 12px;
    width: 85px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

.btn-manage-request .bg-red {
    border-color: #fb4f6d;
    color: #fb4f6d;
    background-color: transparent
}

    .btn-manage-request .bg-red:hover {
        background-color: #fb4f6d;
        border-color: #fb4f6d;
        color: #fff
    }

.brds {
    border-radius: 4px
}

.brds-3 {
    border-radius: 3px
}

.brds-2 {
    border-radius: 2px
}

.brds-0 {
    border-radius: 0
}

.brds-c1 {
    border-color: #e0e6ee !important
}

.dropdown-item.active, .dropdown-item:active {
    background: none !important
}

button:active, button:focus {
    outline: none
}

.link {
    color: inherit !important;
    transition: all,ease,0.3s
}

    .link:hover {
        text-decoration: underline
    }

.img-70 {
    height: 4.375rem
}

.img-80 {
    height: 5rem
}

.dim-txt {
    color: #bac3cf !important
}

.p-relative {
    position: relative
}

.syne-bxshadow {
    box-shadow: 0 2px 8px 0 rgba(57,64,79,0.1)
}

.syne-bx {
    border: solid 1px #e0e6ee;
    background: #fff
}

.write-a-posts {
    width: 92%
}

@media (max-width:767px) {
    .write-a-posts {
        width: 100%
    }
}

.write-a-posts ::-webkit-input-placeholder {
    color: #7c8796 !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important
}

.write-a-posts :-moz-placeholder {
    color: #7c8796 !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important
}

.write-a-posts ::-moz-placeholder {
    color: #7c8796 !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important
}

.write-a-posts :-ms-input-placeholder {
    color: #7c8796 !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important
}

.write-a-posts textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    padding: 0.9375rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    padding-left: 0;
    resize: none !important;
    transition: all,ease,0.3s
}

    .write-a-posts textarea:focus {
        padding-left: 0.9375rem !important;
        box-shadow: 0 0 0 0.04rem #16c0ef
    }

.write-a-posts.bg {
    width: 100%
}

    .write-a-posts.bg ::-webkit-input-placeholder {
        opacity: 0.4
    }

    .write-a-posts.bg :-moz-placeholder {
        opacity: 0.4
    }

    .write-a-posts.bg ::-moz-placeholder {
        opacity: 0.4
    }

    .write-a-posts.bg :-ms-input-placeholder {
        opacity: 0.4
    }

    .write-a-posts.bg textarea {
        width: 100%;
        max-width: 100%;
        border-radius: 19px;
        border: solid 1px #e0e6ee !important;
        background-color: #f9fafc;
        padding: 0.9375rem !important;
        padding-top: 0.4375rem !important;
        padding-bottom: 0.4375rem !important;
        font-size: 0.8125rem;
        resize: none !important
    }

.no-repeat {
    background-repeat: no-repeat
}

.bg-right {
    background-position: right
}

.timeline-content {
    font-size: 0.8125rem;
    padding-bottom: 60px
}

@media (max-width:991px) {
    .timeline-content {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.timeline-content .btn {
    font-size: 0.9375rem;
    font-weight: 600
}

.timeline-content .profile-status {
    background-position-y: -32%
}

    .timeline-content .profile-status .btn {
        background: white
    }

        .timeline-content .profile-status .btn:hover {
            color: white;
            background: #16c0ef
        }

.timeline-content .comp-items .comp-item {
    display: flex;
    align-items: center
}

    .timeline-content .comp-items .comp-item.pending-status {
        color: #7c8796;
        opacity: 0.8
    }

        .timeline-content .comp-items .comp-item.pending-status i {
            color: #7c8796
        }

    .timeline-content .comp-items .comp-item i.syneicon-check-mark {
        color: #20B700;
        font-size: 16px
    }

    .timeline-content .comp-items .comp-item i.syneicon-update {
        font-size: 20px
    }

@media (max-width:991px) {
    .write-a-post {
        box-shadow: 0 1px 2px 0 rgba(186,195,207,0.5)
    }
}

.write-a-post .write-a-post-open {
    display: block;
    color: #7c8796;
    margin-bottom: 0.9375rem;
    padding: 0.5rem;
    padding-left: 0;
    transition: all,ease,0.3s;
    border-radius: 4px;
    text-decoration: none
}

@media (max-width:991px) {
    .write-a-post .write-a-post-open {
        font-size: 0.875rem;
        padding: 0;
        margin-bottom: 1.5625rem
    }
}

@media (min-width:1200px) {
    .write-a-post .write-a-post-open:hover {
        background-color: #f0f2f5;
        padding-left: 0.9375rem
    }
}

.write-a-post ::-webkit-input-placeholder {
    color: #7c8796;
    font-size: 0.875rem
}

.write-a-post :-moz-placeholder {
    color: #7c8796;
    font-size: 0.875rem
}

.write-a-post ::-moz-placeholder {
    color: #7c8796;
    font-size: 0.875rem
}

.write-a-post :-ms-input-placeholder {
    color: #7c8796;
    font-size: 0.875rem
}

.write-a-post .icongroup i {
    font-size: 15px
}

@media (max-width:767px) {
    .write-a-post {
        border: none;
        margin-left: -15px;
        margin-right: -15px
    }
}

.grid-postimages {
    background-color: #eaf3fb;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    grid-auto-rows: 320px;
    grid-auto-flow: dense
}

    .grid-postimages .img-grid-item {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2em
    }

        .grid-postimages .img-grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            box-shadow: 0 2px 16px var(--shadow)
        }

.donate-now-btn {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.ends-in-text {
    position: absolute;
    top: 15px;
    left: 15px
}

    .ends-in-text p {
        color: white
    }

        .ends-in-text p i {
            color: white
        }

.post-wrap .post-wrap {
    margin: 0.9375rem;
    margin-top: 0
}

.post-wrap .post-img-wrap {
    position: relative
}

    .post-wrap .post-img-wrap img {
        max-width: 100%
    }

.post-wrap .post-item-user .post-user-name p {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #7c8796
}

.post-wrap .post-item-more .circle-btn {
    opacity: 1
}

.post-wrap .post-item-more .dropdown-toggle:after {
    margin-left: 0
}

.post-wrap .post-details p.rised {
    color: black
}

.post-wrap .post-details p.contribute {
    color: #2a3844
}

    .post-wrap .post-details p.contribute span {
        font-weight: 600
    }

.post-wrap .post-sharelike button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #7c8796
}

    .post-wrap .post-sharelike button span {
        font-size: 0.875rem;
        margin-left: 7px;
        margin-top: -5px
    }

    .post-wrap .post-sharelike button:hover span {
        text-decoration: underline
    }

    .post-wrap .post-sharelike button i {
        font-size: 15px
    }

    .post-wrap .post-sharelike button .circle-btn {
        opacity: 1
    }

.post-wrap .likes-and-share p {
    margin-bottom: 0
}

    .post-wrap .likes-and-share p a {
        color: #7c8796 !important
    }

.post-wrap .post-comment-section {
    padding-top: 0 !important
}

.post-wrap .share-strip {
    background-color: #eaf3fb
}

.fund-details p.rised {
    color: black
}

.fund-details p.contribute {
    color: #2a3844
}

    .fund-details p.contribute span {
        font-weight: 600
    }

.cmnt-list .cmnt-row .cmnt-area {
    position: relative;
    display: inline-flex
}

    .cmnt-list .cmnt-row .cmnt-area .escto-cancel {
        font-size: 0.6875rem;
        margin-top: 5px;
        color: #7c8796;
        position: absolute;
        bottom: -3px;
        left: 10px;
        display: none;
        margin-bottom: 0
    }

        .cmnt-list .cmnt-row .cmnt-area .escto-cancel a {
            color: #16c0ef !important;
            cursor: pointer
        }

    .cmnt-list .cmnt-row .cmnt-area .cmnt-area-text {
        max-width: 100%;
        border-radius: 19px;
        border: solid 1px #e0e6ee !important;
        background-color: #f9fafc;
        padding: 0.9375rem !important;
        padding-top: 0.4375rem !important;
        padding-bottom: 0.4375rem !important;
        font-size: 0.8125rem
    }

        .cmnt-list .cmnt-row .cmnt-area .cmnt-area-text p {
            margin-bottom: 0
        }

            .cmnt-list .cmnt-row .cmnt-area .cmnt-area-text p + p {
                margin-top: 0.625rem
            }

        .cmnt-list .cmnt-row .cmnt-area .cmnt-area-text .cmntBy {
            color: black !important;
            font-weight: 600
        }

    .cmnt-list .cmnt-row .cmnt-area .cmnt-action {
        margin-top: 7px
    }

        .cmnt-list .cmnt-row .cmnt-area .cmnt-action .save-click {
            display: none
        }

            .cmnt-list .cmnt-row .cmnt-area .cmnt-action .save-click i {
                font-size: 20px;
                position: relative;
                top: 4px;
                color: green
            }

        .cmnt-list .cmnt-row .cmnt-area .cmnt-action a, .cmnt-list .cmnt-row .cmnt-area .cmnt-action button {
            cursor: pointer
        }

        .cmnt-list .cmnt-row .cmnt-area .cmnt-action .syneicon-more {
            opacity: 0;
            visibility: hidden
        }

@media (max-width:1199px) {
    .cmnt-list .cmnt-row .cmnt-area .cmnt-action .syneicon-more {
        opacity: 1 !important;
        visibility: visible !important
    }
}

.cmnt-list .cmnt-row .cmnt-area .cmnt-action.show {
    opacity: 1;
    visibility: visible
}

.cmnt-list .cmnt-row .cmnt-area:hover .cmnt-action .syneicon-more {
    opacity: 1;
    visibility: visible
}

.cmnt-list .cmnt-row .cmnt-area .cmnt-edit-box {
    outline: none;
    cursor: pointer
}

.cmnt-list .cmnt-row .cmnt-area.editOn {
    padding-bottom: 15px
}

    .cmnt-list .cmnt-row .cmnt-area.editOn .escto-cancel {
        display: block
    }

    .cmnt-list .cmnt-row .cmnt-area.editOn .cmnt-area-text {
        border-color: #fb4f6d !important
    }

    .cmnt-list .cmnt-row .cmnt-area.editOn .save-click {
        display: block
    }

    .cmnt-list .cmnt-row .cmnt-area.editOn .cmntBy {
        display: none
    }

    .cmnt-list .cmnt-row .cmnt-area.editOn .edit-click {
        display: none
    }

    .cmnt-list .cmnt-row .cmnt-area.editOn .cmt-send-btn-wrap {
        display: flex !important
    }

        .cmnt-list .cmnt-row .cmnt-area.editOn .cmt-send-btn-wrap .cmt-send-btn {
            margin-bottom: 0 !important;
            top: 0 !important
        }

    .cmnt-list .cmnt-row .cmnt-area.editOn .cmnt-action.dropdown {
        display: none !important
    }

.cmnt-list .cmnt-row .cmnt-textarea {
    position: relative;
    width: 100%
}

    .cmnt-list .cmnt-row .cmnt-textarea ::-webkit-input-placeholder {
        opacity: 0.4
    }

    .cmnt-list .cmnt-row .cmnt-textarea :-moz-placeholder {
        opacity: 0.4
    }

    .cmnt-list .cmnt-row .cmnt-textarea ::-moz-placeholder {
        opacity: 0.4
    }

    .cmnt-list .cmnt-row .cmnt-textarea :-ms-input-placeholder {
        opacity: 0.4
    }

    .cmnt-list .cmnt-row .cmnt-textarea textarea {
        width: 100%;
        max-width: 100%;
        border-radius: 19px;
        border: solid 1px #e0e6ee !important;
        background-color: #f9fafc;
        padding: 0.9375rem !important;
        padding-top: 0.4375rem !important;
        padding-bottom: 0.4375rem !important;
        font-size: 0.8125rem;
        resize: none !important;
        padding-right: 5rem !important
    }

    .cmnt-list .cmnt-row .cmnt-textarea .cmnt-icons {
        position: absolute;
        right: 12px;
        top: 7px;
        font-size: 15px
    }

@media (max-width:576px) {
    .cmnt-list .cmnt-row .cmnt-textarea .cmnt-icons {
        top: 6px
    }
}

.cmnt-list .cmnt-row .cmnt-textarea .cmnt-icons .circle-btn {
    width: 20px;
    height: 20px;
    margin: 0 5px
}

@media (max-width:576px) {
    .cmnt-list .cmnt-row .cmnt-textarea .cmnt-icons .circle-btn {
        margin: 0 1px;
        font-size: 13px
    }
}

.cmnt-list .viewmore-comments {
    color: #1b7ad4
}

    .cmnt-list .viewmore-comments:hover {
        text-decoration: underline
    }

.cmnt-list .cmt-send-btn-wrap {
    display: none !important
}

    .cmnt-list .cmt-send-btn-wrap .cmt-send-btn {
        background: #16c0ef;
        color: #fff;
        width: 27px;
        height: 27px;
        position: relative;
        top: -7px
    }

.cmnt-list .sendButtonEnabled .cmt-send-btn-wrap {
    display: flex !important
}

.cmnt-list .sendButtonDisabled .cmnt-textarea .form-control, .cmnt-list .sendButtonDisabled .cmnt-textarea textarea {
    height: 2.1875rem
}

.right-sidebar {
    font-size: 0.75rem
}

@media (max-width:991px) {
    .right-sidebar {
        display: none
    }
}

.right-sidebar .right-sidebar-inr .img-sm-wide {
    position: relative
}

    .right-sidebar .right-sidebar-inr .img-sm-wide .ends-in-text {
        position: absolute;
        top: 7px;
        left: 7px
    }

    .right-sidebar .right-sidebar-inr .img-sm-wide figure {
        overflow: hidden
    }

.right-sidebar .right-sidebar-inr .btn-viewmore {
    font-size: 0.8125rem
}

.right-sidebar .right-sidebar-inr .follow-box p {
    font-size: 0.75rem
}

.who-tofollow .followedBy {
    font-size: 0.625rem
}

.post-type-images {
    background-color: #eaf3fb
}

    .post-type-images a img {
        border: 1px solid white
    }

    .post-type-images.post-type-img1 a {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 20rem;
        position: relative
    }

        .post-type-images.post-type-img1 a img {
            max-height: 100%;
            max-width: 100%;
            height: auto;
            width: auto;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            box-sizing: border-box;
            margin: auto
        }

    .post-type-images.post-type-img2 a {
        display: block;
        min-height: 20rem;
        position: relative
    }

        .post-type-images.post-type-img2 a img {
            max-height: 100%;
            max-width: 100%;
            height: auto;
            width: auto;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            box-sizing: border-box;
            margin: auto;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .post-type-images.post-type-img3 a {
        display: block;
        min-height: 20rem;
        position: relative
    }

        .post-type-images.post-type-img3 a img {
            max-height: 100%;
            max-width: 100%;
            height: auto;
            width: auto;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            box-sizing: border-box;
            margin: auto;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .post-type-images.post-type-img3 .span-2 {
        position: relative
    }

        .post-type-images.post-type-img3 .span-2 a {
            min-height: inherit;
            height: 50%
        }

            .post-type-images.post-type-img3 .span-2 a:nth-child(n+3) {
                display: none !important
            }

        .post-type-images.post-type-img3 .span-2 .more-plus {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 20%;
            color: white;
            font-size: 1.5625rem
        }

.timeline-content .shimmer-wrap .flex-column {
    flex: 0 0 110px
}

.timeline-content .shimmer-wrap .wrapper {
    max-width: 170px
}

    .timeline-content .shimmer-wrap .wrapper .shimr-comment {
        margin-top: 0
    }

        .timeline-content .shimmer-wrap .wrapper .shimr-comment.shimr-comment-ttl {
            height: 10px
        }

        .timeline-content .shimmer-wrap .wrapper .shimr-comment.shimr-comment-sub-ttl {
            width: 80%
        }

        .timeline-content .shimmer-wrap .wrapper .shimr-comment.shimr-comment-date {
            width: 70%
        }

.timeline-content .shimmer-wrap .shimr-image {
    flex: 0 0 100%;
    margin-top: 0.9375rem
}

.timeline-content .shimmer-wrap .shimr-bottom .shimr-comment-ttl {
    height: 12px;
    max-width: 50%
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47,0,0.74,0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22,0.61,0.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease,visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5,0,0.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.15) 65%,rgba(0,0,0,0.075) 75.5%,rgba(0,0,0,0.037) 82.85%,rgba(0,0,0,0.019) 88%,rgba(0,0,0,0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,0.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19,1,0.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5,0.5,0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0,0,0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px 0
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a:before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: 0.5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1
    }

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.breadcrumb .breadcrumb-item a {
    color: rgba(0,0,0,0.4)
}

.breadcrumb-item + .breadcrumb-item:before {
    color: rgba(0,0,0,0.4)
}

.inner-banner {
    height: 25rem;
    background-size: cover;
    background-position: center;
    position: relative
}

@media (max-width:991px) {
    .inner-banner {
        height: 175px;
        background-repeat: no-repeat
    }
}

@media (max-width:767px) {
    .inner-banner {
        height: 160px;
        background-repeat: no-repeat
    }
}

.inner-banner .about-text, .inner-banner .banner-ttl {
    font-size: 160px;
    font-weight: 800;
    opacity: 0.7;
    color: #000;
    width: 100%;
    text-align: center
}

@media (max-width:1600px) {
    .inner-banner .about-text, .inner-banner .banner-ttl {
        font-size: 125px
    }
}

@media (max-width:1199px) {
    .inner-banner .about-text, .inner-banner .banner-ttl {
        font-size: 100px
    }
}

@media (max-width:992px) {
    .inner-banner .about-text, .inner-banner .banner-ttl {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .inner-banner .about-text, .inner-banner .banner-ttl {
        font-size: 60px
    }
}

@media (max-width:576px) {
    .inner-banner .about-text, .inner-banner .banner-ttl {
        font-size: 50px
    }
}

.banner-sizetext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.6;
    width: 100%;
    text-align: center
}

    .banner-sizetext .ttl {
        font-size: 1.4375rem
    }

    .banner-sizetext p {
        color: white
    }

i.center:before {
    content: "";
    margin: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width:767px) {
    .bnr-profile {
        flex-flow: inherit
    }
}

.bnr-profile .bnr-profile-img {
    display: flex;
    justify-content: center;
    position: relative
}

@media (max-width:767px) {
    .bnr-profile .bnr-profile-img {
        justify-content: flex-start
    }
}

.bnr-profile .circle-btn {
    opacity: 0;
    position: absolute;
    font-size: 1em;
    width: 1.625em;
    height: 1.625em;
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    will-change: transform,opacity;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    background-image: none;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    transition: box-shadow 0.25s ease-in;
    z-index: -1
}

    .bnr-profile .circle-btn svg {
        width: 100%;
        height: 100%
    }

    .bnr-profile .circle-btn.remove {
        left: 50%;
        bottom: 9px;
        transform: translateX(-50%)
    }

        .bnr-profile .circle-btn.remove i {
            color: #fb4f6d
        }

.bnr-profile .show-remove:hover .circle-btn {
    background-color: rgba(0,0,0,0.5) !important
}

.bnr-profile .show-remove .circle-btn {
    opacity: 1;
    z-index: 2
}

@media (max-width:767px) {
    .bnr-profile .show-remove .circle-btn {
        width: 16px;
        height: 16px
    }
}

.bnr-profile .show-remove .circle-btn.btn-dpupload {
    position: absolute;
    bottom: 16px;
    left: 102px
}

@media (max-width:767px) {
    .bnr-profile .show-remove .circle-btn.btn-dpupload {
        bottom: 11px;
        left: 50px
    }
}

.bnr-profile .show-remove .circle-btn.btn-dpupload:hover {
    background: #16c0ef !important
}

.bnr-profile .show-remove .circle-btn.btn-dpdel {
    position: absolute;
    bottom: 11px;
    left: 66px
}

    .bnr-profile .show-remove .circle-btn.btn-dpdel:hover {
        background: #fb4f6d !important
    }

@media (max-width:767px) {
    .bnr-profile .show-remove .circle-btn.btn-dpdel {
        bottom: 9px;
        left: 30px
    }
}

.bnr-profile .show-remove .circle-btn.btn-dpedit {
    position: absolute;
    bottom: 18px;
    left: 28px
}

    .bnr-profile .show-remove .circle-btn.btn-dpedit:hover {
        background: #16c0ef !important
    }

@media (max-width:767px) {
    .bnr-profile .show-remove .circle-btn.btn-dpedit {
        bottom: 14px;
        left: 10px
    }
}

.bnr-profile .user-image {
    position: absolute;
    bottom: -45px;
    overflow: hidden;
    border: 2px solid white
}

@media (max-width:767px) {
    .bnr-profile .user-image {
        bottom: -45px;
        z-index: 1
    }
}

.bnr-profile .user-image .prfledit-text-btn {
    display: none;
    cursor: pointer;
    background-color: rgba(19,28,35,0.6);
    color: white;
    height: 2.3125rem;
    line-height: 2.3125rem;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%
}

@media (max-width:767px) {
    .bnr-profile .user-image .prfledit-text-btn {
        display: block !important;
        height: 1.5625rem;
        line-height: 1rem
    }
}

.bnr-profile .user-image:hover .prfledit-text-btn {
    display: block
}

.bnr-profile .changes-dp-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer
}

.bnr-profile .edit-bnr-btn {
    height: 44px;
    border-radius: 4px;
    background-color: rgba(19,28,35,0.6);
    color: #fff;
    font-size: 0.8125rem
}

@media (max-width:767px) {
    .bnr-profile .edit-bnr-btn {
        height: 35px
    }
}

.bnr-profile .edit-bnr-btn i {
    color: white;
    font-size: 16px
}

.follow-btn-group .follow i {
    color: white
}

.session-expire .lpp-inner .syne-group2 .form-label {
    z-index: 1
}

.container-3 {
    max-width: 970px;
    padding-right: 15px;
    padding-left: 15px
}

.prj-images-slider {
    display: none
}

    .prj-images-slider.slick-initialized {
        display: block
    }

@media (min-width:768px) {
    .page-create-project {
        height: 100vh
    }
}

@media (max-width:767px) {
    .page-create-project {
        padding-top: 0 !important
    }
}

.page-create-project .syne-header {
    display: none
}

.page-create-project .create-project {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white
}

@media (max-width:767px) {
    .page-create-project .create-project {
        background: transparent;
        position: relative;
        top: 0;
        min-height: 100vh
    }
}

.page-create-project .cpr-header {
    z-index: 11;
    background: #fff
}

    .page-create-project .cpr-header .container {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

@media (max-width:767px) {
    .page-create-project .cpr-header {
        width: 100%;
        background: #fff
    }

        .page-create-project .cpr-header .container {
            padding-top: 1.1875rem;
            padding-bottom: 1.1875rem
        }

        .page-create-project .cpr-header .logo img {
            width: 3.125rem
        }
}

.page-create-project .cpr-header .close2 .close-text {
    font-weight: 600
}

@media (min-width:768px) {
    .page-create-project .cpr-contentiarea {
        min-height: 44.5625rem;
        background: white
    }
}

.page-create-project .cpr-contentiarea .cpr-breadcrumbs a {
    font-size: 0.75rem;
    color: #7c8796
}

    .page-create-project .cpr-contentiarea .cpr-breadcrumbs a:hover {
        text-decoration: none;
        color: #16c0ef
    }

.page-create-project .cpr-footer {
    z-index: 11;
    background-color: #fff;
    width: 100%;
    padding-bottom: 6.25rem
}

@media (max-width:767px) {
    .page-create-project .cpr-footer {
        position: fixed;
        padding-bottom: 0;
        bottom: 0
    }

        .page-create-project .cpr-footer .container {
            padding: 0
        }

        .page-create-project .cpr-footer .btn-submit {
            width: 100%;
            border-radius: 0
        }

            .page-create-project .cpr-footer .btn-submit i {
                font-size: 13px
            }
}

.page-create-project .cpr-footer .btn {
    position: relative;
    letter-spacing: 0.5px
}

    .page-create-project .cpr-footer .btn i {
        position: absolute
    }

@media (max-width:767px) {
    .page-create-project .cpr-footer .btn i {
        position: relative;
        left: inherit !important;
        right: inherit !important
    }
}

.page-create-project .cpr-footer .btn i.ico-left {
    left: 15px
}

.page-create-project .cpr-footer .btn i.ico-right {
    right: 15px
}

@media (max-width:767px) {
    .page-create-project .cpr-footer .btn.btn-outline-primary {
        border-color: #e0e6ee
    }
}

.cpr-content .cpr-ttl {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem
}

@media (max-width:1600px) {
    .cpr-content .cpr-ttl {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width:767px) {
    .cpr-content .cpr-ttl {
        margin-top: 1.25rem;
        margin-bottom: 1.5625rem
    }
}

.cpr-content .cpr-ttl p {
    font-size: 1.1875rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 0.625rem
}

@media (max-width:767px) {
    .cpr-content .cpr-ttl p {
        font-size: 0.8125rem
    }
}

.cpr-content .cpr-ttl .h2 {
    color: #2a3844;
    margin-bottom: 0
}

@media (max-width:767px) {
    .cpr-content .cpr-ttl .h2 {
        font-size: 1.1875rem
    }
}

@media (max-width:767px) {
    .cpr-content .syne-group {
        background: #fff
    }
}

.project-typebx .custom-control-label {
    width: 100%
}

.project-typebx .custom-control {
    margin-left: 0;
    padding-left: 0
}

.project-typebx .custom-control-label:after, .project-typebx .custom-control-label:before {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-left: auto;
    margin-top: 0
}

@media (max-width:767px) {
    .project-typebx .custom-control-label:after, .project-typebx .custom-control-label:before {
        top: 27px
    }
}

.project-typebx .custom-control-label:before {
    border-radius: 50% !important;
    border: 2px solid #bac3cf;
    margin-top: inherit
}

.project-typebx .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #16c0ef
}

.project-typebx .item {
    width: 100%;
    flex-flow: column;
    border-radius: 6px;
    border: solid 1px #dde2e9;
    padding: 2.8125rem;
    cursor: pointer
}

@media (max-width:992px) {
    .project-typebx .item {
        padding: 0.9375rem
    }
}

@media (max-width:767px) {
    .project-typebx .item {
        flex-flow: row;
        margin-bottom: 0.9375rem;
        background: white
    }
}

@media (max-width:767px) {
    .project-typebx .item .item-bx {
        display: flex;
        align-items: center
    }
}

.project-typebx .item .item-bx figure {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1.5625rem
}

@media (max-width:767px) {
    .project-typebx .item .item-bx figure {
        width: 2.8125rem;
        height: 2.8125rem;
        margin-bottom: 0;
        margin-right: 0.9375rem
    }
}

.project-typebx .item .item-bx .ttl {
    color: #5d677e
}

@media (max-width:767px) {
    .project-typebx .item .item-bx .ttl {
        margin-bottom: 0;
        margin-right: 0.625rem;
        font-size: 1rem
    }
}

.project-typebx .item .item-bx .info-icon {
    font-size: 0.5rem
}

    .project-typebx .item .item-bx .info-icon i {
        font-size: 20px
    }

@media (max-width:767px) {
    .project-typebx .item .item-bx .info-icon i {
        font-size: 12px;
        opacity: 0.5;
        position: relative;
        top: 4px
    }
}

.project-typebx .item img {
    filter: grayscale(1);
    opacity: 0.5;
    max-width: 100%;
    max-height: 100%;
    object-fit: inherit !important
}

.project-typebx .item.active, .project-typebx .item:hover {
    border: 1px solid #16c0ef;
    box-shadow: 0 0 0 0.2rem rgba(22,192,239,0.32)
}

    .project-typebx .item.active img, .project-typebx .item:hover img {
        filter: grayscale(0);
        opacity: 1
    }

    .project-typebx .item.active .item-bx .ttl, .project-typebx .item:hover .item-bx .ttl {
        color: #2a3844
    }

.project-typebx .item.active {
    border: 1px solid #16c0ef;
    opacity: 1
}

    .project-typebx .item.active .ttl {
        color: #2a3844
    }

.project-typebx .custom-control-input:checked ~ .custom-control-label .item {
    border: 1px solid #16c0ef;
    box-shadow: 0 0 0 0.2rem rgba(22,192,239,0.32)
}

@media (max-width:767px) {
    .project-typebx .custom-control-input:checked ~ .custom-control-label .item {
        box-shadow: none
    }
}

.project-typebx .custom-control-input:checked ~ .custom-control-label .item img {
    filter: grayscale(0);
    opacity: 1
}

.project-typebx .custom-control-input:checked ~ .custom-control-label .item .item-bx .ttl {
    color: #2a3844
}

.syne-slick {
    position: relative
}

    .syne-slick .slick-next, .syne-slick .slick-prev {
        position: absolute;
        right: 15px;
        bottom: -65px;
        font-size: 20px;
        z-index: 1;
        cursor: pointer
    }

        .syne-slick .slick-next:hover, .syne-slick .slick-prev:hover {
            color: #16c0ef
        }

        .syne-slick .slick-next.slick-disabled, .syne-slick .slick-prev.slick-disabled {
            opacity: 0.5
        }

            .syne-slick .slick-next.slick-disabled:hover, .syne-slick .slick-prev.slick-disabled:hover {
                color: inherit
            }

    .syne-slick .slick-prev {
        margin-right: 85px
    }

.project-step2 .slick-list {
    padding-top: 5px
}

.project-step2 .cpr-content .cpr-ttl p {
    color: #5d677e
}

.project-step2 .cpr-content .search-category {
    margin-bottom: 3.75rem
}

@media (max-width:1600px) {
    .project-step2 .cpr-content .search-category {
        margin-bottom: 2.5rem
    }
}

@media (max-width:767px) {
    .project-step2 .cpr-content .search-category {
        margin-bottom: 1.875rem
    }
}

@media (min-width:768px) {
    .project-step2 .project-typebx .item {
        padding: 0.9375rem;
        padding-top: 3.75rem
    }
}

@media (min-width:768px) and (max-width:1600px) {
    .project-step2 .project-typebx .item {
        padding-top: 3.125rem
    }
}

@media (min-width:768px) {
    .project-step2 .item-bx figure {
        height: 3.125rem !important;
        margin: 0 auto;
        margin-bottom: 0.9375rem
    }

        .project-step2 .item-bx figure img {
            margin: 0 auto
        }
}

.project-step2 .project-typebx .custom-control-label:after, .project-step2 .project-typebx .custom-control-label:before {
    top: 15px
}

@media (max-width:767px) {
    .project-step2 .project-typebx .custom-control-label:after, .project-step2 .project-typebx .custom-control-label:before {
        top: 22px
    }
}

.project-step2 .project-typebx .item {
    margin-bottom: 0.625rem
}

    .project-step2 .project-typebx .item:hover figure img {
        opacity: 1 !important
    }

@media (max-width:767px) {
    .project-step2 .project-typebx .item-bx figure {
        width: 3.4375rem;
        height: 2.1875rem
    }
}

.project-step2 .project-typebx .item-bx figure img {
    filter: initial !important;
    opacity: 0.6 !important
}

.project-step2 .project-typebx .custom-control-input:checked ~ .custom-control-label .item-bx figure img {
    opacity: 1 !important
}

@media (min-width:768px) {
    .project-step2 .popular-catogory-slider {
        display: none
    }

        .project-step2 .popular-catogory-slider.slick-initialized {
            display: flex !important
        }
}

.project-step4 .select-info {
    color: #7c8796;
    font-size: 0.8125rem;
    margin-top: 0.625rem
}

    .project-step4 .select-info i {
        color: #bac3cf;
        font-size: 15px
    }

.project-step4 .seperation-arrw {
    font-size: 22px
}

.project-step4 .target-amount ::-webkit-input-placeholder, .project-step4 .target-support ::-webkit-input-placeholder {
    font-size: 17px;
    color: #bac3cf;
    font-weight: 600
}

@media (max-width:767px) {
    .project-step4 .target-amount ::-webkit-input-placeholder, .project-step4 .target-support ::-webkit-input-placeholder {
        font-size: 14px
    }
}

.project-step4 .target-amount :-moz-placeholder, .project-step4 .target-support :-moz-placeholder {
    font-size: 17px;
    color: #bac3cf;
    font-weight: 600
}

@media (max-width:767px) {
    .project-step4 .target-amount :-moz-placeholder, .project-step4 .target-support :-moz-placeholder {
        font-size: 14px
    }
}

.project-step4 .target-amount ::-moz-placeholder, .project-step4 .target-support ::-moz-placeholder {
    font-size: 17px;
    color: #bac3cf;
    font-weight: 600
}

@media (max-width:767px) {
    .project-step4 .target-amount ::-moz-placeholder, .project-step4 .target-support ::-moz-placeholder {
        font-size: 14px
    }
}

.project-step4 .target-amount :-ms-input-placeholder, .project-step4 .target-support :-ms-input-placeholder {
    font-size: 17px;
    color: #bac3cf;
    font-weight: 600
}

@media (max-width:767px) {
    .project-step4 .target-amount :-ms-input-placeholder, .project-step4 .target-support :-ms-input-placeholder {
        font-size: 14px
    }
}

.project-step4 .target-amount p, .project-step4 .target-support p {
    font-size: 1.5rem;
    color: #bac3cf
}

.project-step4 .dropdown-toggle {
    font-size: 0.8125rem;
    color: #7c8796
}

.project-step4 .syneScroll {
    max-height: 200px
}

.update-avtr figure {
    width: 7.5rem;
    height: 7.5rem;
    border: 2px dashed #bac3cf !important;
    border-radius: 50%;
    padding: 0.3125rem
}

    .update-avtr figure img {
        object-fit: cover;
        max-width: 100%
    }

.dp-remove {
    position: absolute;
    right: -2px;
    top: -3px;
    width: 2rem;
    height: 2rem;
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    list-style: 2rem;
    box-shadow: 0 2px 4px 0 rgba(42,56,68,0.2);
    background-color: #ffffff;
    font-size: 0 !important;
    z-index: 99;
    display: none
}

@media (max-width:767px) {
    .dp-remove {
        right: 0px;
        width: 25px;
        height: 25px
    }
}

.dp-remove:after {
    position: absolute;
    content: "";
    font-family: "syneicons" !important;
    color: #fb4f6d;
    font-size: 13px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width:767px) {
    .dp-remove:after {
        font-size: 10px !important
    }
}

.dp-remove.dp-remove-show {
    display: block
}

@media (max-width:767px) {
    .project-step5 {
        overflow: hidden
    }
}

.project-step6 .syne-editor .dummy-image {
    width: 100%;
    height: 22.0625rem
}

.project-step6 .syne-editor i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #f49327;
    color: #f49327;
    margin-right: 0.625rem
}

.project-step6 .button-group input {
    opacity: 0;
    position: absolute;
    width: 0
}

@media (max-width:767px) {
    .project-step6 .button-group label {
        width: 100%
    }
}

.project-step6 .button-group .btn {
    padding-top: 0;
    padding-bottom: 0;
    border: solid 1px #e0e6ee;
    cursor: pointer
}

@media (max-width:767px) {
    .project-step6 .button-group .btn {
        width: 100%;
        justify-content: flex-start !important;
        padding-left: 15px;
        padding-right: 15px
    }

        .project-step6 .button-group .btn .syneicon-dark-close {
            color: #bac3cf;
            font-size: 12px;
            margin: 0
        }

            .project-step6 .button-group .btn .syneicon-dark-close:before {
                margin: 0
            }
}

.project-step6 .button-group .btn:hover {
    background: #16c0ef
}

    .project-step6 .button-group .btn:hover i {
        color: white
    }

@media (max-width:767px) {
    .project-step6 .btn-attach {
        background-color: #fff
    }
}

.project-step6 .btn-attach i {
    font-size: 19px;
    color: #16c0ef
}

@media (max-width:767px) {
    .project-step6 .btn-attach i {
        font-size: 20px
    }
}

.project-step6 .btn-pdf {
    background-color: #f7f8fa
}

    .project-step6 .btn-pdf i {
        font-size: 25px;
        color: #f10505
    }

@media (max-width:767px) {
    .project-step6 .btn-pdf i {
        font-size: 20px
    }
}

#dropzone {
    width: 100%;
    border: 2px dashed #bac3cf !important;
    border-radius: 5px;
    transition: 0.2s;
    padding: 10px
}

@media (max-width:767px) {
    #dropzone {
        padding: 0;
        border: none !important
    }
}

.dropzone {
    background-color: #f7f8fa;
    border: none !important;
    padding: 13px 11px;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    max-width: 100%
}

@media (max-width:767px) {
    .dropzone {
        padding: 0;
        background: transparent;
        padding-top: 3.75rem;
        flex-wrap: wrap;
        min-height: initial !important
    }
}

.dropzone .dz-message {
    transition: 0.2s;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 100%
}

@media (max-width:767px) {
    .dropzone .dz-message {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important
    }
}

.dropzone .dz-message .plus {
    display: none
}

.dropzone .dz-message .plus, .dropzone .dz-message .text {
    font-size: 0.8125rem;
    color: #7c8796
}

@media (max-width:767px) {
    .dropzone .dz-message .plus, .dropzone .dz-message .text {
        display: none !important
    }
}

.dropzone .dz-message .mobile-upload-photos {
    display: none
}

@media (max-width:767px) {
    .dropzone .dz-message .mobile-upload-photos {
        display: block !important;
        width: 100%
    }

        .dropzone .dz-message .mobile-upload-photos .btn {
            width: 100%;
            background: white;
            height: 40px;
            border-radius: 2px;
            border: solid 1px #eef0f5;
            background-color: #ffffff;
            color: #16c0ef
        }

            .dropzone .dz-message .mobile-upload-photos .btn i {
                font-size: 18px
            }
}

.dropzone.dz-started {
    overflow: auto
}

    .dropzone.dz-started .text {
        display: none
    }

.dropzone.dz-drag-hover .plus {
    opacity: 1;
    visibility: visible
}

.dropzone .dz-preview {
    position: relative;
    margin-right: 1.5625rem
}

    .dropzone .dz-preview.dz-image-preview {
        background: none
    }

    .dropzone .dz-preview.img-fetured .dz-details {
        opacity: 1 !important
    }

.dropzone .dz-remove {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 2rem;
    height: 2rem;
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    list-style: 2rem;
    box-shadow: 0 2px 4px 0 rgba(42,56,68,0.2);
    background-color: #ffffff;
    font-size: 0 !important;
    z-index: 8
}

@media (max-width:767px) {
    .dropzone .dz-remove {
        right: 12px;
        top: 5px;
        width: 25px;
        height: 25px
    }
}

.dropzone .dz-remove:after {
    position: absolute;
    content: "";
    font-family: "syneicons" !important;
    color: #fb4f6d;
    font-size: 13px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width:767px) {
    .dropzone .dz-remove:after {
        font-size: 10px !important
    }
}

.dropzone .dz-message.needsclick img {
    width: 32px;
    display: block;
    margin: auto;
    opacity: 0.6;
    margin-bottom: 15px;
    margin-right: 7px
}

.dropzone .dz-preview {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .dropzone .dz-preview {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 !important;
        padding-right: 5px;
        margin-bottom: 7px !important
    }

        .dropzone .dz-preview .dz-image {
            width: 100%;
            height: 100px
        }
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    display: none !important
}

.dz-error-mark, .dz-success-mark {
    display: none
}

.dz-error-message {
    display: none !important
}

.dropzone .dz-message {
    margin: 0
}

.dz-details {
    padding: 0 !important;
    top: 10px !important
}

    .dz-details .dz-size {
        display: none
    }

    .dz-details .dz-filename {
        width: 75px;
        height: 24px;
        background: url(../images/icons/featured.svg)
    }

        .dz-details .dz-filename span {
            display: none
        }

        .dz-details .dz-filename:after {
            content: "Featured";
            color: white;
            position: relative;
            top: 1px;
            left: -3px
        }

.project-sdebar {
    display: block
}

.project-top .btn-delete, .project-top .btn-edit {
    font-size: 0.9375rem;
    color: #9ca6b3;
    border-radius: 0
}

@media (max-width:767px) {
    .project-top .btn-delete, .project-top .btn-edit {
        font-weight: 600
    }
}

.project-top .btn-delete:hover.btn-delete, .project-top .btn-edit:hover.btn-delete {
    color: #fb4f6d
}

    .project-top .btn-delete:hover.btn-delete i, .project-top .btn-edit:hover.btn-delete i {
        color: #fb4f6d
    }

.project-top .btn-delete:hover.btn-edit, .project-top .btn-edit:hover.btn-edit {
    color: #16c0ef
}

    .project-top .btn-delete:hover.btn-edit i, .project-top .btn-edit:hover.btn-edit i {
        color: #16c0ef
    }

.project-top .btn-delete i, .project-top .btn-edit i {
    color: #9ca6b3;
    font-size: 13px
}

@media (max-width:767px) {
    .project-top {
        flex-flow: column-reverse
    }

        .project-top .btn {
            flex: 0 0 50%;
            max-width: 50%;
            text-align: center;
            border: solid 1px #f5f5f5
        }
}

.page-projects-view .prj-header .user-dp {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
    max-width: 4rem
}

@media (max-width:767px) {
    .page-projects-view .prj-header .user-dp {
        width: 3.125rem;
        height: 3.125rem;
        flex: 0 0 3.125rem;
        max-width: 3.125rem
    }
}

.page-projects-view .prj-header h1 {
    font-size: 1.75rem
}

@media (max-width:767px) {
    .page-projects-view .prj-header h1 {
        font-size: 20px
    }
}

.page-projects-view .prj-header i {
    font-size: 15px
}

@media (max-width:767px) {
    .page-projects-view .prj-header i {
        font-size: 12px
    }
}

.page-projects-view .prj-images figure {
    height: 21.5625rem
}

@media (max-width:991px) {
    .page-projects-view .prj-images figure {
        height: 265px
    }
}

@media (max-width:767px) {
    .page-projects-view .prj-images figure {
        height: 190px
    }
}

.page-projects-view .prj-images .slick-arrow {
    position: absolute;
    width: 2.5rem;
    height: 3.75rem;
    border-radius: 6px;
    background-color: rgba(9,9,10,0.6);
    color: white;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

    .page-projects-view .prj-images .slick-arrow:hover {
        color: #16c0ef;
        cursor: pointer
    }

    .page-projects-view .prj-images .slick-arrow:before {
        opacity: 0.6
    }

    .page-projects-view .prj-images .slick-arrow.slick-prev {
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .page-projects-view .prj-images .slick-arrow.slick-next {
        right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.page-projects-view .prj-datas .create-details {
    font-size: 0.8125rem;
    color: #bac3cf
}

    .page-projects-view .prj-datas .create-details span {
        color: #2a3844
    }

.page-projects-view .prj-datas .prj-link {
    background-color: #f2f4f7;
    flex: 0 0 100%
}

    .page-projects-view .prj-datas .prj-link p {
        color: #a1a8b3
    }

.page-projects-view .prj-content {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #2a3844
}

    .page-projects-view .prj-content p {
        margin-bottom: 1.5625rem
    }

    .page-projects-view .prj-content .ttl-ctn {
        line-height: 1.5625rem;
        margin-bottom: 1.5625rem
    }

@media (max-width:767px) {
    .page-projects-view .add-milestone {
        text-align: center
    }
}

@media (max-width:767px) {
    .page-projects-view .add-edit-mbox .syne-group {
        height: 54px
    }
}

.page-projects-view .prj-milestone p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #395366;
    letter-spacing: 0.2px
}

.page-projects-view .prj-milestone .list-item {
    padding-left: 2.0625rem;
    position: relative
}

    .page-projects-view .prj-milestone .list-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 98%;
        width: 5px;
        background: white;
        border-left: 2px dashed #e0e6ee !important;
        left: 8px;
        z-index: 1
    }

    .page-projects-view .prj-milestone .list-item.upcoming-item:before {
        top: 71px;
        z-index: -1
    }

    .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .date-wrap {
        flex: 0 0 2.5rem;
        max-width: 2.5rem;
        height: 2.5rem;
        box-shadow: inset 0 17px 0 0 var(--bright-sky-blue);
        border: solid 1px #395366;
        background-color: #fff;
        position: relative
    }

        .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .date-wrap:before {
            content: "";
            position: absolute;
            left: -2.0625rem;
            top: 50%;
            transform: translateY(-50%);
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            border: 0.25rem solid #16c0ef;
            z-index: 2;
            background: white
        }

        .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .date-wrap .month {
            padding-top: 2px;
            background: #16c0ef;
            color: #fff;
            font-size: 0.625rem;
            height: 50%;
            text-align: center
        }

        .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .date-wrap .day {
            height: 50%;
            text-align: center;
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: center
        }

    .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .m-ttl p {
        font-size: 0.75rem;
        color: #395366;
        opacity: 0.5
    }

    .page-projects-view .prj-milestone .list-item.old-milestones .ttl-14 {
        color: #5d677e
    }

    .page-projects-view .prj-milestone .list-item.old-milestones .milestone-head .m-date-title .date-wrap:before {
        border-color: #bac3cf
    }

    .page-projects-view .prj-milestone .list-item.old-milestones .milestone-head .m-date-title .date-wrap .month {
        background-color: #e0e6ee;
        color: #2a3844
    }

    .page-projects-view .prj-milestone .list-item .img-center {
        max-height: 100px
    }

.page-projects-view .prj-comment-sec ::-webkit-input-placeholder {
    font-size: 0.9375rem;
    color: #2a3844
}

.page-projects-view .prj-comment-sec :-moz-placeholder {
    font-size: 0.9375rem;
    color: #2a3844
}

.page-projects-view .prj-comment-sec ::-moz-placeholder {
    font-size: 0.9375rem;
    color: #2a3844
}

.page-projects-view .prj-comment-sec :-ms-input-placeholder {
    font-size: 0.9375rem;
    color: #2a3844
}

.page-projects-view .prj-comment-sec textarea {
    height: 5.625rem
}

.page-projects-view .prj-comment-sec .prj-comment-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .page-projects-view .prj-comment-sec .prj-comment-list .prj-cmnt-item {
        position: relative
    }

        .page-projects-view .prj-comment-sec .prj-comment-list .prj-cmnt-item:after {
            position: absolute;
            content: "";
            right: 0;
            bottom: 0;
            width: 100%;
            border-bottom: 1px solid #E6E6E6 !important;
            width: calc(100% - 63px)
        }

@media (max-width:767px) {
    .page-projects-view .prj-comment-sec .prj-comment-list .prj-cmnt-item.py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}

.page-projects-view .prj-comment-sec .prj-comment-list .prj-cmnt-item .user-dname {
    position: relative
}

@media (max-width:767px) {
    .page-projects-view .prj-comment-sec .prj-comment-list .prj-cmnt-item .ttl-15 {
        font-size: 12px
    }
}

.tab-syne .nav-item .nav-link {
    margin-right: 3.125rem;
    padding-bottom: 0.9375rem;
    background: white;
    position: relative;
    padding-left: 0;
    font-size: 1rem;
    padding-right: 0
}

    .tab-syne .nav-item .nav-link:before {
        transition: all,ease,0.3s;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #16c0ef;
        opacity: 0;
        width: 0
    }

    .tab-syne .nav-item .nav-link.active, .tab-syne .nav-item .nav-link:hover {
        color: #2a3844
    }

        .tab-syne .nav-item .nav-link.active:before, .tab-syne .nav-item .nav-link:hover:before {
            opacity: 1;
            width: 100%
        }

.prj-prd-slider {
    display: none
}

    .prj-prd-slider.slick-initialized {
        display: block
    }

@media (min-width:1199px) {
    .prj-prd-slider .slick-list {
        overflow: inherit
    }
}

.prd-sider-wrap {
    margin-left: -10px;
    margin-right: -10px
}

    .prd-sider-wrap .sldr-item {
        padding: 0 10px
    }

.prd-box {
    text-decoration: none !important;
    color: inherit !important;
    position: relative;
    transition: all,ease,0.3s
}

    .prd-box .prd-box-img {
        position: relative
    }

        .prd-box .prd-box-img .prd-likebtn {
            position: absolute;
            right: 12px;
            bottom: -20px;
            width: 40px;
            height: 40px;
            background: white;
            z-index: 1
        }

            .prd-box .prd-box-img .prd-likebtn .circle-btn:hover i {
                color: #16c0ef
            }

            .prd-box .prd-box-img .prd-likebtn.liked i {
                color: #16c0ef
            }

    .prd-box figure {
        margin-bottom: 0;
        height: 10rem
    }

        .prd-box figure img {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

    .prd-box .prd-box-ctn {
        border: solid 1px #e0edee;
        padding: 1.25rem;
        border-top: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

        .prd-box .prd-box-ctn .prd-ctn {
            height: 85px
        }

@media (max-width:1600px) {
    .prd-box .prd-box-ctn .prd-ctn {
        height: 65px
    }
}

.prd-box .prd-box-ctn h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.prd-box:hover {
    box-shadow: 0 5px 23px 0 rgba(17,146,182,0.13)
}

    .prd-box:hover .ico-right {
        opacity: 1;
        visibility: visible
    }

.prd-box .small {
    color: #7c8796;
    text-transform: uppercase;
    font-size: 0.625rem
}

.prd-box .prd-name {
    font-size: 1.125rem;
    color: #2a3844
}

.prd-box .prd-ctn p {
    font-size: 0.875rem
}

.prd-box .post-fund-details p.rised strong {
    color: #2a3844
}

.prd-box .ends-in-text {
    position: relative;
    top: inherit;
    left: inherit
}

    .prd-box .ends-in-text p {
        color: #5d677e;
        font-size: 0.875rem
    }

        .prd-box .ends-in-text p strong {
            color: #2a3844
        }

        .prd-box .ends-in-text p i {
            color: #7c8796
        }

.prd-box .ico-right {
    transition: all,ease,0.3s;
    opacity: 0;
    visibility: hidden;
    display: none
}

.project-right-sec {
    position: relative
}

@media (min-width:768px) {
    .project-right-sec {
        padding-left: 5px
    }
}

.project-right-sec .btn-submit {
    font-size: 0.9375rem
}

.project-previev {
    position: absolute;
    right: 30px;
    top: -12px;
    width: 4.875rem;
    height: 1.625rem;
    border-radius: 13px;
    background-color: #fcece3;
    color: #ff7e36;
    font-size: 0.8125rem
}

@media (max-width:767px) {
    .project-previev {
        top: inherit;
        right: inherit;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

@media (max-width:767px) {
    .project-sdebar .project-previev {
        display: none
    }
}

.cmntd-list {
    position: relative
}

    .cmntd-list:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom,white 0%,rgba(255,255,255,0.2) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#33FFFFFF",GradientType=0);
        height: 50%;
        width: 100%
    }

    .cmntd-list:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom,rgba(255,255,255,0.2) 0%,white 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33FFFFFF",endColorstr="#FFFFFFFF",GradientType=0);
        height: 50%;
        width: 100%
    }

.progress.zero {
    position: relative
}

    .progress.zero:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #16c0ef;
        left: 2px;
        top: -1px
    }

.share-follow-btn .btn {
    border: solid 1px #bce7f3
}

    .share-follow-btn .btn i {
        color: #16c0ef;
        font-size: 12px
    }

    .share-follow-btn .btn:hover i {
        color: white
    }

@media (max-width:767px) {
    .btn-knowmore {
        margin: 0 auto
    }

        .btn-knowmore i {
            display: none
        }
}

.email-activation {
    background-color: #e3f9ff;
    padding: 1.5625rem
}

    .email-activation .ttl {
        font-size: 1.4375rem
    }

@media (min-width:767px) {
    .mob-sapce {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

        .mob-sapce .btn-delete {
            margin-right: 20px
        }
}

@media (max-width:767px) {
    .mob-sapce {
        padding: 0
    }
}

.prj-content.show-more-height {
    height: 250px;
    overflow: hidden
}

@media (max-width:767px) {
    .prj-content.show-more-height {
        height: 200px
    }
}

.prj-content.show-more-height ~ .btn-knowmore {
    display: block !important
}

.btn-knowmore {
    position: relative;
    z-index: 1
}

    .btn-knowmore i {
        margin-left: 10px;
        display: inline-block;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

@media (max-width:767px) {
    .btn-knowmore i {
        display: none
    }
}

.btn-knowmore:active, .btn-knowmore:hover {
    background-color: #e9ecef !important;
    color: #2a3844 !important
}

    .btn-knowmore:active i, .btn-knowmore:hover i {
        color: #2a3844
    }

.btn-knowmore.showmore i {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.btn-knowmore.showmore:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.2) 0%,white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33FFFFFF",endColorstr="#FFFFFFFF",GradientType=0);
    top: -63px;
    left: 0;
    height: 50px;
    width: 100%
}

@media (max-width:767px) {
    .btn-knowmore {
        border: none !important;
        margin-bottom: 25px
    }

        .btn-knowmore:active, .btn-knowmore:hover {
            background: #fff !important
        }

        .btn-knowmore:after {
            z-index: 1;
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(222,222,222,0.34);
            height: 1px
        }

        .btn-knowmore span {
            position: relative;
            width: 101px;
            height: 24px;
            border-radius: 12px;
            background-color: #f2f4f7;
            font-size: 13px;
            color: #2a3844;
            padding: 5px 20px;
            z-index: 2
        }
}

.add-edit-mbox {
    display: none;
    animation: fadeup 0.3s ease-in-out
}

    .add-edit-mbox.open {
        display: block
    }

    .add-edit-mbox .btn-submit {
        font-size: 0.9375rem
    }

.add-milestone-button {
    cursor: pointer
}

    .add-milestone-button a {
        color: #16c0ef !important
    }

        .add-milestone-button a:hover {
            color: #0c8aad;
            text-decoration: underline
        }

.syneicon-link {
    color: #5d677e
}

.project-edit {
    z-index: -1 !important;
    opacity: 0 !important;
    display: none !important
}

.project-edit-open .project-edit {
    z-index: 1050 !important;
    opacity: 1 !important;
    display: block !important
}

.project-edit-open .cropImagePop {
    z-index: 99999
}

@media (min-width:1200px) {
    .prj-prd-slider {
        display: flex !important;
        flex-flow: wrap !important
    }

        .prj-prd-slider .sldr-item {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
            margin-bottom: 20px
        }
}

.prj-prd-slider .prd-ctn {
    height: 85px
}

@media (max-width:1600px) {
    .prj-prd-slider .prd-ctn {
        height: 65px
    }
}

.prj-prd-slider .prd-box-ctn {
    width: 100%
}

    .prj-prd-slider .prd-box-ctn h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.bx-rewards .btn-edit {
    color: #9ca6b3;
    font-size: 13px
}

    .bx-rewards .btn-edit:hover {
        color: #16c0ef
    }

        .bx-rewards .btn-edit:hover i {
            color: #16c0ef
        }

.copyClipbord {
    cursor: pointer
}

    .copyClipbord.copied {
        position: relative
    }

        .copyClipbord.copied:after {
            position: absolute;
            content: "Link Copied";
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0,0,0,0.7);
            padding: 5px 10px;
            color: #fff;
            font-size: 14px;
            border-radius: 3px
        }

.prj-comment-list .col-img {
    flex: 0 0 64px;
    max-width: 64px
}

.prj-comment-list .col-comments {
    flex: 0 0 calc(100% - 64px);
    max-width: calc(100% - 64px)
}

.prj-comment-list .cmnt-list .cmnt-row .cmnt-area {
    width: 97%;
    max-width: 100%
}

.prj-comment-list .cmnt-area-right {
    width: 100%;
    max-width: 100%
}

.prj-comment-list .cmnt-list .cmnt-row .cmnt-area .cmnt-area-text {
    width: 100%;
    max-width: 100%
}

.stories-edit-area .sel-2 .select2-container--default .select2-selection--single:before {
    display: none
}

.page-projects-editpage {
    display: block !important
}

    .page-projects-editpage .project-edit {
        position: relative !important;
        opacity: 1 !important;
        display: block !important;
        z-index: 1 !important
    }

.button-group.filled:hover .btn {
    border-color: #fb4f6d;
    color: #fb4f6d
}

.button-group.filled:hover .syneicon-attach:before {
    content: "";
    font-family: "deafult-icons";
    color: #fb4f6d;
    font-size: 25px
}

.page-about {
    overflow-x: hidden
}

@media (max-width:767px) {
    .page-about {
        background: white
    }
}

.page-about .menu-user-bg {
    display: none
}

@media (min-width:1200px) {
    .page-about .user-details {
        margin-top: 1.875rem
    }
}

.page-about .user-details .user-dp {
    display: none
}

.about-content {
    font-size: 0.8125rem
}

@media (min-width:768px) and (max-width:991px) {
    .about-content .user-details {
        background-color: white;
        padding-top: 1.875rem;
        margin-bottom: 0.625rem
    }
}

@media (max-width:767px) {
    .about-content {
        padding-top: 1.25rem
    }

        .about-content .user-details {
            margin: -15px;
            margin-bottom: 7px;
            padding-top: 3.125rem
        }

        .about-content .usr-place {
            font-size: 0.75rem
        }
}

.about-content .btn-edit {
    font-size: 0.8125rem
}

    .about-content .btn-edit:hover {
        color: #16c0ef !important
    }

        .about-content .btn-edit:hover i {
            color: #16c0ef !important
        }

.about-content .btn-delete {
    font-size: 0.8125rem
}

    .about-content .btn-delete:hover {
        color: #fb4f6d !important
    }

        .about-content .btn-delete:hover i {
            color: #fb4f6d !important
        }

.about-content .about-me .profile-url .ttl {
    color: #5d677e
}

.add-work-group .work-group-itms {
    margin-bottom: 0.75rem;
    color: #7c8796;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem
}

    .add-work-group .work-group-itms h5 {
        color: #2a3844;
        margin-bottom: 0.9375rem;
        font-weight: 600
    }

    .add-work-group .work-group-itms figure {
        margin-right: 0.9375rem;
        width: 3.125rem;
        height: 3.125rem
    }

        .add-work-group .work-group-itms figure .placeholder-img {
            border-radius: 2px;
            background-color: #eef0f5;
            font-size: 18px;
            height: 100%;
            width: 100%
        }

            .add-work-group .work-group-itms figure .placeholder-img i {
                color: #bac3cf;
                font-size: 20px
            }

        .add-work-group .work-group-itms figure img {
            max-width: 3.125rem;
            max-height: 3.125rem
        }

.add-work-btn {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}

    .add-work-btn .btn {
        border-radius: 0;
        width: 100%;
        height: 3.25rem;
        border-radius: 2px;
        border: solid 1px #eef0f5;
        background-color: #ffffff;
        text-align: left;
        color: #16c0ef;
        font-size: 0.9375rem
    }

        .add-work-btn .btn:hover {
            border-color: #16c0ef
        }

        .add-work-btn .btn i {
            color: #16c0ef;
            font-size: 12px
        }

.empty-bx {
    min-height: 28.125rem
}

@media (max-width:767px) {
    .empty-bx {
        min-height: inherit;
        padding-top: 2.1875rem !important;
        padding-bottom: 2.1875rem !important
    }
}

@media (max-width:767px) {
    .publish-tabs {
        margin-top: 1.25rem
    }
}

.publish-tabs .nav-tabs {
    position: relative
}

    .publish-tabs .nav-tabs .nav-link {
        background: none;
        border: none !important;
        min-width: 175px;
        text-align: center;
        padding-bottom: 10px !important;
        font-size: 1rem !important
    }

@media (max-width:767px) {
    .publish-tabs .nav-tabs .nav-link {
        min-width: 125px;
        padding-bottom: 5px !important;
        font-size: 13px !important
    }
}

.publish-tabs .nav-tabs:after {
    content: " ";
    position: absolute;
    border-bottom: 2px solid #e0e6ee;
    bottom: -1px;
    width: 100%;
    z-index: -1
}

.banner-crop .editbox-controls .download {
    display: none !important
}

.banner-crop .editbox-controls .options {
    display: none !important
}

.banner-crop #file-inputbanner {
    width: 0;
    height: 0
}

.banner-crop-areaedit {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    overflow: hidden;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    display: none !important;
    top: 45px;
    z-index: 1;
    border: 1px solid #16c0ef;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 6px 12px 0 rgba(10,11,13,0.2);
    background-color: #ffffff;
    height: 700px
}

@media (max-width:767px) {
    .banner-crop-areaedit {
        top: 0
    }
}

.banner-crop-areaedit.OpenEdit {
    display: flex !important
}

.banner-crop-areaedit .box {
    padding: 0.5em;
    width: 100%;
    margin: 0.5em;
    position: absolute;
    bottom: 0;
    background: #fff
}

.banner-crop-areaedit .box-2 {
    padding: 0.5em
}

.banner-crop-areaedit .hide {
    display: none
}

.banner-crop-areaedit img {
    max-width: 100%
}

.banner-crop-areaedit:after {
    content: "";
    left: 0;
    top: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(255,255,255,0.7);
    z-index: -1
}

.administartion-ebox .syneicon-delete-fill {
    color: #FC0000
}

@media (min-width:1200px) {
    .administartion-ebox .syneicon-delete-fill {
        opacity: 0;
        visibility: hidden
    }

    .administartion-ebox li:hover .syneicon-delete-fill {
        opacity: 1;
        visibility: visible
    }
}

body.page-timeline.modal-open {
    overflow: hidden
}

@media (max-width:767px) {
    body.page-timeline.modal-open .modal-backdrop.show {
        background-color: #f7f6f6;
        opacity: 1
    }
}

.syne-popup {
    padding-right: 0 !important
}

    .syne-popup .modal-dialog {
        max-width: 563px
    }

@media (max-width:767px) {
    .syne-popup .modal-dialog.mob-fullwidth {
        max-width: 100%;
        margin: 0;
        align-items: flex-start
    }

        .syne-popup .modal-dialog.mob-fullwidth .modal-content {
            border-radius: 0
        }
}

.syne-popup .modal-footer, .syne-popup .modal-header {
    border: none !important
}

.syne-popup .modal-content {
    border: none
}

.syne-popup .modal-body {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 1.5625rem
}

.syne-popup .modal-footer {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.5625rem
}

.syne-popup .lg-popup-header .close {
    position: absolute;
    right: 14px;
    top: 15px;
    font-size: 18px;
    opacity: 1
}

.syne-popup .mob-popup-header .mob-close {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    font-size: 16px;
    color: #5d677e;
    padding-left: 0
}

@media (max-width:767px) {
    .syne-popup .mob-popup-header .pophdr-left .ttl-15 {
        font-size: 17px;
        font-weight: 600
    }
}

.syne-popup .mob-popup-header .post-btn {
    width: 100px
}

.syne-popup .public-drop-down .dropdown-toggle:after {
    margin-left: auto
}

.syne-popup .public-drop-down .btn {
    font-size: 0.8125rem;
    background-color: #f3f5f8;
    min-width: 126px
}

.syne-popup .public-drop-down i {
    color: #bac3cf
}

.close2 {
    opacity: 1
}

    .close2 .close-text {
        color: #7c8796;
        font-size: 0.875rem;
        position: relative;
        top: -2px;
        font-weight: lighter
    }

    .close2 .syneicon-dark-close {
        font-size: 16px;
        color: #7c8796
    }

    .close2 .close {
        opacity: 1
    }

        .close2 .close:hover {
            opacity: 0.7
        }

.add-post-popup .icongroup .circle-btn {
    opacity: 1
}

@media (max-width:320px) {
    .add-post-popup .icongroup .circle-btn {
        width: 23px;
        height: 23px
    }
}

.add-post-popup .write-a-posts {
    max-width: 100%
}

@media (max-width:767px) {
    .add-post-popup .write-a-posts {
        max-width: 100%;
        margin-top: 1.5625rem
    }

        .add-post-popup .write-a-posts textarea {
            min-height: 8rem;
            border: solid 1px #e0e6ee !important;
            padding: 0.625rem !important;
            border-radius: 2px
        }
}

.row-share-images {
    margin-left: -5px;
    margin-right: -5px
}

    .row-share-images .share-image-col {
        padding-left: 5px;
        padding-right: 5px
    }

        .row-share-images .share-image-col .share-image-item {
            position: relative
        }

            .row-share-images .share-image-col .share-image-item figure {
                height: 5rem
            }

            .row-share-images .share-image-col .share-image-item .close-img {
                cursor: pointer;
                position: absolute;
                right: 5px;
                top: 5px;
                width: 20px;
                height: 20px;
                background-color: rgba(22,29,35,0.7);
                border-radius: 2px;
                color: white;
                line-height: 20px;
                font-size: 14px;
                opacity: 0;
                visibility: hidden;
                transition: all,ease,0.3s
            }

                .row-share-images .share-image-col .share-image-item .close-img:before {
                    line-height: 0
                }

            .row-share-images .share-image-col .share-image-item:hover img {
                opacity: 0.7
            }

            .row-share-images .share-image-col .share-image-item:hover .close-img {
                opacity: 1;
                visibility: visible
            }

            .row-share-images .share-image-col .share-image-item.add-newone .add-image-icon {
                width: 5rem;
                height: 5rem;
                border-radius: 1px;
                background-color: rgba(22,192,239,0.1);
                cursor: pointer
            }

                .row-share-images .share-image-col .share-image-item.add-newone .add-image-icon i {
                    color: #33495a;
                    font-size: 25px;
                    opacity: 0.5;
                    transition: all,ease,0.3s
                }

                .row-share-images .share-image-col .share-image-item.add-newone .add-image-icon:hover i {
                    opacity: 1
                }

.share-post-popup .icongroup .circle-btn {
    opacity: 1
}

@media (max-width:320px) {
    .share-post-popup .icongroup .circle-btn {
        width: 23px;
        height: 23px
    }
}

.share-post-popup .share-timeline-drop-down .dropdown-toggle:after {
    margin-left: 15px
}

.share-post-popup .share-timeline-drop-down .btn {
    border-radius: 4px;
    background-color: #eef0f5;
    color: #2e404e;
    font-weight: 600
}

.share-post-popup .click-tocopy-btn {
    font-size: 0.75rem;
    color: rgba(124,135,150,0.82) !important
}

    .share-post-popup .click-tocopy-btn i {
        color: #2a3844
    }

.share-post-popup .ends-in-text {
    font-size: 0.8125rem
}

.share-post-popup .post-img {
    height: 9.375rem
}

.share-post-popup .show-all {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 109px;
    height: 28px;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    background-color: #ffffff;
    text-decoration: none;
    color: #2e404e;
    font-weight: 600
}

@media (max-width:767px) {
    .share-post-popup .show-all {
        display: none
    }
}

@media (min-width:768px) {
    .share-post-popup .public-drop-down .btn {
        background-color: transparent;
        margin-right: 0.625rem;
        font-size: 0.75rem;
        color: #7c8796
    }
}

.share-post-popup .public-drop-down .dropdown-toggle:after {
    margin-left: 0.625rem
}

@media (max-width:767px) {
    .share-post-popup .post-item {
        align-items: baseline
    }
}

.share-post-popup .write-a-posts {
    width: 100%
}

@media (max-width:767px) {
    .share-post-popup .write-a-posts {
        max-width: 100%;
        margin-top: 1.5625rem;
        margin-bottom: 0.9375rem
    }

        .share-post-popup .write-a-posts ::-webkit-input-placeholder {
            color: #bac3cf;
            font-size: 0.9375rem !important
        }

        .share-post-popup .write-a-posts :-moz-placeholder {
            color: #bac3cf;
            font-size: 0.9375rem !important
        }

        .share-post-popup .write-a-posts ::-moz-placeholder {
            color: #bac3cf;
            font-size: 0.9375rem !important
        }

        .share-post-popup .write-a-posts :-ms-input-placeholder {
            color: #bac3cf;
            font-size: 0.9375rem !important
        }

        .share-post-popup .write-a-posts textarea {
            min-height: 4.3125rem;
            border: solid 1px #e0e6ee !important;
            padding: 0.625rem !important;
            border-radius: 2px
        }
}

@media (max-width:380px) {
    .share-post-popup .click-tocopy-btn {
        font-size: 10px
    }
}

@media (max-width:350px) {
    .share-post-popup .click-tocopy-btn {
        font-size: 9px
    }
}

@media (max-width:320px) {
    .share-post-popup .post-user-name .ttl {
        font-size: 12px
    }
}

.share-post-popup .share-timeline-drop-down i {
    color: #7c8796
}

.share-post-popup .share-timeline-drop-down .syneicon-timeline:before {
    width: 1em;
    margin-right: 0.2em;
    margin-left: 0.2em
}

.follow-popup .modal-dialog {
    max-width: 495px
}

.follow-popup .modal-header {
    border-bottom: solid 1px #eef0f5 !important
}

.follow-popup .follow-list {
    padding: 1rem;
    height: 400px;
    padding-right: 0.3125rem
}

    .follow-popup .follow-list .follow-list-item {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
        border-bottom: 1px solid #E6E6E6;
        margin-right: 0.625rem
    }

        .follow-popup .follow-list .follow-list-item .btn span {
            display: none
        }

        .follow-popup .follow-list .follow-list-item .btn .foloowingText {
            display: inline-block
        }

        .follow-popup .follow-list .follow-list-item .btn:hover span {
            display: inline-block
        }

        .follow-popup .follow-list .follow-list-item .btn:hover .foloowingText {
            display: none !important
        }

        .follow-popup .follow-list .follow-list-item:last-child {
            border-bottom: none
        }

.un-follow-popup .modal-dialog {
    max-width: 460px
}

.un-follow-popup .unfollow-bx {
    padding: 3.125rem;
    padding-bottom: 1.5625rem
}

.un-follow-popup .unfollow-btn-group .btn {
    text-decoration: none
}

    .un-follow-popup .unfollow-btn-group .btn.pink:hover {
        color: #7c8796 !important
    }

    .un-follow-popup .unfollow-btn-group .btn.secondary:hover {
        color: #fb4f6d !important
    }

.edit-popup .modal-body {
    padding: 2.5rem
}

@media (max-width:767px) {
    .edit-popup .modal-body {
        padding: 1rem
    }
}

.edit-popup .modal-body .close2 {
    margin-top: -31px
}

.edit-popup .edit-textarea ::-webkit-input-placeholder {
    color: #bac3cf;
    font-size: 1.0625rem
}

@media (max-width:767px) {
    .edit-popup .edit-textarea ::-webkit-input-placeholder {
        font-size: 0.9375rem
    }
}

.edit-popup .edit-textarea :-moz-placeholder {
    color: #bac3cf;
    font-size: 1.0625rem
}

@media (max-width:767px) {
    .edit-popup .edit-textarea :-moz-placeholder {
        font-size: 0.9375rem
    }
}

.edit-popup .edit-textarea ::-moz-placeholder {
    color: #bac3cf;
    font-size: 1.0625rem
}

@media (max-width:767px) {
    .edit-popup .edit-textarea ::-moz-placeholder {
        font-size: 0.9375rem
    }
}

.edit-popup .edit-textarea :-ms-input-placeholder {
    color: #bac3cf;
    font-size: 1.0625rem
}

@media (max-width:767px) {
    .edit-popup .edit-textarea :-ms-input-placeholder {
        font-size: 0.9375rem
    }
}

.edit-popup .edit-textarea textarea {
    height: 14.375rem;
    border-radius: 3px
}

@media (max-width:767px) {
    .edit-popup .edit-textarea textarea {
        height: 7.5rem
    }
}

.edit-popup .modal-dialog {
    max-width: 700px
}

@media (min-width:768px) {
    .edit-popup .sharing-with-everyone {
        background-color: transparent !important;
        padding-left: 0;
        min-width: 100px !important
    }
}

.edit-profile .edit-textarea textarea {
    height: 8.4375rem
}

.edit-profile .dropdown-toggle {
    color: #7c8796
}

.edit-profile .sel-2 .select2-container--default .select2-selection--single:before {
    display: none
}

.edit-profile .sel-2 .select2-container--default .select2-selection--single:after {
    content: "";
    font-size: 1.5rem;
    color: #7c8796;
    right: 0.9375rem
}

.edit-profile .sel-2 .select2-container--default .select2-selection--single {
    padding-left: 0
}

.cropImagePop .modal-dialog {
    max-width: 400px
}

    .cropImagePop .modal-dialog .modal-body {
        padding: 1.875rem
    }

.cropImagePop .modal-footer {
    justify-content: center
}

.login-popup .modal-content {
    min-height: 36.25rem
}

@media (max-width:767px) {
    .login-popup .modal-content {
        background-color: transparent
    }
}

.login-popup .modal-dialog {
    max-width: 24.4375rem
}

@media (max-width:767px) {
    .login-popup {
        background-color: #f9fafc
    }
}

.login-popup .modal-body {
    position: relative
}

@media (max-width:767px) {
    .login-popup .modal-body {
        padding: 0
    }
}

@media (max-width:767px) {
    .login-popup .lpp-inner {
        padding: 1.25rem
    }
}

@media (max-width:767px) {
    .login-popup .mob-popup-header {
        padding: 1.25rem;
        background: white
    }
}

.login-popup .lg-popup-header .close {
    font-size: 15px
}

.one-last-step .user-dp {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
    max-width: 4rem
}

.strong-pswd {
    margin-top: 5px
}

    .strong-pswd span {
        display: block;
        height: 2px;
        background-color: #e0e6ee;
        width: 100%;
        margin: 0.3125rem
    }

    .strong-pswd .lvl-1 {
        background: #16c0ef
    }

    .strong-pswd .lvl-0 {
        background-color: #fb4f6d
    }

.login-term {
    font-size: 0.6875rem
}

.contry-code {
    flex: 0 0 65px;
    max-width: 65px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width:767px) {
    .contry-code {
        background: white
    }
}

.contry-code .contry-code-dropdown {
    margin: 0;
    position: absolute;
    bottom: 4px;
    left: -14px;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 80px
}

    .contry-code .contry-code-dropdown .dropdown-menu {
        top: -20px !important;
        left: -11px !important
    }

        .contry-code .contry-code-dropdown .dropdown-menu:after {
            content: "";
            border-top: 0.4em solid #8f93964a;
            border-right: 0.4em solid transparent;
            border-bottom: 0;
            border-left: 0.4em solid transparent;
            position: absolute;
            top: -5px;
            transform: rotate(180deg)
        }

    .contry-code .contry-code-dropdown .dropdown-item {
        line-height: 1.5
    }

    .contry-code .contry-code-dropdown .dropdown-toggle {
        font-size: 0.875rem
    }

    .contry-code .contry-code-dropdown .syneScroll {
        max-height: 200px
    }

@media (min-width:768px) {
    .pos-bottom {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.forgot-password-mail .mailtext, .user-activate-bg .mailtext, .user-activate .mailtext {
    padding: 0.9375rem;
    border-radius: 4px;
    background-color: #f1f4f8;
    text-align: center
}

    .forgot-password-mail .mailtext p, .user-activate-bg .mailtext p, .user-activate .mailtext p {
        color: #2a3844;
        font-size: 0.875rem
    }

.discard-draft .modal-dialog {
    max-width: 390px
}

.discard-draft .modal-content {
    min-height: inherit !important
}

    .discard-draft .modal-content .modal-body {
        padding: 2.5rem
    }

.body-edit-project-page .modal-backdrop {
    display: none
}

.body-edit-project-page .project-logged-header {
    z-index: 11
}

.project-edit {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(250,251,252,0.96);
    height: 100%;
    width: 100%
}

    .project-edit .page-wrap {
        width: 100%;
        max-width: 100% !important;
        margin-top: 0 !important;
        height: 100%;
        min-height: 100%
    }

    .project-edit .project-edit-page {
        padding-top: 95px
    }

@media (max-width:767px) {
    .project-edit .project-edit-page {
        padding-top: 65px
    }
}

.project-edit-page {
    height: 100%
}

    .project-edit-page .edit-prj-box {
        margin-bottom: 2.1875rem
    }

@media (max-width:767px) {
    .project-edit-page .edit-prj-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        background: white
    }
}

@media (max-width:767px) {
    .project-edit-page .edit-main-ttl-wrap {
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
        background: white;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.project-edit-page .focus:focus {
    outline-color: none !important;
    outline: 0;
    box-shadow: 0 0 0 0.04rem #16c0ef
}

.project-edit-page .edit-top-dp {
    flex: 0 0 84px;
    max-width: 84px;
    height: 84px;
    border-radius: 4px;
    border: 2px dashed rgba(186,195,207,0.45) !important;
    background-color: #ffffff;
    margin-right: 0.625rem
}

    .project-edit-page .edit-top-dp img {
        max-width: 100%
    }

    .project-edit-page .edit-top-dp .item-img {
        width: 0;
        height: 0;
        display: none
    }

.project-edit-page .btn-save i {
    color: #fff !important;
    width: 16px;
    height: 16px;
    font-size: 10px;
    border: 1px solid #fff
}

.project-edit-page .edit-top-ttl {
    width: 100%
}

    .project-edit-page .edit-top-ttl h1 {
        padding: 0.3125rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        background-color: white;
        border: solid 1px #e0e6ee;
        font-size: 1.75rem
    }

    .project-edit-page .edit-top-ttl .sel-2 {
        width: 100%;
        max-width: 100%
    }

        .project-edit-page .edit-top-ttl .sel-2 .select2-container {
            width: 100% !important
        }

        .project-edit-page .edit-top-ttl .sel-2 .select2-container--default .select2-selection--single {
            padding-left: 22px;
            padding-right: 30px
        }

        .project-edit-page .edit-top-ttl .sel-2 .sel-2 .select2-container--default .select2-selection--single:before {
            left: 15px
        }

        .project-edit-page .edit-top-ttl .sel-2.disability-2 .select2-container--default .select2-selection--single:before {
            content: "";
            left: 9px;
            color: #5d677e
        }

        .project-edit-page .edit-top-ttl .sel-2.edit-location-2 .select2-container--default .select2-selection--single:before {
            content: "";
            left: 9px;
            color: #5d677e
        }

@media (min-width:767px) {
    .project-edit-page .edit-top-ttl .sel-2, .project-edit-page .edit-top-ttl .select2-selection--single {
        height: 2.125rem
    }
}

.project-edit-page .edit-top-ttl .select2-container--default .select2-selection--single .select2-selection__placeholder, .project-edit-page .edit-top-ttl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    color: #7c8796
}

@media (max-width:767px) {
    .project-edit-page .edit-dropzonearea {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E6E6E6 !important;
        margin-bottom: 10px
    }
}

.project-edit-page .edit-dropzonearea .dropzone-area {
    border: 2px dashed #bac3cf !important;
    padding: 0 !important
}

@media (max-width:767px) {
    .project-edit-page .edit-dropzonearea .dropzone-area {
        border: none !important
    }
}

.project-edit-page .edit-dropzonearea #dropzone {
    border: none !important;
    border: 2px dashed #bac3cf !important;
    border: 10px solid white !important;
    padding: 0 !important
}

@media (max-width:767px) {
    .project-edit-page .edit-dropzonearea #dropzone {
        border: none !important
    }
}

.project-edit-page .edit-dropzonearea #dropzone .dropzone {
    padding-top: 12.5rem;
    position: relative;
    background: url(../images/icons/edit-dropzonearea.png) #F7F8FA no-repeat center;
    background-position-x: center;
    background-position-y: 22%;
    min-height: 21.5625rem;
    flex-flow: wrap;
    overflow: hidden;
    justify-content: center
}

@media (max-width:767px) {
    .project-edit-page .edit-dropzonearea #dropzone .dropzone {
        background: none !important;
        min-height: inherit;
        padding-top: 55px
    }
}

.project-edit-page .edit-dropzonearea #dropzone .dropzone .dz-preview .dz-image {
    width: 9.875rem;
    height: 6.5625rem;
    margin-bottom: 0.9375rem
}

@media (max-width:767px) {
    .project-edit-page .edit-dropzonearea #dropzone .dropzone .dz-preview .dz-image {
        width: 100%;
        height: 100px;
        border-radius: 3.2px;
        margin-bottom: 0
    }
}

.project-edit-page .edit-dropzonearea #dropzone .dz-default {
    display: none !important
}

.project-edit-page .edit-dropzonearea #dropzone .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0
}

.project-edit-page .edit-dropzonearea #dropzone .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: none !important
}

    .project-edit-page .edit-dropzonearea #dropzone .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
        display: none !important
    }

.project-edit-page .edit-links {
    background-color: #fff;
    flex: 0 0 100%;
    border: solid 1px #e0e6ee
}

@media (max-width:767px) {
    .project-edit-page .edit-links {
        border: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        margin-bottom: 0;
        padding-top: 20px
    }
}

.project-edit-page .edit-links p {
    font-size: 0.8125rem
}

.project-edit-page .edit-main-ttl {
    padding: 0.625rem;
    background: #fff
}

.project-edit-page .edit-attach-button .button-group input {
    opacity: 0;
    position: absolute;
    width: 0
}

@media (max-width:767px) {
    .project-edit-page .edit-attach-button .button-group label {
        width: 100%
    }
}

.project-edit-page .edit-attach-button .button-group .btn {
    padding-top: 0;
    padding-bottom: 0;
    border: solid 1px #e0e6ee;
    cursor: pointer
}

@media (max-width:767px) {
    .project-edit-page .edit-attach-button .button-group .btn {
        width: 100%;
        justify-content: flex-start !important;
        padding-left: 15px;
        padding-right: 15px
    }

        .project-edit-page .edit-attach-button .button-group .btn .syneicon-dark-close {
            color: #bac3cf;
            font-size: 12px;
            margin: 0
        }

            .project-edit-page .edit-attach-button .button-group .btn .syneicon-dark-close:before {
                margin: 0
            }
}

.project-edit-page .edit-attach-button .button-group .btn:hover {
    background: #16c0ef
}

    .project-edit-page .edit-attach-button .button-group .btn:hover i {
        color: white
    }

.project-edit-page .edit-attach-button .btn-attach {
    background-color: #fff
}

    .project-edit-page .edit-attach-button .btn-attach i {
        font-size: 19px;
        color: #16c0ef
    }

@media (max-width:767px) {
    .project-edit-page .edit-attach-button .btn-attach i {
        font-size: 20px
    }
}

.project-edit-page .edit-attach-button .btn-pdf {
    background-color: #f7f8fa
}

    .project-edit-page .edit-attach-button .btn-pdf i {
        font-size: 25px;
        color: #f10505
    }

@media (max-width:767px) {
    .project-edit-page .edit-attach-button .btn-pdf i {
        font-size: 20px
    }
}

.project-edit-page .edit-target-amnt {
    font-size: 1.6875rem
}

@media (max-width:767px) {
    .project-edit-page .edit-target-amnt {
        font-size: 15px
    }
}

.project-edit-page .project-edit-right {
    padding-top: 6.875rem
}

@media (max-width:767px) {
    .project-edit-page .project-edit-right {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .project-edit-page .mob-popup-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 9999;
        border-bottom: 1px solid #e0e6ee
    }
}

@media (max-width:767px) {
    .project-edit-page .edit-main-row {
        flex-direction: column-reverse
    }
}

@media (max-width:767px) {
    .project-edit-page .project-edit-device-sec-1 {
        background: white;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px
    }

        .project-edit-page .project-edit-device-sec-1 .edit-top-dp {
            border: 1px solid #eceff5 !important;
            background-color: #f7f8fa;
            border-radius: 50%;
            margin-right: 15px
        }

        .project-edit-page .project-edit-device-sec-1 .top-edit {
            align-items: center
        }
}

@media (max-width:767px) {
    .project-edit-page .d-flex.top-edit {
        padding-left: 15px;
        padding-right: 15px;
        background: white;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .project-edit-page .dropdown-edit {
        background: white
    }

        .project-edit-page .dropdown-edit .syne-group {
            margin-bottom: 20px
        }

        .project-edit-page .dropdown-edit .sel-2 {
            margin-bottom: 20px
        }
}

@media (max-width:767px) {
    .project-edit-page .project-edit-left {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .project-edit-page .project-edit-right {
        padding-left: 0;
        padding-right: 0
    }

        .project-edit-page .project-edit-right .syne-bx {
            border: none;
            border-radius: 0;
            border-bottom: 1px solid #E6E6E6 !important;
            margin-bottom: 10px
        }
}

.project-edit-page .project-edit-right .syneScroll {
    max-height: 200px
}

@media (min-width:768px) {
    .project-edit-page .project-edit-right .syne-group {
        margin-bottom: 10px !important
    }

        .project-edit-page .project-edit-right .syne-group .form-control {
            font-size: 15px;
            font-size: 1.6875rem
        }

        .project-edit-page .project-edit-right .syne-group ::-webkit-input-placeholder {
            font-size: 1.6875rem
        }

        .project-edit-page .project-edit-right .syne-group :-moz-placeholder {
            font-size: 1.6875rem
        }

        .project-edit-page .project-edit-right .syne-group ::-moz-placeholder {
            font-size: 1.6875rem
        }

        .project-edit-page .project-edit-right .syne-group :-ms-input-placeholder {
            font-size: 1.6875rem
        }
}

@media (max-width:767px) {
    .project-edit-page .project-edit-right .syne-group {
        height: 38px;
        margin-bottom: 7px !important
    }

        .project-edit-page .project-edit-right .syne-group .form-control {
            font-size: 15px
        }

        .project-edit-page .project-edit-right .syne-group ::-webkit-input-placeholder {
            font-size: 15px
        }

        .project-edit-page .project-edit-right .syne-group :-moz-placeholder {
            font-size: 15px
        }

        .project-edit-page .project-edit-right .syne-group ::-moz-placeholder {
            font-size: 15px
        }

        .project-edit-page .project-edit-right .syne-group :-ms-input-placeholder {
            font-size: 15px
        }
}

.project-edit-page .edit-project-editor {
    z-index: 1
}

@media (max-width:767px) {
    .project-edit-page .edit-project-editor {
        margin-bottom: 0;
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .project-edit-page .edit-attach-button {
        padding-left: 15px;
        padding-right: 15px;
        background: white;
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .project-edit-page .edit-prj-date {
        border-bottom: 1px solid #E6E6E6 !important;
        margin-bottom: 10px
    }
}

.project-edit-page .mob-popup-header .btn-save {
    width: 113px;
    height: 36px;
    border-radius: 3px
}

    .project-edit-page .mob-popup-header .btn-save i {
        display: inline-block;
        line-height: inherit;
        position: relative
    }

        .project-edit-page .mob-popup-header .btn-save i:before {
            line-height: inherit;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

.project-edit .dropzone .dz-preview .dz-image {
    z-index: 7 !important
}

.create-organization .modal-dialog {
    max-width: 563px
}

.create-organization .select2-selection__placeholder {
    font-size: 0.9375rem !important
}

.create-organization .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.9375rem !important
}

.two-col-pop .modal-dialog {
    max-width: 750px
}

@media (min-width:768px) {
    .two-col-pop .modal-dialog .modal-content {
        flex: 0 0 392px;
        max-width: 392px;
        box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28)
    }
}

@media (max-width:767px) {
    .two-col-pop .lpp-inner {
        padding-top: 190px
    }
}

.two-col-pop .modal-alert {
    height: 25.625rem;
    width: 100%;
    background: white;
    text-align: center;
    background: url(../images/popups/alert-bg.svg) no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .two-col-pop .modal-alert {
        position: absolute;
        top: 60px;
        height: inherit;
        left: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
        background-position-y: 20%
    }

        .two-col-pop .modal-alert h2 {
            font-size: 1.375rem
        }

        .two-col-pop .modal-alert .user-dname .ttl {
            font-size: 1.1875rem
        }
}

@media (min-width:768px) {
    .user-login-pop2 .ttl-md {
        font-size: 1.375rem;
        color: #2a3844;
        font-weight: bold;
        letter-spacing: 0.5px
    }
}

.user-login-pop2 .pop-left-col {
    background-size: cover !important
}

.user-login-pop2 .modal-dialog {
    max-width: 760px
}

.user-login-pop2 .modal-content, .user-login-pop2 .pop-left-col {
    height: 36.25rem
}

.user-login-pop2 .pop-left-col-slider {
    padding-bottom: 2.1875rem !important;
    display: none
}

    .user-login-pop2 .pop-left-col-slider .item {
        overflow: hidden
    }

    .user-login-pop2 .pop-left-col-slider.slick-initialized {
        display: block
    }

    .user-login-pop2 .pop-left-col-slider p {
        color: white
    }

.user-login-pop2 .slick-dots {
    position: relative;
    bottom: inherit;
    padding: 0
}

    .user-login-pop2 .slick-dots li {
        margin: 0 2px
    }

    .user-login-pop2 .slick-dots button {
        width: 20px;
        height: 2px;
        background: rgba(220,233,237,0.24);
        padding: 0
    }

    .user-login-pop2 .slick-dots .slick-active button {
        width: 42px;
        background: #16c0ef
    }

.user-login-pop2 .pop-synelogo {
    position: absolute;
    left: 35px;
    top: 35px
}

    .user-login-pop2 .pop-synelogo img {
        width: 75px
    }

.user-login-pop2 .pos-bottom {
    bottom: 5px
}

.user-login .custom-control-label {
    font-weight: 400
}

.password-text {
    color: #fb4f6d;
    font-size: 0.6875rem
}

    .password-text span {
        width: 0.75rem;
        height: 0.75rem;
        flex: 0 0 0.75rem;
        max-width: 0.75rem;
        background: #fb4f6d;
        color: white;
        font-size: 8px
    }

.signup-slider .item-bx {
    border-radius: 3px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255,255,255,0.08);
    padding: 1.25rem
}

    .signup-slider .item-bx .ttl {
        font-size: 1.5rem
    }

    .signup-slider .item-bx figure {
        width: 4.0625rem;
        height: 4.0625rem;
        flex: 0 0 4.0625rem;
        max-width: 4.0625rem;
        background: rgba(253,253,253,0.79);
        border-radius: 50% !important
    }

        .signup-slider .item-bx figure img {
            position: relative !important;
            top: inherit !important;
            left: inherit !important;
            border-radius: 0 !important;
            object-fit: inherit !important;
            width: 40px;
            margin: 0 auto
        }

    .signup-slider .item-bx .why-us-text {
        color: #99a0a9
    }

.w-380 .modal-dialog {
    max-width: 25rem
}

.w-460 .modal-dialog {
    max-width: 28.75rem
}

.delete-mail .btn {
    border-radius: 4px;
    background-color: #fef2f4
}

    .delete-mail .btn:hover {
        background: #fb4f6d;
        color: #fff !important
    }

.delete-acc {
    background: #fb4f6d;
    color: #fff
}

    .delete-acc:hover {
        opacity: 0.8
    }

.del-info {
    font-size: 1.5625rem
}

.confirm-delete-my-account .progress .progress-bar {
    background: #fb4f6d
}

.transaction-list-popup textarea {
    height: 100px
}

.edit-popup .modal-dialog {
    max-width: 31.25rem
}

.add-newconversation .modal-dialog {
    max-width: 46.875rem
}

.add-newconversation .sel-contact-items-wrapper {
    box-shadow: 0 0 0 0.09rem rgba(22,192,239,0.75)
}

    .add-newconversation .sel-contact-items-wrapper ::-webkit-input-placeholder {
        color: #ccc
    }

    .add-newconversation .sel-contact-items-wrapper :-moz-placeholder {
        color: #ccc
    }

    .add-newconversation .sel-contact-items-wrapper ::-moz-placeholder {
        color: #ccc
    }

    .add-newconversation .sel-contact-items-wrapper :-ms-input-placeholder {
        color: #ccc
    }

    .add-newconversation .sel-contact-items-wrapper .form-control {
        border-radius: 3px
    }

        .add-newconversation .sel-contact-items-wrapper .form-control:focus {
            box-shadow: none
        }

    .add-newconversation .sel-contact-items-wrapper .sel-recipient .items i {
        cursor: pointer
    }

        .add-newconversation .sel-contact-items-wrapper .sel-recipient .items i:hover {
            color: #fb4f6d
        }

    .add-newconversation .sel-contact-items-wrapper .sel-recipient .user-dp {
        width: 1.5rem;
        height: 1.5rem;
        flex: 0 0 1.5rem;
        max-width: 1.5rem
    }

.add-newconversation .slect-list-sugesion {
    animation: fadeup 0.3s ease-in-out;
    display: none
}

    .add-newconversation .slect-list-sugesion .user-dp {
        width: 1.875rem;
        height: 1.875rem;
        flex: 0 0 1.875rem;
        max-width: 1.875rem
    }

    .add-newconversation .slect-list-sugesion li {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        padding-left: 0.9375rem;
        border-bottom: solid 1px #e2ecf4;
        transition: all,ease-in,0.3;
        cursor: pointer
    }

        .add-newconversation .slect-list-sugesion li:hover {
            background-color: #f4f8fa
        }

    .add-newconversation .slect-list-sugesion .syneScroll {
        height: 250px
    }

@media (max-width:767px) {
    .add-newconversation .slect-list-sugesion .syneScroll {
        height: calc(100vh - 250px)
    }
}

.add-newconversation .slect-list-outer.expanded .slect-list-sugesion {
    display: block
}

.switch-account-wrap .ac-list-item {
    border: solid 1px rgba(238,240,245,0.5);
    cursor: pointer
}

    .switch-account-wrap .ac-list-item .syneicon-carrot-right {
        color: #16c0ef
    }

    .switch-account-wrap .ac-list-item:hover {
        background-color: rgba(22,192,239,0.08)
    }

.switch-account .modal-content {
    overflow: hidden;
    min-height: inherit !important
}

.switch-account .modal-body {
    padding: 0
}

@media (min-width:768px) {
    .switch-account .modal-body .modal-header {
        padding: 1.25rem !important;
        padding-left: 1.25rem !important;
        padding-bottom: 0 !important
    }
}

.switch-account .modal-body .mob-popup-header {
    padding: 1.5625rem
}

.change-password .modal-content {
    overflow: hidden;
    min-height: inherit !important
}

.tbl-country-sel {
    width: 100%
}

    .tbl-country-sel td {
        width: 80%
    }

        .tbl-country-sel td:last-child {
            width: 20%;
            text-align: right;
            padding-left: 25px
        }

.coutry-serchbox {
    position: relative
}

    .coutry-serchbox ::-webkit-input-placeholder {
        color: #bac3cf;
        font-weight: normal
    }

    .coutry-serchbox :-moz-placeholder {
        color: #bac3cf;
        font-weight: normal
    }

    .coutry-serchbox ::-moz-placeholder {
        color: #bac3cf;
        font-weight: normal
    }

    .coutry-serchbox :-ms-input-placeholder {
        color: #bac3cf;
        font-weight: normal
    }

    .coutry-serchbox .form-control {
        padding-right: 35px !important
    }

    .coutry-serchbox .syneicon-search-thick {
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%)
    }

.sign-up-page .syne-group2 .form-label {
    z-index: 1
}

@media (max-width:767px) {
    .syne-popup.create-organization .modal-body {
        padding-top: 60px
    }
}

@media (max-width:767px) {
    .syne-popup.create-organization .mob-popup-header {
        border-bottom: 1px solid #e0e6ee;
        position: fixed;
        width: 100%;
        margin: 0 auto;
        left: 0;
        padding: 15px;
        background: #fff;
        top: 0;
        z-index: 2
    }
}

.social-sharepopup .share-items-bx i {
    font-size: 25px
}

    .social-sharepopup .share-items-bx i.syneicon-slider-arrow-left, .social-sharepopup .share-items-bx i.syneicon-slider-arrow-right {
        font-size: 15px
    }

    .social-sharepopup .share-items-bx i.syneicon-facebook2 {
        color: #3b5998
    }

    .social-sharepopup .share-items-bx i.syneicon-twitter21 {
        color: #00acee
    }

.social-sharepopup .share-items-bx a {
    cursor: pointer
}

    .social-sharepopup .share-items-bx a:hover span {
        color: #16c0ef
    }

@media (min-width:1199px) {
    .add-question .modal-dialog {
        max-width: 720px
    }
}

.add-question ::-webkit-input-placeholder {
    font-size: 14px !important
}

.add-question :-moz-placeholder {
    font-size: 14px !important
}

.add-question ::-moz-placeholder {
    font-size: 14px !important
}

.add-question :-ms-input-placeholder {
    font-size: 14px !important
}

.add-question textarea {
    height: 85px !important;
    font-size: 16px
}

.Create-edit-Subscription .modal-dialog {
    max-width: 375px
}

.Create-edit-Subscription ::-webkit-input-placeholder {
    font-size: 13px
}

.Create-edit-Subscription :-moz-placeholder {
    font-size: 13px
}

.Create-edit-Subscription ::-moz-placeholder {
    font-size: 13px
}

.Create-edit-Subscription :-ms-input-placeholder {
    font-size: 13px
}

.Create-edit-Subscription .form-control {
    font-size: 13px
}

    .Create-edit-Subscription .form-control.ttl {
        height: 49px;
        margin-bottom: 0 !important
    }

.Create-edit-Subscription .planname {
    height: 30px
}

.Create-edit-Subscription .discription {
    height: 27px
}

.Create-edit-Subscription .cardbx-benefit .syne-group {
    height: 30px
}

.Create-edit-Subscription .sel-2 .select2-container--default .select2-selection--single {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.Create-edit-Subscription .project-edit-page .edit-top-ttl .select2-container--default .select2-selection--single .select2-selection__rendered, .Create-edit-Subscription .select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding-right: 5px !important
}

.Create-edit-Subscription .sel-2 .select2-container--default .select2-selection--single:before {
    display: none
}

.Create-edit-Subscription .sel-2 .select2-container--default .select2-selection--single:after {
    right: 7px
}

.Create-edit-Subscription .select2-dropdown {
    z-index: 99999999
}

@media (max-width:767px) {
    .Create-edit-Subscription h1 {
        font-size: 16px
    }

    .Create-edit-Subscription .project-edit-page .edit-top-ttl .sel-2, .Create-edit-Subscription .sel-2 .select2-container--default .select2-selection--single {
        height: 30px
    }
}

.Create-edit-Subscription .border-dashed .ttl, .Create-edit-Subscription .border-dashed li, .Create-edit-Subscription .border-dashed span {
    border: 1px dashed rgba(204,204,204,0.54);
    padding: 5px 25px
}

    .Create-edit-Subscription .border-dashed li:after, .Create-edit-Subscription .border-dashed li:before {
        display: none;
        padding-left: 15px
    }

.Create-edit-Subscription [contenteditable] {
    outline: 0px solid transparent
}

.page-profile-guest .prfl-tab {
    position: relative;
    border-bottom: 2px solid #e0e6ee;
    width: 100%
}

.page-profile-guest .tab-syne .nav-item .nav-link {
    margin: 0;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

    .page-profile-guest .tab-syne .nav-item .nav-link:before {
        bottom: -2px
    }

.page-profile-guest .profile-guest-mob-follow-btn {
    margin-top: -40px
}

.syne-tab-slider .slick-dots {
    display: none !important
}

.syne-tab-slider .slider-nav {
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 2px
}

    .syne-tab-slider .slider-nav:after {
        content: " ";
        position: absolute;
        border-bottom: 2px solid #e0e6ee;
        bottom: 2px;
        width: 100%;
        z-index: -1
    }

@media (max-width:767px) {
    .syne-tab-slider .slider-nav {
        border: none !important;
        margin-bottom: 0 !important
    }
}

.syne-tab-slider .tab-item {
    text-align: center;
    padding-bottom: 0.9375rem;
    background: white;
    position: relative;
    padding-left: 0;
    font-size: 1rem;
    padding-right: 0;
    background: none;
    cursor: pointer
}

@media (max-width:767px) {
    .syne-tab-slider .tab-item {
        font-size: 13px
    }
}

.syne-tab-slider .tab-item:before {
    transition: all,ease,0.3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #16c0ef;
    opacity: 0;
    width: 0
}

.syne-tab-slider .tab-item:hover:before {
    width: 90%;
    opacity: 1
}

.syne-tab-slider .tab-item.slick-current {
    color: #16c0ef
}

    .syne-tab-slider .tab-item.slick-current:before {
        width: 90%;
        opacity: 1
    }

.syne-tab-slider .syne-silder {
    display: none
}

    .syne-tab-slider .syne-silder.slick-initialized {
        display: block
    }

.syne-tab-slider .slick-track {
    margin: inherit
}

@media (max-width:767px) {
    .main-slider {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        background-color: #f9fafc;
        border-top: solid 1px #e0e6ee
    }

        .main-slider .write-a-post {
            margin-left: 0;
            margin-right: 0
        }
}

@media (max-width:767px) {
    .publish-tabs {
        padding-top: 2px
    }

        .publish-tabs .nav-item {
            padding: 0 !important
        }
}

.publish-tabs .nav-link {
    padding: 0;
    height: 36px;
    text-align: center;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 0.875rem !important
}

@media (max-width:767px) {
    .publish-tabs .nav-link {
        height: 44px;
        font-size: 0.9375rem !important
    }
}

.publish-tabs .nav-link.active, .publish-tabs .nav-link:hover {
    color: #16c0ef !important
}

.publish-tabs .btn:disabled, .publish-tabs button[disabled] {
    border-radius: 22px !important
}

@media (max-width:767px) {
    .page-publish {
        background-color: #f9fafc
    }
}

.banner-text-slider {
    display: none;
    height: 0
}

    .banner-text-slider.slick-initialized {
        display: block;
        height: inherit
    }

.msk {
    overflow: hidden
}

    .msk > span {
        transition: all 0.99s ease;
        display: inline-block;
        line-height: 1.2;
        transform: matrix(1,0,0,1,0,170)
    }

    .msk:nth-of-type(2) > span {
        transition-delay: 0.2s
    }

    .msk:nth-of-type(3) > span {
        transition-delay: 0.3s
    }

.slick-active .msk > span {
    transform: matrix(1,0,0,1,0,0)
}

.home-banner {
    font-size: 2.25rem;
    line-height: 3rem;
    box-shadow: 0 0 20px 0 rgba(124,135,150,0.29);
    padding-bottom: 7.8125rem;
    background: #fff;
    padding-top: 2.8125rem
}

@media (max-width:1199px) {
    .home-banner {
        padding-bottom: 3.75rem
    }
}

@media (max-width:991px) {
    .home-banner {
        padding-top: 25px;
        padding-bottom: 45px
    }
}

.home-banner h1 {
    font-size: 2.8125rem;
    margin-bottom: 1.875rem
}

@media (max-width:1199px) {
    .home-banner h1 {
        font-size: 2.1875rem
    }
}

@media (max-width:991px) {
    .home-banner h1 {
        font-size: 1.75rem
    }
}

@media (max-width:767px) {
    .home-banner h1 {
        margin-top: 1.5625rem;
        font-size: 1.5625rem;
        max-width: 100%
    }
}

@media (max-width:991px) {
    .home-banner .fz-18 {
        font-size: 1.0625rem
    }
}

@media (max-width:767px) {
    .home-banner .fz-18 {
        font-size: 14px
    }
}

.home-banner .bnr-btn .btn {
    width: 13.0625rem;
    height: 3rem;
    border-radius: 3px
}

.home-banner figure {
    text-align: right
}

.home-banner img {
    max-width: 100%;
    position: relative
}

@media (min-width:1200px) {
    .home-banner img {
        right: -50px
    }
}

@media (max-width:767px) {
    .home-banner .bnr-right-image {
        padding-left: 0;
        padding-right: 0;
        padding-top: 2.1875rem
    }
}

.page-home .sec-home-product {
    background-color: #f4f8fa
}

@media (max-width:1199px) {
    .page-home .sec-home-product {
        padding-top: 2.5rem
    }
}

.page-home .sec-home-product .featured-projects {
    position: relative
}

@media (min-width:1200px) {
    .page-home .sec-home-product .featured-projects {
        top: -100px
    }
}

.page-home .sec-home-product .tab-syne .nav-item .nav-link {
    background: transparent
}

@media (min-width:1200px) {
    .page-home .sec-home-product .related-projects {
        margin-top: -100px
    }
}

.page-home .sec-home-product .viewmore-products {
    padding-top: 1.25rem
}

    .page-home .sec-home-product .viewmore-products.responsive-view {
        display: none
    }

@media (max-width:1199px) {
    .page-home .sec-home-product .viewmore-products {
        display: none
    }

        .page-home .sec-home-product .viewmore-products.responsive-view {
            display: block
        }
}

.page-home .sec-home-product .viewmore-products .btn:hover {
    background: #16c0ef !important
}

@media (min-width:1200px) {
    .page-home .sec-home-product .prj-prd-slider {
        display: flex !important;
        flex-flow: wrap !important
    }

        .page-home .sec-home-product .prj-prd-slider .sldr-item {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
            margin-bottom: 20px
        }
}

.page-home .sec-home-product .prj-prd-slider .prd-ctn {
    height: 85px
}

@media (max-width:1600px) {
    .page-home .sec-home-product .prj-prd-slider .prd-ctn {
        height: 65px
    }
}

.page-home .sec-home-product .prj-prd-slider .prd-box-ctn {
    width: 100%
}

    .page-home .sec-home-product .prj-prd-slider .prd-box-ctn h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.home-sec-whysec {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media (max-width:767px) {
    .home-sec-whysec {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem
    }
}

.home-sec-whysec .why-box-item .wb-image {
    flex: 0 0 60px
}

.how-sinework-sec {
    background-color: #f4f8fa;
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media (max-width:767px) {
    .how-sinework-sec {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
        background-color: #f9fafc
    }

        .how-sinework-sec h2 {
            width: 70%;
            margin: 0 auto;
            line-height: 30px;
            font-size: 22px
        }
}

.how-sinework-sec .ttl-howsyne {
    font-size: 1.0625rem;
    letter-spacing: 0.89px;
    text-align: center;
    color: #7c8796
}

@media (max-width:767px) {
    .how-sinework-sec .ttl-howsyne {
        font-size: 13px
    }
}

.step-items-row {
    max-width: 59.375rem;
    margin: 0 auto
}

    .step-items-row .step-items-col:last-child .step-item {
        padding-bottom: 0 !important
    }

@media (max-width:767px) {
    .step-items-row .step-items-col .step-item {
        padding-bottom: 5rem
    }
}

.step-items-row .step-items-col .step-item .step-count span {
    width: 2.75rem;
    height: 2.75rem;
    box-shadow: 3px 3px 0 0 rgba(22,192,239,0.3);
    border: solid 1px #16c0ef;
    background-color: #ffffff;
    border-radius: 50%
}

.step-items-row .step-items-col .step-item .step-arrw {
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:991px) {
    .step-items-row .step-items-col .step-item .step-arrw {
        width: 16px
    }
}

@media (max-width:767px) {
    .step-items-row .step-items-col .step-item .step-arrw {
        right: inherit;
        top: inherit;
        transform: translateY(-50%);
        width: 26px;
        bottom: 6px;
        transform: rotate(90deg)
    }
}

.step-items-row h3 {
    font-size: 1.1875rem
}

@media (max-width:991px) {
    .down-bracket img {
        width: 100%
    }
}

@media (max-width:767px) {
    .down-bracket {
        display: none !important
    }
}

.sec-human-sories {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media (max-width:767px) {
    .sec-human-sories {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem
    }
}

.sec-human-sories .btn:hover {
    background: #16c0ef !important
}

.sec-human-sories .human-sories-ctn {
    padding-right: 7.8125rem
}

@media (max-width:991px) {
    .sec-human-sories .human-sories-ctn {
        padding-right: 4.6875rem
    }
}

@media (max-width:767px) {
    .sec-human-sories .human-sories-ctn {
        padding-right: 15px
    }

        .sec-human-sories .human-sories-ctn p a {
            display: block;
            margin-top: 0.375rem
        }

        .sec-human-sories .human-sories-ctn h6 {
            font-size: 14px
        }
}

.sec-human-sories .hs-img figure {
    width: 26.25rem;
    height: 17.5rem;
    border-top-right-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
    overflow: inherit
}

@media (max-width:991px) {
    .sec-human-sories .hs-img figure {
        width: inherit;
        margin-bottom: 2.8125rem !important
    }
}

.sec-human-sories .hs-img figure img {
    z-index: 2;
    border-top-right-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem
}

.sec-human-sories .hs-img figure:before {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(22,192,239,0.27);
    border-top-right-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
    z-index: 1;
    bottom: -12px;
    right: -11px
}

.sec-download-section {
    background-color: #f4f8fa;
    padding-top: 2.5rem
}

@media (max-width:991px) {
    .sec-download-section {
        background-color: #f9fafc;
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem
    }
}

.download-sec-wrap {
    background: white
}

@media (max-width:991px) {
    .download-sec-wrap {
        background: transparent
    }
}

.download-sec-wrap .mob-screen-image {
    padding-left: 6.25rem;
    padding-top: 2.5rem
}

@media (max-width:1199px) {
    .download-sec-wrap .mob-screen-image {
        padding-left: 1.5625rem
    }
}

@media (max-width:991px) {
    .download-sec-wrap .mob-screen-image {
        display: none
    }
}

.download-sec-wrap .mob-screen-image figure {
    height: 27.9375rem
}

    .download-sec-wrap .mob-screen-image figure img {
        width: inherit
    }

.download-sec-wrap .btngrp a {
    flex: 0 0 135px
}

.download-sec-wrap .btngrp figure {
    height: 3.125rem
}

.download-sec-wrap .download-right {
    width: 21rem
}

@media (max-width:991px) {
    .download-sec-wrap .download-right {
        width: 100% !important;
        padding-left: 0 !important
    }
}

@media (max-width:767px) {
    .featured-projects .prd-box-ctn {
        height: 302px
    }
}

@media (max-width:767px) {
    .featured-projects .prd-likebtn.max-767-hide {
        display: none !important
    }
}

.d-none-shimmer {
    display: none !important
}

.homepage-about img {
    max-width: 100%
}

.page-project-explore .border-bottom {
    border-color: #e0e6ee !important
}

@media (min-width:768px) {
    .page-project-explore .syne-header {
        box-shadow: 0 0 20px 0 rgba(124,135,150,0.29)
    }
}

@media (max-width:767px) {
    .page-project-explore .syne-header {
        border: none
    }
}

.page-project-explore .page-wrap {
    background-color: #f4f8fa;
    padding-top: 3.75rem
}

@media (max-width:767px) {
    .page-project-explore .page-wrap {
        background-color: #f9fafc;
        padding-top: 1.25rem
    }
}

.page-project-explore .fltr-lg .select2-selection__rendered {
    font-size: 0.875rem !important;
    color: #a8b0ba !important
}

.page-project-explore .fltr-lg .sel-catogory .select2-selection__placeholder, .page-project-explore .fltr-lg .sel-catogory .select2-selection__rendered {
    font-size: 0.875rem !important;
    color: #2a3844 !important
}

.page-project-explore .fltr-lg .project-typebx .project-type-col .custom-control-label:after, .page-project-explore .fltr-lg .project-typebx .project-type-col .custom-control-label:before {
    display: none
}

.page-project-explore .fltr-lg .project-typebx .project-type-col .item {
    padding: 0;
    position: relative;
    border: none !important;
    box-shadow: none !important
}

    .page-project-explore .fltr-lg .project-typebx .project-type-col .item:after {
        content: "";
        background: #16c0ef;
        position: absolute;
        transition: all,ease,0.3s;
        height: 2px;
        left: 50%;
        width: 0;
        transform: translateX(-50%);
        bottom: 0
    }

    .page-project-explore .fltr-lg .project-typebx .project-type-col .item:hover:after {
        width: 6.25rem
    }

    .page-project-explore .fltr-lg .project-typebx .project-type-col .item:hover .ttl {
        color: #16c0ef
    }

    .page-project-explore .fltr-lg .project-typebx .project-type-col .item .item-bx {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

        .page-project-explore .fltr-lg .project-typebx .project-type-col .item .item-bx .ttl {
            font-size: 1rem
        }

        .page-project-explore .fltr-lg .project-typebx .project-type-col .item .item-bx figure {
            width: 3rem;
            height: 3rem
        }

.page-project-explore .custom-control-input:checked ~ .custom-control-label .item:after {
    width: 6.25rem
}

.sort-fltr .dropdown-menu {
    width: 11rem
}

    .sort-fltr .dropdown-menu .dropdown-item {
        letter-spacing: 0.5px
    }

        .sort-fltr .dropdown-menu .dropdown-item.active {
            color: #2a3844;
            font-weight: 600;
            background-color: rgba(22,192,239,0.08) !important
        }

@media (max-width:767px) {
    .featured-projects {
        padding-bottom: 4.0625rem
    }

        .featured-projects .fp-wrap {
            margin-left: -15px;
            margin-right: -15px
        }

            .featured-projects .fp-wrap .item a:hover {
                text-decoration: none
            }

            .featured-projects .fp-wrap .item .item-bx {
                box-shadow: 0 1px 3px 0 rgba(45,50,63,0.06);
                border: solid 1px #ebeef3;
                background-color: #ffffff
            }
}

@media (min-width:768px) {
    .featured-projects {
        overflow: hidden
    }

        .featured-projects .prd-box-ctn .small span {
            border-radius: 10.5px;
            background-color: #eef3f8;
            padding: 3px 10px;
            display: inline-block;
            color: #7c8796
        }

        .featured-projects .fp-contaner {
            padding-top: 28.125rem
        }

        .featured-projects .fp-wrap {
            position: absolute;
            left: 15px;
            top: 0
        }

            .featured-projects .fp-wrap .item a:hover {
                text-decoration: none
            }

            .featured-projects .fp-wrap .item .item-bx {
                width: 33.75rem;
                box-shadow: 0 1px 3px 0 rgba(45,50,63,0.06);
                border: solid 1px #ebeef3;
                background-color: #ffffff
            }

            .featured-projects .fp-wrap .item figure {
                height: 14.8125rem
            }

                .featured-projects .fp-wrap .item figure img {
                    border-radius: 0;
                    border-top-left-radius: 3px;
                    border-bottom-right-radius: 3px
                }

            .featured-projects .fp-wrap .item .prd-box-img {
                flex: 0 0 13.125rem;
                max-width: 13.125rem
            }

                .featured-projects .fp-wrap .item .prd-box-img .prd-likebtn {
                    display: none !important
                }

            .featured-projects .fp-wrap .prd-likebtn {
                position: absolute;
                right: 1.25rem;
                top: 1.25rem;
                width: 2.5rem;
                height: 2.5rem;
                border: solid 1px #e0e6ee;
                background-color: #ffffff
            }

            .featured-projects .fp-wrap .ends-in-text p i {
                display: inline-block !important;
                color: #2a3844
            }
}

@media (max-width:767px) {
    .featured-projects .prd-box .prd-box-ctn {
        background-color: #ffffff
    }
}

.owl-nav {
    display: flex;
    width: 200px;
    margin-top: 1.5625rem
}

    .owl-nav button {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 3px;
        box-shadow: 0 1px 16px 0 rgba(124,135,150,0.1);
        background-color: #fff !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all,ease,0.3s;
        font-size: 1.3125rem !important
    }

        .owl-nav button:hover {
            box-shadow: none
        }

            .owl-nav button:hover i {
                color: #16c0ef
            }

        .owl-nav button + button {
            margin-left: 0.625rem
        }

.owl-dots {
    position: absolute;
    left: 8%;
    bottom: 0
}

@media (max-width:767px) {
    .owl-dots {
        left: 50%;
        bottom: -33px;
        transform: translateX(-50%)
    }
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #d4dae3 !important;
    border-radius: 50%;
    margin: 0 6px
}

    .owl-dots .owl-dot.active {
        background-color: #16c0ef !important
    }

@media (min-width:767px) {
    .related-projects .project-slider {
        display: flex;
        flex-wrap: wrap
    }

        .related-projects .project-slider .sldr-item {
            position: relative;
            width: 100%;
            min-height: 1px;
            flex: 0 0 33.33333;
            max-width: 33.33333%
        }
}

.related-projects .prd-box .prd-box-ctn {
    background: white
}

@media (min-width:767px) {
    .related-projects .prd-box figure {
        height: 13.75rem
    }
}

.loader {
    width: 100%;
    text-align: center;
    padding-top: 3.75rem
}

@media (max-width:767px) {
    .loader {
        padding-top: 0.625rem
    }
}

.loader .load-text {
    letter-spacing: 0.24px;
    text-align: center;
    color: #c2cddb;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    font-size: 1.125rem
}

@media (max-width:767px) {
    .loader .load-text {
        font-size: 0.9375rem
    }
}

.loader .load-text .bullets {
    animation: dots 1s steps(3,end) infinite
}

@keyframes dots {
    0%,20% {
        color: rgba(0,0,0,0);
        text-shadow: 0.3em 0 0 rgba(0,0,0,0),0.6em 0 0 rgba(0,0,0,0)
    }

    40% {
        color: #c2cddb;
        text-shadow: 0.3em 0 0 rgba(0,0,0,0),0.6em 0 0 rgba(0,0,0,0)
    }

    60% {
        text-shadow: 0.3em 0 0 #c2cddb,0.6em 0 0 rgba(0,0,0,0)
    }

    80%,to {
        text-shadow: 0.3em 0 0 #c2cddb,0.6em 0 0 #c2cddb
    }
}

.conatiner-940 .related-projects .prd-box-img figure {
    height: 10rem !important
}

.syneicon-carrot-down.r-open {
    transform: rotate(45deg)
}

.mob-head {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 12;
    padding: 15px
}

    .mob-head .close {
        opacity: 1
    }

.mobile-slideitem {
    position: fixed;
    top: 0;
    z-index: 11;
    left: -100%;
    transition: all,ease-in-out,0.2s;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f9fafc;
    padding: 0;
    transition: -webkit-left 0.7s cubic-bezier(0.5,0,0,1);
    transition: left 0.7s cubic-bezier(0.5,0,0,1);
    transition: left 0.7s cubic-bezier(0.5,0,0,1),-webkit-right 0.7s cubic-bezier(0.5,0,0,1)
}

.adv-items {
    display: none;
    overflow: hidden
}

    .adv-items.open {
        display: block;
        animation: fadeup 0.3s ease-in-out
    }

.sort-by-item .syneicon-check-mark {
    transition: all,ease-in-out,0.2s;
    opacity: 0
}

.sort-by-item .fltr-type input:checked ~ label .syneicon-check-mark {
    opacity: 1
}

.backtoPage {
    font-size: 13px
}

.payment-wrap {
    border-radius: 10px;
    background-color: #ffffff;
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    margin-top: 3.75rem;
    position: relative
}

@media (min-width:768px) {
    .payment-wrap {
        max-width: 520px;
        box-shadow: 0 6px 20px 0 rgba(42,56,68,0.08)
    }
}

@media (max-width:991px) {
    .payment-wrap {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem
    }
}

.payment-wrap .payment-user figure {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
    max-width: 4rem;
    top: -2rem
}

.payment-wrap .select2-container, .payment-wrap .select2-hidden-accessible {
    width: 100% !important
}

.payment-wrap .custom-control-label:after, .payment-wrap .custom-control-label:before {
    width: 1.25rem;
    height: 1.25rem
}

.payment-items-wrap .payment-items {
    border-radius: 4px;
    border: solid 1px #eef0f5;
    border-top: 0
}

.payment-items-wrap .payment-item {
    border: none
}

    .payment-items-wrap .payment-item .card-header {
        padding: 0;
        border: 0;
        border-top: solid 1px #eef0f5
    }

        .payment-items-wrap .payment-item .card-header .card-bx {
            padding: 1.875rem;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            border-bottom: solid 1px #eef0f5
        }

            .payment-items-wrap .payment-item .card-header .card-bx.collapsed {
                border-bottom: 0
            }

                .payment-items-wrap .payment-item .card-header .card-bx.collapsed .ttl {
                    color: #7c8796
                }

            .payment-items-wrap .payment-item .card-header .card-bx .card-bx-left i {
                font-size: 1.25rem
            }

            .payment-items-wrap .payment-item .card-header .card-bx .card-bx-left .syneicon-question {
                font-size: 1.125rem;
                color: #bac3cf
            }

.payment-items-wrap .choose-payment {
    color: #2e404e
}

.payment-items-wrap .more-sel .select2-selection__placeholder, .payment-items-wrap .more-sel .select2-selection__rendered {
    font-size: 0.875rem;
    color: #5d677e
}

.payment-holder.selected, .payment-holder:hover {
    border-color: #16c0ef !important;
    background-color: #ebfbff
}

.add-card-btn span {
    width: 1.0625rem;
    height: 1.0625rem;
    border: 2px solid;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-right: 10px;
    font-size: 16px
}

.pay-amount {
    width: 18.75rem;
    margin: 0 auto
}

@media (max-width:991px) {
    .pay-amount {
        width: 100%
    }
}

.pay-amount .syneScroll {
    height: 200px
}

.pay-amount .form-control {
    font-size: 1.3125rem;
    color: #2a3844
}

.pay-amount .syne-group:focus {
    outline-color: #16c0ef !important
}

.syne-crtext {
    color: #395366;
    background: rgba(22,192,239,0.15);
    padding: 2px
}

.paymnet-row {
    margin-left: -7px;
    margin-right: -7px
}

    .paymnet-row .paymnet-col {
        padding-left: 7px;
        padding-right: 7px
    }

.paymentCard .sc-label {
    font-size: 0.8125rem !important
}

.addnew-card .collapse.show ~ .add-card {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0
}

.addnew-card .syne-group, .addnew-card .syne-group2 {
    height: 3.125rem
}

    .addnew-card .syne-group2 ::-webkit-input-placeholder, .addnew-card .syne-group ::-webkit-input-placeholder {
        font-size: 0.875rem;
        color: #a8b0ba
    }

    .addnew-card .syne-group2 :-moz-placeholder, .addnew-card .syne-group :-moz-placeholder {
        font-size: 0.875rem;
        color: #a8b0ba
    }

    .addnew-card .syne-group2 ::-moz-placeholder, .addnew-card .syne-group ::-moz-placeholder {
        font-size: 0.875rem;
        color: #a8b0ba
    }

    .addnew-card .syne-group2 :-ms-input-placeholder, .addnew-card .syne-group :-ms-input-placeholder {
        font-size: 0.875rem;
        color: #a8b0ba
    }

    .addnew-card .syne-group2 .form-label, .addnew-card .syne-group .form-label {
        font-size: 0.875rem;
        color: #a8b0ba
    }

    .addnew-card .syne-group2.focused .form-label, .addnew-card .syne-group.focused .form-label {
        font-size: 0.8125rem;
        color: #7c8796;
        margin-bottom: 0;
        font-weight: 500;
        letter-spacing: 0.5px
    }

    .addnew-card .syne-group2 .syne-lbl, .addnew-card .syne-group .syne-lbl {
        position: relative;
        top: 3px
    }

    .addnew-card .syne-group2 .input-group-addon, .addnew-card .syne-group .input-group-addon {
        top: 5px
    }

    .addnew-card .syne-group2 .syneicon-question, .addnew-card .syne-group .syneicon-question {
        font-size: 1.0625rem;
        color: #bac3cf
    }

.paymentCard .checked-ccv {
    display: none;
    margin-top: -20px;
    position: relative
}

    .paymentCard .checked-ccv .proceed-saved-card {
        position: absolute;
        bottom: 0;
        width: 17.875rem !important
    }

    .paymentCard .checked-ccv .col-l {
        flex: 0 0 3.875rem;
        max-width: 3.875rem
    }

    .paymentCard .checked-ccv .syne-group2 {
        height: 2.5rem
    }

        .paymentCard .checked-ccv .syne-group2 .form-label {
            top: 0.6875rem
        }

        .paymentCard .checked-ccv .syne-group2 ::-webkit-input-placeholder {
            font-size: 1rem;
            color: #bac3cf
        }

        .paymentCard .checked-ccv .syne-group2 :-moz-placeholder {
            font-size: 1rem;
            color: #bac3cf
        }

        .paymentCard .checked-ccv .syne-group2 ::-moz-placeholder {
            font-size: 1rem;
            color: #bac3cf
        }

        .paymentCard .checked-ccv .syne-group2 :-ms-input-placeholder {
            font-size: 1rem;
            color: #bac3cf
        }

        .paymentCard .checked-ccv .syne-group2 .form-control {
            padding-top: 1rem
        }

.paymentCard .sc-item .custom_radio [type=radio]:checked + label {
    font-size: 0 !important
}

.paymentCard .sc-item .custom_radio [type=radio]:checked ~ .checked-ccv {
    padding-bottom: 3.75rem;
    display: block
}

.payment-guest-warp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 13;
    background-color: #fafbfd
}

@media (max-width:767px) {
    .payment-guest-warp {
        position: relative;
        z-index: 1
    }
}

.payment-guest-warp:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

@media (max-width:767px) {
    .payment-guest-warp:after {
        display: none
    }
}

.payment-guest-warp .box-width {
    max-width: 28.125rem
}

.payment-guest-warp .left-box {
    margin: 0 auto;
    min-height: 100vh
}

@media (max-width:767px) {
    .payment-guest-warp .left-box {
        min-height: inherit;
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }
}

.payment-guest-warp .right-box {
    min-height: 100vh
}

@media (max-width:767px) {
    .payment-guest-warp .right-box {
        min-height: inherit;
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem;
        text-align: center
    }
}

.payment-guest-warp .donate-now {
    padding: 3.75rem;
    text-align: center;
    box-shadow: 0 6px 20px 0 rgba(42,56,68,0.08);
    background-color: white;
    border-radius: 10px
}

@media (max-width:767px) {
    .payment-guest-warp .donate-now {
        padding: 2.1875rem
    }
}

.payment-guest-warp .payment-succes {
    color: #395366
}

    .payment-guest-warp .payment-succes .ttl {
        font-size: 1.375rem
    }

.payment-guest-warp .looking-for-projects {
    text-align: center;
    margin-top: 3.125rem
}

@media (min-width:768px) {
    .p-mail, .p-password {
        max-width: 19.375rem
    }
}

@media (max-width:767px) {
    .p-mail, .p-password {
        padding-left: 35px;
        padding-right: 35px
    }
}

.page-payment-guest-informations .right-box {
    min-height: 100vh
}

@media (max-width:767px) {
    .page-payment-guest-informations .right-box {
        min-height: inherit;
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem;
        text-align: center
    }
}

.page-payment-guest-informations .allredy-sign, .page-payment-guest-informations .p-infr, .page-payment-guest-informations .payment-items-wrap {
    max-width: 18.75rem
}

@media (max-width:767px) {
    .page-payment-guest-informations .allredy-sign, .page-payment-guest-informations .p-infr, .page-payment-guest-informations .payment-items-wrap {
        margin: 0 auto;
        text-align: left;
        max-width: 90%
    }
}

@media (max-width:767px) {
    .page-payment-guest-informations .allredy-sign {
        margin: 0;
        margin: 0;
        max-width: 100%;
        text-align: center !important
    }

        .page-payment-guest-informations .allredy-sign p {
            text-align: center !important
        }
}

.page-payment-guest-informations .p-infr .syne-group.md label {
    font-weight: 400;
    position: relative;
    top: 3px
}

.page-payment-guest-informations .p-infr .syne-group .form-label {
    top: -7px !important
}

@media (max-width:767px) {
    .page-payment-guest-informations .left-box {
        text-align: left;
        padding-top: 15px
    }

        .page-payment-guest-informations .left-box .box-width {
            padding-top: 4.0625rem
        }
}

.tapping-on-proceed {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.14px;
    color: #4d748c
}

@media (min-width:767px) {
    .top-nav-logo {
        position: absolute;
        top: 0;
        left: 0
    }
}

.otp-verification .payment-guest-warp:after, .page-payment-failed .payment-guest-warp:after, .page-payment-success-logged .payment-guest-warp:after {
    display: none
}

.otp-verification .payment-guest-warp .donate-now {
    padding: 35px 9px
}

@media (min-width:768px) {
    .otp-verification .payment-guest-warp .donate-now {
        padding: 3rem
    }
}

@media (max-width:1600px) {
    .page-payment-success-logged .payment-guest-warp .donate-now {
        padding: 35px
    }

    .page-payment-success-logged .payment-guest-warp .payment-succes {
        margin-bottom: 20px !important
    }

    .page-payment-success-logged .looking-for-projects {
        margin-top: 25px !important
    }
}

.payment-page .payment-items-wrap i {
    font-size: 22px
}

.payment-page .payment-items-wrap .ttl {
    font-size: 1.125rem;
    font-weight: 800
}

@media (max-width:480px) {
    .payment-page .payment-items-wrap .ttl {
        font-weight: 600 !important
    }
}

.payment-page .payment-pricebtm .ttl {
    font-size: 1.875rem
}

.payment-page .payto-wrap {
    padding: 2.1875rem;
    padding-right: 4.6875rem
}

@media (max-width:480px) {
    .payment-page .payto-wrap .ttl-24 {
        font-size: 18px
    }
}

.payment-page .payto-wrap .more-dropdown {
    line-height: inherit !important;
    bottom: 0;
    height: 100%
}

    .payment-page .payto-wrap .more-dropdown .dropdown, .payment-page .payto-wrap .more-dropdown .dropdown-toggle {
        height: 100%
    }

.payment-page .payto-wrap label {
    font-weight: bold !important;
    color: #2a3844 !important
}

@media (max-width:480px) {
    .payment-page .payto-wrap label {
        font-weight: 600 !important
    }
}

.payment-page .payto-wrap .phone-number ::-webkit-input-placeholder {
    font-size: 1rem !important
}

.payment-page .payto-wrap .phone-number :-moz-placeholder {
    font-size: 1rem !important
}

.payment-page .payto-wrap .phone-number ::-moz-placeholder {
    font-size: 1rem !important
}

.payment-page .payto-wrap .phone-number :-ms-input-placeholder {
    font-size: 1rem !important
}

.payment-page .payto-wrap .phone-number label {
    font-size: 1rem !important;
    color: #2a3844
}

.payment-page .payto-wrap .phone-number .form-control {
    font-size: 1rem !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 55px
}

@media (max-width:767px) {
    .payment-page .payto-wrap .phone-number .form-control {
        height: 46px
    }
}

.payment-page .payto-wrap .select2 select2-container select2-container--default {
    width: 100% !important
}

.payment-page .contry-code {
    flex: 0 0 75px;
    max-width: 75px
}

@media (max-width:992px) {
    .payment-page .syne-bx2 {
        margin-left: -15px;
        margin-right: -15px;
        border: none !important;
        padding: 15px
    }
}

.payment-page .contry-code .contry-code-dropdown .dropdown-menu {
    top: 0 !important
}

.payment-page .dropdown-toggle:after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent
}

.payment-page .select2-search--dropdown {
    display: none !important
}

.fund-detail-items {
    background-color: rgba(22,192,239,0.1)
}

    .fund-detail-items .fund-detail-item {
        flex: 0 0 auto;
        border-color: white !important
    }

@media (max-width:767px) {
    .fund-detail-items .fund-detail-item {
        border: 0 !important;
        border-bottom: 2px solid #fff !important
    }
}

.space-line {
    width: 100%;
    height: 8px;
    background-color: #f9fafc;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem
}

@media (max-width:767px) {
    .space-line {
        display: none
    }
}

.syne-table {
    width: 100%;
    max-width: 100%
}

    .syne-table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 8px;
        background-color: #b4b4b4
    }

    .syne-table .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #b4b4b4
    }

    .syne-table td, .syne-table th {
        border-color: #eef0f5;
        font-size: 0.75rem;
        vertical-align: baseline !important
    }

@media (min-width:768px) {
    .syne-table td, .syne-table th {
        min-width: 9.375rem
    }
}

.syne-table th {
    color: #7c8796;
    line-height: 1rem;
    font-weight: 400
}

.syne-table td {
    color: #67738b;
    font-weight: 600
}

.syne-table tr {
    cursor: pointer
}

    .syne-table tr:hover {
        background-color: rgba(22,192,239,0.1)
    }

.org-filter .dropdown-item, .trans-filter .dropdown-item {
    cursor: pointer
}

    .org-filter .dropdown-item.active, .trans-filter .dropdown-item.active {
        position: relative;
        background-color: rgba(22,192,239,0.08) !important
    }

        .org-filter .dropdown-item.active:after, .trans-filter .dropdown-item.active:after {
            content: "";
            font-family: "syneicons" !important;
            margin-left: auto;
            font-size: 1.25rem
        }

@media (max-width:767px) {
    .transaction-wrap .transaction-listwrap {
        background: #fff;
        padding: 15px;
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .transaction-wrap .dropdown {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 0.9375rem !important
    }

        .transaction-wrap .dropdown .dropdown-menu {
            width: 100% !important
        }

        .transaction-wrap .dropdown .btn {
            width: 100%
        }
}

@media (min-width:768px) {
    .transaction-wrap .dropdown.all-project {
        width: 14.6875rem
    }
}

@media (min-width:768px) {
    .transaction-wrap .dropdown.all-time-transaction, .transaction-wrap .dropdown.all-time-transaction {
        width: 10.9375rem
    }
}

.transaction-wrap .dropdown .dropdown-item-search {
    padding-right: 0.625rem;
    padding-left: 0.625rem
}

    .transaction-wrap .dropdown .dropdown-item-search:hover {
        background: #fff !important
    }

.transaction-wrap .dropdown .dropdown-search {
    width: 100%
}

    .transaction-wrap .dropdown .dropdown-search:before {
        position: absolute;
        content: "";
        font-family: "syneicons" !important;
        left: 24px;
        z-index: 1;
        font-size: 16px;
        top: 16px
    }

    .transaction-wrap .dropdown .dropdown-search .form-control {
        height: 2.25rem;
        width: 100%;
        border-radius: 4px;
        border: solid 1px #e0e6ee;
        background-color: #f9fafc;
        position: relative;
        padding-left: 2.5rem
    }

@media (max-width:767px) {
    .transaction-wrap .tab-syne {
        background-color: #f9fafc;
        padding: 0 !important
    }
}

@media (max-width:767px) {
    .transaction-wrap .syne-bx {
        border: 0 !important;
        background: none !important
    }
}

.transaction-wrap .syne-tabs .nav-pills .nav-item .nav-link {
    color: #2a3844 !important;
    letter-spacing: 1.65px
}

    .transaction-wrap .syne-tabs .nav-pills .nav-item .nav-link.active {
        color: #16c0ef !important
    }

@media (max-width:767px) {
    .transaction-wrap .syne-tabs .nav-pills {
        margin: 0 !important;
        display: flex;
        align-items: center;
        padding: 0.9375rem;
        padding-bottom: 0 !important;
        padding: 15px;
        background-color: white;
        border-bottom: solid 1px #e0e6ee;
        text-align: center
    }

        .transaction-wrap .syne-tabs .nav-pills .nav-item {
            flex: 0 0 50%;
            max-width: 50%;
            margin: 0
        }

            .transaction-wrap .syne-tabs .nav-pills .nav-item .nav-link {
                color: #2a3844;
                height: 58px !important;
                padding: 0;
                padding-bottom: 0.9375rem;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: 700
            }

                .transaction-wrap .syne-tabs .nav-pills .nav-item .nav-link.active {
                    color: #16c0ef !important
                }
}

@media (max-width:767px) {
    .statement-download {
        margin-bottom: 1.5625rem;
        margin-top: 0.9375rem
    }
}

.org-dropdown ::-webkit-input-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.org-dropdown :-moz-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.org-dropdown ::-moz-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.org-dropdown :-ms-input-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.org-dropdown .dropdown-item {
    padding-right: 0.625rem;
    padding-left: 0.625rem
}

.org-dropdown .dropdown-search .form-control {
    height: 2.5rem !important
}

.org-dropdown .fltr-btn-row:hover {
    background: white
}

.org-dropdown .fltr-btn-row .btn {
    height: 2.5rem
}

    .org-dropdown .fltr-btn-row .btn.active {
        border: solid 1px #16c0ef;
        background-color: rgba(22,192,239,0.08);
        color: #16c0ef
    }

.org-dropdown .dropdown-search:before {
    top: 19px !important
}

.org-dropdown .org-dropdown-scroll {
    position: relative;
    height: 5.9375rem;
    padding-bottom: 0.9375rem;
    position: relative;
    padding-right: 2px;
    margin-top: 7px
}

    .org-dropdown .org-dropdown-scroll:after {
        position: absolute;
        content: "";
        background-image: linear-gradient(to bottom,rgba(255,255,255,0.2) 0%,white 100%);
        background-repeat: repeat-x;
        width: 100%;
        height: 0.9375rem;
        z-index: 1;
        bottom: 14px
    }

    .org-dropdown .org-dropdown-scroll .align-items-center {
        cursor: pointer
    }

        .org-dropdown .org-dropdown-scroll .align-items-center:hover {
            background-color: rgba(22,192,239,0.08) !important
        }

    .org-dropdown .org-dropdown-scroll .mCSB_dragger_bar {
        width: 6px;
        background-color: rgba(171,171,171,0.75)
    }

    .org-dropdown .org-dropdown-scroll .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: rgba(171,171,171,0.75) !important
    }

.s-fltr-wrap {
    background: white
}

    .s-fltr-wrap .lg-filter {
        max-width: 90%
    }

        .s-fltr-wrap .lg-filter .tab-item {
            text-align: left
        }

.sr-list {
    border-color: #eef0f5 !important
}

    .sr-list .btn-follow {
        font-size: 0.8125rem !important
    }

        .sr-list .btn-follow .ico-star {
            font-size: 8px !important
        }

.filter-search {
    position: relative
}

    .filter-search ::-webkit-input-placeholder {
        color: #bac3cf
    }

    .filter-search :-moz-placeholder {
        color: #bac3cf
    }

    .filter-search ::-moz-placeholder {
        color: #bac3cf
    }

    .filter-search :-ms-input-placeholder {
        color: #bac3cf
    }

    .filter-search button {
        position: absolute;
        left: 8px;
        top: 4px;
        border: none;
        box-shadow: none
    }

    .filter-search .form-control {
        border-radius: 16px;
        border: solid 1px #e0e6ee;
        background-color: #ffffff;
        padding-left: 2.8125rem;
        border: solid 1px #e0e6ee;
        height: 32px
    }

.fltr-radio label {
    font-size: 0.8125rem !important
}

.page-search-result .search-filter-tab .tab-item:before {
    display: none
}

.page-search-result .search-filter-tab .tab-item label {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1.25rem;
    cursor: pointer
}

    .page-search-result .search-filter-tab .tab-item label:before {
        transition: all,ease,0.3s;
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        height: 2px;
        background: #16c0ef;
        opacity: 0;
        width: 0
    }

    .page-search-result .search-filter-tab .tab-item label:hover {
        color: #16c0ef
    }

        .page-search-result .search-filter-tab .tab-item label:hover i {
            color: #16c0ef
        }

        .page-search-result .search-filter-tab .tab-item label:hover:before {
            width: 100%;
            opacity: 1
        }

.page-search-result .search-filter-tab [type=checkbox]:checked ~ label {
    color: #16c0ef
}

    .page-search-result .search-filter-tab [type=checkbox]:checked ~ label i {
        color: #16c0ef
    }

    .page-search-result .search-filter-tab [type=checkbox]:checked ~ label:before {
        width: 100%;
        opacity: 1
    }

@media (max-width:767px) {
    .page-search-result .sr-list {
        justify-content: inherit;
        flex-wrap: wrap
    }

        .page-search-result .sr-list .btn-follow {
            margin-top: 1.25rem;
            margin-left: 4.375rem
        }

    .page-search-result .page-wrap {
        background-color: #fff
    }

    .page-search-result .s-fltr-wrap {
        background: none;
        border: none !important
    }

    .page-search-result .fltr-items {
        background: white
    }

    .page-search-result .project-typebx .custom-control-label:after, .page-search-result .project-typebx .custom-control-label:before {
        top: 15px
    }
}

@media (max-width:767px) {
    .serch-filter-mobile .col-lg-3 {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .page-container .lg-sidebar {
        display: none
    }
}

.notification-items {
    border-radius: 3px;
    border: solid 1px #e2ecf4;
    background-color: #ffffff;
    border-color: #e2ecf4 !important;
    padding-left: 2.0625rem !important
}

@media (max-width:767px) {
    .notification-items {
        padding-left: 15px !important;
        padding-right: 15px !important;
        background-color: #f9fafc
    }

        .notification-items .user-dp {
            width: 2.25rem;
            height: 2.25rem;
            flex: 0 0 2.25rem;
            max-width: 2.25rem
        }
}

.notification-items .ttl-group p {
    color: #3f536e
}

@media (max-width:767px) {
    .notification-items .notification-item {
        padding-left: 10px !important
    }
}

.notification-items .notification-item i {
    transform: rotate(90deg)
}

.notification-items .notification-item .ico-circle {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7px
}

.notification-items .dropdown-menu {
    z-index: 1
}

.page-notification {
    background-color: #f4f8fa
}

    .page-notification h1 {
        font-size: 1.875rem
    }

@media (max-width:767px) {
    .page-notification h1 {
        text-align: center;
        font-size: 1rem;
        color: #2a3844;
        font-weight: 600;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        background: white;
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (max-width:767px) {
    .page-notification {
        background-color: #f9fafc
    }

        .page-notification .container {
            padding-left: 0;
            padding-right: 0
        }

            .page-notification .container .row {
                margin-left: 0;
                margin-right: 0
            }

                .page-notification .container .row .col-md-9 {
                    padding: 0
                }
}

.text-underline {
    text-decoration: underline
}

.arrow-up {
    border-radius: 3px;
    box-shadow: 0 1px 27px 0 rgba(0,0,0,0.16);
    border: solid 1px #e2ecf4 !important;
    background-color: #ffffff;
    position: relative
}

    .arrow-up:after, .arrow-up:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 11px solid transparent;
        border-bottom: 14px solid #fff;
        border-right: 14px solid transparent;
        right: 1%;
        top: -6px;
        margin: auto;
        width: 0;
        z-index: -1
    }

    .arrow-up:after {
        filter: drop-shadow(0 -9px 10px rgba(59,59,59,0.2))
    }

.hdr-notify .hdr-dropdown-notification {
    width: 22.5rem;
    top: 7px !important;
    left: 7px !important;
    height: 35.3125rem;
    position: relative;
    z-index: 1
}

    .hdr-notify .hdr-dropdown-notification:after, .hdr-notify .hdr-dropdown-notification:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 11px solid transparent;
        border-bottom: 14px solid #fff;
        border-right: 14px solid transparent;
        right: 1.5%;
        top: -9px;
        margin: auto;
        width: 0;
        z-index: 2
    }

    .hdr-notify .hdr-dropdown-notification .notfy-viewall-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -1px 14px 0 rgba(63,83,110,0.25)
    }

    .hdr-notify .hdr-dropdown-notification .syneScroll {
        max-height: 100%
    }

.nested-dropdown .dropdown-menu {
    position: absolute;
    left: -139px
}

.nested-dropdown:hover .dropdown-menu {
    display: block !important
}

.setting-wrap {
    border-color: #eef0f5 !important
}

    .setting-wrap .hr-tab .nav-item .nav-link {
        background: none;
        border: none !important;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-size: 0.75rem;
        margin-right: 1.875rem
    }

    .setting-wrap .vr-tab {
        min-height: 100vh;
        height: 100%
    }

        .setting-wrap .vr-tab .nav-link {
            background: none;
            font-size: 0.8125rem;
            font-weight: 700;
            color: #8695ae;
            padding: 1.5625rem;
            padding-top: 0.6875rem;
            padding-bottom: 0.6875rem;
            padding-left: 0.9375rem;
            display: flex;
            align-items: center;
            text-decoration: none;
            position: relative;
            transition: all,ease,0.3s;
            border-radius: 0
        }

            .setting-wrap .vr-tab .nav-link:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                height: 0;
                width: 2px;
                background: #16c0ef;
                transition: all,ease,0.3s
            }

            .setting-wrap .vr-tab .nav-link.active, .setting-wrap .vr-tab .nav-link:hover {
                background-color: rgba(22,192,239,0.1);
                color: #2a3844
            }

                .setting-wrap .vr-tab .nav-link.active:before, .setting-wrap .vr-tab .nav-link:hover:before {
                    height: 100%
                }

.maked-primary {
    width: 60px;
    height: 22px;
    background: #0ad179;
    color: #0ad179;
    border-radius: 11px;
    background-color: rgba(10,209,121,0.2);
    font-size: 0.6875rem
}

.verification-bx ::-webkit-input-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.verification-bx :-moz-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.verification-bx ::-moz-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.verification-bx :-ms-input-placeholder {
    color: #bac3cf;
    font-size: 0.875rem
}

.toggle-1 input[type=checkbox].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 28px;
    background: #e0e6ee;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out
}

    .toggle-1 input[type=checkbox].switch_1:checked {
        background: #0ad179
    }

    .toggle-1 input[type=checkbox].switch_1:after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0.25em rgba(0,0,0,0.3);
        left: 4px;
        top: 4px;
        transition: all 0.2s ease-in-out
    }

    .toggle-1 input[type=checkbox].switch_1:before {
        position: absolute;
        content: "";
        right: 0;
        font-family: "deafult-icons";
        font-size: 18px;
        right: 8px;
        top: 2px;
        color: #bac3cf
    }

    .toggle-1 input[type=checkbox].switch_1:checked:after {
        left: calc(100% - 23px)
    }

    .toggle-1 input[type=checkbox].switch_1:checked:before {
        right: inherit;
        left: 8px;
        content: "";
        font-family: "syneicons" !important;
        color: #fff
    }

    .toggle-1 input[type=checkbox].switch_1:checked ~ .methord-verification {
        display: none
    }

.methord-verification button[disabled] .ico-phone:before {
    font-family: "deafult-icons" !important;
    content: "";
    color: #2a3844
}

.methord-verification button[disabled] .syneicon-carrot-down:before {
    content: "" !important;
    font-family: "syneicons" !important;
    color: #2a3844
}

.success-msg {
    border-radius: 4px;
    background-color: rgba(10,209,121,0.2);
    color: #1bb772
}

.error-msg {
    border-radius: 4px;
    background-color: rgba(251,79,109,0.2);
    color: #fb4f6d
}

.accout-status button.active {
    border: solid 1px #c9ebdc;
    background-color: #e5fff3
}

    .accout-status button.active div {
        color: #0ad179 !important
    }

    .accout-status button.active .ico-circle {
        color: #0ad179
    }

.accout-status button.in-active {
    border: solid 1px #f8e6cf;
    background-color: #fff3e6
}

    .accout-status button.in-active div {
        color: #ea8945 !important
    }

    .accout-status button.in-active .ico-circle {
        color: #ea8945
    }

.accout-status .dropdown-menu {
    border-radius: 4px;
    overflow: hidden
}

    .accout-status .dropdown-menu .active-menu {
        border-radius: 0
    }

        .accout-status .dropdown-menu .active-menu .ico-circle {
            color: #0ad179
        }

    .accout-status .dropdown-menu .in-active-menu .ico-circle {
        color: #ea8945
    }

.warning-bx {
    border-radius: 6px;
    background-color: #fef2f4
}

    .warning-bx p {
        color: #000
    }

.save-changes {
    height: 38px;
    border-radius: 4px;
    background-color: #d7f9ea;
    color: #0ad179;
    padding-top: 6px
}

@media (max-width:767px) {
    .save-changes {
        height: 33px
    }
}

.save-changes .syneicon-check-mark {
    color: #0ad179
}

.w-150 .btn {
    width: 9.375rem
}

.this-device {
    color: #10c273
}

.black {
    color: #000
}

.s-history {
    background-color: rgba(238,240,245,0.5)
}

.visible-to {
    width: 9.375rem
}

.send-verifications-btn {
    height: 45px !important
}

@media (max-width:767px) {
    .mobile-setting-wrap .top-page-back {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999
    }

        .mobile-setting-wrap .top-page-back a {
            color: #fff
        }
}

.attach-identification .btn {
    height: 3.75rem
}

.attach-identification .button-group input {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.bussines-kyc .dropdown {
    height: 3.75rem
}

@media (max-width:991px) {
    .kyc-wrap .attach-identification .btn {
        height: 55px
    }

    .kyc-wrap .dropdown {
        height: 55px
    }

        .kyc-wrap .dropdown .btn .c0 {
            color: #7c8796;
            font-weight: 500;
            letter-spacing: 0.5px
        }

    .kyc-wrap .syne-group, .kyc-wrap .syne-group2 {
        background: #fff;
        height: 55px
    }

        .kyc-wrap .syne-group2 .form-control, .kyc-wrap .syne-group .form-control {
            height: 100%
        }

        .kyc-wrap .syne-group2 label, .kyc-wrap .syne-group label {
            font-size: 14px;
            top: 17px
        }
}

.kyc-newTab .syne-group .form-control {
    font-size: 0.875rem
}

.kyc-newTab .syne-group2 .form-control {
    height: 3.75rem
}

.kyc-newTab .syne-group2 .form-label {
    top: 1.25rem
}

.kyc-newTab .dropdown .c0, .kyc-newTab .dropdown .c1 {
    color: #A7B0BA;
    font-weight: 500
}

.kyc-newTab .dropdown .dropdown-item.c0 {
    color: #5d677e
}

.kyc-newTab .dropdown.selected .c0, .kyc-newTab .dropdown.selected .c1 {
    color: #2a3844;
    font-weight: 600
}

.kyc-newTab .project-step6 .btn-attach i {
    color: #A7B0BA
}

.kyc-newTab .project-step6 .btn-outline-secondary {
    color: #A7B0BA;
    font-weight: 500;
    font-size: siz(14)
}

.kyc-newTab .project-step6 .filled .btn-attach i {
    color: #16c0ef
}

.kyc-newTab .project-step6 .filled .btn-outline-secondary {
    color: #000000;
    font-weight: 600
}

.updatekycFill .edit-action a {
    color: #7c8796;
    text-decoration: none
}

    .updatekycFill .edit-action a i {
        margin-right: 5px;
        font-size: 11px
    }

.updatekycFill .edit-action .editbtn:hover {
    color: #16c0ef !important
}

    .updatekycFill .edit-action .editbtn:hover i {
        color: #16c0ef !important
    }

    .updatekycFill .edit-action .editbtn:hover span {
        color: #16c0ef !important
    }

.updatekycFill .edit-action .deletebtn {
    color: #FC0000 !important
}

    .updatekycFill .edit-action .deletebtn span {
        color: #FC0000 !important
    }

    .updatekycFill .edit-action .deletebtn i {
        color: #FC0000 !important
    }

    .updatekycFill .edit-action .deletebtn:hover {
        color: #FC0000 !important
    }

        .updatekycFill .edit-action .deletebtn:hover i {
            color: #FC0000 !important
        }

.updatekycFill .edit-action span {
    font-size: 14px
}

.updatekycFill ul {
    list-style: none;
    padding-left: 0
}

@media (max-width:991px) {
    .updatekycFill ul {
        margin-bottom: 0 !important
    }
}

@media (max-width:991px) {
    .updatekycFill ul li {
        margin-bottom: 32px
    }
}

.kycfill-wrap {
    border: 1px solid #E0E6EE;
    position: relative
}

@media (max-width:991px) {
    .kycfill-wrap {
        padding-bottom: 100px !important
    }
}

.kycfill-wrap .kycfill-wrap-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #F1F4F7
}

@media (max-width:991px) {
    .kycfill-wrap .kycfill-wrap-footer {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

@media (max-width:991px) {
    .kycfill-wrap .fz-12 {
        font-size: 15px
    }
}

.document-view {
    background-color: #fff !important
}

    .document-view:active {
        background-color: #fff !important
    }

    .document-view:hover {
        border-color: #fb4f6d !important;
        color: #fb4f6d
    }

.radio-formbx .radio-form-inner {
    display: none
}

.radio-formbx.active .radio-form-inner {
    display: block
}

.radio-formbx .custom-checkbox .custom-control-label {
    cursor: pointer
}

.radio-formbx .custom-control-label:before {
    width: 16px;
    height: 16px;
    border-radius: 3px
}

.radio-formbx .custom-control-label:after {
    width: 16px;
    height: 16px;
    border-radius: 3px
}

.tbl-kycfill td, .tbl-kycfill th {
    padding: 10px 0;
    border-width: 1px !important
}

.page-message {
    background: #eef0f5
}

@media (max-width:991px) {
    .page-message {
        background: white
    }

        .page-message .syne-header {
            border: none
        }
}

.page-message.modal-open {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden
}

    .page-message.modal-open .chat-header {
        display: none
    }

    .page-message.modal-open .chat-textarea {
        position: relative
    }

.chat-header .h2 {
    font-size: 1.875rem
}

@media (max-width:991px) {
    .chat-header .h2 {
        font-size: 0.875rem;
        color: #2a3844;
        text-align: center;
        font-weight: 600;
        margin-bottom: 0
    }
}

.chat-container {
    max-width: 940px;
    margin: 0 auto
}

@media (max-width:991px) {
    .chat-container {
        padding-left: 0;
        padding-right: 0
    }
}

.dp-58 {
    width: 3.625rem;
    height: 3.625rem;
    flex: 0 0 3.625rem;
    max-width: 3.625rem
}

.dp-40 {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    max-width: 2.5rem
}

.dp-36 {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    max-width: 2.25rem
}

.dp-20 {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    max-width: 1.25rem
}

.online {
    width: 0.9375rem;
    height: 0.9375rem;
    border: solid 2px #ffffff;
    background-color: #4ece3d;
    display: block;
    z-index: 2;
    line-height: 18px
}

.offline {
    background-color: white;
    border: solid 2px #c8c8c8
}

.msg-count {
    height: 21px;
    border-radius: 16px;
    border: solid 2px #ffffff;
    background: #16c0ef;
    color: #fff;
    font-size: 0.6875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 2
}

.sts-p .rounded-circle {
    width: 10px;
    height: 10px;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.sts-p.online-p {
    color: #4ece3d
}

    .sts-p.online-p .rounded-circle {
        background-color: #4ece3d
    }

.sts-p.offline-p {
    color: gray
}

    .sts-p.offline-p .rounded-circle {
        background-color: #c8c8c8
    }

.sts-p.busy-p {
    color: orange
}

    .sts-p.busy-p .rounded-circle {
        background-color: orange
    }

.chat-list-hdr-name {
    color: #3f536e
}

.li-item {
    cursor: pointer;
    position: relative
}

    .li-item .user-dp img {
        background: #f4f8fa
    }

@media (min-width:992px) {
    .li-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 2px;
        background: #16c0ef;
        transition: all,ease,0.3s
    }
}

@media (max-width:991px) {
    .li-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 2px;
        width: 0;
        background: #16c0ef;
        transition: all,ease,0.3s
    }
}

.li-item.active, .li-item:hover {
    transition: all,ease,0.3s;
    background-color: #f4f8fa
}

@media (min-width:992px) {
    .li-item.active:before, .li-item:hover:before {
        height: 100%
    }
}

@media (max-width:991px) {
    .li-item.active:before {
        width: 100%;
        top: inherit;
        bottom: 0
    }
}

.li-item.lazyload *, .li-item.lazyloading * {
    opacity: 0
}

.li-item.lazyloaded * {
    opacity: 1;
    transition: opacity 50ms
}

.chat-row {
    background: white;
    height: 80vh;
    max-height: 80vh;
    overflow: hidden
}

@media (max-width:991px) {
    .chat-row {
        border: none !important
    }
}

.chat-row.border {
    border-color: #e2ecf4
}

.chat-row .border {
    border-color: #e2ecf4
}

.chat-row .li-item {
    cursor: pointer
}

    .chat-row .li-item figure {
        z-index: 1
    }

        .chat-row .li-item figure img {
            border: 1px solid #f4f8fa
        }

        .chat-row .li-item figure .online {
            position: absolute;
            right: 5px;
            top: -4px
        }

        .chat-row .li-item figure .msg-count {
            position: absolute;
            right: -9px;
            bottom: -1px
        }

.chat-row .srch-box ::-webkit-input-placeholder {
    opacity: 0.5;
    font-size: 16px;
    letter-spacing: normal;
    color: #8dabc4
}

.chat-row .srch-box :-moz-placeholder {
    opacity: 0.5;
    font-size: 16px;
    letter-spacing: normal;
    color: #8dabc4
}

.chat-row .srch-box ::-moz-placeholder {
    opacity: 0.5;
    font-size: 16px;
    letter-spacing: normal;
    color: #8dabc4
}

.chat-row .srch-box :-ms-input-placeholder {
    opacity: 0.5;
    font-size: 16px;
    letter-spacing: normal;
    color: #8dabc4
}

.chat-row .srch-box .form-control {
    font-size: 16px
}

.chat-row .srch-box .btn-create-grp {
    border: 1px solid #16c0ef
}

    .chat-row .srch-box .btn-create-grp:hover:before {
        background-color: #03a9f4
    }

    .chat-row .srch-box .btn-create-grp:hover i {
        color: white
    }

    .chat-row .srch-box .btn-create-grp i {
        font-size: 11px;
        color: #16c0ef
    }

.chat-col-1 {
    flex: 0 0 5.625rem;
    max-width: 5.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%
}

@media (max-width:991px) {
    .chat-col-1 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        border: none !important;
        border-top: 1px solid #E6E6E6 !important;
        border-bottom: 1px solid #E6E6E6 !important
    }

        .chat-col-1 .list-items {
            display: flex;
            flex-direction: row
        }

        .chat-col-1 .li-item {
            width: 56px;
            height: 56px
        }

            .chat-col-1 .li-item .user-dp {
                width: 30px;
                height: 30px;
                max-width: 30px
            }

            .chat-col-1 .li-item .msg-count {
                right: -10px;
                bottom: -8px;
                font-size: 9px;
                height: 19px
            }

            .chat-col-1 .li-item .online {
                width: 10px;
                height: 10px
            }
}

@media (min-width:992px) {
    .chat-col-1 .msgScroll {
        max-height: 80vh
    }
}

.chat-col-2 {
    flex: 0 0 18.75rem;
    max-width: 18.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75rem
}

@media (max-width:991px) {
    .chat-col-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .chat-col-2 .msgScroll {
        max-height: calc(80vh - 150px)
    }
}

@media (max-width:991px) {
    .chat-col-2 .chat-list-item:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        transition: all,ease,0.3s;
        height: 1px;
        background-color: #E6E6E6 !important
    }

    .chat-col-2 .chat-list-item.active:before {
        background-color: #16c0ef !important
    }
}

.chat-col-2 .chat-list-search {
    margin: 0 1px
}

    .chat-col-2 .chat-list-search .form-group {
        margin-bottom: 0
    }

        .chat-col-2 .chat-list-search .form-group.focused {
            box-shadow: 0 0 0 0.09rem rgba(22,192,239,0.75)
        }

            .chat-col-2 .chat-list-search .form-group.focused .serch-cancel {
                display: flex;
                border-color: white;
                background-color: #f4f8fa;
                transition: all,ease,0.3s
            }

                .chat-col-2 .chat-list-search .form-group.focused .serch-cancel i {
                    transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transition: all,ease,0.3s;
                    color: #2a3844
                }

                .chat-col-2 .chat-list-search .form-group.focused .serch-cancel:hover:before {
                    background-color: #f4f8fa
                }

            .chat-col-2 .chat-list-search .form-group.focused .serch-add-btn {
                display: none
            }

    .chat-col-2 .chat-list-search .form-control {
        padding-top: 0;
        padding: 0.375rem 0.75rem
    }

        .chat-col-2 .chat-list-search .form-control:focus {
            box-shadow: none !important
        }

    .chat-col-2 .chat-list-search .serch-cancel {
        display: none
    }

.chat-col-3 {
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    position: relative
}

@media (max-width:991px) {
    .chat-col-3 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.chat-col-3 .msgScroll {
    max-height: calc(100vh - 130px)
}

@media (min-width:992px) {
    .chat-col-3 .msgScroll {
        max-height: 550px;
        position: relative
    }
}

.chat-readarea {
    position: relative;
    padding-bottom: 135px
}

@media (max-width:991px) {
    .chat-readarea {
        padding-bottom: 55px
    }
}

.chat-readarea .dp-wrap {
    flex: 0 0 3.75rem;
    max-width: 3.75rem
}

@media (max-width:991px) {
    .chat-readarea .dp-wrap {
        flex: 0 0 100%;
        max-width: 100%
    }

        .chat-readarea .dp-wrap .dp-36 {
            flex: 0 0 20px;
            max-width: 20px;
            height: 20px
        }
}

.chat-readarea .chat-list-ctn {
    font-size: 0.875rem;
    border: solid 1px #dae9f3;
    background-color: #eef9fc
}

@media (max-width:991px) {
    .chat-readarea .chat-list-li {
        flex-wrap: wrap
    }
}

.chat-readarea .chat-list-li .text-wrap {
    position: relative
}

@media (max-width:991px) {
    .chat-readarea .chat-list-li .text-wrap {
        padding-top: 0.625rem
    }
}

.chat-readarea .chat-list-li .text-wrap a {
    color: #0093ee
}

.chat-readarea .chat-list-li .text-wrap ul {
    margin-left: -5px !important;
    margin-right: -5px !important
}

    .chat-readarea .chat-list-li .text-wrap ul li {
        padding: 0 5px
    }

        .chat-readarea .chat-list-li .text-wrap ul li figure {
            width: 3rem;
            height: 3rem;
            margin: 0;
            margin-top: 0.9375rem
        }

            .chat-readarea .chat-list-li .text-wrap ul li figure img {
                border-radius: 4px
            }

.chat-readarea .chat-list-li .text-wrap:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icons/chat-left-arw.svg);
    z-index: 2;
    top: 10px;
    left: -8px;
    width: 23px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .chat-readarea .chat-list-li .text-wrap:after {
        transform: rotate(87deg);
        left: -3px;
        top: 5px
    }
}

@media (min-width:992px) {
    .chat-readarea .chat-list-li.msg-left .text-wrap {
        margin-right: 3.75rem
    }
}

@media (min-width:992px) {
    .chat-readarea .chat-list-li.msg-left .text-wrap .chat-list-ctn {
        padding-right: 1.5625rem !important
    }
}

.chat-readarea .chat-list-li.msg-right {
    flex-direction: row-reverse
}

    .chat-readarea .chat-list-li.msg-right .user-dp {
        margin-left: auto
    }

@media (min-width:992px) {
    .chat-readarea .chat-list-li.msg-right .text-wrap {
        margin-left: 3.75rem
    }
}

@media (min-width:992px) {
    .chat-readarea .chat-list-li.msg-right .text-wrap .chat-list-ctn {
        padding-left: 1.5625rem !important
    }
}

.chat-readarea .chat-list-li.msg-right .text-wrap:after {
    background: url(../images/icons/chat-right-arw.svg);
    left: inherit;
    right: -21px;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .chat-readarea .chat-list-li.msg-right .text-wrap:after {
        transform: rotate(-88deg);
        right: -5px !important;
        top: -8px
    }
}

.chat-readarea .chat-list-li.msg-right .chat-list-ctn {
    background-color: transparent
}

.chat-readarea .chat-list-date {
    color: #8dabc4 !important
}

.chat-textarea {
    position: absolute;
    bottom: 18px;
    width: 100%
}

@media (max-width:991px) {
    .chat-textarea {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 auto !important
    }
}

.payment-error-icon {
    width: 52px;
    height: 52px;
    background-color: #fb4f6d;
    margin: 0 auto
}

    .payment-error-icon i {
        color: white;
        font-size: 37px;
        line-height: 0;
        position: relative;
        top: 1px;
        left: 1px
    }

.new-messages {
    position: relative
}

    .new-messages:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
        width: 95%;
        border-top: 1px solid #e2ecf4;
        z-index: 1
    }

    .new-messages span {
        border: 5px solid #fff;
        padding: 6px 13px 6px 14px;
        border-radius: 12px;
        background-color: #e2ecf4;
        position: relative;
        z-index: 2
    }

.chat-textarea-bx {
    height: 8.75rem;
    padding: 16px 12px 12px 16px;
    border-radius: 4px;
    border: solid 1px #e2ecf4;
    background-color: #ffffff;
    z-index: 3;
    position: relative
}

@media (max-width:991px) {
    .chat-textarea-bx {
        margin: 0 3px !important;
        height: 120px;
        border-left: 0;
        border-right: 0;
        border-radius: 0
    }
}

.chat-textarea-bx:after {
    display: none;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.2) 0%,white 100%);
    background-repeat: repeat-x;
    top: -53px;
    left: 0;
    height: 50px;
    width: 100%
}

@media (max-width:991px) {
    .chat-textarea-bx:after {
        display: none
    }
}

.chat-textarea-bx textarea {
    height: 3.125rem;
    font-size: 0.875rem
}

@media (max-width:991px) {
    .chat-textarea-bx textarea {
        font-size: 16px
    }
}

.chat-textarea-bx ::-webkit-input-placeholder {
    color: #8dabc4;
    font-size: 0.875rem
}

.chat-textarea-bx :-moz-placeholder {
    color: #8dabc4;
    font-size: 0.875rem
}

.chat-textarea-bx ::-moz-placeholder {
    color: #8dabc4;
    font-size: 0.875rem
}

.chat-textarea-bx :-ms-input-placeholder {
    color: #8dabc4;
    font-size: 0.875rem
}

@media (max-width:991px) {
    .chat-container-inr {
        margin-left: -15px;
        margin-right: -15px
    }
}

.chatbox-close {
    position: absolute;
    top: 14px;
    left: 10px;
    z-index: 1045;
    visibility: hidden;
    transition: all,ease-in-out,1s
}

    .chatbox-close i {
        color: #2a3844
    }

@media (min-width:992px) {
    .chatbox-close {
        display: none
    }
}

@media (max-width:991px) {
    .chat-header {
        position: fixed;
        top: 0;
        z-index: 1043;
        background: #fff;
        width: 100%;
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        border-bottom: 1px solid #e0e6ee
    }
}

@media (max-width:991px) {
    .chatbox-col {
        z-index: 1043;
        display: block;
        position: fixed;
        max-width: 100%;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        height: 100%;
        overflow: auto;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
        background-color: #f9fafc;
        padding: 0;
        transition: -webkit-right 0.3s cubic-bezier(0.5,0,0,1);
        transition: right 0.3s cubic-bezier(0.5,0,0,1);
        transition: right 0.3s cubic-bezier(0.5,0,0,1),-webkit-right 0.3s cubic-bezier(0.5,0,0,1)
    }
}

@media (max-width:991px) {
    .chat-btn .text-right .btn {
        width: 100%
    }
}

@media (max-width:991px) {
    .mul-list {
        display: none !important
    }

        .mul-list:first-child {
            display: flex !important
        }
}

.group-dp {
    position: relative
}

    .group-dp .group-dp-circle {
        position: absolute;
        right: -7px;
        top: 6px;
        background: rgba(0,0,0,0.57);
        border: 2px solid #fff
    }

.sts-dots {
    position: relative
}

    .sts-dots:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: red;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        border-radius: 50%
    }

    .sts-dots.sts-online:after {
        background-color: #4ece3d
    }

    .sts-dots.sts-offline:after {
        background-color: #c8c8c8
    }

    .sts-dots.sts-busy:after {
        background-color: orange
    }

.msg-attachment {
    position: relative;
    cursor: pointer
}

    .msg-attachment input {
        opacity: 0;
        position: absolute;
        z-index: 2;
        width: 50px;
        cursor: pointer
    }

    .msg-attachment .circle-btn {
        position: relative;
        z-index: 1
    }

    .msg-attachment:hover .circle-btn i {
        color: #16c0ef
    }

.attachment-items input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer
}

.attachment-items figure {
    max-width: 75px;
    width: 75px;
    height: 75px
}

.attachment-items .col-2 {
    flex: 0 0 75px;
    max-width: 75px;
    width: 75px;
    height: 75px;
    margin-right: 15px
}

.attachment-items .other-attachment svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%
}

@media (max-width:767px) {
    .sories-listing-page .ttl-24 {
        font-size: 20px
    }
}

.sories-listing-page .stories-sec1, .sories-listing-page .stories-sec2, .sories-listing-page .stories-sec3, .sories-listing-page .stories-sec4 {
    min-height: 21.875rem
}

.sories-listing-page .stories-banner img {
    max-width: 100%
}

@media (max-width:576px) {
    .sories-listing-page .stories-banner figure {
        margin-bottom: 35px !important
    }
}

@media (min-width:992px) {
    .sories-listing-page .fp-wrap .item .item-bx {
        width: 58.75rem
    }
}

.sories-listing-page .featured-projects {
    position: relative;
    z-index: 2
}

@media (max-width:576px) {
    .sories-listing-page .featured-projects {
        padding-bottom: 0
    }
}

.sories-listing-page .featured-projects .fp-wrap .item .prd-box-img {
    flex: 0 0 24.0625rem;
    max-width: 24.0625rem
}

    .sories-listing-page .featured-projects .fp-wrap .item .prd-box-img figure {
        height: 22.5rem;
        background-color: #7c8796
    }

@media (max-width:991px) {
    .sories-listing-page .featured-projects .fp-wrap .item .prd-box-img figure {
        height: 12.5rem
    }
}

@media (max-width:991px) {
    .sories-listing-page .featured-projects .fp-wrap .item .prd-box-img {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.sories-listing-page .featured-projects .fp-wrap .item .prd-box-img img {
    transform: inherit !important
}

.sories-listing-page .featured-projects .fp-wrap .item .prd-box-ctn {
    flex: 0 0 34.375rem;
    max-width: 34.375rem;
    padding: 2.1875rem;
    padding-bottom: 0
}

@media (max-width:991px) {
    .sories-listing-page .featured-projects .fp-wrap .item .prd-box-ctn {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:576px) {
    .sories-listing-page .featured-projects .fp-wrap .item .prd-box-ctn {
        padding-left: 15px;
        padding-right: 15px
    }
}

.sories-listing-page .featured-projects .fp-wrap .item .prd-box-ctn .prd-ctn {
    height: 60px
}

@media (max-width:576px) {
    .sories-listing-page .featured-projects .fp-wrap .item .prd-box-ctn .prd-ctn {
        height: auto
    }
}

.sories-listing-page .featured-projects .fp-wrap .item .prd-box-ctn h4 {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit
}

.sories-listing-page .featured-projects .bottom-grid figure {
    height: inherit
}

@media (max-width:576px) {
    .sories-listing-page .featured-projects .bottom-grid .user-dpname {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

.sories-listing-page .stories-sec1 {
    position: relative
}

@media (max-width:991px) {
    .sories-listing-page .stories-sec1 .fp-carousel-stories {
        padding-bottom: 80px
    }

    .sories-listing-page .stories-sec1 .owl-dots {
        bottom: 34px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width:576px) {
    .sories-listing-page .stories-sec1 {
        overflow-x: hidden;
        background-color: #f8fdff;
        box-shadow: 0 -2px 0px 0 rgba(45,50,63,0.06);
        padding-top: 1.875rem !important
    }
}

@media (min-width:992px) {
    .sories-listing-page .stories-sec1:after {
        position: absolute;
        content: "";
        height: 75%;
        width: 100%;
        z-index: 1;
        background-color: #f8fdff;
        top: 130px
    }
}

@media (min-width:992px) {
    .sories-listing-page .stories-sec1 .owl-carousel .owl-dots.disabled, .sories-listing-page .stories-sec1 .owl-carousel .owl-nav.disabled {
        display: flex !important
    }
}

@media (max-width:991px) {
    .sories-listing-page .stories-sec1 .featured-projects .fp-wrap .item .item-bx {
        width: 100%
    }
}

@media (max-width:991px) {
    .sories-listing-page .stories-sec1 .featured-projects .fp-wrap {
        position: inherit !important
    }
}

@media (max-width:991px) {
    .sories-listing-page .stories-sec1 .featured-projects .fp-contaner {
        padding: 0
    }
}

@media (max-width:576px) {
    .stories-sec2 {
        padding-bottom: 26px
    }
}

@media (max-width:576px) {
    .stories-sec2, .stories-sec3 {
        padding-top: 0 !important
    }
}

.stories-sec2 .owl-dots, .stories-sec3 .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px
}

.stories-sec2 .owl-nav, .stories-sec3 .owl-nav {
    width: 90px;
    position: absolute;
    right: 7px;
    top: -65px;
    margin: 0
}

.stories-sec2 .prd-slider-stories, .stories-sec3 .prd-slider-stories {
    padding-bottom: 50px
}

    .stories-sec2 .prd-slider-stories .prd-box-ctn, .stories-sec3 .prd-slider-stories .prd-box-ctn {
        background: white
    }

    .stories-sec2 .prd-slider-stories .prd-box .prd-box-img figure, .stories-sec3 .prd-slider-stories .prd-box .prd-box-img figure {
        height: 11.5rem;
        background-color: #7c8796
    }

    .stories-sec2 .prd-slider-stories .prd-box .small, .stories-sec3 .prd-slider-stories .prd-box .small {
        letter-spacing: 1.5px
    }

    .stories-sec2 .prd-slider-stories .ctn, .stories-sec3 .prd-slider-stories .ctn {
        letter-spacing: 0.2px;
        line-height: 1.3;
        min-height: 4.6875rem
    }

    .stories-sec2 .prd-slider-stories .user-dp, .stories-sec3 .prd-slider-stories .user-dp {
        width: 1.875rem;
        height: 1.875rem;
        flex: 0 0 1.875rem;
        max-width: 1.875rem
    }

.stories-sec3 {
    padding-bottom: 3.125rem
}

    .stories-sec3 .ftrs-authors-slider {
        padding-bottom: 3.125rem
    }

    .stories-sec3 .top-row {
        position: relative
    }

@media (max-width:767px) {
    .stories-sec3 .top-row {
        margin-bottom: 35px !important
    }
}

.stories-sec3 .top-row:after {
    position: absolute;
    content: "";
    left: 13%;
    bottom: -9px;
    height: 1px;
    width: 87%;
    background: #E0EDEE
}

@media (max-width:767px) {
    .stories-sec3 .top-row:after {
        bottom: -16px;
        height: 1px;
        width: 77%
    }
}

.stories-sec3 .fas-item {
    background: white;
    border-color: #E0EDEE !important
}

    .stories-sec3 .fas-item .btn-follow, .stories-sec3 .fas-item .btn-following {
        height: 40px;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-left: 45px
    }

@media (max-width:991px) {
    .stories-sec3 .fas-item .btn-follow, .stories-sec3 .fas-item .btn-following {
        margin-left: 66px;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 35px
    }
}

.stories-sec3 .fas-item .list-row .fz-10 {
    letter-spacing: 0.5px
}

.stories-sec3 .fas-item .list-row h4 {
    letter-spacing: 0.2px;
    line-height: 1.3;
    min-height: 3.4375rem
}

@media (max-width:576px) {
    .stories-sec3 .fas-item .list-row .col-4 {
        padding-left: 0
    }
}

@media (max-width:576px) {
    .stories-sec3 .fas-item .list-row .ttl-18 {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    .stories-sec3 .fas-item .list-row .fz-12 {
        font-size: 0.625rem
    }
}

@media (max-width:576px) {
    .stories-sec3 .user-dname p {
        font-size: 0.8125rem
    }
}

.stories-sec4 {
    padding-bottom: 4.0625rem
}

@media (max-width:576px) {
    .stories-sec4 {
        padding-bottom: 1.875rem
    }
}

.tc-tab-wrap .nav-tabs {
    border: none !important
}

.tc-tab-wrap .nav-link {
    border-radius: 20px;
    border: 1px solid #E0E6EE;
    color: #2a3844;
    font-size: 0.625rem;
    letter-spacing: 1px;
    margin-right: 10px
}

    .tc-tab-wrap .nav-link.active {
        background-color: #F4FCFF;
        color: #16c0ef;
        border: 1px solid #16c0ef !important
    }

.tc-tab-wrap .user-dp {
    width: 1.875rem;
    height: 1.875rem;
    flex: 0 0 1.875rem;
    max-width: 1.875rem
}

.tc-tab-wrap .prd-box .ctn {
    letter-spacing: 0.2px;
    line-height: 1.3;
    min-height: 4.375rem
}

@media (max-width:991px) {
    .tc-tab-wrap .prd-box .ctn {
        min-height: inherit
    }
}

.tc-tab-wrap .tcbox-item .prd-box .prd-box-img figure {
    height: 11.625rem
}

.tc-tab-wrap .tcbox-item .prd-box:hover {
    box-shadow: none !important
}

.tc-tab-wrap .tcbox-item.sm {
    position: relative
}

    .tc-tab-wrap .tcbox-item.sm p.small {
        position: absolute;
        top: 11px;
        left: 11px;
        color: #fff;
        z-index: 2
    }

    .tc-tab-wrap .tcbox-item.sm .prd-box .prd-box-img figure {
        height: 7.75rem;
        position: relative
    }

@media (max-width:767px) {
    .tc-tab-wrap .tcbox-item.sm .prd-box .prd-box-img figure {
        height: 5.625rem
    }
}

.tc-tab-wrap .tcbox-item.sm .prd-box .prd-box-img figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/stories/tcbox-item-sm-shadow.svg);
    background-size: cover;
    height: 4.375rem;
    z-index: 1;
    width: 100%
}

.tc-tab-wrap .tcbox-item.sm .prd-box .prd-box-ctn {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    border: none !important
}

    .tc-tab-wrap .tcbox-item.sm .prd-box .prd-box-ctn .ctn {
        min-height: inherit
    }

.tc-tab-wrap .tcbox-item.sm .user-dp {
    width: 1.125rem;
    height: 1.125rem;
    flex: 0 0 1.125rem;
    max-width: 1.125rem
}

.stories-sec5 {
    height: 22.8125rem
}

@media (max-width:767px) {
    .stories-sec5 {
        height: inherit;
        padding-left: 25px
    }
}

.stories-sec5 .right-img {
    position: absolute;
    right: -180px;
    bottom: 25px
}

@media (max-width:1200px) {
    .stories-sec5 .right-img {
        display: none
    }
}

@media (max-width:767px) {
    .stories-sec5 .left-img {
        position: absolute;
        right: 25px;
        width: 105px
    }
}

@media (max-width:767px) {
    .stories-sec5 .share-box {
        display: flex;
        flex-wrap: wrap;
        padding-top: 45px
    }

        .stories-sec5 .share-box figure {
            flex: 0 0 25%;
            max-width: 25%
        }

        .stories-sec5 .share-box .ctn {
            flex: 0 0 75%;
            max-width: 75%
        }
}

.stories-sec6 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

@media (max-width:767px) {
    .stories-sec6 {
        padding-top: 0;
        padding-bottom: 30px
    }
}

@media (min-width:1200px) {
    .stories-sec6 figure {
        padding-left: 4.6875rem
    }
}

.stories-sec6 figure img {
    max-width: 100%
}

.stories-sec6 p.ctn {
    max-width: 87%
}

.create-story .project-edit-page .edit-dropzonearea #dropzone, .create-story .project-edit-page .edit-dropzonearea .dropzone-area {
    border: none !important
}

    .create-story .project-edit-page .edit-dropzonearea #dropzone .dropzone {
        min-height: inherit !important;
        background: none;
        border: none !important;
        padding-top: 34px
    }

.create-story .dropzone {
    border: none
}

    .create-story .dropzone .dz-message {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important
    }

        .create-story .dropzone .dz-message .plus, .create-story .dropzone .dz-message .text {
            display: none !important
        }

        .create-story .dropzone .dz-message .mobile-upload-photos {
            display: block !important;
            width: 100%
        }

            .create-story .dropzone .dz-message .mobile-upload-photos .btn {
                width: 100%;
                background: white;
                height: 40px;
                border-radius: 2px;
                border: solid 1px #eef0f5;
                background-color: #ffffff;
                color: #16c0ef
            }

                .create-story .dropzone .dz-message .mobile-upload-photos .btn i {
                    font-size: 18px
                }

    .create-story .dropzone .dz-remove {
        right: 9px;
        top: 3px;
        width: 19px;
        height: 20px
    }

        .create-story .dropzone .dz-remove:after {
            left: 54%;
            top: 54%;
            font-size: 8px !important
        }

    .create-story .dropzone .dz-preview {
        margin-top: 45px !important
    }

@media (min-width:768px) {
    .create-story .dropzone .dz-preview {
        margin-top: 25px !important;
        width: 125px !important;
        height: 95px !important
    }

        .create-story .dropzone .dz-preview .dz-image {
            width: 120px !important;
            height: 90px !important;
            border-radius: 6px
        }
}

.volunteering-pages .vlrng-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0
}

.volunteering-pages .vlrng-ctn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (max-width:767px) {
    .volunteering-pages .vlrng-ctn .fz-14 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500
    }

    .volunteering-pages .vlrng-ctn .fz-12 {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500
    }
}

@media (max-width:576px) {
    .volunteering-pages .post-item-user figure {
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
        max-width: 35px
    }
}

.volunteering-pages .bx-bottom {
    margin-top: 1.875rem !important
}

    .volunteering-pages .bx-bottom .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

@media (max-width:767px) {
    .volunteering-pages .bx-bottom {
        margin-top: 1.25rem !important
    }
}

.volunteering-pages .bx-bottom li {
    padding: 8px 15px;
    padding-right: 15px;
    font-weight: 700
}

@media (max-width:767px) {
    .volunteering-pages .bx-bottom li {
        padding: 8px;
        padding-right: 13px;
        padding-left: 13px;
        font-size: 11px !important
    }

        .volunteering-pages .bx-bottom li:first-child {
            display: none
        }

        .volunteering-pages .bx-bottom li:last-child {
            display: none
        }
}

.volunteering-pages .bx-bottom li img {
    width: 20px
}

.volunteering-pages .right-links a {
    text-decoration: none;
    font-weight: 700
}

.volunteering-pages .mob-btm p {
    font-size: 14px !important
}

    .volunteering-pages .mob-btm p.sts-p {
        border-left: 1px solid #E0E6EE;
        padding-left: 14px;
        margin-left: 14px
    }

.volunteering-pages .post-user-name p {
    font-weight: 700
}

.undo-msg span {
    flex: 0 0 1.25rem;
    height: 1.25rem;
    background-color: #16c0ef;
    color: #fff !important;
    border-radius: 50%
}

    .undo-msg span .syneicon-explore:before {
        color: white
    }

.undo-msg a {
    text-decoration: underline
}

.create-volunteering-pages .create-step {
    margin-bottom: 2.8125rem
}

@media (max-width:767px) {
    .create-volunteering-pages .create-step {
        margin-bottom: 1.875rem
    }
}

.create-volunteering-pages .create-step .c-steps {
    position: relative
}

    .create-volunteering-pages .create-step .c-steps div {
        width: 29px;
        height: 29px;
        position: relative;
        display: none
    }

    .create-volunteering-pages .create-step .c-steps .c-start {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' viewBox='0 0 29 28'%3E%3Cg id='Group_43497' data-name='Group 43497' transform='translate(-707 -115)'%3E%3Cg id='Group_28905' data-name='Group 28905' transform='translate(136)'%3E%3Cg id='Ellipse_248' data-name='Ellipse 248' transform='translate(571 118)' fill='none' stroke='%2323c0ef' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='10' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_249' data-name='Ellipse 249' cx='13.5' cy='13.5' r='13.5' transform='translate(573 115)' fill='%23f4f8fa'/%3E%3C/g%3E%3Ccircle id='Ellipse_258' data-name='Ellipse 258' cx='12' cy='12' r='12' transform='translate(711 116)' fill='%2323c0ef'/%3E%3C/g%3E%3C/svg%3E%0A")
    }

        .create-volunteering-pages .create-step .c-steps .c-start strong {
            position: absolute;
            color: white;
            top: 3px;
            font-size: 14px;
            left: 12px
        }

    .create-volunteering-pages .create-step .c-steps .c-waiting {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' viewBox='0 0 29 28'%3E%3Cg id='Group_43496' data-name='Group 43496' transform='translate(-714 -110)'%3E%3Cg id='Group_43495' data-name='Group 43495'%3E%3Cg id='Group_28905' data-name='Group 28905' transform='translate(143 -5)'%3E%3Cg id='Ellipse_248' data-name='Ellipse 248' transform='translate(571 118)' fill='none' stroke='%2323c0ef' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='10' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_249' data-name='Ellipse 249' cx='13.5' cy='13.5' r='13.5' transform='translate(573 115)' fill='%23f4f8fa'/%3E%3C/g%3E%3Cg id='Ellipse_258' data-name='Ellipse 258' transform='translate(718 111)' fill='none' stroke='%2323c0ef' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
    }

    .create-volunteering-pages .create-step .c-steps .c-passed {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' viewBox='0 0 29 28'%3E%3Cg id='Group_43494' data-name='Group 43494' transform='translate(-455 -107)'%3E%3Cg id='Group_28907' data-name='Group 28907' transform='translate(-252 -8)'%3E%3Cg id='Group_28905' data-name='Group 28905' transform='translate(136)'%3E%3Cg id='Ellipse_248' data-name='Ellipse 248' transform='translate(571 118)' fill='none' stroke='%2323c0ef' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='10' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_249' data-name='Ellipse 249' cx='13.5' cy='13.5' r='13.5' transform='translate(573 115)' fill='%23f4f8fa'/%3E%3C/g%3E%3Ccircle id='Ellipse_258' data-name='Ellipse 258' cx='12' cy='12' r='12' transform='translate(711 116)' fill='%2323c0ef'/%3E%3C/g%3E%3Cpath id='Path_49388' data-name='Path 49388' d='M-14050.009,10486.872c.064.067,2.441,2.877,2.441,2.877l5.518-4.84' transform='translate(14517 -10367)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
    }

    .create-volunteering-pages .create-step .c-steps.step-1:after {
        content: "";
        position: absolute;
        left: 46px;
        width: 12.1875rem;
        height: 2px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='2%2c 5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
        transition: all,ease,0.5s;
        opacity: 0.1
    }

@media (max-width:576px) {
    .create-volunteering-pages .create-step .c-steps.step-1:after {
        left: 37px;
        width: 120px
    }
}

.create-volunteering-pages .create-step .c-steps.step-2:after {
    content: "";
    position: absolute;
    left: 46px;
    width: 12.1875rem;
    height: 2px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='2%2c 5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    opacity: 0.1
}

@media (max-width:576px) {
    .create-volunteering-pages .create-step .c-steps.step-2:after {
        left: 37px;
        border-width: 1px;
        width: 105px
    }
}

.create-volunteering-pages .create-step .c-steps.step-3 {
    position: relative
}

.create-volunteering-pages .create-step .c-steps.active .c-start {
    display: block
}

.create-volunteering-pages .create-step .c-steps.active ~ .c-steps .c-waiting {
    display: block
}

.create-volunteering-pages .create-step .c-steps.passed.c-steps:after {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='skyblue' stroke-width='4' stroke-dasharray='2%2c 5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    opacity: 1
}

.create-volunteering-pages .create-step .c-steps.passed.c-steps .c-passed {
    display: block
}

.create-volunteering-pages .step-inner {
    padding: 2.5rem
}

@media (max-width:767px) {
    .create-volunteering-pages .step-inner {
        padding: 25px 15px
    }
}

.create-volunteering-pages .step-inner .syne-group2 .form-control, .create-volunteering-pages .step-inner .syne-group2 .form-label, .create-volunteering-pages .step-inner .syne-group .form-control, .create-volunteering-pages .step-inner .syne-group .form-label {
    font-size: 1.0625rem !important;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-weight: 500
}

@media (min-width:768px) {
    .create-volunteering-pages .step-inner .syne-group2 .form-control, .create-volunteering-pages .step-inner .syne-group2 .form-label, .create-volunteering-pages .step-inner .syne-group .form-control, .create-volunteering-pages .step-inner .syne-group .form-label {
        letter-spacing: 0.5
    }
}

@media (max-width:767px) {
    .create-volunteering-pages .step-inner .syne-group2 .form-control, .create-volunteering-pages .step-inner .syne-group2 .form-label, .create-volunteering-pages .step-inner .syne-group .form-control, .create-volunteering-pages .step-inner .syne-group .form-label {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.create-volunteering-pages .step-inner .syne-group2.focused .form-label, .create-volunteering-pages .step-inner .syne-group.focused .form-label {
    font-size: 0.8125rem !important;
    color: #000
}

.right-action i {
    color: #16c0ef
}

.right-action:hover i {
    color: #fff
}

@media (max-width:767px) {
    .right-action {
        position: absolute;
        right: 35px;
        top: 30px
    }
}

.create-volunteering-pages3 .right-action i {
    color: white
}

.syne-qbx .q-head {
    padding: 12px 18px
}

    .syne-qbx .q-head p {
        font-size: 0.9375rem
    }

    .syne-qbx .q-head i {
        font-size: 24px
    }

@media (max-width:767px) {
    .syne-qbx .q-head i {
        font-size: 20px;
        opacity: 0.8;
        position: relative;
        right: -10px
    }
}

.syne-qbx .custom-control-label:after, .syne-qbx .custom-control-label:before {
    width: 20px;
    height: 20px
}

.syne-qbx .custom-control-label {
    padding-top: 5px;
    margin-left: 5px;
    color: #2a3844
}

.eye-hide {
    color: #7c8796;
    text-decoration: none !important
}

    .eye-hide.hidden {
        position: relative;
        opacity: 0.5
    }

        .eye-hide.hidden:after {
            content: "/";
            position: absolute;
            left: 5px;
            top: -5px;
            font-size: 17px
        }

.volunteering-details-page .bx-bottom {
    margin-top: 0 !important
}

.about-job ul.synelist li:after {
    background-color: #16c0ef
}

.about-job ul li {
    font-size: 0.875rem
}

.apply-bx label.fz-14 {
    font-size: 0.875rem !important;
    color: #2a3844 !important;
    font-weight: 600 !important
}

.apply-bx .share-image-item {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

@media (max-width:576px) {
    .tab-volunteer .post-item .user-dpname figure {
        width: 2.3rem;
        height: 2.3rem;
        flex: 0 0 2.3rem;
        max-width: 2.3rem
    }

    .tab-volunteer .post-item .ttl-15 {
        font-size: 13px
    }

    .tab-volunteer .post-item .fz-12 {
        font-size: 11px
    }

    .tab-volunteer .dropdown-toggle:after {
        margin-left: 0
    }
}

.tab-volunteer .btn.in-active {
    opacity: 0;
    visibility: hidden
}

.tab-volunteer .nav-link.active {
    color: #16c0ef !important
}

.icon-location {
    position: relative;
    right: 6px
}

.applicant-bx {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.resume-pdf .pdf-view .viewbx-figure {
    position: relative;
    height: 25rem;
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:991px) {
    .resume-pdf .pdf-view .viewbx-figure {
        height: 12.5rem
    }
}

.resume-pdf .pdf-view .viewbx-figure:after {
    content: "";
    position: absolute;
    height: 3.75rem;
    width: 100%;
    bottom: 0;
    background: url(../images/volunteers/resume-morebg.png)
}

.resume-pdf .pdf-view .viewbx-figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.screening-questions .q-head .bg2 {
    background: #F1F4F7;
    padding-top: 10px;
    padding-bottom: 10px
}

.screening-questions .questions-bx .q-answer + .q-answer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ECF0F6
}

.screening-questions .questions-bx .syneicon-check-mark {
    width: 0.9375rem;
    height: 0.9375rem;
    background: #16c0ef;
    color: white;
    border-radius: 50%
}

.appicant-mobbx {
    border: 0 !important;
    border-bottom: 1px solid #ECF0F6 !important
}

    .appicant-mobbx a {
        text-decoration: none !important
    }

.volunter-pagination .page-item .page-link {
    width: 2.1875rem;
    height: 2.1875rem;
    border: none;
    color: #2a3844;
    background: none;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    font-size: 0.75rem;
    border-radius: 3px
}

    .volunter-pagination .page-item .page-link.active {
        background: #16c0ef;
        color: white
    }

.mob-volunteer-filter {
    transition: all,ease,0.5s;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 99%;
    margin: 0 auto
}

    .mob-volunteer-filter:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 75px;
        height: 4px;
        background-color: #C7C7C7;
        top: 20px;
        border-radius: 25px
    }

body.mobVolunteerFilterOpen .mob-volunteer-filter {
    transition: all,ease,0.5s;
    bottom: 0;
    z-index: 1040
}

body.mobVolunteerFilterOpen .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23,32,38,0.6);
    z-index: 10
}

.add-skills .btn {
    height: 40px
}

@media (max-width:767px) {
    .add-skills .btn {
        height: 32px
    }
}

.add-skills label {
    position: relative
}

    .add-skills label input {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        opacity: 0;
        cursor: pointer
    }

.active-volunteering-profile {
    position: relative
}

    .active-volunteering-profile:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background-color: #16c0ef;
        width: 3px;
        height: 100%
    }

.top-right-sidbar .syne-bx {
    height: 100%
}

.contact-dropdown .btn {
    border-color: #16c0ef
}

.syne-bx.lazyload {
    opacity: 1 !important
}

.bootstrap-tagsinput .label-info {
    color: #fff;
    background-color: #16c0ef;
    border-color: #16c0ef;
    height: 40px;
    padding-right: 10px;
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0.9375rem;
    font-weight: 600
}

    .bootstrap-tagsinput .label-info span {
        width: 25px;
        height: 25px;
        position: relative;
        text-align: center;
        cursor: pointer
    }

        .bootstrap-tagsinput .label-info span:after {
            content: "";
            content: "";
            font-family: "deafult-icons";
            position: relative;
            top: 2px;
            left: 4px
        }

        .bootstrap-tagsinput .label-info span:hover {
            opacity: 0.7
        }

.bootstrap-tagsinput input {
    border-color: #16c0ef;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-size: 0.9375rem;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid #16c0ef;
    outline: none !important
}

@media (min-width:992px) {
    .circles-sidebar .syne-bx {
        border: none;
        background: transparent
    }
}

@media (max-width:991px) {
    .circles-sidebar .syne-bx {
        background-color: #fff
    }
}

.circles-sidebar .user-dp.lg {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    max-width: 3rem
}

.profile-dpgroup figure img {
    border: 2px solid white
}

.profile-dpgroup figure + figure {
    margin-left: -19px
}

.profile-dpgroup .more-profile-icon {
    margin-left: -19px;
    border: 2px solid white
}

    .profile-dpgroup .more-profile-icon span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.create-circle {
    max-width: 34.375rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

    .create-circle .create-circlesBoxClose {
        position: absolute;
        top: -45px;
        left: 0;
        background-color: transparent
    }

.create-circle-topbx {
    background: #F5FAFF;
    padding: 2.5rem;
    padding-bottom: 0.9375rem;
    border: none
}

@media (min-width:992px) {
    .create-circle-topbx .bnr-profile {
        position: absolute;
        top: 95px
    }
}

.create-circle-topbx .bg-image {
    height: 7.125rem
}

@media (min-width:992px) {
    .create-circle-topbx .bg-image {
        flex: 0 0 14.1875rem
    }
}

.create-circle-topbx .bnr-profile-img figure {
    width: 4.25rem;
    height: 4.25rem;
    flex: 0 0 4.25rem;
    max-width: 4.25rem;
    position: relative;
    bottom: inherit;
    overflow: inherit
}

    .create-circle-topbx .bnr-profile-img figure svg {
        position: absolute;
        right: -3px;
        top: 37px
    }

@media (max-width:991px) {
    .create-circle-topbx {
        padding: 0;
        background: transparent;
        border: none
    }

        .create-circle-topbx .bg-image {
            width: 100%;
            height: 10.9375rem;
            background: #F5FAFF;
            padding: 1.25rem
        }

            .create-circle-topbx .bg-image img {
                width: auto;
                height: auto;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%)
            }

        .create-circle-topbx .img-center.wide:after {
            display: none
        }

        .create-circle-topbx .ctn {
            padding: 15px;
            padding-top: 35px
        }
}

.create-circle-form .form-wrap {
    padding: 2.5rem
}

@media (max-width:767px) {
    .create-circle-form .form-wrap {
        padding: 0.9375rem
    }
}

.create-circle-form .form-wrap .syne-group2 .form-control, .create-circle-form .form-wrap .syne-group2 .form-label, .create-circle-form .form-wrap .syne-group2 .select2-container--default .select2-selection--single .select2-selection__placeholder, .create-circle-form .form-wrap .syne-group2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.9375rem !important;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500
}

@media (min-width:768px) {
    .create-circle-form .form-wrap .syne-group2 .form-control, .create-circle-form .form-wrap .syne-group2 .form-label, .create-circle-form .form-wrap .syne-group2 .select2-container--default .select2-selection--single .select2-selection__placeholder, .create-circle-form .form-wrap .syne-group2 .select2-container--default .select2-selection--single .select2-selection__rendered {
        letter-spacing: 0.5
    }
}

@media (max-width:767px) {
    .create-circle-form .form-wrap .syne-group2 .form-control, .create-circle-form .form-wrap .syne-group2 .form-label, .create-circle-form .form-wrap .syne-group2 .select2-container--default .select2-selection--single .select2-selection__placeholder, .create-circle-form .form-wrap .syne-group2 .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.create-circle-form .form-wrap .syne-group2 ::-webkit-input-placeholder {
    ont-size: 0.9375rem !important;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #a8b0ba
}

@media (min-width:768px) {
    .create-circle-form .form-wrap .syne-group2 ::-webkit-input-placeholder {
        letter-spacing: 0.5
    }
}

@media (max-width:767px) {
    .create-circle-form .form-wrap .syne-group2 ::-webkit-input-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.create-circle-form .form-wrap .syne-group2 :-moz-placeholder {
    ont-size: 0.9375rem !important;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #a8b0ba
}

@media (min-width:768px) {
    .create-circle-form .form-wrap .syne-group2 :-moz-placeholder {
        letter-spacing: 0.5
    }
}

@media (max-width:767px) {
    .create-circle-form .form-wrap .syne-group2 :-moz-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.create-circle-form .form-wrap .syne-group2 ::-moz-placeholder {
    ont-size: 0.9375rem !important;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #a8b0ba
}

@media (min-width:768px) {
    .create-circle-form .form-wrap .syne-group2 ::-moz-placeholder {
        letter-spacing: 0.5
    }
}

@media (max-width:767px) {
    .create-circle-form .form-wrap .syne-group2 ::-moz-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.create-circle-form .form-wrap .syne-group2 :-ms-input-placeholder {
    ont-size: 0.9375rem !important;
    line-height: 1.29;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #a8b0ba
}

@media (min-width:768px) {
    .create-circle-form .form-wrap .syne-group2 :-ms-input-placeholder {
        letter-spacing: 0.5
    }
}

@media (max-width:767px) {
    .create-circle-form .form-wrap .syne-group2 :-ms-input-placeholder {
        font-size: 0.9375rem !important;
        font-weight: 500 !important
    }
}

.create-circle-form .form-wrap .syne-group2.focused .form-label {
    font-size: 0.8125rem !important;
    color: #000
}

.create-pricing-cards.created-cards {
    max-width: 100%
}

.create-pricing-cards .card-row {
    justify-content: center
}

@media (max-width:767px) {
    .created-cards .create-new-card {
        display: none
    }
}

.pricing-card {
    position: relative
}

@media (max-width:767px) {
    .pricing-card {
        max-width: 100%
    }
}

.pricing-card .btn-card-edit {
    display: none;
    position: absolute;
    right: -10px;
    top: -12px;
    width: 2rem;
    height: 2rem;
    background: #fff
}

@media (max-width:767px) {
    .pricing-card .btn-card-edit {
        right: 6px;
        top: 6px
    }
}

.pricing-card .cardbx-price .ttl {
    font-size: 2.1875rem
}

.pricing-card .cardbx-benefit ul.synelist li {
    margin-bottom: 10px;
    font-size: 0.8125rem;
    letter-spacing: 0.2px;
    font-weight: 400
}

    .pricing-card .cardbx-benefit ul.synelist li:after {
        width: 6px;
        height: 6px;
        left: -15px
    }

.pricing-card.edit-active .btn-card-edit {
    display: flex
}

.pricing-card.create-new-card {
    border: none !important;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px dashed rgba(0,0,0,0.09) !important;
    min-height: 27.25rem
}

    .pricing-card.create-new-card .cardbx {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center
    }

.sy-login-wrap .col-content, .sy-login-wrap .col-title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.form-group {
    margin-bottom: 18px
}

@media (min-width:992px) {
    .form-group {
        margin-bottom: 25px
    }
}

.sy-login-wrap {
    background-color: #F9FAFC
}

@media (min-width:768px) {
    .sy-login-wrap {
        background-color: #fff
    }
}

.sy-login-wrap .col-title {
    min-height: 100vh;
    background: linear-gradient(#23c0ef 0%,#00ade0 100%);
    overflow: hidden;
    padding: 55px 20px
}

@media (min-width:768px) {
    .sy-login-wrap .col-title {
        max-width: 37.5%;
        flex: 0 0 37.5%
    }
}

@media (min-width:1200px) {
    .sy-login-wrap .col-title {
        padding: 55px 58px
    }
}

.sy-login-wrap .col-title .logo {
    width: 115px;
    margin-bottom: 70px
}

.sy-login-wrap .col-title .ic-globe {
    width: 70px;
    margin-bottom: 20px;
    display: block
}

.sy-login-wrap .col-title h3 {
    color: #fff;
    line-height: 3.8rem;
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 0.9375rem;
    margin-top: 34px;
    position: relative;
    z-index: 1
}

@media (max-width:1600px) {
    .sy-login-wrap .col-title h3 {
        line-height: 3.5rem;
        font-size: 3.1rem
    }
}

@media (max-width:1500px) {
    .sy-login-wrap .col-title h3 {
        line-height: 3rem;
        font-size: 2.5rem
    }
}

@media (max-width:1500px) {
    .sy-login-wrap .col-title h3 {
        line-height: 3rem;
        font-size: 2.1rem
    }
}

@media (max-width:991px) {
    .sy-login-wrap .col-title h3 {
        line-height: 2rem;
        font-size: 1.8rem
    }
}

@media (max-width:800px) {
    .sy-login-wrap .col-title h3 {
        line-height: 3.5rem;
        font-size: 3rem
    }
}

.sy-login-wrap .col-title p {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 32px;
    color: #fff;
    z-index: 1;
    position: relative
}

.sy-login-wrap .col-content {
    min-height: 100vh;
    padding: 33px 15px;
    padding-bottom: 74px
}

@media (min-width:768px) {
    .sy-login-wrap .col-content {
        max-width: 62.5%;
        flex: 0 0 62.5%;
        padding: 33px 40px;
        padding-bottom: 74px
    }
}

@media (max-width:767.98px) {
    .sy-login-wrap .col-content .content-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 30px 15px
    }
}

.sy-login-wrap .col-content .content-head .logo img {
    width: 65px
}

.sy-login-wrap .col-content .close-login {
    float: right;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #7D8796;
    text-decoration: none
}

@media (min-width:768px) {
    .sy-login-wrap .col-content .close-login {
        font-size: 20px
    }
}

@media (min-width:576px) {
    .sy-login-wrap .col-content .form-wrap {
        max-width: 61.5%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .sy-login-wrap .col-content .form-wrap {
        max-width: 90%
    }
}

@media (min-width:992px) {
    .sy-login-wrap .col-content .form-wrap {
        max-width: 73.5%
    }
}

@media (min-width:1200px) {
    .sy-login-wrap .col-content .form-wrap {
        max-width: 61.5%
    }
}

.sy-login-wrap .col-content .form-wrap.form-login {
    margin-top: 90px
}

@media (min-width:768px) {
    .sy-login-wrap .col-content .form-wrap.form-login {
        margin-top: 110px
    }
}

.sy-login-wrap .col-content .form-wrap.form-signup {
    margin-top: 90px
}

@media (min-width:768px) {
    .sy-login-wrap .col-content .form-wrap.form-signup {
        margin-top: 30px
    }
}

.sy-login-wrap .head-lg {
    font-weight: bold;
    font-family: "Hind";
    font-size: 23px;
    letter-spacing: 0.01em;
    line-height: 32px;
    color: #2a3844;
    margin-bottom: 23px
}

@media (min-width:768px) {
    .sy-login-wrap .head-lg {
        font-size: 25px;
        line-height: 46px;
        margin-bottom: 40px;
        font-family: "HK Grotesk",sans-serif
    }
}

@media (min-width:992px) {
    .sy-login-wrap .head-lg {
        font-size: 28px
    }
}

@media (min-width:1200px) {
    .sy-login-wrap .head-lg {
        font-size: 33px
    }
}

.sy-login-wrap .syne-group2 .form-control {
    border-color: #e0e6ee;
    color: #2a3844;
    padding-bottom: 0.28rem;
    border-radius: 6px;
    font-size: 16px;
    padding-top: 2rem
}

@media (min-width:768px) {
    .sy-login-wrap .syne-group2 .form-control {
        font-size: 1.3rem;
        padding-top: 2rem
    }
}

.sy-login-wrap .syne-group2 .form-label {
    position: absolute;
    left: 0.8125rem;
    top: 1.2rem;
    color: #a8b0ba;
    z-index: 10;
    transition: transform 150ms ease-out,font-size 150ms ease-out;
    margin-bottom: 0;
    font-size: 16px
}

@media (min-width:768px) {
    .sy-login-wrap .syne-group2 .form-label {
        font-size: 18px
    }
}

.sy-login-wrap .syne-group2 .tgl-passsword {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 18px;
    color: #2a3844;
    cursor: pointer
}

    .sy-login-wrap .syne-group2 .tgl-passsword img {
        height: 17px
    }

@media (min-width:768px) {
    .sy-login-wrap .syne-group2 .tgl-passsword {
        right: 25px
    }
}

.sy-login-wrap .syne-group2 .custom-control-label:after, .sy-login-wrap .syne-group2 .custom-control-label:before {
    width: 17px;
    height: 17px;
    top: 0.1rem;
    border-radius: 4px !important
}

@media (min-width:768px) {
    .sy-login-wrap .syne-group2 .custom-control-label:after, .sy-login-wrap .syne-group2 .custom-control-label:before {
        top: -0.05rem;
        border-radius: 6px !important;
        width: 24px;
        height: 24px
    }
}

.sy-login-wrap .syne-group2 .custom-control-label {
    font-size: 14px;
    color: #2a3844;
    font-weight: 600
}

@media (min-width:768px) {
    .sy-login-wrap .syne-group2 .custom-control-label {
        font-size: 16px
    }
}

.sy-login-wrap .syne-group2.forgot-wrap {
    margin-bottom: 30px
}

    .sy-login-wrap .syne-group2.forgot-wrap a {
        letter-spacing: 0.01em;
        line-height: 22px;
        color: #23c0ef;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.01em
    }

@media (min-width:768px) {
    .sy-login-wrap .syne-group2.forgot-wrap a {
        font-weight: bold;
        font-size: 18px
    }
}

.sy-login-wrap .syne-group2.focused .form-label {
    transform: translateY(-55%);
    color: #2a3844;
    font-size: 14px
}

@media (min-width:768px) {
    .sy-login-wrap .syne-group2.focused .form-label {
        font-size: 15px
    }
}

.sy-login-wrap .btn.btn-submit {
    width: 15.75rem;
    height: 60px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 0.5px;
    max-width: 100%
}

@media (min-width:768px) {
    .sy-login-wrap .btn.btn-submit {
        height: 65px;
        font-size: 18px
    }
}

.login-note {
    /*position: absolute;
    bottom: 26px;
    left: 0;*/
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}

/*@media (min-width:992px) {
    .login-note {
        bottom: 40px
    }
}

@media (max-width:567px) {
    .login-note {
        position: relative;
        bottom: inherit;
        left: inherit;
        margin-top: 65px
    }
}*/

.login-note p {
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 0
}

@media (min-width:992px) {
    .login-note p {
        font-size: 16px
    }
}

.login-note p a {
    color: #23c0ef
}

.strong-pswd {
    max-width: 90%;
    margin-bottom: 0px
}

@media (min-width:768px) {
    .strong-pswd {
        max-width: 75%
    }
}

.strong-pswd span {
    height: 3px
}

.login-term {
    font-size: 14px
}

@media (min-width:768px) {
    .login-term {
        font-size: 16px
    }
}

.shape-login1 {
    position: absolute;
    width: 84.8%;
    bottom: -22%;
    left: -32%
}

.shape-login2 {
    position: absolute;
    width: 25.2%;
    right: 6%;
    bottom: 5%
}

.passcode-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .passcode-wrapper {
        width: 75%
    }
}

.passcode-wrapper .row {
    margin-right: -8px;
    margin-left: -8px;
    justify-content: center
}

@media (min-width:768px) {
    .passcode-wrapper .row {
        margin-right: -12px;
        margin-left: -12px
    }
}

.passcode-wrapper input::-webkit-inner-spin-button, .passcode-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.passcode-wrapper input[type=number] {
    -moz-appearance: textfield
}

.passcode-wrapper .col-2 {
    padding-right: 8px;
    padding-left: 8px
}

@media (min-width:768px) {
    .passcode-wrapper .col-2 {
        padding-right: 12px;
        padding-left: 12px
    }
}

.passcode-wrapper .col-2 input {
    text-align: center;
    border: none;
    border-bottom: 1.5px solid #c9c9c9;
    outline: none;
    width: 100%;
    font-size: 30px;
    background-color: #F9FAFC
}

@media (min-width:768px) {
    .passcode-wrapper .col-2 input {
        background-color: #fff
    }
}

.ic-type {
    width: 62px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .ic-type {
        width: 70px;
        margin-bottom: 30px
    }
}

.mob-info {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

@media (min-width:768px) {
    .mob-info {
        font-size: 16px;
        margin-bottom: 33px
    }
}

.counter {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #2a3844
}

@media (min-width:768px) {
    .counter {
        font-size: 18px
    }
}

.mobile-wrap .contry-code .form-label {
    font-size: 14px
}

@media (min-width:768px) {
    .mobile-wrap .contry-code .form-label {
        font-size: 16px
    }
}

.mobile-wrap .contry-code .contry-code-dropdown .dropdown-toggle {
    font-size: 18px;
    line-height: 3.2
}

@media (min-width:768px) {
    .mobile-wrap .contry-code .contry-code-dropdown .dropdown-toggle {
        font-size: 18px
    }
}

.mobile-wrap .syne-group2 .form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.mobile-wrap .contry-code {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

@media (min-width:768px) {
    .tgl-passsword img {
        display: none
    }
}

.mailtext {
    padding: 0.9375rem;
    border-radius: 4px;
    background-color: #f1f4f8;
    text-align: center
}

.syne-bx2 {
    border: 1px solid #E0E6EE;
    padding: 1.5625rem
}

.form-signup .coutry-serchbox ::-webkit-input-placeholder {
    font-size: 16px
}

.form-signup .coutry-serchbox :-moz-placeholder {
    font-size: 16px
}

.form-signup .coutry-serchbox ::-moz-placeholder {
    font-size: 16px
}

.form-signup .coutry-serchbox :-ms-input-placeholder {
    font-size: 16px
}

.form-signup .contry-code .contry-code-dropdown {
    line-height: 58px
}

.form-signup .phone-number {
    border-left: 1px solid #ced4da
}

    .form-signup .phone-number .form-control {
        border-left: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.form-signup .contry-code {
    flex: 0 0 80px;
    max-width: 80px
}

.sign-up-contrylist {
    width: 75px
}

    .sign-up-contrylist .dropdown-toggle {
        z-index: 10;
        position: relative
    }

.contry-label {
    z-index: 1 !important
}

.bg2 {
    background-color: #F4F8FA
}

.syne2-innerpage .footer .syneicon-carrot-down:before {
    display: none
}

.bre0 {
    border-color: #E0E6EE
}

@media (max-width:767px) {
    .syne2-aboutus {
        background-color: #F4F8FA
    }

        .syne2-aboutus .spec-section .spec-wrap {
            padding-top: 15px
        }

        .syne2-aboutus .stats-section {
            padding-top: 45px
        }

        .syne2-aboutus .getstart-section {
            padding-top: 45px;
            background-color: #fff
        }
}

@media (max-width:767px) and (min-width:768px) {
    .syne2-aboutus .getstart-section .spec-card-img img {
        width: 65px;
        height: 65px
    }
}

@media (max-width:767px) {
    .syne2-aboutus .syneicon-carrot-down img {
        display: none
    }
}

@media (min-width:1199px) {
    .syne2-aboutus .stats-section .stat-card-info p {
        font-size: 13px
    }
}

.syne2-banner {
    padding-top: 9.375rem;
    padding-bottom: 4.6875rem
}

@media (max-width:767px) {
    .syne2-banner {
        padding-top: 20px
    }
}

.syne2-banner h1 {
    font-size: 3.75rem;
    font-weight: bold
}

@media (max-width:1199px) {
    .syne2-banner h1 {
        font-size: 2.8125rem
    }
}

@media (max-width:767px) {
    .syne2-banner h1 {
        font-size: 24px;
        line-height: 32px
    }

        .syne2-banner h1 br {
            display: none
        }
}

@media (min-width:1200px) {
    .syne2-banner .fz-45 {
        font-size: 2.8125rem
    }
}

.syne2-banner .fz-18 {
    line-height: 1.5rem;
    letter-spacing: 0.6px
}

@media (max-width:991px) {
    .syne2-banner .fz-18 br {
        display: none
    }
}

@media (max-width:767px) {
    .syne2-banner .fz-18 {
        font-size: inherit;
        line-height: inherit;
        font-weight: 400;
        letter-spacing: inherit
    }
}

@media (min-width:768px) {
    .syne2-banner .btn {
        margin: auto
    }
}

.about-sec-2 {
    background-color: #F4F8FA;
    padding-top: 6.25rem;
    padding-bottom: 3.125rem
}

@media (max-width:1199px) {
    .about-sec-2 {
        padding-top: 4.6875rem;
        padding-bottom: 2.8125rem
    }
}

@media (max-width:767px) {
    .about-sec-2 {
        padding-top: 0
    }
}

.lh-24 {
    line-height: 1.5rem
}

.about-sec5 h2, .about-sec-2 h2, .about-sec-3 h2 {
    margin-bottom: 4.6875rem
}

@media (max-width:1199px) {
    .about-sec5 h2, .about-sec-2 h2, .about-sec-3 h2 {
        margin-bottom: 3.125rem
    }
}

@media (max-width:767px) {
    .about-sec5 h2, .about-sec-2 h2, .about-sec-3 h2 {
        font-size: 24px;
        margin-bottom: 1.5625rem;
        line-height: 32px
    }

        .about-sec5 h2 br, .about-sec-2 h2 br, .about-sec-3 h2 br {
            display: none
        }
}

.about-sec4, .about-sec-3 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem
}

@media (max-width:1199px) {
    .about-sec4, .about-sec-3 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem
    }
}

.about-sec4 {
    background-color: #F4F8FA
}

.about-sec5 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem
}

    .about-sec5 .col-img {
        max-width: 100%;
        flex: 0 0 100%
    }

    .about-sec5 .clients-section .col-img {
        max-width: 100%;
        flex: 0 0 100%
    }

@media (max-width:991px) {
    .about-sec5 .clients-section {
        display: none
    }
}

@media (max-width:767px) {
    .about-sec5 {
        background-color: #fff;
        padding-top: 45px;
        padding-bottom: 30px
    }
}

.anim-shape {
    position: absolute
}

@media (max-width:1199px) {
    .anim-shape img {
        max-width: 75%
    }
}

.anim-shape.anim-shape1 {
    right: 72px;
    top: -96px;
    z-index: -1
}

@media (max-width:991px) {
    .anim-shape.anim-shape1 {
        right: 0
    }
}

@media (max-width:767px) {
    .anim-shape.anim-shape1 {
        display: none
    }
}

.anim-shape.anim-shape2 {
    left: 30px;
    bottom: 24px;
    z-index: -1
}

@media (max-width:767px) {
    .anim-shape.anim-shape2 {
        display: none
    }
}

.anim-shape.anim-shape3 {
    left: 40px;
    top: 70px
}

.random-move {
    animation: rndMove 10s linear infinite
}

@keyframes rndMove {
    0% {
        transform: translate3d(0,0,0)
    }

    25% {
        transform: translate3d(-5px,-5px,0)
    }

    50% {
        transform: translate3d(0,-10px,0)
    }

    75% {
        transform: translate3d(5px,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@media (min-width:768px) {
    .syne2-foundation .about-sec4 h2, .syne2-foundation .about-sec4 p {
        color: #555
    }
}

@media (max-width:767px) {
    .syne2-foundation .about-sec4 p {
        font-size: inherit;
        line-height: inherit;
        font-weight: 400;
        letter-spacing: inherit
    }
}

.syne2-foundation .about-sec5 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem
}

@media (max-width:1199px) {
    .syne2-foundation .about-sec5 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem
    }
}

.syne2-foundation .about-sec5 .clients-section .col-img {
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:1199px) {
    .syne2-foundation h1 {
        font-size: 2.1875rem
    }
}

@media (max-width:767px) {
    .syne2-foundation h1 {
        font-size: 24px;
        line-height: 32px
    }

        .syne2-foundation h1 br {
            display: none
        }
}

@media (max-width:1199px) {
    .syne2-foundation .about-sec4 img {
        max-width: 75%
    }
}

@media (max-width:1199px) and (max-width:767px) {
    .syne2-foundation .about-sec4 img {
        max-width: 50px
    }
}

.syne2-foundation .getstart-section .btn {
    max-width: 150px
}

@media (min-width:1200px) {
    .syne2-foundation .stats-section .stat-card-info p {
        font-size: 12px
    }
}

.syne2-foundation .works-section a {
    cursor: pointer;
    text-decoration: none
}

    .syne2-foundation .works-section a:after {
        content: "";
        position: absolute;
        bottom: 0px;
        bottom: -25px;
        height: 2px;
        opacity: 0;
        left: 16px;
        width: 80%;
        transform: scaleX(0);
        transform-origin: left;
        background-color: #23C0EF;
        transition: 0.8s all
    }

@media (max-width:767px) {
    .syne2-foundation .works-section a:after {
        display: none
    }
}

.syne2-foundation .works-section a:hover h3 {
    color: #16c0ef
}

.syne2-foundation .works-section a:hover:after {
    transform: scaleX(1);
    opacity: 1
}

@media (max-width:767px) {
    .syne2-pricing .fz-14 {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .syne2-pricing .syne2-banner {
        background-color: #F4F8FA;
        padding-top: 35px;
        padding-bottom: 0
    }
}

.syne2-pricing .syne-pricing-sec {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem
}

@media (max-width:767px) {
    .syne2-pricing .syne-pricing-sec {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.syne2-pricing .syne-pricing-sec .py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.syne2-pricing .pricebox {
    border: 1px solid #E0E6EE;
    flex: 0 0 31.25rem;
    max-width: 31.25rem
}

@media (max-width:1199px) {
    .syne2-pricing .pricebox {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.syne2-pricing .pricebox-head {
    text-align: center
}

@media (max-width:767px) {
    .syne2-pricing .pricebox-txt {
        font-size: 16px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0 !important;
        line-height: 23px
    }

        .syne2-pricing .pricebox-txt br {
            display: none
        }
}

.syne2-pricing .pricebox-list {
    list-style: none;
    padding: 1.875rem
}

@media (max-width:480px) {
    .syne2-pricing .pricebox-list {
        padding-left: 15px;
        padding-right: 15px
    }
}

.syne2-pricing .pricebox-list li {
    padding-left: 1.5625rem;
    position: relative
}

    .syne2-pricing .pricebox-list li:after {
        position: absolute;
        content: "";
        left: 0;
        top: 6px;
        width: 7px;
        height: 7px;
        background-color: #D4DCE5;
        border-radius: 50%
    }

.syne2-pricing .pricebox-btn {
    padding: 1.875rem;
    font-weight: 500;
    letter-spacing: 0.5px
}

.syne2-pricing .pricebox .pricebox-col {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    position: relative
}

@media (max-width:480px) {
    .syne2-pricing .pricebox .pricebox-col {
        padding-left: 15px;
        padding-right: 15px
    }

        .syne2-pricing .pricebox .pricebox-col .row {
            margin: 0
        }

        .syne2-pricing .pricebox .pricebox-col .col-5 p {
            width: 80%
        }

        .syne2-pricing .pricebox .pricebox-col .col-5, .syne2-pricing .pricebox .pricebox-col .col-7 {
            padding: 0 !important
        }
}

.syne2-pricing .pricebox .pricebox-col:after {
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    top: 30px;
    background-color: #E0E6EE;
    height: 3.75rem;
    width: 2px;
    transform: translate(-50%,-50%)
}

@media (max-width:480px) {
    .syne2-pricing .pricebox .pricebox-col:after {
        left: 40%
    }
}

.syne2-pricing .pay-as-logos {
    margin-top: 4.375rem;
    border: 1px solid #E0E6EE;
    padding: 2.1875rem;
    padding-bottom: 0
}

@media (max-width:767px) {
    .syne2-pricing .pay-as-logos {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
        padding-bottom: 35px
    }
}

@media (max-width:767px) {
    .syne2-pricing .pay-as-logos .btn {
        width: 100%
    }
}

@media (max-width:767px) {
    .syne2-pricing .pay-as-logos .fz-14 {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        font-weight: 400 !important
    }

        .syne2-pricing .pay-as-logos .fz-14 br {
            display: none
        }
}

.syne2-pricing .pay-as-logos h4 {
    color: #555;
    margin-bottom: 2.1875rem
}

@media (max-width:767px) {
    .syne2-pricing .pay-as-logos h4 {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        font-weight: 500
    }
}

.syne2-pricing .pay-as-logos h4 ~ p {
    color: #555;
    line-height: 1.6875rem
}

@media (max-width:767px) {
    .syne2-pricing .pay-as-logos h4 ~ p {
        display: none
    }
}

@media (max-width:991px) {
    .syne2-pricing .pay-as-logos .desktop-title {
        display: none
    }
}

@media (min-width:991px) {
    .syne2-pricing .pay-as-logos .mobile-title {
        display: none
    }
}

@media (max-width:767px) {
    .syne2-pricing .category-section {
        padding-bottom: 4.375rem
    }

        .syne2-pricing .category-section .slick-dots {
            bottom: -40px
        }
}

.trusted-pricing {
    padding-top: 4.375rem
}

@media (max-width:767px) {
    .trusted-pricing {
        padding-top: 35px
    }
}

.trusted-pricing .trusted-box {
    padding-bottom: 4.375rem
}

@media (max-width:767px) {
    .trusted-pricing .trusted-box {
        padding-bottom: 35px
    }
}

.trusted-pricing .trusted-box .trusted-ttl {
    font-size: 1.0625rem;
    line-height: 24px;
    font-weight: 600
}

.trusted-pricing .trusted-box .card {
    border-bottom: 1px solid #D4DCE5 !important;
    border-radius: 0
}

@media (max-width:767px) {
    .trusted-pricing .trusted-box .card:last-child {
        border: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }
}

.trusted-pricing .trusted-box .card .card-header {
    border-radius: 0
}

    .trusted-pricing .trusted-box .card .card-header i:before {
        content: ""
    }

    .trusted-pricing .trusted-box .card .card-header.collapsed i:before {
        content: ""
    }

.trusted-pricing .trusted-box .card .card-title {
    font-size: 16px;
    font-weight: 600
}

@media (max-width:767px) {
    .trusted-pricing .trusted-box .card .card-title {
        font-weight: bold
    }
}

.trusted-pricing .trusted-box .card-body {
    padding-left: 0;
    padding-bottom: 0
}

    .trusted-pricing .trusted-box .card-body p {
        font-size: 14px;
        margin-bottom: 0
    }

.trusted-pricing .trusted-box-row {
    padding-top: 4.375rem;
    padding: 15px
}

@media (max-width:767px) {
    .trusted-pricing .trusted-box-row {
        padding-top: 35px
    }

        .trusted-pricing .trusted-box-row .trusted-box {
            padding: 15px !important;
            padding-top: 25px !important;
            padding-bottom: 25px !important;
            border-radius: 4px;
            border: 1px solid #E0E6EE;
            margin-bottom: 35px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .trusted-pricing .trusted-box-row .trusted-box .trusted-ttl {
        font-weight: 700
    }

        .trusted-pricing .trusted-box-row .trusted-box .trusted-ttl .ico-plus {
            font-size: 20px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .trusted-pricing .trusted-box-row .trusted-box .trusted-ttl br {
        display: none
    }
}

@media (max-width:767px) and (max-width:767px) {
    .trusted-pricing .trusted-box-row .trusted-box .trusted-img {
        flex: 0 0 45px;
        max-width: 45px;
        margin-bottom: 0 !important
    }
}

@media (max-width:767px) {
    .trusted-pricing .ico-plus {
        font-size: 20px
    }
}

@media (min-width:767px) {
    .category-sliderPricepage {
        margin: 0 -15px
    }
}

@media (min-width:767px) {
    .category-sliderPricepage .slick-slide {
        padding: 0 15px
    }
}

.category-sliderPricepage .pricing-card {
    padding: 1.875rem;
    position: relative;
    height: 392px
}

    .category-sliderPricepage .pricing-card:before {
        position: absolute;
        content: "";
        width: 0;
        left: 0;
        bottom: 0;
        height: 3px;
        background: #16c0ef;
        transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s
    }

    .category-sliderPricepage .pricing-card:hover:before {
        width: 100%
    }

    .category-sliderPricepage .pricing-card .amnt {
        font-size: 1.375rem
    }

.pricing-sec5 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem
}

@media (max-width:767px) {
    .pricing-sec5 {
        padding-top: 35px;
        padding-bottom: 15px
    }
}

.client-wrap-width {
    width: 75%
}

@media (max-width:767px) {
    .client-wrap-width {
        width: 100% !important
    }
}

.syne2-business .spec-section {
    padding-bottom: 4.375rem
}

@media (max-width:767px) {
    .syne2-business .spec-section {
        padding-bottom: 15px
    }
}

.syne2-business .clients-section .col-img .logo-main {
    width: 100%;
    margin-top: 0;
    max-width: 341px
}

@media (max-width:767px) {
    .syne2-business .about-sec5 .clients-section {
        display: block
    }

        .syne2-business .about-sec5 .clients-section .col-img {
            display: block;
            margin-top: 25px;
            text-align: center
        }

            .syne2-business .about-sec5 .clients-section .col-img img {
                box-shadow: 0 1px 2px 0 rgba(186,195,207,0.5);
                max-width: 318px;
                margin: 0 auto;
                animation: inherit
            }
}

@media (min-width:992px) {
    .bsns-sec {
        padding-top: 4.6875rem !important;
        padding-bottom: 4.6875rem !important
    }
}

@media (max-width:576px) {
    .bsns-sec {
        padding-top: 35px
    }

        .bsns-sec .fz-24, .bsns-sec .head {
            font-size: 24px
        }

        .bsns-sec .rec-elmt {
            display: none
        }
}

@media (min-width:992px) {
    .bsns-sec.sec2 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important
    }
}

@media (min-width:1200px) {
    .bsns-sec.sec1 {
        padding-bottom: 7.1875rem !important;
        padding-top: 7.1875rem !important
    }
}

@media (max-width:576px) {
    .bsns-sec.sec1 {
        background-color: #F4F8FA;
        padding-bottom: 15px
    }
}

@media (max-width:576px) {
    .bsns-sec.sec3 {
        padding-bottom: 35px
    }

        .bsns-sec.sec3 p {
            font-size: 14px;
            color: #2a3844
        }
}

@media (max-width:576px) {
    .bsns-sec.sec4 h3, .bsns-sec.sec4 p {
        text-align: left !important
    }

    .bsns-sec.sec4 p {
        font-size: 14px
    }

        .bsns-sec.sec4 p br {
            display: none
        }
}

.bsns-sec.sec4 .container-steps {
    margin-top: 22px !important
}

.bsns-sec.sec4 .step-count {
    flex: 0 0 43px;
    max-width: 43px;
    margin-right: 18px !important;
    height: 43px
}

.bsns-sec.sec5 p a {
    color: #5d677e
}

@media (max-width:576px) {
    .bsns-sec.sec5 p {
        font-size: 14px;
        color: #2a3844
    }

        .bsns-sec.sec5 p br {
            display: none
        }
}

@media (max-width:576px) {
    .bsns-sec.sec6 p {
        font-size: 14px;
        color: #2a3844
    }

        .bsns-sec.sec6 p br {
            display: none
        }

    .bsns-sec.sec6 .anim-shape3 {
        display: none
    }
}

@media (max-width:576px) {
    .bsns-sec.sec7 p {
        font-size: 14px;
        color: #2a3844
    }

        .bsns-sec.sec7 p br {
            display: none
        }
}

.sec-slider {
    padding-top: 4.375rem
}

@media (min-width:992px) {
    .sec-slider {
        padding-bottom: 7.1875rem !important
    }
}

@media (max-width:991px) {
    .sec-slider {
        padding-bottom: 35px
    }
}

@media (max-width:767px) {
    .sec-slider {
        padding-top: 35px;
        padding-bottom: 55px
    }
}

@media (min-width:768px) {
    .sec-slider .slide-wrap {
        position: relative;
        padding-top: 4.0625rem;
        padding-bottom: 3.125rem;
        padding-left: 2.1875rem;
        padding-right: 6.25rem
    }
}

@media (max-width:767px) {
    .sec-slider .slide-wrap {
        padding: 15px;
        border: 1px solid #E0E6EE
    }

        .sec-slider .slide-wrap img {
            width: 150px;
            margin-bottom: 15px
        }
}

.sec-slider .slide-wrap .slick-dots {
    bottom: -90px
}

@media (max-width:767px) {
    .sec-slider .slide-wrap .slick-dots {
        bottom: -50px
    }
}

.sec-slider .slide-wrap .rec-elmt {
    position: absolute;
    top: 15px;
    right: 15px
}

.brand-asset .card-bl.card-bl--brand .card-bl-img {
    flex: 0 0 43%;
    max-width: 43%
}

@media (max-width:767px) {
    .brand-asset .card-bl.card-bl--brand .card-bl-img {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.brand-asset .card-bl.card-bl--brand .card-bl-body {
    flex: 0 0 57%;
    max-width: 57%
}

@media (max-width:767px) {
    .brand-asset .card-bl.card-bl--brand .card-bl-body {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.brand-asset .card-bl.card-blue-bg .card-bl-body {
    background: #16c0ef
}

.brand-asset .card-bl.card-blue-bg .card-bl-img:before {
    background-image: url(../images/brand-page/wedge-right-bl.svg)
}

.brand-asset .card-bl.card-blue-bg .card-bl-desc {
    color: #fff
}

.brand-asset .card-bl.card-blue-bg a {
    color: #fff
}

.brand-asset .card-bl.card-white-bg-btn {
    position: relative
}

    .brand-asset .card-bl.card-white-bg-btn .card-bl-img {
        background: #fff
    }

    .brand-asset .card-bl.card-white-bg-btn .btn-outline-primary {
        color: #16c0ef;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        z-index: 11
    }

        .brand-asset .card-bl.card-white-bg-btn .btn-outline-primary:hover {
            color: #fff
        }

            .brand-asset .card-bl.card-white-bg-btn .btn-outline-primary:hover svg {
                fill: #fff
            }

        .brand-asset .card-bl.card-white-bg-btn .btn-outline-primary svg {
            fill: #16c0ef;
            padding: 0 0 0 4px;
            transition: 0.6s all
        }

.guides-page .guides-resources-wrap .guides-resources-img {
    height: 100%
}

@media (max-width:767px) {
    .guides-page .guides-resources-wrap .guides-resources-row {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (max-width:767px) {
    .guides-page .guides-resources-wrap .guides-resources-row > * {
        padding-right: 8px;
        padding-left: 8px
    }
}

.guides-page .guides-tab-listing-sec {
    background: #F4F8FA;
    padding: 75px 0 45px;
    position: relative
}

    .guides-page .guides-tab-listing-sec:before {
        position: absolute;
        content: "";
        width: 90%;
        height: 0;
        background: #E0E6EE;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }

@media (max-width:767px) {
    .guides-page .guides-tab-listing-sec:before {
        height: 1px
    }
}

@media (max-width:767px) {
    .guides-page .guides-tab-listing-sec {
        padding: 35px 0 20px;
        background: #fff
    }
}

.guides-page .guides-tab-listing-sec .list-image {
    padding: 0 15px 30px
}

@media (max-width:767px) {
    .guides-page .guides-tab-listing-sec .list-image {
        padding: 0 7px 14px
    }
}

.guides-page .guides-tab-listing-sec .blog-filter-nav .nav-link {
    cursor: pointer
}

.guides-page .guide-tab-row {
    margin: 10px -15px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .guides-page .guide-tab-row {
        margin: 0 -7px
    }
}

.guides-page .guide-tab-row > .column {
    padding: 0
}

.guides-page .guide-tab-row:after {
    content: "";
    display: table;
    clear: both
}

.guides-page .column {
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 33.33%;
    display: none
}

@media (max-width:767px) {
    .guides-page .column {
        width: 50%
    }
}

.guides-page .column.show {
    opacity: 1;
    display: block;
    transition: all 0.3s ease-in-out
}

@media (max-width:767px) {
    .guides-page .about-sec4 {
        background: #fff
    }
}

@media (max-width:767px) {
    .guides-page .syne2-subscribe-sec {
        background: #F4F8FA
    }
}

@media (max-width:767px) {
    .guides-and-resources h2 {
        font-size: 19px;
        margin-bottom: 10px !important
    }
}

@media (max-width:767px) {
    .guides-and-resources h2 ~ p {
        font-size: 14px
    }

        .guides-and-resources h2 ~ p br {
            display: none
        }
}

@media (max-width:767px) {
    .syne2-contact {
        background: #F4F8FA
    }
}

.syne2-contact .contact-banner {
    background: #F4F8FA
}

    .syne2-contact .contact-banner .container {
        height: 20.25rem;
        position: relative
    }

@media (max-width:767px) {
    .syne2-contact .contact-banner .container {
        height: inherit;
        padding-top: 35px
    }
}

.syne2-contact .contact-banner .bnr-img {
    position: absolute;
    bottom: 0;
    right: 60px
}

@media (max-width:991px) {
    .syne2-contact .contact-banner .bnr-img {
        right: 0;
        width: 300px
    }
}

@media (max-width:767px) {
    .syne2-contact .contact-banner .bnr-img {
        display: none
    }
}

.syne2-contact .contact-banner h1 {
    font-size: 1.875rem
}

@media (max-width:767px) {
    .syne2-contact .contact-banner h1 {
        font-size: 24px
    }
}

.syne2-contact .contact-banner p {
    font-size: 1.125rem
}

@media (max-width:767px) {
    .syne2-contact .contact-banner p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0
    }
}

.syne2-contact .sec-2 {
    padding-top: 4.6875rem;
    padding-bottom: 9.375rem
}

@media (max-width:1600px) {
    .syne2-contact .sec-2 {
        padding-top: 4.0625rem;
        padding-bottom: 7.5rem
    }
}

@media (max-width:767px) {
    .syne2-contact .sec-2 {
        padding-top: 35px;
        padding-bottom: 35px
    }

        .syne2-contact .sec-2 .row {
            margin-left: -7px;
            margin-right: -5px
        }

            .syne2-contact .sec-2 .row .col-6 {
                padding-right: 7px;
                padding-left: 7px
            }
}

.syne2-contact .sec-2 .card {
    background: #F4F8FA;
    border: 1px solid #D6EBF5;
    height: 235px;
    width: 218px;
    position: relative;
    cursor: pointer
}

@media (max-width:991px) {
    .syne2-contact .sec-2 .card {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .syne2-contact .sec-2 .card {
        width: 100%;
        height: 152px;
        background: #fff;
        margin-bottom: 14px
    }

    .syne2-contact .sec-2 .card-image {
        width: 71px;
        height: 71px
    }

    .syne2-contact .sec-2 .card-text {
        font-size: 16px
    }
}

.syne2-contact .sec-2 .card:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #16c0ef;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.syne2-contact .sec-2 .card:hover:after {
    width: 100%
}

@media (max-width:767px) {
    .syne2-contact .sec-3 {
        margin-bottom: 35px
    }
}

.syne2-contact .sec-3 h2 {
    border-bottom: 1px solid #EEF0F5;
    margin-bottom: 3.4375rem
}

@media (max-width:767px) {
    .syne2-contact .sec-3 h2 {
        text-align: center;
        border: none;
        font-size: 21px;
        margin-bottom: 30px;
        padding-bottom: 0 !important
    }
}

.syne2-contact .sec-3 article {
    position: relative;
    cursor: pointer;
    padding-bottom: 3.125rem;
    margin-bottom: 5rem
}

@media (max-width:767px) {
    .syne2-contact .sec-3 article {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #D6EBF5;
        margin-bottom: 15px
    }
}

.syne2-contact .sec-3 article:after {
    position: absolute;
    content: "";
    width: 90%;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #EEF0F5;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s
}

@media (max-width:767px) {
    .syne2-contact .sec-3 article:after {
        width: 100%;
        height: 2px
    }
}

.syne2-contact .sec-3 article:hover:after {
    background: #16c0ef
}

.syne2-contact .sec-3 address .fz-14.f-500 {
    font-size: 16px;
    font-weight: bold
}

.syne2-contact .sec-3 address .adress-p {
    min-height: 80px
}

@media (max-width:1199px) {
    .syne2-contact .sec-3 address .adress-p {
        min-height: 90px
    }
}

@media (max-width:991px) {
    .syne2-contact .sec-3 address .adress-p {
        min-height: 80px
    }
}

@media (max-width:767px) {
    .syne2-contact .sec-3 address .adress-p {
        min-height: inherit;
        line-height: 23px
    }
}

.sec-forms {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem
}

@media (max-width:767px) {
    .sec-forms {
        background-color: #fff;
        margin-top: 35px;
        padding-top: 35px;
        padding-bottom: 0
    }
}

.sec-forms .main-p {
    border-bottom: 1px solid #D6EBF5;
    padding-bottom: 30px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .sec-forms .main-p {
        font-size: 14px;
        border-bottom: 0;
        margin-bottom: 0
    }

        .sec-forms .main-p br {
            display: none
        }
}

.sec-forms .form-wrap .textarea {
    height: 138px
}

@media (max-width:767px) {
    .sec-forms .form-wrap .btn {
        width: 100%
    }
}

.contact-information {
    padding: 45px 35px;
    background: #F4F8FA
}

@media (max-width:767px) {
    .contact-information {
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        border-top: 20px solid #F4F8FA;
        margin-top: 17px;
        padding-top: 35px
    }
}

.contact-information a {
    color: #2a3844;
    text-decoration: none !important
}

.syne2-terms-condition .terms-content {
    padding-bottom: 75px
}

@media (max-width:767px) {
    .syne2-terms-condition .terms-content {
        padding-bottom: 45px
    }
}

@media (max-width:767px) {
    .syne2-terms-condition {
        background-color: #fff
    }
}

.syne2-terms-condition .contact-banner .bnr-img {
    position: absolute;
    top: 50px;
    right: 0
}

@media (max-width:767px) {
    .syne2-terms-condition .contact-banner {
        padding-bottom: 45px
    }
}

.syne2-terms-condition .bg2 {
    background-color: #F7F7F7
}

.syne2-terms-condition .synelist li:after {
    background-color: #16c0ef
}

.syne2-terms-condition ol {
    margin: 0;
    padding: 0;
    padding-left: 20px
}

    .syne2-terms-condition ol li {
        margin-bottom: 0.9375rem
    }

@media (max-width:767px) {
    .syne2-terms-condition aside .bg2 {
        margin: 15px 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:768px) {
    .syne2-terms-condition aside .bg2 ~ .bg2 {
        margin-top: 100px !important
    }
}

.syne2-blog-inner-content {
    padding-bottom: 20px;
    padding-top: 20px
}

@media (min-width:992px) {
    .syne2-blog-inner-content {
        padding-top: 1.625rem;
        padding-bottom: 3.125rem
    }
}

.syne2-blog-inner-content .blog-info {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .syne2-blog-inner-content .blog-info {
        margin-bottom: 2.5rem
    }
}

.syne2-blog-inner-content .blog-info p {
    margin-bottom: 0
}

.syne2-blog-inner-content .blog-info .date {
    font-weight: 600;
    font-size: 14px;
    color: #2a3844;
    padding: 0 10px 0 0;
    border-right: 1px solid #e0e6ee
}

@media (min-width:992px) {
    .syne2-blog-inner-content .blog-info .date {
        font-size: 1rem
    }
}

.syne2-blog-inner-content .blog-info .time {
    font-weight: normal;
    font-size: 14px;
    color: #2a3844;
    padding: 0 10px;
    border-right: 1px solid #e0e6ee
}

@media (min-width:992px) {
    .syne2-blog-inner-content .blog-info .time {
        font-size: 0.9375rem
    }
}

.syne2-blog-inner-content .blog-info .share {
    font-weight: 600;
    font-size: 14px;
    color: #2a3844;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block
}

@media (min-width:992px) {
    .syne2-blog-inner-content .blog-info .share {
        font-size: 1rem
    }
}

.syne2-blog-inner-content .blog-info .share i {
    font-size: 15px;
    margin-right: 9px
}

.syne2-blog-inner-content .blog-info .share:hover {
    color: #16c0ef
}

.syne2-blog-inner-content .h1 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 32px;
    color: #2a3844;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .syne2-blog-inner-content .h1 {
        font-weight: 600;
        line-height: 4.0625rem;
        font-size: 2.8125rem;
        margin-bottom: 1.125rem
    }
}

.syne2-blog-inner-content .h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2a3844;
    margin-bottom: 17px
}

@media (min-width:992px) {
    .syne2-blog-inner-content .h4 {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.875rem
    }
}

.syne2-blog-inner-content p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #5d677e;
    margin-bottom: 17px
}

@media (min-width:992px) {
    .syne2-blog-inner-content p {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
        line-height: 1.875rem
    }
}

.syne2-blog-inner-content .breadcrumb {
    padding: 0;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .syne2-blog-inner-content .breadcrumb {
        margin-bottom: 5px
    }
}

.syne2-blog-inner-content .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 0.2rem;
    padding-left: 0.2rem
}

.syne2-blog-inner-content .breadcrumb-item {
    color: #2a3844;
    font-weight: 500;
    font-size: 14px
}

@media (min-width:992px) {
    .syne2-blog-inner-content .breadcrumb-item {
        font-size: 1rem
    }
}

.syne2-blog-inner-content .breadcrumb-item a {
    color: black
}

.syne2-blog-inner-content .breadcrumb-item.active {
    color: #16c0ef
}

.syne2-blog-inner-content .author-inner {
    position: sticky;
    top: 109px;
    margin-top: 100px
}

.syne2-blog-inner-content .author-inner-img {
    margin-bottom: 20px
}

.syne2-blog-inner-content .author-inner img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@media (min-width:992px) {
    .syne2-blog-inner-content .author-inner img {
        width: 3.375rem;
        height: 3.375rem
    }
}

.syne2-blog-inner-content .author-inner h5 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 26px;
    color: #2a3844;
    margin-bottom: 4px
}

@media (min-width:992px) {
    .syne2-blog-inner-content .author-inner h5 {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

.syne2-blog-inner-content .author-inner p {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #2a3844
}

@media (min-width:992px) {
    .syne2-blog-inner-content .author-inner p {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.syne2-blog-inner-content ol.list-number {
    padding-left: 0px;
    margin-bottom: 17px
}

@media (min-width:992px) {
    .syne2-blog-inner-content ol.list-number {
        margin-bottom: 1.875rem
    }
}

.syne2-blog-inner-content ol.list-number li {
    font-weight: 500;
    list-style: none;
    counter-increment: li-counter;
    position: relative;
    padding-left: 1.25rem
}

@media (min-width:992px) {
    .syne2-blog-inner-content ol.list-number li {
        font-size: 1.125rem
    }
}

.syne2-blog-inner-content ol.list-number li:before {
    content: counter(li-counter) ". ";
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0
}

.syne2-blog-inner-content .col-left {
    padding: 0 15px;
    width: 100%
}

@media (min-width:992px) {
    .syne2-blog-inner-content .col-left {
        flex: 0 0 26%;
        max-width: 26%
    }
}

.syne2-blog-inner-content .col-right {
    padding: 0 15px;
    width: 100%
}

@media (min-width:992px) {
    .syne2-blog-inner-content .col-right {
        flex: 0 0 74%;
        max-width: 74%
    }
}

.blog-page .blog-inner-banner.bsns-sec.sec1 .btn {
    text-transform: uppercase;
    height: 48px;
    width: 9.375rem;
    font-size: 15px
}

@media (max-width:767.98px) {
    .blog-page .blog-inner-banner.bsns-sec.sec1 .btn {
        height: 48px;
        text-transform: initial;
        width: 116px;
        font-size: 15px
    }
}

@media (min-width:992px) {
    .blog-page .blog-inner-banner.bsns-sec.sec1 .bnr-wrap {
        max-width: 90%
    }
}

@media (min-width:1200px) {
    .blog-page .blog-inner-banner.bsns-sec.sec1 h1 {
        font-size: 3.75rem
    }
}

@media (max-width:767.98px) {
    .blog-page .blog-inner-banner.bsns-sec.sec1 {
        padding-bottom: 36px;
        padding-top: 18px
    }

        .blog-page .blog-inner-banner.bsns-sec.sec1 h1 {
            max-width: 90%
        }
}

.blog-listing-sec {
    padding: 35px 0px 50px
}

@media (min-width:992px) {
    .blog-listing-sec {
        padding: 4.6875rem 0 50px;
        background-color: #f4f8fa
    }
}

@media (min-width:992px) {
    .blog-listing-sec .blog-filter-wrap {
        margin-left: -1.5625rem;
        margin-right: -1.5625rem
    }

        .blog-listing-sec .blog-filter-wrap [class*=" col-"], .blog-listing-sec .blog-filter-wrap [class^=col-] {
            padding-left: 1.5625rem;
            padding-right: 1.5625rem
        }
}

.blog-slider-sec {
    background-color: #f4f8fa;
    padding: 35px 0px
}

@media (min-width:992px) {
    .blog-slider-sec {
        padding: 0px 0px 50px
    }
}

.blog-slider-sec .btn {
    width: 9.75rem
}

@media (max-width:575.98px) {
    .blog-slider-sec .btn {
        width: auto
    }
}

.blog-slider-sec .slick-slide {
    margin: 0 10px
}

@media (min-width:992px) {
    .blog-slider-sec .slick-slide {
        margin: 0 15px
    }
}

.blog-slider-sec .slick-list {
    margin: 0 -10px
}

@media (min-width:992px) {
    .blog-slider-sec .slick-list {
        margin: 0 -15px
    }
}

.card-item:nth-of-type(odd) .card-bl-img:before {
    background-image: url(../images/blog/wedge-right1.svg)
}

.card-item:nth-of-type(2n) .card-bl-img:before {
    background-image: url(../images/blog/wedge-left1.svg)
}

.card-bl {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-bottom: 1px solid #e0e6ee;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .card-bl {
        border-bottom: none;
        filter: drop-shadow(0px 7px 17px rgba(131,131,131,0.08));
        margin-bottom: 3.125rem
    }
}

.card-bl-img {
    position: relative;
    padding-bottom: 67%
}

@media (min-width:768px) {
    .card-bl-img {
        padding-bottom: 49%
    }
}

.card-bl-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 100%;
    background-image: url(../images/blog/wedge-right.svg);
    height: 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%
}

.card-bl-img img.cover-main {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.card-bl-body {
    padding: 23px 0px 35px
}

@media (min-width:768px) {
    .card-bl-body {
        padding: 2.1875rem 4.6875rem 2.5rem 2.1875rem
    }
}

.card-bl-title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 24px;
    color: #2a3844
}

@media (min-width:992px) {
    .card-bl-title {
        font-size: 1.125rem;
        line-height: 2rem
    }
}

.card-bl-desc {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .card-bl-desc {
        line-height: 1.6875rem;
        font-size: 1rem;
        margin-bottom: 2.5rem
    }
}

.card-bl-info {
    display: flex
}

.card-bl-author {
    display: flex;
    border-right: 1px solid #e0e6ee;
    align-items: center
}

    .card-bl-author .author-img {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .card-bl-author img {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

@media (min-width:992px) {
    .card-bl-author img {
        width: 2.75rem;
        height: 2.75rem
    }
}

.card-bl-author .author-info {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 11px;
    padding-right: 15px
}

@media (min-width:768px) {
    .card-bl-author .author-info {
        padding-right: 1.5625rem;
        padding-left: 0.8125rem
    }
}

.card-bl-author .author-info h6 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #2a3844;
    margin-bottom: 7px
}

@media (min-width:992px) {
    .card-bl-author .author-info h6 {
        font-size: 1rem
    }
}

.card-bl-author .author-info p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #2a3844;
    margin-bottom: 0
}

@media (min-width:768px) {
    .card-bl-author .author-info p {
        font-size: 0.9375rem
    }
}

.card-bl-date {
    padding-left: 15px
}

@media (min-width:768px) {
    .card-bl-date {
        padding-left: 1.5625rem
    }
}

.card-bl-date p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: #2a3844
}

@media (min-width:992px) {
    .card-bl-date p {
        font-size: 0.875rem
    }
}

.card-bl-date p span {
    font-weight: normal;
    display: block;
    margin-top: 2px
}

@media (min-width:768px) {
    .card-bl--horiz {
        flex-direction: row
    }
}

.card-bl--horiz .card-bl-img:before {
    display: none
}

@media (min-width:768px) {
    .card-bl--horiz .card-bl-img {
        width: 100%;
        flex: 0 0 56%;
        max-width: 56%;
        padding-bottom: 29.75%
    }
}

@media (min-width:768px) {
    .card-bl--horiz .card-bl-body {
        width: 100%;
        flex: 0 0 44%;
        max-width: 44%;
        padding: 2.8125rem 2rem 2.8125rem 2.1875rem
    }
}

.card-blog {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-bottom: 35px;
    filter: drop-shadow(0px 7px 17px rgba(131,131,131,0.08))
}

    .card-blog:hover .card-blog-img img {
        transform: scale(1.06)
    }

@media (min-width:768px) {
    .card-blog {
        border-bottom: none;
        margin-bottom: 3.125rem
    }
}

.card-blog-img {
    position: relative;
    padding-bottom: 43%;
    overflow: hidden
}

@media (min-width:768px) {
    .card-blog-img {
        padding-bottom: 46%
    }
}

.card-blog-img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    transform: scale(1)
}

.card-blog-body {
    padding: 20px 15px 20px
}

@media (min-width:768px) {
    .card-blog-body {
        padding: 1.875rem 1.5rem 1.5rem
    }
}

.card-blog-title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 24px;
    color: #2a3844
}

@media (min-width:992px) {
    .card-blog-title {
        font-size: 1.125rem;
        line-height: 2rem
    }
}

.card-blog-desc {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .card-blog-desc {
        line-height: 1.6875rem;
        font-size: 1rem;
        margin-bottom: 2.5rem
    }
}

.card-blog-info {
    display: flex
}

.card-blog-author {
    display: flex;
    align-items: center
}

    .card-blog-author .author-img {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .card-blog-author img {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

@media (min-width:992px) {
    .card-blog-author img {
        width: 2.75rem;
        height: 2.75rem
    }
}

.card-blog-author .author-info {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 11px;
    padding-right: 15px
}

@media (min-width:768px) {
    .card-blog-author .author-info {
        padding-right: 1.5625rem;
        padding-left: 0.8125rem
    }
}

.card-blog-author .author-info h6 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #2a3844;
    margin-bottom: 7px
}

@media (min-width:992px) {
    .card-blog-author .author-info h6 {
        font-size: 1rem
    }
}

.card-blog-author .author-info p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #2a3844;
    margin-bottom: 0
}

@media (min-width:768px) {
    .card-blog-author .author-info p {
        font-size: 0.9375rem
    }
}

.card-blog-date {
    padding-left: 15px
}

@media (min-width:768px) {
    .card-blog-date {
        padding-left: 1.5625rem
    }
}

.card-blog-date p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #2a3844
}

@media (min-width:992px) {
    .card-blog-date p {
        font-size: 0.875rem;
        line-height: 1.6875rem
    }
}

.card-blog-date p span {
    font-weight: normal;
    display: block
}

.blog-filter-nav {
    margin-bottom: 18px
}

@media (min-width:992px) {
    .blog-filter-nav {
        margin-bottom: 1.75rem
    }
}

.blog-filter-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #2a3844;
    background-color: transparent;
    border-radius: 5rem;
    border: 1px solid #e0e6ee;
    transition: 0.3s all;
    margin-bottom: 12px;
    margin-right: 10px;
    padding-left: 26px;
    padding-right: 26px
}

@media (min-width:992px) {
    .blog-filter-nav .nav-link {
        font-size: 0.9375rem;
        padding-left: 1.625rem;
        padding-right: 1.625rem
    }
}

.blog-filter-nav .nav-link.active {
    background-color: #16c0ef;
    border-color: #16c0ef;
    color: white
}

.syne2-blog-inner-banner .banner-img {
    height: 254px
}

@media (min-width:992px) {
    .syne2-blog-inner-banner .banner-img {
        height: 22.5rem
    }
}

.syne2-blog-inner-banner .banner-img img {
    height: 100%;
    object-fit: cover
}

@media (min-width:992px) {
    .blog-inner-page .blog-slider-sec {
        padding: 4.5rem 0 1.5625rem
    }
}

.blog-inner-page .head {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 32px;
    color: #2a3844;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .blog-inner-page .head {
        margin-bottom: 2.5rem;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.slider__label.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.progress {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #e0e6ee;
    background-image: linear-gradient(to right,#16c0ef,#16c0ef);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out
}

.contact-card {
    border-radius: 2.6px;
    background: #fff;
    border: 1px solid #d4dce5;
    margin-bottom: 14px;
    margin-top: 36px
}

@media (min-width:768px) {
    .contact-card {
        margin-top: 0;
        max-width: 336px;
        box-shadow: 0px 6px 16px rgba(186,186,186,0.16);
        border-radius: 0;
        border: none
    }
}

.contact-card .btn {
    width: 9.375rem;
    height: 2.8125rem;
    font-size: 15px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .contact-card {
        margin-left: auto
    }
}

.contact-card-img {
    border-radius: 3px 3px 0px 0px;
    background: #f4f8fa;
    position: relative;
    padding-bottom: 69%
}

    .contact-card-img .media-logo {
        display: none;
        position: absolute
    }

@media (min-width:992px) {
    .contact-card-img .media-logo {
        width: 7.125rem;
        display: block;
        left: 1.75rem;
        bottom: 1.75rem
    }
}

.contact-card img.globe {
    position: absolute;
    right: 0;
    top: 0;
    height: 74%;
    border-radius: 50%;
    background: #fff;
    transform: translate(-15%,-28%)
}

@media (min-width:768px) {
    .contact-card img.globe {
        height: 100%;
        transform: translate(11%,-19%);
        right: 0;
        bottom: 0;
        top: initial
    }
}

.contact-card-info {
    position: relative;
    padding: 16px 16px 20px
}

@media (min-width:768px) {
    .contact-card-info {
        padding: 1.25rem 1.875rem 2.1875rem
    }
}

.contact-card-info h5 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .contact-card-info h5 {
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin-bottom: 0.8125rem
    }
}

.contact-card-info a.email {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 27px;
    color: #2a3844;
    display: inline-block;
    margin-bottom: 22px
}

@media (min-width:992px) {
    .contact-card-info a.email {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        margin-bottom: 1.875rem
    }
}

.syne2-news-sec {
    padding: 35px 0px 0;
    background-color: #fff
}

@media (min-width:992px) {
    .syne2-news-sec {
        background-color: #f4f8fa;
        padding: 4.5rem 0 1.5625rem
    }
}

@media (min-width:992px) {
    .syne2-news-sec .row {
        margin-left: -1.5625rem;
        margin-right: -1.5625rem
    }

        .syne2-news-sec .row [class*=" col-"], .syne2-news-sec .row [class^=col-] {
            padding-left: 1.5625rem;
            padding-right: 1.5625rem
        }
}

@media (max-width:767.98px) {
    .syne2-news-sec .card-bl {
        border-bottom: none;
        margin-bottom: 0px
    }
}

.syne2-news-sec .card-bl-author {
    border-right: none
}

@media (min-width:768px) {
    .syne2-news-sec .card-bl-author {
        border-right: 1px solid #e0e6ee
    }
}

.syne2-news-sec .card-bl-author .author-info {
    display: none
}

@media (min-width:768px) {
    .syne2-news-sec .card-bl-author .author-info {
        display: block
    }
}

@media (min-width:992px) {
    .news-page .bsns-sec.sec1 .bnr-wrap {
        max-width: 90%
    }
}

@media (min-width:1200px) {
    .news-page .bsns-sec.sec1 h1 {
        font-size: 3.75rem
    }
}

.news-page .bsns-sec.sec1 .btn {
    text-transform: uppercase;
    width: 9.375rem;
    font-size: 15px
}

@media (max-width:767.98px) {
    .news-page .bsns-sec.sec1 .btn {
        height: 48px;
        text-transform: initial;
        width: 116px
    }
}

@media (max-width:767.98px) {
    .news-page .bsns-sec.sec1 {
        padding-bottom: 36px;
        padding-top: 18px
    }

        .news-page .bsns-sec.sec1 h1 {
            max-width: 90%
        }
}

.news-banner {
    background: #f4f8fa
}

    .news-banner .btn {
        width: 9.375rem;
        font-size: 15px
    }

@media (max-width:767.98px) {
    .news-banner .btn {
        height: 48px;
        width: 116px;
        font-size: 15px
    }
}

@media (min-width:992px) {
    .news-banner .bnr-ctn {
        max-width: 90%
    }
}

.news-banner .container {
    height: 20.25rem;
    position: relative
}

@media (max-width:767px) {
    .news-banner .container {
        height: inherit;
        padding-bottom: 35px;
        padding-top: 20px
    }
}

.news-banner .bnr-img {
    position: absolute;
    bottom: 0;
    right: 60px
}

@media (max-width:991px) {
    .news-banner .bnr-img {
        right: 0;
        width: 300px
    }
}

@media (max-width:767px) {
    .news-banner .bnr-img {
        display: none
    }
}

.news-banner h1 {
    font-size: 1.875rem
}

@media (max-width:767px) {
    .news-banner h1 {
        font-size: 24px
    }
}

.news-banner p {
    font-size: 1.125rem
}

@media (max-width:767px) {
    .news-banner p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0
    }
}

.syne2-news-listing {
    padding: 35px 0px 15px;
    background-color: #f4f8fa
}

@media (min-width:992px) {
    .syne2-news-listing {
        padding: 4.6875rem 0 2.5rem;
        background-color: #fff
    }
}

.syne2-news-listing .col-left {
    padding: 0 15px;
    width: 100%
}

@media (min-width:992px) {
    .syne2-news-listing .col-left {
        flex: 0 0 62%;
        max-width: 62%
    }
}

.syne2-news-listing .col-right {
    padding: 0 15px;
    width: 100%
}

@media (min-width:992px) {
    .syne2-news-listing .col-right {
        flex: 0 0 38%;
        max-width: 38%
    }
}

.news-listing-inner {
    background-color: #fff
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    border-radius: 2.6px;
    background: #fff;
    border: 1px solid #d4dce5;
    padding: 15px;
    margin-bottom: 14px;
    transition: 0.3s all
}

@media (min-width:768px) {
    .news-item {
        padding: 1.5625rem 0;
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #e0e6ee;
        margin-bottom: 0
    }
}

.news-item:hover {
    border-color: #16c0ef
}

    .news-item:hover .news-item-head h4 {
        color: #5d677e
    }

    .news-item:hover .news-item-date p {
        color: #5d677e
    }

.news-item-date {
    width: 100%
}

@media (min-width:768px) {
    .news-item-date {
        flex: 0 0 150px;
        padding-right: 15px;
        max-width: 150px
    }
}

.news-item-date p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    margin-bottom: 10px;
    transition: 0.3s all
}

@media (min-width:992px) {
    .news-item-date p {
        font-size: 19px;
        line-height: 26px;
        color: rgba(93,103,126,0.7)
    }
}

.news-item-head {
    width: 100%
}

@media (min-width:768px) {
    .news-item-head {
        flex-basis: 0;
        padding-left: 15px;
        flex-grow: 1;
        max-width: 100%
    }
}

.news-item-head h4 {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    transition: 0.3s all
}

@media (min-width:992px) {
    .news-item-head h4 {
        font-weight: bold;
        font-size: 1.1875rem;
        line-height: 1.625rem;
        color: rgba(93,103,126,0.7)
    }
}

a:hover {
    text-decoration: none !important
}

.p-main {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .p-main {
        color: #5d677e;
        line-height: 1.625rem;
        font-size: 1.125rem;
        margin-bottom: 2.5rem
    }
}

div .btn-link {
    font-weight: bold;
    font-size: 15px;
    color: #23c0ef;
    margin-top: 0;
    text-decoration: underline
}

.syne2-news-approach {
    background-color: #f4f8fa;
    padding: 35px 0px 20px
}

@media (min-width:992px) {
    .syne2-news-approach {
        padding: 4.6875rem 0 2.1875rem
    }
}

@media (min-width:992px) {
    .syne2-news-approach .head-wrap .head {
        margin-bottom: 1.25rem
    }
}

.syne2-news-approach .head-wrap .p-main {
    margin-bottom: 35px;
    color: #2a3844;
    font-weight: 500
}

@media (min-width:992px) {
    .syne2-news-approach .head-wrap .p-main {
        font-weight: 600;
        margin-bottom: 4.6875rem
    }
}

.news-page .news-spec .head {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px
}

@media (min-width:992px) {
    .news-page .news-spec .head {
        margin-bottom: 1.875rem;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.news-spec .p-main {
    color: #2a3844
}

@media (min-width:992px) {
    .news-spec .p-main {
        line-height: 1.875rem
    }
}

@media (min-width:768px) {
    .news-spec:nth-of-type(2n) {
        flex-direction: row-reverse
    }
}

@media (min-width:768px) {
    .news-spec:nth-of-type(2n) .card-bl {
        margin-left: auto
    }
}

.news-spec .card-bl {
    max-width: 430px;
    margin-bottom: 30px;
    box-shadow: 0px 7px 20px rgba(131,131,131,0.16);
    border-bottom: none
}

@media (min-width:992px) {
    .news-spec .card-bl {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem
    }
}

.news-spec .card-bl-img {
    background-color: #16c0ef;
    padding-bottom: 57%
}

@media (min-width:768px) {
    .news-spec .card-bl-img {
        padding-bottom: 60.5%
    }
}

.news-spec .card-bl-img:before {
    bottom: -1px
}

.news-spec .card-bl .card-icon {
    position: absolute;
    right: 42px;
    top: 35px;
    width: 102px
}

@media (min-width:992px) {
    .news-spec .card-bl .card-icon {
        width: 9.0625rem;
        right: 3.25rem;
        top: 3rem
    }
}

.news-spec .card-bl .card-pattern {
    position: absolute;
    left: 1.375rem;
    bottom: 1.875rem;
    height: 75%
}

.news-spec .card-bl-body {
    padding: 18px 25px 25px
}

@media (min-width:768px) {
    .news-spec .card-bl-body {
        padding: 1.25rem 2rem 1.875rem
    }
}

.news-spec .card-bl-body a {
    font-weight: 500
}

.news-spec .card-bl-desc {
    margin-bottom: 18px
}

@media (min-width:992px) {
    .news-spec .card-bl-desc {
        margin-bottom: 1.75rem
    }
}

.author-logo {
    width: 60px;
    height: 60px;
    background: #23c0ef;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: 68%;
    right: 40px;
    z-index: 1
}

@media (min-width:992px) {
    .author-logo {
        width: 3.75rem;
        height: 3.75rem
    }
}

.career-inner-banner {
    background: #f4f8fa
}

    .career-inner-banner .shape-career-banner {
        width: 13.125rem;
        position: absolute;
        bottom: 2.8125rem;
        left: -10%
    }

    .career-inner-banner .container {
        height: 20.75rem;
        position: relative
    }

@media (max-width:767px) {
    .career-inner-banner .container {
        height: inherit;
        padding-top: 20px;
        padding-bottom: 30px
    }
}

.career-inner-banner .bnr-img {
    position: absolute;
    bottom: 23%;
    right: 60px;
    max-width: 296px
}

@media (max-width:991px) {
    .career-inner-banner .bnr-img {
        right: 0;
        display: none;
        width: 300px
    }
}

.career-inner-banner h1 {
    font-size: 1.875rem
}

@media (max-width:767px) {
    .career-inner-banner h1 {
        font-size: 24px
    }
}

.career-inner-banner p {
    font-size: 1.125rem
}

@media (max-width:767px) {
    .career-inner-banner p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .career-page .w-lg-75 {
        width: 72%
    }
}

@media (max-width:767.98px) {
    .career-page .bnr-wrap h1 {
        max-width: 90%
    }
}

@media (max-width:767.98px) {
    .career-page .bnr-wrap p {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .career-page .syne2-banner {
        padding-top: 2.375rem;
        padding-bottom: 0;
        background-color: #f4f8fa
    }
}

.syne2-career-listing-link {
    padding: 35px 0 38px
}

@media (min-width:992px) {
    .syne2-career-listing-link {
        padding: 5.75rem 0 5.9375rem
    }
}

.syne2-career-listing-link .btn {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #23c0ef;
    background-color: #fff
}

@media (min-width:992px) {
    .syne2-career-listing-link .btn {
        font-size: 0.9375rem
    }
}

.syne2-career-listing-link h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.39px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 24px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .syne2-career-listing-link h2 {
        max-width: initial;
        font-size: 36px;
        margin-bottom: 0
    }
}

.syne2-career-intro {
    padding: 36px 0 15px;
    position: relative
}

@media (min-width:992px) {
    .syne2-career-intro {
        padding: 4.6875rem 0 2.25rem
    }
}

.syne2-career-intro .p-head {
    font-weight: 400;
    color: #5d677e
}

@media (max-width:991.98px) {
    .syne2-career-intro .p-head {
        font-weight: 600;
        letter-spacing: initial;
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.syne2-career-intro .shape-arrows {
    position: absolute;
    width: 10.625rem;
    left: 30px;
    top: 50px;
    display: none
}

@media (min-width:992px) {
    .syne2-career-intro .shape-arrows {
        display: block
    }
}

.syne2-career-intro .p-main {
    margin-bottom: 20px;
    color: #2a3844
}

@media (min-width:992px) {
    .syne2-career-intro .p-main {
        margin-bottom: 2.5rem;
        line-height: 1.875rem
    }
}

@media (min-width:992px) {
    .syne2-career-intro .row {
        margin-left: -2.375rem;
        margin-right: -2.375rem
    }

        .syne2-career-intro .row [class*=" col-"], .syne2-career-intro .row [class^=col-] {
            padding-left: 2.375rem;
            padding-right: 2.375rem
        }
}

.syne2-career-sec6 {
    padding: 34px 0 20px
}

@media (min-width:992px) {
    .syne2-career-sec6 {
        padding: 4.625rem 0 2.75rem
    }
}

.syne2-career-sec6 .head {
    margin-bottom: 16px
}

@media (min-width:992px) {
    .syne2-career-sec6 .head {
        margin-bottom: 1.875rem
    }
}

.syne2-career-sec6 h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #5d677e;
    margin-bottom: 7px
}

@media (min-width:992px) {
    .syne2-career-sec6 h5 {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0.875rem
    }
}

.syne2-career-sec6 .p-main {
    margin-bottom: 14px
}

@media (min-width:992px) {
    .syne2-career-sec6 .p-main {
        margin-bottom: 1.875rem;
        line-height: 1.875rem
    }
}

.syne2-career-sec6 .img-wrap {
    max-width: 445px
}

.syne2-career-sec7 {
    padding: 34px 0 20px
}

@media (min-width:992px) {
    .syne2-career-sec7 {
        padding: 4.5625rem 0 2.75rem
    }
}

.syne2-career-sec7 .card-bl {
    box-shadow: 0px 7px 20px rgba(131,131,131,0.16);
    border-bottom: none
}

@media (min-width:992px) {
    .syne2-career-sec7 .head-wrap .head {
        margin-bottom: 1.25rem
    }
}

.syne2-career-sec7 .head-wrap .p-main {
    margin-bottom: 53px;
    color: #2a3844;
    font-weight: 600
}

@media (min-width:992px) {
    .syne2-career-sec7 .head-wrap .p-main {
        margin-bottom: 4.6875rem
    }
}

@media (min-width:992px) {
    .syne2-career-sec7 .row-main {
        margin-left: -3.125rem;
        margin-right: -3.125rem
    }

        .syne2-career-sec7 .row-main [class*=" col-"], .syne2-career-sec7 .row-main [class^=col-] {
            padding-left: 3.125rem;
            padding-right: 3.125rem
        }
}

@media (min-width:992px) {
    .syne2-career-sec7 .card-bl-img {
        padding-bottom: 53%
    }
}

.syne2-career-sec7 .card-bl-img:before {
    transform: rotateY(-180deg)
}

.syne2-career-sec7 .card-bl-body {
    padding: 15px 20px 35px
}

@media (min-width:768px) {
    .syne2-career-sec7 .card-bl-body {
        padding: 2.1875rem 2.1875rem 2.5rem
    }
}

.syne2-career-sec7 .card-bl .author-logo {
    left: 20px;
    right: auto;
    top: 70%
}

@media (min-width:768px) {
    .syne2-career-sec7 .card-bl .author-logo {
        top: 58%
    }
}

@media (min-width:992px) {
    .syne2-career-sec7 .card-bl .author-logo {
        left: 40px;
        top: 65%
    }
}

@media (min-width:992px) {
    .syne2-career-sec7 .card-bl.flex-lg-column-reverse {
        margin-top: 3.125rem
    }
}

.syne2-career-sec7 .card-bl.flex-lg-column-reverse .card-bl-img:before {
    transform: rotateY(0deg)
}

@media (min-width:992px) {
    .syne2-career-sec7 .card-bl.flex-lg-column-reverse .card-bl-img:before {
        top: -1px;
        bottom: initial;
        transform: rotateX(-180deg)
    }
}

.syne2-career-sec7 .card-bl.flex-lg-column-reverse .author-logo {
    right: 25px;
    left: auto
}

@media (min-width:992px) {
    .syne2-career-sec7 .card-bl.flex-lg-column-reverse .author-logo {
        bottom: 66%;
        top: initial;
        right: 40px;
        left: initial
    }
}

@media (min-width:992px) {
    .syne2-career-sec7 .card-bl.flex-lg-column-reverse .card-bl-body {
        padding-bottom: 30px
    }
}

.career-item {
    display: flex;
    flex-wrap: wrap;
    border-radius: 2.6px;
    background: #fff;
    border: 1px solid #d4dce5;
    transition: 0.3s border;
    margin-bottom: 14px;
    padding: 20px 0px 20px
}

@media (min-width:768px) {
    .career-item {
        margin-bottom: 0;
        border: none;
        border-radius: 0px;
        padding: 1.9375rem 0px;
        border-bottom: 2px solid #e0e6ee
    }
}

.career-item:hover {
    border-color: #16c0ef
}

.career-item-title {
    padding: 0 15px;
    width: 100%
}

@media (min-width:768px) {
    .career-item-title {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 0
    }
}

.career-item-title p {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844
}

.career-item-role {
    padding: 0 15px;
    width: 100%
}

@media (min-width:768px) {
    .career-item-role {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.career-item-role p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844
}

.career-item-location {
    padding: 0 15px;
    width: 100%;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    border-right: 1px solid #d4dce5
}

@media (min-width:768px) {
    .career-item-location {
        flex: 0 0 30%;
        max-width: 30%;
        border-right: none
    }
}

.career-item-location p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    margin-bottom: 0
}

.career-item-time {
    padding: 0 15px;
    width: 100%;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

@media (min-width:768px) {
    .career-item-time {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 0
    }
}

.career-item-time p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844;
    margin-bottom: 0
}

@media (min-width:768px) {
    .career-item p {
        margin-bottom: 0;
        font-weight: bold;
        letter-spacing: 0.01em;
        color: #5d677e;
        line-height: 1.625rem;
        font-size: 1.1875rem
    }
}

.career-filter-popup .sel-2 .select2-container--default .select2-selection--single:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid #7c8796;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent
}

.career-filter-wrap {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 3px 6px #ededed
}

@media (min-width:768px) {
    .career-filter-wrap {
        padding: 1.75rem 2.1875rem 1.875rem;
        transform: translateY(-50%)
    }
}

.career-filter-wrap .sel-2 .select2-container--default .select2-selection--single:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid #7c8796;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent
}

.career-filter-wrap h5 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #2a3844
}

@media (min-width:768px) {
    .career-filter-wrap h5 {
        margin-bottom: 1.25rem;
        font-size: 1.25rem
    }
}

@media (min-width:768px) {
    .career-filter-wrap .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem
    }

        .career-filter-wrap .row [class*=" col-"], .career-filter-wrap .row [class^=col-] {
            padding-left: 0.625rem;
            padding-right: 0.625rem
        }
}

.career-filter-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important
}

.syne2-career-listing-sec {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .syne2-career-listing-sec {
        padding-bottom: 4.6875rem
    }
}

@media (max-width:991.98px) {
    .syne2-career-listing-sec .head-wrap .head {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .syne2-career-listing-sec .head-wrap .p-main {
        font-weight: 600
    }
}

.syne2-subscribe-sec {
    padding: 35px 0
}

@media (min-width:992px) {
    .syne2-subscribe-sec {
        padding: 4.625rem 0 4.75rem
    }
}

.syne2-subscribe-sec .head {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .syne2-subscribe-sec .head {
        margin-bottom: 0
    }
}

.syne2-subscribe-sec .head-sm {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #5d677e;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .syne2-subscribe-sec .head-sm {
        margin-bottom: 0.875rem
    }
}

.subscribe-form .input-group {
    margin-bottom: 8px
}

.subscribe-form .form-control {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #a7b0ba
}

.subscribe-form .btn {
    max-width: 9.0625rem;
    font-size: 15px;
    font-weight: bold;
    height: 3.35rem
}

.subscribe-form p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #5d677e;
    margin-bottom: 0px
}

@media (min-width:992px) {
    .subscribe-form p {
        font-size: 0.9375rem
    }
}

.subscribe-form p em {
    font-style: normal
}

.career-filter-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ecf0f6;
    margin-bottom: 30px
}

    .career-filter-mob p {
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 20px;
        color: #2a3844
    }

    .career-filter-mob a {
        display: inline-block;
        font-size: 22px;
        color: #9da5b0;
        line-height: 1
    }

.career-filter-popup {
    background-color: #ffff;
    padding: 15px 15px 25px;
    border-radius: 20px 20px 0px 0px;
    z-index: 111;
    position: relative
}

.career-filter-popup-wrap {
    position: fixed;
    bottom: -100%;
    transition: all ease 0.5s;
    z-index: 1050
}

    .career-filter-popup-wrap:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(23,32,38,0.6);
        z-index: 10;
        display: none
    }

.career-filter-popup h5 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 30px;
    margin-bottom: 27px;
    color: #2a3844
}

.career-filter-popup .career-popup-close {
    width: 72px;
    height: 4px;
    background: #c7c7c7;
    border-radius: 10px;
    display: block;
    margin: 0 auto 26px
}

.career-filter-popup .btn-group-lg > .btn, .career-filter-popup .btn-lg {
    font-weight: 600;
    font-size: 16px;
    height: 60px
}

.show-filter .career-filter-popup-wrap {
    bottom: 0
}

    .show-filter .career-filter-popup-wrap:before {
        display: block
    }

.st-plan {
    background: #F7F7FA
}

.pricing-bx .cardbx-price .monthly {
    color: #5D677E;
    opacity: 0.5
}

.page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .date-wrap .pricing-bx .month, .prd-box .ends-in-text p .pricing-bx strong, .prd-box .post-fund-details p.rised .pricing-bx strong, .pricing-bx .f-bold, .pricing-bx .page-projects-view .prj-milestone .list-item .milestone-head .m-date-title .date-wrap .month, .pricing-bx .prd-box .ends-in-text p strong, .pricing-bx .prd-box .post-fund-details p.rised strong {
    font-weight: 700
}

.pricing-bx .price {
    font-size: 2.5rem;
    font-weight: 900
}

.plan-detail-section {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width:767.98px) {
    .plan-detail-section {
        padding-top: 0;
        padding-bottom: 50px
    }
}

.syne-table.pricing-table th h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2A3844
}

@media (max-width:767.98px) {
    .syne-table.pricing-table th h4 {
        font-size: 1.125rem
    }
}

.syne-table.pricing-table th p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #2A3844
}

.syne-table.pricing-table .table {
    border: 1px solid #E0E6EE
}

@media (max-width:767.98px) {
    .syne-table.pricing-table .table {
        width: 600px;
        max-width: inherit
    }
}

.syne-table.pricing-table .table tbody td, .syne-table.pricing-table .table tbody th {
    border: 0;
    padding: 20px 15px;
    font-size: 1rem;
    color: #5D677E;
    font-weight: 400
}

@media (max-width:767.98px) {
    .syne-table.pricing-table .table tbody td, .syne-table.pricing-table .table tbody th {
        border-right: 1px solid #e0e6ee;
        text-align: center;
        padding: 20px 15px;
        font-size: 0.875rem
    }
}

.syne-table.pricing-table .table tbody td:first-child, .syne-table.pricing-table .table tbody th:first-child {
    padding-left: 25px
}

@media (max-width:767.98px) {
    .syne-table.pricing-table .table tbody td:first-child, .syne-table.pricing-table .table tbody th:first-child {
        text-align: left;
        padding-left: 15px
    }
}

.syne-table.pricing-table .table tbody td i, .syne-table.pricing-table .table tbody th i {
    color: #23C0EF;
    font-size: 1.25rem
}

.syne-table.pricing-table .table tbody h3 {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #2A3844
}

@media (max-width:767.98px) {
    .syne-table.pricing-table .table tbody h3 {
        font-size: 0.9375rem;
        font-weight: 700
    }
}

.syne-table.pricing-table .table tbody tr:nth-child(2n) {
    background: #FAFCFD
}

.syne-table.pricing-table .table tbody tr:nth-child(odd) {
    background: #fff
}

.syne-table.pricing-table .table thead tr {
    background: #fff !important
}

.syne-table.pricing-table .table thead th {
    border-bottom: 1px solid #e0e6ee;
    padding: 25px 15px;
    background: transparent
}

@media (max-width:767.98px) {
    .syne-table.pricing-table .table thead th {
        border-right: 1px solid #e0e6ee;
        padding: 20px 15px;
        width: 30%
    }
}

.syne-table.pricing-table .table thead th:first-child {
    padding-left: 25px
}

@media (max-width:767.98px) {
    .syne-table.pricing-table .table thead th:first-child {
        width: 70%;
        vertical-align: middle !important;
        padding-left: 15px
    }
}

.syne-table.pricing-table .table .white {
    background: #fff !important
}

.syne-table.pricing-table .table .light-blue {
    background: #FAFCFD !important
}

.syne-table.pricing-table .vr-middle td {
    vertical-align: bottom !important
}

@media (max-width:767.98px) {
    .pricing-page .syne2-banner {
        padding-bottom: 25px
    }
}

.pricing-page .create-pricing-cards {
    padding-left: 0;
    padding-right: 0
}

.pricing-page .billing-bx {
    padding-top: 15px
}

@media (max-width:1400.98px) {
    .pricing-page .billing-bx {
        padding-top: 0
    }
}

@media (max-width:767.98px) {
    .pricing-page .billing-bx {
        padding-top: 25px
    }
}

.pricing-page .billing-bx .billing-head {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2A3844;
    margin: 0;
    display: flex;
    align-items: center
}

    .pricing-page .billing-bx .billing-head .indication {
        width: 22px;
        height: 22px;
        background: #23C0EF;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-right: 14px
    }

.pricing-page .billing-bx .org-type {
    margin-top: 25px;
    margin-bottom: 45px
}

@media (max-width:1400.98px) {
    .pricing-page .billing-bx .org-type {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

@media (max-width:767.98px) {
    .pricing-page .billing-bx .org-type {
        margin-bottom: 25px;
        margin-top: 25px
    }
}

.pricing-page .billing-bx .org-type .form-group {
    margin-bottom: 20px
}

@media (max-width:1400.98px) {
    .pricing-page .billing-bx .org-type .form-group {
        margin-bottom: 15px
    }
}

.pricing-page .billing-bx .org-type .custom_radio label {
    border: 1px solid #E0E6EE;
    border-radius: 5px;
    padding: 25px 25px 25px 50px;
    width: 100%;
    transition: all,ease,0.5s;
    margin-bottom: 0
}

@media (max-width:1400.98px) {
    .pricing-page .billing-bx .org-type .custom_radio label {
        padding: 15px 25px 15px 50px
    }
}

.pricing-page .billing-bx .org-type .custom_radio .label {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2A3844;
    margin: 0 0 10px;
    display: inline-block
}

.pricing-page .billing-bx .org-type .custom_radio p {
    font-size: 1rem;
    color: #5D677E;
    margin-bottom: 10px
}

    .pricing-page .billing-bx .org-type .custom_radio p:last-child {
        font-weight: 600;
        margin-bottom: 0;
        color: #2A3844
    }

.pricing-page .billing-bx .org-type .custom_radio [type=radio]:checked + label {
    border-color: #23C0EF !important
}

    .pricing-page .billing-bx .org-type .custom_radio [type=radio]:checked + label:before, .pricing-page .billing-bx .org-type .custom_radio [type=radio]:not(:checked) + label:before {
        left: 20px;
        top: 24px
    }

@media (max-width:1400.98px) {
    .pricing-page .billing-bx .org-type .custom_radio [type=radio]:checked + label:before, .pricing-page .billing-bx .org-type .custom_radio [type=radio]:not(:checked) + label:before {
        left: 20px;
        top: 14px
    }
}

.pricing-page .billing-bx .org-type .custom_radio [type=radio]:checked + label:after, .pricing-page .billing-bx .org-type .custom_radio [type=radio]:not(:checked) + label:after {
    top: 28px;
    left: 24px
}

@media (max-width:1400.98px) {
    .pricing-page .billing-bx .org-type .custom_radio [type=radio]:checked + label:after, .pricing-page .billing-bx .org-type .custom_radio [type=radio]:not(:checked) + label:after {
        top: 18px;
        left: 24px
    }
}

.pricing-page .billing-bx .payment-methods-bx {
    border: 1px solid #E0E6EE;
    border-radius: 5px;
    padding: 20px 20px;
    margin-top: 25px
}

@media (max-width:1400.98px) {
    .pricing-page .billing-bx .payment-methods-bx {
        margin-top: 16px
    }
}

.pricing-page .billing-bx .payment-methods-bx .label {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2A3844;
    display: flex;
    align-items: center
}

    .pricing-page .billing-bx .payment-methods-bx .label i {
        margin-right: 15px;
        margin-left: 10px;
        font-size: 22px;
        color: #7C8796
    }

.pricing-page .billing-bx.mob-billing-bx {
    padding: 15px 15px
}

    .pricing-page .billing-bx.mob-billing-bx .custom_radio label {
        background: #fff
    }

    .pricing-page .billing-bx.mob-billing-bx .payment-methods-bx {
        background: #fff
    }

.pricing-page .billing-bx .order-details {
    background: #FAFCFF;
    padding: 23px 25px 23px 35px;
    border-radius: 5px;
    max-height: 100%;
    overflow: auto
}

.pricing-page .billing-bx .order-details-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.review-order, .subscribe-bx {
    width: 480px;
    height: 100vh;
    position: fixed;
    right: -480px;
    top: 0;
    background: #fff;
    z-index: 10000;
    padding: 30px 45px;
    transition: all,ease,0.5s;
    overflow: auto
}

    .review-order::-webkit-scrollbar, .subscribe-bx::-webkit-scrollbar {
        width: 5px
    }

    .review-order::-webkit-scrollbar-track, .subscribe-bx::-webkit-scrollbar-track {
        background-color: #ebebeb;
        border-radius: 10px
    }

    .review-order::-webkit-scrollbar-thumb, .subscribe-bx::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #ccc
    }

@media (max-width:1400.98px) {
    .review-order, .subscribe-bx {
        padding: 25px 45px
    }
}

@media (max-width:767.98px) {
    .review-order, .subscribe-bx {
        width: 100%;
        left: 0;
        right: 0;
        height: 100vh;
        top: -100vh;
        overflow-y: auto;
        padding: 30px 25px
    }
}

.review-order.active, .subscribe-bx.active {
    right: 0
}

@media (max-width:767.98px) {
    .review-order.active, .subscribe-bx.active {
        top: 0
    }
}

.review-order .close, .subscribe-bx .close {
    color: #CAD1D9;
    opacity: 1;
    font-size: 1rem;
    transition: all,ease,0.5s
}

    .review-order .close:hover, .subscribe-bx .close:hover {
        color: #000
    }

.show-subscribe-bx .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23,32,38,0.6);
    z-index: 1111;
    transition: all,ease,0.3s
}

.amout-box .amount-row {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin-bottom: 15px
}

body {
    padding-right: 0 !important
}

    body.modal-open {
        padding-right: 0 !important
    }

@media (min-width:992px) {
    body.modal-open .left-sidebar {
        position: relative;
        top: 0
    }
}

@media (max-width:991px) {
    body.modal-open #left-sidebar {
        display: none !important
    }
}

body.modal-open .mob-btm-menu {
    display: none
}

body.page-create-project .mob-btm-menu {
    display: none
}

body.page-create-project .footer-menu {
    display: none
}

body.page-organisation-timeline .footer-menu {
    display: none
}

body.footer-hide .footer-menu {
    display: none
}

body .page-wrap {
    padding-bottom: 4.6875rem
}

body.show-create-mobilemenu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23,32,38,0.6);
    z-index: 10
}

body.show-create-mobilemenu .mob-create-menu {
    transition: all,ease,0.5s;
    bottom: 0;
    z-index: 9999
}

body.show-create-mobilemenu .mob-btm-menu {
    bottom: -100%;
    transition: all,ease,0.5s
}

@media (max-width:767px) {
    body.has-footer .page-wrap {
        padding-bottom: 2.5rem
    }
}

body.has-footer .mob-btm-menu {
    display: none !important
}

body.page-projects-view {
    padding-top: 5.9375rem
}

@media (max-width:767px) {
    body.page-projects-view {
        padding-top: 55px
    }
}

body.page-projects-view .project-logged-header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: white;
    z-index: 1040;
    border-bottom: 1px solid #e0e6ee;
    z-index: 21;
    width: 100%;
    background-color: #fff
}

    body.page-projects-view .project-logged-header .project-previev {
        display: none !important
    }

@media (max-width:767px) {
    body.page-projects-view .project-logged-header .project-previev {
        display: flex !important
    }

    body.page-projects-view .project-logged-header .logo img {
        width: 50px
    }
}

body.page-projects-view .project-logged-header .container {
    height: 5.9375rem;
    align-items: center
}

@media (max-width:767px) {
    body.page-projects-view .project-logged-header .container {
        height: 55px
    }
}

body.page-projects-view .project-logged-header .project-action .btn {
    width: 9.75rem;
    height: 2.875rem;
    border-radius: 3px;
    font-size: 0.9375rem
}

    body.page-projects-view .project-logged-header .project-action .btn i {
        color: #16c0ef;
        font-size: 12px
    }

    body.page-projects-view .project-logged-header .project-action .btn:hover i {
        color: white
    }

    body.page-projects-view .project-logged-header .project-action .btn.btn-publish i {
        color: #fff
    }

@media (max-width:767px) {
    body.page-projects-view .project-logged-header .project-action {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: white;
        z-index: 1;
        display: flex;
        margin-right: 0 !important
    }

        body.page-projects-view .project-logged-header .project-action .btn {
            border: solid 1px #e0e6ee;
            width: 100%;
            margin: 0 !important;
            border-radius: 0 !important
        }

            body.page-projects-view .project-logged-header .project-action .btn.btn-publish {
                border-left: 0 !important
            }
}

body.page-projects-view .syne-header {
    display: none
}

body.page-projects-view.sign-in {
    padding-top: 5.9375rem
}

    body.page-projects-view.sign-in .left-sidebar-wrap {
        display: none
    }

@media (max-width:767px) {
    body.page-projects-view.sign-in {
        padding-top: 3.75rem
    }
}

body.page-projects-view.sign-in .syne-header {
    display: block
}

body.page-timeline .footer-menu {
    display: none !important
}

@media (max-width:767px) {
    body.top-page-back-hdr .top-page-back {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 12
    }
}

body.user-login .left-sidebar, body.user-login .setting-submenu-items {
    display: none
}

body.user-login .hdr-message {
    display: none
}

body.user-login .hdr-notify {
    display: none
}

body.user-login .user-profile-dropdown {
    display: none
}

body.user-login .hdr-user-login {
    display: block
}

@media (max-width:991px) {
    body.user-login .hdr-user-login {
        display: none
    }
}

body.user-login .user-login-menu {
    display: block
}

body.show-menu.user-login .left-sidebar, body.show-menu.user-login .setting-submenu-items {
    display: none
}

body.slide-open.typeFilter-open .typeFilters {
    left: 0
}

body.slide-open.typeCatogoryFilters-open .typeCatogoryFilters {
    left: 0
}

body.show-menu .mobile-setting-wrap .top-page-back {
    display: none
}

body.setting-submenu-open .mobile-setting-wrap .top-page-back {
    display: none
}

body.otp-verification .syne-header {
    z-index: 99
}

body.otp-verification .mob-btm-menu {
    display: none !important
}

body.chatboxOpen .chatbox-close {
    visibility: visible
}

body.chatboxOpen .chatbox-col {
    right: 0
}

@media (max-width:991px) {
    body.chatboxOpen .chatbox-col {
        padding-top: 70px
    }
}

@media (max-width:991px) {
    body.chatboxOpen .chatbox-col .chat-list-hdr {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 1044
    }
}

@media (max-width:991px) {
    body.chatboxOpen .chat-textarea {
        display: block
    }
}

body.bannerOpenEdit {
    width: 100%;
    overflow: hidden
}

    body.bannerOpenEdit .mob-btm-menu {
        display: none !important
    }

@media (max-width:767px) {
    .footer {
        padding-bottom: 60px
    }
}

.footer-menu {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem
}

@media (max-width:767px) {
    .footer-menu {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem
    }
}

@media (max-width:767px) {
    .footer-menu .ftr-menu-col {
        margin-bottom: 0.9375rem
    }
}

.footer-menu .ftr-menu-col .ttl {
    font-size: 12px;
    color: #506d85
}

@media (max-width:767px) {
    .footer-menu .ftr-menu-col .ttl {
        font-size: 15px;
        font-weight: bold
    }
}

.footer-menu .ftr-menu-col .ttl-ftr i {
    transition: all,ease,0.3s;
    font-size: 19px;
    margin-right: 15px
}

.footer-menu .ftr-menu-col.open ul {
    display: block !important
}

.footer-menu .ftr-menu-col.open .ttl-ftr i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.footer-menu li {
    font-size: 12px;
    margin-bottom: 0.625rem
}

@media (max-width:767px) {
    .footer-menu li {
        margin-bottom: 0.625rem
    }
}

.footer-menu li a {
    color: #506d85
}

.footer-menu .form-control {
    padding-right: 5.625rem
}

.footer-menu .btn-suscribe {
    width: 5.625rem;
    position: absolute;
    right: 19px;
    top: 5px;
    background: white
}

@media (max-width:767px) {
    .footer-menu ul {
        display: none
    }
}

@media (max-width:767px) {
    .ftr-menu-col-3 {
        margin-bottom: 1.25rem
    }
}

@media (min-width:768px) {
    .privecy-text {
        border-top: 1px solid #e3eaed
    }
}

@media (max-width:767px) {
    .privecy-text {
        text-align: center;
        padding-top: 0 !important
    }
}

.privecy-text p a {
    color: #506d85
}

.section-error-row {
    padding-bottom: 6.25rem;
    padding-left: 5.3125rem
}

@media (max-width:767px) {
    .section-error-row {
        padding-left: 0;
        padding-bottom: 2.1875rem
    }
}

@media (max-width:767px) {
    .section-error-row .error-image-bx img {
        width: 90%;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .error-text-bx {
        text-align: center;
        padding-top: 2.8125rem
    }
}

/*ADDED for MESSAGING by Sumeth*/
.hdr-message .hdr-dropdown-message {
    width: 22.5rem;
    top: 7px !important;
    left: 7px !important;
    height: 35.3125rem;
    position: relative;
    z-index: 1
}

    .hdr-message .hdr-dropdown-message:after, .hdr-message .hdr-dropdown-message:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 11px solid transparent;
        border-bottom: 14px solid #fff;
        border-right: 14px solid transparent;
        right: 1.5%;
        top: -9px;
        margin: auto;
        width: 0;
        z-index: 2
    }

    .hdr-message .hdr-dropdown-message .message-viewall-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -1px 14px 0 rgba(63,83,110,0.25)
    }

    .hdr-message .hdr-dropdown-message .syneScroll {
        max-height: 100%
    }

.conversation-hide {
    display: none;
}

.conversation-show {
    display: flex;
}
/*ADDED for MESSAGING ENDS*/
/*# sourceMappingURL=main.min.css.map */

/*Product switch header css*/
.guide-navbar {
    box-shadow: 0px 23px 42px rgb(45 50 63 / 6%);
    border: 1px solid #E0E6EE !important;
    width: 16rem !important;
}

    .guide-navbar .guide-container {
        padding: 10px;
    }

        .guide-navbar .guide-container ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .guide-navbar .guide-container ul li {
                display: inline-block;
                width: 49%;
            }

                .guide-navbar .guide-container ul li a {
                    display: block;
                    padding: 5px;
                    text-align: center;
                    font-size: 14px;
                    line-height: 24px;
                    font-weight: 700;
                }

                    .guide-navbar .guide-container ul li a:hover {
                        background: rgba(241, 244, 247, 0.56);
                        border-radius: 5px;
                        color: #2A3844;
                        text-decoration: none;
                    }

                .guide-navbar .guide-container ul li:nth-child(1) img {
                    width: 40%;
                }

                .guide-navbar .guide-container ul li:nth-child(2) img {
                    width: 50%;
                }

                .guide-navbar .guide-container ul li a img {
                    max-width: 100%;
                    height: 45px;
                    width: 55px;
                }

                .guide-navbar .guide-container ul li a .guideInfo {
                    margin-top: 5px;
                    display: block;
                    font-size: 12px;
                }

.guideList .dropdown-toggle:after {
    display: none;
}

.guideList .dropdown-toggle {
    background-image: url(/assets/images/guide.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.guideList.show .dropdown-toggle {
    background-image: url(/assets/images/guideBlue.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.guide-navbar {
    top: 15px !important;
}
/*Product switch header css*/