.bg-teal-light {
    background-color: #a0cecb !important;
    color: #fff
}

.bg-teal-dark {
    background-color: #7db1b1 !important;
    color: #fff
}

.border-teal-light {
    border: 1px solid #a0cecb !important
}

.border-teal-dark {
    border: 1px solid #7db1b1 !important
}

.bg-hover-teal-light:hover {
    background-color: #a0cecb !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-teal-dark:hover {
    background-color: #7db1b1 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-teal-light {
    color: #a0cecb !important
}

.color-teal-dark {
    color: #7db1b1 !important
}

.bg-green-light {
    background-color: #a0d468 !important;
    color: #fff
}

.bg-green-dark {
    background-color: #8cc152 !important;
    color: #fff
}

.border-green-light {
    border: 1px solid #a0d468 !important
}

.border-green-dark {
    border: 1px solid #8cc152 !important
}

.bg-hover-green-light:hover {
    background-color: #a0d468 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-green-dark:hover {
    background-color: #8cc152 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-green-light {
    color: #a0d468 !important
}

.color-green-dark {
    color: #8cc152 !important
}

.bg-green2-light {
    background-color: #2ecc71 !important;
    color: #fff
}

.bg-green2-dark {
    background-color: #2aba66 !important;
    color: #fff
}

.border-green2-light {
    border: 1px solid #2ecc71 !important
}

.border-green2-dark {
    border: 1px solid #2aba66 !important
}

.bg-hover-green2-light:hover {
    background-color: #2ecc71 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-green2-dark:hover {
    background-color: #2aba66 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-green2-light {
    color: #2ecc71 !important
}

.color-green2-dark {
    color: #2aba66 !important
}

.bg-blue-light {
    background-color: #5d9cec !important;
    color: #fff
}

.bg-blue-dark {
    background-color: #4a89dc !important;
    color: #fff
}

.border-blue-light {
    border: 1px solid #5d9cec !important
}

.border-blue-dark {
    border: 1px solid #4a89dc !important
}

.bg-hover-blue-light:hover {
    background-color: #5d9cec !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-blue-dark:hover {
    background-color: #4a89dc !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-blue-light {
    color: #5d9cec !important
}

.color-blue-dark {
    color: #4a89dc !important
}

.bg-blue2-light {
    background-color: #4fc1e9 !important;
    color: #fff
}

.bg-blue2-dark {
    background-color: #3bafda !important;
    color: #fff !important
}

.border-blue2-light {
    border: 1px solid #4fc1e9 !important
}

.border-blue2-dark {
    border: 1px solid #3bafda !important
}

.bg-hover-blue2-light:hover {
    background-color: #4fc1e9 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-blue2-dark:hover {
    background-color: #3bafda !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-blue2-light {
    color: #4fc1e9 !important
}

.color-blue2-dark {
    color: #3bafda !important
}

.bg-magenta-light {
    background-color: #8067b7 !important;
    color: #fff
}

.bg-magenta-dark {
    background-color: #6a50a7 !important;
    color: #fff
}

.border-magenta-light {
    border: 1px solid #8067b7 !important
}

.border-magenta-dark {
    border: 1px solid #6a50a7 !important
}

.bg-hover-magenta-light:hover {
    background-color: #8067b7 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-magenta-dark:hover {
    background-color: #6a50a7 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-magenta-light {
    color: #8067b7 !important
}

.color-magenta-dark {
    color: #6a50a7 !important
}

.bg-night-light {
    background-color: #656d78 !important;
    color: #fff
}

.bg-night-dark {
    background-color: #434a54 !important;
    color: #fff
}

.border-night-light {
    border: 1px solid #656d78 !important
}

.border-night-dark {
    border: 1px solid #434a54 !important
}

.bg-hover-night-light:hover {
    background-color: #656d78 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-night-dark:hover {
    background-color: #434a54 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-night-light {
    color: #656d78 !important
}

.color-night-dark {
    color: #434a54 !important
}

.bg-yellow-light {
    background-color: #ffce54 !important;
    color: #fff
}

.bg-yellow-dark {
    background-color: #f6bb42 !important;
    color: #fff
}

.border-yellow-light {
    border: 1px solid #ffce54 !important
}

.border-yellow-dark {
    border: 1px solid #f6bb42 !important
}

.bg-hover-yellow-light:hover {
    background-color: #ffce54 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-yellow-dark:hover {
    background-color: #f6bb42 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-yellow-light {
    color: #ffce54 !important
}

.color-yellow-dark {
    color: #f6bb42 !important
}

.bg-yellow2-light {
    background-color: #e8ce4d !important;
    color: #fff
}

.bg-yellow2-dark {
    background-color: #e0c341 !important;
    color: #fff
}

.border-yellow2-light {
    border: 1px solid #e8ce4d !important
}

.border-yellow2-dark {
    border: 1px solid #e0c341 !important
}

.bg-hover-yellow2-light:hover {
    background-color: #e8ce4d !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-yellow2-dark:hover {
    background-color: #e0c341 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-yellow2-light {
    color: #e8ce4d !important
}

.color-yellow2-dark {
    color: #e0c341 !important
}

.bg-orange-light {
    background-color: #fc6e51 !important;
    color: #fff
}

.bg-orange-dark {
    background-color: #e9573f !important;
    color: #fff
}

.border-orange-light {
    border: 1px solid #fc6e51 !important
}

.border-orange-dark {
    border: 1px solid #e9573f !important
}

.bg-hover-orange-light:hover {
    background-color: #fc6e51 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-orange-dark:hover {
    background-color: #e9573f !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-orange-light {
    color: #fc6e51 !important
}

.color-orange-dark {
    color: #e9573f !important
}

.bg-red-light {
    background-color: #e74c3c !important;
    color: #fff
}

.bg-red-dark {
    background-color: #c0392b !important;
    color: #fff
}

.border-red-light {
    border: 1px solid #e74c3c !important
}

.border-red-dark {
    border: 1px solid #c0392b !important
}

.bg-hover-red-light:hover {
    background-color: #e74c3c !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-red-dark:hover {
    background-color: #c0392b !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-red-light {
    color: #e74c3c !important
}

.color-red-dark {
    color: #c0392b !important
}

.bg-pink-light {
    background-color: #fa6a8e !important;
    color: #fff
}

.bg-pink-dark {
    background-color: #fb3365 !important;
    color: #fff
}

.border-pink-light {
    border: 1px solid #fa6a8e !important
}

.border-pink-dark {
    border: 1px solid #fb3365 !important
}

.bg-hover-pink-light:hover {
    background-color: #f85d84 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-pink-dark:hover {
    background-color: #fa6a8e !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-pink-light {
    color: #fa6a8e !important
}

.color-pink-dark {
    color: #fb3365 !important
}

.bg-brown-light {
    background-color: #baa286 !important;
    color: #fff
}

.bg-brown-dark {
    background-color: #aa8e69 !important;
    color: #fff
}

.border-brown-light {
    border: 1px solid #baa286 !important
}

.border-brown-dark {
    border: 1px solid #aa8e69 !important
}

.bg-hover-brown-light:hover {
    background-color: #baa286 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-brown-dark:hover {
    background-color: #aa8e69 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-brown-light {
    color: #baa286 !important
}

.color-brown-dark {
    color: #aa8e69 !important
}

.bg-brown2-light {
    background-color: #8e8271 !important;
    color: #fff
}

.bg-brown2-dark {
    background-color: #7b7163 !important;
    color: #fff
}

.border-brown2-light {
    border: 1px solid #8e8271 !important
}

.border-brown2-dark {
    border: 1px solid #7b7163 !important
}

.bg-hover-brown2-light:hover {
    background-color: #8e8271 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-brown2-dark:hover {
    background-color: #7b7163 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-brown2-light {
    color: #8e8271 !important
}

.color-brown2-dark {
    color: #7b7163 !important
}

.bg-gray-light {
    background-color: #bdc3c7 !important;
    color: #fff
}

.bg-gray-dark {
    background-color: #95a5a6 !important;
    color: #fff
}

.border-gray-light {
    border: 1px solid #bdc3c7 !important
}

.border-gray-dark {
    border: 1px solid #95a5a6 !important
}

.bg-hover-gray-light:hover {
    background-color: #bdc3c7 !important;
    color: #fff !important;
    transition: all .2s ease
}

.bg-hover-gray-dark:hover {
    background-color: #95a5a6 !important;
    color: #fff !important;
    transition: all .2s ease
}

.color-gray-light {
    color: #bdc3c7 !important
}

.color-gray-dark {
    color: #95a5a6 !important
}

.bg-hover-black:hover, .color-white {
    color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-black, .bg-hover-black:hover {
    background-color: #000 !important
}

.border-white {
    border: 1px solid #fff !important
}

.border-light {
    border-color: rgba(255,255,255,.05) !important
}

.color-black {
    color: #000 !important
}

.border-black {
    border: 1px solid #000 !important
}

.menu, .menu-hider {
    display: none;
    opacity: 0
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-transform: translate3d(1,1,1);
    transform: translate3d(1,1,1);
    text-rendering: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nav-logo {
    background-size: 28px 28px;
    height: 45px
}

.header-logo {
    background-size: 28px 28px;
    width: 50px
}

.footer .footer-logo {
    background-size: 50px 50px;
    height: 50px !important
}

.theme-light .header .header-logo {
    background-image: url(../images/preload-logo.png)
}

.theme-light .menu .nav-logo {
    background-image: url(../images/preload-logo.png)
}

.theme-light .footer .footer-logo {
    background-image: url(../images/preload-logo.png)
}

.theme-dark .header .header-logo {
    background-image: url(../images/preload-logo.png)
}

.theme-dark .menu .nav-logo {
    background-image: url(../images/preload-logo.png)
}

.theme-dark .footer .footer-logo {
    background-image: url(../images/preload-logo.png)
}

:focus {
    outline: 0
}

*, :after, :before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.upload-file {
    text-indent: -999em;
    outline: 0;
    width: 100%;
    height: 45px
}

.upload-file-text {
    pointer-events: none;
    margin-top: -50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

* {
    font-family: Roboto,sans-serif
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400
}

#page-hider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 998
}

::-webkit-scrollbar {
    display: none
}

::selection {
    background-color: #ccc;
    color: #000
}

a, blockquote, code, div, fieldset, form, iframe, img, input, label, p, pre, textarea {
    display: block;
    position: relative
}

input, textarea {
    outline: 0
}

    input[type=file] {
        color: transparent
    }

    input[type=submit] {
        appearance: none;
        -webkit-appearance: none
    }

input {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    display: inline-block
}

textarea {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}


label a {
    display: inline-block
}

.no-click {
    pointer-events: none !important
}

a {
    color: #2980b9
}

p > a {
    display: inline;
    text-decoration: none
}

    p > a:hover {
        text-decoration: underline
    }

p > span {
    display: inline
}

p strong {
    font-size: 13px;
    font-weight: 500
}

span > a {
    display: inline
}

a > span {
    display: inline
}

a {
    text-decoration: none
}

    a:hover {
        text-decoration: none
    }

em a, strong a {
    display: inline
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    display: inline
}


.table tr.even td {
    background: #efefef
}

.table tr:hover td {
    background: #f8f8f8
}

tr:hover > td {
    background: #fff
}

table, th {
    background-color: #f6f6f6
}

td, tr {
    line-height: 18px
}

td, th {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: middle;
    text-align: left;
}

th {
    font-weight: 700;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    color: #1f1f1f
}

td {
    padding: 9px 9px;
    background-color: #fdfdfd
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin-bottom: 27px;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9
}

.clear, .decoration {
    clear: both !important
}

.table-borders-light * {
    border-color: rgba(255,255,255,.1) !important
}


ol, ul {
    color: #666;
    font-size: 13px;
    margin-left: 20px
}

ul {
    margin-bottom: 30px
}

    ul ul {
        margin-bottom: 5px
    }

ol ol {
    margin-bottom: 5px
}

ol {
    margin-bottom: 30px
}

li {
    line-height: 24px;
    margin-bottom: 5px
}

ol > li:last-child, ul > li:last-child {
    margin-bottom: 0
}

textarea {
    font-family: Roboto,sans-serif
}

sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -15px
}

sub {
    bottom: 0
}

i {
    min-width: 12px
}

.disabled {
    display: none !important
}

.stop-scroll {
    overflow: hidden !important
}

.no-click {
    pointer-events: none
}

.no-border {
    border: none !important
}

.responsive-image {
    display: block;
    width: 100%
}

.round-image {
    border-radius: 100%
}

p {
    line-height: 26px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #6c6c6c
}

    p strong {
        color: #1f1f1f
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    margin-bottom: 5px;
    letter-spacing: -.3px;
    font-weight: 500
}

    h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
        font-family: Poppins,sans-serif
    }

h1 {
    font-size: 24px;
    line-height: 30px
}

h2 {
    font-size: 21px;
    line-height: 25px
}

h3 {
    font-size: 20px;
    line-height: 24px
}

h4 {
    font-size: 18px;
    line-height: 23px
}

h5 {
    font-size: 16px;
    line-height: 22px
}

.under-heading {
    margin-top: -8px
}

.heading-icon {
    float: right
}

.color-skin {
    color: #000
}

.color-black {
    color: #000 !important
}

.color-white {
    color: #fff !important
}

.color-theme {
    color: #1f1f1f !important
}

.bg-theme {
    background-color: #fff
}

.theme-dark .bg-theme {
    background-color: #000
}

.bg-black {
    background-color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.highlight {
    color: #fff;
    padding: 0 5px
}

.icon-list {
    list-style: none;
    padding-left: 5px
}

    .icon-list i {
        position: absolute;
        left: 0;
        margin-top: 6px
    }

.border-box {
    border-left-style: solid;
    border-width: 4px !important;
    padding: 5px 0 5px 15px
}

    .border-box em, .border-box strong {
        display: block;
        font-style: normal
    }

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.center-text, .left-text, .right-text, .text-center, .text-left, .text-right {
    display: block
}

.left-text, .text-left {
    text-align: left
}

.right-text, .text-right {
    text-align: right
}

.center-text, .text-center {
    text-align: center;
    display: block
}

.boxed-text-huge {
    width: 90%;
    max-width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.boxed-text-large {
    width: 85%;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.boxed-text-medium {
    width: 80%;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.boxed-text-small {
    width: 70%;
    max-width: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.center-vertical {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.center-horizontal {
    margin: 0 auto
}

.line-height-small {
    line-height: 17px !important
}

.line-height-medium {
    line-height: 22px !important
}

.line-height-large {
    line-height: 26px !important
}

.line-height-huge {
    line-height: 34px !important
}

.thin {
    font-weight: 300 !important
}

.ultrathin {
    font-weight: 100 !important
}

.thiner {
    font-weight: 400 !important
}

.bold {
    font-weight: 600 !important
}

.regularbold {
    font-weight: 500 !important
}

.bolder {
    font-weight: 700 !important
}

.ultrabold {
    font-weight: 800 !important
}

.font-italic {
    font-style: italic
}

.font-regular {
    font-style: normal
}

.font-uppercase {
    text-transform: uppercase !important
}

.font-lowercase {
    text-transform: lowercase !important
}

.font-capitalize {
    text-transform: capitalize !important
}

.wrapped-text-small {
    padding: 2px 10px
}

.wrapped-text-medium {
    padding: 5px 12px
}

.wrapped-text-large {
    padding: 6px 14px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clear {
    clear: both
}

.one-half {
    width: 47%;
    margin-right: 3%;
    float: left
}

    .one-half.last-column {
        width: 47%;
        margin: 0 0 auto 3%;
        float: left
    }

.one-third {
    width: 29.7%;
    margin-right: 5%;
    float: left
}

    .one-third.last-column {
        width: 30.33333%;
        margin: 0 0 auto 0;
        float: left
    }

.columns-three .col {
    width: 30%;
    float: left;
    margin-right: 5%
}

    .columns-three .col:nth-child(3n+3) {
        margin-right: 0
    }

.columns-two .col {
    width: 48%;
    float: left;
    margin-right: 4%
}

    .columns-two .col:nth-child(2n+2) {
        margin-right: 0
    }

.grid-columns div {
    width: 46%;
    text-align: center;
    float: left;
    margin-left: 3%
}

    .grid-columns div:nth-child(2n+1) {
        margin-right: 3%;
        margin-left: 0
    }

    .grid-columns div i {
        line-height: 70px;
        width: 70px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 40px
    }

    .grid-columns div p {
        line-height: 26px
    }

.list-columns-left div i, .list-columns-left img {
    text-align: center;
    width: 65px !important;
    line-height: 65px;
    position: absolute;
    margin-top: 8px
}

.list-columns-left div h1 {
    padding-left: 80px;
    margin-bottom: 0;
    font-size: 18px
}

.list-columns-left div p {
    padding-left: 80px;
    line-height: 22px
}

.list-columns-left div {
    min-height: 80px
}

.list-columns-right div i, .list-columns-right img {
    right: 0;
    text-align: center;
    width: 65px !important;
    line-height: 65px;
    position: absolute;
    margin-top: 5px
}

.list-columns-right div h1 {
    padding-right: 80px;
    margin-bottom: 0;
    font-size: 18px
}

.list-columns-right div p {
    padding-right: 80px;
    line-height: 22px
}

.list-columns-right div {
    min-height: 80px
}

.theme-light .loader-main {
    background-color: #fff
}

.theme-dark .loader-main {
    background-color: #000
}

.loader-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    will-change: opacity;
    transition: all 250ms ease
}

.loader-active {
    will-change: opacity;
    transition: all 350ms ease;
    opacity: 1 !important
}

.loader-inactive {
    will-change: opacity;
    transition: all 250ms ease;
    opacity: 0 !important;
    pointer-events: none !important
}

.preload-spinner {
    animation: preload-spin1 1.2s ease infinite;
    clip: rect(0,40px,40px,20px);
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px
}

    .preload-spinner:after {
        animation: preload-spin2 1.2s ease-in-out infinite;
        clip: rect(0,40px,40px,20px);
        content: '';
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        border-style: solid;
        border-width: 3px;
        border-color: inherit
    }

@keyframes preload-spin1 {
    25% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(185deg)
    }
}

@keyframes preload-spin2 {
    0% {
        transform: rotate(-175deg)
    }

    100% {
        transform: rotate(175deg)
    }
}

.preload-small:after {
    border-width: 1px
}

.preload-large:after {
    border-width: 8px
}

.bg-1 {
    background-image: url(../images/pictures/1.jpg)
}

.bg-2 {
    background-image: url(../images/pictures/2.jpg)
}

.bg-3 {
    background-image: url(../images/pictures/3.jpg)
}

.bg-4 {
    background-image: url(../images/pictures/4.jpg)
}

.bg-5 {
    background-image: url(../images/pictures/5.jpg)
}

.bg-6 {
    background-image: url(../images/pictures/6.jpg)
}

.bg-7 {
    background-image: url(../images/pictures/7.jpg)
}

.bg-8 {
    background-image: url(../images/pictures/8.jpg)
}

.bg-9 {
    background-image: url(../images/pictures/9.jpg)
}

.bg-10 {
    background-image: url(../images/pictures/10.jpg)
}

.bg-11 {
    background-image: url(../images/pictures/11.jpg)
}

.bg-12 {
    background-image: url(../images/pictures/12.jpg)
}

.bg-13 {
    background-image: url(../images/pictures/13.jpg)
}

.bg-14 {
    background-image: url(../images/pictures/14.jpg)
}

.bg-15 {
    background-image: url(../images/pictures/15.jpg)
}

.bg-16 {
    background-image: url(../images/pictures/16.jpg)
}

.bg-17 {
    background-image: url(../images/pictures/17.jpg)
}

.bg-18 {
    background-image: url(../images/pictures/18.jpg)
}

.bg-19 {
    background-image: url(../images/pictures/19.jpg)
}

.bg-20 {
    background-image: url(../images/pictures/20.jpg)
}

.bg-21 {
    background-image: url(../images/pictures/21.jpg)
}

.bg-22 {
    background-image: url(../images/pictures/22.jpg)
}

.bg-23 {
    background-image: url(../images/pictures/23.jpg)
}

.bg-24 {
    background-image: url(../images/pictures/24.jpg)
}

.bg-25 {
    background-image: url(../images/pictures/25.jpg)
}

.bg-26 {
    background-image: url(../images/pictures/26.jpg)
}

.bg-27 {
    background-image: url(../images/pictures/27.jpg)
}

.bg-28 {
    background-image: url(../images/pictures/28.jpg)
}

.bg-29 {
    background-image: url(../images/pictures/29.jpg)
}

.bg-30 {
    background-image: url(../images/pictures/30.jpg)
}

.divider {
    height: 1px;
    display: block;
    background-color: rgba(0,0,0,.06);
    margin-bottom: 30px
}

.divider-margins {
    margin: 0 15px 30px 15px
}

.divider-icon {
    height: 1px;
    display: block;
    background-color: rgba(0,0,0,.08);
    margin-bottom: 50px
}

    .divider-icon i {
        position: absolute;
        width: 50px;
        background-color: #fff;
        text-align: center;
        margin-top: -8px;
        left: 50%;
        transform: translateX(-50%)
    }

.divider-small {
    height: 2px;
    width: 80px;
    margin: auto
}

.no-shadow, .shadow-none {
    box-shadow: 0 0 0 0 transparent !important
}

.shadow-tiny {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.05)
}

.shadow-small {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1)
}

.shadow-medium {
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12),0 2px 14px 0 rgba(0,0,0,.08)
}

.shadow-large {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)
}

.shadow-huge {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)
}

.text-shadow {
    text-shadow: 0 1px 0 rgba(0,0,0,.4)
}

@media(max-width:325px) {
    .content {
        margin: 0 10px 30px 10px !important
    }

    .caption-margins {
        margin: 0 10px 30px 10px !important
    }
}

.content {
    margin: 0 15px 30px 15px
}

.content-round-tiny, .menu-box-round-tiny, .round-tiny {
    border-radius: 7px !important;
    overflow: hidden
}

.content-round-small, .menu-box-round-small, .round-small {
    border-radius: 10px !important;
    overflow: hidden
}

.content-round-medium, .menu-box-round-medium, .round-medium {
    border-radius: 15px !important;
    overflow: hidden
}

.content-round-large, .menu-box-round-large, .round-large {
    border-radius: 20px !important;
    overflow: hidden
}

.content-round-huge, .menu-box-round-huge, .round-huge {
    border-radius: 30px !important;
    overflow: hidden
}

.vertical-center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.horizontal-center {
    display: block;
    margin: 0 auto
}

.content-box {
    padding: 20px;
    margin: 0 0 30px 0
}

    .content-box p {
        margin-bottom: 0
    }

.content-above {
    z-index: 3
}

.content-background, .content-overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.content-background {
    z-index: 1;
    background-size: cover
}

.page-content {
    background-color: #fff;
    transition: transform .3s ease
}

.header, .menu, .menu-active {
    transition: transform .3s ease;
    will-change: transform,opacity
}

.menu-hider {
    transition: opacity .3s ease;
    will-change: opacity
}

.page-content {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.11);
    z-index: 98
}

#page {
    display: block;
    background-color: #fff;
    left: 0;
    right: 0;
    overflow: hidden
}

.page-content-black {
    background-color: #000;
    position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0;
    right: 0
}

.footer-title span, .header-title span {
    font-family: Poppins,sans-serif
}

.header .header-title, .header-nav .header-title {
    position: absolute;
    height: 56px;
    line-height: 56px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    z-index: 1;
    font-family: Poppins,sans-serif
}

.footer .footer-logo, .header .header-logo, .header-nav .header-logo {
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 50%
}

.header, .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 99
}

.header-static {
    position: relative !important
}

.header-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important
}

.header-clear {
    padding-top: 55px
}

.header-clear-small {
    padding-top: 20px
}

.header-clear-medium {
    padding-top: 75px
}

.header-clear-large {
    padding-top: 90px
}

.header .header-icon, .header-nav .header-icon {
    position: absolute;
    height: 55px;
    width: 45px;
    text-align: center;
    line-height: 54px;
    font-size: 12px;
    color: #1f1f1f
}

.header {
    background-color: #fff;
    border-bottom: solid 1px rgba(0,0,0,.03);
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.08)
}

.header-transparent-light {
    background-color: transparent;
    box-shadow: none !important
}

    .header-transparent-light a {
        color: #fff
    }

.header-transparent-dark {
    background-color: transparent;
    box-shadow: none !important
}

    .header-transparent-dark a {
        color: #000
    }

.header-logo-center .header-icon-1 {
    left: 0
}

.header-logo-center .header-icon-2 {
    left: 45px
}

.header-logo-center .header-icon-3 {
    right: 45px
}

.header-logo-center .header-icon-4 {
    right: 0
}

.header-logo-center .header-title {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    text-align: center
}

.header-logo-center .header-logo {
    background-position: center center;
    width: 150px !important;
    left: 50%;
    margin-left: -75px;
    text-align: center
}

.header-logo-left .header-icon-1 {
    right: 0
}

.header-logo-left .header-icon-2 {
    right: 45px
}

.header-logo-left .header-icon-3 {
    right: 90px
}

.header-logo-left .header-icon-4 {
    right: 135px
}

.header-logo-left .header-logo {
    left: 0 !important;
    margin-left: 0 !important
}

.header-logo-left .header-title {
    left: 15px !important;
    margin-left: 0 !important
}

.header-logo-right .header-icon-1 {
    left: 0
}

.header-logo-right .header-icon-2 {
    left: 45px
}

.header-logo-right .header-icon-3 {
    left: 90px
}

.header-logo-right .header-icon-4 {
    left: 135px
}

.header-logo-right .header-logo {
    left: auto !important;
    right: 20px !important;
    margin-left: 0 !important
}

.header-logo-right .header-title {
    left: auto !important;
    right: 20px !important;
    margin-left: 0 !important
}

.header-logo-app .header-icon-1 {
    left: 3px
}

.header-logo-app .header-icon-2 {
    right: 2px
}

.header-logo-app .header-icon-3 {
    right: 45px
}

.header-logo-app .header-icon-4 {
    right: 90px
}

.header-logo-app .header-logo {
    left: 0 !important;
    margin-left: 40px !important
}

.header-logo-app .header-title {
    left: 0 !important;
    margin-left: 55px !important
}

.header-logo {
    color: transparent !important
}

.footer {
    padding: 30px 30px 10px 30px;
    overflow: hidden;
    z-index: 11;
    background-color: #fff
}

    .footer strong i {
        padding: 0 5px
    }

    .footer .footer-text {
        text-align: center;
        padding: 10px 10px 0 10px
    }

    .footer strong {
        font-size: 10px;
        display: block;
        text-align: center;
        color: #acacac;
        font-weight: 700;
        margin-top: 0;
        text-transform: uppercase
    }

.footer-socials {
    max-width: 240px;
    margin: 0 auto
}

    .footer-socials a {
        float: left;
        font-size: 14px;
        margin: 0 5px;
        color: #fff
    }

        .footer-socials a i {
            width: 38px;
            line-height: 38px;
            text-align: center;
            display: block;
            float: left
        }

    .footer-socials:after {
        content: "";
        display: table;
        clear: both
    }

.footer-copyright {
    border-top: solid 1px rgba(255,255,255,.03);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 11px;
    line-height: 24px
}

.footer {
    background-color: #fcfcfc,0,.05;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.1)
}

    .footer .footer-copyright {
        border-top: solid 1px rgba(0,0,0,.05) !important
    }

    .footer .footer-title {
        color: #1f1f1f
    }

    .footer .footer-logo {
        position: relative;
        width: 100%;
        left: auto;
        margin: 0 auto;
        color: rgba(255,255,255,0)
    }

        .footer .footer-logo span {
            display: none !important
        }

    .footer .footer-title {
        width: 100%;
        font-size: 24px;
        text-align: center;
        font-weight: 800;
        font-family: Poppins,sans-serif
    }

.footer-logo span, .header-logo span {
    display: none
}

.footer .footer-logo {
    position: relative;
    width: 100%;
    left: auto;
    margin: 0 auto
}

.menu-hider {
    position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.35);
    z-index: 99;
    pointer-events: none;
    opacity: 0
}

.menu-hider-active {
    opacity: 1 !important;
    pointer-events: all !important
}

.menu {
    position: fixed;
    background-color: #fff;
    z-index: 100;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.menu-box-left {
    left: 0;
    top: 0 !important;
    width: 250px;
    bottom: 0;
    box-shadow: 0 15px 25px 1px rgba(0,0,0,.1);
    transform: translate3d(-100%,0,0)
}

.menu-box-right {
    right: 0;
    transform: translateX(100%);
    top: 0;
    bottom: 0;
    box-shadow: 0 15px 25px 1px rgba(0,0,0,.1);
    width: 250px
}

.menu-box-top {
    transform: translate3d(0,-115%,0);
    top: 0;
    left: 0;
    right: 0;
    height: 300px
}

.menu-box-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    transform: translate3d(0,110%,0)
}

.menu-box-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease !important
}

.menu-box-top.menu-box-detached {
    top: 20px;
    left: 20px;
    right: 20px
}

.menu-box-bottom.menu-box-detached {
    bottom: 20px;
    left: 20px;
    right: 20px
}

.menu-box-left.menu-active {
    transform: translate3d(0,0,0) !important
}

.menu-box-right.menu-active {
    transform: translate3d(0,0,0) !important
}

.menu-box-top.menu-active {
    transform: translate3d(0,0,0) !important
}

.menu-box-bottom.menu-active {
    transform: translate3d(0,0,0) !important
}

.menu-box-modal.menu-active {
    transition: all .3s ease !important;
    pointer-events: all !important;
    opacity: 1 !important;
    transform: translate(-50%,-50%) scale(1,1) !important
}

.menu-hider.menu-active {
    opacity: 1;
    pointer-events: all
}

    .menu-hider.menu-active.menu-active-clear {
        background-color: rgba(0,0,0,0) !important
    }

.menu-box-left[data-menu-effect=menu-reveal], .menu-box-right[data-menu-effect=menu-reveal] {
    opacity: 0;
    pointer-events: none;
    transform: translate(0) !important;
    z-index: 96
}

.menu-active.menu {
    opacity: 1 !important;
    pointer-events: all !important
}

#menu-update {
    display: block !important;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    width: 310px;
    height: 430px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    pointer-events: none;
    border-radius: 20px;
    transition: all 350ms ease
}

#menu-install-pwa-ios {
    overflow: visible !important
}

.fa-ios-arrow {
    transform: translateY(10px)
}

.theme-light .fa-ios-arrow {
    color: #fff !important
}

.menu-active {
    opacity: 1 !important
}

.menu-active-no-click {
    opacity: 1;
    background-color: rgba(0,0,0,.8);
    pointer-events: all !important
}

.theme-change-transition {
    transition: all 150ms ease !important
}

.highlight-changer a {
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -5px
}

    .highlight-changer a i {
        margin-top: 10px;
        display: block
    }

    .highlight-changer a span {
        font-size: 11px;
        display: block;
        margin-top: -10px;
        margin-bottom: -5px
    }

.nav a {
    margin: 10px 10px;
    line-height: 42px;
    padding-bottom: 1px;
    transition: all 250ms ease
}

.nav-small a {
    line-height: 35px;
    margin-bottom: -5px
}

    .nav-small a:last-child {
        margin-bottom: 15px !important
    }

    .nav-small a span {
        font-size: 13px !important;
        margin-left: -5px
    }

    .nav-small a i:first-child {
        font-size: 12px !important
    }

    .nav-small a i:last-child {
        margin-top: -3px
    }

.nav-medium a {
    line-height: 40px;
    margin-bottom: -5px
}

    .nav-medium a:last-child {
        margin-bottom: 15px !important
    }

    .nav-medium a span {
        font-size: 13px !important;
        margin-left: 0
    }

    .nav-medium a i:first-child {
        font-size: 13px !important;
        margin-left: 5px
    }

    .nav-medium a i:last-child {
        margin-top: -1px;
        margin-right: 8px
    }

.nav a:hover {
    border-radius: 5px;
    background-color: rgba(0,0,0,.05);
    transition: all 250ms ease
}

.nav a i {
    color: #1f1f1f;
    transition: all 250ms ease !important
}

.nav a .fa-plus {
    font-size: 9px !important
}

.nav a span {
    color: #1f1f1f;
    font-size: 14px;
    padding-left: 15px
}

.nav .active-nav {
    border-radius: 5px
}

    .nav .active-nav span {
        color: #fff !important
    }

    .nav .active-nav i {
        color: #fff !important
    }

.nav .active-subnav {
    border-radius: 5px;
    background-color: rgba(0,0,0,.05)
}

.nav-submenu a {
    color: rgba(0,0,0,.6)
}

.nav-logo span {
    display: none !important
}

.nav-title span {
    font-family: Poppins,sans-serif
}

.nav .divider {
    margin-bottom: 15px
}

.nav p {
    font-size: 10px;
    margin: 0 0 10px 0;
    text-align: center
}

.nav a i:first-child {
    padding-left: 10px;
    font-size: 14px;
    width: 25px;
    text-align: center
}

.nav a i:last-child {
    font-size: 10px;
    position: absolute;
    right: 10px;
    line-height: 45px
}

.nav-logo {
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    width: 100%;
    margin: 30px 0 0 0;
    color: rgba(255,255,255,0) !important
}

.nav-title {
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 30px 0 20px 0;
    font-weight: 800;
    font-family: Poppins,sans-serif
}

.nav-text {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: -23px 0 25px 0
}

.nav-submenu {
    height: 0;
    overflow: hidden;
    transition: all 350ms ease;
    margin-bottom: -10px
}

    .nav-submenu a {
        font-size: 13px;
        margin-bottom: -5px !important;
        padding-left: 15px
    }

.nav-divider {
    font-size: 11px;
    line-height: 54px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 20px;
    background-color: rgba(0,0,0,.06)
}

.landing-header a img {
    width: 215px;
    margin: 0 auto
}

.landing-header em {
    text-align: center;
    display: block;
    font-style: normal;
    margin-top: -5px
}

.landing-header {
    margin-bottom: 50px
}

.landing-footer {
    margin-top: 30px
}

.landing-icons a i {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff
}

.landing-icons {
    max-width: 320px;
    margin: auto
}

    .landing-icons a {
        width: 33.3%;
        display: block;
        float: left;
        margin-bottom: 8%
    }

        .landing-icons a em {
            display: block;
            text-align: center;
            font-size: 13px;
            font-style: normal;
            margin-top: 5px
        }

.single-slider {
    z-index: 50 !important
}

.under-slider-button {
    z-index: 90;
    transform: translateY(-53px);
    margin-bottom: -30px
}

.double-slider .under-slider-button {
    margin-bottom: -50px
}

.cta-button a {
    z-index: 10;
    margin: 0 auto 0 auto;
    display: block;
    width: 220px;
    text-align: center
}

.cta-socials {
    display: block;
    width: 188px;
    margin: 0 auto -1px auto;
    z-index: 10
}

    .cta-socials a {
        margin: 0 10px 0 10px
    }

.cta-buttons {
    z-index: 10;
    margin: 0 40px
}

    .cta-buttons a:first-child {
        float: left;
        width: 45%;
        margin: 0 5% 0 0
    }

    .cta-buttons a:last-child {
        float: left;
        width: 45%;
        margin: 0 0 0 5%
    }

.table-scroll {
    overflow-x: scroll;
    padding: 0 20px
}

    .table-scroll table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%
    }

.theme-light table {
    border: solid 1px rgba(0,0,0,.08)
}

.table-scroll td {
    padding: 8px
}

.table-scroll th {
    padding: 0 10px
}

.caption-image {
    display: block;
    width: 100%;
    overflow: hidden
}

.caption-top {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

.caption-bottom {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0
}

.caption-center {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%)
}

.bg-gradient {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 20%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.7) 70%,rgba(0,0,0,1) 100%)
}

.caption-bottom p {
    margin-bottom: 10px
}

.caption-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    pointer-events: none
}

[data-height=cover] .caption-top {
    padding-top: 55px
}

[data-height=cover-header] {
    overflow: visible !important
}

.caption {
    z-index: 2;
    margin-bottom: 30px;
    overflow: hidden
}

.caption-margins {
    margin: 0 15px 30px 15px
}

.caption-cover {
    height: 100vh
}

.caption-cover-header {
    height: calc(100vh - 55px)
}

.caption-background, .caption-bg {
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.caption-image img {
    transition: all 450ms ease
}

.caption-scale-image {
    transform: scale(1.05,1.05) !important
}

.caption-rotate-image {
    transform: rotate(5deg) scale(1.2,1.2) !important
}

.caption-grayscale-image {
    filter: grayscale(100%)
}

.caption-blur-image {
    filter: blur(5px)
}

.caption-hide-image {
    opacity: 0 !important
}

.caption-hide div {
    transition: all .4s ease
}

.polaroid-effect {
    background-color: #fff;
    padding: 5px;
    border: solid 1px rgba(0,0,0,.1)
}

.cover-button {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px
}

.cover-next, .cover-prev {
    z-index: 99;
    position: absolute;
    bottom: 90px
}

.cover-next {
    right: 20px
}

.cover-prev {
    left: 20px
}

.cover-has-buttons .owl-dots {
    transform: translateY(-85px) !important
}

.cover-no-buttons .cover-button, .cover-no-buttons .cover-next, .cover-no-buttons .cover-prev, .cover-no-buttons .owl-dots {
    display: none
}

.cover-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

    .cover-controls a {
        position: absolute;
        line-height: 60px;
        width: 60px;
        text-align: center
    }

        .cover-controls a:last-child {
            right: 0
        }

.map-full .cover-content, .map-full .cover-overlay {
    transition: all 350ms ease
}

.hide-map {
    position: absolute;
    margin-top: -60px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    opacity: 0;
    z-index: 2
}

.map-full .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.map-full iframe {
    width: 100vw;
    height: 100vh;
    z-index: 1
}

.activate-map {
    opacity: 1;
    transition: all 250ms ease;
    transition: all 350ms ease
}

.deactivate-map {
    opacity: 0;
    pointer-events: none;
    transition: all 350ms ease
}

.tab-content {
    display: none
}

.tab-controls a {
    border: solid 1px rgba(0,0,0,.07);
    border-right: none;
    text-align: center;
    float: left;
    font-size: 12px;
    margin-right: -1px;
    color: #1f1f1f;
    transition: all 250ms ease
}

    .tab-controls a:last-child {
        border: solid 1px rgba(0,0,0,.07)
    }

.tabs-large a {
    height: 45px;
    line-height: 45px;
    font-size: 14px
}

.tabs-medium a {
    height: 40px;
    line-height: 40px;
    font-size: 13px
}

.tabs-small a {
    height: 33px;
    line-height: 33px;
    font-size: 12px
}

.tabs-rounded a:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.tabs-rounded a:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.tabs-circled a:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.tabs-circled a:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.tab-slide-left {
    display: block !important;
    position: absolute;
    transform: translateX(-150%);
    transition: all 250ms ease
}

.tab-slide-right {
    display: block !important;
    position: absolute;
    transform: translateX(-150%);
    transition: all 250ms ease
}

.tab-slide-active {
    display: block !important;
    transform: translateX(0) !important
}

[data-accordion] {
    cursor: pointer
}

    [data-accordion] i {
        transition: all 250ms ease
    }

    [data-accordion] .fa-angle-down {
        font-size: 12px
    }

.accordion-content {
    display: none
}

.accordion-round-small .accordion-toggle-first {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.accordion-round-small .accordion-toggle-last {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.accordion-round-medium .accordion-toggle-first {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.accordion-round-medium .accordion-toggle-last {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.accordion-round-large .accordion-toggle-first {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px
}

.accordion-round-large .accordion-toggle-last {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px
}

.accordion-toggle-last {
    border-bottom: none
}

.accordion-style-1 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    padding: 0 15px 0 15px
}

.accordion-style-1 .accordion-icon-right {
    font-size: 10px;
    float: right;
    line-height: 50px;
    width: 20px;
    text-align: center
}

.accordion-style-1 .accordion-content {
    padding: 10px 0 10px 0
}

.accordion-style-1 .accordion-icon-left {
    font-size: 12px;
    width: 25px;
    padding-right: 10px;
    transform: translateY(1px)
}

.accordion-style-2 a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 45px;
    padding: 0 7px 0 0
}

.accordion-style-2 .accordion-icon-right {
    font-size: 10px;
    float: right;
    line-height: 45px;
    width: 20px;
    text-align: center
}

.accordion-style-2 .accordion-content {
    padding: 10px 0 10px 0
}

.accordion-style-2 .accordion-icon-left {
    font-size: 12px;
    width: 25px;
    padding-right: 10px
}

.dropdown-content {
    display: none;
    padding-bottom: 20px
}

.dropdown-style-1 i {
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 56px
}

.dropdown-style-1 .dropdown-icon {
    position: absolute;
    right: 0;
    left: auto;
    transition: all 250ms ease
}

.dropdown-style-1 p {
    line-height: 55px;
    padding-left: 38px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f
}

.dropdown-style-2 i {
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 50px
}

.dropdown-style-2 .dropdown-icon {
    position: absolute;
    right: 20px;
    left: auto;
    transition: all 250ms ease
}

.dropdown-style-2 p {
    line-height: 50px;
    padding-left: 45px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f
}

.chip * {
    font-size: 12px
}

.chip {
    display: inline-block;
    margin: 0 10px 15px 0;
    border-radius: 30px;
    padding-right: 15px
}

    .chip span {
        line-height: 29px
    }

    .chip i {
        width: 30px;
        line-height: 30px;
        border-radius: 100%;
        display: inline-block;
        text-align: center;
        margin-right: 5px
    }

    .chip img {
        display: inline;
        float: left;
        margin-right: 9px;
        border-radius: 30px;
        width: 30px;
        line-height: 30px
    }

.chip-medium {
    transform: scale(1.05,1.05)
}

.chip-large {
    transform: scale(1.1,1.1)
}

.toggle-animated, .toggle-animated * {
    transition: all 250ms ease
}

.toggle-content {
    display: none;
    padding-top: 15px
}

.toggle-switch input[type=checkbox] {
    position: absolute;
    left: -999px
}

.toggle-switch .fa-t1 {
    padding-left: 0;
    margin-left: 0
}

.toggle-switch .fa-t2 {
    padding-right: 0;
    margin-right: 1px
}

.toggle-ios strong {
    border: solid 1px rgba(0,0,0,.2)
}

.toggle-ios u {
    border: solid 2px rgba(152,152,152,.3)
}

.toggle-android strong {
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0 3px 3px rgba(0,0,0,.1)
}

.toggle-android .no-toggle-border {
    border: solid 1px transparent !important
}

.toggle-switch strong {
    display: block;
    position: absolute;
    top: 0;
    right: 28px;
    z-index: 1;
    background-color: #fff;
    border-radius: 30px
}

.toggle-switch u {
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0
}

.toggle-switch i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    text-align: center;
    z-index: 9;
    color: #fff;
    float: left
}

.toggle-icon i {
    position: absolute;
    right: 0;
    width: 25px;
    text-align: center;
    line-height: 25px
}

.toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    border-radius: 35px;
    overflow: hidden;
    z-index: 9999;
    transition: all 350ms ease
}

.toast-bottom {
    bottom: 30px;
    transform: translate(-50%,100px)
}

.toast-top {
    top: 30px;
    transform: translate(-50%,-100px)
}

.toast-active {
    transform: translate(-50%,0) !important
}

.toast p {
    font-size: 12px;
    padding: 0 30px;
    line-height: 35px;
    text-align: center;
    z-index: 1
}

.toast .toast-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.button {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 250ms ease;
    font-weight: 800;
    text-transform: uppercase
}

.button-icon i {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.1);
    text-align: center;
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.button-border {
    border: solid 1px
}

.button:active {
    box-shadow: inset 0 3px 5px 0 rgba(0,0,0,.3)
}

.button-circle {
    border-radius: 65px
}

.button-round {
    border-radius: 6px
}

.button-round-small {
    border-radius: 6px
}

.button-round-medium {
    border-radius: 7px
}

.button-round-large {
    border-radius: 10px
}

.button-round-huge {
    border-radius: 25px
}

.button-xxs {
    padding: 5px 12px;
    font-size: 11px
}

.button-xs {
    padding: 7px 14px;
    font-size: 12px
}

.button-s {
    padding: 8px 18px;
    font-size: 12px
}

.button-m {
    padding: 10px 20px;
    font-size: 12px
}

.button-l {
    padding: 13px 26px;
    font-size: 15px
}

.button-xl {
    padding: 15px 30px;
    font-size: 15px
}

.button-xxl {
    padding: 17px 34px;
    font-size: 17px
}

.button-full {
    display: block !important;
    text-align: center
}

.button-center-large {
    transform: translateX(-72%);
    width: 70%
}
.button-my {
    /* align:center; */
    width: 100%
}

.button-center-medium {
    transform: translateX(-82%);
    width: 60%
}

.button-center-small {
    transform: translateX(-124%);
    width: 40%
}

.button-center {
    left: 50%;
    transform: translateX(-46%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.button-center-large, .button-center-medium, .button-center-small {
    display: block;
    left: 50%;
    text-align: center;
    margin: auto !important
}

.button-icon-left i {
    padding-right: 15px
}

.button-icon-right i {
    padding-left: 15px
}

.button-icon.button-full {
    text-align: left
}

.button-xxs.button-icon i {
    width: 36px;
    line-height: 36px
}

.button-xxs.button-circle.button-icon i {
    border-radius: 36px
}

.button-xxs.button-icon {
    padding-left: 50px
}

    .button-xxs.button-icon i {
        width: 40px;
        line-height: 27px
    }

.button-xxs.button-3d {
    border-bottom: solid 3px
}

.button-xs.button-icon i {
    width: 40px;
    line-height: 40px
}

.button-xs.button-circle.button-icon i {
    border-radius: 40px
}

.button-xs.button-icon {
    padding-left: 52px
}

.button-xs.button-3d {
    border-bottom: solid 4px;
    padding-top: 9px
}

.button-s.button-icon i {
    width: 40px;
    line-height: 40px;
    font-size: 15px
}

.button-s.button-circle.button-icon i {
    border-radius: 43px
}

.button-s.button-icon {
    padding-left: 55px
}

.button-s.button-3d {
    border-bottom: solid 4px;
    padding-top: 10px
}

.button-m.button-icon i {
    width: 45px;
    line-height: 44px;
    font-size: 16px
}

.button-m.button-circle.button-icon i {
    border-radius: 46px
}

.button-m.button-icon {
    padding-left: 60px
}

.button-m.button-3d {
    border-bottom: solid 4px;
    padding-top: 12px
}

.button-l.button-icon i {
    width: 52px;
    line-height: 50px;
    font-size: 18px
}

.button-l.button-circle.button-icon i {
    border-radius: 52px
}

.button-l.button-icon {
    padding-left: 63px
}

.button-l.button-3d {
    border-bottom: solid 4px;
    padding-top: 15px
}

.button-xl.button-icon i {
    width: 55px;
    line-height: 55px;
    font-size: 18px
}

.button-xl.button-circle.button-icon i {
    border-radius: 55px
}

.button-xl.button-icon {
    padding-left: 68px
}

.button-xl.button-3d {
    border-bottom: solid 6px;
    padding-top: 17px
}

.button-xxl.button-icon i {
    width: 60px;
    line-height: 60px;
    font-size: 20px
}

.button-xxl.button-circle.button-icon i {
    border-radius: 60px
}

.button-xxl.button-icon {
    padding-left: 70px
}

.button-xxl.button-3d {
    border-bottom: solid 8px;
    padding-top: 19px
}

.icon {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 3px
}

    .icon:active {
        box-shadow: inset 0 3px 5px 0 rgba(0,0,0,.3)
    }

.icon-circle {
    border-radius: 45px
}

.icon-round {
    border-radius: 6px
}

.icon-xxs i {
    width: 35px;
    line-height: 35px;
    font-size: 13px
}

.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px
}

.icon-s i {
    width: 40px;
    line-height: 40px;
    font-size: 15px
}

.icon-m i {
    width: 45px;
    line-height: 45px;
    font-size: 16px
}

.icon-l i {
    width: 51px;
    line-height: 51px;
    font-size: 17px
}

.icon-xl i {
    width: 55px;
    line-height: 55px;
    font-size: 18px
}

.icon-xxl i {
    width: 60px;
    line-height: 60px;
    font-size: 19px
}

.icon-full {
    display: block;
    text-align: center
}

.icon-center-large {
    display: block;
    left: 50%;
    transform: translateX(-62%);
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.icon-center-medium {
    display: block;
    left: 50%;
    transform: translateX(-82%);
    width: 60%;
    margin: 0 auto;
    text-align: center
}

.icon-center-small {
    display: block;
    left: 50%;
    transform: translateX(-48%);
    width: 40%;
    text-align: center
}

.icon-center {
    left: 50%;
    transform: translateX(-46%);
    text-align: center
}

@media(max-width:321px) {
    .social-grid-4 {
        width: 300px;
        margin: 0 auto
    }
}

@media(min-width:321px) {
    .social-grid-4 {
        margin: auto 20px auto 20px
    }

    .social-grid-3 {
        width: 280px;
        margin: 0 auto
    }
}

.social-grid-4 a {
    width: 20%;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-left: 7px;
    margin-right: 7px
}

    .social-grid-4 a i {
        width: 50px;
        line-height: 50px;
        display: block;
        margin: 0 auto -5px auto
    }

    .social-grid-4 a span {
        opacity: .5;
        font-size: 12px
    }

.social-grid-3 a {
    width: 33%;
    line-height: 50px;
    text-align: center;
    float: left
}

    .social-grid-3 a i {
        width: 50px;
        line-height: 50px;
        display: block;
        margin: 0 auto -5px auto
    }

    .social-grid-3 a span {
        opacity: .5;
        font-size: 12px
    }

.content .back-to-top-badge {
    transform: translate(0,0) !important;
    width: 130px;
    margin: 30px auto 0 auto !important;
    left: auto;
    bottom: auto;
    display: block;
    position: relative !important
}

.content .back-to-top-icon {
    transform: scale(1,1) translate(0,0) !important;
    margin: 0 auto 30px auto;
    right: auto;
    bottom: auto;
    display: block;
    position: relative !important
}

.back-to-top-badge {
    position: fixed;
    z-index: 996;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,70px);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    transition: all 250ms ease
}

.back-to-top-icon {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    transform: scale(0,0);
    transition: all 250ms ease
}

.back-to-top-badge i {
    padding: 0 10px 0 0
}

.back-to-top-icon span {
    display: none
}

.back-to-top-badge.back-to-top-visible {
    transform: translate(-50%,0)
}

.back-to-top-icon.back-to-top-visible {
    transform: scale(1,1)
}

.back-to-top-icon-square {
    border-radius: 0
}

.back-to-top-icon-round {
    border-radius: 5px
}

.back-to-top-icon-circle {
    border-radius: 40px
}

.pagination-round a {
    border-radius: 35px
}

.pagination {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0
}

    .pagination a {
        color: #1f1f1f;
        font-size: 11px;
        display: inline-block;
        width: 35px;
        line-height: 33px;
        height: 35px;
        margin: 0 5px 5px 0;
        border-radius: 5px
    }

.gallery-view-controls a {
    float: left;
    width: 33.3%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #1f1f1f
}

.theme-dark .gallery-view-controls a {
    color: #fff
}

.theme-dark .gallery-view-controls {
    border-bottom: solid 1px rgba(255,255,255,.07)
}

.gallery-view-controls {
    border-bottom: solid 1px rgba(0,0,0,.05);
    margin-bottom: 30px
}

.gallery-view-1 a {
    width: 30%;
    float: left
}

.gallery-view-1 .caption {
    display: none
}

.gallery-view-2 .caption {
    display: none
}

.gallery-view-3 .caption {
    padding-top: 20px
}

.gallery-view-1 a {
    margin-bottom: 5%
}

    .gallery-view-1 a:nth-child(3n-1) {
        margin: auto 5% auto 5%
    }

.gallery-view-2 a {
    width: 47.5%;
    margin-bottom: 5%;
    float: left
}

    .gallery-view-2 a:nth-child(2n-1) {
        margin-right: 5%
    }

.gallery-filter-all {
    float: left !important;
    padding-left: 0 !important
}

.gallery-filter-controls {
    margin-left: 0;
    padding: 0;
    border-bottom: solid 1px rgba(0,0,0,.05)
}

    .gallery-filter-controls li {
        list-style: none;
        cursor: pointer;
        float: right;
        padding-left: 15px;
        font-weight: 500;
        transition: all 350ms ease
    }

        .gallery-filter-controls li:first-child {
            padding-right: 30px;
            font-weight: 800
        }

.gallery-filter-controls {
    width: 100%;
    box-sizing: border-box;
    display: block
}

.gallery-filter {
    transition: height 350ms ease;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px
}

    .gallery-filter a {
        width: 33.3%;
        padding: 5px;
        display: block;
        transition: height 350ms ease
    }

        .gallery-filter a img {
            display: block;
            width: 100%
        }

.gallery-thumbs {
    margin-bottom: 20px
}

    .gallery-collection:after, .gallery-filter-controls, .gallery-insta-controls:after, .gallery-thumbs:after {
        content: "";
        display: table;
        clear: both
    }

    .gallery-thumbs span {
        color: #1f1f1f;
        display: block;
        text-align: center;
        font-weight: 500;
        font-size: 12px
    }

.gallery-wide a {
    position: relative
}

.gallery-wide strong {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    z-index: 10;
    color: #fff
}

.gallery-wide img {
    margin-bottom: 0
}

.gallery-thumbs .polaroid-effect {
    padding: 4px
}

.gallery-thumbs a {
    float: left
}

    .gallery-thumbs a img {
        margin-bottom: 0;
        display: block;
        width: 100%
    }

.gallery-round a img {
    border-radius: 100%;
    overflow: hidden
}

.gallery-square a img {
    border-radius: 3px;
    overflow: hidden
}

.gallery-rounded a img {
    border-radius: 7px;
    overflow: hidden
}

@media(min-width:340px) {
    .gallery-thumbs a {
        width: 31.33333333%;
        margin-bottom: 4%
    }

        .gallery-thumbs a:nth-child(3n+2) {
            margin-left: 3%;
            margin-right: 3%
        }
}

@media(max-width:340px) {
    .gallery-filter a {
        width: 50%
    }

    .gallery-thumbs a {
        width: 47% !important;
        margin-bottom: 6%
    }

        .gallery-thumbs a:nth-child(odd) {
            margin-right: 6%
        }
}

.gallery-thumbs {
    margin-bottom: 20px
}

    .gallery-collection:after, .gallery-filter-controls, .gallery-insta-controls:after, .gallery-thumbs:after {
        content: "";
        display: table;
        clear: both
    }

    .gallery-thumbs span {
        color: #1f1f1f;
        display: block;
        text-align: center;
        font-weight: 500;
        font-size: 12px
    }

.gallery-wide a {
    position: relative
}

.gallery-wide strong {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    z-index: 10;
    color: #fff
}

.gallery-wide img {
    margin-bottom: 0
}

.gallery-thumbs .polaroid-effect {
    padding: 4px
}

.gallery-thumbs a {
    float: left
}

    .gallery-thumbs a img {
        margin-bottom: 0
    }

.gallery-round a img {
    border-radius: 100%;
    overflow: hidden
}

.gallery-square a img {
    border-radius: 3px;
    overflow: hidden
}

@media(min-width:340px) {
    .gallery-thumbs a {
        width: 31.33333333%;
        margin-bottom: 4%
    }

        .gallery-thumbs a:nth-child(3n+2) {
            margin-left: 3%;
            margin-right: 3%
        }
}

@media(max-width:340px) {
    .gallery-filter a {
        width: 50%
    }

    .gallery-thumbs a {
        width: 47% !important;
        margin-bottom: 6%
    }

        .gallery-thumbs a:nth-child(odd) {
            margin-right: 6%
        }
}

.gallery-collection a {
    width: 48%;
    float: left
}

    .gallery-collection a:nth-child(2n+2) {
        margin-left: 4%;
        margin-bottom: 4%
    }

    .gallery-collection a img {
        width: 50%;
        float: left;
        padding: 1px
    }

.gallery-collection i {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    font-size: 17px;
    color: #1f1f1f
}

.max-iframe {
    max-height: 200px !important;
    height: 300px !important;
    padding-bottom: 0 !important;
    margin: 0 auto
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    .responsive-iframe embed, .responsive-iframe iframe, .responsive-iframe object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.snackbars {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.snackbars-boxed {
    left: 10px;
    right: 10px;
    padding-bottom: 10px
}

.snackbars a {
    font-size: 13px;
    height: 0;
    padding-left: 50px;
    overflow: hidden;
    line-height: 45px;
    margin-bottom: 10px
}

    .snackbars a i {
        position: absolute;
        left: 0;
        width: 45px;
        line-height: 45px;
        text-align: center
    }

.snackbar-active {
    animation-name: snackbar-show;
    animation-duration: 3s
}

@keyframes snackbar-show {
    0% {
        height: 0
    }

    7% {
        height: 45px
    }

    93% {
        height: 45px
    }

    100% {
        height: 0
    }
}

.snackbar-round a {
    border-radius: 5px
}

.fac {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

    .fac label {
        margin: 0 1em 0 0;
        padding-left: 1.5em;
        cursor: pointer;
        font-weight: inherit
    }

    .fac > input + label:before, .fac > span::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        margin-top: .5px
    }

    .fac > input + label:before {
        transition: opacity 150ms ease-in-out
    }

    .fac input {
        display: none
    }

.checkboxes-demo .fac {
    display: block
}

.fac-checkbox-round > input + label:before, .fac-checkbox > input + label:before {
    opacity: 0
}

.fac-checkbox > input:checked + label:before, .fac > input:checked + label:before {
    opacity: 1
}

.fac-checkbox-o > input + label:before, .fac-checkbox-round-o > input + label:before, .fac-radio > input + label:before {
    opacity: 0
}

.fac-checkbox-o > input:checked + label:before, .fac-checkbox-round-o > input:checked + label:before, .fac-radio > input:checked + label:before {
    opacity: 1
}

.fac-default > input + label:before, .fac-default > span::after {
    color: #9d9d9d
}

.fac-blue > input + label:before, .fac-blue > span::after {
    color: #428bca
}

.fac-green > input + label:before, .fac-green > span::after {
    color: #5cb85c
}

.fac-orange > input + label:before, .fac-orange > span::after {
    color: #f0ad4e
}

.fac-red > input + label:before, .fac-red > span::after {
    color: #d9534f
}

.fac-checkbox > span::after {
    content: "\f45c";
    opacity: 1
}

.fac-checkbox > input[type=checkbox] + label:before {
    content: "\f00c";
    color: #fff !important;
    font-size: 10px !important;
    padding-left: 2px
}

.fac-checkbox-round > span::after {
    content: "\f111"
}

.fac-checkbox-round > input[type=checkbox] + label:before {
    content: "\f00c";
    color: #fff !important;
    font-size: 8px !important;
    padding-left: 3px
}

.fac-radio > span::after {
    content: "\f45c"
}

.fac-radio > input[type=radio] + label:before {
    content: "\f00c";
    color: #fff !important;
    font-size: 10px !important;
    padding-left: 2px
}

.fac-radio-full > span::after {
    content: "\f00c";
    font-size: 12px !important
}

.fac-radio-full > input[type=radio] + label:before {
    content: "\f111"
}

.input-light i {
    color: #fff
}

.input-light span {
    color: #fff !important
}

.input-light em {
    color: #7c7c7c !important
}

.input-light input {
    color: #fff !important;
    border-bottom: solid 1px rgba(255,255,255,.1) !important
}

    .input-light input::placeholder {
        color: #fff
    }

.input-style-1 input {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    background-color: transparent;
    border-bottom: solid 1px rgba(0,0,0,.08);
    transition: all 250ms ease
}

.input-style-1 textarea {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 28px;
    padding-right: 15px;
    padding-top: 14px;
    margin-top: -5px;
    margin-bottom: 15px;
    background-color: transparent;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    border-bottom: solid 1px rgba(0,0,0,.08);
    transition: all 250ms ease
}

    .input-style-1 textarea:focus {
        line-height: 24px;
        height: 150px;
        transition: all 250ms ease
    }

.input-style-1 span {
    color: #2980b9;
    font-weight: 500;
    position: absolute;
    font-size: 10px;
    margin-top: -3px;
    opacity: 0;
    transition: all 250ms ease
}

.input-style-1 em {
    position: absolute;
    top: 14px;
    font-size: 10px;
    font-style: normal;
    right: 0;
    color: rgba(0,0,0,.3)
}

    .input-style-1 em i {
        font-size: 12px;
        width: 15px;
        text-align: center;
        margin-top: 7px;
        display: block
    }

.input-style-1 input[type=date] {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    background-color: transparent;
    border-bottom: solid 1px rgba(0,0,0,.08);
    transition: all 250ms ease;
    color: #818181
}

    .input-style-1 input[type=date]::-webkit-inner-spin-button {
        opacity: 0
    }

    .input-style-1 input[type=date]::-webkit-calendar-picker-indicator {
        opacity: 0
    }

    .input-style-1 input[type=date]::-webkit-clear-button {
        opacity: 0
    }

.input-style-1-active {
    opacity: 1 !important
}

.input-style-1-inactive {
    color: #cacaca !important
}

.input-style-1 input:focus, .input-style-1 select:focus {
    border-bottom: solid 1px rgba(0,0,0,1)
}

.input-style-1 select {
    color: #818181;
    border-bottom: solid 1px rgba(0,0,0,.08);
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: 14px
}

.input-style-1.has-icon .input-icon {
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    margin-left: 0
}

.input-style-1.has-icon input {
    padding-left: 30px
}

.input-style-1.has-icon span {
    margin-left: 25px
}

.input-style-1.has-icon .input-style-1-active {
    color: #4a89dc !important;
    transform: translateX(-25px);
    transition: all 150ms ease
}

input[type=range] {
    -webkit-appearance: none;
    height: 20px;
    width: 100%;
    outline: 0
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: #f26b5e;
        position: relative;
        z-index: 3
    }

        input[type=range]::-webkit-slider-thumb:after {
            content: " ";
            height: 10px;
            position: absolute;
            z-index: 1;
            right: 20px;
            top: 5px;
            background: #ff5b32;
            background: linear-gradient(to right,#f088fc 1%,#ac6cff 70%)
        }

.input-style-2 {
    margin-bottom: 15px
}

    .input-style-2 span {
        pointer-events: none;
        color: #1f1f1f !important;
        position: absolute;
        font-size: 13px;
        z-index: 1;
        height: 20px;
        line-height: 20px;
        background-color: #fff;
        padding: 2px 5px 2px 5px;
        top: 14px;
        left: 10px;
        right: 10px;
        transition: all 150ms ease
    }

span.input-style-1-active {
    padding-right: 10px !important;
    right: auto !important
}

.input-style-2 .input-style-1-active {
    color: #4a89dc !important;
    transform: translateY(-25px);
    transition: all 150ms ease
}

.input-style-2 em {
    position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 10px;
    font-style: normal;
    color: #cacaca;
    line-height: 53px
}

    .input-style-2 em i {
        font-size: 12px !important;
        margin-top: 5px !important
    }

.input-style-2 input, .input-style-2 select, .input-style-2 textarea {
    background-color: transparent;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 10px !important;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    font-size: 13px;
    -webkit-appearance: none
}

    .input-style-2 input[type=date]::-webkit-inner-spin-button {
        opacity: 0
    }

    .input-style-2 input[type=date]::-webkit-calendar-picker-indicator {
        opacity: 0
    }

    .input-style-2 input[type=date]::-webkit-clear-button {
        opacity: 0
    }

.input-style-2.has-icon .input-icon {
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    margin-left: 15px
}

.input-style-2.has-icon input {
    padding-left: 40px
}

.input-style-2.has-icon span {
    margin-left: 25px
}

.input-style-2.has-icon .input-style-1-active {
    color: #4a89dc !important;
    transform: translate(-25px,-25px);
    transition: all 150ms ease
}

.ios-slider {
    height: 40px !important;
    background: linear-gradient(to right,#5d9cec 0,#5d9cec 100%);
    background-size: 100% 3px;
    background-position: center;
    background-repeat: no-repeat
}

    .ios-slider::-webkit-slider-thumb {
        background-color: #fff !important;
        border: solid 1px rgba(0,0,0,.1);
        border-radius: 30px;
        height: 25px !important;
        width: 25px !important;
        box-shadow: -3px 3px 10px 1px rgba(0,0,0,.2) !important
    }

.material-slider {
    height: 40px !important;
    background: linear-gradient(to right,#ccd1d9 0,#ccd1d9 100%);
    background-size: 100% 18px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 3px 0 3px
}

    .material-slider::-webkit-slider-thumb {
        background-color: #434a54 !important;
        border: solid 1px rgba(0,0,0,.1);
        height: 10px !important;
        width: 30px !important
    }

.classic-slider {
    height: 20px !important;
    background-color: #fff;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 30px !important;
    background-size: 100% 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0 3px 0 3px;
    -webkit-box-shadow: inset 0 2px 2px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 2px 1px rgba(0,0,0,.1)
}

    .classic-slider::-webkit-slider-thumb {
        background-color: #5d9cec !important;
        border: solid 1px transparent;
        height: 16px !important;
        border-radius: 20px;
        width: 16px !important;
        box-shadow: -3px 3px 10px 1px rgba(0,0,0,.2) !important
    }

.range-slider-icons {
    padding: 0 30px 0 30px
}

.range-slider.range-slider-icons i {
    position: absolute;
    top: 0;
    height: 44px;
    line-height: 44px;
    text-align: center
}

.range-slider .fa-range-icon-1 {
    left: 0
}

.range-slider .fa-range-icon-2 {
    right: 0
}

.progress-container {
    width: 100%;
    height: 3px;
    background: #ccc;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.progress-line {
    height: 3px;
    background: #4caf50;
    width: 0%
}

.search-results {
    overflow: scroll;
    transition: all .2s ease
}

.disabled-search-list {
    max-height: 0 !important;
    overflow: hidden;
    transition: all .2s ease
}

.disabled-search {
    display: none
}

.search-box {
    line-height: 45px;
    border: solid 1px rgba(0,0,0,.08)
}

    .search-box input {
        width: 100%;
        background-color: transparent;
        padding-left: 45px;
        line-height: 45px
    }

    .search-box .fa-search {
        position: absolute;
        left: 0;
        line-height: 45px;
        padding: 0 15px 0 15px
    }

    .search-box .fa-times {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px;
        line-height: 45px;
        width: 45px;
        text-align: center
    }

.search-color input {
    color: #fff
}

    .search-color input::placeholder {
        color: #fff
    }

.search-color i {
    color: #fff !important;
    z-index: 10
}

.search-icon-list a {
    color: #1f1f1f
}

.search-icon-list {
    padding-left: 10px;
    padding-top: 10px
}

    .search-icon-list a {
        line-height: 35px
    }

        .search-icon-list a i {
            padding-right: 10px
        }

.notification-style {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 100;
    border-radius: 10px;
    opacity: .98;
    transform: translateY(-110%);
    transition: all 250ms ease
}

    .notification-style h1, .notification-style h2, .notification-style h3, .notification-style h4, .notification-style h5 {
        font-family: Roboto,sans-serif
    }

.notification-active {
    transform: translateY(0) !important
}

.has-notch .notification-active {
    transform: translateY(35px) !important
}

.notification-style .notification-icon {
    padding: 5px 5px;
    display: block;
    background-color: rgba(255,255,255,.15)
}

    .notification-style .notification-icon i:first-child {
        margin: 0 5px 0 10px;
        font-size: 10px
    }

    .notification-style .notification-icon em {
        font-size: 11px;
        text-transform: uppercase;
        font-style: normal
    }

    .notification-style .notification-icon i:last-child {
        position: absolute;
        right: 0;
        line-height: 30px;
        width: 40px;
        text-align: center
    }

.notification-style h1 {
    margin: 10px 15px -7px 15px
}

.notification-style p {
    line-height: 15px;
    margin: 5px 15px 18px 15px;
    color: rgba(255,255,255,.9)
}

.notification-android {
    left: 5px;
    right: 5px;
    top: 5px;
    border-radius: 3px
}

    .notification-android i {
        position: absolute;
        top: 50%;
        transform: translateY(-55%);
        width: 35px;
        margin-left: 15px;
        line-height: 35px;
        border-radius: 35px;
        text-align: center;
        font-size: 13px
    }

    .notification-android h1 {
        padding-left: 55px
    }

    .notification-android p {
        padding-right: 60px;
        padding-left: 55px;
        font-size: 12px
    }

    .notification-android strong {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 10px;
        font-weight: 400;
        font-style: normal
    }

    .notification-android .notification-buttons {
        width: 100%;
        margin-left: 70px;
        padding-top: 5px;
        border-top: solid 1px rgba(255,255,255,.1)
    }

    .notification-android a {
        font-size: 11px;
        color: rgba(255,255,255,.9);
        text-transform: uppercase;
        text-align: left;
        font-weight: 500
    }

    .notification-android .notification-buttons i {
        opacity: .6;
        font-size: 11px;
        position: relative;
        float: left;
        margin: 0 10px 0 0;
        width: auto;
        transform: translateY(-5px)
    }

.notification-material {
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0
}

    .notification-material strong {
        font-size: 10px;
        font-weight: 400
    }

    .notification-material em {
        text-transform: none !important
    }

    .notification-material .notification-icon {
        background-color: transparent !important;
        margin-bottom: -15px
    }

    .notification-material img {
        position: absolute;
        width: 50px;
        border-radius: 50px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%)
    }

    .notification-material p {
        padding-right: 50px
    }

.alert-round-small {
    border-radius: 6px
}

.alert-round-medium {
    border-radius: 8px
}

.alert-round-large {
    border-radius: 13px
}

.alert-small {
    line-height: 48px;
    font-size: 13px;
    margin-bottom: 30px
}

    .alert-small i:first-child {
        background-color: rgba(255,255,255,.1);
        line-height: 48px;
        width: 48px;
        text-align: center;
        margin-right: 10px
    }

.alert-large {
    font-size: 13px;
    margin-bottom: 30px
}

    .alert-large strong {
        display: block;
        padding: 15px 0 0 70px;
        font-size: 16px;
        margin-bottom: -5px
    }

    .alert-large span {
        display: block;
        padding: 0 0 15px 70px;
        opacity: .7
    }

    .alert-large i:first-child {
        font-size: 20px;
        background-color: rgba(255,255,255,.1);
        position: absolute;
        line-height: 71px;
        width: 50px;
        text-align: center
    }

.alert .fa-times {
    position: absolute;
    width: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    right: 0;
    font-size: 12px;
    opacity: .4;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%)
}

.quote-1 {
    border-left-width: 4px;
    border-style: solid;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0
}

    .quote-1 img {
        display: inline;
        width: 65px;
        margin: 5px 15px 0 0;
        float: left;
        border-radius: 50px
    }

.quote-no-border {
    border-left-width: 0 !important;
    padding: 0 !important
}

.quote-1 .fa-quote-left, .quote-1 .fa-quote-right {
    position: absolute;
    top: 10px;
    opacity: .05;
    font-size: 50px
}

.quote-1 .fa-quote-right {
    top: auto;
    bottom: 40px;
    right: 0
}

.quote-1 p {
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 0
}

.quote-1 strong {
    font-size: 12px;
    padding-top: 10px;
    display: block;
    text-align: right
}

.review-1 em {
    position: absolute;
    right: 0;
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 500
}

    .review-1 em img {
        position: absolute;
        width: 38px;
        border-radius: 38px;
        left: -45px;
        margin: 4px 30px 0 0
    }

.review-1 span {
    display: block;
    margin: -5px 0 20px 0
}

    .review-1 span i {
        font-size: 14px;
        margin: -5px 1px 0 0
    }

.review-1 u {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 9px;
    text-decoration: none
}

.review-1 strong {
    display: block;
    font-size: 15px
}

.review-2 img {
    width: 120px;
    margin: 20px auto;
    border-radius: 120px
}

.review-2 h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.review-2 .review-stars {
    width: 120px;
    margin: 10px auto;
    color: #f39c12
}

    .review-2 .review-stars i {
        font-size: 18px
    }

.review-2 p {
    text-align: center;
    margin: 10px auto 30px auto;
    font-size: 15px;
    font-weight: 300
}

.review-2 em {
    text-align: center;
    display: block;
    font-size: 12px
}

.review-3 .review-icon {
    text-align: center;
    width: 100px;
    line-height: 100px;
    border-radius: 100px;
    margin: 0 auto 20px auto;
    display: block
}

.review-3 p {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300
}

.review-3 a {
    text-align: center;
    font-weight: 800
}

.review-3 .review-stars i {
    font-size: 23px
}

.review-3 .review-stars {
    width: 154px;
    margin: 20px auto
}

.review-4 h1 {
    font-size: 30px;
    font-weight: 800
}

.review-4 h2 {
    font-size: 12px;
    position: absolute;
    margin: -27px 0 0 70px
}

.review-4 a {
    text-align: right;
    font-size: 12px
}

.review-4 .review-stars {
    color: #f39c12
}

    .review-4 .review-stars i {
        margin: 0 5px 20px 0;
        font-size: 18px
    }

.review-4 img {
    width: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.review-4 p {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    line-height: 32px
}

.review-5 h1 {
    font-size: 50px;
    font-weight: 800
}

.review-5 h2 {
    font-size: 10px;
    position: absolute;
    margin: -43px 0 0 110px
}

.review-5 .review-stars {
    color: #f39c12;
    margin: -25px 0 0 110px
}

    .review-5 .review-stars i {
        margin: 0 2px 20px 0;
        font-size: 16px
    }

.review-5 img {
    width: 55px;
    border-radius: 55px;
    position: absolute;
    top: -15px;
    right: 0
}

.review-5 p {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 32px
}

.review-5 a {
    text-align: right;
    font-size: 12px
}

.review-6 h1 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: -5px
}

.review-6 em {
    font-size: 12px;
    padding-bottom: 10px;
    display: block
}

.review-6 h3 {
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px
}

.review-6 .review-stars {
    float: right;
    color: #f39c12;
    line-height: 30px
}

    .review-6 .review-stars i {
        padding-left: 5px
    }

.pricing-1, .pricing-2, .pricing-3, .pricing-4 {
    max-width: 280px;
    margin: 0 auto
}

.pricing-single {
    max-width: 280px;
    margin: 0 auto
}

.pricing-double-1 {
    width: 48%;
    float: left;
    margin-right: 4%
}

.pricing-double-2 {
    width: 48%;
    float: left
}

.pricing-1 {
    border: solid 1px rgba(0,0,0,.05);
    padding: 20px 0 10px 0
}

background .pricing-1 * {
    list-style: none
}

.pricing-1 .pricing-icon {
    font-size: 50px
}

.pricing-1 .pricing-title {
    font-size: 32px;
    padding: 20px 0 0 0
}

.pricing-1 .pricing-value {
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0 0 0
}

    .pricing-1 .pricing-value sup {
        font-size: 12px;
        top: -18px
    }

        .pricing-1 .pricing-value sup:first-child {
            padding-right: 5px;
            top: -13px;
            font-size: 20px
        }

.pricing-1 .pricing-subtitle {
    opacity: .6;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 0 10px 0
}

.pricing-1 .pricing-list {
    padding: 0
}

    .pricing-1 .pricing-list li {
        line-height: 40px;
        border-bottom: solid 1px rgba(0,0,0,.05);
        font-size: 14px;
        font-weight: 500
    }

        .pricing-1 .pricing-list li:last-child {
            border-bottom: none;
            margin-bottom: -20px
        }

.pricing-2 {
    border: solid 1px rgba(0,0,0,.05);
    padding: 0 0 10px 0
}

    .pricing-2 * {
        list-style: none
    }

    .pricing-2 .pricing-icon {
        font-size: 50px;
        padding: 10px 0 10px 0
    }

    .pricing-2 .pricing-title {
        font-size: 25px;
        padding: 15px 0 15px 0;
        margin: -10px 0 20px 0
    }

    .pricing-2 .pricing-overtitle {
        font-size: 25px;
        padding: 15px 0 15px 0;
        margin: -10px 0 0 0
    }

    .pricing-2 .pricing-value {
        font-size: 43px;
        padding: 15px 0 0 0
    }

        .pricing-2 .pricing-value sup {
            font-size: 12px;
            top: -18px
        }

            .pricing-2 .pricing-value sup:first-child {
                padding-right: 5px;
                top: -13px;
                font-size: 20px
            }

    .pricing-2 .pricing-subtitle {
        font-size: 11px;
        line-height: 18px;
        font-weight: 400;
        padding: 0
    }

    .pricing-2 .pricing-list {
        padding: 0
    }

        .pricing-2 .pricing-list li {
            line-height: 40px;
            border-bottom: solid 1px rgba(0,0,0,.04);
            font-size: 14px;
            font-weight: 500
        }

            .pricing-2 .pricing-list li:last-child {
                border-bottom: none
            }

.pricing-3 {
    border: solid 1px rgba(0,0,0,.05);
    padding: 0 0 10px 0
}

background .pricing-3 * {
    list-style: none
}

.pricing-3 .button {
    max-width: 90%;
    margin: -10px auto 10px auto
}

.pricing-3 .pricing-icon {
    font-size: 50px
}

.pricing-3 .pricing-title {
    font-size: 28px;
    padding: 30px 0 0 20px
}

.pricing-3 .pricing-value {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0 20px 0
}

    .pricing-3 .pricing-value sup {
        font-size: 12px;
        top: -18px
    }

        .pricing-3 .pricing-value sup:first-child {
            padding-right: 5px;
            top: -13px;
            font-size: 20px
        }

.pricing-3 .pricing-subtitle {
    opacity: .6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 30px 20px;
    border-bottom: solid 1px rgba(0,0,0,.1)
}

.pricing-3 .pricing-list {
    padding: 0
}

    .pricing-3 .pricing-list i {
        padding-right: 20px;
        width: 30px
    }

    .pricing-3 .pricing-list li {
        line-height: 50px;
        border-bottom: solid 1px rgba(0,0,0,.05);
        font-size: 14px;
        font-weight: 500;
        padding: 0 0 0 20px
    }

.pricing-4 {
    border: solid 1px rgba(0,0,0,.05);
    padding: 0 0 10px 0
}

    .pricing-4 * {
        list-style: none
    }

    .pricing-4 .pricing-title {
        font-size: 18px;
        padding: 15px 0 15px 0;
        margin: 0
    }

    .pricing-4 .pricing-value {
        font-size: 43px;
        padding: 30px 0 20px 0
    }

        .pricing-4 .pricing-value sup {
            font-size: 12px;
            top: -18px
        }

            .pricing-4 .pricing-value sup:first-child {
                padding-right: 5px;
                top: -13px;
                font-size: 20px
            }

    .pricing-4 .pricing-subtitle {
        font-size: 11px;
        line-height: 18px;
        font-weight: 400;
        padding: 0 0 20px 0;
        margin-top: -10px
    }

    .pricing-4 .pricing-list {
        padding: 0;
        margin-bottom: 20px
    }

        .pricing-4 .pricing-list li {
            line-height: 40px;
            border-bottom: solid 1px rgba(0,0,0,.05);
            font-size: 14px;
            font-weight: 500
        }

            .pricing-4 .pricing-list li:last-child {
                border-bottom: none
            }

@keyframes glow-red-light {
    0% {
        color: #000
    }

    50% {
        color: #ed5565
    }

    0% {
        color: #000
    }
}

@keyframes glow-red-dark {
    0% {
        color: #fff
    }

    50% {
        color: #ed5565
    }

    0% {
        color: #fff
    }
}

.theme-light .glow-red {
    animation: glow-red-light 4s;
    animation-iteration-count: infinite
}

.theme-dark .glow-red {
    animation: glow-red-dark 4s;
    animation-iteration-count: infinite
}

@keyframes scale-animation {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.1,1.1)
    }

    0% {
        transform: scale(1,1)
    }
}

.scale-box {
    animation: scale-animation 1.5s;
    animation-iteration-count: infinite
}

.menu-dark .link-list-1 span {
    color: #fff
}

.menu-dark .link-list-1 a {
    border-bottom: solid 1px rgba(255,255,255,.03)
}

.link-list-no-border * {
    border: none !important
}

.link-list-no-border a {
    margin-bottom: -10px
}

.link-list-1.link-list-long-border span {
    margin-left: 0;
    padding-left: 35px;
    font-size: 13px
}

.link-list-2.link-list-long-border a {
    margin-left: 0;
    padding-left: 45px
}

.link-list-2.link-list-long-border i:first-child {
    left: 0
}

.link-list-1 a i:last-child {
    line-height: 50px;
    width: 20px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #666
}

.link-list-1 a i:first-child, .link-list-1 img {
    line-height: 30px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0
}

.link-list-1 a {
    border-bottom: solid 1px rgba(0,0,0,.05)
}

    .link-list-1 a i:first-child {
        line-height: 51px;
        width: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        left: -5px
    }

    .link-list-1 a span {
        font-weight: 500;
        display: block;
        color: #1f1f1f;
        line-height: 50px;
        margin-left: 40px
    }

.link-list-1 em {
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    position: absolute;
    top: 16px;
    right: 0;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    z-index: 2;
    color: #fff;
    padding: 0 8px 0 8px
}

.link-list-2 a {
    line-height: 75px;
    margin-left: 45px;
    border: solid 1px rgba(0,0,0,.05);
    border-left: none !important;
    border-right: none !important;
    border-top: none !important
}

    .link-list-2 a i:first-child {
        line-height: 107px;
        width: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        font-size: 19px;
        left: -45px
    }

    .link-list-2 a i:last-child {
        line-height: 107px;
        width: 20px;
        font-size: 10px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        color: #666
    }

    .link-list-2 a span {
        font-weight: 500;
        display: block;
        color: #1f1f1f;
        font-size: 14px;
        margin-top: -18px;
        padding: 8px 0 8px 0
    }

    .link-list-2 a strong {
        position: absolute;
        margin-top: -65px;
        font-size: 11px;
        font-weight: 500;
        display: block;
        color: #a2a2a2
    }

.link-list-2 em {
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    position: absolute;
    top: 47px;
    right: 0;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    z-index: 2;
    color: #fff;
    padding: 0 8px 0 8px
}

.link-list-3 a {
    padding: 13px 0 13px 0;
    margin-bottom: 20px;
    border: solid 1px rgba(0,0,0,.07)
}

    .link-list-3 a i:first-child {
        position: absolute;
        left: 10px;
        line-height: 30px;
        margin-top: -1px;
        font-size: 20px;
        transform: translateY(-50%);
        top: 50%;
        width: 30px;
        text-align: center
    }

    .link-list-3 a i:last-child {
        position: absolute;
        right: 5px;
        line-height: 30px;
        transform: translateY(-50%);
        margin-top: -6px;
        top: 50%;
        font-size: 16px;
        width: 50px;
        text-align: center
    }

.link-list-3 em {
    position: absolute;
    font-size: 7px;
    right: 0;
    margin-top: -21px;
    width: 60px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-style: normal
}

.link-list-3 span {
    font-weight: 700;
    color: #1f1f1f;
    font-size: 14px;
    display: block;
    padding-left: 53px
}

.link-list-3 strong {
    font-weight: 400;
    font-size: 10px;
    display: block;
    margin-top: -9px;
    padding-left: 53px;
    color: #a2a2a2
}

.contact-form {
    margin-bottom: 15px
}

.form-field span {
    position: absolute;
    right: 0;
    font-size: 9px;
    opacity: .5
}

.form-field input, .form-field textarea {
    background-color: transparent !important;
    margin: 10px 0 10px 0
}

.form-email input, .form-name input {
    line-height: 40px;
    border: solid 1px rgba(0,0,0,.1);
    width: 100%;
    padding: 0 10px 0 10px
}

.form-text textarea {
    height: 145px;
    line-height: 24px;
    width: 100%;
    border: solid 1px rgba(0,0,0,.1);
    padding: 10px 10px 0 10px;
    margin-bottom: 30px
}

.contactSubmitButton {
    width: 100%;
    display: block;
    border-radius: 10px
}

.fieldHasError {
    border: solid 1px #bf263c !important
}

.formValidationError {
    padding: 10px 0;
    margin: 0 0 30px 0
}

.ad-300x50 {
    width: 300px;
    height: 50px;
    margin: 0 auto
}

.ad-300x50-fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: 0;
    width: 300px;
    height: 50px;
    margin: 0 auto
}

.ad-300x250 {
    width: 300px;
    height: 250px;
    margin: 0 auto
}

.ad-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    line-height: 21px;
    width: 20px;
    text-align: center;
    background-color: rgba(255,255,255,.1);
    color: #fff
}

.hide-ad {
    transform: translate(-50%,50px);
    transition: all 250ms ease
}

.scroll-ad-visible {
    transform: translateY(0) !important
}

.scroll-ad {
    position: fixed;
    bottom: 15px;
    left: 10px;
    right: 10px;
    background-color: rgba(255,255,255,.99);
    z-index: 997;
    height: 80px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    border-radius: 15px;
    transform: translateY(150%);
    transition: all 250ms ease
}

    .scroll-ad img {
        width: 60px;
        position: absolute;
        margin: 10px;
        border-radius: 10px
    }

    .scroll-ad h1 {
        display: block;
        font-size: 18px;
        padding: 7px 0 0 80px;
        margin-bottom: -3px
    }

    .scroll-ad em {
        padding: 0 85px 0 80px;
        font-style: normal;
        font-size: 11px;
        opacity: .7;
        display: block;
        line-height: 15px
    }

    .scroll-ad a {
        width: 60px;
        font-size: 8px;
        right: 15px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        position: absolute;
        top: 50%;
        border-radius: 12px;
        transform: translateY(-50%)
    }

.add-to-home-visible {
    opacity: 1 !important;
    pointer-events: all !important
}

.add-to-home i {
    display: none
}

.add-to-home-ios {
    bottom: 25px
}

    .add-to-home-ios i {
        width: 40px;
        text-align: center;
        position: absolute;
        font-size: 30px;
        left: 50%;
        bottom: -18px !important;
        margin-left: -21px;
        transform: rotate(180deg);
        color: #0f1215;
        display: block
    }

.add-to-home-android {
    top: 20px
}

    .add-to-home-android i {
        width: 40px;
        text-align: center;
        position: absolute;
        top: -18px;
        right: 15px;
        font-size: 30px;
        margin-left: -20px;
        color: #0f1215;
        display: block
    }

.add-to-home {
    position: fixed;
    background-color: #0f1215;
    z-index: 99;
    left: 15px;
    right: 15px;
    border-radius: 10px;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease
}

    .add-to-home h1 {
        position: absolute;
        padding-left: 75px;
        padding-top: 8px;
        color: #fff;
        font-size: 13px
    }

    .add-to-home p {
        color: #b4b4b4;
        position: absolute;
        font-size: 11px;
        padding-right: 20px;
        padding-left: 75px;
        padding-top: 35px;
        line-height: 14px
    }

    .add-to-home img {
        width: 45px;
        margin-top: 17px;
        margin-left: 15px
    }

.notch-hider {
    display: none
}

.has-notch .notch-hider {
    display: block !important;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990
}

.has-notch .offline-message, .has-notch .online-message {
    padding-top: 45px !important
}

.has-notch .page-content {
    padding-top: 35px
}

.has-notch .header {
    height: 90px
}

.has-notch .header-logo {
    padding-top: 6px
}

.has-notch .header-title {
    padding-top: 6px
}

.has-notch .header * {
    margin-top: 28px !important
}

.has-notch .menu-box-left {
    padding-top: 30px
}

.has-notch .menu-box-right {
    padding-top: 30px
}

.has-notch #reading-progress-bar {
    top: 87px !important
}

.has-notch .header-clear {
    padding-top: 90px
}

.has-notch .header-clear-small {
    padding-top: 55px
}

.has-notch .header-clear-medium {
    padding-top: 110px
}

.has-notch .header-clear-large {
    padding-top: 125px
}

.progress-padding {
    padding: 20px 20px
}

.progress-bar-wrapper {
    display: block;
    overflow: hidden
}

    .progress-bar-wrapper em {
        position: absolute;
        left: 0;
        right: 0;
        font-style: normal;
        display: block;
        padding: 0 15px;
        animation: pbar 1s 1
    }

@keyframes pbar {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.progress-bar {
    width: 0%;
    position: absolute;
    border-left: solid 0 #fff;
    border-right: solid 0 #fff;
    transition: width .5s ease
}

.offline-message, .online-message {
    position: fixed;
    transform: translateY(-200%);
    transition: all 350ms ease;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 55px
}

.offline-message-active, .online-message-active {
    transform: translateY(0)
}

.instant-article {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 250ms ease
}

.instant-article-active {
    transform: translateX(0) !important;
    transition: all 250ms ease
}

.timeline-cover {
    height: 350px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    background-position: center center;
    background-size: cover;
    margin-top: 55px
}

    .timeline-cover .overlay {
        opacity: .8
    }

    .timeline-cover .content {
        z-index: 10
    }

.timeline-body {
    margin-top: 250px;
    padding-top: 15px;
    z-index: 2;
    background-color: #f2f1f6;
    padding-bottom: 10px
}

.timeline-header {
    height: 55px;
    border-bottom: solid 1px rgba(255,255,255,.5)
}

    .timeline-header .back-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        z-index: 11
    }

    .timeline-header .menu-icon {
        position: absolute;
        top: 2px;
        right: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        z-index: 11
    }

        .timeline-header .menu-icon em {
            background-color: #fff
        }

.timeline-logo {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%
}

.timeline-deco {
    background-color: rgba(0,0,0,.08);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 43px;
    width: 1px
}

.timeline-item-content, .timeline-item-content-full {
    border: solid 1px rgba(0,0,0,.1);
    background-color: #fff;
    margin: 0 15px 30px 90px;
    padding: 20px 15px
}

.timeline-item-content-full {
    padding: 0
}

    .timeline-item-content-full h5 {
        padding: 5px 15px 15px 15px
    }

.timeline-item i {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    left: 21px;
    top: 25px;
    font-size: 18px;
    text-align: center
}

.timeline-cover-center .timeline-heading, .timeline-cover-center .timeline-sub-heading {
    padding-left: 0;
    text-align: center
}

.timeline-cover-center .timeline-image {
    top: 50%;
    bottom: auto;
    margin-top: -150px;
    left: 50%;
    margin-left: -60px;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    border-radius: 100px
}

.timeline-body-center {
    padding-bottom: 40px
}

    .timeline-body-center i {
        width: 60px;
        height: 60px;
        left: 50%;
        line-height: 60px;
        margin-left: -31px;
        margin-top: -115px
    }

    .timeline-body-center .timeline-deco {
        left: 50%;
        margin-left: -1px
    }

    .timeline-body-center .timeline-item-content, .timeline-body-center .timeline-item-content-full {
        margin: 120px 20px 20px 20px !important;
        padding: 20px
    }

.profile-header {
    min-height: 140px
}

    .profile-header .profile-left {
        padding: 0 130px 0 20px
    }

        .profile-header .profile-left h1 {
            font-weight: 600
        }

        .profile-header .profile-left p {
            font-size: 12px;
            line-height: 22px;
            margin-bottom: 10px
        }

        .profile-header .profile-left a {
            float: left;
            font-weight: 600;
            font-size: 11px;
            margin-right: 20px
        }

            .profile-header .profile-left a span {
                font-weight: 400;
                opacity: .5;
                padding-right: 5px
            }

    .profile-header .profile-right {
        top: 0;
        position: absolute;
        right: 10px
    }

        .profile-header .profile-right img {
            width: 110px;
            height: 110px;
            border-radius: 110px
        }

    .profile-header .profile-left h1 i {
        position: absolute;
        font-size: 13px;
        right: 140px;
        padding-top: 8px
    }

.profile-1 .profile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.profile-1-back {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 2;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #1f1f1f;
    z-index: 2
}

.profile-1-menu {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #1f1f1f;
    z-index: 2
}

.profile-logo {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1
}

.profile-header-clear {
    height: 350px;
    pointer-events: none
}

.profile-1 .profile-body {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    border: solid 1px rgba(0,0,0,.1);
    display: block;
    margin: 0 20px;
    padding: 0 20px;
    z-index: 10
}

.profile-1 .profile-button {
    margin-top: -22px !important
}

.profile-1 .profile-heading {
    font-size: 28px;
    text-align: center;
    font-weight: 100;
    margin-top: 25px;
    color: #000 !important
}

.profile-1 .profile-sub-heading {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    color: #9d9d9d
}

.profile-1 .profile-stats {
    margin: 20px 30px 30px 20px
}

.profile-1 .profile-content {
    margin: 0 20px 30px 10px
}

.profile-1 .profile-stats a {
    width: 33.3%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #1f1f1f
}

    .profile-1 .profile-stats a i {
        font-size: 24px;
        text-align: center;
        display: block
    }

.profile-gallery a {
    width: 29%;
    margin: 0 2% 15px 2%;
    float: left
}

.profile-2 .profile-image {
    width: 170px;
    border-radius: 170px;
    margin: 20px auto 30px auto;
    border: solid 5px #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.2)
}

.profile-2 .profile-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700
}

.profile-2 .profile-stats {
    width: 300px;
    margin: 0 auto
}

.profile-2 .profile-sub-heading {
    text-align: center;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-top: -5px;
    letter-spacing: 1.1px
}

.profile-2 .profile-stats a {
    width: 33.3%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #1f1f1f;
    margin: 20px 0 20px 0;
    font-weight: 500
}

    .profile-2 .profile-stats a i {
        display: block;
        text-align: center;
        font-size: 15px;
        width: 45px;
        height: 45px;
        line-height: 44px;
        border-radius: 45px;
        margin: 0 auto 10px auto
    }

    .profile-2 .profile-stats a em {
        display: block;
        font-size: 11px;
        font-style: normal;
        color: #666;
        margin-top: -5px;
        font-weight: 400
    }

.vcard-title {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px
}

.vcard-field {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    padding-top: 5px;
    border-bottom: solid 1px rgba(0,0,0,.05)
}

    .vcard-field strong {
        color: #ababab;
        font-weight: 400;
        font-size: 10px
    }

    .vcard-field i {
        position: absolute;
        top: 25px;
        width: 15px;
        text-align: center;
        right: 0;
        opacity: .3
    }

    .vcard-field a {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        margin-top: -10px;
        margin-bottom: 10px;
        opacity: .7
    }

#page-countdown {
    width: 290px;
    margin: 30px auto 90px auto
}

.countdown .countdown-days, .countdown .countdown-hours, .countdown .countdown-minutes, .countdown .countdown-seconds, .countdown .countdown-years {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 30px;
    font-weight: 900
}

.countdown em {
    font-size: 11px;
    font-style: normal;
    display: block;
    font-weight: 300;
    color: #9d9d9d
}

#page-countdown h1 {
    font-size: 32px;
    font-weight: 900
}

#page-countdown h2 {
    font-size: 14px;
    font-weight: 900
}

.calendar {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto 30px auto
}

.cal-sub-title, .cal-title {
    color: #fff;
    line-height: 60px;
    margin-bottom: 0;
    padding: 0 15px
}

.cal-title-right {
    float: right;
    margin-top: -60px;
    line-height: 62px;
    height: 50px;
    padding-right: 20px
}

.cal-title-left {
    float: left;
    margin-top: -60px;
    line-height: 62px;
    height: 50px;
    padding-left: 20px
}

.cal-days a {
    width: 14.28%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 800
}

.cal-disabled {
    color: #cacaca !important
}

.cal-selected span {
    z-index: 2;
    position: relative;
    color: #fff
}

.cal-selected i {
    color: #000;
    z-index: 0;
    opacity: 1;
    font-size: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    text-align: center;
    line-height: 32px
}

.cal-dates a {
    width: 14.2857142857%;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #666;
    font-weight: 500
}

.cal-dates-border a {
    overflow: hidden;
    border-right: solid 1px rgba(0,0,0,.05);
    border-bottom: solid 1px rgba(0,0,0,.05)
}

.cal-schedule {
    min-height: 80px;
    border-bottom: solid 1px rgba(0,0,0,.055)
}

    .cal-schedule em {
        line-height: 20px;
        padding: 20px 0 0 20px;
        position: absolute;
        font-size: 11px;
        font-style: normal
    }

    .cal-schedule strong {
        display: block;
        padding: 17px 0 0 100px;
        font-size: 14px
    }

    .cal-schedule span {
        display: block;
        font-size: 10px;
        color: #a2a2a2;
        margin-top: 0
    }

        .cal-schedule span i {
            width: 50px;
            display: inline-block;
            text-align: center;
            padding: 0 20px 0 102px
        }

.cal-message i {
    position: absolute;
    height: 40px;
    line-height: 43px;
    font-size: 27px;
    right: 20px
}

.cal-message {
    display: block
}

    .cal-message strong {
        display: block;
        line-height: 20px;
        font-weight: 400;
        font-size: 11px;
        padding-left: 20px
    }

.speech-left {
    max-width: 240px;
    float: right;
    color: #fff
}

.speech-right {
    max-width: 240px;
    float: left
}

.speach-image {
    padding: 0 !important
}

    .speach-image img {
        margin: 0
    }

.speech-last {
    margin-bottom: 0 !important
}

.speech-bubble {
    position: relative;
    border-radius: 17px;
    padding: 10px 15px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 13px;
    background-color: #e5e5ea;
    overflow: hidden
}

    .speech-bubble:after {
        content: '';
        display: block;
        clear: both
    }

.speech-read {
    font-size: 10px;
    font-style: normal;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #9d9d9d;
    margin-bottom: 80px
}

.speach-input input {
    z-index: 99;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background-color: #dcdde1;
    padding: 0 70px 0 15px !important;
    border-top: solid 1px rgba(0,0,0,.05)
}

.speach-input a {
    z-index: 100;
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    border-radius: 30px;
    text-align: center
}

.speach-input input::placeholder {
    color: #000
}

#reading-progress-bar {
    height: 3px;
    top: 55px;
    position: fixed;
    z-index: 99;
    background: #4caf50;
    width: 0%;
    transition: all .3s ease
}

.next-slide-arrow, .prev-slide-arrow {
    position: absolute;
    bottom: 50%;
    z-index: 15;
    height: 50px;
    line-height: 50px;
    margin-bottom: -75px;
    width: 50px;
    text-align: center
}

.next-slide-arrow {
    right: 0
}

.prev-slide-arrow {
    left: 0
}

.next-slide-text {
    float: right;
    margin-top: -34px;
    z-index: 2
}

.is-ios #footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fefefe;
    transition: all 250ms ease;
    min-height: calc(75px + (constant(safe-area-inset-bottom)));
    min-height: calc(75px + (env(safe-area-inset-bottom)));
    transition: all 250ms ease;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.1) !important
}

.is-not-ios #footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fefefe;
    transition: all 250ms ease;
    min-height: 60px;
    transition: all 250ms ease;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.06) !important
}

    .is-not-ios #footer-menu a i {
        padding-top: 13px
    }

    .is-not-ios #footer-menu a span {
        padding-top: 28px
    }

.footer-no-padding {
    padding-bottom: 0 !important
}

#footer-menu a {
    color: #1f1f1f;
    float: left;
    text-align: center
}

.footer-menu-1-icons a {
    width: 100%
}

.footer-menu-2-icons a {
    width: 50%
}

.footer-menu-3-icons a {
    width: 33.3%
}

.footer-menu-4-icons a {
    width: 25%
}

.footer-menu-5-icons a {
    width: 20%
}

.footer-menu-6-icons a {
    width: 16.6666%
}

#footer-menu a span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    padding-top: 35px
}

#footer-menu a i {
    padding-top: 18px;
    font-size: 18px
}

.user-list-left, .user-list-right {
    min-height: 65px
}

    .user-list-left img {
        width: 50px;
        border-radius: 50px
    }

    .user-list-left h4, .user-list-right h4 {
        position: absolute;
        top: 4px;
        font-size: 16px;
        font-weight: 700;
        padding-left: 65px
    }

    .user-list-left p, .user-list-right p {
        position: absolute;
        padding-left: 65px;
        top: 22px;
        font-weight: 500;
        font-size: 11px
    }

    .user-list-right .icon {
        top: 5px
    }

    .user-list-right h4, .user-list-right p {
        padding-left: 0 !important
    }

.next-slide-user {
    position: absolute;
    right: 0;
    top: 15px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    font-size: 8px;
    font-weight: 600
}

.user-group {
    margin-bottom: 30px
}

.user-group-manager {
    border-right: solid 2px;
    margin-right: 20px;
    width: 100px;
    float: left
}

    .user-group-manager img {
        position: absolute;
        width: 80px;
        border-radius: 80px
    }

    .user-group-manager h4 {
        padding-top: 85px;
        font-size: 13px;
        width: 80px;
        text-align: center;
        font-weight: 700;
        font-family: Roboto,sans-serif
    }

.user-group-title {
    padding-top: 5px
}

.user-group-manager em {
    display: block;
    text-align: center;
    width: 80px;
    font-size: 9px;
    margin-top: -12px;
    font-style: normal
}

.user-group-users img {
    width: 40px;
    border-radius: 40px;
    float: left;
    margin-right: 10px
}

.owl-carousel .owl-item, 
.owl-carousel .owl-wrapper, 
.owl-dots {
    -webkit-backface-visibility: hidden; /* Safari ve eski Chrome için */
    -moz-backface-visibility: hidden;    /* Eski Firefox için */
    backface-visibility: hidden;         /* Modern tarayıcılar için */
}


.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;
        -ms-touch-action: pan-Y;
        -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 {
        -webkit-transform: translate3d(0, 0, 0); /* Safari için */
        -moz-transform: translate3d(0, 0, 0);    /* Eski Firefox için */
        -ms-transform: translate3d(0, 0, 0);     /* Eski Internet Explorer için */
        transform: translate3d(0, 0, 0);         /* Modern tarayıcılar için */
    }
    

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block
        }

    .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;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .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 {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-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
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: all 250ms ease !important
}

.owl-auto-height .owl-height {
    transition: all 250ms ease-in-out !important
}

.owl-carousel .owl-item .owl-lazy {
    z-index: 1;
    opacity:0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img, .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 .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        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 .4s ease
}

.owl-dot, .owl-dot.active {
    transition: all 250ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-no-dots .owl-dots {
    display: none !important
}

.owl-no-dots .cover-content-bottom {
    bottom: 0;
    padding-bottom: 0
}

.owl-dots {
    text-align: center;
    bottom: 5px;
    width: 100%;
    backface-visibility: hidden
}

.owl-dot {
    border-radius: 50px;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: rgba(139,139,139,.9);
    margin-left: 5px;
    margin-right: 5px
}

    .owl-dot.active {
        background: #cacaca
    }

.owl-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    right: 0
}

.owl-next, .owl-prev {
    width: 40px;
    height: 50px;
    position: absolute;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-top: -25px
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-has-dots .owl-dots {
    margin-top: 20px;
    margin-bottom: 0
}

.owl-has-dots-over .owl-dots {
    margin-top: -40px;
    margin-bottom: 10px
}

.owl-height {
    min-height: 500px;
    height: auto !important;
    height: 500px
}

.cover-slider {
    margin-bottom: 0
}

    .cover-slider .owl-dots {
        z-index: 99;
        margin-top: -18px;
        margin-bottom: -5px;
        transform: translateY(-10px)
    }

.next-slide, .prev-slide {
    color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    transform: translateY(-70%);
    z-index: 99
}

.cover-slider[data-height=cover] {
    margin-bottom: 0 !important
}

.prev-slide {
    left: 15px
}

.next-slide {
    right: 15px
}

.owl-dots-over .owl-dots {
    transform: translateY(-60px);
    margin-bottom: -10px
}

.lb-loader, .lightbox {
    position: fixed;
    text-align: center;
    line-height: 0;
    left: 0
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    bottom: 0 !important;
    left: 0;
    z-index: 9999;
    height: 100% !important;
    width: 100% !important;
    background-color: #000;
    opacity: 1;
    display: none;
    overflow: hidden
}

.lightbox {
    right: 0;
    bottom: 0;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        max-height: none;
        border-radius: 3px
    }

    .lightbox a img {
        border: none
    }

.lb-outerContainer {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: rgba(255,255,255,0)
}

    .lb-outerContainer:after {
        display: table
    }

.lb-loader {
    top: 50%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block !important;
    opacity: 1 !important
}

.lb-nav a.lb-prev {
    width: 34%;
    left: -20px;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

    .lb-nav a.lb-prev:hover {
        opacity: 1
    }

.lb-nav a.lb-next {
    width: 64%;
    right: -20px;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

    .lb-nav a.lb-next:hover {
        opacity: 1
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

    .lb-dataContainer:after {
        display: table
    }

.lb-data {
    padding: 0 4px;
    color: #ccc
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em
    }

    .lb-data .lb-caption a {
        color: #4ae
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 0px;
        color: #000
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 32px;
        height: 32px;
        background: url(../images/close.png) top right no-repeat;
        text-align: right;
        outline: 0;
        opacity: .7;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }

.lb-dataContainer, .lb-details {
    width: 100% !important;
    position: fixed
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.lb-outerContainer {
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important
}

.lb-dataContainer {
    bottom: -50%;
    left: 0;
    right: 0
}

.lb-closeContainer {
    position: fixed;
    left: 50%;
    bottom: -50%;
    padding-bottom: 20px;
    transform: scale(.8,.8);
    margin-left: -15px
}

.lb-details {
    padding-top: 30px;
    top: -50%;
    left: 0;
    right: 0;
    text-align: center !important;
}

.lb-data .lb-caption {
    font-weight: bolder;
    line-height: 1em;
    font-size: 15px;
    padding-bottom: 5px;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6, .theme-dark p strong {
    color: #fff
}

.theme-dark .accordion-style-2 a, .theme-dark .color-theme, .theme-dark .contact-form i, .theme-dark .countdown div, .theme-dark .demo-icon-font article, .theme-dark .fac label, .theme-dark .footer .footer-title, .theme-dark .header .header-icon, .theme-dark .header .header-title, .theme-dark .input-style-1 .input-icon, .theme-dark .input-style-1 span, .theme-dark .input-style-2 .input-icon, .theme-dark .input-style-2 span, .theme-dark .link-list-1 a, .theme-dark .link-list-1 a span, .theme-dark .link-list-2 a span, .theme-dark .link-list-3 span, .theme-dark .menu .nav .active-nav i, .theme-dark .menu .nav .active-nav span, .theme-dark .menu .nav a i, .theme-dark .menu .nav a span, .theme-dark .menu .nav-title, .theme-dark .pagination a, .theme-dark .profile-2 .profile-stats a, .theme-dark .review-1 em, .theme-dark .review-1 strong, .theme-dark .review-1 u, .theme-dark .search-box input, .theme-dark .search-icon-list a, .theme-dark .vcard-field *, .theme-dark[data-tab] {
    color: #fff !important
}

.theme-dark, .theme-dark #page, .theme-dark .divider-icon i, .theme-dark .input-style-2 span, .theme-dark .instant-article, .theme-dark .loader-main, .theme-dark .page-content, .theme-dark .table tr.even td, .theme-dark .timeline-body, .theme-dark table, .theme-dark td {
    background-color: #000
}

    .theme-dark .link-list-2 a, .theme-dark .link-list-3 a, .theme-dark .pricing-1, .theme-dark .pricing-2, .theme-dark .pricing-3, .theme-dark .pricing-4, .theme-dark .search-box, .theme-dark .tab-controls a, .theme-dark .tab-controls a:last-child, .theme-dark .vcard-field, .theme-dark table {
        border: solid 1px rgba(255,255,255,.1)
    }

    .theme-dark .form-field input, .theme-dark .form-field textarea, .theme-dark .input-style-1 input, .theme-dark .input-style-1 select, .theme-dark .input-style-1 textarea, .theme-dark .input-style-2 input, .theme-dark .input-style-2 select, .theme-dark .input-style-2 textarea, .theme-dark .link-list-1 a {
        color: #fff !important;
        border-color: rgba(255,255,255,.1)
    }

    .theme-dark .input-style-1 em, .theme-dark .input-style-2 em {
        color: #3c3c3c
    }

    .theme-dark .classic-slider, .theme-dark .timeline-deco {
        background-color: rgba(255,255,255,.05) !important
    }

    .theme-dark .header, .theme-dark .menu, .theme-dark .notch-hider, .theme-dark .polaroid-effect, .theme-dark .timeline-item-content, .theme-dark .timeline-item-content-full, .theme-dark th {
        background-color: #1f1f1f;
        color: #fff
    }

        .theme-dark .menu .nav .divider, .theme-dark .menu .nav a:hover.theme-dark .menu .nav .active-subnav {
            background-color: rgba(255,255,255,.05)
        }

    .theme-dark .divider {
        background-color: rgba(255,255,255,.15)
    }

    .theme-dark .menu-hider {
        background-color: rgba(0,0,0,.7)
    }

    .theme-dark .footer {
        background-color: #161616
    }

    .theme-dark .menu .nav-submenu a {
        color: rgba(255,255,255,.5)
    }

    .theme-dark #footer-menu {
        background-color: #0a0c0f
    }

        .theme-dark #footer-menu a i {
            color: #fff
        }

        .theme-dark #footer-menu a span {
            color: #fff
        }

.demo-icon-font {
    width: 100%;
    margin-left: 10%
}

    .demo-icon-font article {
        width: 50px;
        height: 50px;
        display: inline-block;
        transform: scale(1.41,1.41)
    }

.demo-buttons a {
    margin-bottom: 15px;
    width: 29%;
    text-align: center;
    margin-right: 4%
}

    .demo-buttons a:nth-child(3n+0) {
        margin-right: 0
    }

.chart-container {
    width: 100%;
    height: 350px
}

.demo-color {
    width: 100%;
    line-height: 45px;
    padding-left: 20px;
    text-transform: capitalize;
    border-bottom: solid 1px rgba(255,255,255,.05)
}

    .demo-color span {
        font-size: 10px;
        position: absolute;
        right: 20px;
        line-height: 48px;
        color: rgba(255,255,255,.5)
    }

.demo-shadow {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.08) !important;
    border: solid 1px rgba(0,0,0,.05) !important
}

.demo-preloader {
    position: relative;
    height: 100px;
    width: 33%;
    float: left
}

.demo-socials {
    width: 300px;
    margin: 0 auto
}

    .demo-socials a {
        width: 130px;
        float: left;
        margin-right: 20px;
        box-shadow: 0 4px 18px 0 rgba(0,0,0,.12)
    }

.demo-socials-icon a {
    float: left;
    margin-right: 20px;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12)
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/webfonts/fa-brands-400.eot);
    src: url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(../fonts/webfonts/fa-brands-400.woff) format("woff"),url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"),url(../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/webfonts/fa-regular-400.eot);
    src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(../fonts/webfonts/fa-regular-400.woff) format("woff"),url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"),url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/webfonts/fa-solid-900.eot);
    src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(../fonts/webfonts/fa-solid-900.woff) format("woff"),url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"),url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}
