
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

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

html {
    font-family: Poppins,sans-serif!important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth
}

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

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

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

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

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

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

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

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

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

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

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

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

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

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

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

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

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

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

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

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

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

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

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

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

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

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

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

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

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

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

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

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

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

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

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

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

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

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

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

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

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

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

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

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

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

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

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

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

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

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

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

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

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

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

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

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

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

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

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

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

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

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

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

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

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

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

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

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

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

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

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

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

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

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

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

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

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

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

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

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

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

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

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

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

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

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

.btn-warning.focus,.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

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

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

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

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

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

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

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

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

.btn-light.focus,.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

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

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

.btn-dark.focus,.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

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

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

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

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

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

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

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

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

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

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

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

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

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

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

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

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

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

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

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

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

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

.collapse:not(.show) {
    display: none
}

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

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

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

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

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

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

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

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

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

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

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

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

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

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

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

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

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

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

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

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

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

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

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

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

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

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

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

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

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

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

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

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

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

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

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

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

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

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

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

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

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

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

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

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

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

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

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

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

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

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

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

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

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

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

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

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

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

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

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

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

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

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

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

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

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

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

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

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

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

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

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

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

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

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

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

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

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

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

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

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

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

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

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

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

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

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

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

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

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

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

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

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

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

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

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

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

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

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

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

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

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

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

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

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

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

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

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

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

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

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

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

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

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

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

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

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

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

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

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

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

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

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

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

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

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

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

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

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

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

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

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

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

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

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

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

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

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #6c757d
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

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

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

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

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

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

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

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

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

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

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

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

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

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

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

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

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

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

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

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

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

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

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

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

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

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

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

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

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

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

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

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

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

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

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

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

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

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

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

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

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

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

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

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

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

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

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

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

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

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

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticond41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Flaticon.woff) format("woff2"),url(../fonts/Flaticon.woff) format("woff"),url(../fonts/Flaticon.ttf) format("truetype"),url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:Flaticon;
        src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 20px;
    line-height: 1!important;
    font-style: normal;
    margin-left: 0
}

.flaticon-vk:before {
    content: "\f100"
}

.fab fa-facebook-f:before {
    content: "\f101"
}

.flaticon-youtube:before {
    content: "\f102"
}

.fab fa-twitter:before {
    content: "\f103"
}

.flaticon-line:before {
    content: "\f104"
}

.flaticon-github:before {
    content: "\f105"
}

.flaticon-google-play:before {
    content: "\f106"
}

.flaticon-odnoklassniki:before {
    content: "\f107"
}

.flaticon-messenger:before {
    content: "\f108"
}

.flaticon-skype:before {
    content: "\f109"
}

.flaticon-google-drive:before {
    content: "\f10a"
}

.flaticon-dribbble:before {
    content: "\f10b"
}

.fab fa-instagram:before {
    content: "\f10c"
}

.flaticon-telegram:before {
    content: "\f10d"
}

.flaticon-whatsapp:before {
    content: "\f10e"
}

.flaticon-viber:before {
    content: "\f110"
}

.flaticon-snapchat:before {
    content: "\f111"
}

.flaticon-pinterest:before {
    content: "\f112"
}

.flaticon-google-plus:before {
    content: "\f113"
}

.flaticon-yelp:before {
    content: "\f114"
}

.flaticon-vimeo:before {
    content: "\f115"
}

.flaticon-dropbox:before {
    content: "\f116"
}

.flaticon-envato:before {
    content: "\f117"
}

.flaticon-delicious:before {
    content: "\f118"
}

.flaticon-git:before {
    content: "\f119"
}

.flaticon-codepen:before {
    content: "\f11a"
}

.flaticon-github-1:before {
    content: "\f11b"
}

.flaticon-like:before {
    content: "\f11c"
}

.flaticon-blogger:before {
    content: "\f11d"
}

.flaticon-evernote:before {
    content: "\f11e"
}

.flaticon-periscope:before {
    content: "\f11f"
}

.flaticon-foursquare:before {
    content: "\f120"
}

.flaticon-picasa:before {
    content: "\f121"
}

.flaticon-behance:before {
    content: "\f122"
}

.fab fa-facebook-f-1:before {
    content: "\f123"
}

.flaticon-airbnb:before {
    content: "\f124"
}

.flaticon-stack-overflow:before {
    content: "\f125"
}

.flaticon-kakao-talk:before {
    content: "\f126"
}

.flaticon-slack:before {
    content: "\f127"
}

.flaticon-google-hangouts:before {
    content: "\f128"
}

.flaticon-apple:before {
    content: "\f129"
}

.flaticon-android-logo:before {
    content: "\f12a"
}

.flaticon-windows:before {
    content: "\f12b"
}

.flaticon-phone-call:before {
    content: "\f12c"
}

.flaticon-phone-with-wire:before {
    content: "\f12d"
}

.flaticon-call:before {
    content: "\f12e"
}

.flaticon-telephone:before {
    content: "\f12f"
}

.flaticon-arrow-right:before {
    content: "\f130"
}

.flaticon-star:before {
    content: "\f131"
}

.flaticon-star-half-empty:before {
    content: "\f132"
}

.flaticon-half-star-shape:before {
    content: "\f133"
}

.flaticon-star-1:before {
    content: "\f134"
}

.flaticon-button:before {
    content: "\f135"
}

.flaticon-bookmark-white:before {
    content: "\f136"
}

.flaticon-success:before {
    content: "\f137"
}

.flaticon-checkbox:before {
    content: "\f138"
}

.flaticon-right-chevron:before {
    content: "\f139"
}

.flaticon-magnifying-glass:before {
    content: "\f13a"
}

.flaticon-four-black-squares:before {
    content: "\f13b"
}

.flaticon-play-button:before {
    content: "\f13c"
}

.flaticon-chevron-pointing-to-the-left:before {
    content: "\f13d"
}

.flaticon-reply-arrow:before {
    content: "\f13e"
}

.flaticon-plus:before {
    content: "\f13f"
}

.flaticon-minus:before {
    content: "\f140"
}

.flaticon-right-arrow:before {
    content: "\f141"
}

.flaticon-left-arrow:before {
    content: "\f142"
}

.flaticon-play-button-1:before {
    content: "\f143"
}

.flaticon-mustache:before {
    content: "\f144"
}

.flaticon-grooming:before {
    content: "\f145"
}

.flaticon-ship:before {
    content: "\f146"
}

.flaticon-play:before {
    content: "\f147"
}

.flaticon-search:before {
    content: "\f148"
}

.flaticon-message:before {
    content: "\f149"
}

.flaticon-mail:before {
    content: "\f14a"
}

.flaticon-bubble-speech:before {
    content: "\f14b"
}

.flaticon-send:before {
    content: "\f14c"
}

.flaticon-voice-message:before {
    content: "\f14d"
}

.flaticon-pipes:before {
    content: "\f14e"
}

.flaticon-folder:before {
    content: "\f14f"
}

.flaticon-blueprint:before {
    content: "\f150"
}

.flaticon-internet:before {
    content: "\f151"
}

.flaticon-users:before {
    content: "\f152"
}

.flaticon-settings:before {
    content: "\f153"
}

.flaticon-diamond:before {
    content: "\f154"
}

.flaticon-alarm:before {
    content: "\f155"
}

.flaticon-layers:before {
    content: "\f156"
}

.flaticon-smartphone:before {
    content: "\f157"
}

.flaticon-wireless-internet:before {
    content: "\f158"
}

.flaticon-fingerprint:before {
    content: "\f159"
}

.flaticon-notification:before {
    content: "\f15a"
}

.flaticon-help:before {
    content: "\f15b"
}

.flaticon-controls:before {
    content: "\f15c"
}

.flaticon-cloud-computing:before {
    content: "\f15d"
}

.flaticon-server:before {
    content: "\f15e"
}

.flaticon-router:before {
    content: "\f15f"
}

.flaticon-files:before {
    content: "\f160"
}

.flaticon-ethernet:before {
    content: "\f161"
}

.flaticon-keyhole:before {
    content: "\f162"
}

.flaticon-firewall:before {
    content: "\f163"
}

.flaticon-user:before {
    content: "\f164"
}

.flaticon-image:before {
    content: "\f165"
}

.flaticon-notifications:before {
    content: "\f166"
}

.flaticon-pantone:before {
    content: "\f167"
}

.flaticon-video:before {
    content: "\f168"
}

.flaticon-split:before {
    content: "\f169"
}

.flaticon-expand:before {
    content: "\f16a"
}

.flaticon-armchair:before {
    content: "\f16b"
}

.flaticon-home:before {
    content: "\f16c"
}

.flaticon-web-browser:before {
    content: "\f16d"
}

.flaticon-roundabout:before {
    content: "\f16e"
}

.flaticon-site-map:before {
    content: "\f16f"
}

.flaticon-zip:before {
    content: "\f170"
}

.flaticon-presentation:before {
    content: "\f171"
}

.flaticon-test-tubes:before {
    content: "\f172"
}

.flaticon-presentation-1:before {
    content: "\f173"
}

.flaticon-calculator:before {
    content: "\f174"
}

.flaticon-hand-gesture:before {
    content: "\f175"
}

.flaticon-flask:before {
    content: "\f176"
}

.flaticon-book:before {
    content: "\f177"
}

.flaticon-flask-1:before {
    content: "\f178"
}

.flaticon-alarm-clock:before {
    content: "\f179"
}

.flaticon-browser:before {
    content: "\f17a"
}

.flaticon-whiteboard:before {
    content: "\f17b"
}

.flaticon-browser-1:before {
    content: "\f17c"
}

.flaticon-tools:before {
    content: "\f17d"
}

.flaticon-key:before {
    content: "\f17e"
}

.flaticon-screw:before {
    content: "\f17f"
}

.flaticon-folder-1:before {
    content: "\f180"
}

.flaticon-suit:before {
    content: "\f181"
}

.flaticon-student:before {
    content: "\f182"
}

.flaticon-padlock:before {
    content: "\f183"
}

.flaticon-smartphone-1:before {
    content: "\f184"
}

.flaticon-browser-2:before {
    content: "\f185"
}

.flaticon-location:before {
    content: "\f186"
}

.flaticon-cloud-computing-1:before {
    content: "\f187"
}

.flaticon-smartphone-2:before {
    content: "\f188"
}

.flaticon-like-1:before {
    content: "\f189"
}

.flaticon-delete:before {
    content: "\f18a"
}

.flaticon-email:before {
    content: "\f18b"
}

.flaticon-wifi:before {
    content: "\f18c"
}

.flaticon-language:before {
    content: "\f18d"
}

.flaticon-puzzle:before {
    content: "\f18e"
}

.flaticon-wireframe:before {
    content: "\f18f"
}

.flaticon-video-player:before {
    content: "\f190"
}

.flaticon-piggy-bank:before {
    content: "\f191"
}

.flaticon-email-1:before {
    content: "\f192"
}

.flaticon-goal:before {
    content: "\f193"
}

.flaticon-servers:before {
    content: "\f194"
}

.flaticon-harddisk:before {
    content: "\f195"
}

.flaticon-harddisk-1:before {
    content: "\f196"
}

.flaticon-browser-3:before {
    content: "\f197"
}

.flaticon-group:before {
    content: "\f198"
}

.flaticon-credit-card:before {
    content: "\f199"
}

.flaticon-shopping-bag:before {
    content: "\f19a"
}

.flaticon-mortgage:before {
    content: "\f19b"
}

.flaticon-house-key:before {
    content: "\f19c"
}

.flaticon-user-1:before {
    content: "\f19d"
}

.flaticon-wallet:before {
    content: "\f19e"
}

.flaticon-email-2:before {
    content: "\f19f"
}

.flaticon-switch:before {
    content: "\f1a0"
}

.flaticon-macro:before {
    content: "\f1a1"
}

.flaticon-funnel:before {
    content: "\f1a2"
}

.flaticon-left-click:before {
    content: "\f1a3"
}

.flaticon-freelancer:before {
    content: "\f1a4"
}

.flaticon-calendar:before {
    content: "\f1a5"
}

.flaticon-blueprint-1:before {
    content: "\f1a6"
}

.flaticon-living-room:before {
    content: "\f1a7"
}

.flaticon-stairs:before {
    content: "\f1a8"
}

.flaticon-kitchen:before {
    content: "\f1a9"
}

.flaticon-notes:before {
    content: "\f1aa"
}

.flaticon-monitor:before {
    content: "\f1ab"
}

.flaticon-idea:before {
    content: "\f1ac"
}

.flaticon-startup:before {
    content: "\f1ad"
}

.flaticon-gift:before {
    content: "\f1ae"
}

.flaticon-garage:before {
    content: "\f1af"
}

.flaticon-bathtub:before {
    content: "\f1b0"
}

.flaticon-bookshelf:before {
    content: "\f1b1"
}

.flaticon-brickwall:before {
    content: "\f1b2"
}

.flaticon-building:before {
    content: "\f1b3"
}

.flaticon-crane:before {
    content: "\f1b4"
}

.flaticon-blueprint-2:before {
    content: "\f1b5"
}

.flaticon-pins:before {
    content: "\f1b6"
}

.flaticon-plug:before {
    content: "\f1b7"
}

.flaticon-roller:before {
    content: "\f1b8"
}

.flaticon-radiator:before {
    content: "\f1b9"
}

.flaticon-watering-can:before {
    content: "\f1ba"
}

.flaticon-house:before {
    content: "\f1bb"
}

.flaticon-house-1:before {
    content: "\f1bc"
}

.flaticon-cube:before {
    content: "\f1bd"
}

.flaticon-snowflake:before {
    content: "\f1be"
}

.flaticon-alloy-wheel:before {
    content: "\f1bf"
}

.flaticon-engine:before {
    content: "\f1c0"
}

.flaticon-battery:before {
    content: "\f1c1"
}

.flaticon-circular-saw:before {
    content: "\f1c2"
}

.flaticon-car-door:before {
    content: "\f1c3"
}

.flaticon-funnel-1:before {
    content: "\f1c4"
}

.flaticon-wheels:before {
    content: "\f1c5"
}

.flaticon-pedals:before {
    content: "\f1c6"
}

.flaticon-dog-tag:before {
    content: "\f1c7"
}

.flaticon-analytics:before {
    content: "\f1c8"
}

.flaticon-web-design:before {
    content: "\f1c9"
}

.flaticon-browser-4:before {
    content: "\f1ca"
}

.flaticon-bar-chart:before {
    content: "\f1cb"
}

.flaticon-search-bar:before {
    content: "\f1cc"
}

.flaticon-agreement:before {
    content: "\f1cd"
}

.flaticon-resume:before {
    content: "\f1ce"
}

.flaticon-briefcase:before {
    content: "\f1cf"
}

.flaticon-life-insurance:before {
    content: "\f1d0"
}

.flaticon-scales:before {
    content: "\f1d1"
}

.flaticon-basin:before {
    content: "\f1d2"
}

.flaticon-plumbing:before {
    content: "\f1d3"
}

.flaticon-forklift:before {
    content: "\f1d4"
}

.flaticon-delivery-box:before {
    content: "\f1d5"
}

.flaticon-razor:before {
    content: "\f1d6"
}

.flaticon-hairstyle:before {
    content: "\f1d7"
}

.flaticon-shaving-brush:before {
    content: "\f1d8"
}

.flaticon-electric-razor:before {
    content: "\f1d9"
}

.flaticon-shaving:before {
    content: "\f1da"
}

.flaticon-certificate:before {
    content: "\f1db"
}

.flaticon-car-insurance:before {
    content: "\f1dc"
}

.flaticon-man:before {
    content: "\f1dd"
}

.flaticon-garage-1:before {
    content: "\f1de"
}

.flaticon-lifter:before {
    content: "\f1df"
}

.flaticon-washing-machine:before {
    content: "\f1e0"
}

.flaticon-alloy-wheel-1:before {
    content: "\f1e1"
}

.flaticon-armchair-1:before {
    content: "\f1e2"
}

.flaticon-toast:before {
    content: "\f1e3"
}

.flaticon-car:before {
    content: "\f1e4"
}

.flaticon-boxes:before {
    content: "\f1e5"
}

.flaticon-basket:before {
    content: "\f1e6"
}

.flaticon-mop:before {
    content: "\f1e7"
}

.flaticon-house-2:before {
    content: "\f1e8"
}

.flaticon-cityscape:before {
    content: "\f1e9"
}

.flaticon-tools-1:before {
    content: "\f1ea"
}

.flaticon-design-software:before {
    content: "\f1eb"
}

.flaticon-plan:before {
    content: "\f1ec"
}

.flaticon-pantone-1:before {
    content: "\f1ed"
}

.flaticon-pen-tool:before {
    content: "\f1ee"
}

.flaticon-milling-machine:before {
    content: "\f1ef"
}

.flaticon-tulip:before {
    content: "\f1f0"
}

.flaticon-web-browser-1:before {
    content: "\f1f1"
}

.flaticon-measuring:before {
    content: "\f1f2"
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.wsmenu body,.wsmenu h1,.wsmenu h2,.wsmenu h3,.wsmenu h4,.wsmenu h5,.wsmenu h6,.wsmenu html,.wsmenu iframe {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased
}

.wsmenu .cl {
    clear: both
}

.wsmenu img {
    border: 0 none;
    max-width: 100%
}

.wsmenu a:focus {
    outline: 0
}

.wsmenu:after,.wsmenu:before {
    content: "";
    display: table
}

.wsmenu:after {
    clear: both
}

.wsmenucontainer {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.wsmainfull {
    width: 100%;
    height: auto;
    background-color: transparent!important;
    z-index: 999;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.wsmainwp {
    margin: 0 auto;
    max-width: 1570px;
    padding: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.desktoplogo {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 70px
}

.desktoplogo img {
    vertical-align: middle
}

.wsmenu {
    padding: 0;
    float: left;
    display: block
}

.wsmenu>.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0
}

.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 10px 32px 10px 18px;
    line-height: 50px;
    text-decoration: none;
    position: relative
}

.wsmenu>.wsmenu-list>li>a.last-link {
    padding: 10px 0 10px 0
}

.wsmenu>.wsmenu-list>li>a.callusbtn {
    font-size: 15px
}

.wsmenu>.wsmenu-list>li>a.callusbtn i {
    font-size: 13px;
    margin-top: 1px;
    margin-right: 1px
}

.white-menu .wsmenu>.wsmenu-list>li>a {
    color: #444
}

.tra-menu .wsmenu.dark-txt>.wsmenu-list>li>a {
    color: #333
}

.white-menu .wsmenu>.wsmenu-list>li:hover>a {
    color: #171819
}

.wsmenu>.wsmenu-list>li a.menuhomeicon {
    padding-left: 29px;
    padding-right: 29px
}

.wsmenu>.wsmenu-list>li>a i {
    display: inline-block;
    font-size: 16px;
    line-height: inherit;
    margin-right: 12px;
    vertical-align: top
}

.wsmenu>.wsmenu-list>li>a.menuhomeicon i {
    margin-right: 0;
    font-size: 15px
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    content: "";
    float: right;
    right: 15px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0
}

.wsmenu>.wsmenu-list>li.rightmenu {
    float: right
}

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

.wsmenu>.wsmenu-list>li.rightmenu a i {
    font-size: 15px
}

.wsmenu>.wsmenu-list>li.rightmenu {
    float: right
}

.wsmenu-list>li.rightmenu:after,.wsmenu>.wsmenu-list>li.rightmenu:before {
    content: "";
    display: table
}

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

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

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

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

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

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

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

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

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

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

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle:hover i {
    opacity: 1
}

.wsmenu>.wsmenu-list>li.rightmenu {
    zoom:1}

.wsmenu>.wsmenu-list>li>.sub-menu {
    position: absolute;
    top: 70px;
    z-index: 1000;
    margin: 0;
    padding: 12px;
    min-width: 200px;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.last-sub-menu {
    min-width: 160px
}

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

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    position: relative;
    background-image: none;
    border-right: 0 none;
    text-align: left;
    display: block;
    padding: 9px;
    text-transform: none;
    color: #888;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    border-right: 0 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.last-sub-menu>li>a {
    padding: 11px 0
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    padding: 9px 9px 9px 10px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.last-sub-menu>li>a:hover {
    padding: 11px 0 11px 8px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
    position: absolute;
    top: 12px;
    right: 0
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dashed silver
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:last-child {
    border-bottom: none
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    position: relative;
    background-image: none;
    border-right: 0 none;
    text-align: left;
    display: block;
    padding: 9px;
    text-transform: none;
    color: #888;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: normal;
    border-right: 0 solid;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    padding: 8px 15px 8px 23px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    position: absolute;
    top: 12px;
    right: 12px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

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

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    border-right: 0 none;
    text-align: left;
    display: block;
    padding: 9px;
    text-transform: none;
    color: #888;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: normal;
    border-right: 0 solid;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    padding: 9px 9px 9px 20px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    margin-left: 9px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 70px;
    color: #000;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 20px 30px;
    border: solid 1px #eee;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    padding: 20px 20px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-control-next {
    opacity: .8
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-control-prev {
    opacity: .8
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-caption {
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .wsmwnutxt {
    width: 100%;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-top: 0
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
    display: block;
    text-align: center;
    text-align: left;
    border-bottom: 1px dashed silver
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.title,.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li:last-child {
    border-bottom: none
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    line-height: 22px;
    border-right: none;
    text-align: left;
    padding: 13px 0;
    background: #fff;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: #fff;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
    margin-top: 15px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0;
    font-size: 13px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 40%;
    right: auto;
    left: auto
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.ext-halfmenu {
    width: 50%
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
    width: 35%;
    right: auto;
    left: auto
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
    width: 100%;
    display: block
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=text] {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=submit] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=button] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-inner .item img {
    width: 100%
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-caption {
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text {
    padding: 0 0;
    font-size: 14px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul {
    padding: 0 0;
    margin: 0
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li {
    display: block;
    padding: 2px 0;
    line-height: 22px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li a {
    color: #656565
}

.wsmobileheader {
    display: none
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden
}

.wsmenu .wsmenu-click {
    display: none
}

.wsmenu .wsmenu-click02 {
    display: none
}

.hometext {
    display: none
}

@media only screen and (max-width: 991px) {
    html {
        overflow:hidden;
        height: 100%;
        -webkit-overflow-scrolling: touch
    }

    body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    body.wsactive {
        overflow: hidden
    }

    .desktoplogo {
        display: none
    }

    .wsmainfull {
        height: 0
    }

    .wsmenucontainer {
        background-attachment: local;
        background-position: 33% 0
    }

    .wsmenu {
        width: 100%;
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        right: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0
    }

    .wsmenu>.wsmenu-list {
        height: auto;
        min-height: 100%;
        width: 240px;
        width: 300px;
        width: 350px;
        background: #fff;
        padding-bottom: 0;
        margin-right: -240px;
        margin-right: -300px;
        margin-right: -350px;
        display: block;
        text-align: center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .wsmenu>.wsmenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .wsmenu>.wsmenu-list>li:last-child {
            padding-bottom: 110px
        }
    }

    .wsmenu>.wsmenu-list>li>a {
        padding: 12px 32px 12px 17px;
        font-size: 15px;
        text-align: left;
        border-right: solid 0;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0,0,0,.13);
        position: static
    }

    .wsmenu>.wsmenu-list>li a.menuhomeicon {
        padding-left: 17px;
        padding-right: 17px;
        border-top: solid 1px rgba(0,0,0,.13)
    }

    .wsmenu>.wsmenu-list>li>a.menuhomeicon i {
        margin-right: 2px;
        font-size: 13px
    }

    .wsmenu>.wsmenu-list>li>a>i {
        font-size: 14px;
        color: #bfbfbf
    }

    .wsmenu>.wsmenu-list>li>a .wsarrow:after {
        display: none
    }

    .wsmenu>.wsmenu-list>li:hover>a {
        background-color: rgba(0,0,0,.08);
        text-decoration: none
    }

    .wsmenu>.wsmenu-list>li>a>.hometext {
        display: inline-block
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu {
        display: none;
        position: relative;
        top: 0;
        background-color: #fff;
        border: none;
        padding: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 16px;
        color: #383838
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
        display: none
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        text-decoration: underline
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
        background-color: #e7e7e7;
        color: #666
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0;
        border: solid 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0;
        padding: 0;
        position: relative
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 26px;
        color: #383838
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
        display: none
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        color: #000
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0;
        border: solid 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 34px;
        color: #383838
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
        display: none
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu {
        color: #666;
        display: none;
        position: relative;
        top: 0;
        padding: 10px 0;
        border: solid 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: 1px solid rgba(0,0,0,.13);
        -webkit-transform-style: flat
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
        width: 100%;
        margin: 0;
        padding: 5px 0 10px 0
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
        color: #666;
        font-size: 15px;
        padding: 10px 8px 10px 0
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu>ul {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 15px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 13px;
        background-color: #e7e7e7;
        color: #666
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a:hover {
        background-color: #000
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
        line-height: 26px;
        color: #666;
        margin: 0;
        font-size: 15px;
        padding: 7px 0;
        background-color: transparent
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
        width: 100%
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
        padding: 5px 0 62px 0
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
        margin: 0
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=button] {
        width: 46%
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=submit] {
        width: 46%
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
        min-height: 100px
    }

    .wsmobileheader {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10002;
        height: 54px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        box-shadow: 0 0 1px rgba(0,0,0,.3)
    }

    .wsactive .wsmobileheader {
        margin-right: 240px;
        margin-right: 300px;
        margin-right: 350px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 12px;
        padding-left: 18px
    }

    .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
        width: 86%;
        margin: 7% 7%;
        padding: 0
    }

    .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
        border-radius: 50px
    }

    .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {
        width: 100%
    }

    .callusbtn {
        color: #a9a9a9;
        font-size: 18px;
        position: absolute;
        right: 5px;
        top: 0;
        transition: all .4s ease-in-out 0s;
        z-index: 102;
        padding: 12px 14px
    }

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

    .callusbtn:hover i {
        color: #a9a9a9
    }

    .wsanimated-arrow {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .wsanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0;
        margin: 7px 0 0 15px
    }

    .wsanimated-arrow span,.wsanimated-arrow span:after,.wsanimated-arrow span:before {
        cursor: pointer;
        height: 3px;
        width: 22px;
        background: #1850a5;
        position: absolute;
        display: block;
        content: ''
    }

    .wsanimated-arrow span:before {
        top: -7px;
        width: 26px
    }

    .wsanimated-arrow span:after {
        bottom: -7px;
        width: 20px
    }

    .wsanimated-arrow span,.wsanimated-arrow span:after,.wsanimated-arrow span:before {
        transition: all .5s ease-in-out
    }

    .wsactive .wsanimated-arrow span:after {
        width: 23px
    }

    .wsactive .wsanimated-arrow span {
        background-color: transparent
    }

    .wsactive .wsanimated-arrow span:before,.wsactive .wsanimated-arrow.active span:after {
        top: 7px
    }

    .wsactive .wsanimated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0
    }

    .wsactive .wsanimated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .overlapblackbg {
        left: 0;
        width: calc(100% - 240px);
        width: calc(100% - 350px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0,0,0,.45);
        cursor: pointer
    }

    .wsactive .wsmenu .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out
    }

    .wsmenucontainer {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .wsactive .wsmenucontainer {
        margin-right: 240px;
        margin-right: 300px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .wsactive .wsmenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0
    }

    .wsactive .wsmenu>.wsmenu-list {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        margin-right: 0
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }

    .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
        transform: rotate(-45deg);
        margin-top: 23px
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        display: block;
        height: 8px;
        width: 8px;
        float: right;
        transform: rotate(-225deg);
        margin: 18px 18px 0 0
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
        content: "";
        width: 100%;
        height: 100%;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: rgba(0,0,0,.4);
        transition: .2s ease;
        display: block;
        transform-origin: 100% 0
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i {
        display: block;
        height: 8px;
        width: 8px;
        float: right;
        transform: rotate(-225deg);
        margin: 14px 18px 0 0
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i:before {
        content: "";
        width: 100%;
        height: 100%;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: rgba(0,0,0,.4);
        transition: .2s ease;
        display: block;
        transform-origin: 100% 0
    }

    .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i.wsmenu-rotate {
        transform: rotate(-45deg);
        margin-top: 19px
    }
}

@media only screen and (min-width: 992px) and (max-width:1162px) {
    .wsmenu>.wsmenu-list>li>a {
        padding-left:16px;
        padding-right: 16px
    }

    .wsmenu>.wsmenu-list>li a.menuhomeicon {
        padding-left: 22px;
        padding-right: 22px
    }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .3s,opacity .3s;
    -ms-transition: -ms-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s,opacity .4s;
    -ms-transition: -ms-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s,opacity .4s;
    -ms-transition: -ms-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .3s,opacity .3s;
    -ms-transition: -ms-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px
}

body {
    color: #283034;
    font-weight: 400
}

.text-primary {
    color: #3f2d82!important
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

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

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

#page {
    overflow: hidden
}

.wide-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.wide-90 {
    padding-top: 100px;
    padding-bottom: 90px
}

.wide-80 {
    padding-top: 100px;
    padding-bottom: 80px
}

.wide-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.wide-60 {
    padding-top: 100px;
    padding-bottom: 60px
}

.wide-50 {
    padding-top: 100px;
    padding-bottom: 50px
}

.wide-40 {
    padding-top: 100px;
    padding-bottom: 40px
}

.wide-30 {
    padding-top: 100px;
    padding-bottom: 30px
}

.wide-20 {
    padding-top: 100px;
    padding-bottom: 20px
}

.mt-100 {
    margin-top: 100px
}

.mt-95 {
    margin-top: 95px
}

.mt-90 {
    margin-top: 90px
}

.mt-85 {
    margin-top: 85px
}

.mt-80 {
    margin-top: 80px
}

.mt-75 {
    margin-top: 75px
}

.mt-70 {
    margin-top: 70px
}

.mt-65 {
    margin-top: 65px
}

.mt-60 {
    margin-top: 60px
}

.mt-55 {
    margin-top: 55px
}

.mt-50 {
    margin-top: 50px
}

.mt-45 {
    margin-top: 45px
}

.mt-40 {
    margin-top: 40px
}

.mt-35 {
    margin-top: 35px
}

.mt-30 {
    margin-top: 30px
}

.mt-25 {
    margin-top: 25px
}

.mt-20 {
    margin-top: 20px
}

.mt-15 {
    margin-top: 15px
}

.mt-10 {
    margin-top: 10px
}

.mt-5 {
    margin-top: 5px!important
}

.mt-0 {
    margin-top: 0
}

.mt-inverse-150 {
    margin-top: -150px
}

.mt-inverse-140 {
    margin-top: -140px
}

.mt-inverse-130 {
    margin-top: -130px
}

.mt-inverse-120 {
    margin-top: -120px
}

.mt-inverse-110 {
    margin-top: -110px
}

.mt-inverse-100 {
    margin-top: -100px
}

.mt-inverse-90 {
    margin-top: -90px
}

.mt-inverse-80 {
    margin-top: -80px
}

.mt-inverse-70 {
    margin-top: -70px
}

.mt-inverse-60 {
    margin-top: -60px
}

.mt-inverse-50 {
    margin-top: -50px
}

.mt-inverse-40 {
    margin-top: -40px
}

.mt-inverse-30 {
    margin-top: -30px
}

.mt-inverse-20 {
    margin-top: -20px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-5 {
    margin-bottom: 5px!important
}

.mb-0 {
    margin-bottom: 0
}

.ml-100 {
    margin-left: 100px
}

.ml-95 {
    margin-left: 95px
}

.ml-90 {
    margin-left: 90px
}

.ml-85 {
    margin-left: 85px
}

.ml-80 {
    margin-left: 80px
}

.ml-75 {
    margin-left: 75px
}

.ml-70 {
    margin-left: 70px
}

.ml-60 {
    margin-left: 60px
}

.ml-55 {
    margin-left: 55px
}

.ml-50 {
    margin-left: 50px
}

.ml-45 {
    margin-left: 45px
}

.ml-40 {
    margin-left: 40px
}

.ml-35 {
    margin-left: 35px
}

.ml-30 {
    margin-left: 30px
}

.ml-25 {
    margin-left: 25px
}

.ml-20 {
    margin-left: 20px
}

.ml-15 {
    margin-left: 15px
}

.ml-10 {
    margin-left: 10px
}

.ml-5 {
    margin-left: 5px!important
}

.mr-100 {
    margin-right: 100px
}

.mr-95 {
    margin-right: 95px
}

.mr-90 {
    margin-right: 90px
}

.mr-85 {
    margin-right: 85px
}

.mr-80 {
    margin-right: 80px
}

.mr-75 {
    margin-right: 75px
}

.mr-70 {
    margin-right: 70px
}

.mr-65 {
    margin-right: 65px
}

.mr-60 {
    margin-right: 60px
}

.mr-55 {
    margin-right: 55px
}

.mr-50 {
    margin-right: 50px
}

.mr-45 {
    margin-right: 45px
}

.mr-40 {
    margin-right: 40px
}

.mr-35 {
    margin-right: 35px
}

.mr-30 {
    margin-right: 30px
}

.mr-25 {
    margin-right: 25px
}

.mr-20 {
    margin-right: 20px
}

.mr-15 {
    margin-right: 15px
}

.mr-10 {
    margin-right: 10px
}

.mr-5 {
    margin-right: 5px!important
}

.pt-100 {
    padding-top: 100px
}

.pt-95 {
    padding-top: 95px
}

.pt-90 {
    padding-top: 90px
}

.pt-85 {
    padding-top: 85px
}

.pt-80 {
    padding-top: 80px
}

.pt-75 {
    padding-top: 75px
}

.pt-70 {
    padding-top: 70px
}

.pt-65 {
    padding-top: 65px
}

.pt-60 {
    padding-top: 60px
}

.pt-55 {
    padding-top: 55px
}

.pt-50 {
    padding-top: 50px
}

.pt-45 {
    padding-top: 45px
}

.pt-40 {
    padding-top: 40px
}

.pt-35 {
    padding-top: 35px
}

.pt-30 {
    padding-top: 30px
}

.pt-25 {
    padding-top: 25px
}

.pt-20 {
    padding-top: 20px
}

.pt-15 {
    padding-top: 15px
}

.pt-10 {
    padding-top: 10px
}

.pt-5 {
    padding-top: 5px!important
}

.pb-100 {
    padding-bottom: 100px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-50 {
    padding-bottom: 0
}

.pb-45 {
    padding-bottom: 45px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-5 {
    padding-bottom: 5px!important
}

.pl-100 {
    padding-left: 100px
}

.pl-95 {
    padding-left: 95px
}

.pl-90 {
    padding-left: 90px
}

.pl-85 {
    padding-left: 85px
}

.pl-80 {
    padding-left: 80px
}

.pl-75 {
    padding-left: 75px
}

.pl-70 {
    padding-left: 70px
}

.pl-65 {
    padding-left: 65px
}

.pl-60 {
    padding-left: 60px
}

.pl-55 {
    padding-left: 55px
}

.pl-50 {
    padding-left: 50px
}

.pl-45 {
    padding-left: 45px
}

.pl-40 {
    padding-left: 40px
}

.pl-35 {
    padding-left: 35px
}

.pl-30 {
    padding-left: 30px
}

.pl-25 {
    padding-left: 25px
}

.pl-20 {
    padding-left: 20px
}

.pl-15 {
    padding-left: 15px
}

.pl-10 {
    padding-left: 10px
}

.pl-5 {
    padding-left: 5px!important
}

.pr-100 {
    padding-right: 100px
}

.pr-95 {
    padding-right: 95px
}

.pr-90 {
    padding-right: 90px
}

.pr-85 {
    padding-right: 85px
}

.pr-80 {
    padding-right: 80px
}

.pr-75 {
    padding-right: 75px
}

.pr-70 {
    padding-right: 70px
}

.pr-65 {
    padding-right: 65px
}

.pr-60 {
    padding-right: 60px
}

.pr-55 {
    padding-right: 55px
}

.pr-50 {
    padding-right: 50px
}

.pr-45 {
    padding-right: 45px
}

.pr-40 {
    padding-right: 40px
}

.pr-35 {
    padding-right: 35px
}

.pr-30 {
    padding-right: 30px
}

.pr-25 {
    padding-right: 25px
}

.pr-20 {
    padding-right: 20px
}

.pr-15 {
    padding-right: 15px
}

.pr-10 {
    padding-right: 10px
}

.pr-5 {
    padding-right: 5px!important
}

.pc-70 {
    padding-right: 70px;
    padding-left: 70px
}

.pc-65 {
    padding-right: 65px;
    padding-left: 65px
}

.pc-60 {
    padding-right: 60px;
    padding-left: 60px
}

.pc-55 {
    padding-right: 55px;
    padding-left: 55px
}

.pc-50 {
    padding-right: 50px;
    padding-left: 50px
}

.pc-45 {
    padding-right: 45px;
    padding-left: 45px
}

.pc-40 {
    padding-right: 40px;
    padding-left: 40px
}

.pc-35 {
    padding-right: 35px;
    padding-left: 35px
}

.pc-30 {
    padding-right: 30px;
    padding-left: 30px
}

.pc-25 {
    padding-right: 25px;
    padding-left: 25px
}

.pc-20 {
    padding-right: 20px;
    padding-left: 20px
}

.pc-15 {
    padding-right: 15px;
    padding-left: 15px
}

.pc-10 {
    padding-right: 10px;
    padding-left: 10px
}

.rel {
    position: relative!important
}

.bg-fixed,.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg-scroll {
    background-attachment: fixed!important
}

.bg-white {
    background-color: #fff!important
}

.bg-dark {
    background-color: #282828!important
}

.bg-deepdark {
    background-color: #212223!important
}

.bg-azure {
    background-color: #0080ff
}

.bg-lightazure {
    background-color: #f4f9eb
}

.bg-brown {
    background-color: #af8855
}

.bg-denim {
    background-color: #0054a6
}

.bg-gold {
    background-color: #d1b665
}

.bg-lightgreen {
    background-color: #a6e42a
}

.bg-lightgrey {
    background-color: #f7f7f7
}

.bg-navy {
    background-color: #244b9a
}

.bg-salmon {
    background-color: #ee6011
}

.bg-sapphire {
    background-color: #33539e
}

.bg-silk {
    background-color: #aa946e
}

.bg-skyblue {
    background-color: #37baf2
}

.bg-stategrey {
    background-color: #314150
}

.bg-steel {
    background-color: #4558cb
}

.bg-steelblue {
    background-color: #3079bf
}

.bg-rose {
    background-color: #ff495a
}

.bg-yellow {
    background: #fcb80b
}

.blue-gradient {
    background-image: -webkit-linear-gradient(to right,#005cda,#006cff 100%);
    background-image: linear-gradient(to right,#005cda,#006cff 100%)
}

.bg-01,.bg-02,.bg-03,.bg-04,.bg-05,.bg-06,.bg-07,.bg-08,.bg-09,.bg-10,.bg-tra-map,.pattern-01,.pattern-02,.pattern-03 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed!important
}

.bg-desktop {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.white-overlay-bottom,.white-overlay-incline,.white-overlay-top,.white-overlay-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.white-overlay-wave {
    background-image: url(../images/white-overlay-wave.png);
    height: 155px
}

.white-overlay-top {
    background-image: url(../images/white-overlay-top.png);
    height: 48px
}

.white-overlay-bottom {
    background-image: url(../images/white-overlay-bottom.png);
    height: 200px
}

.white-overlay-incline {
    background-image: url(../images/white-overlay-incline.png);
    height: 200px
}

.b-border {
    border: 1px solid #ddd
}

.b-top {
    border-top: 1px solid #ddd
}

.b-bottom {
    border-bottom: 1px solid #ddd
}

.b-left {
    border-left: 1px solid #ddd
}

.b-right {
    border-right: 1px solid #ddd
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-family: Poppins,sans-serif!important;
    font-weight: 600;
    letter-spacing: -.25px
}

.mons-font {
    font-family: Montserrat,sans-serif
}

.fraunces-font {
    font-family: Fraunces,serif
}

.pacifico-font {
    font-family: Pacifico,cursive
}

h6.h6-xs {
    font-size: 1.0625rem
}

h6.h6-sm {
    font-size: 1.125rem
}

h6.h6-md {
    font-size: 1.15625rem
}

h6.h6-lg {
    font-size: 1.1875rem
}

h6.h6-xl {
    font-size: 1.21875rem
}

h5.h5-xs {
    font-size: 1.25rem
}

h5.h5-sm {
    font-size: 1.375rem
}

h5.h5-md {
    font-size: 1.5rem
}

h5.h5-lg {
    font-size: 1.625rem
}

h5.h5-xl {
    font-size: 1.75rem
}

h4.h4-xs {
    font-size: 1.875rem
}

h4.h4-sm {
    font-size: 2rem
}

h4.h4-md {
    font-size: 2.125rem
}

h4.h4-lg {
    font-size: 3rem;
    font-weight: 600
}

h4.h4-xl {
    font-size: 2.375rem
}

h3.h3-xs {
    font-size: 2.5rem
}

h3.h3-sm {
    font-size: 2.625rem
}

h3.h3-md {
    font-size: 2.75rem
}

h3.h3-lg {
    font-size: 2.875rem
}

h3.h3-xl {
    font-size: 2.625rem
}

h2.h2-xs {
    font-size: 2.625rem
}

h2.h2-sm {
    font-size: 3.25rem
}

h2.h2-md {
    font-size: 3.375rem
}

h2.h2-lg {
    font-size: 2.2rem
}

h2.h2-xl {
    font-size: 3.75rem
}

h2.h2-title-xs {
    font-size: 4.0625rem
}

h2.h2-title-sm {
    font-size: 4.375rem
}

h2.h2-title-md {
    font-size: 4.6875rem
}

h2.h2-title-lg {
    font-size: 5rem
}

h2.h2-title-xl {
    font-size: 5.3125rem
}

p.p-sm {
    font-size: 1rem
}

p {
    font-size: 1.0625rem
}

p.p-md {
    font-size: 1.125rem
}

p.p-lg {
    font-size: 1.1875rem
}

p.p-xl {
    font-size: 1.125rem
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a:hover {
    color: #666;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.txt-list li i {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 10px;
    top: 2px
}

.txt-list li p {
    overflow: hidden;
    margin-bottom: 10px
}

ul.simple-list {
    list-style: disc;
    margin-left: 15px
}

ol.num-list {
    margin-left: -20px
}

ol.num-list li p {
    padding-left: 5px;
    margin-bottom: 5px
}

ol.digit-list {
    padding: 0;
    margin-left: 15px
}

ol.digit-list p {
    margin-bottom: 8px
}

.box-list p {
    position: relative;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd
}

.bg-dark .box-list p {
    border-bottom: 1px dashed #777
}

.box-list p:last-child {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.box-list p span {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 15px
}

.bg-dark .box-list p span {
    color: #fff
}

.btn {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 20px 15px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize
}

.btn.btn-sm {
    font-size: 15px;
    padding: 11px 24px
}

.btn.btn-md {
    font-size: 18px;
    padding: 14px 34px
}

.btn.btn-lg {
    font-size: 20px;
    padding: 14px 42px
}

.btn-white,.white-color .btn-white {
    color: #333;
    background-color: #fff;
    border-color: #fff!important
}

.btn-tra-white {
    color: #fff;
    background-color: #f05d45;
    border-color: #f05d45 !important;
}

.scroll .btn-tra-white {
    color: #333!important;
    background-color: transparent;
    border-color: #333!important
}

.btn-grey,.white-color .btn-grey {
    color: #666;
    background-color: #eee;
    border-color: #eee!important
}

.btn-tra-grey,.white-color .btn-tra-grey {
    color: #333;
    background-color: transparent;
    border-color: #ccc!important
}

.btn-black,.white-color .btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-tra-black,.white-color .btn-tra-black {
    color: #f8633f;
    background-color: #fff;
    border-color: #f8633f;
}

.azure-hover:hover,.btn-azure,.scroll .azure-hover:hover,.scroll .btn-azure,.white-color .azure-hover:hover,.white-color .btn-azure {
    color: #fff!important;
    background-color: #0080ff;
    border-color: #0080ff!important
}

.btn-tra-azure,.scroll .btn-tra-azure,.scroll .tra-azure-hover:hover,.tra-azure-hover:hover,.white-color .btn-tra-azure,.white-color .tra-azure-hover:hover {
    color: #0080ff!important;
    background-color: transparent;
    border-color: #0080ff!important
}

.brown-hover:hover,.btn-brown,.scroll .brown-hover:hover,.scroll .btn-brown,.white-color .brown-hover:hover,.white-color .btn-brown {
    color: #fff!important;
    background-color: #af8855;
    border-color: #af8855!important
}

.btn-tra-brown,.scroll .btn-tra-brown,.scroll .tra-brown-hover:hover,.tra-brown-hover:hover,.white-color .btn-tra-brown,.white-color .tra-brown-hover:hover {
    color: #af8855!important;
    background-color: transparent;
    border-color: #af8855!important
}

.btn-gold,.gold-hover:hover,.scroll .btn-gold,.scroll .gold-hover:hover,.white-color .btn-gold,.white-color .gold-hover:hover {
    color: #fff!important;
    background-color: #d1b665;
    border-color: #d1b665!important
}

.btn-tra-gold,.scroll .btn-tra-gold,.scroll .tra-gold-hover:hover,.tra-gold-hover:hover,.white-color .btn-tra-gold,.white-color .tra-gold-hover:hover {
    color: #d1b665!important;
    background-color: transparent;
    border-color: #d1b665!important
}

.btn-navy,.navy-hover:hover,.scroll .btn-navy,.scroll .navy-hover:hover,.white-color .btn-navy,.white-color .navy-hover:hover {
    color: #fff!important;
    background-color: #244b9a;
    border-color: #244b9a!important
}

.btn-tra-navy,.scroll .btn-tra-navy,.scroll .tra-navy-hover:hover,.tra-navy-hover:hover,.white-color .btn-tra-navy,.white-color .tra-navy-hover:hover {
    color: #244b9a!important;
    background-color: transparent;
    border-color: #244b9a!important
}

.btn-purple,.purple-hover:hover,.scroll .btn-purple,.scroll .purple-hover:hover,.white-color .btn-purple,.white-color .purple-hover:hover {
    color: #fff!important;
    background-color: #6926cd;
    border-color: #6926cd!important
}

.btn-tra-purple,.scroll .btn-tra-purple,.scroll .tra-purple-hover:hover,.tra-purple-hover:hover,.white-color .btn-tra-purple,.white-color .tra-purple-hover:hover {
    color: #6926cd!important;
    background-color: transparent;
    border-color: #6926cd!important
}

.btn-rose,.rose-hover:hover,.scroll .btn-rose,.scroll .rose-hover:hover,.white-color .btn-rose,.white-color .rose-hover:hover {
    color: #fff!important;
    background-color: #ff495a;
    border-color: #ff495a!important
}

.btn-tra-rose,.scroll .btn-tra-rose,.scroll .tra-rose-hover:hover,.tra-rose-hover:hover,.white-color .btn-tra-rose,.white-color .tra-rose-hover:hover {
    color: #ff495a!important;
    background-color: transparent;
    border-color: #ff495a!important
}

.btn-salmon,.salmon-hover:hover,.scroll .btn-salmon,.scroll .salmon-hover:hover,.white-color .btn-salmon,.white-color .salmon-hover:hover {
    color: #fff!important;
    background-color: #ee6011;
    border-color: #ee6011!important
}

.btn-tra-salmon,.scroll .btn-tra-salmon,.scroll .tra-salmon-hover:hover,.tra-salmon-hover:hover,.white-color .btn-tra-salmon,.white-color .tra-salmon-hover:hover {
    color: #ee6011!important;
    background-color: transparent;
    border-color: #ee6011!important
}

.btn-silk,.scroll .btn-silk,.scroll .silk-hover:hover,.silk-hover:hover,.white-color .btn-silk,.white-color .silk-hover:hover {
    color: #fff!important;
    background-color: #aa946e;
    border-color: #aa946e!important
}

.btn-tra-silk,.scroll .btn-tra-silk,.scroll .tra-silk-hover:hover,.tra-silk-hover:hover,.white-color .btn-tra-silk,.white-color .tra-silk-hover:hover {
    color: #aa946e!important;
    background-color: transparent;
    border-color: #aa946e!important
}

.btn-skyblue,.scroll .btn-skyblue,.scroll .skyblue-hover:hover,.skyblue-hover:hover,.white-color .btn-skyblue,.white-color .skyblue-hover:hover {
    color: #fff!important;
    background-color: #37baf2;
    border-color: #37baf2!important
}

.btn-tra-skyblue,.scroll .btn-tra-skyblue,.scroll .tra-skyblue-hover:hover,.tra-skyblue-hover:hover,.white-color .btn-tra-skyblue,.white-color .tra-skyblue-hover:hover {
    color: #37baf2!important;
    background-color: transparent;
    border-color: #37baf2!important
}

.btn-steel,.scroll .btn-steel,.scroll .steel-hover:hover,.steel-hover:hover,.white-color .btn-steel,.white-color .steel-hover:hover {
    color: #fff!important;
    background-color: #4558cb;
    border-color: #4558cb!important
}

.btn-tra-steel,.scroll .btn-tra-steel,.scroll .tra-steel-hover:hover,.tra-steel-hover:hover,.white-color .btn-tra-steel,.white-color .tra-steel-hover:hover {
    color: #4558cb!important;
    background-color: transparent;
    border-color: #4558cb!important
}

.btn-steelblue,.scroll .btn-steelblue,.scroll .steelblue-hover:hover,.steelblue-hover:hover,.white-color .btn-steelblue,.white-color .steelblue-hover:hover {
    color: #fff!important;
    background-color: #3079bf;
    border-color: #3079bf!important
}

.btn-tra-steelblue,.scroll .btn-tra-steelblue,.scroll .tra-steelblue-hover:hover,.tra-steelblue-hover:hover,.white-color .btn-tra-steelblue,.white-color .tra-steelblue-hover:hover {
    color: #3079bf!important;
    background-color: transparent;
    border-color: #3079bf!important
}

.btn-yellow,.scroll .btn-yellow,.scroll .yellow-hover:hover,.white-color .btn-yellow,.white-color .yellow-hover:hover,.yellow-hover:hover {
    color: #333!important;
    background-color: #f7be27;
    border-color: #f7be27!important
}

.scroll .white-hover:hover,.white-hover:hover {
    color: #333!important;
    background-color: #fff;
    border-color: #fff!important
}

.tra-white-hover:hover,.white-color .tra-white-hover:hover {
    color: #fff!important;
    background-color: transparent;
    border-color: #fff!important
}

.scroll .tra-white-hover:hover {
    color: #333!important;
    background-color: transparent;
    border-color: #333!important
}

.dark-menu .scroll .tra-white-hover:hover {
    color: #fff!important;
    background-color: transparent;
    border-color: #fff!important
}

.black-hover:hover,.scroll .black-hover:hover {
    color: #fff!important;
    background-color: #333;
    border-color: #333!important
}

.scroll .tra-black-hover:hover .white-color .tra-black-hover:hover,.tra-black-hover:hover {
    color: #fff!important;
    background: #f8633f;
    border-color: #f8633f!important;
}

.grey-hover:hover,.scroll .grey-hover:hover {
    color: #333!important;
    background-color: #ccc;
    border-color: #ccc!important
}

.scroll .tra-grey-hover:hover,.tra-grey-hover:hover {
    color: #333!important;
    background-color: transparent;
    border-color: #ccc!important
}

.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-grey:focus {
    color: #666;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-tra-black:focus,.btn.btn-tra-grey:focus {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-md.btn-video-link {
    padding: 14px 16px
}

.btn-md.btn-video-link span {
    position: relative;
    top: 4px;
    right: 6px
}

.btn-md.btn-video-link {
    line-height: 30px!important
}

.white-color .btn-md.btn-video-link:hover {
    color: #fff
}

.video-preview {
    position: relative;
    text-align: center
}

.video-btn {
    position: absolute!important;
    top: 50%;
    left: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

#video-2 .video-btn {
    position: relative!important;
    margin: 0 auto;
    top: 0;
    left: 0
}

.video-btn-lg {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px
}

.video-btn-md {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px
}

.video-btn-sm {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px
}

.video-block-wrapper {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.video-btn.video-btn-lg [class^=flaticon-]:after,.video-btn.video-btn-lg [class^=flaticon-]:before {
    line-height: 100px!important;
    margin-left: 8px
}

.video-btn.video-btn-md [class^=flaticon-]:after,.video-btn.video-btn-md [class^=flaticon-]:before {
    line-height: 80px!important;
    margin-left: 7px
}

.video-btn.video-btn-sm [class^=flaticon-]:after,.video-btn.video-btn-sm [class^=flaticon-]:before {
    line-height: 60px!important;
    margin-left: 6px
}

.video-btn:hover .video-block-wrapper {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.video-btn:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: rgba(255,255,255,.2);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.video-btn.video-btn-lg:hover:before {
    opacity: .75;
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px
}

.video-btn.video-btn-md:hover:before {
    opacity: .75;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px
}

.video-btn.video-btn-sm:hover:before {
    opacity: .75;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px
}

.stores-badge {
    display: inline-block
}

.store {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px
}

.store:last-child {
    margin-right: 0
}

.footer .store {
    text-align: right;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 15px
}

.store img {
    width: auto;
    max-width: inherit;
    max-height: 50px
}

.footer .store img {
    display: inline-block;
    max-height: 45px
}

span.os-version {
    display: block;
    line-height: 1;
    margin-top: 15px
}

.ico-15 [class*=flaticon-]:after,.ico-15 [class*=flaticon-]:before {
    font-size: .9375rem
}

.ico-20 [class*=flaticon-]:after,.ico-20 [class*=flaticon-]:before {
    font-size: 1.25rem
}

.ico-25 [class*=flaticon-]:after,.ico-25 [class*=flaticon-]:before {
    font-size: 1.5625rem
}

.ico-30 [class*=flaticon-]:after,.ico-30 [class*=flaticon-]:before {
    font-size: 1.875rem
}

.ico-35 [class*=flaticon-]:after,.ico-35 [class*=flaticon-]:before {
    font-size: 2.1875rem
}

.ico-40 [class*=flaticon-]:after,.ico-40 [class*=flaticon-]:before {
    font-size: 2.5rem
}

.ico-45 [class*=flaticon-]:after,.ico-45 [class*=flaticon-]:before {
    font-size: 2.8125rem
}

.ico-50 [class*=flaticon-]:after,.ico-50 [class*=flaticon-]:before {
    font-size: 3.125rem
}

.ico-55 [class*=flaticon-]:after,.ico-55 [class*=flaticon-]:before {
    font-size: 3.4375rem
}

.ico-60 [class*=flaticon-]:after,.ico-60 [class*=flaticon-]:before {
    font-size: 3.75rem
}

.ico-65 [class*=flaticon-]:after,.ico-65 [class*=flaticon-]:before {
    font-size: 4.0625rem
}

.ico-70 [class*=flaticon-]:after,.ico-70 [class*=flaticon-]:before {
    font-size: 4.375rem
}

.ico-75 [class*=flaticon-]:after,.ico-75 [class*=flaticon-]:before {
    font-size: 4.6875rem
}

.ico-80 [class*=flaticon-]:after,.ico-80 [class*=flaticon-]:before {
    font-size: 5rem
}

.ico-85 [class*=flaticon-]:after,.ico-85 [class*=flaticon-]:before {
    font-size: 5.3125rem
}

.ico-90 [class*=flaticon-]:after,.ico-90 [class*=flaticon-]:before {
    font-size: 5.625rem
}

.ico-95 [class*=flaticon-]:after,.ico-95 [class*=flaticon-]:before {
    font-size: 5.9375rem
}

.ico-100 [class*=flaticon-]:after,.ico-100 [class*=flaticon-]:before {
    font-size: 6.25rem
}

#clock {
    display: inline-block
}

#clock .cbox-1 {
    float: left;
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid rgba(255,255,255,.5);
    display: inline-block
}

#clock .cbox-1:last-child {
    border-right: none
}

#clock span.cbox-1-digit {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.5px
}

#clock span.cbox-1-txt {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block;
    padding-top: 8px
}

.section-id {
    font-family: Montserrat,sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
    color: #f05d45;
}

#reviews-4 .section-id {
    margin-bottom: 35px
}

.section-id.grey-color {
    color: #353a4d
}

.section-title h2,.section-title h3 {
    margin-bottom: 15px
}

.section-title p {
    color: #4e4e4e;
    margin-bottom: 0;
    font-weight: 500
}

.section-title p.p-xl {
    padding: 0 15%
}

#features-4 .section-title p.p-xl {
    padding: 0 10%
}

#brands-3 .section-title p.p-xl {
    padding: 0 10%
}

.bg-dark .section-title p.p-xl {
    color: #ccc
}

.txt-300 {
    font-weight: 300
}

.txt-400 {
    font-weight: 400
}

.txt-500 {
    font-weight: 500
}

.txt-700 {
    font-weight: 700
}

.txt-800 {
    font-weight: 900
}

.txt-900 {
    font-weight: 900
}

.txt-upcase {
    text-transform: uppercase
}

.white-color,.white-color a,.white-color h2,.white-color h3,.white-color h4,.white-color h5,.white-color h6,.white-color i,.white-color li,.white-color p,.white-color span {
    color: #fff
}

.grey-color,.grey-color a,.grey-color h2,.grey-color h3,.grey-color h4,.grey-color h5,.grey-color h6,.grey-color i,.grey-color li,.grey-color p,.grey-color span,.white-color .grey-color {
    color: #4e4e4e
}

.lightgrey-color,.lightgrey-color a,.lightgrey-color h2,.lightgrey-color h3,.lightgrey-color h4,.lightgrey-color h5,.lightgrey-color h6,.lightgrey-color i,.lightgrey-color li,.lightgrey-color p,.lightgrey-color span,.white-color .lightgrey-color {
    color: #ccc
}

.white-color .yellow-color,.yellow-color,.yellow-color a,.yellow-color h2,.yellow-color h3,.yellow-color h4,.yellow-color h5,.yellow-color h6,.yellow-color i,.yellow-color li,.yellow-color p,.yellow-color span {
    color: #f7be27
}

.txt-block h2,.txt-block h3 {
    margin-bottom: 20px
}

h5.sm-title {
    margin-top: 20px;
    margin-bottom: 20px
}

.txt-block .btn,.txt-block .stores-badge {
    margin-top: 20px
}

.block-ico {
    position: relative;
    margin-left: 5px;
    margin-bottom: 35px;
    display: inline-block
}

.block-ico-bkg {
    position: absolute;
    top: -25px;
    left: -15px;
    transform: rotate(-30deg)
}

.txt-block-rating {
    margin-top: 20px
}

.stars-rating,.stars-rating p {
    font-size: 1.05rem;
    margin-bottom: 0
}

.txt-block-rating [class*=flaticon-]:after,.txt-block-rating [class*=flaticon-]:before {
    color: #ffc832;
    font-size: .95rem;
    line-height: 1;
    margin-left: 1px
}

.img-block {
    text-align: center
}

.radius-0 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.radius-02 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.radius-04 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.radius-06 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.radius-08 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.opacity-05 {
    opacity: .5
}

.opacity-06 {
    opacity: .6
}

.opacity-07 {
    opacity: .7
}

.opacity-08 {
    opacity: .8
}

.opacity-09 {
    opacity: .9
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-top-color: #000
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    border-top-color: #e33b3c
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    border-top-color: #0d49a3
}

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

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

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

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

#header {
    width: 100%;
    display: block;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    transition: .5s
}

.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0
}

.posrlt {
    position: relative
}

#header.hiddden-header {
    display: none
}

.desktoplogo img {
    width: auto;
    max-width: inherit;
    max-height: 65px
}

.wsmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.tra-menu .wsmainfull {
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.white-menu .wsmainfull {
    background-color: #fff!important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1)
}

.dark-menu .wsmainfull {
    background-color: #222227!important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1)
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    letter-spacing: .5px;
    margin: 0 7px;
    padding: 23px 0;
    line-height: initial;
    text-decoration: none;
    font-family: Poppins,sans-serif!important;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 2rem;
    position: relative
}

.wsmenu>.wsmenu-list>li>a.last-link {
    padding: 10px 0;
    margin: 0 0 0 7px
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    content: "";
    float: right;
    right: -12px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 34px;
    width: 0
}

.wsmenu>.wsmenu-list>li.header-phone>a {
    margin: 0;
    padding: 10px 0 10px 10px
}

.wsmenu>.wsmenu-list>li.header-phone>a span {
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 8px;
    position: relative;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.wsmenu>.wsmenu-list>li a.btn {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .25px;
    margin-top: 13px;
    margin-left: 15px;
    padding: 5px 32px
}

.header-socials {
    margin: 0;
    display: inline-block;
    text-align: center
}

.header-socials span {
    float: left;
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    margin: 0
}

.header-socials a {
    display: block;
    line-height: 70px!important;
    margin-left: 16px
}

.header-socials a span {
    position: relative;
    top: 2px
}

.header-socials.ico-20 [class*=flaticon-]:after,.header-socials.ico-20 [class*=flaticon-]:before {
    font-size: 1.325rem
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    padding: 12px 20px;
    width: auto;
    min-width: 1570px;
    left: 0;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    top: 100%;
    border: none;
    box-shadow: 0 22px 22px 0 hsl(0deg 0% 0% / 8%)
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    transition: all .3s ease-in-out
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    font-weight: 400
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li>a {
    padding: 0 0 8px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    padding: 8px 0 8px 8px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
    padding: 8px 0 8px 4px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li a:hover {
    padding: 0 0 8px 4px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 38%;
    padding: 12px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list {
    padding: 0
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list li,.wsmenu>.wsmenu-list>li>.wsmegamenu.w-70 .link-list li {
    border-bottom: none
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
    padding: 25px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
    border-bottom: none
}

.wsmegamenu .latest-news li {
    padding: 12px 0;
    border-bottom: 1px dashed silver
}

.wsmegamenu .latest-news li:first-child {
    padding: 0 0 12px
}

.wsmegamenu .latest-news li:last-child {
    padding: 12px 0 0;
    border-bottom: 0
}

.wsmegamenu .latest-news img {
    text-align: center;
    float: left;
    width: 80px;
    height: 80px
}

.wsmegamenu .post-summary {
    overflow: hidden;
    padding-left: 16px;
    transition: all .3s ease-in-out
}

.wsmegamenu .post-summary:hover {
    padding-left: 20px
}

.wsmegamenu .post-summary a {
    color: #888!important;
    font-size: 16px;
    font-weight: 400
}

.wsmegamenu h5.h5-xs a {
    color: #333!important;
    margin-bottom: 0
}

.wsmegamenu .latest-news p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    margin-top: 4px;
    margin-bottom: 0
}

.nav-azure-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-azure-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-azure-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-azure-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-azure-hover>li>ul.sub-menu>li>a:hover {
    color: #0080ff!important
}

.nav-brown-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-brown-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-brown-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-brown-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-brown-hover>li>ul.sub-menu>li>a:hover {
    color: #af8855!important
}

.nav-gold-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-gold-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-gold-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-gold-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-gold-hover>li>ul.sub-menu>li>a:hover {
    color: #d1b665!important
}

.nav-purple-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-purple-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-purple-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-purple-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-purple-hover>li>ul.sub-menu>li>a:hover {
    color: #d2322b!important
}

.nav-rose-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-rose-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-rose-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-rose-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-rose-hover>li>ul.sub-menu>li>a:hover {
    color: #ff495a!important
}

.nav-salmon-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-salmon-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-salmon-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-salmon-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-salmon-hover>li>ul.sub-menu>li>a:hover {
    color: #ee6011!important
}

.nav-skyblue-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-skyblue-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-skyblue-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-skyblue-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-skyblue-hover>li>ul.sub-menu>li>a:hover {
    color: #37baf2!important
}

.nav-steel-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-steel-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-steel-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-steel-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-steel-hover>li>ul.sub-menu>li>a:hover {
    color: #4558cb!important
}

.nav-steelblue-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-steelblue-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-steelblue-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-steelblue-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-steelblue-hover>li>ul.sub-menu>li>a:hover {
    color: #3079bf!important
}

.nav-yellow-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-yellow-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-yellow-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-yellow-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-yellow-hover>li>ul.sub-menu>li>a:hover {
    color: #f7be27!important
}

.dark-menu.dark-scroll .wsmainfull.scroll,.tra-menu .wsmainfull.scroll,.white-menu .wsmainfull.scroll {
    background-color: #fff!important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1)
}

.scroll .white-color.header-socials span {
    color: #444!important
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li a {
    color: #444
}

.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list>li a,.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list>li a {
    color: #fff
}

.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a,.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a {
    color: #666
}

.logo-black,.logo-white {
    display: block
}

.navbar-dark .logo-white,.navbar-light .logo-black,.tra-menu.navbar-dark.dark-scroll .scroll .logo-black,.tra-menu.navbar-light .scroll .logo-white,.tra-menu.navbar-light.dark-scroll .scroll .logo-black {
    display: none
}

.tra-menu.navbar-dark.dark-scroll .scroll .logo-white,.tra-menu.navbar-light .scroll .logo-black,.tra-menu.navbar-light.dark-scroll .scroll .logo-white {
    display: block
}

.desktoplogo {
    width: 200px
}

.mobile-menu {
    display: none
}

@media (max-width: 991px) {
    .left-menu,.right-menu {
        display:none
    }

    .mobile-menu {
        display: block
    }
}

.hero-section .container {
    position: relative;
    z-index: 3
}

#hero-8 .container,#hero-9 .container {
    overflow: hidden
}

#hero-2 {
    padding-top: 170px
}

#hero-3 {
    background-image: url(../images/hero-3.jpg);
    padding-top: 150px;
    padding-bottom: 60px
}

#hero-4 {
    padding-top: 160px
}

#hero-5 {
    background-image: url(../images/hero-5.jpg);
    padding-top: 150px;
    padding-bottom: 100px
}

#hero-6 {
    padding-top: 150px;
    padding-bottom: 110px;
    position: relative;
    z-index: 3;
    margin-top: 150px
}

#hero-7 {
    background-image: url(../images/hero-7.jpg);
    padding-top: 130px;
    position: relative;
    z-index: 3
}

#hero-8 {
    background-image: url(../images/hero-8.jpg);
    padding-top: 150px
}

#hero-9 {
    padding-top: 160px
}

#hero-10 {
    background-image: url(../images/hero-10.jpg);
    padding-top: 160px;
    padding-bottom: 25px;
    position: relative;
    z-index: 3
}

#hero-11 {
    background-image: url(../images/hero-11.jpg);
    padding-top: 160px;
    padding-bottom: 60px
}

#hero-13 {
    background-image: url(../images/hero-13.jpg);
    padding-top: 220px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 3
}

#hero-14 {
    background-image: url(../images/hero-14.jpg);
    padding-top: 150px;
    padding-bottom: 60px
}

#hero-15 {
    padding-top: 250px
}

#hero-16 {
    background-image: url(../images/hero-16.jpg);
    padding-top: 130px;
    padding-bottom: 160px;
    position: relative;
    z-index: 3
}

#hero-17 {
    background-image: url(../images/hero-17.jpg);
    padding-top: 150px;
    padding-bottom: 30px;
    margin-bottom: 100px;
    position: relative
}

#hero-18 {
    background-image: url(../images/hero-18.jpg);
    padding-top: 165px;
    padding-bottom: 105px
}

#hero-19 {
    background-image: url(../images/hero-19.jpg);
    padding-top: 180px;
    padding-bottom: 130px
}

#hero-21 {
    padding-top: 180px
}

#hero-22 {
    background-image: url(../images/hero-22.jpg);
    padding-top: 200px;
    padding-bottom: 120px
}

#hero-23 {
    background-image: url(../images/hero-23.jpg);
    padding-top: 200px;
    padding-bottom: 120px
}

#hero-24 {
    position: relative;
    background-image: url(../images/hero-24.jpg);
    padding-top: 190px;
    padding-bottom: 100px
}

#hero-26 {
    padding-top: 140px
}

#hero-27 {
    position: relative;
    background-image: url(../images/hero-27.jpg);
    padding-top: 180px;
    padding-bottom: 30px;
    margin-bottom: 100px
}

#hero-28 {
    background-image: url(../images/hero-28.jpg);
    background-position: center center;
    padding-top: 180px;
    position: relative
}

.hero-28-gradient {
    position: relative;
    width: 100%;
    background-image: -webkit-linear-gradient(to top,#282828,rgba(33,35,36,.01) 100%);
    background-image: linear-gradient(to top,#282828,rgba(33,34,35,.01) 100%);
    padding: 100px 0 40px;
    margin-bottom: -20px;
    z-index: 991
}

#hero-29 {
    height: 100vh;
    background-image: url(../images/hero-29.jpg)
}

#hero-30 {
    background-image: url(../images/hero-30.jpg);
    padding-top: 180px;
    padding-bottom: 100px
}

.slider {
    position: relative;
    max-width: 100%;
    height: 670px
}

#hero-25 .slider,#hero-25 .slider .slides {
    height: 620px
}

.slider.mt-80 {
    height: 620px;
    margin-top: 80px
}

.slider .slides {
    margin: 0;
    height: 670px
}

.slider.mt-80 .slides {
    margin: 0;
    height: 620px
}

.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

.slider .slides li .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.slider .slides li.active {
    z-index: 2
}

.center-align {
    text-align: center
}

.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
    z-index: 98
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    margin: 0 7px;
    opacity: .5;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%
}

.slider.dark-nav .indicators .indicator-item {
    border: 2px solid #222
}

.slider .indicators .indicator-item.active {
    background-color: #fff;
    opacity: .65
}

.slider.dark-nav .indicators .indicator-item.active {
    background-color: #222
}

#hero-1 .caption-txt {
    margin-top: 45px
}

.hero-2-txt {
    margin-bottom: 80px
}

.hero-6-txt {
    margin-top: -20px
}

.hero-7-txt {
    margin-top: -30px;
    padding-left: 40px
}

#hero-12 .caption-txt,.hero-10-txt,.hero-8-txt {
    margin-top: -25px
}

.hero-9-txt {
    margin-bottom: 30px
}

.hero-15-txt {
    padding-top: 20px
}

.hero-16-txt {
    margin-top: -30px
}

.hero-19-txt {
    padding: 0 5%
}

#hero-20 .caption-txt {
    margin-top: 15px
}

.hero-21-txt {
    margin-bottom: 80px
}

.hero-23-txt {
    margin-top: -10px
}

#hero-25 .caption-txt {
    margin-top: 20px
}

.hero-27-txt {
    margin-bottom: 20px
}

.hero-29-txt {
    margin-top: 12vh
}

.hero-logo {
    margin-bottom: 30px
}

#hero-29 .hero-logo {
    margin-bottom: 35px
}

.hero-logo img {
    width: auto;
    max-width: inherit;
    max-height: 70px
}

#hero-29 .hero-logo img {
    max-height: 55px
}

.hero-logo-txt {
    margin-left: 15px
}

.hero-logo-txt h4 {
    display: inline-block;
    float: left;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0
}

.hero-logo span {
    position: relative;
    font-size: .925rem;
    line-height: 1;
    font-weight: 700;
    top: 5px;
    left: 12px;
    padding: 4px 8px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px
}

.posttitle {
    text-align: center;
    margin-bottom: 10px
}

.posttitle:after,.posttitle:before {
    position: relative;
    display: inline-block;
    content: "";
    height: 2px;
    background-color: #aa946e;
    width: 60px;
    margin-right: 25px;
    margin-bottom: 20px
}

.posttitle:after {
    margin-left: 25px;
    margin-right: 0
}

#hero-1 h2 {
    font-size: 6.5rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 0 3%;
    margin-bottom: 15px
}

.hero-2-txt h2 {
    margin-bottom: 15px
}

.hero-3-txt h2 {
    font-weight: 800;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.hero-4-title h2 {
    margin-bottom: 0
}

.hero-5-txt h2.h2-sm {
    margin-bottom: 30px
}

.hero-5-txt h2.h2-md span {
    position: relative;
    top: -5px
}

.hero-5-txt h2.h2-title-lg {
    font-size: 9.25rem;
    line-height: .9;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 25px
}

.hero-6-txt h2.h2-md {
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

.hero-6-txt h2.h2-title-md {
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px
}

.hero-7-txt h2 {
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 20px
}

.hero-8-txt h3 {
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px
}

.hero-9-txt h2 {
    line-height: 1.2;
    margin-bottom: 15px
}

.hero-10-txt h2 {
    line-height: 1.25;
    margin-bottom: 15px
}

.hero-11-txt h2,.hero-14-txt h3 {
    margin-bottom: 25px
}

#hero-12 h6 {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 30px
}

#hero-12 h2 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px
}

.hero-13-txt h3,.hero-15-txt h2 {
    margin-bottom: 20px
}

#hero-15 h2 {
    line-height: 1;
    margin-bottom: 30px
}

#hero-15 h4 {
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0
}

#hero-15 h4 span {
    font-weight: 600;
    text-decoration: underline
}

#hero-16 h2 {
    font-size: 4.75rem;
    line-height: 1.05;
    margin-bottom: 30px
}

#hero-17 h4 {
    font-weight: 500;
    margin-bottom: 35px
}

#hero-17 h2.h2-title-xs {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px
}

#hero-17 h2.h2-md {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px
}

.hero-18-txt h6 {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.hero-18-txt h2 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.hero-19-txt h2 {
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 20px
}

#hero-20 h2 {
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 0 5%;
    margin-bottom: 20px
}

#hero-22 h5 {
    font-weight: 400;
    margin-bottom: 20px
}

#hero-22 h3 {
    font-weight: 500;
    margin-bottom: 25px
}

.hero-23-txt h2 {
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 20px
}

.hero-23-txt h4 {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px
}

.hero-24-txt h2 {
    margin-bottom: 0
}

#hero-25 h2 {
    margin-bottom: 20px
}

.hero-26-txt h2 {
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.hero-27-txt h3 {
    line-height: 1.1;
    margin-bottom: 25px
}

.hero-27-txt h2 {
    margin-bottom: 25px
}

.hero-28-txt h2 {
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.hero-29-txt h3 {
    margin-bottom: 25px
}

.hero-30-txt h2 {
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 20px
}

.hero-30-txt h2:before {
    display: block;
    content: "";
    height: 2px;
    width: 200px;
    background: #f7be27;
    margin: 20px auto 20px;
    position: relative
}

.hero-30-txt h5 {
    line-height: 1.4;
    font-weight: 400;
    padding: 0 5%;
    margin-bottom: 35px
}

#hero-1 .caption-txt p {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 30px
}

.hero-2-txt p {
    padding: 0 5%;
    margin-bottom: 0
}

.hero-3-txt p {
    padding-right: 8%;
    margin-bottom: 30px
}

.hero-4-txt p {
    margin-bottom: 0
}

.hero-5-txt p {
    font-size: 1.35rem;
    padding: 0 5%;
    margin-bottom: 30px
}

.hero-6-txt p {
    padding-right: 10%;
    margin-bottom: 30px;
    font-size: 20px
}

.hero-7-txt p {
    padding-right: 5%;
    margin-bottom: 35px
}

.hero-8-txt p {
    margin-bottom: 30px
}

.hero-9-txt p {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 23px
}

.hero-10-txt p {
    padding-right: 5%;
    margin-bottom: 30px
}

.hero-11-txt p {
    padding-right: 10%;
    margin-bottom: 0
}

#hero-12 .caption-txt p {
    font-size: 1.35rem;
    padding: 0 12%;
    margin-bottom: 30px
}

.hero-13-txt p {
    padding: 0 10%;
    margin-bottom: 25px
}

.hero-14-txt p {
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: 35px
}

.hero-15-txt a {
    font-weight: 400;
    text-decoration: underline
}

.hero-16-txt p {
    padding-right: 10%;
    margin-bottom: 0
}

.hero-17-txt p {
    padding: 0 10%;
    margin-bottom: 30px
}

.hero-18-txt p {
    padding-right: 5%;
    margin-bottom: 35px
}

.hero-19-txt p {
    padding: 0 8%;
    margin-bottom: 35px
}

#hero-20 .caption-txt p {
    font-weight: 400;
    padding: 0 15%;
    margin-bottom: 30px
}

.hero-21-txt p {
    padding-right: 10%;
    margin-bottom: 35px
}

.hero-22-txt p {
    margin-bottom: 0
}

.hero-22-txt a {
    font-weight: 700
}

.hero-24-txt p {
    padding: 0 5%;
    margin-bottom: 35px
}

#hero-25 .caption-txt p {
    padding: 0 16%;
    margin-bottom: 30px
}

.hero-26-txt p {
    padding-right: 10%;
    margin-bottom: 35px
}

.hero-27-txt p {
    padding-right: 15%;
    margin-bottom: 0
}

.hero-28-txt p {
    font-size: 1.35rem;
    padding-right: 10%;
    margin-bottom: 0
}

.hero-29-txt p {
    font-weight: 400;
    margin-bottom: 50px
}

#hero-29 .hero-socials {
    margin-top: 70px;
    text-align: center
}

#hero-30 .hero-socials {
    margin-top: 80px;
    margin-bottom: 80px
}

.hero-socials ul li {
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    padding: 0
}

.hero-socials a {
    width: 42px;
    height: 42px;
    color: #666;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hero-socials span.hero-socials-txt {
    font-size: 1.1rem;
    line-height: 42px;
    font-weight: 500;
    margin-right: 15px
}

.hero-socials [class^=flaticon-]:after,.hero-socials [class^=flaticon-]:before {
    color: #fff;
    font-size: 22px;
    line-height: 40px!important
}

.hero-socials a.ico-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998
}

.hero-socials a.ico-twitter:hover {
    background-color: #00a9ed;
    border-color: #00a9ed
}

.hero-socials a.ico-instagram:hover {
    background-color: #e44772;
    border-color: #e44772
}

.hero-socials a.ico-dribbble:hover {
    background-color: #d92d84;
    border-color: #d92d84
}

.hero-socials a.ico-behance:hover {
    background-color: #2473f6;
    border-color: #2473f6
}

.hero-socials a.ico-pinterest:hover {
    background-color: #ac281a;
    border-color: #ac281a
}

.hero-socials a.ico-linkedin:hover {
    background-color: #015886;
    border-color: #015886
}

.hero-socials a.ico-google-plus:hover {
    background-color: #cd1111;
    border-color: #cd1111
}

.hero-socials a.ico-youtube:hover {
    background-color: #cd1b20;
    border-color: #cd1b20
}

.hero-socials a.ico-tumblr:hover {
    background-color: #3a5976;
    border-color: #3a5976
}

.hero-socials a.ico-vk:hover {
    background-color: #3b5998;
    border-color: #3b5998
}

.hero-banner {
    position: relative;
    margin-top: -40px;
    z-index: 99
}

.hero-banner .col-md-4 {
    padding-left: 5px;
    padding-left: 5px
}

.hero-banner-link {
    position: relative;
    margin: -15px 0;
    z-index: 994
}

.hero-promo {
    position: relative;
    z-index: 999;
    margin: 90px 30px -170px;
    padding: 50px 35px
}

.hero-promo p {
    font-weight: 300;
    margin-bottom: 15px
}

.hero-promo h2 {
    font-size: 6rem;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0
}

.hero-promo h5 {
    line-height: 1.3;
    margin-bottom: 15px
}

.hbox-1-wrapper {
    position: relative;
    margin-top: 60px;
    margin-bottom: -120px;
    z-index: 50
}

#hero-17 .hbox-1-wrapper {
    margin-top: 70px
}

#hb-1-1,#hb-1-3 {
    background-color: #2c333b;
    padding: 55px
}

#hero-17 #hb-1-1,#hero-17 #hb-1-3 {
    background-color: #fff;
    border: 1px solid #ddd
}

#hb-1-2 {
    background-color: #282e35;
    padding: 55px
}

#hero-17 #hb-1-2 {
    background-color: #f2f4f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.hbox-1 h5,.hbox-1 h6 {
    margin-bottom: 10px
}

.hbox-1 h5.fraunces-font,.hbox-1 h6.fraunces-font {
    margin-bottom: 15px
}

.hbox-1 p {
    margin-bottom: 0
}

.hero-26-data {
    position: relative;
    padding: 20px 30px 25px;
    margin: -100px 25% 0 -30px
}

.hero-26-data p {
    margin-bottom: 8px
}

.hero-26-data h5 {
    margin-bottom: 15px
}

.hero-26-data ul li {
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    padding: 0
}

.hero-26-data ul li a {
    text-align: center;
    margin-right: 15px;
    display: inline-block
}

#hero-11 .request-form {
    margin: 30px 30px 25px 0
}

#hero-17 .request-form {
    margin: 30px 10% 25px
}

.request-form .form-control {
    height: 56px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

#hero-17 .request-form .form-control {
    height: 58px
}

.request-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.request-form .form-control::-moz-placeholder {
    color: #999
}

.request-form .form-control:-ms-input-placeholder {
    color: #999
}

.request-form .form-control::-webkit-input-placeholder {
    color: #999
}

.request-form .form-control:focus {
    background-color: #f5f6f7;
    border-color: #ccc;
    outline: 0;
    box-shadow: none
}

.request-form .btn {
    height: 56px;
    font-size: 18px;
    padding: 13px 40px;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

#hero-17 .request-form .btn {
    height: 58px;
    padding: 13px 60px
}

.request-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px
}

.request-form .loading {
    color: #00b2e4;
    font-size: 17px;
    line-height: 1;
    font-weight: 500
}

.hero-form {
    margin: 0 45px 40px 30px
}

.hero-form form {
    border: 1px solid #fafafa;
    padding: 45px 30px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0,0,0,.3)
}

.hero-form p {
    margin-top: 15px;
    margin-bottom: 20px
}

.hero-form .col-md-12 {
    padding: 0
}

.hero-form .form-control {
    text-align: left;
    background-color: #fff;
    color: #333;
    height: 52px;
    font-size: 17px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none
}

.hero-form .form-control:focus {
    background-color: #f5f6f7;
    border-color: #ccc;
    outline: 0;
    box-shadow: none
}

.hero-form .btn {
    display: block;
    width: 100%;
    padding: 15px 30px;
    margin-top: 5px
}

.register-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 15px;
    padding-left: 0
}

.hero-section .register-form .loading {
    color: #00b2e4;
    font-size: 17px;
    font-weight: 500
}

.hero-section .register-form .error {
    color: #e74c3c;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px
}

.hero-4-images {
    margin-top: 80px
}

.hero-4-images .col-lg,.hero-4-images .col-lg-4 {
    padding: 0 5px
}

#img-4-2 {
    margin-top: -20px
}

.hero-10-img {
    padding-left: 30px
}

.hero-10-img img {
    position: relative;
    max-width: none;
    display: inline-block
}

.hero-13-img {
    text-align: center;
    margin-top: 40px;
    margin-bottom: -100px;
    position: relative;
    z-index: 999
}

.hero-16-img {
    margin-right: 5%;
    margin-left: -10%
}

.hero-21-img {
    position: relative;
    background-image: url(../images/hero-21.jpg);
    width: 100%;
    padding-top: 250px;
    padding-bottom: 250px
}

#about-1 {
    position: relative;
    margin-top: -60px;
    z-index: 56
}

.about-1-wrapper {
    padding: 45px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

#about-5,#about-6 {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 85px
}

#ab-2-1 {
    background-image: url(../images/ab-2-1.jpg)
}

#ab-2-2 {
    background-image: url(../images/ab-2-2.jpg)
}

#ab-2-3 {
    background-image: url(../images/ab-2-3.jpg)
}

#ab-2-4 {
    background-image: url(../images/ab-2-4.jpg)
}

#ab-2-1.abox-2-logistic {
    background-image: url(../images/ab-2-1-logistic.jpg)
}

#ab-2-2.abox-2-logistic {
    background-image: url(../images/ab-2-2-logistic.jpg)
}

#ab-2-3.abox-2-logistic {
    background-image: url(../images/ab-2-3-logistic.jpg)
}

#ab-2-4.abox-2-logistic {
    background-image: url(../images/ab-2-4-logistic.jpg)
}

.about-5-txt {
    padding: 0 60px 0 15px
}

.about-6-txt {
    padding: 0 15px 0 60px
}

.about-4-txt h2,.about-4-txt h3,.about-4-txt h4 {
    margin-bottom: 20px
}

.about-5-txt h2,.about-5-txt h3,.about-6-txt h2,.about-6-txt h3 {
    margin-bottom: 25px
}

.about-4-txt .btn {
    margin-top: 15px
}

.about-5-txt p.p-lg {
    margin-bottom: 25px
}

.abox-7-txt {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.75),rgba(0,0,0,.01));
    background-image: linear-gradient(bottom,rgba(0,0,0,.75),rgba(0,0,0,.01));
    padding: 160px 30px 20px
}

.abox-1 h5,.abox-1 h6 {
    line-height: 1;
    margin-bottom: 15px
}

.abox-1 h3 {
    margin-bottom: 0
}

.abox-1 p {
    margin-bottom: 1px
}

.about-5-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 50%
}

.about-5-cars .about-5-img {
    background-image: url(../images/about-5-cars.jpg)
}

.about-6-img {
    background-image: url(../images/about-6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 0
}

.about-6-cars .about-6-img {
    background-image: url(../images/about-6-cars.jpg)
}

.about-6-construction .about-6-img {
    background-image: url(../images/about-6-construction.jpg)
}

.about-6-handyman .about-6-img {
    background-image: url(../images/about-6-handyman.jpg)
}

.about-6-barber .about-6-img {
    background-image: url(../images/about-6-barber.jpg)
}

.about-6-logistic .about-6-img {
    background-image: url(../images/about-6-logistic.jpg)
}

.about-2-btn {
    margin-top: 10px;
    margin-bottom: 40px
}

.bg-logistic {
    background-image: url(../images/bg-logistic.jpg)
}

#features-11 {
    position: relative;
    padding-top: 250px;
    padding-bottom: 60px;
    margin-top: -250px;
    z-index: 2
}

#features-12.tra-bkg {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px
}

#features-12.tra-bkg:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

.features-13-title {
    position: relative;
    z-index: 3;
    padding-bottom: 250px;
    padding-top: 100px
}

.fbox-4-wrapper {
    background-color: #f8f8fb;
    border: 1px solid #ddd
}

.bg-dark .fbox-4-wrapper {
    background-color: #222;
    border: 1px solid #333
}

.bg-dark .fbox-4-wrapper .col-md-6 {
    border-color: #333
}

.fbox-4-wrapper .row {
    margin: 0
}

.fbox-4-wrapper .col-md-6 {
    padding: 0
}

.features-4-txt p {
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 0
}

.features-4-txt p span {
    margin-right: 5px
}

.features-13-txt h3,.features-13-txt p,.features-7-txt h3,.features-7-txt p {
    margin-bottom: 0
}

.fbox-9-wrapper {
    padding: 0 3%;
    margin-top: 50px
}

.fbox-13-wrapper,.fbox-7-wrapper {
    position: relative;
    z-index: 5
}

.fbox-11-wrapper {
    padding: 0 6%
}

.fbox-13-wrapper {
    position: relative;
    z-index: 62;
    margin-top: -250px
}

.fbox-13-wrapper .col-md-6 {
    padding-left: 10px;
    padding-right: 10px
}

.fbox-1 {
    background-color: #f8f8fb;
    background-color: #fcfcfc;
    padding: 60px 35px;
    margin-bottom: 30px
}

.fbox-4 {
    padding: 60px 35px
}

.fbox-5 {
    position: relative;
    overflow: hidden;
    background-color: #f8f8fb;
    padding: 35px;
    margin-bottom: 30px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-6 {
    position: relative;
    overflow: hidden;
    background-color: #f8f8fb;
    padding: 50px 15px;
    margin-bottom: 30px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-8 {
    position: relative;
    text-align: center;
    background-color: #f8f8fb;
    padding: 35px 25px;
    margin-bottom: 40px
}

#fb-10-1 {
    margin-top: 160px
}

#fb-10-2 {
    margin-top: 80px
}

#fb-12-2 {
    margin-top: 50px
}

#fb-12-3 {
    margin-top: 100px
}

.bg-lightgrey .fbox-1,.bg-lightgrey .fbox-5,.bg-lightgrey .fbox-6,.bg-lightgrey .fbox-8 {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.fbox-13 {
    position: relative;
    overflow: hidden
}

.fbox-13-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 70;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(20,20,20,.75));
    background: linear-gradient(top,rgba(0,0,0,0),rgba(20,20,20,.75));
    padding: 100px 25px 40px;
    overflow: hidden
}

.fbox-13-txt h5,.fbox-13-txt h6 {
    margin-bottom: 0
}

.fbox-13-txt p {
    margin-bottom: 0
}

.fbox-5-hover .fbox-5:hover {
    background-color: #f5f5f5!important;
    -webkit-box-shadow: 0 8px 12px 0 rgba(10,10,10,.08);
    box-shadow: 0 8px 12px 0 rgba(10,10,10,.08)
}

.fbox-6-hover .fbox-6.grey:hover {
    background-color: #bbb
}

.fbox-6-hover .fbox-6.turquoise:hover {
    background-color: #12739d
}

.fbox-6-hover .fbox-6.skyblue:hover {
    background-color: #37baf2
}

.fbox-6-hover .fbox-6:hover .fbox-6-digit h5,.fbox-6-hover .fbox-6:hover .fbox-6-digit h6,.fbox-6-hover .fbox-6:hover .fbox-6-ico span,.fbox-6-hover .fbox-6:hover .fbox-6-txt h5,.fbox-6-hover .fbox-6:hover .fbox-6-txt h6,.fbox-6-hover .fbox-6:hover .fbox-6-txt p {
    color: #fff
}

.fbox-6-hover .fbox-6:hover .fbox-tra-digit {
    opacity: .2
}

.fbox-txt {
    overflow: hidden;
    padding-left: 22px
}

.fbox-6-txt {
    overflow: hidden
}

.fbox-txt h5,.fbox-txt h6 {
    margin-bottom: 12px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-1-txt h5,.fbox-1-txt h6 {
    margin-top: 30px;
    margin-bottom: 15px
}

.fbox-2-txt h5,.fbox-2-txt h6 {
    margin-top: 20px;
    margin-bottom: 12px
}

.fbox-6-txt h5,.fbox-6-txt h6 {
    margin-bottom: 15px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-1-txt p,.fbox-10 p,.fbox-6-txt p,.fbox-txt p {
    line-height: 1.5;
    margin-bottom: 0;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-1-txt p.grey-color {
    color: #9a9a9a
}

.fbox-8 p {
    line-height: 1.35;
    margin-top: 25px;
    margin-bottom: 0
}

.fbox-8 p:after {
    display: block;
    content: "";
    height: 2px;
    width: 80px;
    background: #517082;
    margin: 25px auto 0;
    position: relative;
    opacity: .5
}

.fbox-12 p {
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0 5%
}

.fbox-img {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px
}

.fbox-13-wrapper .fbox-img {
    margin-bottom: 0
}

.fbox-ico {
    float: left;
    text-align: center;
    margin-top: 2px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-6-ico {
    text-align: center;
    margin-bottom: 45px
}

.fbox-6-ico span,.fbox-ico span {
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-6-digit {
    float: left;
    text-align: center;
    margin-top: 2px
}

.fbox-6-digit h5,.fbox-6-digit h6 {
    line-height: 1;
    margin-bottom: 0;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.fbox-tra-digit {
    position: absolute;
    top: -12px;
    right: 0;
    font-family: Montserrat,sans-serif;
    color: #ddd;
    opacity: .25;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -6px
}

.fbox-5-tra-digit {
    position: absolute;
    top: -5px;
    right: 15px;
    font-family: Montserrat,sans-serif;
    color: #ddd;
    opacity: .25;
    font-size: 5rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -6px
}

.step {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 auto 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.step span {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500
}

.service-txt h5.h5-sm,.service-txt h5.h5-xs {
    margin-top: 30px;
    margin-bottom: 25px
}

.fbox-13 .item-overlay,.fbox-13 img {
    overflow: hidden
}

.fbox-13:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

#content-3 .container,#content-4.pt-100 .container,#content-8 .container {
    overflow: hidden
}

#content-8 .section-title h3 {
    padding: 0 8%
}

#content-9 .txt-block {
    position: relative;
    margin-bottom: -60px
}

#content-10:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 90%;
    background-color: #0d47a1;
    top: 5%;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0
}

#content-11:after {
    position: absolute;
    content: '';
    width: 76%;
    height: 80%;
    background-color: #f5f6f7;
    top: 10%;
    left: 24%;
    z-index: -1;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px
}

#content-12 .txt-block {
    position: relative;
    margin-bottom: 60px;
    margin-top: -54px
}

.content-12-txt {
    background-attachment: scroll!important;
    position: absolute;
    width: 40%;
    left: 16%;
    bottom: 0;
    text-align: left;
    padding: 60px 50px;
    -webkit-border-radius: 0 40px 0 40px;
    -moz-border-radius: 0 40px 0 40px;
    -o-border-radius: 0 40px 0 40px;
    border-radius: 0 40px 0 40px
}

.content-12-txt h4 {
    margin-bottom: 25px
}

.content-12-txt p {
    margin-bottom: 0
}

.content-6-img {
    text-align: center;
    padding-left: 20px;
    margin-bottom: 40px
}

#content-7 {
    background: #0d47a1
}

.content-7-img {
    position: relative;
    text-align: center;
    left: -62%;
    margin-bottom: -40px
}

.content-6-img img,.content-7-img img {
    max-width: none;
    display: inline-block
}

.content-11-img {
    position: relative;
    text-align: center;
    left: -62%;
    margin-bottom: -40px
}

.pbox-1 {
    overflow: hidden
}

.cards-1-wrapper .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px
}

.cards-3-wrapper .col-lg-3,.cards-3-wrapper .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px
}

.card-1 {
    margin-bottom: 40px
}

.card-2 {
    margin: 0 20px 30px
}

.card-3 {
    padding: 25px 15px;
    margin-bottom: 20px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.card-3.bg-blue {
    background-color: #3284bf
}

.card-3.bg-green {
    background-color: #20ab5c
}

.card-3.bg-red {
    background-color: #ff6d33
}

.card-3.bg-teal {
    background-color: #109d87
}

.card-3.bg-yellow {
    background-color: #ffb605
}

.card-3.bg-violet {
    background-color: #8a8cbd
}

.card-3.bg-orange {
    background-color: #09515e
}

.card-3.bg-lightgreen {
    background-color: #8dd17e
}

.card-3.bg-skyblue {
    background-color: #1ba1f0
}

.card-3.bg-olive {
    background-color: #7ba323
}

.card-3.bg-silk {
    background-color: #aa946e
}

.card-3.bg-rose {
    background-color: #ff495a
}

.card-3.bg-white {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 25px 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.card-3.bg-white:hover {
    background-color: #f8f8fb!important;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 8px 12px 0 rgba(10,10,10,.08);
    box-shadow: 0 8px 12px 0 rgba(10,10,10,.08)
}

.card-1-txt {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 40px 20px
}

.card-2-txt {
    position: relative;
    background-color: #f8f8fb;
    border-top: none;
    padding: 45px 35px 40px
}

.bg-lightgrey .card-1-txt,.bg-lightgrey .card-2-txt {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.card-1-txt h5,.card-2-txt h6 {
    margin-bottom: 10px
}

.card-3 h6 {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 6px
}

.card-3.bg-white h6 {
    line-height: 1.3;
    margin-bottom: 0
}

.card-1-txt p,p.card-txt {
    line-height: 1.5;
    margin-bottom: 0
}

.card-3 p {
    font-size: .925rem;
    line-height: 1;
    margin-bottom: 0
}

.cars-tags {
    position: absolute;
    left: 30px;
    bottom: 10px;
    font-size: .915rem;
    line-height: 1;
    font-weight: 500;
    padding: 7px 14px
}

p.card-data {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 15px
}

.card-data [class*=flaticon-]:after,.card-data [class*=flaticon-]:before {
    font-size: .95rem;
    line-height: 1;
    font-weight: 700;
    margin-right: 5px
}

.card-rating {
    position: relative;
    margin-bottom: 10px
}

.card-rating [class*=flaticon-]:after,.card-rating [class*=flaticon-]:before {
    color: #ffc832;
    font-size: .95rem;
    line-height: 1;
    margin-right: 1px
}

.card-rating span {
    color: #888;
    position: relative;
    font-size: .925rem;
    line-height: 1;
    font-weight: 400;
    top: 1px
}

.card-2-txt .card-price {
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    padding: 6px 14px;
    font-size: 1.175rem;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.old-price {
    color: #999;
    font-size: 1.15rem;
    font-weight: 300;
    text-decoration: line-through;
    margin-right: 10px
}

.card-1:hover img,.card-2:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1);
    -moz-transform: scale(1.1)
}

.cards-section button {
    background-color: transparent;
    border: none;
    padding: 0 2px
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 7px
}

.bg-dark .owl-theme .owl-dots .owl-dot span {
    background: #333
}

.bg-dark .owl-theme .owl-dots .owl-dot.active span,.bg-dark .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #666
}

.owl-dots button:focus {
    outline: 0;
    text-decoration: none
}

#gallery-1 {
    position: relative
}

#gallery-1.bg-50 {
    padding-top: 70px;
    padding-bottom: 60px
}

#gallery-1.bg-50:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-color: #e53a36;
    top: 0;
    left: 25%;
    z-index: -1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

#gallery-1.bg-100 {
    background-color: #0d48a2;
    padding: 100px 0;
    color: #fff
}

#gallery-1.bg-100 .section-title h2,#gallery-1.bg-100 .section-title p {
    color: #fff
}

.gallery-4-wrapper {
    margin: 0;
    padding: 0
}

.gallery-4-wrapper .col-lg-3 {
    padding: 0
}

.masonry-filter button {
    position: relative;
    background-color: transparent;
    font-family: Montserrat,sans-serif;
    color: #727475;
    font-size: .95rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 30px;
    padding: .5rem .1rem;
    border: none;
    cursor: pointer;
    outline: 0 none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.masonry-filter button:before {
    font-family: Flaticon;
    font-weight: 400;
    content: "\f13c";
    position: absolute;
    font-size: .9rem;
    top: 9px;
    left: -14px;
    opacity: 0
}

.masonry-filter button:focus,.masonry-filter button:hover {
    background-color: transparent;
    color: #555;
    border-bottom: none;
    outline: 0 none
}

.masonry-filter button.is-checked {
    color: #d2322b;
    cursor: default;
    border-bottom: none;
    outline: 0 none
}

.masonry-filter button.is-checked:before {
    opacity: 1;
    color: #d2322b
}

.masonry-filter.azure-filter button.is-checked,.masonry-filter.azure-filter button.is-checked:before {
    color: #0080ff
}

.masonry-filter.brown-filter button.is-checked,.masonry-filter.brown-filter button.is-checked:before {
    color: #af8855
}

.masonry-filter.purple-filter button.is-checked,.masonry-filter.purple-filter button.is-checked:before {
    color: #6926cd
}

.masonry-filter.rose-filter button.is-checked,.masonry-filter.rose-filter button.is-checked:before {
    color: #ff495a
}

.masonry-filter.salmon-filter button.is-checked,.masonry-filter.salmon-filter button.is-checked:before {
    color: #ee6011
}

.masonry-filter.skyblue-filter button.is-checked,.masonry-filter.skyblue-filter button.is-checked:before {
    color: #37baf2
}

.masonry-filter.yellow-filter button.is-checked,.masonry-filter.yellow-filter button.is-checked:before {
    color: #f7be27
}

.masonry-wrap .masonry-image {
    position: relative;
    text-align: center;
    width: 25%;
    padding: 0
}

#gallery-3 .masonry-wrap .masonry-image,#gallery-4 .masonry-wrap .masonry-image {
    width: 33.33%;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 20px
}

.masonry-image .hover-overlay,.masonry-image .hover-overlay img {
    overflow: hidden
}

.gallery-wrap {
    position: relative;
    margin-bottom: 50px
}

.slick-slide {
    width: 350px
}

.gallery-image {
    margin: 0 15px;
    overflow: hidden
}

#gallery-4 .gallery-image {
    position: relative;
    margin: 0
}

#gallery-6 .gallery-image {
    margin: 0 5px 50px
}

.gallery-image:focus {
    outline: 0;
    text-decoration: none
}

.gallery-6-title {
    padding: 35px 0 0
}

.gallery-6-title p {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0
}

.image-description {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.image-data {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.image-data h5,.image-data h6 {
    margin-bottom: 3px;
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.image-data p {
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transform: translate3d(0,15px,0);
    transform: translate3d(0,15px,0);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.project-meta {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 70;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(20,20,20,.75));
    background: linear-gradient(top,rgba(0,0,0,0),rgba(20,20,20,.75));
    padding: 100px 65px 32px 25px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.project-meta-txt {
    position: absolute;
    opacity: 0;
    bottom: 30px;
    left: -8%;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

#gallery-4 .project-meta-txt {
    bottom: 40px
}

.project-meta-txt h5,.project-meta-txt h6 {
    line-height: 1.4;
    margin-top: 7px;
    margin-bottom: 1px
}

.project-meta-txt p {
    margin-bottom: 10px
}

.project-meta-txt span {
    font-size: .915rem;
    font-weight: 500;
    text-transform: uppercase
}

.project-link {
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 25px;
    right: -8%;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 43px;
    background-color: rgba(255,255,255,.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

#gallery-4 .project-link {
    bottom: 35px
}

.project-description {
    position: relative;
    padding: 25px 10px 0
}

.project-description h6 {
    text-transform: uppercase
}

.project-description p {
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 0
}

.project-description p span {
    font-weight: 500
}

.project-data {
    position: absolute;
    bottom: 1px;
    right: 8px;
    padding: 7px 13px 4px;
    background-color: rgba(200,200,200,.15);
    border: 1px solid #eee
}

.bg-dark .project-data {
    background-color: rgba(55,55,55,.2);
    border: 1px solid #444
}

.project-data span {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: .8rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 3px
}

.project-data span.txt-500 {
    font-size: .7rem
}

.project-rating [class*=flaticon-]:after,.project-rating [class*=flaticon-]:before {
    color: #ffc832;
    font-size: .925rem;
    line-height: 1;
    margin-right: 1px
}

.project-rating span {
    position: relative;
    font-size: .9rem;
    line-height: 1;
    font-weight: 500;
    top: 1px
}

.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.hover-overlay img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    min-width: 100%
}

.item-overlay {
    opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,20,20,.65);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#gallery-3 .item-overlay {
    background: rgba(20,20,20,.25)
}

.azure-overlay .item-overlay {
    background: rgba(0,128,255,.85)
}

.black-overlay .item-overlay {
    background: rgba(10,10,10,.5)
}

.brown-overlay .item-overlay {
    background: rgba(175,136,85,.65)
}

.yellow-overlay .item-overlay {
    background: rgba(247,190,39,.85)
}

.gallery-image:hover img,.masonry-image:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

#gallery-4 .gallery-image:hover .project-link,#gallery-4 .gallery-image:hover .project-meta,#gallery-4 .gallery-image:hover .project-meta-txt,.gallery-image:hover .image-description,.gallery-image:hover .item-overlay,.masonry-image:hover .image-description,.masonry-image:hover .item-overlay,.masonry-image:hover .project-link,.masonry-image:hover .project-meta,.masonry-image:hover .project-meta-txt {
    opacity: 1;
    -moz-opacity: 1
}

.gallery-image:hover .image-data h5,.gallery-image:hover .image-data p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.masonry-image:hover .project-meta-txt {
    left: 25px
}

#gallery-4 .gallery-image:hover .project-meta-txt {
    left: 20px
}

.masonry-image:hover .project-link {
    right: 25px
}

#gallery-4 .gallery-image:hover .project-link {
    right: 20px
}

.gallery-section .slick-dots {
    position: absolute;
    z-index: 4;
    bottom: -60px
}

.gallery-section .slick-dots li {
    margin: 0 4px;
    width: 18px;
    height: 18px
}

.gallery-section .slick-dots li button:before {
    content: "";
    background: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    width: 10px;
    height: 10px;
    left: auto;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.gallery-section.bg-50 .slick-dots li button:before {
    background: #fff
}

.gallery-section.bg-50 .slick-dots li button:hover:before,.gallery-section.bg-50 .slick-dots li.slick-active button:before {
    background: #0d47a1
}

.project-title {
    margin-bottom: 30px
}

.project-title h2 {
    font-weight: 800;
    margin-bottom: 15px
}

.project-title p {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px
}

.project-text {
    margin-bottom: 70px
}

.project-2-description .project-text {
    margin-bottom: 50px
}

.project-text h5.h5-sm,.project-text h5.h5-xs {
    margin-top: 30px;
    margin-bottom: 25px
}

.project-details {
    border-top: 1px solid #ddd;
    padding-top: 70px
}

.project-2-description .project-details {
    padding-top: 50px
}

.project-info h5 {
    margin-bottom: 25px
}

.project-info p {
    color: #555;
    font-size: 1.05rem;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px dotted #ddd
}

.project-2-description .project-info p {
    padding: 8px 0;
    border-bottom: none
}

.project-info p:last-child {
    border-bottom: none
}

.project-info p span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #222;
    font-weight: 700
}

.project-2-description .project-info p span {
    bottom: 8px
}

.project-info p span a {
    font-weight: 800;
    text-decoration: underline
}

.project-info p span a:hover {
    color: #222
}

.project-share h5 {
    margin-bottom: 15px
}

.project-share-links {
    margin-top: 5px;
    display: inline-block;
    padding-left: 0
}

.project-share-links li {
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    padding: 0
}

.project-share-links a {
    width: 50px;
    height: 35px;
    color: #fff;
    background-color: #bbb;
    line-height: 37px!important;
    text-align: center;
    margin-right: 4px;
    display: block;
    opacity: .75;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.project-share-links a.ico-facebook:hover {
    background-color: #3b5998
}

.project-share-links a.ico-twitter:hover {
    background-color: #00a9ed
}

.project-share-links a.ico-instagram:hover {
    background-color: #e44772
}

.project-share-links a.ico-dribbble:hover {
    background-color: #d92d84
}

.project-share-links a.ico-behance:hover {
    background-color: #2473f6
}

.project-share-links a.ico-pinterest:hover {
    background-color: #ac281a
}

.project-share-links a.ico-linkedin:hover {
    background-color: #015886
}

.project-share-links a.ico-google-plus:hover {
    background-color: #cd1111
}

.project-share-links a.ico-youtube:hover {
    background-color: #cd1b20
}

.project-share-links a.ico-tumblr:hover {
    background-color: #3a5976
}

.project-share-links a.ico-vk:hover {
    background-color: #3b5998
}

.project-share-links a:hover {
    color: #fff
}

.project-image {
    text-align: center;
    margin-bottom: 40px
}

.project-gallery {
    margin: 45px 15px 15px
}

.project-gallery .col-lg-3 {
    padding: 0
}

.project-gallery .gallery-image {
    margin: 0 0 30px;
    overflow: hidden
}

#video-1 {
    background-position: center top;
    padding-top: 270px;
    padding-bottom: 270px
}

#video-2 {
    padding-top: 120px;
    padding-bottom: 120px
}

#video-2.video-2-cars {
    background-image: url(../images/video-2-cars.jpg)
}

#video-2.video-2-construction {
    background-image: url(../images/video-2-construction.jpg)
}

#video-2.video-2-interior {
    background-image: url(../images/video-2-interior.jpg)
}

#video-2.video-2-barber {
    background-image: url(../images/video-2-barber.jpg)
}

#video-2.video-2-cleaning {
    background-image: url(../images/video-2-cleaning.jpg)
}

#video-2.video-2-logistic {
    background-image: url(../images/video-2-logistic.jpg)
}

#video-3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background-color: #f7f7f7;
    top: 10%;
    left: 0;
    z-index: -1
}

#video-2 h2,#video-2 h3 {
    margin-top: 25px;
    margin-bottom: 25px
}

#video-2 h3 {
    padding: 0 3%
}

#video-2 p {
    font-weight: 400;
    margin-bottom: 0
}

#team-2 .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px
}

#team-1 .tm-meta {
    padding-top: 30px
}

#team-2 .tm-meta {
    position: relative;
    padding: 25px 20px;
    margin-top: -40px;
    margin-right: 25px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.tm-meta h4,.tm-meta h5,.tm-meta h6 {
    line-height: 1.2;
    margin-bottom: 10px
}

#team-2 .tm-meta h5,#team-2 .tm-meta h6 {
    margin-bottom: 8px
}

.tm-meta h6.h6-xs {
    line-height: 1;
    margin-bottom: 6px
}

.tm-meta p {
    font-weight: 400;
    margin-bottom: 0
}

#team-2 .tm-meta p {
    line-height: 1;
    font-weight: 300
}

.team-member-photo {
    position: relative
}

.tm-social ul {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    zoom:1;opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tm-social ul li {
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    padding: 0
}

.tm-social a {
    width: 44px;
    height: 44px;
    color: #fff;
    margin-right: 1px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tm-social [class^=flaticon-]:after,.tm-social [class^=flaticon-]:before {
    font-size: 22px;
    line-height: 44px!important
}

.tm-3-social a.ico-facebook,.tm-social a.ico-facebook {
    background-color: #3b5998
}

.tm-3-social a.ico-twitter,.tm-social a.ico-twitter {
    background-color: #00a9ed
}

.tm-3-social a.ico-instagram,.tm-social a.ico-instagram {
    background-color: #e44772
}

.tm-3-social a.ico-dribbble,.tm-social a.ico-dribbble {
    background-color: #d92d84
}

.tm-3-social a.ico-behance,.tm-social a.ico-behance {
    background-color: #2473f6
}

.tm-3-social a.ico-pinterest,.tm-social a.ico-pinterest {
    background-color: #ac281a
}

.tm-3-social a.ico-linkedin,.tm-social a.ico-linkedin {
    background-color: #015886
}

.tm-3-social a.ico-google-plus,.tm-social a.ico-google-plus {
    background-color: #cd1111
}

.tm-3-social a.ico-youtube,.tm-social a.ico-youtube {
    background-color: #cd1b20
}

.tm-3-social a.ico-tumblr,.tm-social a.ico-tumblr {
    background-color: #3a5976
}

.tm-3-social a.ico-vk,.tm-social a.ico-vk {
    background-color: #3b5998
}

.team-member:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.team-member:hover .tm-social ul {
    bottom: 6%;
    opacity: 1;
    -moz-opacity: 1
}

#team-2 .team-member:hover .tm-social ul {
    bottom: 18%;
    opacity: 1;
    -moz-opacity: 1
}

.pricing-1-wrapper {
    padding: 0 5%
}

.pricing-1-wrapper .col-md-4 {
    padding: 0
}

#pt-2-1,#pt-2-2 {
    padding: 0 10px
}

#pt-1-1 {
    position: relative;
    z-index: 8;
    margin-right: -10px
}

#pt-1-2 {
    position: relative;
    z-index: 9
}

#pt-1-3 {
    position: relative;
    z-index: 8;
    margin-left: -10px
}

.pricing-1-table,.pricing-2-table {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 60px 50px;
    text-align: center;
    margin-bottom: 40px
}

.pricing-2-table {
    padding: 60px 25px
}

.pricing-1-table.highlight {
    padding: 90px 50px
}

.pricing-4-table,.pricing-5-table {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 60px 50px;
    margin-bottom: 40px
}

.bg-lightgrey .pricing-1-table,.bg-lightgrey .pricing-2-table,.bg-lightgrey .pricing-4-table,.bg-lightgrey .pricing-5-table {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

#pricing-5 .pricing-plan {
    margin-top: 25px;
    margin-bottom: 25px
}

.pricing-plan h6 {
    letter-spacing: 1px;
    margin-bottom: 25px
}

.pricing-1-table span.price,.pricing-2-table span.price,.pricing-4-table span.price,.pricing-5-table span.price {
    font-family: Montserrat,sans-serif;
    font-size: 75px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.25px
}

.pricing-2-table span.price,.pricing-4-table span.price {
    font-size: 80px
}

.pricing-1-table sup,.pricing-2-table sup,.pricing-4-table sup,.pricing-5-table sup {
    font-size: 42px;
    font-weight: 700;
    top: -17px;
    right: 3px
}

.pricing-2-table sup,.pricing-4-table sup {
    font-size: 45px
}

.pricing-2-table sup.pricing-coins,.pricing-5-table sup.pricing-coins {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    top: -30px
}

.pricing-1-table sup.validity,.pricing-2-table sup.validity,.pricing-4-table sup.validity {
    color: #757575;
    font-weight: 300;
    font-size: 25px;
    top: -3px;
    left: 0
}

#pricing-5 .pricing-plan p {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px
}

ul.features {
    color: #333;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 20px
}

#pricing-4 ul.features {
    padding-top: 0
}

#pricing-5 ul.features {
    padding-top: 15px
}

ul.features li {
    padding: 9px 0
}

ul.features li span {
    font-weight: 700
}

.pricing-1-table .btn,.pricing-2-table .btn,.pricing-4-table .btn {
    margin-top: 30px
}

.pricing-list li {
    padding-bottom: 20px;
    margin: 0 15px 20px;
    border-bottom: 1px dashed #5f5842
}

.pricing-list li:last-child {
    border-bottom: none
}

.pricing-list-txt {
    position: relative
}

.pricing-list-txt h5,.pricing-list-txt h6 {
    line-height: 1;
    margin-bottom: 5px
}

.pricing-list-txt p {
    margin-bottom: 0
}

.pricing-list-amount {
    position: absolute;
    right: 10px;
    top: 0;
    letter-spacing: 1px
}

.pricing-table-badge {
    position: absolute;
    top: 25px;
    right: 30px;
    text-align: center;
    z-index: 70;
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    line-height: 1;
    font-weight: 700;
    padding: 6px 14px
}

.pricing-notice p {
    padding: 0 8%;
    margin-top: 30px;
    margin-bottom: 0
}

#pricing-2 .pricing-notice p {
    margin-top: 20px
}

.pricing-notice p span {
    font-weight: 700;
    margin-right: 5px
}

.reviews-4-img {
    overflow: hidden
}

.review-1 {
    background-color: #f8f8fb;
    padding: 55px 20px;
    margin-bottom: 40px
}

#rv-1-1.review-1-color {
    background-color: #e2e8e6
}

#rv-1-2.review-1-color {
    background-color: #e3e7e8
}

#rv-1-3.review-1-color {
    background-color: #eee3d4
}

#rv-1-1 {
    margin-left: 8%;
    margin-right: 10px
}

#rv-1-2 {
    margin-right: 20%
}

#rv-1-3 {
    margin-right: 20px
}

.review-2,.review-3 {
    text-align: center;
    padding: 40px 30px;
    margin: 0 15px 40px;
    box-shadow: 1px 1px 10px 2px #eee;
    border: 1px solid #eee
}

.bg-lightgrey .review-1,.bg-lightgrey .review-2,.bg-lightgrey .review-3 {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.bg-dark .review-1,.bg-dark .review-2,.bg-dark .review-3 {
    background-color: #222;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.review-1-txt {
    padding: 0 20px;
    margin-top: 10px
}

.reviews-1-title {
    margin-top: 35px;
    padding-left: 50px;
    padding-right: 10px
}

.testimonial-author {
    background: #732944;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    margin: 15px auto;
    color: #fff;
    border-radius: 100%
}

.testimonial-author.color2 {
    background-color: #b2da7e
}

.testimonial-author.color3 {
    background-color: #294673
}

.reviews-section h6 {
    margin-bottom: 0;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #353a4d;
    font-weight: 600
}

#reviews-1 h2,#reviews-1 h3 {
    margin-bottom: 15px
}

.review-3-txt p.p-sm {
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 0
}

.reviews-4-txt h3 {
    margin-bottom: 50px
}

.reviews-4-txt h5 {
    line-height: 1;
    margin-bottom: 3px
}

.reviews-1-title p {
    margin-bottom: 50px
}

.review-1-txt p.p-md {
    margin-bottom: 30px
}

.reviews-4-txt p {
    font-weight: 400;
    margin-bottom: 0
}

.review-1-brand img {
    width: auto;
    max-width: inherit;
    max-height: 90px
}

.app-rating {
    margin-bottom: 15px
}

.review-3 .app-rating {
    margin-top: 10px;
    margin-bottom: 12px
}

.review-2 .ico-20 [class*=flaticon-]:after,.review-2 .ico-20 [class*=flaticon-]:before {
    font-size: 1.125rem
}

.review-3 .ico-20 [class*=flaticon-]:after,.review-3 .ico-20 [class*=flaticon-]:before {
    font-size: 1.05rem
}

.reviews-section button {
    background-color: transparent;
    border: none;
    padding: 0 2px
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 7px
}

.bg-dark .owl-theme .owl-dots .owl-dot span {
    background: #333
}

.bg-dark .owl-theme .owl-dots .owl-dot.active span,.bg-dark .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #666
}

.owl-dots button:focus {
    outline: 0;
    text-decoration: none
}

.reviews-1-btn {
    margin-top: 25px;
    margin-bottom: 40px
}

#brands-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 9;
    border-bottom: 1px solid #c9c9c9
}

.brands-2-wrapper {
    padding: 0 5%
}

.brands-title p {
    font-weight: 400;
    margin-bottom: 60px
}

.brands-section h4 {
    line-height: 1.4;
    padding: 0 5%;
    margin-bottom: 50px
}

.brands-txt p {
    padding: 0 5%;
    margin-top: 20px;
    margin-bottom: 30px
}

.brands-txt .btn {
    margin-bottom: 30px
}

#brands-1 .brand-logo {
    padding: 0 16px
}

#brands-2 .brand-logo {
    display: inline-block;
    width: 20%;
    float: left;
    opacity: .8;
    padding: 0 25px;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#brands-3 .brand-logo {
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px 20px 40px;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

#brands-3 .brand-logo h5 {
    margin: 15px 0 10px
}

#brands-3 .brand-logo p {
    color: #757575;
    margin-bottom: 0
}

#brands-2.bg-dark .brand-logo {
    opacity: .6
}

#brands-3 .brand-logo img {
    padding: 0 15%
}

#brands-2 .brand-logo:hover {
    opacity: 1
}

#brands-1 .owl-dots {
    display: none
}

.brand-logo img {
    max-height: 50px;
    vertical-align: middle
}

#brands-1.platforms .brand-logo {
    display: flex;
    padding: 0 16px;
    height: 70px;
    align-items: center;
    justify-content: center
}

#statistic-1,#statistic-3,#statistic-4 {
    padding-top: 60px;
    padding-bottom: 20px
}

#statistic-1.bg-image {
    background-image: url(../images/statistic-1.jpg);
    padding-top: 120px;
    padding-bottom: 80px
}

#statistic-5 .col-md-6 {
    padding-left: 5px;
    padding-right: 5px
}

.statistic-5-wrapper {
    padding-left: 60px
}

#statistic-3 .statistic-block {
    padding-left: 15px
}

#statistic-5 .statistic-block {
    padding: 35px 30px;
    z-index: 8;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

#st-5-1,#st-5-2 {
    margin-bottom: 10px
}

#statistic-5 .statistic-block.statistic-block-featured {
    position: absolute;
    padding: 40px 35px;
    top: -25px;
    left: -20px;
    right: -20px;
    z-index: 9;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.statistic-ico {
    margin-bottom: 20px
}

.statistic-number {
    line-height: 1;
    letter-spacing: .5px;
    margin-bottom: 10px
}

#statistic-5 .statistic-number {
    line-height: 1;
    letter-spacing: .5px;
    margin-bottom: 7px
}

.statistic-block p {
    margin-bottom: 0
}

#statistic-3 .statistic-block-txt,#statistic-5 .statistic-block-txt {
    overflow: hidden;
    padding-left: 25px
}

.h3-xl.statistic-number {
    margin-bottom: 8px
}

.statistic-block-txt p {
    font-weight: 400;
    margin-bottom: 0
}

.s-icon {
    float: left;
    text-align: center;
    margin-top: 3px
}

#banner-1 {
    padding-top: 120px;
    padding-bottom: 120px
}

#banner-1.banner-1-interior {
    background-image: url(../images/banner-1-interior.jpg)
}

#banner-2.banner-2-logistic {
    background-image: url(../images/banner-2-logistic.jpg)
}

#banner-3 {
    padding-top: 110px;
    padding-bottom: 120px
}

#banner-3.bg-image {
    background-image: url(../images/banner-3.jpg)
}

.banner-1-txt h2 {
    padding: 0 5%;
    margin-bottom: 20px
}

.banner-3-txt h5,.banner-3-txt h6 {
    text-transform: uppercase;
    margin-bottom: 30px
}

.banner-2-txt h2 {
    margin-bottom: 20px
}

.banner-3-txt h2 {
    margin-bottom: 40px
}

.banner-1-txt p {
    padding: 0 15%;
    margin-bottom: 35px
}

.banner-2-txt p {
    font-weight: 400;
    padding: 0 10%;
    margin-bottom: 30px
}

#cta-1 {
    padding-top: 50px;
    padding-bottom: 50px
}

#cta-2 {
    padding-top: 80px;
    padding-bottom: 80px
}

#cta-2.bg-image {
    background-image: url(../images/cta-2.jpg)
}

#cta-3 {
    background-image: url(../images/cta-3.jpg);
    padding-top: 100px;
    padding-bottom: 100px
}

#cta-4,#cta-5 {
    padding-top: 60px;
    padding-bottom: 60px
}

#cta-6.bg-image {
    background-image: url(../images/cta-6.jpg)
}

#cta-6.cta-6-construction {
    background-image: url(../images/cta-6-construction.jpg)
}

#cta-6.cta-6-cars {
    background-image: url(../images/cta-6-cars.jpg)
}

.cta-3-wrapper {
    padding: 50px 35px;
    margin: 0 5%
}

.cta-4-txt {
    display: inline-block;
    text-align: center
}

#cta-6 .form-control {
    height: calc(2.2em + .75rem + 2px)
}

#cta-6 .btn {
    padding: 18px 30px
}

.cta-3-txt h4 {
    line-height: 1;
    margin-bottom: 0
}

.cta-4-txt h4 {
    position: relative;
    display: inline-block;
    float: left;
    top: 4px;
    margin-right: 60px;
    margin-bottom: 0
}

.cta-5-txt h4 {
    margin-bottom: 0
}

.cta-6-txt h3 {
    margin-bottom: 15px
}

.cta-1-txt p {
    margin-top: 10px;
    margin-bottom: 0
}

.cta-2-txt p {
    font-weight: 400;
    padding: 0 8%;
    margin-top: 20px;
    margin-bottom: 25px
}

.cta-2-txt p.p-md {
    margin-bottom: 0
}

.cta-2-txt p a {
    font-weight: 500;
    text-decoration: underline
}

.cta-1-btn p {
    margin-bottom: 0
}

.cta-5-txt .btns-group {
    position: relative;
    display: inline-block
}

.cta-6-btn {
    border-left: 2px solid rgba(255,255,255,.2);
    padding: 0 20px
}

.cta-6-btn .btn {
    margin: 0 5% 30px
}

#download-1 {
    background-image: url(../images/download-1.jpg)
}

.download-logo {
    margin-bottom: 30px
}

.download-logo img {
    width: auto;
    max-width: inherit;
    max-height: 100px
}

#download-2 .txt-block {
    margin-top: -20px
}

.download-1-txt h2 {
    letter-spacing: -1px;
    margin-bottom: 15px
}

.download-1-txt p.p-lg {
    padding-right: 5%;
    margin-bottom: 30px
}

.download-section p.os-version {
    margin-bottom: 0
}

.download-section p.os-version span {
    font-size: 1.15rem;
    margin-left: 7px
}

#download-2 .img-block {
    text-align: center;
    position: relative;
    z-index: 999;
    margin-bottom: -60px
}

#faqs-1 .question {
    margin-bottom: 30px
}

#faqs-1 .question h6 {
    margin-bottom: 15px
}

#accordion {
    padding: 0 5%
}

#faqs-2 .card-header {
    padding: 25px 0;
    background-color: transparent;
    border: none;
    position: relative
}

#faqs-2 #accordion [data-toggle=collapse].collapsed:after,#faqs-2 #accordion [data-toggle=collapse]:after {
    font-family: Flaticon;
    font-weight: 400;
    content: "\f139";
    position: absolute;
    font-size: .85rem;
    top: 29px;
    right: 5px
}

#faqs-2 #accordion [data-toggle=collapse].collapsed:after {
    content: "\f138"
}

#faqs-2 .card-header a:hover {
    color: #151515
}

#accordion .card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#accordion .card.last-card {
    border-bottom: none
}

#accordion .card-header h5 {
    line-height: 1;
    margin-bottom: 0
}

#accordion .card-header h5 span,.question h5 span {
    margin-right: 3px
}

#accordion .card-body {
    padding: 0 0 15px 0
}

.more-questions {
    padding: 50px 60px;
    margin: 60px 10% 0
}

.bg-lightgrey .more-questions {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.bg-dark .more-questions {
    background-color: #222;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.more-questions p {
    font-weight: 400;
    margin-bottom: 0
}

.more-questions-title {
    margin-top: 50px
}

.more-questions-title p {
    padding: 0 5%;
    margin-top: 20px;
    margin-bottom: 0
}

.faqs-contacts-wrapper {
    margin: 45px 10% 0
}

.faqs-contacts {
    text-align: center;
    border: 1px solid #ddd;
    padding: 55px 60px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.faqs-contacts:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.faqs-contacts h5 {
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 5px
}

.faqs-contacts p {
    font-weight: 400;
    margin-bottom: 0
}

#cta {
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px
}

.newsletter-txt {
    padding: 0 8%
}

.newsletter-txt p {
    padding: 0 10%;
    margin-top: 25px;
    margin-bottom: 0
}

.newsletter-txt p a {
    font-weight: 500;
    text-decoration: underline
}

.newsletter-txt p a:hover {
    color: #eee
}

.newsletter-section .form-control {
    height: 60px;
    background-color: rgba(255,255,255,.2);
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

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

.newsletter-section .form-control:focus {
    border: 1px solid #999;
    outline: 0;
    box-shadow: none
}

.newsletter-section .form-control::-moz-placeholder {
    color: #fff
}

.newsletter-section .form-control:-ms-input-placeholder {
    color: #fff
}

.newsletter-section .form-control::-webkit-input-placeholder {
    color: #fff
}

.newsletter-section .btn {
    height: 60px;
    font-size: 19px;
    padding: 13px 45px;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 46px;
    border-radius: 4px
}

.newsletter-section .form-notification {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1;
    margin: 7px 0 0
}

.newsletter-section .form-notification.error {
    color: #f6412d!important
}

.newsletter-section .form-notification.valid {
    color: #48af4b!important
}

.blog-1-post {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px
}

.blog-2-post {
    margin-bottom: 20px
}

.blog-3-post {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px
}

.blog-3-post.gold-border {
    border-bottom: 4px solid #d1b665
}

.bg-lightgrey .blog-1-post,.bg-lightgrey .blog-3-post {
    border-color: transparent;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.05);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.05)
}

.bg-lightgrey .blog-3-post.rose-border {
    border-bottom: 4px solid #ff495a
}

.bg-lightgrey .blog-3-post.gold-border {
    border-bottom: 4px solid #d1b665
}

.bg-lightgrey .blog-3-post.skyblue-border {
    border-bottom: 4px solid #37baf2
}

.bg-lightgrey .blog-3-post.purple-border {
    border-bottom: 4px solid #6926cd
}

.blog-post-txt {
    padding: 25px 20px 20px
}

#blog-2 .blog-post-txt {
    padding: 25px 0 20px
}

#blog-3 .blog-post-txt {
    padding: 35px 25px 20px
}

section#blog-1 .col-lg-4 {
    display: flex
}

.blog-post-txt h5,.blog-post-txt h6 {
    line-height: 1.3;
    margin-bottom: 30px
}

#blog-2 .blog-post-txt h5,#blog-2 .blog-post-txt h6 {
    margin-bottom: 10px
}

#blog-3 .blog-post-txt h5,#blog-3 .blog-post-txt h6 {
    margin-bottom: 20px
}

#blog-2 .blog-post-txt p {
    margin-bottom: 0
}

#blog-2 .post-author h5 {
    color: #bbb;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 6px
}

#blog-2 .post-author h5.grey-color {
    color: #ddd
}

.post-author span {
    display: block;
    color: #09235c;
    font-size: 14px;
    font-weight: 500
}

#blog-2 .post-author span {
    line-height: 1;
    margin-bottom: 20px
}

p.post-tag {
    color: #888;
    font-size: 14px;
    line-height: 1;
    font-weight: 500
}

.post-date {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 14px
}

.post-link {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 10px
}

.post-link.ico-20 [class*=flaticon-]:after,.post-link.ico-20 [class*=flaticon-]:before {
    font-size: 1.125rem
}

.blog-1-post:hover img,.blog-2-post:hover img,.blog-3-post:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1);
    -moz-transform: scale(1.1)
}

.blog-post.b-bottom {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px
}

#blog-listing-1 .blog-post-txt {
    padding: 0 0 0 20px
}

#blog-listing-2 .blog-post-txt {
    padding: 35px 0 0
}

#blog-listing-1 .blog-post-txt h5,#blog-listing-2 .blog-post-txt h5 {
    margin-bottom: 15px
}

#blog-listing-2 h5.posts-category {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 50px
}

.popular-post {
    background-color: #fff;
    padding: 20px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(10,10,10,.1);
    box-shadow: 0 5px 10px 0 rgba(10,10,10,.1)
}

.popular-post a {
    font-weight: 400
}

.popular-post a::after {
    font-size: 1.05rem;
    display: inline-block;
    padding-left: 2px;
    margin-top: -1px;
    color: #ff495a;
    content: "\00bb"
}

.popular-post a:hover {
    color: #777
}

#search-field .form-control {
    background-color: #f0f0f0;
    height: 54px;
    font-size: 17px;
    padding-left: 20px;
    border: none;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

#search-field .btn {
    background-color: #f0f0f0;
    color: #777;
    border: none;
    height: 54px;
    padding: 0 18px;
    margin-top: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

#search-field .form-control:focus {
    border-color: #999;
    outline: 0 none;
    box-shadow: none
}

.sidebar-div h6 {
    margin-bottom: 20px
}

.sidebar-div.ico-20 [class^=flaticon-]:after,.sidebar-div.ico-20 [class^=flaticon-]:before {
    font-size: 1.1rem
}

ul.blog-category-list>li {
    padding: 15px 0;
    border-bottom: 1px dashed silver;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.blog-category-list>li:first-child {
    padding: 0 0 15px
}

ul.blog-category-list>li:last-child {
    padding: 15px 0 0;
    border-bottom: none
}

ul.blog-category-list>li p {
    margin-bottom: 0
}

ul.blog-category-list>li a {
    color: #676869;
    font-weight: 400
}

ul.blog-category-list>li span {
    color: #555;
    font-weight: 700
}

ul.blog-category-list li:hover {
    padding-left: 8px
}

.badge {
    color: #777;
    font-size: .875rem;
    font-weight: 700;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 5px 10px;
    margin-right: 2px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.badge a {
    color: #888!important;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.42857
}

.badge:hover {
    background-color: transparent;
    border-color: #ccc
}

.badge1:hover a {
    color: #fff!important
}

.single-post-txt h5 {
    margin-top: 25px;
    margin-bottom: 25px
}

.post-title-tag,.single-post-title {
    margin-bottom: 35px
}

#single-post .post-author {
    padding-top: 5px
}

#single-post .post-author span {
    display: block;
    color: #888;
    font-size: 1.0625rem;
    font-weight: 400;
    margin-bottom: 0
}

#single-post .post-data {
    margin-top: 35px;
    margin-bottom: 35px
}

#single-post .post-author-avatar {
    display: inline-block;
    float: left
}

#single-post .post-author-avatar img {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin: 0 20px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.follow-author {
    position: relative;
    color: #757575;
    font-size: .9rem;
    line-height: 1;
    font-weight: 400;
    padding: 3px 8px;
    top: -5px;
    margin-left: 6px;
    border: 1px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.quote {
    margin-top: 40px;
    margin-bottom: 40px
}

.quote p {
    color: #666;
    font-size: 1.35rem!important;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px
}

.post-inner-img {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 50px
}

.post-inner-img p {
    margin-top: 25px;
    margin-bottom: 0
}

.post-share-links {
    margin-top: 60px
}

.post-tags-list span a {
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 8px 16px;
    margin-right: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.post-tags-list span a:hover {
    background-color: transparent;
    border-color: #ccc
}

.post-share-links .share-social-icons {
    display: inline-block;
    padding-left: 0
}

.post-share-links .share-social-icons li {
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    padding: 0
}

.post-share-links .share-social-icons a.share-ico span {
    color: #555;
    width: 33px;
    height: 33px;
    font-size: 21px;
    display: block;
    margin-right: 5px
}

.other-posts {
    margin: 80px 0;
    padding: 70px 0 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.other-posts h6 {
    margin-bottom: 8px
}

.next-post a,.prev-post a {
    color: #999;
    font-size: 1.0625rem;
    line-height: 1.2
}

.all-posts a {
    color: #757575;
    font-size: 1.75rem;
    line-height: 1
}

.next-post a:hover,.prev-post a:hover {
    color: #000;
    text-decoration: underline
}

.all-posts a:hover {
    color: #333
}

.comments-wrapper h5 {
    margin-bottom: 50px
}

.post-comments h5 {
    padding-bottom: 30px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd
}

.comments-wrapper img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.media-body p {
    color: #757575
}

.comment-meta {
    margin-bottom: 10px
}

.comment-meta h6 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2px
}

.comment-date {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px
}

.btn-reply {
    margin-left: 3px
}

.btn-reply a {
    color: #888;
    font-size: 15px;
    font-weight: 400
}

.btn-reply a span {
    margin: 0 2px
}

.btn-reply.ico-20 [class^=flaticon-]:after,.btn-reply.ico-20 [class^=flaticon-]:before {
    font-size: .8rem
}

.btn-reply a:hover {
    color: #222
}

.comments-wrapper hr {
    margin-top: 24px;
    margin-bottom: 40px
}

#leave-comment h5 {
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 3px;
    border: none
}

.comment-form {
    position: relative;
    margin-top: 50px
}

.comment-form p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block
}

.comment-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.comment-form .form-control:focus {
    border-color: #00b2e4;
    outline: 0 none;
    box-shadow: none
}

.comment-form textarea {
    min-height: 200px
}

.comment-form textarea.form-control {
    padding: 20px
}

.comment-form .btn {
    margin-top: 15px
}

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

.comment-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 10px;
    padding-left: 0
}

.comment-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-weight: 400
}

.comment-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px
}

.comment-form .form-control.error {
    font-size: 17px!important
}

#contacts-2 {
    padding-top: 60px;
    padding-bottom: 30px
}

#contacts-3.bg-image {
    background-image: url(../images/contacts-3.jpg)
}

.contact-1-box {
    text-align: center;
    margin-bottom: 30px
}

.contact-2-box {
    padding-left: 20px;
    margin-bottom: 27px
}

.contact-box-txt {
    overflow: hidden;
    padding-left: 22px
}

.contact-1-box h5 {
    margin-top: 25px;
    margin-bottom: 12px
}

.contact-3-box h5 {
    margin-bottom: 15px
}

.contact-1-box p,.contact-2-box p,.contact-3-box p {
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 3px
}

.contact-box-ico {
    float: left;
    text-align: center;
    margin-top: 3px
}

.contact-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #e0d9c5;
    box-shadow: 0 0;
    color: #5f5842;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact-form textarea {
    min-height: 220px
}

.contact-form textarea.form-control {
    padding: 20px 15px
}

.contact-form .form-control::-moz-placeholder {
    color: #5f5842
}

.contact-form .form-control:-ms-input-placeholder {
    color: #5f5842
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #5f5842
}

.contact-form .form-control:focus {
    outline: 0 none;
    box-shadow: none;
    border-color: #afa074
}

.bg-color-01 .contact-form .form-control :focus {
    border-color: #fff
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
    border: 1px solid green;
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}

.contact-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 10px;
    padding-left: 0
}

.contact-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-weight: 400
}

.contact-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px
}

.contact-form .form-control.error {
    font-size: 17px!important
}

.contacts-map {
    margin-top: 140px
}

.google-map {
    position: relative;
    padding: 0 0 32%;
    height: 0;
    overflow: hidden
}

.contacts-map .google-map {
    padding: 0 0 35%
}

.google-map embed,.google-map iframe,.google-map object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.footer {
    padding-top: 80px;
    padding-bottom: 0;
    background: #000;
}

#footer-6 .footer {
    padding-top: 100px
}

.footer-logo {
    margin-bottom: 15px
}

.footer-logo img {
    width: auto;
    max-width: inherit;
    max-height: 45px
}

#footer-3 .footer-logo img {
    max-height: 40px
}

.footer h5.h5-md,.footer h5.h5-sm,.footer h5.h5-xs,.footer h6 {
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

.footer h5.h5-xs {
    font-size: 1.3125rem
}

.footer h5.h5-md {
    font-size: 1.4375rem
}

.footer a,.footer p {
    color: #fff;
    font-size: 14px;
    transition: all .2s ease-in-out
}

.footer-box p {
    margin-bottom: 5px
}

.footer-box p.foo-email a {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.footer a.foo-tag {
    color: #aaa;
    font-size: 1.05rem
}

.footer a span {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-dark.footer a,.bg-dark.footer a span,.bg-dark.footer p {
    color: #bbb
}

.footer .footer-links a:hover {
    color: #bbb;
    padding-left: 4px
}

#footer-6.footer .footer-links a:hover {
    padding-left: 0
}

.bg-dark.footer .footer-links a:hover,.bg-dark.footer a:hover,.bg-dark.footer a:hover span,.bg-dark.footer h5,.bg-dark.footer h6,.bg-dark.footer p.foo-email a {
    color: #fff
}

.footer-contacts p {
    margin-bottom: 3px;
    margin-bottom: 13px
}

p.foo-email a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline
}

.foo-news span {
    font-size: 15px;
    display: block;
    margin-top: 4px
}

.footer-contacts .contact-info {
    margin-top: 0
}

.footer-links li,.footer-tags-list li {
    width: auto!important;
    display: block!important;
    vertical-align: top;
    clear: none!important;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.footer-tags-list li {
    display: inline-block!important;
    margin: 0 3px 12px
}

.footer-links li p {
    margin-bottom: 8px
}

.footer-list span {
    position: relative;
    font-weight: 300;
    top: 2px;
    margin-right: 5px
}

.footer-list.ico-20 [class*=flaticon-]:after,.footer-list.ico-20 [class*=flaticon-]:before {
    font-size: 1.125rem
}

#footer-6 .footer-socials-links p {
    font-size: .95rem;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    margin-bottom: 6px
}

#footer-6 .footer-socials-links p a {
    text-decoration: underline
}

.footer-socials-links p a.link-facebook:hover {
    color: #3b5998
}

.footer-socials-links p a.link-twitter:hover {
    color: #00a9ed
}

.footer-socials-links p a.link-instagram:hover {
    color: #e44772
}

.footer-socials-links p a.link-youtube:hover {
    color: #cd1b20
}

.foo-tag {
    font-weight: 400;
    background-color: transparent;
    padding: 4px 8px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.foo-tag:hover {
    background-color: transparent;
    border: 1px solid #aaa
}

.footer-img img.insta-img {
    float: left;
    width: 75px;
    height: 75px;
    margin: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.footer-form .form-control {
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    color: #333;
    font-size: 1rem;
    padding: 0 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-lightgrey .footer-form .form-control {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-right: none;
    color: #f4f4f4
}

.bg-dark .footer-form .form-control {
    background-color: #222;
    border: 1px solid #444;
    border-right: none;
    color: #ccc
}

.footer-form .form-control:focus {
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
    box-shadow: none
}

.bg-dark .footer-form .form-control:focus {
    border: 1px solid #444;
    border-right: none
}

.footer-form .btn {
    height: 48px;
    color: #aaa;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 1.45rem;
    line-height: 1!important;
    margin-top: 0;
    padding: 0 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.footer-form .btn span {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-lightgrey .footer-form .btn {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-left: none
}

.bg-dark .footer-form .btn {
    background-color: #222;
    border: 1px solid #444;
    border-left: none
}

.bg-dark .footer-form .btn span {
    color: #666
}

.bg-dark .footer-form .btn:hover span,.footer-form .btn:hover span {
    color: #d2322b
}

.footer-form .form-notification {
    color: #2dcb21;
    font-size: .95rem;
    line-height: 1.25;
    font-weight: 400;
    margin-top: 12px;
    margin-left: 5px
}

.bottom-footer {
    background: #f05d45;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-copyright {
    color: #fff
}

.bg-dark .bottom-footer {
    border-top: 1px solid #444
}

.bottom-footer p {
    margin-bottom: 0
}

.footer-copyright p {
    line-height: 18px;
    margin-bottom: 0
}

.bottom-footer-list li {
    font-size: 1rem;
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    margin: 0 9px 0 0;
    padding: 0
}

#footer-6 .bottom-footer-list li {
    margin-bottom: 10px
}

#footer-3 .bottom-footer-list li a {
    font-weight: 600
}

.bottom-footer-list li a span {
    margin-right: 4px
}

.bottom-footer-list p:after {
    content: "|";
    padding-left: 11px;
    position: relative;
    top: -1px;
    display: none
}

.bottom-footer-list p.last-li:after {
    content: " ";
    padding-left: 0
}

.foo-socials {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto 0
}

.foo-socials li {
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
    clear: none!important;
    margin: 0 0 8px 0;
    padding: 0
}

.foo-socials a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 8px
}

.page-hero-section {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll!important;
    padding-top: 150px;
    padding-bottom: 130px;
    margin-top: 150px;
    background: #000 !important;
}

.page-hero-section h3 {
    margin-bottom: 0
}

#breadcrumb {
    margin-bottom: 20px;
    text-align: center
}

.breadcrumb-nav {
    display: inline-block;
    margin: 0 auto
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    width: 100%
}

.breadcrumb-item a {
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.breadcrumb-item a:hover {
    color: #fff
}

.breadcrumb-item.active {
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    text-transform: uppercase
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: .925rem;
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 12px
}

.page-pagination {
    padding-bottom: 100px
}

.blog-page-pagination {
    margin-top: 80px;
    padding-top: 80px
}

.page-link {
    color: #999;
    font-weight: 600;
    padding: 9px 16px;
    margin: 0 3px;
    background-color: transparent;
    border-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

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

.page-item.disabled .page-link {
    color: #aaa;
    background-color: transparent;
    border-color: transparent
}

.pagination.ico-20 [class^=flaticon-]:after,.pagination.ico-20 [class^=flaticon-]:before {
    font-size: .7rem
}

.page-item.active .page-link,.page-link:hover {
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.05);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.05);
    box-shadow: 0 5px 10px rgba(0,0,0,.05)
}

.page-link:focus {
    background-color: transparent;
    color: #666;
    border-color: transparent;
    box-shadow: 0 0
}

.terms-box {
    margin-bottom: 30px
}

.terms-box h5 {
    margin-bottom: 25px
}

.terms-box a {
    font-weight: 500
}

#scrollUp {
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 90px;
    right: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(10,10,10,.25);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#scrollUp:hover {
    background-color: rgba(255,69,0,.95)
}

nav a#pull {
    display: none
}

.bg-theme {
    background-color: #09515e
}

.btn-theme,.scroll .btn-theme,.scroll .theme-hover:hover,.theme-hover:hover,.white-color .btn-theme,.white-color .theme-hover:hover {
    color: #fff!important;
    background-image: -moz-linear-gradient(90deg,#0d47a1 0,#0288d1 100%);
    background: #f8633f;
    background-image: -ms-linear-gradient(90deg,#0d47a1 0,#0288d1 100%);
    border: 1px solid #f8633f;
}

.btn-tra-theme,.scroll .btn-tra-theme,.scroll .tra-theme-hover:hover,.tra-theme-hover:hover,.white-color .btn-tra-theme,.white-color .tra-theme-hover:hover {
    color: #09515e!important;
    background-color: transparent;
    border-color: #09515e!important
}

.theme-color,.theme-color a,.theme-color h2,.theme-color h3,.theme-color h4,.theme-color h5,.theme-color h6,.theme-color i,.theme-color li,.theme-color p,.theme-color span,.white-color .theme-color {
    color: #09515e
}

.nav-theme-hover .wsmegamenu .latest-news .post-summary a:hover,.nav-theme-hover .wsmegamenu h5.h5-xs a:hover,.wsmenu>.wsmenu-list.nav-theme-hover>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list.nav-theme-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list.nav-theme-hover>li>ul.sub-menu>li>a:hover {
    color: #09515e!important
}

.posttitle:after,.posttitle:before {
    background-color: #09515e
}

.card-2-txt h6 a:hover {
    color: #09515e
}

.fbox-6-hover .fbox-6:hover {
    background-color: #09515e
}

.masonry-filter.theme-filter button.is-checked,.masonry-filter.theme-filter button.is-checked:before {
    color: #09515e
}

.project-link:hover {
    background-color: #09515e
}

.theme-overlay .item-overlay {
    background: rgba(255,69,0,.7)
}

.bg-lightgrey .blog-3-post.theme-border {
    border-bottom: 4px solid #09515e
}

.quote p {
    border-left: 3px solid #09515e
}

.bg-dark .footer-form .btn:hover span,.footer-form .btn:hover span {
    color: #09515e
}

.popular-post a::after {
    color: #09515e
}

.page-item.active .page-link,.page-link:hover {
    background-color: #09515e;
    border-color: #09515e
}

#stlChanger {
    position: fixed;
    z-index: 9999;
    font-size: 15px;
    overflow: hidden;
    right: -230px;
    top: 100px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#stlChanger.open {
    right: 0
}

#stlChanger .bgChanger {
    min-width: 280px;
    min-height: 280px
}

#stlChanger .blockChanger {
    width: 230px
}

#stlChanger .chBody {
    background: #2b2e37;
    width: 230px;
    position: relative;
    overflow: hidden;
    border: 1px solid #2b2e37;
    border-radius: 4px 0 0 4px;
    margin-left: 50px
}

#stlChanger .chBut {
    background: #09515e;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 1000000;
    text-align: center;
    border: 1px solid #09515e;
    border-left: none;
    padding: 0 0 0 2px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 2px rgba(50,50,50,.4)
}

#stlChanger .chBut.icon-xs [class*=flaticon-]:after,#stlChanger .chBut.icon-xs [class*=flaticon-]:before {
    color: #fff;
    font-size: 2.15rem;
    line-height: 48px!important
}

#stlChanger p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px
}

#stlChanger .stBgs a {
    text-decoration: none;
    width: 35px;
    height: 35px;
    float: left;
    padding: 0;
    margin: 0 5px 8px;
    cursor: pointer;
    opacity: 1
}

#stlChanger .stBgs a img {
    width: 35px;
    height: 35px
}

.stBlock1 {
    margin: 0 20px 25px 20px
}

.stBlock .btn {
    width: 100%;
    font-size: 1rem;
    line-height: 1;
    padding: 10px
}

.s_1 img {
    opacity: 1;
    margin-bottom: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.s_1 img:hover {
    opacity: .8
}

#services-list {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: scroll!important
}

#process {
    background-color: #f4f4f4;
    padding: 100px 0
}

.process {
    text-align: center
}

.process-icon {
    background: url(../images/process-step.jpg.jfif) center center no-repeat;
    background-size: contain;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    line-height: 128px;
    margin: 0 auto 30px;
    position: relative
}

.process img {
    max-width: 60px
}

.processno {
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #09515e;
    border-radius: 50%;
    color: #fff
}

.process-content {
    max-width: 250px;
    margin: 0 auto
}

@media(min-width: 992px) {
    #process-steps {
        background:url(../images/process-bg.png) top center no-repeat;
        background-size: contain;
        padding-top: 30px
    }
}

.service-approach {
    background: url(../images/bg-10.jpg.jfif) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0
}

.service-approach .p-xs {
    color: #787878;
    line-height: 1.3;
    margin-top: 10px
}

#team-2 .tm-meta p {
    color: #787878;
    line-height: 1.3;
    margin-top: 10px
}

.service-approach .section-title p.p-xl {
    padding: 0 5%
}

.service-approach .section-title p {
    color: #fff;
    margin-bottom: 0
}

#service-qualities {
    margin-top: 70px
}

#service-qualities h5 {
    color: #353a4d
}

#service-qualities .fbox-6 {
    box-shadow: 0 5px 10px 15px rgb(#ccc / 5%)
}

#service-qualities .fbox-6-ico svg {
    width: auto;
    height: 60px;
    fill: #09515e
}

#service-qualities .fbox-6:hover h5 {
    color: #fff
}

#service-qualities .fbox-6-ico {
    color: #09515e
}

#service-qualities .fbox-6:hover svg {
    fill: #fff
}

.about-services .brand-logo svg {
    width: 80px;
    fill: #000;
    margin: 0 auto 20px
}

.team-msg {
    padding-top: 40px;
    text-align: left;
    margin: 40px 20px
}

.team-msg .p-md {
    margin-bottom: .5rem
}

.team-msg img {
    margin-bottom: 20px
}

.team-msg-row .col-md-4:nth-child(odd) .team-msg {
    padding-top: 0
}

.team-msg .img-wrapper {
    overflow: hidden;
    line-height: 0;
    transition: transform .8s cubic-bezier(.05, .2, .1, 1)
}

.team-msg .img-inner {
    transition: transform .8s cubic-bezier(.05, .2, .1, 1)
}

.team-msg:hover .img-wrapper {
    transform: scale(.95)
}

.team-msg:hover .img-inner {
    transform: scale(1.15)
}

.team-msg .img-inner img {
    display: block;
    width: 100%
}

#pricing-list .col-md-6 {
    display: flex
}

.pricing-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    transition: .3s all
}

.pricing-box:hover {
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1)
}

.price-icon {
    float: left;
    width: 15%
}

.price-icon img {
    max-width: 75%
}

.pricing-content {
    width: 60%;
    float: left;
    padding: 0 20px 0 0;
    font-size: 14px
}

.pricing-price {
    width: 20%;
    float: right;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #09515e
}

@media (min-width: 768px) {
    #leadpopup {
        background:#ededed url(../images/popup.jpg) bottom left no-repeat;
        background-size: contain;
        width: 700px;
        padding: 50px
    }
}

@media (min-width: 992px) {
    #leadpopup {
        width:900px;
        padding: 100px
    }
}

#leadpopup h3 {
    font-size: 30px
}

#leadpopup h3 span {
    color: #09515e
}

.animated {
    animation-duration: 1.2s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.fadeInUp,.animated.fadeInUpBig {
    animation-duration: 1.75s
}

.animated.fadeInLeft,.animated.fadeInRight {
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1,1,1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,from,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-20%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,30%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0,50%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

h1.has-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px
}

h1.has-title span {
    font-weight: 800;
    color: #fff
}

@media (min-width: 992px) and (max-width:1199.95px) {
    .pl-10,.pl-15,.pl-20,.pl-25,.pl-30,.pl-35,.pl-40,.pl-45,.pl-5 {
        padding-left:0
    }

    .pr-10,.pr-15,.pr-20,.pr-25,.pr-30,.pr-35,.pr-40,.pr-45,.pr-5 {
        padding-right: 0
    }

    .pc-10,.pc-15,.pc-20,.pc-25,.pc-30,.pc-35,.pc-40,.pc-45,.pc-50,.pc-55,.pc-60 {
        padding-left: 0;
        padding-right: 0
    }

    h6.h6-xs {
        font-size: .95rem
    }

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

    h6.h6-md {
        font-size: 1.125rem
    }

    h6.h6-lg {
        font-size: 1.15rem
    }

    h6.h6-xl {
        font-size: 1.175rem
    }

    h5.h5-xs {
        font-size: 1.195rem
    }

    h5.h5-sm {
        font-size: 1.22rem
    }

    h5.h5-md {
        font-size: 1.33rem
    }

    h5.h5-lg {
        font-size: 1.44rem
    }

    h5.h5-xl {
        font-size: 1.56rem
    }

    h4.h4-xs {
        font-size: 1.67rem
    }

    h4.h4-sm {
        font-size: 1.78rem
    }

    h4.h4-md {
        font-size: 1.89rem
    }

    h4.h4-lg {
        font-size: 2rem
    }

    h4.h4-xl {
        font-size: 2.11rem
    }

    h3.h3-xs {
        font-size: 2.2rem
    }

    h3.h3-sm {
        font-size: 2.33rem
    }

    h3.h3-md {
        font-size: 2.44rem
    }

    h3.h3-lg {
        font-size: 2.56rem
    }

    h3.h3-xl {
        font-size: 2.67rem
    }

    h2.h2-xs {
        font-size: 2.78rem
    }

    h2.h2-sm {
        font-size: 2.89rem
    }

    h2.h2-md {
        font-size: 3rem
    }

    h2.h2-lg {
        font-size: 3.11rem
    }

    h2.h2-xl {
        font-size: 3.35rem
    }

    h2.h2-title-xs {
        font-size: 3.65rem
    }

    h2.h2-title-sm {
        font-size: 3.9rem
    }

    h2.h2-title-md {
        font-size: 4.185rem
    }

    h2.h2-title-lg {
        font-size: 4.4625rem
    }

    h2.h2-title-xl {
        font-size: 4.75rem
    }

    p.p-sm {
        font-size: .95rem
    }

    p {
        font-size: 1rem
    }

    p.p-md {
        font-size: 1.025rem
    }

    p.p-lg {
        font-size: 1.08rem
    }

    p.p-xl {
        font-size: 1.14rem
    }

    .btn.btn-md {
        font-size: 17px;
        padding: 13px 32px
    }

    .btn.btn-lg {
        font-size: 19px;
        padding: 13px 40px
    }

    .footer .store img,.store img {
        max-height: 45px
    }

    #clock span.cbox-1-digit {
        font-size: 4rem
    }

    .section-id {
        margin-bottom: 10px;
        font-size: 1.5rem
    }

    #reviews-4 .section-id {
        margin-bottom: 30px
    }

    .section-title.mb-50 {
        margin-bottom: 40px
    }

    .section-title.mb-60 {
        margin-bottom: 50px
    }

    .section-title.mb-70 {
        margin-bottom: 60px
    }

    .section-title.mb-80 {
        margin-bottom: 60px
    }

    .section-title p.p-xl {
        padding: 0 10%
    }

    #features-4 .section-title p.p-xl {
        padding: 0 8%
    }

    h5.sm-title {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .txt-block .btn,.txt-block .stores-badge {
        margin-top: 15px
    }

    .txt-block .btn,.txt-block .stores-badge {
        margin-top: 15px
    }

    .stars-rating,.stars-rating p {
        font-size: .95rem
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
        width: 50%
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
        width: 42%
    }

    .wsmenu>.wsmenu-list>li>a {
        font-size: 15px;
        margin: 0 2px;
        padding: 10px 15px
    }

    .wsmenu>.wsmenu-list>li a.btn {
        font-size: 15px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
        font-size: 15px
    }

    .wsmegamenu .post-summary a {
        font-size: 15px
    }

    .header-socials.ico-20 [class*=flaticon-]:after,.header-socials.ico-20 [class*=flaticon-]:before {
        font-size: 1.15rem
    }

    #hero-2 {
        padding-top: 150px
    }

    #hero-15 {
        padding-top: 220px
    }

    #hero-22 {
        padding-top: 180px;
        padding-bottom: 100px
    }

    .hero-28-gradient {
        padding: 80px 0 40px;
        margin-bottom: -20px
    }

    .slider,.slider .slides {
        height: 600px
    }

    #hero-25 .slider,#hero-25 .slider .slides {
        height: 560px
    }

    #hero-1 .caption-txt {
        margin-top: 35px
    }

    .hero-2-txt {
        margin-bottom: 60px
    }

    .hero-5-txt {
        padding-left: 15px
    }

    .hero-7-txt {
        margin-top: -25px;
        padding-left: 0
    }

    .hero-8-txt {
        margin-top: -15px
    }

    #hero-12 .caption-txt {
        margin-top: -25px;
        padding: 0 3%
    }

    .hero-16-txt {
        margin-top: -20px
    }

    .hero-27-txt {
        margin-bottom: 10px
    }

    .hero-logo {
        margin-bottom: 25px
    }

    .hero-logo img {
        max-height: 62px
    }

    #hero-29 .hero-logo img {
        max-height: 50px
    }

    .hero-logo span {
        top: 3px
    }

    #hero-1 h2 {
        font-size: 5.5rem
    }

    .hero-5-txt h2.h2-title-lg {
        font-size: 8.25rem
    }

    #hero-16 h2 {
        font-size: 4.15rem;
        margin-bottom: 30px
    }

    #hero-20 h2 {
        padding: 0
    }

    .hero-30-txt h2:before {
        width: 165px
    }

    #hero-1 .caption-txt p {
        font-size: 1.65rem
    }

    .hero-2-txt p {
        padding: 0 12%
    }

    .hero-3-txt p {
        padding-right: 0
    }

    .hero-11-txt p,.hero-16-txt p,.hero-5-txt p {
        padding-right: 5%
    }

    #hero-12 .caption-txt p {
        font-size: 1.25rem
    }

    .hero-14-txt p {
        font-size: 1.175rem;
        margin-bottom: 30px
    }

    .hero-24-txt p {
        padding: 0 10%
    }

    .hero-promo {
        margin: 90px 15px -170px;
        padding: 50px 30px
    }

    .hero-promo h2 {
        font-size: 4.5rem;
        margin-top: 10px
    }

    #hb-1-1,#hb-1-2,#hb-1-3 {
        padding: 45px 30px
    }

    .hero-26-data {
        padding: 20px 30px 25px;
        margin: -100px 5% 0 -30px
    }

    .hero-26-data .ico-25 [class*=flaticon-]:before,.hero-26-data .ico-65 [class*=flaticon-]:after {
        font-size: 1.25rem
    }

    #hero-11 .request-form {
        margin: 30px 0 25px 0
    }

    #hero-17 .request-form {
        margin: 35px 8% 25px
    }

    .hero-form {
        margin: 0 15px 40px 0
    }

    .hero-form form {
        padding: 45px 25px 35px
    }

    .hero-form .register-form .btn {
        padding: 16px 30px
    }

    .hero-21-img {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .hero-30-img img {
        width: auto;
        max-width: inherit;
        max-height: 165px
    }

    #about-5,#about-6 {
        padding-top: 100px;
        padding-bottom: 60px
    }

    #about-7 .col-md-6 {
        padding-left: 8px;
        padding-right: 8px
    }

    .abox-7-txt {
        padding: 130px 30px 20px
    }

    .abox-7-txt.mb-30 {
        margin-bottom: 16px
    }

    .about-5-txt {
        padding: 0 15px 0 0
    }

    .about-6-txt {
        padding: 0 0 0 15px
    }

    .about-4-txt h2 {
        margin-bottom: 15px
    }

    .about-5-txt h2,.about-5-txt h3,.about-6-txt h2,.about-6-txt h3 {
        margin-bottom: 20px
    }

    .about-4-txt .btn {
        margin-top: 10px
    }

    #features-1,#features-5,#features-6 {
        padding-bottom: 74px
    }

    .features-13-title.mb-80,.features-7-title.mb-80 {
        margin-bottom: 60px
    }

    .fbox-1-wrapper .col-lg-4,.fbox-13-wrapper .col-md-6,.fbox-5-wrapper .col-md-6,.fbox-6-wrapper .col-lg-4,.fbox-7-wrapper .col-lg-4,.fbox-8-wrapper .col-lg-3 {
        padding-left: 8px;
        padding-right: 8px
    }

    .fbox-9-wrapper {
        padding: 0
    }

    .fbox-13-wrapper {
        margin-top: -260px
    }

    .fbox-1 {
        padding: 50px 25px;
        margin-bottom: 16px
    }

    .fbox-4 {
        padding: 45px 30px
    }

    .fbox-5 {
        padding: 35px 25px;
        margin-bottom: 16px
    }

    .fbox-6 {
        padding: 50px 25px;
        margin-bottom: 16px
    }

    .fbox-8 {
        padding: 30px 20px;
        margin-bottom: 40px
    }

    .fbox-2 .ico-65 [class*=flaticon-]:after,.fbox-2 .ico-65 [class*=flaticon-]:before {
        font-size: 3.65rem
    }

    .fbox-12 p {
        padding: 0
    }

    .fbox-txt {
        padding-left: 20px
    }

    .step {
        margin: 0 auto 25px
    }

    #content-8 .section-title h3 {
        padding: 0
    }

    #content-9 .txt-block {
        margin-bottom: -20px
    }

    #content-12 .txt-block {
        margin-bottom: 40px
    }

    .content-12-txt {
        width: 42%;
        left: 15%;
        padding: 50px 35px
    }

    .content-section .txt-block {
        padding: 0 15px
    }

    #content-6.content-section .txt-block,#content-7.content-section .txt-block {
        padding: 0
    }

    .content-7-img {
        left: -92%;
        margin-bottom: -50px
    }

    #promo-1 .col-md-4 {
        padding-left: 8px;
        padding-right: 8px
    }

    .card-2 {
        margin: 0 10px 30px
    }

    .card-3 {
        padding: 40px 15px
    }

    .card-1-txt {
        padding: 35px 15px
    }

    .card-2-txt {
        padding: 45px 25px 40px
    }

    .card-3 h6 {
        font-size: 1.125rem;
        margin-top: 25px
    }

    .card-3 p {
        font-size: 1.0625rem
    }

    .cars-tags {
        left: 20px;
        bottom: 10px;
        font-size: .915rem;
        padding: 7px 14px
    }

    .card-2-txt .card-price {
        top: -20px;
        right: 10px;
        padding: 6px 14px;
        font-size: 1.135rem
    }

    .cards-3-wrapper .col-lg-4 {
        padding-left: 10px;
        padding-right: 10px
    }

    #gallery-3 .masonry-wrap .masonry-image,#gallery-4 .masonry-wrap .masonry-image {
        padding: 0 7px;
        margin-bottom: 14px
    }

    .gallery-5-wrapper .col,.gallery-5-wrapper .col-md-5 {
        padding-left: 8px;
        padding-right: 8px
    }

    #gallery-6 .gallery-image {
        margin: 0 0 50px
    }

    .masonry-filter button {
        font-size: .925rem;
        margin: 0 14px;
        padding: .5rem .1rem
    }

    .project-meta {
        font-size: .95rem
    }

    .project-data {
        bottom: 115px;
        right: 15px;
        background-color: #222;
        border-color: #222
    }

    .project-data span {
        color: #fff
    }

    #gallery-4 .project-meta-txt {
        bottom: 55px
    }

    #gallery-4 .project-link {
        bottom: 25px
    }

    #gallery-4 .gallery-image:hover .project-link {
        right: 25px
    }

    #video-1 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    #video-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    #team-1 .col-lg-3,#team-2 .col-lg-3 {
        padding-left: 8px;
        padding-right: 8px
    }

    #team-2 .tm-meta {
        padding: 20px;
        margin-right: 15px
    }

    .pricing-1-wrapper {
        padding: 0 15px
    }

    #pricing-4 .col-md-4,#pricing-5 .col-md-4 {
        padding-left: 8px;
        padding-right: 8px
    }

    .pricing-1-table {
        padding: 60px 20px
    }

    .pricing-1-table.highlight {
        padding: 90px 20px
    }

    .pricing-2-table {
        padding: 50px 20px
    }

    .pricing-1-table span.price,.pricing-2-table span.price,.pricing-4-table span.price,.pricing-5-table span.price {
        font-size: 70px
    }

    .pricing-1-table sup,.pricing-2-table sup,.pricing-4-table sup,.pricing-5-table sup {
        font-size: 40px;
        font-weight: 700;
        top: -17px;
        right: 3px
    }

    .pricing-2-table sup,.pricing-4-table sup,.pricing-5-table sup {
        font-size: 40px
    }

    .pricing-2-table sup.pricing-coins,.pricing-5-table sup.pricing-coins {
        font-size: 35px;
        top: -25px
    }

    .pricing-table-badge {
        top: 25px;
        right: 30px;
        font-size: .85rem
    }

    ul.features {
        font-size: 1.025rem
    }

    .pricing-notice p {
        padding: 0 5%
    }

    #rv-1-1 {
        margin-left: 15px;
        margin-right: 10px
    }

    #rv-1-2 {
        margin-right: 10%
    }

    #rv-1-3 {
        margin-right: 0
    }

    .review-1 {
        padding: 45px 20px
    }

    .review-2,.review-3 {
        padding: 38px 28px;
        margin: 0 10px 40px
    }

    .review-2-txt h6.h6-sm,.review-3-txt h6.h6-sm {
        font-size: 1.075rem
    }

    .review-3-txt p.p-sm {
        font-size: 1rem
    }

    .reviews-4-img {
        padding: 0 20px
    }

    .reviews-4-txt {
        padding: 0 15px
    }

    .reviews-4-txt h3.h3-md {
        font-size: 2.2rem
    }

    .reviews-1-title {
        margin-top: 35px;
        padding-left: 15px;
        padding-right: 10px
    }

    #brands-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    #brands-2 .brand-logo {
        padding: 0 20px
    }

    #brands-3 {
        padding-bottom: 84px
    }

    #brands-3 .col-lg-3 {
        padding-left: 8px;
        padding-right: 8px
    }

    #brands-3 .brand-logo {
        margin-bottom: 16px
    }

    #statistic-1.bg-image {
        padding-top: 100px;
        padding-bottom: 60px
    }

    #statistic-2 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    #statistic-3 .statistic-block {
        padding-left: 0
    }

    .statistic-block-txt {
        padding-left: 18px
    }

    .bg-image .statistic-1-wrapper {
        padding: 0 5%
    }

    .statistic-5-wrapper {
        padding-left: 30px
    }

    #statistic-5 .statistic-block.statistic-block-featured {
        padding: 40px 35px;
        top: -5px;
        left: -20px;
        right: -20px
    }

    .statistic-block-txt .statistic-number {
        margin-bottom: 6px
    }

    #statistic-5 h3 {
        font-size: 2.25rem
    }

    #statistic-2 .statistic-block p {
        padding: 0 5%
    }

    .s-icon {
        margin-top: 0
    }

    #banner-1 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    #banner-3 {
        padding-top: 90px;
        padding-bottom: 100px
    }

    #cta-2 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #cta-3 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .cta-3-wrapper {
        padding: 45px 20px;
        margin: 0
    }

    .cta-2-txt p {
        padding: 0 4%;
        margin-top: 20px;
        margin-bottom: 25px
    }

    .bg-image .cta-2-txt p {
        padding: 0 10%;
        margin-top: 20px;
        margin-bottom: 25px
    }

    .download-logo {
        margin-bottom: 20px
    }

    .download-logo img {
        max-height: 85px
    }

    #download-2 .txt-block {
        padding-right: 15px
    }

    #accordion {
        padding: 0 3%
    }

    .more-questions {
        padding: 40px 50px;
        margin: 60px 5% 0
    }

    .more-questions-title p {
        padding: 0 3%
    }

    .faqs-contacts {
        padding: 45px 50px
    }

    #newsletter-1 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    #newsletter-1 .section-title.mb-40 {
        margin-bottom: 30px
    }

    .newsletter-txt {
        padding: 0
    }

    .newsletter-section .btn,.newsletter-section .form-control {
        height: 54px;
        font-size: 18px
    }

    #blog-1 .col-lg-4,#blog-2 .col-lg-4,#blog-3 .col-lg-4 {
        padding-left: 8px;
        padding-right: 8px
    }

    .blog-post-txt {
        padding: 25px 15px 20px
    }

    #blog-3 .blog-post-txt {
        padding: 35px 20px 20px
    }

    #blog-listing-1 .blog-post-txt {
        padding: 0 0 0 10px
    }

    .blog-post-txt h5.h5-xs {
        font-size: 1.175rem;
        margin-bottom: 20px
    }

    .post-date {
        font-size: 1rem;
        margin-bottom: 14px
    }

    .badge {
        font-size: .825rem;
        padding: 5px 6px;
        margin-right: 1px
    }

    .badge a {
        font-size: .825rem
    }

    .quote {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .quote p {
        font-size: 1.15rem!important
    }

    #contacts-2 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    #contacts-3 .form-holder {
        padding: 0 20px
    }

    .contact-box-txt {
        text-align: center;
        padding-left: 0
    }

    .contact-box-ico {
        float: none;
        margin-bottom: 20px
    }

    .contact-box.ico-70 [class*=flaticon-]:after,.contact-box.ico-70 [class*=flaticon-]:before {
        font-size: 4.15rem
    }

    .footer .col-lg-2,.footer .col-lg-3,.footer .col-lg-4 {
        padding-left: 10px;
        padding-right: 10px
    }

    .footer-img img.insta-img {
        width: 65px;
        height: 65px;
        margin: 4px
    }

    .footer-info {
        padding-right: 5%
    }

    .footer a,.footer p {
        font-size: 1.025rem
    }

    .footer-tags-list a {
        font-size: .95rem
    }

    .foo-tag {
        padding: 4px 7px
    }

    .page-hero-section {
        padding-top: 150px;
        padding-bottom: 100px
    }
}

@media (min-width: 768px) and (max-width:991.95px) {
    .mt-100 {
        margin-top:80px
    }

    .mb-100 {
        margin-bottom: 80px
    }

    .wide-100 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .wide-90 {
        padding-top: 80px;
        padding-bottom: 70px
    }

    .wide-80 {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .wide-70 {
        padding-top: 80px;
        padding-bottom: 50px
    }

    .wide-60 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .wide-50 {
        padding-top: 80px;
        padding-bottom: 30px
    }

    .wide-40 {
        padding-top: 80px;
        padding-bottom: 20px
    }

    .wide-30 {
        padding-top: 80px;
        padding-bottom: 10px
    }

    .wide-20 {
        padding-top: 80px;
        padding-bottom: 0
    }

    .pt-100 {
        padding-top: 80px
    }

    .pb-100 {
        padding-bottom: 80px
    }

    .pt-80 {
        padding-top: 60px
    }

    .pb-80 {
        padding-bottom: 60px
    }

    .pt-60 {
        padding-top: 40px
    }

    .pb-60 {
        padding-bottom: 40px
    }

    .pb-50 {
        padding-bottom: 30px
    }

    .pl-10,.pl-15,.pl-20,.pl-25,.pl-30,.pl-35,.pl-40,.pl-45,.pl-5 {
        padding-left: 0
    }

    .pr-10,.pr-15,.pr-20,.pr-25,.pr-30,.pr-35,.pr-40,.pr-45,.pr-5 {
        padding-right: 0
    }

    .pc-10,.pc-15,.pc-20,.pc-25,.pc-30,.pc-35,.pc-40,.pc-45,.pc-50,.pc-55,.pc-60 {
        padding-left: 0;
        padding-right: 0
    }

    .bg-01,.bg-02,.bg-03,.bg-04,.bg-05,.bg-06,.bg-07,.bg-08,.bg-09,.bg-10,.bg-scroll,.bg-tra-map,.pattern-01,.pattern-02 {
        background-attachment: scroll!important
    }

    h6.h6-xs {
        font-size: 1.05rem
    }

    h6.h6-sm {
        font-size: 1.1rem
    }

    h6.h6-md {
        font-size: 1.125rem
    }

    h6.h6-lg {
        font-size: 1.15rem
    }

    h6.h6-xl {
        font-size: 1.175rem
    }

    h5.h5-xs {
        font-size: 1.2rem
    }

    h5.h5-sm {
        font-size: 1.3rem
    }

    h5.h5-md {
        font-size: 1.35rem
    }

    h5.h5-lg {
        font-size: 1.4rem
    }

    h5.h5-xl {
        font-size: 1.5rem
    }

    h4.h4-xs {
        font-size: 1.6rem
    }

    h4.h4-sm {
        font-size: 1.7rem
    }

    h4.h4-md {
        font-size: 1.6rem
    }

    h4.h4-lg {
        font-size: 1.7rem
    }

    h4.h4-xl {
        font-size: 1.8rem
    }

    h3.h3-xs {
        font-size: 1.9rem
    }

    h3.h3-sm {
        font-size: 2rem
    }

    h3.h3-md {
        font-size: 2.1rem
    }

    h3.h3-lg {
        font-size: 2.2rem
    }

    h3.h3-xl {
        font-size: 2.3rem
    }

    h2.h2-xs {
        font-size: 2.4rem
    }

    h2.h2-sm {
        font-size: 2.5rem
    }

    h2.h2-md {
        font-size: 2.6rem
    }

    h2.h2-lg {
        font-size: 2.7rem
    }

    h2.h2-xl {
        font-size: 2.8rem
    }

    h2.h2-title-xs {
        font-size: 3.25rem
    }

    h2.h2-title-sm {
        font-size: 3.5rem
    }

    h2.h2-title-md {
        font-size: 3.75rem
    }

    h2.h2-title-lg {
        font-size: 4rem
    }

    h2.h2-title-xl {
        font-size: 4.25rem
    }

    p.p-sm {
        font-size: .95rem
    }

    p {
        font-size: 1rem
    }

    p.p-md {
        font-size: 1.025rem
    }

    p.p-lg {
        font-size: 1.08rem
    }

    p.p-xl {
        font-size: 1.14rem
    }

    .btn,.btn.btn-lg,.btn.btn-md {
        font-size: 17px
    }

    .btn.btn-sm {
        font-size: 16px;
        padding: 12px 24px
    }

    .btn.btn-lg,.btn.btn-md {
        padding: 13px 26px
    }

    .btn.btn-tra.btn-lg,.btn.btn-tra.btn-md {
        padding: 13px 24px
    }

    .store img {
        max-height: 45px
    }

    .footer .store img {
        max-height: 45px
    }

    #clock span.cbox-1-digit {
        font-size: 3.5rem
    }

    .ico-60 [class*=flaticon-]:after,.ico-60 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-65 [class*=flaticon-]:after,.ico-65 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-70 [class*=flaticon-]:after,.ico-70 [class*=flaticon-]:before {
        font-size: 4.6875rem
    }

    .ico-75 [class*=flaticon-]:after,.ico-75 [class*=flaticon-]:before {
        font-size: 5rem
    }

    .section-id {
        font-size: .935rem;
        margin-bottom: 10px
    }

    #reviews-4 .section-id {
        margin-bottom: 30px
    }

    .section-title.mb-50 {
        margin-bottom: 40px
    }

    .section-title.mb-60 {
        margin-bottom: 50px
    }

    .section-title.mb-70 {
        margin-bottom: 60px
    }

    .section-title.mb-80 {
        margin-bottom: 60px
    }

    .section-title p.p-xl {
        padding: 0 6%
    }

    #features-4 .section-title p.p-xl {
        padding: 0
    }

    #brands-3 .section-title p.p-xl {
        padding: 0 5%
    }

    h5.sm-title {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .txt-block .btn,.txt-block .stores-badge {
        margin-top: 15px
    }

    .stars-rating,.stars-rating p {
        font-size: .95rem
    }

    .headtoppart {
        display: none
    }

    .wsmobileheader {
        height: 90px;
        box-shadow: 0 0 2px rgba(50,50,50,.4)
    }

    .tra-menu .wsmobileheader,.white-menu .wsmobileheader {
        background-color: #fff
    }

    .dark-menu .wsmobileheader {
        background-color: #222227
    }

    .wsanimated-arrow {
        padding: 14px 28px 14px 0;
        margin: 45px 28px 0 0
    }

    .wsanimated-arrow span:before {
        top: -8px;
        width: 26px
    }

    .wsanimated-arrow span:after {
        bottom: -8px;
        width: 20px
    }

    .dark-menu .wsanimated-arrow span,.dark-menu .wsanimated-arrow span:after,.dark-menu .wsanimated-arrow span:before {
        background: #eee
    }

    .wsactive .wsanimated-arrow span:before,.wsactive .wsanimated-arrow.active span:after {
        width: 28px;
        top: 0
    }

    .wsactive .wsanimated-arrow span:after {
        width: 28px;
        top: 0
    }

    .wsactive .wsanimated-arrow span {
        background: 0 0
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        height: 64px
    }

    .wsmenu>.wsmenu-list>li>a {
        font-size: 19px;
        padding: 7px 32px 6px 20px;
        margin: 0
    }

    .dark-menu .wsmenu>.wsmenu-list>li>a,.tra-menu .wsmenu>.wsmenu-list>li>a {
        color: #666
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        margin: 36px 18px 0 0
    }

    .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
        transform: rotate(-45deg);
        margin-top: 28px
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        height: 10px;
        width: 10px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:before,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:before,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:before {
        font-size: 1.05rem;
        left: 5px;
        top: 14px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover:before,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:hover:before,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover:before {
        left: 17px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
        width: 100%
    }

    .wsmegamenu .col-lg-3,.wsmegamenu .col-lg-4,.wsmegamenu .col-lg-5 {
        padding-right: 5px;
        padding-left: 5px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
        color: #9099a4;
        font-size: 18px;
        padding: 12px 0
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
        background-color: transparent;
        padding: 12px 0 12px 8px;
        text-decoration: none
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li>a {
        padding: 0 0 12px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
        padding: 12px 0 12px 4px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li a:hover {
        padding: 0 0 12px 4px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .title p {
        display: block;
        font-size: 20px;
        margin: 10px 0 5px 20px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
        font-size: 20px;
        padding: 0
    }

    .wsmenu>.wsmenu-list>li.header-phone>a {
        font-size: 19px;
        padding: 7px 32px 6px 15px;
        margin: 0
    }

    .wsmenu>.wsmenu-list>li.header-phone>a span {
        width: 24px;
        height: 24px;
        line-height: 25px;
        top: 3px
    }

    .wsmenu>.wsmenu-list>li a.btn {
        height: 60px;
        font-size: 19px;
        line-height: 60px;
        font-weight: 500;
        padding: 0 17px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .header-socials {
        margin-top: 30px
    }

    .white-color.header-socials span {
        color: #444!important
    }

    .header-socials a {
        line-height: 90px!important;
        margin-left: 25px
    }

    .header-socials.ico-20 [class*=flaticon-]:after,.header-socials.ico-20 [class*=flaticon-]:before {
        font-size: 1.6rem
    }

    .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
        background-color: #eee;
        border-color: #eee;
        color: #666
    }

    .wsmobileheader .smllogo {
        display: block;
        margin-top: 36px;
        padding-left: 28px
    }

    .smllogo img {
        width: auto;
        max-width: inherit;
        max-height: 46px
    }

    .hero-section {
        margin-top: 80px
    }

    #hero-29.hero-section {
        margin-top: 0
    }

    #hero-8 .container {
        overflow: visible
    }

    #hero-21 .col-md-5 {
        padding: 0 5px
    }

    #hero-13,#hero-15,#hero-16,#hero-17,#hero-2,#hero-21,#hero-23,#hero-26,#hero-4,#hero-7,#hero-8,#hero-9 {
        padding-top: 80px
    }

    #hero-3 {
        padding-top: 80px;
        padding-bottom: 50px
    }

    #hero-5 {
        text-align: center;
        background-position: left center;
        padding-top: 80px;
        padding-bottom: 80px
    }

    #hero-19,#hero-6 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    #hero-10 {
        padding-top: 80px;
        padding-bottom: 25px
    }

    #hero-11 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    #hero-16 {
        padding-top: 60px;
        padding-bottom: 130px
    }

    #hero-18,#hero-30 {
        padding-top: 90px;
        padding-bottom: 80px
    }

    #hero-22 {
        padding-top: 90px;
        padding-bottom: 100px
    }

    #hero-24 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    #hero-27 {
        background-position: bottom center;
        padding-top: 80px
    }

    #hero-28 {
        text-align: center;
        padding-top: 80px
    }

    .hero-28-gradient {
        padding: 60px 0 40px;
        margin-bottom: -20px
    }

    .slider,.slider .slides {
        height: 490px
    }

    #hero-25 .slider,#hero-25 .slider .slides {
        height: 490px
    }

    .slider .indicators {
        bottom: 25px
    }

    .hero-logo {
        margin-bottom: 25px
    }

    .hero-logo img {
        max-height: 58px
    }

    #hero-29 .hero-logo img {
        max-height: 50px
    }

    .hero-logo span {
        top: 3px
    }

    #hero-1 .caption-txt {
        margin-top: -20px
    }

    .hero-2-txt {
        margin-bottom: 50px
    }

    #hero-25 .caption-txt,.hero-6-txt,.hero-8-txt {
        margin-top: 0
    }

    .hero-7-txt {
        margin-top: -30px;
        padding-left: 0
    }

    .hero-10-txt {
        margin-top: -35px
    }

    .hero-15-txt {
        padding-top: 0
    }

    .hero-15-title {
        margin-bottom: 30px
    }

    #hero-20 .caption-txt {
        margin-top: -40px
    }

    .hero-21-txt {
        margin-bottom: 60px
    }

    #hero-25 .caption-txt {
        margin-top: 0
    }

    .hero-27-txt {
        margin-bottom: 10px
    }

    #hero-1 h2 {
        font-size: 4.75rem;
        padding: 0 5%
    }

    .hero-4-title h2 {
        margin-bottom: 20px
    }

    .hero-5-txt h2.h2-title-lg {
        font-size: 7.5rem
    }

    .hero-6-txt h2.h2-md {
        font-size: 2.25rem
    }

    .hero-6-txt h2.h2-title-md {
        font-size: 3.15rem;
        margin-bottom: 20px
    }

    #hero-12 h2 {
        font-size: 3.5rem;
        margin-bottom: 20px
    }

    #hero-12 h6 {
        font-size: 1.1rem
    }

    #hero-16 h2 {
        font-size: 3.75rem;
        margin-bottom: 25px
    }

    #hero-20 h2 {
        font-size: 3.35rem;
        padding: 0
    }

    .hero-19-txt h2 {
        font-size: 3rem
    }

    .hero-26-txt h2 {
        font-size: 3rem
    }

    .hero-29-txt h3 {
        margin-bottom: 20px
    }

    .hero-30-txt h2:before {
        width: 160px
    }

    .hero-30-txt h5 {
        padding: 0 10%;
        margin-bottom: 30px
    }

    #hero-1 .caption-txt p {
        font-size: 1.35rem
    }

    .hero-3-txt p,.hero-6-txt p {
        padding-right: 0;
        margin-bottom: 25px
    }

    #hero-25 .caption-txt p,.hero-5-txt p {
        padding: 0 10%
    }

    .hero-7-txt p {
        padding-right: 6%;
        margin-bottom: 30px
    }

    .hero-8-txt p {
        padding-right: 10px
    }

    .hero-11-txt p,.hero-9-txt p {
        padding: 0
    }

    .hero-10-txt p {
        padding: 0;
        margin-bottom: 25px
    }

    #hero-12 .caption-txt p {
        font-size: 1.25rem;
        padding: 0 5%
    }

    .hero-13-txt p {
        padding: 0 5%;
        margin-bottom: 20px
    }

    .hero-14-txt p {
        font-size: 1.125rem;
        margin-bottom: 25px
    }

    .hero-17-txt p {
        padding: 0 5%
    }

    .hero-18-txt p {
        padding-right: 20%
    }

    .hero-21-txt p {
        padding-right: 0;
        margin-bottom: 30px
    }

    .hero-16-txt p,.hero-27-txt p {
        padding-right: 0
    }

    #hero-20 .caption-txt p {
        padding: 0
    }

    .hero-26-txt p {
        padding-right: 0;
        margin-bottom: 35px
    }

    .hero-28-txt p {
        font-size: 1.2rem;
        padding: 0 8%
    }

    .hero-10-txt .btns-group .btn.mr-15,.hero-8-txt .btns-group .btn.mr-15 {
        margin-right: 10px
    }

    #hero-29 .hero-socials {
        margin-top: 60px
    }

    .hero-promo {
        margin: 90px 0 -170px;
        padding: 40px 25px
    }

    .hero-promo h2 {
        font-size: 4.5rem;
        margin-top: 10px
    }

    .hbox-1-wrapper {
        margin-top: 50px
    }

    #hb-1-1,#hb-1-2,#hb-1-3 {
        padding: 35px 25px
    }

    .hbox-1 p {
        font-size: .95rem
    }

    .hero-26-data {
        padding: 15px 15px 20px;
        margin: -40px -15px 0
    }

    .hero-26-data .ico-25 [class*=flaticon-]:before,.hero-26-data .ico-65 [class*=flaticon-]:after {
        font-size: 1.25rem
    }

    #hero-11 .request-form {
        margin: 30px 0 25px 0
    }

    #hero-17 .request-form {
        margin: 35px 5% 25px
    }

    .hero-form {
        margin: 0 0 40px 0
    }

    .hero-form form {
        padding: 35px 25px 25px
    }

    .hero-form .register-form .btn {
        padding: 16px 30px
    }

    #img-2-1,#img-2-2,#img-2-3 {
        margin-bottom: 16px
    }

    #img-2-1,#img-2-4 {
        padding-right: 8px
    }

    #img-2-3,#img-2-6 {
        padding-left: 8px
    }

    #img-2-2,#img-2-5 {
        padding: 0 8px
    }

    .hero-3-img img {
        width: 170%;
        position: relative;
        max-width: none;
        display: inline-block
    }

    .hero-4-images {
        margin-top: 50px
    }

    .hero-4-images .col-lg,.hero-4-images .col-lg-4 {
        padding: 0 8px
    }

    #img-4-1 {
        margin-bottom: 16px
    }

    #img-4-2 {
        margin-top: 0;
        margin-bottom: 0
    }

    #img-4-4 {
        margin-top: -60px
    }

    .hero-7-img {
        margin-left: -20px
    }

    .hero-7-img img {
        width: 150%;
        position: relative;
        max-width: none;
        display: inline-block
    }

    .hero-8-img {
        position: relative;
        left: -75%
    }

    .hero-8-img img {
        width: 175%;
        position: relative;
        max-width: none;
        display: inline-block
    }

    .hero-21-img {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .hero-16-img {
        margin-left: -80%;
        margin-right: 0
    }

    .hero-16-img img {
        width: 100%;
        position: relative;
        max-width: none;
        display: inline-block
    }

    .hero-30-img img {
        width: auto;
        max-width: inherit;
        max-height: 160px
    }

    #about-5,#about-6 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    #about-7 .col-md-6 {
        padding-left: 8px;
        padding-right: 8px
    }

    .abox-1 {
        text-align: center
    }

    #ab-1-1 {
        margin-bottom: 30px
    }

    .abox-7-txt {
        padding: 120px 25px 20px
    }

    .abox-7-txt.mb-30 {
        margin-bottom: 16px
    }

    .about-5-txt {
        padding: 0
    }

    .about-6-txt {
        padding: 0;
        margin-bottom: 0
    }

    .about-4-txt h2 {
        margin-bottom: 15px
    }

    .about-5-txt h2,.about-5-txt h3,.about-6-txt h2,.about-6-txt h3 {
        margin-bottom: 20px
    }

    .about-4-txt .btn,.about-5-txt .btn.mt-20 {
        margin-top: 10px
    }

    .about-4-img {
        margin: 0 0 40px
    }

    .about-5-img,.about-6-img {
        display: block;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: auto!important;
        height: 350px;
        margin: 40px 35px 40px
    }

    #features-9 {
        padding-bottom: 55px
    }

    #features-11 {
        padding-bottom: 40px
    }

    #features-12.tra-bkg {
        padding-top: 60px;
        padding-bottom: 20px
    }

    #features-12.tra-bkg:after {
        width: 80%;
        left: 20%
    }

    .features-13-title {
        padding-top: 80px
    }

    .features-13-title.mb-80,.features-7-title.mb-80 {
        margin-bottom: 50px
    }

    .fbox-9-wrapper {
        padding: 0 5%;
        margin-top: 50px
    }

    .fbox-11-wrapper {
        padding: 0
    }

    .fbox-10-wrapper .col-md-4 {
        padding-left: 7px;
        padding-right: 7px
    }

    #fb-10-1 {
        margin-top: 100px
    }

    #fb-10-2 {
        margin-top: 50px
    }

    .fbox-12-wrapper .col-md-4 {
        padding-left: 8px;
        padding-right: 8px
    }

    .fbox-1 {
        padding: 45px 25px
    }

    .fbox-2 {
        text-align: center;
        padding: 0 3%
    }

    .fbox-3 {
        text-align: center;
        padding: 0 4%
    }

    .fbox-4 {
        text-align: center;
        padding: 40px 30px
    }

    .fbox-5 {
        text-align: center;
        padding: 45px 35px
    }

    .fbox-6 {
        padding: 50px 25px
    }

    .fbox-8 {
        padding: 30px 40px
    }

    .fbox-9.mb-40 {
        margin-bottom: 25px
    }

    .fbox-11 {
        text-align: center
    }

    #fb-13-1,#fb-13-2 {
        margin-bottom: 30px
    }

    .fbox-txt {
        padding-left: 0
    }

    .fbox-ico {
        float: none;
        margin-bottom: 25px
    }

    .fbox-10 p {
        font-size: 1rem
    }

    .service-txt.mb-70 {
        margin-bottom: 40px
    }

    .service-txt.mt-30 {
        margin-top: 0
    }

    .service-txt h5.h5-sm,.service-txt h5.h5-xs {
        margin-top: 25px;
        margin-bottom: 20px
    }

    #content-12 {
        margin-bottom: 50px
    }

    #content-9 .txt-block {
        text-align: center;
        padding: 0 5%;
        margin-bottom: 40px
    }

    #content-10:after {
        width: 30%;
        height: 90%;
        top: 5%;
        left: 0
    }

    #content-12 .txt-block {
        margin-bottom: 40px
    }

    .content-12-txt {
        width: 55%;
        left: 2%;
        padding: 40px 30px
    }

    .content-12-txt h4 {
        margin-bottom: 15px
    }

    .content-section .img-block.left-column {
        position: relative;
        left: -60%
    }

    .content-section .img-block img {
        display: inline-block;
        max-width: none;
        width: 160%
    }

    #content-12.content-section .img-block img,#content-9.content-section .img-block img {
        max-width: 100%;
        width: 100%
    }

    .content-12-txt {
        bottom: -50px
    }

    #content-7 .txt-block {
        margin-bottom: 40px
    }

    .content-7-img {
        left: -220%;
        margin-bottom: -30px
    }

    #promo-1 .col-md-4 {
        padding-left: 8px;
        padding-right: 8px
    }

    #cards-3 {
        padding-bottom: 50px
    }

    .cards-1-wrapper .col-lg-3,.cards-3-wrapper .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .card-2 {
        margin: 0 10px 30px
    }

    .card-3 {
        padding: 50px 15px;
        margin-bottom: 30px
    }

    .cars-tags {
        font-size: 1rem
    }

    .card-2-txt .card-price {
        font-size: 1.175rem
    }

    .card-3 h6 {
        font-size: 1.25rem;
        margin-top: 25px;
        margin-bottom: 8px
    }

    .card-3 p {
        font-size: 1rem
    }

    #gallery-1.bg-50:after {
        width: 70%;
        height: 100%;
        left: 15%
    }

    #gallery-3 .gallery-items-list {
        padding: 0
    }

    .gallery-5-wrapper .col,.gallery-5-wrapper .col-md-5 {
        padding-left: 6px;
        padding-right: 6px
    }

    #gallery-6 .gallery-image {
        margin: 0 0 50px
    }

    .masonry-filter button {
        font-size: .925rem;
        margin: 0 10px;
        padding: .5rem .1rem
    }

    .masonry-wrap .masonry-image {
        width: 33.3333%
    }

    #gallery-3 .masonry-wrap .masonry-image {
        width: 50%
    }

    .project-meta {
        font-size: .95rem
    }

    #gallery-4 .gallery-image:hover .project-meta-txt {
        left: 25px
    }

    #gallery-4 .gallery-image:hover .project-link {
        right: 25px
    }

    .project-title {
        margin-bottom: 25px
    }

    .project-title p {
        margin-bottom: 25px
    }

    .project-text h5.h5-sm,.project-text h5.h5-xs {
        margin-top: 25px;
        margin-bottom: 20px
    }

    .project-text {
        margin-bottom: 50px
    }

    .project-txt-description.mt-30 {
        margin-top: 10px
    }

    .project-details {
        padding-top: 50px
    }

    #project-details-1 .project-share {
        margin-top: 40px
    }

    .project-gallery {
        margin: 45px 0 20px
    }

    .project-gallery .col-lg-3 {
        padding: 0 15px
    }

    .project-info p span {
        right: 0;
        bottom: 16px
    }

    .project-2-description .project-info p span {
        right: 0;
        bottom: 8px
    }

    #video-1 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    #video-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    #team-2 .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .tm-meta h5.fraunces-font {
        font-size: 1.5rem
    }

    .tm-meta h6.fraunces-font {
        font-size: 1.3rem
    }

    .pricing-1-wrapper {
        padding: 0
    }

    #pt-2-1,#pt-2-2 {
        padding: 0 15px
    }

    #pricing-4 .col-md-4,#pricing-5 .col-md-4 {
        padding-left: 8px;
        padding-right: 8px
    }

    .pricing-1-table {
        padding: 50px 20px
    }

    .pricing-1-table.highlight {
        padding: 80px 20px
    }

    .pricing-2-table {
        padding: 50px 20px
    }

    .pricing-4-table,.pricing-5-table {
        padding: 50px 20px
    }

    .pricing-1-table span.price,.pricing-2-table span.price,.pricing-4-table span.price,.pricing-5-table span.price {
        font-size: 60px
    }

    .pricing-1-table sup,.pricing-2-table sup,.pricing-4-table sup,.pricing-5-table sup {
        font-size: 30px;
        font-weight: 700;
        top: -17px;
        right: 3px
    }

    .pricing-2-table sup,.pricing-4-table sup,.pricing-5-table sup {
        font-size: 30px
    }

    .pricing-2-table sup.pricing-coins,.pricing-5-table sup.pricing-coins {
        font-size: 30px;
        top: -25px
    }

    .pricing-table-badge {
        top: 25px;
        right: 30px;
        font-size: .85rem
    }

    ul.features {
        font-size: 1.025rem
    }

    #pricing-2 .txt-block {
        margin-top: 0;
        margin-bottom: 40px
    }

    .pricing-list li:last-child.resp-lst {
        border-bottom: 1px dashed #5f5842
    }

    #reviews-1 {
        padding-bottom: 64px
    }

    #reviews-1 .col-md-6 {
        padding-left: 8px;
        padding-right: 8px
    }

    #rv-1-1 {
        margin-left: 0;
        margin-right: 0
    }

    #rv-1-2,#rv-1-3 {
        margin-right: 0
    }

    .review-1 {
        padding: 35px 10px;
        margin-bottom: 16px
    }

    .reviews-1-title {
        margin-top: 35px;
        padding-left: 30px;
        padding-right: 0
    }

    .reviews-1-title p {
        margin-bottom: 40px
    }

    .reviews-4-txt h3 {
        font-size: 1.95rem;
        margin-bottom: 30px
    }

    .review-1-brand img {
        max-height: 80px;
        padding-left: 10px
    }

    #brands-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .brands-section h4 {
        padding: 0 15%;
        margin-bottom: 40px
    }

    #brands-2 .brand-logo {
        padding: 0 8px
    }

    #brands-3 {
        padding-bottom: 64px
    }

    #brands-3 .col-lg-3 {
        padding-left: 8px;
        padding-right: 8px
    }

    #brands-3 .brand-logo {
        margin-bottom: 16px
    }

    #statistic-1,#statistic-3,#statistic-4 {
        padding-top: 50px;
        padding-bottom: 10px
    }

    #statistic-1.bg-image {
        padding-top: 80px;
        padding-bottom: 40px
    }

    #statistic-5 .col-md-6 {
        padding-left: 15px;
        padding-right: 15px
    }

    .statistic-5-wrapper {
        padding-left: 0
    }

    #statistic-5 .txt-block {
        margin-bottom: 40px
    }

    #statistic-3 .statistic-block {
        padding-left: 0
    }

    #statistic-3 .statistic-block-txt,#statistic-5 .statistic-block-txt {
        text-align: center;
        padding-left: 0
    }

    #statistic-3 .statistic-block-txt h4 {
        font-size: 2.3rem
    }

    #st-5-1,#st-5-2 {
        margin-bottom: 30px
    }

    #statistic-5 .statistic-block.statistic-block-featured {
        position: relative;
        padding: 35px 30px;
        top: 0;
        left: 0;
        right: 0
    }

    #statistic-5 .statistic-block-txt h3,#statistic-5 .statistic-block-txt h4 {
        font-size: 2.3rem
    }

    .s-icon {
        float: none;
        margin-bottom: 15px
    }

    .s-icon.ico-60 [class*=flaticon-]:after,.s-icon.ico-60 [class*=flaticon-]:before,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:after,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:before {
        font-size: 3.5rem
    }

    .statistic-ico.ico-60 [class*=flaticon-]:after,.statistic-ico.ico-60 [class*=flaticon-]:before,.statistic-ico.ico-75 [class*=flaticon-]:after,.statistic-ico.ico-75 [class*=flaticon-]:before {
        font-size: 3.75rem
    }

    #cta-2,#cta-3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #cta-4 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    #cta-5 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .cta-3-wrapper {
        text-align: center;
        padding: 35px 35px;
        margin: 0 5%
    }

    .cta-3-btns.text-right {
        text-align: center!important
    }

    .cta-1-btn.text-right,.cta-1-txt {
        text-align: center!important
    }

    .cta-5-txt {
        padding: 0 17%;
        margin-bottom: 25px
    }

    .cta-3-txt h4 {
        font-size: 1.8rem;
        margin-bottom: 20px
    }

    .cta-1-txt p {
        padding: 0 8%;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .cta-2-txt p {
        padding: 0 10%;
        margin-top: 20px;
        margin-bottom: 25px
    }

    .bg-image .cta-2-txt p {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 25px
    }

    .cta-6-txt {
        text-align: center;
        margin-bottom: 30px
    }

    .cta-6-txt h3 {
        padding: 0 10%
    }

    .cta-6-txt p {
        padding: 0 8%
    }

    .cta-6-btn {
        text-align: center!important;
        border-left: none;
        padding: 0;
        margin-bottom: 20px
    }

    .cta-6-btn .btn {
        margin: 0 10px 20px
    }

    #banner-1 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    #banner-3 {
        padding-top: 70px;
        padding-bottom: 80px
    }

    .banner-3-txt {
        padding: 0 8%
    }

    .banner-1-txt h2 {
        padding: 0;
        margin-bottom: 20px
    }

    .banner-2-txt h2 {
        font-size: 3.25rem;
        margin-bottom: 20px
    }

    .banner-3-txt h5,.banner-3-txt h6 {
        margin-bottom: 25px
    }

    .banner-3-txt h2 {
        margin-bottom: 35px
    }

    .banner-1-txt p {
        padding: 0 3%;
        margin-bottom: 35px
    }

    .banner-2-txt p {
        padding: 0 5%;
        margin-bottom: 30px
    }

    .download-logo {
        margin-bottom: 25px
    }

    .download-logo img {
        max-height: 85px
    }

    #download-2 .img-block.left-column {
        position: relative;
        left: -70%
    }

    #download-2 .img-block img {
        display: inline-block;
        max-width: none;
        width: 170%
    }

    .download-1-txt p.p-lg {
        padding-right: 0;
        margin-bottom: 25px
    }

    #download-2 .txt-block .stores-badge {
        margin-top: 10px
    }

    #accordion {
        padding: 0
    }

    .faqs-contacts-wrapper {
        margin: 35px 0 0
    }

    .faqs-contacts {
        padding: 40px 35px
    }

    .more-questions {
        padding: 40px 70px;
        margin: 40px 0 0
    }

    .more-questions-txt {
        text-align: center;
        margin-bottom: 15px
    }

    .more-questions-title p {
        padding: 0 10%
    }

    .more-questions .col-lg-3.text-right {
        text-align: center!important
    }

    #newsletter-1 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    #newsletter-1 .section-title.mb-40 {
        margin-bottom: 30px
    }

    #newsletter-1 .section-title p {
        padding: 0 10%
    }

    .newsletter-txt {
        padding: 0 4%
    }

    .newsletter-section .btn,.newsletter-section .form-control {
        height: 54px;
        font-size: 18px
    }

    #bp-1-3,#bp-2-3,#bp-3-3 {
        display: none
    }

    #blog-listing-1 .blog-post-txt {
        padding: 0 0 0 10px
    }

    #sidebar {
        margin-top: 50px
    }

    .sidebar-div h6 {
        font-size: 1.25rem
    }

    ul.blog-category-list>li p {
        font-size: 1.025rem
    }

    .badge {
        font-size: .9rem;
        padding: 6px 10px;
        margin-right: 3px;
        margin-bottom: 10px
    }

    .badge a {
        font-size: .9rem
    }

    .post-inner-img {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .quote {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .quote p {
        font-size: 1.175rem!important
    }

    .blog-page-section .m-row {
        display: flex;
        flex-flow: wrap
    }

    .blog-page-section .m-bottom,.blog-page-section .m-top {
        width: 100%
    }

    .blog-page-section .m-bottom {
        order: 1
    }

    .blog-page-section .m-top {
        order: 0
    }

    .popular-posts.mb-80 {
        margin-bottom: 50px
    }

    .popular-posts .popular-post {
        margin-bottom: 30px
    }

    #contacts-2 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .contact-2-box {
        padding-left: 0;
        margin-bottom: 25px
    }

    .contact-3-box {
        padding-left: 20px;
        margin-bottom: 30px
    }

    .contact-box-txt {
        text-align: center;
        padding-left: 0
    }

    .contact-box-txt p {
        font-size: 1rem;
        margin-bottom: 5px
    }

    .contact-box-ico {
        float: none;
        margin-bottom: 20px
    }

    .google-map {
        padding: 0 0 50%
    }

    .footer-info {
        padding-right: 5%
    }

    #footer-6 .footer-socials-links {
        padding-left: 25%
    }

    .footer h6.fraunces-font {
        font-size: 1.25rem
    }

    #footer-6 .footer-socials-links p,.footer a,.footer p {
        font-size: 1.025rem
    }

    .footer-img img.insta-img {
        width: 85px;
        height: 85px;
        margin: 5px
    }

    .footer-tags-list li {
        margin: 8px 2px
    }

    .foo-tag {
        padding: 5px 9px
    }

    #footer-5 .footer-store-badges {
        text-align: left!important;
        margin-bottom: 25px
    }

    .footer-store-badges .store {
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        margin-bottom: 0
    }

    .footer-store-badges .store img {
        display: block
    }

    .bottom-footer-list.text-right {
        text-align: left!important;
        margin-top: 10px
    }

    .page-hero-section {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 80px
    }

    #breadcrumb {
        margin-bottom: 18px
    }

    .breadcrumb-item a,.breadcrumb-item.active {
        font-size: .9rem
    }

    .page-pagination {
        padding-bottom: 80px
    }

    .blog-page-pagination {
        margin-top: 80px;
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .mt-100 {
        margin-top:80px
    }

    .mb-100 {
        margin-bottom: 80px
    }

    .wide-100 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .wide-90 {
        padding-top: 80px;
        padding-bottom: 70px
    }

    .wide-80 {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .wide-70 {
        padding-top: 80px;
        padding-bottom: 50px
    }

    .wide-60 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .wide-50 {
        padding-top: 80px;
        padding-bottom: 30px
    }

    .wide-40 {
        padding-top: 80px;
        padding-bottom: 20px
    }

    .wide-30 {
        padding-top: 80px;
        padding-bottom: 10px
    }

    .wide-20 {
        padding-top: 80px;
        padding-bottom: 0
    }

    .pt-100 {
        padding-top: 80px
    }

    .pb-100 {
        padding-bottom: 80px
    }

    .pt-80 {
        padding-top: 60px
    }

    .pb-80 {
        padding-bottom: 60px
    }

    .pt-60 {
        padding-top: 40px
    }

    .pb-60 {
        padding-bottom: 40px
    }

    .pb-50 {
        padding-bottom: 30px
    }

    .pl-10,.pl-15,.pl-20,.pl-25,.pl-30,.pl-35,.pl-40,.pl-45,.pl-5 {
        padding-left: 0
    }

    .pr-10,.pr-15,.pr-20,.pr-25,.pr-30,.pr-35,.pr-40,.pr-45,.pr-5 {
        padding-right: 0
    }

    .pc-10,.pc-15,.pc-20,.pc-25,.pc-30,.pc-35,.pc-40,.pc-45,.pc-50,.pc-55,.pc-60 {
        padding-left: 0;
        padding-right: 0
    }

    .bg-01,.bg-02,.bg-03,.bg-04,.bg-05,.bg-06,.bg-07,.bg-08,.bg-09,.bg-10,.bg-scroll,.bg-tra-map,.pattern-01,.pattern-02 {
        background-attachment: scroll!important
    }

    .wsmenu>.wsmenu-list {
        width: 270px;
        margin-right: -300px
    }

    .wsactive .wsmobileheader {
        margin-right: 270px
    }

    .overlapblackbg {
        width: calc(100% - 270px)
    }

    .headtoppart {
        display: none
    }

    .wsmobileheader {
        height: 90px;
        box-shadow: 0 0 2px rgba(50,50,50,.4)
    }

    .tra-menu .wsmobileheader,.white-menu .wsmobileheader {
        background-color: #fff
    }

    .dark-menu .wsmobileheader {
        background-color: #222227
    }

    .wsanimated-arrow {
        padding: 14px 28px 14px 0;
        margin: 44px 18px 0 0
    }

    .wsanimated-arrow span:before {
        top: -8px;
        width: 26px
    }

    .wsanimated-arrow span:after {
        bottom: -8px;
        width: 20px
    }

    .dark-menu .wsanimated-arrow span,.dark-menu .wsanimated-arrow span:after,.dark-menu .wsanimated-arrow span:before {
        background: #eee
    }

    .wsactive .wsanimated-arrow span:before,.wsactive .wsanimated-arrow.active span:after {
        width: 28px;
        top: 0
    }

    .wsactive .wsanimated-arrow span:after {
        width: 28px;
        top: 0
    }

    .wsactive .wsanimated-arrow span {
        background: 0 0
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        height: 64px
    }

    .wsmenu>.wsmenu-list>li>a {
        font-size: 18px;
        padding: 7px 32px 6px 20px;
        margin: 0
    }

    .dark-menu .wsmenu>.wsmenu-list>li>a,.tra-menu .wsmenu>.wsmenu-list>li>a {
        color: #666
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        margin: 23px 18px 0 0
    }

    .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
        transform: rotate(-45deg);
        margin-top: 28px
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        height: 10px;
        width: 10px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:before,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:before,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:before {
        font-size: 1.05rem;
        left: 5px;
        top: 14px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover:before,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:hover:before,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover:before {
        left: 17px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
        width: 100%
    }

    .wsmegamenu .col-lg-3,.wsmegamenu .col-lg-4,.wsmegamenu .col-lg-5 {
        padding-right: 5px;
        padding-left: 5px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
        color: #9099a4;
        font-size: 17px;
        padding: 12px 0
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
        background-color: transparent;
        padding: 12px 0 12px 8px;
        text-decoration: none
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li>a {
        padding: 0 0 12px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
        padding: 12px 0 12px 4px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li a:hover {
        padding: 0 0 12px 4px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .title p {
        display: block;
        font-size: 20px;
        margin: 10px 0 5px 20px
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
        font-size: 20px;
        padding: 0
    }

    .wsmenu>.wsmenu-list>li.header-phone>a {
        font-size: 19px;
        padding: 7px 32px 6px 15px;
        margin: 0
    }

    .wsmenu>.wsmenu-list>li.header-phone>a span {
        width: 24px;
        height: 24px;
        line-height: 25px;
        top: 3px
    }

    .wsmenu>.wsmenu-list>li a.btn {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
        font-weight: 500;
        padding: 0 17px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .header-socials {
        margin-top: 30px
    }

    .white-color.header-socials span {
        color: #444!important
    }

    .header-socials a {
        line-height: 90px!important;
        margin-left: 25px
    }

    .header-socials.ico-20 [class*=flaticon-]:after,.header-socials.ico-20 [class*=flaticon-]:before {
        font-size: 1.5rem
    }

    .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
        background-color: #eee;
        border-color: #eee;
        color: #666
    }

    .wsmobileheader .smllogo {
        display: block;
        margin-top: 35px;
        padding-left: 18px
    }

    .smllogo img {
        width: auto;
        max-width: inherit;
        max-height: 46px
    }

    .hero-section {
        margin-top: 80px
    }

    #hero-29.hero-section {
        margin-top: 0
    }

    #hero-8 .container {
        overflow: visible
    }

    #hero-10,#hero-13,#hero-15,#hero-2,#hero-21,#hero-26,#hero-4,#hero-9 {
        padding-top: 80px
    }

    #hero-3 {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 50px
    }

    #hero-5 {
        text-align: center;
        background-position: left center;
        padding-top: 80px;
        padding-bottom: 80px
    }

    #hero-6 {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 100px
    }

    #hero-11,#hero-28,#hero-7,#hero-8 {
        text-align: center;
        padding-top: 80px
    }

    #hero-14 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    #hero-16 {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 150px
    }

    #hero-17 {
        padding-top: 80px;
        padding-bottom: 0;
        margin-bottom: 0
    }

    #hero-18 {
        text-align: center;
        padding-top: 90px;
        padding-bottom: 80px
    }

    #hero-19,#hero-24 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    #hero-22 {
        padding-top: 90px;
        padding-bottom: 100px;
        background-position: left center
    }

    #hero-23 {
        text-align: center;
        background-position: right center;
        padding-top: 80px
    }

    #hero-27 {
        text-align: center;
        background-position: left center;
        padding-top: 80px;
        padding-bottom: 0;
        margin-bottom: 0
    }

    #hero-30 {
        padding-top: 90px;
        padding-bottom: 80px
    }

    .hero-2-txt {
        margin-bottom: 50px
    }

    #hero-25 .caption-txt,.hero-6-txt,.hero-8-txt {
        margin-top: 0
    }

    .hero-7-txt {
        padding-left: 0
    }

    .hero-10-txt {
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px
    }

    .hero-14-txt,.hero-26-txt {
        text-align: center
    }

    .hero-15-txt {
        padding-top: 0
    }

    .hero-15-title {
        margin-bottom: 30px
    }

    .hero-16-txt {
        margin-top: 0;
        margin-bottom: 40px
    }

    .hero-23-txt {
        margin-top: 0
    }

    .hero-26-txt {
        text-align: center;
        margin-bottom: 40px
    }

    .hero-4-title h2 {
        margin-bottom: 20px
    }

    #hero-17 #hb-1-2 {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: none;
        border-bottom: none
    }

    #img-2-4,#img-2-5 {
        margin-bottom: 30px
    }

    .hero-4-images {
        margin-top: 50px
    }

    .hero-4-images .col-lg,.hero-4-images .col-lg-4 {
        padding: 0 16px
    }

    #img-4-1,#img-4-3 {
        margin-bottom: 16px
    }

    #img-4-2 {
        margin-top: 0;
        margin-bottom: 16px
    }

    .hero-10-img {
        display: block;
        padding: 0
    }

    .hero-10-img img {
        max-width: 100%
    }

    .hero-16-img {
        margin: 0 0 40px
    }

    #about-5,#about-6 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .about-2-txt.top-box {
        margin-bottom: 0
    }

    .about-5-txt {
        padding: 0
    }

    .about-6-txt {
        padding: 0;
        margin-bottom: 0
    }

    .abox-7-txt {
        padding: 110px 25px 20px
    }

    #ab-2-3 {
        margin-bottom: 30px
    }

    .abox-7-txt h4 {
        margin-bottom: 5px
    }

    .about-4-txt h2 {
        margin-bottom: 15px
    }

    .about-5-txt h2,.about-5-txt h3,.about-6-txt h2,.about-6-txt h3 {
        margin-bottom: 20px
    }

    .about-4-txt .btn,.about-5-txt .btn.mt-20 {
        margin-top: 10px
    }

    .about-4-img {
        margin-bottom: 40px
    }

    .about-5-img,.about-6-img {
        display: block;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: auto!important;
        height: 300px;
        margin: 40px 35px 40px
    }

    #features-11 {
        padding-bottom: 40px
    }

    #features-12.tra-bkg {
        padding-top: 60px;
        padding-bottom: 20px
    }

    #features-12.tra-bkg:after {
        width: 85%;
        left: 15%
    }

    .features-13-title {
        padding-top: 80px
    }

    .fbox-13-wrapper .col-md-6 {
        padding-left: 15px;
        padding-right: 15px
    }

    .features-13-title.mb-80,.features-7-title.mb-80 {
        margin-bottom: 50px
    }

    .features-13-txt.pc-15,.features-7-txt.pc-15 {
        margin-bottom: 25px
    }

    .fbox-4-wrapper .col-md-6 {
        border-right: none!important
    }

    .fbox-4-wrapper .col-md-6.b-right {
        border-bottom: 1px solid #ddd!important
    }

    .fbox-11,.fbox-2,.fbox-3,.fbox-4,.fbox-5 {
        text-align: center
    }

    #fb-12-2,#fb-12-3 {
        margin-top: 0
    }

    #fb-13-1,#fb-13-2,.fbox-13 {
        margin-bottom: 30px
    }

    .fbox-13-txt {
        padding: 100px 35px 50px
    }

    .fbox-txt {
        padding-left: 0
    }

    .fbox-ico {
        float: none;
        margin-bottom: 25px
    }

    .fbox-11 .ico-45 [class*=flaticon-]:after,.fbox-11 .ico-45 [class*=flaticon-]:before,.fbox-6-ico.ico-50 [class*=flaticon-]:after,.fbox-6-ico.ico-50 [class*=flaticon-]:before,.fbox-6-ico.ico-55 [class*=flaticon-]:after,.fbox-6-ico.ico-55 [class*=flaticon-]:before,.fbox-6-ico.ico-60 [class*=flaticon-]:after,.fbox-6-ico.ico-60 [class*=flaticon-]:before {
        font-size: 4rem
    }

    .service-txt.mb-70 {
        margin-bottom: 40px
    }

    .service-txt.mt-30 {
        margin-top: 0
    }

    .service-txt h5.h5-sm,.service-txt h5.h5-xs {
        margin-top: 25px;
        margin-bottom: 20px
    }

    #content-7 {
        padding-bottom: 40px
    }

    #content-8 .section-title h3 {
        padding: 0
    }

    #content-10:after {
        width: 100%;
        height: 50%;
        top: 46%;
        left: 0
    }

    #content-9 .txt-block {
        text-align: center;
        margin-bottom: 40px
    }

    #content-10 .txt-block,#content-7 .txt-block {
        margin-bottom: 40px
    }

    .content-12-txt {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 60px 50px
    }

    .content-7-img {
        left: 0;
        margin-bottom: 40px
    }

    .content-6-img img,.content-7-img img,.content-8-img img {
        max-width: 100%;
        display: inline-block
    }

    #cards-3 {
        padding-bottom: 50px
    }

    .cards-1-wrapper .col-lg-3,.cards-3-wrapper .col-lg-3,.cards-3-wrapper .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px
    }

    .card-3 {
        margin-bottom: 30px
    }

    #img-5-1,#img-5-2,#img-5-3 {
        padding: 0 45px
    }

    #img-5-1,#img-5-2 {
        margin-bottom: 30px
    }

    #gallery-6 .gallery-image {
        margin: 0 0 50px
    }

    #gallery-4 .gallery-image:hover .project-meta-txt {
        left: 25px
    }

    #gallery-4 .gallery-image:hover .project-link {
        right: 25px
    }

    .project-title {
        margin-bottom: 25px
    }

    .project-title p {
        margin-bottom: 25px
    }

    .project-text h5.h5-sm,.project-text h5.h5-xs {
        margin-top: 25px;
        margin-bottom: 20px
    }

    .project-text {
        margin-bottom: 50px
    }

    .project-txt-description.mt-30 {
        margin-top: 10px
    }

    .project-details {
        padding-top: 50px
    }

    #project-details-1 .project-share {
        margin-top: 40px
    }

    .project-gallery {
        margin: 45px 0 20px
    }

    .project-gallery .col-lg-3 {
        padding: 0 15px
    }

    .pricing-1-wrapper {
        padding: 0
    }

    .pricing-1-wrapper .col-md-4 {
        padding: 0 15px
    }

    #pt-2-1,#pt-2-2 {
        padding: 0 15px
    }

    #pt-1-1 {
        position: relative;
        z-index: 8;
        margin-right: 0
    }

    #pt-1-3 {
        position: relative;
        z-index: 8;
        margin-left: 0
    }

    #pricing-2 .txt-block {
        margin-top: 0;
        margin-bottom: 40px
    }

    .pricing-list li:last-child.resp-lst {
        border-bottom: 1px dashed #5f5842
    }

    #rv-1-1 {
        margin-left: 0;
        margin-right: 0
    }

    #rv-1-2,#rv-1-3 {
        margin-right: 0
    }

    .review-1 {
        padding: 45px 15px
    }

    .reviews-1-title {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .reviews-1-title p {
        margin-bottom: 40px
    }

    .review-1-txt {
        padding: 0 15px;
        margin-top: 10px
    }

    #statistic-1.bg-image {
        padding-top: 80px;
        padding-bottom: 40px
    }

    #statistic-3 .statistic-block {
        padding-left: 0
    }

    #statistic-5 .col-md-6 {
        padding-left: 15px;
        padding-right: 15px
    }

    .statistic-5-wrapper {
        padding-left: 0
    }

    #statistic-5 .txt-block {
        margin-bottom: 40px
    }

    #statistic-3 .statistic-block-txt,#statistic-5 .statistic-block-txt {
        text-align: center;
        padding-left: 0
    }

    #st-5-1,#st-5-2,#st-5-3 {
        margin-bottom: 30px
    }

    #statistic-5 .statistic-block.statistic-block-featured {
        position: relative;
        padding: 35px 30px;
        top: 0;
        left: 0;
        right: 0
    }

    .s-icon {
        float: none;
        margin-bottom: 15px
    }

    .s-icon.ico-60 [class*=flaticon-]:after,.s-icon.ico-60 [class*=flaticon-]:before {
        font-size: 3.5rem
    }

    .statistic-ico.ico-60 [class*=flaticon-]:after,.statistic-ico.ico-60 [class*=flaticon-]:before,.statistic-ico.ico-75 [class*=flaticon-]:after,.statistic-ico.ico-75 [class*=flaticon-]:before {
        font-size: 3.75rem
    }

    #cta-2,#cta-3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #cta-4 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    #cta-5 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px
    }

    #cta-6 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .cta-3-wrapper {
        text-align: center
    }

    .cta-3-btns.text-right {
        text-align: center!important
    }

    .cta-1-btn.text-right,.cta-1-txt {
        text-align: center!important
    }

    .cta-5-txt {
        margin-bottom: 25px
    }

    .cta-6-txt {
        text-align: center;
        margin-bottom: 30px
    }

    .cta-6-btn {
        text-align: center!important;
        border-left: none;
        padding: 0;
        margin-bottom: 20px
    }

    .cta-4-txt h4 {
        position: relative;
        display: block;
        float: none;
        top: 4px;
        margin-right: 0;
        margin-bottom: 25px
    }

    #banner-3 {
        padding-top: 70px;
        padding-bottom: 80px
    }

    .banner-3-txt h5,.banner-3-txt h6 {
        margin-bottom: 25px
    }

    .banner-3-txt h2 {
        margin-bottom: 35px
    }

    #accordion {
        padding: 0
    }

    .more-questions .col-lg-3.text-right {
        text-align: center!important
    }

    #newsletter-1 {
        padding-top: 70px;
        padding-bottom: 50px
    }

    #newsletter-1 .section-title.mb-40 {
        margin-bottom: 30px
    }

    .newsletter-section .btn,.newsletter-section .form-control {
        height: 54px;
        font-size: 18px
    }

    .popular-posts.mb-80 {
        margin-bottom: 50px
    }

    .popular-posts .popular-post {
        margin-bottom: 30px
    }

    #blog-listing-1 .blog-post-txt {
        padding: 35px 0 0
    }

    #sidebar {
        margin-top: 50px
    }

    .single-post-wrapper {
        margin-bottom: 40px
    }

    .single-post-txt h5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .post-inner-img {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .blog-post-img.top-img {
        margin-bottom: 40px
    }

    .post-share-links {
        margin-top: 60px
    }

    .post-share-list.text-right {
        text-align: left!important;
        margin-top: 35px;
        margin-left: 8px
    }

    .post-share-links .share-social-icons a.share-ico i {
        width: 33px;
        height: 33px;
        font-size: 25px;
        margin-right: 6px
    }

    .other-posts {
        margin: 70px 0;
        padding: 60px 0 30px
    }

    .prev-post.pr-45 {
        padding-right: 0;
        text-align: center
    }

    .next-post.pl-45 {
        padding-left: 0;
        text-align: center
    }

    .contact-box-txt {
        text-align: center;
        padding-left: 0
    }

    .contact-box-ico {
        float: none;
        margin-top: 0;
        margin-bottom: 20px
    }

    .bottom-footer-list.text-right {
        text-align: left!important;
        margin-top: 10px
    }

    .page-hero-section {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 90px
    }

    .page-pagination {
        padding-bottom: 80px
    }
}

@media (min-width: 480px) and (max-width:767.95px) {
    .m-row {
        display:flex;
        flex-flow: wrap
    }

    .m-bottom,.m-top {
        width: 100%
    }

    .m-bottom {
        order: 1
    }

    .m-top {
        order: 0
    }

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

    h6.h6-sm {
        font-size: 1.05rem
    }

    h6.h6-md {
        font-size: 1.1rem
    }

    h6.h6-lg {
        font-size: 1.15rem
    }

    h6.h6-xl {
        font-size: 1.2rem
    }

    h5.h5-xs {
        font-size: 1.2rem
    }

    h5.h5-sm {
        font-size: 1.25rem
    }

    h5.h5-md {
        font-size: 1.3rem
    }

    h5.h5-lg {
        font-size: 1.35rem
    }

    h5.h5-xl {
        font-size: 1.4rem
    }

    h4.h4-xs {
        font-size: 1.4rem
    }

    h4.h4-sm {
        font-size: 1.5rem
    }

    h4.h4-md {
        font-size: 1.65rem
    }

    h4.h4-lg {
        font-size: 1.7rem
    }

    h4.h4-xl {
        font-size: 1.8rem
    }

    h3.h3-xs {
        font-size: 1.9rem
    }

    h3.h3-sm {
        font-size: 1.95rem
    }

    h3.h3-md {
        font-size: 2rem
    }

    h3.h3-lg {
        font-size: 2.05rem
    }

    h3.h3-xl {
        font-size: 2.1rem
    }

    h2.h2-xs {
        font-size: 2.15rem
    }

    h2.h2-sm {
        font-size: 2.25rem
    }

    h2.h2-md {
        font-size: 2.35rem
    }

    h2.h2-lg {
        font-size: 2.45rem
    }

    h2.h2-xl {
        font-size: 2.55rem
    }

    h2.h2-title-xs {
        font-size: 2.9rem
    }

    h2.h2-title-sm {
        font-size: 3.125rem
    }

    h2.h2-title-md {
        font-size: 3.35rem
    }

    h2.h2-title-lg {
        font-size: 3.575rem
    }

    h2.h2-title-xl {
        font-size: 3.8rem
    }

    p.p-sm {
        font-size: 1rem
    }

    p {
        font-size: 1.0625rem
    }

    p.p-md {
        font-size: 1.093rem
    }

    p.p-lg {
        font-size: 1.1rem
    }

    p.p-xl {
        font-size: 1.15625rem
    }

    .btn,.btn.btn-lg,.btn.btn-md {
        font-size: 17px
    }

    .btn.btn-sm {
        font-size: 16px;
        padding: 12px 24px
    }

    .btn.btn-lg,.btn.btn-md {
        padding: 13px 30px
    }

    .btn.btn-tra.btn-lg,.btn.btn-tra.btn-md {
        padding: 13px 24px
    }

    #clock .cbox-1 {
        padding: 0 25px
    }

    #clock span.cbox-1-digit {
        font-size: 3.25rem
    }

    .ico-60 [class*=flaticon-]:after,.ico-60 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-65 [class*=flaticon-]:after,.ico-65 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-70 [class*=flaticon-]:after,.ico-70 [class*=flaticon-]:before {
        font-size: 4.6875rem
    }

    .ico-75 [class*=flaticon-]:after,.ico-75 [class*=flaticon-]:before {
        font-size: 5rem
    }

    .section-id {
        font-size: .975rem;
        margin-bottom: 10px
    }

    #reviews-4 .section-id {
        margin-bottom: 30px
    }

    #brands-3 .section-title p.p-xl {
        padding: 0
    }

    .section-title.mb-50 {
        margin-bottom: 35px
    }

    .section-title.mb-60 {
        margin-bottom: 45px
    }

    .section-title.mb-70 {
        margin-bottom: 50px
    }

    .section-title.mb-80 {
        margin-bottom: 55px
    }

    .section-title p.p-xl {
        font-size: 1.125rem;
        padding: 0 5%
    }

    .hero-28-gradient {
        padding: 60px 0 40px;
        margin-bottom: -20px
    }

    .slider,.slider .slides {
        height: 440px
    }

    #hero-25 .slider,#hero-25 .slider .slides {
        height: 460px
    }

    .slider .indicators {
        bottom: 25px
    }

    #hero-1 .caption-txt,#hero-25 .caption-txt {
        margin-top: -20px
    }

    .hero-7-txt {
        margin-top: 0;
        margin-bottom: 40px
    }

    .hero-8-txt {
        margin-bottom: 40px
    }

    .hero-9-txt {
        padding: 0 5%;
        margin-bottom: 30px
    }

    .hero-21-txt {
        text-align: center;
        margin-bottom: 40px
    }

    #hero-20 .caption-txt {
        margin-top: -30px
    }

    .hero-19-txt {
        padding: 0
    }

    .hero-22-txt {
        padding-right: 20%
    }

    .hero-27-txt {
        margin-bottom: 0
    }

    .hero-logo {
        display: inline-block;
        margin: 0 auto 30px
    }

    .hero-logo img {
        max-height: 60px
    }

    #hero-29 .hero-logo img {
        max-height: 48px
    }

    .hero-logo-txt h4 {
        font-size: 1.7rem
    }

    .hero-logo span {
        top: 1px
    }

    #hero-1 h2 {
        font-size: 4rem;
        padding: 0
    }

    .hero-3-txt h2 {
        font-size: 2.75rem
    }

    .hero-5-txt h2.h2-title-lg {
        font-size: 6.5rem
    }

    .hero-6-txt h2.h2-title-md {
        font-size: 3.85rem;
        margin-bottom: 20px
    }

    .hero-10-txt h2,.hero-8-txt h3 {
        font-size: 2.35rem
    }

    .hero-9-txt h2 {
        font-size: 2.5rem
    }

    .hero-11-txt h2 {
        margin-bottom: 20px
    }

    #hero-12 h2 {
        font-size: 3.125rem;
        margin-bottom: 20px
    }

    #hero-12 h6,#hero-18 h6 {
        font-size: 1.1rem
    }

    .hero-13-txt h3 {
        font-size: 2.25rem;
        padding: 0 5%
    }

    #hero-16 h2 {
        font-size: 3.25rem;
        margin-bottom: 25px
    }

    #hero-17 h2.h2-title-xs {
        font-size: 3.5rem;
        padding: 0
    }

    .hero-19-txt h2 {
        font-size: 2.75rem
    }

    #hero-20 h2 {
        font-size: 2.5rem;
        padding: 0
    }

    .hero-21-txt h2 {
        padding: 0 3%
    }

    #hero-23 h2 {
        font-size: 3.5rem
    }

    #hero-25 h2 {
        font-size: 2.5rem
    }

    .hero-26-txt h2 {
        font-size: 2.75rem;
        margin-bottom: 20px
    }

    .hero-29-txt h3 {
        padding: 0 5%;
        margin-bottom: 25px
    }

    .hero-30-txt h2 {
        margin-top: 30px
    }

    .hero-30-txt h2:before {
        width: 150px
    }

    .hero-30-txt h5 {
        padding: 0;
        margin-bottom: 30px
    }

    #hero-1 .caption-txt p {
        font-size: 1.35rem
    }

    .hero-2-txt p,.hero-27-txt p,.hero-9-txt p {
        padding: 0
    }

    .hero-17-txt p,.hero-3-txt p {
        padding: 0
    }

    .hero-5-txt p {
        padding: 0 3%
    }

    .hero-6-txt p {
        padding: 0;
        margin-bottom: 25px
    }

    .hero-7-txt p {
        padding: 0 5%;
        margin-bottom: 35px
    }

    .hero-11-txt p,.hero-16-txt p,.hero-8-txt p {
        padding: 0 5%
    }

    .hero-10-txt p,.hero-13-txt p {
        padding: 0 5%;
        margin-bottom: 20px
    }

    #hero-12 .caption-txt p {
        font-size: 1.175rem;
        padding: 0 5%
    }

    .hero-14-txt p {
        font-size: 1.15rem;
        margin-bottom: 25px
    }

    .hero-18-txt p {
        padding: 0 5%
    }

    .hero-19-txt p {
        padding: 0 3%;
        margin-bottom: 35px
    }

    #hero-20 .caption-txt p {
        padding: 0 5%
    }

    .hero-21-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-23-txt p {
        padding: 0 5%
    }

    #hero-25 .caption-txt p {
        padding: 0 10%
    }

    .hero-26-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-28-txt p {
        font-size: 1.175rem;
        padding: 0 5%
    }

    .hero-29-txt p {
        padding: 0 10%;
        margin-bottom: 40px
    }

    #hero-29 .hero-socials {
        margin-top: 60px
    }

    .hero-banner {
        display: none
    }

    .hero-promo {
        text-align: center;
        margin: 0 0 -30px;
        padding: 50px 45px
    }

    .hero-promo h2 {
        font-size: 5rem;
        margin-top: 10px
    }

    .hbox-1-wrapper {
        margin: 50px 3% 0;
        padding-bottom: 80px
    }

    #hb-1-1,#hb-1-2,#hb-1-3 {
        padding: 50px 40px
    }

    .hbox-1 h5 {
        margin-bottom: 15px
    }

    .hero-26-data {
        text-align: center!important;
        padding: 25px 50px 30px;
        margin: -80px 8% 0
    }

    .hero-26-data h5 {
        font-size: 1.5rem;
        line-height: 1.4
    }

    #hero-11 .request-form,#hero-17 .request-form {
        margin: 30px 3% 25px
    }

    .hero-form {
        margin: 0 8% 40px
    }

    .hero-form form {
        padding: 45px 35px 35px
    }

    .hero-form .register-form .btn {
        padding: 16px 30px
    }

    #hero-17 .request-form .btn {
        height: 58px;
        padding: 13px 40px
    }

    .hero-11-img,.hero-16-img,.hero-3-img,.hero-7-img,.hero-8-img {
        margin-left: 5%;
        margin-right: 5%
    }

    .hero-21-img {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .hero-30-img img {
        width: auto;
        max-width: inherit;
        max-height: 135px
    }

    #about-1 {
        margin-top: -80px
    }

    .abox-1 {
        text-align: center
    }

    #ab-1-1,#ab-1-2 {
        margin-bottom: 30px
    }

    .about-2-title {
        margin-bottom: 25px
    }

    .about-2-btn {
        margin-top: 0;
        margin-bottom: 40px
    }

    .abox-7-txt h4 {
        font-size: 1.6rem
    }

    .fbox-9-wrapper {
        padding: 0 5%;
        margin-top: 40px
    }

    .fbox-11-wrapper {
        padding: 0
    }

    #fb-10-1,#fb-10-2 {
        margin-top: 0
    }

    #features-10 .section-title {
        margin-bottom: 40px
    }

    #features-4 .section-title h4 {
        padding: 0 5%
    }

    #features-4 .section-title p.p-xl {
        padding: 0 8%
    }

    .fbox-4 {
        padding: 50px 35px
    }

    .features-4-txt p {
        margin-top: 40px
    }

    .fbox-1 {
        padding: 50px 12%
    }

    .fbox-2,.fbox-3 {
        text-align: center;
        padding: 0 8%
    }

    .fbox-4 {
        text-align: center;
        padding: 40px 30px
    }

    .fbox-5 {
        text-align: center;
        padding: 45px 10%
    }

    .fbox-11 {
        text-align: center;
        padding: 0 3%
    }

    .fbox-13 h5 {
        font-size: 1.4rem;
        margin-bottom: 5px
    }

    .fbox-12 p {
        padding: 0 15%
    }

    .fbox-6-ico {
        padding-right: 15px;
        margin-bottom: 30px
    }

    .step {
        width: 40px;
        height: 40px;
        margin: 0 auto 25px
    }

    .step span {
        font-size: 20px;
        line-height: 40px
    }

    #content-11:after {
        width: 100%;
        height: 48%;
        top: 42%;
        left: 0
    }

    #content-3 .txt-block {
        margin-top: 40px;
        padding-bottom: 80px
    }

    #content-11 .txt-block,#content-12 .txt-block {
        margin-bottom: 40px
    }

    .content-12-txt {
        padding: 50px 35px
    }

    .content-12-txt h4 {
        margin-bottom: 15px
    }

    .content-section .img-block {
        margin-left: 5%;
        margin-right: 5%
    }

    #content-10.content-section .img-block,#content-12.content-section .img-block {
        margin-left: 0;
        margin-right: 0
    }

    #content-4.pt-100 {
        padding-bottom: 70px
    }

    #content-4.pt-100 .img-block.left-column {
        margin-bottom: 40px
    }

    .content-6-img {
        padding: 0
    }

    #pb-1-1,#pb-1-2 {
        margin-bottom: 30px
    }

    .card-2 {
        margin: 0 10px 30px
    }

    .card-3 {
        padding: 50px 15px
    }

    .card-3.bg-white {
        padding: 40px 30px
    }

    .card-1-txt {
        padding: 35px 15%
    }

    .card-2-txt {
        padding: 45px 40px 40px
    }

    .card-2-txt .card-price {
        right: 25px;
        padding: 6px 14px;
        font-size: 1.275rem
    }

    .card-3 h6 {
        font-size: 1.25rem;
        margin-top: 25px;
        margin-bottom: 8px
    }

    .card-3 p {
        font-size: 1.0625rem
    }

    #gallery-1.bg-50:after {
        width: 84%;
        height: 100%;
        left: 8%
    }

    .masonry-filter button {
        font-size: 1.05rem;
        margin: 0 12px 18px;
        padding: .5rem .1rem
    }

    .masonry-wrap .masonry-image {
        width: 50%
    }

    #gallery-3 .masonry-wrap .masonry-image {
        width: 100%;
        padding: 0
    }

    .gallery-6-title h5 {
        font-size: 1.35rem
    }

    .project-meta-txt span {
        font-size: 1.05rem
    }

    #gallery-4 .project-meta-txt {
        bottom: 55px
    }

    #gallery-4 .project-link {
        bottom: 25px
    }

    .project-info p span {
        right: 0;
        bottom: 15px
    }

    .project-2-description .project-info p span {
        right: 0;
        bottom: 7px
    }

    #video-1 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    #video-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .pricing-1-table,.pricing-2-table,.pricing-4-table,.pricing-5-table {
        margin-left: 5%;
        margin-right: 5%
    }

    .pricing-1-table,.pricing-1-table.highlight {
        padding: 60px 25px
    }

    ul.features {
        font-size: 1.093rem
    }

    .pricing-notice p {
        padding: 0
    }

    .review-2,.review-3 {
        padding: 45px 50px;
        margin: 0 10px 40px
    }

    .reviews-4-img {
        padding: 0 20px
    }

    .reviews-4-txt {
        padding: 0 25px
    }

    .reviews-4-txt h3 {
        margin-bottom: 30px
    }

    #brands-1 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .brands-section h4 {
        padding: 0;
        margin-bottom: 40px
    }

    .brands-title p {
        padding: 0 15%;
        margin-bottom: 35px
    }

    #brands-2 .brand-logo {
        width: 33.3333%;
        padding: 0 15px
    }

    #statistic-3 .statistic-block-txt h4,#statistic-5 .statistic-block-txt h3,#statistic-5 .statistic-block-txt h4 {
        font-size: 2.3rem
    }

    .s-icon.ico-60 [class*=flaticon-]:after,.s-icon.ico-60 [class*=flaticon-]:before,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:after,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:before {
        font-size: 3.85rem
    }

    .cta-3-wrapper {
        padding: 45px 25px;
        margin: 0 5%
    }

    .cta-1-btn.text-right,.cta-1-txt {
        text-align: center!important
    }

    .cta-5-txt {
        padding: 0 10%
    }

    .cta-3-txt h4 {
        margin-bottom: 25px
    }

    .cta-1-txt p {
        padding: 0 4%;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .cta-2-txt p {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 25px
    }

    .cta-6-txt p {
        padding: 0 5%
    }

    .cta-3-btns .btn.mr-10 {
        margin-right: 0;
        margin-bottom: 15px
    }

    .cta-6-btn .btn {
        margin: 0 10px 20px
    }

    #banner-1 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .banner-1-txt h2 {
        padding: 0;
        margin-bottom: 20px
    }

    .banner-2-txt h2 {
        font-size: 2.9rem;
        margin-bottom: 20px
    }

    .banner-3-txt h2 {
        font-size: 2.35rem
    }

    .banner-1-txt p {
        font-size: 1.093rem;
        padding: 0 5%;
        margin-bottom: 35px
    }

    .banner-2-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    #download-1 {
        background-position: right center
    }

    .download-logo {
        margin-bottom: 25px
    }

    .download-logo img {
        max-height: 85px
    }

    .download-1-txt {
        text-align: center;
        padding: 0 5%
    }

    #download-2 .txt-block {
        text-align: center;
        padding: 0 5%;
        margin-top: 0;
        margin-bottom: 40px
    }

    #download-2 .img-block {
        margin-left: 5%;
        margin-right: 5%
    }

    .download-1-txt p.p-lg {
        padding: 0
    }

    #faqs-2 .card-header {
        padding: 20px 0
    }

    #accordion .card-header h5 {
        line-height: 1.3;
        padding-right: 5%
    }

    #faqs-2 #accordion [data-toggle=collapse].collapsed:after,#faqs-2 #accordion [data-toggle=collapse]:after {
        top: 25px;
        right: 3px
    }

    .faqs-contacts-wrapper {
        margin: 0
    }

    .faqs-contacts {
        padding: 40px 35px;
        margin-top: 40px
    }

    .more-questions {
        padding: 40px 20px;
        margin: 30px 0 0
    }

    .more-questions-txt {
        text-align: center;
        margin-bottom: 15px
    }

    .more-questions-title p {
        padding: 0 5%
    }

    .more-questions-txt p {
        font-size: 1.05rem
    }

    .more-questions .col-lg-3.text-right {
        text-align: center!important
    }

    #newsletter-1 .section-title p {
        padding: 0
    }

    .newsletter-txt {
        padding: 0
    }

    .blog-post-txt {
        padding: 35px 30px 30px
    }

    .blog-post-txt h5.h5-xs {
        font-size: 1.25rem;
        margin-bottom: 20px
    }

    .blog-2-post h5.h5-md {
        font-size: 1.6rem
    }

    #blog-2 .post-author h5 {
        margin-bottom: 8px
    }

    .post-author span {
        font-size: 1.093rem
    }

    .post-link.ico-20 [class*=flaticon-]:after,.post-link.ico-20 [class*=flaticon-]:before {
        font-size: 1.3rem
    }

    ul.blog-category-list>li p {
        font-size: 1.093rem
    }

    .badge {
        font-size: .9rem;
        padding: 6px 10px;
        margin-right: 3px;
        margin-bottom: 10px
    }

    .badge a {
        font-size: .9rem
    }

    .quote {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .quote p {
        font-size: 1.15rem!important
    }

    #leave-comment h5 {
        margin-bottom: 12px
    }

    .other-posts h6 {
        font-size: 1.25rem
    }

    .comment-meta h6 {
        font-size: 1.2rem;
        margin-bottom: 5px
    }

    .btn-reply a,.comment-date {
        font-size: 16px
    }

    .contact-3-box {
        width: 50%;
        float: left;
        margin-bottom: 40px
    }

    .google-map {
        padding: 0 0 65%
    }

    .footer h5.h5-md,.footer h5.h5-sm,.footer h5.h5-xs {
        font-size: 1.4rem
    }

    .footer h6.fraunces-font {
        font-size: 1.35rem
    }

    .footer a,.footer p {
        font-size: 1.093rem
    }

    #footer-3 .footer-logo img,.footer-logo img {
        max-height: 45px
    }

    .footer-img img.insta-img {
        margin: 5px
    }

    .footer-tags-list li {
        margin: 8px 2px
    }

    .foo-tag {
        padding: 5px 9px
    }

    #footer-5 .footer-store-badges {
        text-align: left!important
    }

    .footer-store-badges .store {
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        margin-bottom: 15px
    }

    .footer-form .form-control {
        height: 52px;
        font-size: 1.093rem
    }

    .footer-form .btn {
        height: 52px;
        font-size: 1.75rem
    }

    .bottom-footer-list a,.bottom-footer-list p,.footer-copyright p {
        font-size: 1.093rem
    }

    .page-hero-section {
        padding-top: 70px;
        padding-bottom: 70px
    }

    #breadcrumb {
        margin-bottom: 18px
    }

    .breadcrumb-item a,.breadcrumb-item.active {
        font-size: .9rem
    }
}

@media (min-width: 414px) and (max-width:479.95px) {
    #stlChanger {
        display:none
    }

    .m-row {
        display: flex;
        flex-flow: wrap
    }

    .m-bottom,.m-top {
        width: 100%
    }

    .m-bottom {
        order: 1
    }

    .m-top {
        order: 0
    }

    h6.h6-xs {
        font-size: 1.2rem
    }

    h6.h6-sm {
        font-size: 1.2rem
    }

    h6.h6-md {
        font-size: 1.2rem
    }

    h6.h6-lg {
        font-size: 1.2rem
    }

    h6.h6-xl {
        font-size: 1.2rem
    }

    h5.h5-xs {
        font-size: 1.25rem
    }

    h5.h5-sm {
        font-size: 1.3rem
    }

    h5.h5-md {
        font-size: 1.35rem
    }

    h5.h5-lg {
        font-size: 1.35rem
    }

    h5.h5-xl {
        font-size: 1.4rem
    }

    h4.h4-xs {
        font-size: 1.45rem
    }

    h4.h4-sm {
        font-size: 1.5rem
    }

    h4.h4-md {
        font-size: 1.55rem
    }

    h4.h4-lg {
        font-size: 1.6rem
    }

    h4.h4-xl {
        font-size: 1.65rem
    }

    h3.h3-xs {
        font-size: 1.7rem
    }

    h3.h3-sm {
        font-size: 1.7rem
    }

    h3.h3-md {
        font-size: 1.75rem
    }

    h3.h3-lg {
        font-size: 1.75rem
    }

    h3.h3-xl {
        font-size: 1.8rem
    }

    h2.h2-xs {
        font-size: 1.8rem
    }

    h2.h2-sm {
        font-size: 1.85rem
    }

    h2.h2-md {
        font-size: 1.85rem
    }

    h2.h2-lg {
        font-size: 1.875rem
    }

    h2.h2-xl {
        font-size: 1.875rem
    }

    h2.h2-title-xs {
        font-size: 2.35rem
    }

    h2.h2-title-sm {
        font-size: 2.5rem
    }

    h2.h2-title-md {
        font-size: 2.65rem
    }

    h2.h2-title-lg {
        font-size: 2.8rem
    }

    h2.h2-title-xl {
        font-size: 3rem
    }

    p.p-sm {
        font-size: 1rem
    }

    p {
        font-size: 1.1rem
    }

    p.p-md {
        font-size: 1.1rem
    }

    p.p-lg {
        font-size: 1.1rem
    }

    p.p-xl {
        font-size: 1.125rem
    }

    .btn,.btn.btn-lg,.btn.btn-md {
        font-size: 17px
    }

    .btn.btn-sm {
        font-size: 16px;
        padding: 12px 24px
    }

    .btn.btn-lg,.btn.btn-md {
        padding: 13px 30px
    }

    .btn.btn-tra.btn-lg,.btn.btn-tra.btn-md {
        padding: 13px 24px
    }

    .video-btn-lg {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }

    .video-btn-md {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }

    .video-btn-sm {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }

    .video-btn.video-btn-lg [class^=flaticon-]:after,.video-btn.video-btn-lg [class^=flaticon-]:before {
        font-size: 3.75rem;
        line-height: 80px!important;
        margin-left: 7px
    }

    .video-btn.video-btn-md [class^=flaticon-]:after,.video-btn.video-btn-md [class^=flaticon-]:before {
        font-size: 2.75rem;
        line-height: 60px!important;
        margin-left: 6px
    }

    .video-btn.video-btn-sm [class^=flaticon-]:after,.video-btn.video-btn-sm [class^=flaticon-]:before {
        font-size: 2.75rem;
        line-height: 60px!important;
        margin-left: 6px
    }

    .video-btn.video-btn-lg:hover:before {
        left: -18px;
        right: -18px;
        top: -18px;
        bottom: -18px
    }

    .video-btn.video-btn-md:hover:before {
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px
    }

    .video-btn.video-btn-sm:hover:before {
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px
    }

    .store {
        margin-right: 10px
    }

    .store img {
        max-height: 47px
    }

    .footer .store img {
        max-height: 48px
    }

    span.os-version {
        font-size: .95rem;
        line-height: 1.25;
        font-weight: 300
    }

    #clock .cbox-1 {
        padding: 0 18px
    }

    #clock span.cbox-1-digit {
        font-size: 2.75rem
    }

    .ico-60 [class*=flaticon-]:after,.ico-60 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-65 [class*=flaticon-]:after,.ico-65 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-70 [class*=flaticon-]:after,.ico-70 [class*=flaticon-]:before {
        font-size: 4.6875rem
    }

    .ico-75 [class*=flaticon-]:after,.ico-75 [class*=flaticon-]:before {
        font-size: 5rem
    }

    .section-id {
        font-size: .975rem;
        margin-bottom: 25px
    }

    #reviews-4 .section-id {
        margin-bottom: 30px
    }

    #brands-3 .section-title p.p-xl {
        padding: 0
    }

    .section-title.mb-50 {
        margin-bottom: 35px
    }

    .section-title.mb-60 {
        margin-bottom: 45px
    }

    .section-title.mb-70 {
        margin-bottom: 50px
    }

    .section-title.mb-80 {
        margin-bottom: 55px
    }

    .section-title p.p-xl {
        padding: 0
    }

    h5.sm-title {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .txt-block .btn,.txt-block .stores-badge {
        margin-top: 15px
    }

    .stars-rating,.stars-rating p {
        font-size: .95rem
    }

    .wsmobileheader .smllogo {
        display: block;
        margin-top: 37px;
        padding-left: 18px
    }

    .smllogo img {
        width: auto;
        max-width: inherit;
        max-height: 40px
    }

    .hero-28-gradient {
        padding: 50px 0 40px;
        margin-bottom: -20px
    }

    .slider,.slider .slides {
        height: 400px
    }

    #hero-25 .slider,#hero-25 .slider .slides {
        height: 440px
    }

    .slider .indicators {
        bottom: 25px
    }

    .hero-logo {
        display: inline-block;
        margin: 0 auto 30px
    }

    .hero-logo img {
        max-height: 55px
    }

    #hero-29 .hero-logo img {
        max-height: 48px
    }

    .hero-logo-txt h4 {
        font-size: 1.5rem
    }

    .hero-logo span {
        top: -1px
    }

    #hero-1 .caption-txt,#hero-25 .caption-txt {
        margin-top: -20px
    }

    .hero-2-txt {
        margin-bottom: 50px
    }

    .hero-7-txt {
        margin-top: 0;
        margin-bottom: 40px
    }

    .hero-8-txt {
        margin-bottom: 40px
    }

    .hero-19-txt {
        padding: 0
    }

    #hero-20 .caption-txt {
        margin-top: -30px
    }

    .hero-21-txt {
        text-align: center;
        margin-bottom: 40px
    }

    .hero-22-txt {
        text-align: center
    }

    #hero-1 h2 {
        font-size: 3rem;
        padding: 0
    }

    .hero-2-txt h2,.hero-4-title h2 {
        font-size: 2.15rem
    }

    .hero-3-txt h2 {
        font-size: 2rem
    }

    .hero-5-txt h2.h2-title-lg {
        font-size: 5rem
    }

    .hero-6-txt h2.h2-md {
        line-height: 1.3;
        margin-bottom: 15px
    }

    .hero-6-txt h2.h2-title-md {
        font-size: 3rem;
        margin-bottom: 15px
    }

    .hero-8-txt h3 {
        font-size: 2rem;
        margin-bottom: 15px
    }

    .hero-9-txt h2 {
        font-size: 2.25rem
    }

    #hero-12 h2 {
        font-size: 2.35rem;
        margin-bottom: 20px
    }

    #hero-12 h6,#hero-18 h6 {
        font-size: .975rem
    }

    .hero-13-txt h3 {
        font-size: 1.85rem
    }

    .hero-14-txt h3 {
        font-size: 1.85rem;
        margin-bottom: 15px
    }

    #hero-16 h2 {
        font-size: 2.5rem;
        margin-bottom: 25px
    }

    #hero-17 h2.h2-title-xs {
        font-size: 3rem;
        padding: 0
    }

    .hero-19-txt h2 {
        font-size: 2rem;
        margin-bottom: 20px
    }

    #hero-20 h2 {
        font-size: 2rem;
        padding: 0;
        margin-bottom: 15px
    }

    .hero-21-txt h2 {
        font-size: 2rem;
        padding: 0 5%
    }

    #hero-23 h2 {
        font-size: 3rem
    }

    #hero-25 h2 {
        font-size: 2.25rem
    }

    .hero-26-txt h2 {
        font-size: 2.75rem;
        margin-bottom: 20px
    }

    .hero-27-txt h2 {
        font-size: 2.15rem
    }

    .hero-30-txt h2 {
        margin-top: 30px
    }

    .hero-30-txt h2:before {
        width: 140px
    }

    .hero-30-txt h5 {
        font-size: 1.25rem;
        padding: 0 3%
    }

    #hero-1 .caption-txt p {
        font-size: 1.15rem;
        margin-bottom: 25px
    }

    .hero-16-txt p,.hero-2-txt p,.hero-27-txt p {
        padding: 0
    }

    .hero-17-txt p,.hero-3-txt p {
        padding: 0
    }

    .hero-5-txt p {
        padding: 0 3%
    }

    .hero-6-txt p {
        padding: 0 4%;
        margin-bottom: 25px
    }

    .hero-7-txt p {
        padding: 0;
        margin-bottom: 35px
    }

    .hero-8-txt p {
        padding: 0 5%;
        margin-bottom: 25px
    }

    .hero-11-txt p,.hero-9-txt p {
        padding: 0 5%
    }

    .hero-10-txt p,.hero-13-txt p {
        padding: 0 5%;
        margin-bottom: 30px
    }

    .hero-11-txt p {
        padding: 0 5%
    }

    #hero-12 .caption-txt p {
        font-size: 1.125rem;
        padding: 0
    }

    .hero-14-txt p {
        font-size: 1.125rem;
        margin-bottom: 30px
    }

    .hero-18-txt p {
        padding: 0
    }

    .hero-19-txt p {
        padding: 0 3%;
        margin-bottom: 30px
    }

    #hero-20 .caption-txt p {
        font-size: 1.1rem;
        padding: 0;
        margin-bottom: 25px
    }

    .hero-21-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-22-txt p {
        padding: 0 2%
    }

    .hero-23-txt p {
        padding: 0 5%
    }

    .hero-24-txt p {
        font-size: 1.05rem;
        padding: 0
    }

    #hero-25 .caption-txt p {
        padding: 0
    }

    .hero-26-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-28-txt p {
        font-size: 1.125rem;
        padding: 0
    }

    .hero-29-txt p {
        margin-bottom: 35px
    }

    .hero-6-txt .btn.mr-15 {
        margin: 0 15px 15px
    }

    .hero-10-txt .btns-group.mb-25 {
        margin-bottom: 15px
    }

    .hero-10-txt .btns-group .btn.mr-15,.hero-13-txt .btns-group .btn.mr-15,.hero-14-txt .btns-group .btn.mr-15,.hero-8-txt .btns-group .btn.mr-15 {
        margin: 0 5% 15px
    }

    #hero-29 .hero-socials {
        margin-top: 50px
    }

    .hero-banner {
        display: none
    }

    .hero-promo {
        text-align: center;
        margin: 0 0 -30px;
        padding: 50px 45px
    }

    .hero-promo h2 {
        font-size: 4.5rem;
        margin-top: 10px
    }

    .hbox-1-wrapper {
        margin: 80px 0 0
    }

    #hero-27 .hbox-1-wrapper {
        margin-top: 40px
    }

    #hb-1-1,#hb-1-2,#hb-1-3 {
        padding: 50px 40px
    }

    .hbox-1 h5 {
        margin-bottom: 15px
    }

    .hero-26-data {
        text-align: center!important;
        padding: 25px 25px 30px;
        margin: -80px 2% 0
    }

    .hero-26-data h5 {
        font-size: 1.5rem;
        line-height: 1.4
    }

    #hero-11 .request-form,#hero-17 .request-form {
        margin: 30px 3% 25px
    }

    .request-form .form-control {
        display: block;
        width: 100%!important;
        text-align: center;
        height: 56px;
        margin-bottom: 10px
    }

    .request-form .input-group>.form-control:not(:last-child) {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .request-form .input-group-btn {
        display: block;
        width: 100%!important
    }

    .request-form .btn {
        display: block;
        height: 56px;
        width: 100%!important;
        margin: 5px 0 0 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px
    }

    .hero-form {
        margin: 0 6% 40px
    }

    .hero-form form {
        padding: 45px 20px 35px
    }

    .hero-form .register-form .btn {
        padding: 16px 30px
    }

    .hero-9-img {
        margin-left: -50%
    }

    .hero-9-img img {
        width: 135%;
        position: relative;
        max-width: none;
        display: inline-block
    }

    .hero-21-img {
        padding-top: 160px;
        padding-bottom: 140px
    }

    .hero-30-img img {
        width: auto;
        max-width: inherit;
        max-height: 115px
    }

    #about-1 {
        margin-top: -80px
    }

    .abox-1 {
        text-align: center
    }

    #ab-1-1,#ab-1-2 {
        margin-bottom: 30px
    }

    .abox-7-txt h4 {
        font-size: 1.6rem
    }

    .about-2-title {
        margin-bottom: 25px
    }

    .about-2-btn {
        margin-top: 0;
        margin-bottom: 40px
    }

    .about-5-img,.about-6-img {
        height: 220px;
        margin: 40px 15px 40px
    }

    #features-12.tra-bkg:after {
        width: 100%;
        left: 0
    }

    .fbox-9-wrapper {
        padding: 0;
        margin-top: 40px
    }

    #features-10 .section-title {
        margin-bottom: 40px
    }

    #features-4 .section-title p.p-xl {
        padding: 0;
        margin-top: 15px
    }

    .fbox-1 {
        padding: 50px 8%
    }

    .fbox-5 {
        padding: 45px 15%
    }

    .fbox-8 {
        padding: 35px 14%
    }

    #fb-10-1,#fb-10-2 {
        margin-top: 0
    }

    .fbox-13-txt {
        padding: 100px 30px 50px
    }

    .fbox-13 h5 {
        font-size: 1.4rem;
        margin-bottom: 5px
    }

    .fbox-6-ico {
        padding-right: 15px;
        margin-bottom: 30px
    }

    .step {
        width: 40px;
        height: 40px;
        margin: 0 auto 25px
    }

    .step span {
        font-size: 20px;
        line-height: 40px
    }

    #content-10:after {
        width: 100%;
        height: 42%;
        top: 55%;
        left: 0
    }

    #content-11:after {
        width: 100%;
        height: 42%;
        top: 48%;
        left: 0
    }

    #content-11 .txt-block,#content-12 .txt-block {
        margin-bottom: 40px
    }

    #content-3 .txt-block {
        margin-top: 40px;
        padding-bottom: 80px
    }

    .content-12-txt {
        padding: 45px 25px
    }

    .content-12-txt h4 {
        margin-bottom: 15px
    }

    #content-10.content-section .img-block,#content-12.content-section .img-block {
        margin-left: 0;
        margin-right: 0
    }

    #content-4.pt-100 {
        padding-bottom: 70px
    }

    #content-4.pt-100 .img-block.left-column {
        margin-bottom: 40px
    }

    .content-6-img {
        padding: 0
    }

    #pb-1-1,#pb-1-2 {
        margin-bottom: 30px
    }

    .card-2 {
        margin: 0 5px 30px
    }

    .card-3 {
        padding: 50px 15px
    }

    .card-2-txt {
        padding: 45px 30px 40px
    }

    .card-3 h6 {
        font-size: 1.25rem;
        margin-top: 25px;
        margin-bottom: 8px
    }

    .card-3 p {
        font-size: 1.1rem
    }

    #gallery-1.bg-50 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    #gallery-1.bg-50:after {
        width: 78%;
        height: 100%;
        left: 11%
    }

    .gallery-wrap {
        margin-bottom: 0
    }

    .masonry-filter.mb-40 {
        text-align: center;
        margin-bottom: 15px
    }

    .masonry-filter.mb-50 {
        text-align: center;
        margin-bottom: 20px
    }

    .masonry-filter button {
        width: 100%;
        display: block!important;
        padding: 1rem 0;
        float: none!important;
        font-size: .975rem;
        margin: 0 0 5px 0
    }

    .masonry-filter button.is-checked:before {
        opacity: 0
    }

    .masonry-filter button:hover {
        background-color: #f5f5f5;
        border-bottom: none
    }

    .bg-dark .masonry-filter button:hover {
        background-color: #424242;
        color: #fff;
        border-bottom: none
    }

    .masonry-filter button.is-checked {
        background-color: #f0f0f0;
        border-bottom: none
    }

    .bg-dark .masonry-filter button.is-checked {
        background-color: #393939;
        color: #fff;
        border-bottom: none
    }

    .masonry-wrap .masonry-image {
        width: 100%;
        padding: 0 15px
    }

    .masonry-wrap .masonry-image.first-img {
        margin-top: 0
    }

    #gallery-3 .masonry-wrap .masonry-image {
        width: 100%;
        padding: 0
    }

    #img-4-1,#img-4-2,#img-4-3,#img-4-4 {
        padding: 0 15px
    }

    #img-4-1.gallery-image,#img-4-2.gallery-image,#img-4-3.gallery-image {
        margin-bottom: 30px
    }

    #img-5-1,#img-5-2,#img-5-3 {
        padding: 0 30px
    }

    .project-meta-txt span {
        font-size: 1.1rem
    }

    .gallery-section .slick-dots {
        display: none
    }

    .project-info p span {
        right: 0;
        bottom: 17px
    }

    .project-2-description .project-info p span {
        right: 0;
        bottom: 8px
    }

    #video-1 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    #video-2 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    #video-2 h2 {
        margin-bottom: 15px
    }

    #team-2 .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .tm-meta h5.fraunces-font {
        font-size: 1.6rem
    }

    .tm-meta h6.fraunces-font {
        font-size: 1.35rem
    }

    .tm-meta h6.h6-lg {
        font-size: 1.375rem
    }

    .tm-meta h6.h6-xs {
        font-size: 1.25rem
    }

    .tm-meta p {
        font-size: 1.175rem
    }

    .pricing-1-table,.pricing-1-table.highlight {
        padding: 60px 25px
    }

    .pricing-table-badge {
        top: 15px;
        right: 20px;
        font-size: .85rem
    }

    ul.features {
        font-size: 1.1rem
    }

    .pricing-list li {
        margin: 0 0 20px
    }

    .pricing-notice p {
        padding: 0
    }

    .review-1 {
        padding: 45px 20px
    }

    .review-1-txt {
        text-align: center;
        padding: 0;
        margin-top: 10px
    }

    .review-1-brand {
        text-align: center
    }

    .review-1-brand img {
        padding-left: 0
    }

    .review-2,.review-3 {
        padding: 45px 30px;
        margin: 0 5px 40px
    }

    .reviews-4-txt h3 {
        font-size: 1.75rem;
        margin-bottom: 30px
    }

    #brands-1 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .brands-section h4 {
        padding: 0;
        margin-bottom: 40px
    }

    .brands-title p {
        padding: 0 5%;
        margin-bottom: 35px
    }

    #brands-1 .brand-logo {
        padding: 0 4px
    }

    #brands-2 .brand-logo {
        width: 50%;
        padding: 0 8px
    }

    #brands-3 .brand-logo {
        padding: 30px 40px 40px
    }

    #brands-3 .brand-logo img {
        padding: 0 20%
    }

    #brands-3 .brand-logo h5 {
        margin: 10px 0
    }

    .statistic-block h2,.statistic-block h3 {
        font-size: 3.35rem
    }

    #statistic-3 .statistic-block-txt h4,#statistic-4 .statistic-block h3,#statistic-5 .statistic-block-txt h3,#statistic-5 .statistic-block-txt h4 {
        font-size: 2.6rem
    }

    #statistic-2 .statistic-block p {
        padding: 0 15%
    }

    .s-icon.ico-60 [class*=flaticon-]:after,.s-icon.ico-60 [class*=flaticon-]:before,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:after,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:before {
        font-size: 3.75rem
    }

    .cta-3-wrapper {
        padding: 35px 30px;
        margin: 0 3%
    }

    .cta-1-btn.text-right {
        text-align: center!important;
        padding: 0 8%
    }

    .cta-5-txt {
        padding: 0 10%
    }

    .cta-1-txt h4,.cta-2-txt h3 {
        font-size: 1.85rem;
        line-height: 1.3
    }

    .cta-3-txt h4 {
        font-size: 1.65rem;
        line-height: 1.3;
        margin-bottom: 20px
    }

    .cta-5-txt h4 {
        font-size: 1.65rem;
        line-height: 1.3
    }

    .cta-6-txt h3 {
        font-size: 1.85rem;
        line-height: 1.3
    }

    .cta-1-txt p {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .cta-2-txt p {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 25px
    }

    .cta-6-txt p {
        padding: 0 5%
    }

    .cta-3-btns .btn.mr-10 {
        margin-right: 0;
        margin-bottom: 15px
    }

    .cta-5-btn .btn.mr-15 {
        margin: 0 15px 15px
    }

    .cta-6-btn .btn {
        margin: 0 10px 20px
    }

    #banner-1 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .banner-1-txt h2 {
        padding: 0;
        margin-bottom: 15px
    }

    .banner-2-txt h2 {
        font-size: 2.65rem;
        margin-bottom: 20px
    }

    .banner-3-txt h6 {
        font-size: 1.06rem;
        padding: 0 5%
    }

    .banner-3-txt h2 {
        font-size: 1.9rem
    }

    .banner-1-txt p {
        font-size: 1.1rem;
        padding: 0;
        margin-bottom: 25px
    }

    .banner-2-txt p {
        padding: 0 3%;
        margin-bottom: 30px
    }

    .banner-section .btns-group .btn.mr-15 {
        margin: 0 5% 15px
    }

    .btns-group a.mr-25 {
        margin-right: 15px
    }

    #download-1 {
        background-position: right center
    }

    .download-logo {
        margin-bottom: 25px
    }

    .download-logo img {
        max-height: 85px
    }

    .download-1-txt {
        text-align: center
    }

    #download-2 .txt-block {
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px
    }

    .download-1-txt p.p-lg {
        padding: 0 3%;
        margin-bottom: 25px
    }

    #download-2 .txt-block p.p-md {
        padding: 0 3%;
        margin-bottom: 12px
    }

    #faqs-1 h6.h6-lg {
        line-height: 1.4
    }

    #accordion .card-header h5 span {
        display: none
    }

    #faqs-2 .card-header {
        padding: 20px 0
    }

    #accordion .card-header h5 {
        line-height: 1.3;
        padding-right: 30px
    }

    #faqs-2 #accordion [data-toggle=collapse].collapsed:after,#faqs-2 #accordion [data-toggle=collapse]:after {
        font-size: .75rem;
        top: 26px;
        right: 0
    }

    .faqs-contacts-wrapper {
        margin: 0
    }

    .faqs-contacts {
        padding: 40px 35px;
        margin-top: 40px
    }

    .more-questions {
        padding: 40px 20px;
        margin: 30px 0 0
    }

    .more-questions-txt {
        text-align: center;
        margin-bottom: 15px
    }

    .more-questions-title p {
        padding: 0
    }

    .more-questions-txt p {
        font-size: 1.1rem;
        margin-bottom: 20px
    }

    .more-questions .col-lg-3.text-right {
        text-align: center!important
    }

    .newsletter-txt {
        padding: 0 15px
    }

    .newsletter-section .form-control {
        display: block;
        width: 100%!important;
        text-align: center;
        height: 54px;
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .newsletter-section .input-group-btn {
        display: block;
        width: 100%!important
    }

    .newsletter-section .btn {
        margin-left: 0
    }

    .newsletter-form p.p-sm a {
        display: block
    }

    .blog-post-txt {
        padding: 35px 25px 30px
    }

    #blog-2 .blog-post-txt {
        padding: 30px 15px 20px
    }

    .blog-post-txt h5.h5-xs {
        font-size: 1.25rem;
        margin-bottom: 20px
    }

    .blog-2-post h5.h5-md {
        font-size: 1.6rem
    }

    .blog-3-post h5.fraunces-font {
        font-size: 1.6rem
    }

    #blog-2 .post-author {
        padding-left: 15px
    }

    #blog-2 .post-author h5 {
        margin-bottom: 8px
    }

    .post-author span {
        font-size: 1.1rem
    }

    .post-link.ico-20 [class*=flaticon-]:after,.post-link.ico-20 [class*=flaticon-]:before {
        font-size: 1.3rem
    }

    ul.blog-category-list>li p {
        font-size: 1.1rem
    }

    .badge {
        font-size: .9rem;
        padding: 6px 10px;
        margin-right: 3px;
        margin-bottom: 10px
    }

    .badge a {
        font-size: .9rem
    }

    .quote {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .quote p {
        font-size: 1.15rem!important
    }

    .next-post,.prev-post {
        margin-left: 5%;
        margin-right: 5%
    }

    #leave-comment h5 {
        margin-bottom: 12px
    }

    .comments-wrapper img {
        width: 65px;
        height: 65px;
        margin-right: 18px
    }

    .comments-wrapper a.mr-25 {
        margin-right: 0
    }

    .comment-meta h6 {
        margin-bottom: 4px
    }

    #contacts-2 {
        padding-bottom: 20px
    }

    .contact-2-box {
        padding-left: 0;
        margin-bottom: 37px
    }

    .contact-1-box p,.contact-3-box p {
        font-size: 1.125rem
    }

    .contact-2-box p {
        font-size: 1.1rem
    }

    .google-map {
        padding: 0 0 74%
    }

    .footer h6.fraunces-font {
        font-size: 1.35rem
    }

    .footer a,.footer p {
        font-size: 1.1rem
    }

    #footer-3 .footer-logo img,.footer-logo img {
        max-height: 45px
    }

    .footer-img img.insta-img {
        width: 100px;
        height: 100px;
        margin: 6px
    }

    .footer-tags-list li {
        margin: 8px 2px
    }

    .foo-tag {
        padding: 5px 9px
    }

    #footer-5 .footer-store-badges {
        text-align: left!important
    }

    .footer-store-badges .store {
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        margin-bottom: 15px
    }

    .footer-form .form-control {
        height: 52px;
        font-size: 1.1rem
    }

    .footer-form .btn {
        height: 52px;
        font-size: 1.75rem
    }

    .bottom-footer {
        margin-top: 0
    }

    .bottom-footer-list li {
        margin: 0 6px 0 0
    }

    .bottom-footer-list a,.bottom-footer-list p,.footer-copyright p {
        font-size: 1rem!important
    }

    .bottom-footer-list p:after {
        padding-left: 8px
    }

    .page-hero-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #breadcrumb {
        margin-bottom: 18px
    }

    .breadcrumb-item a,.breadcrumb-item.active {
        font-size: .875rem
    }

    #breadcrumb {
        margin-bottom: 10px
    }
}

@media (min-width: 321px) and (max-width:413.95px) {
    .global-heading h3 {
        font-size:20px!important;
        line-height: 34px!important
    }

    .about-us-sec {
        margin-top: 0!important;
        margin-bottom: 50px!important
    }

    .global-heading h2 {
        font-size: 32px!important;
        line-height: 44px!important;
        margin-bottom: 15px;
        text-align: center
    }

    .shape-box {
        background-color: hsl(189deg 83% 20% / 43%)!important;
        width: 100%!important
    }

    .about-us-sec .img-box img {
        width: 100%
    }

    .about-us-sec .txt-intro p {
        font-size: 15px!important;
        line-height: 25px!important;
        text-align: center
    }

    .txt-intro {
        top: 20px!important
    }

    .ghost-slide-sec {
        padding: 60px 0 100px!important
    }

    .ghost-slide-sec .global-heading {
        margin-bottom: 40px!important
    }

    .book-slider .slick-dots {
        bottom: -50px!important
    }

    .main-box .caption {
        flex-basis: 100%!important;
        margin-left: 0!important;
        margin: 21px 0 21px!important;
        text-align: center
    }

    .main-box {
        padding: 20px!important;
        display: block!important
    }

    .main-box .caption h2 {
        font-size: 22px!important;
        line-height: 33px!important
    }

    .services-sec {
        padding: 40px 0!important
    }

    .custom-btn {
        width: 100%;
        display: block;
        text-align: center
    }

    .request-quote-sec {
        padding: 40px 0!important
    }

    .request-quote-sec .form-group {
        margin-right: 0!important;
        padding: 0 15px
    }

    #stlChanger {
        display: none
    }

    .m-row {
        display: flex;
        flex-flow: wrap
    }

    .m-bottom,.m-top {
        width: 100%
    }

    .m-bottom {
        order: 1
    }

    .m-top {
        order: 0
    }

    h6.h6-xs {
        font-size: 1.2rem
    }

    h6.h6-sm {
        font-size: 1.2rem
    }

    h6.h6-md {
        font-size: 1.2rem
    }

    h6.h6-lg {
        font-size: 1.2rem
    }

    h6.h6-xl {
        font-size: 1.2rem
    }

    h5.h5-xs {
        font-size: 1.25rem
    }

    h5.h5-sm {
        font-size: 1.3rem
    }

    h5.h5-md {
        font-size: 1.35rem
    }

    h5.h5-lg {
        font-size: 1.35rem
    }

    h5.h5-xl {
        font-size: 1.4rem
    }

    h4.h4-xs {
        font-size: 1.45rem
    }

    h4.h4-sm {
        font-size: 1.5rem
    }

    h4.h4-md {
        font-size: 1.55rem
    }

    h4.h4-lg {
        font-size: 1.6rem
    }

    h4.h4-xl {
        font-size: 1.65rem
    }

    h3.h3-xs {
        font-size: 1.7rem
    }

    h3.h3-sm {
        font-size: 1.7rem
    }

    h3.h3-md {
        font-size: 1.75rem
    }

    h3.h3-lg {
        font-size: 1.75rem
    }

    h3.h3-xl {
        font-size: 1.8rem
    }

    h2.h2-xs {
        font-size: 1.8rem
    }

    h2.h2-sm {
        font-size: 1.85rem
    }

    h2.h2-md {
        font-size: 1.85rem
    }

    h2.h2-lg {
        font-size: 1.875rem
    }

    h2.h2-xl {
        font-size: 1.875rem
    }

    h2.h2-title-xs {
        font-size: 2.35rem
    }

    h2.h2-title-sm {
        font-size: 2.5rem
    }

    h2.h2-title-md {
        font-size: 2.65rem
    }

    h2.h2-title-lg {
        font-size: 2.8rem
    }

    h2.h2-title-xl {
        font-size: 3rem
    }

    p.p-sm {
        font-size: 1rem
    }

    p {
        font-size: 1.1rem
    }

    p.p-md {
        font-size: 1.1rem
    }

    p.p-lg {
        font-size: 1.1rem
    }

    p.p-xl {
        font-size: 1.125rem
    }

    .btn,.btn.btn-lg,.btn.btn-md {
        font-size: 17px
    }

    .btn.btn-sm {
        font-size: 16px;
        padding: 12px 24px
    }

    .btn.btn-lg,.btn.btn-md {
        padding: 13px 30px
    }

    .btn.btn-tra.btn-lg,.btn.btn-tra.btn-md {
        padding: 13px 24px
    }

    .video-btn-lg {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }

    .video-btn-md {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }

    .video-btn-sm {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }

    .video-btn.video-btn-lg [class^=flaticon-]:after,.video-btn.video-btn-lg [class^=flaticon-]:before {
        font-size: 3.75rem;
        line-height: 80px!important;
        margin-left: 7px
    }

    .video-btn.video-btn-md [class^=flaticon-]:after,.video-btn.video-btn-md [class^=flaticon-]:before {
        font-size: 2.75rem;
        line-height: 60px!important;
        margin-left: 6px
    }

    .video-btn.video-btn-sm [class^=flaticon-]:after,.video-btn.video-btn-sm [class^=flaticon-]:before {
        font-size: 2.75rem;
        line-height: 60px!important;
        margin-left: 6px
    }

    .video-btn.video-btn-lg:hover:before {
        left: -18px;
        right: -18px;
        top: -18px;
        bottom: -18px
    }

    .video-btn.video-btn-md:hover:before {
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px
    }

    .video-btn.video-btn-sm:hover:before {
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px
    }

    .store {
        margin-right: 10px
    }

    .store img {
        max-height: 47px
    }

    .footer .store img {
        max-height: 48px
    }

    span.os-version {
        font-size: .95rem;
        line-height: 1.25;
        font-weight: 300
    }

    #clock .cbox-1 {
        padding: 0 15px
    }

    #clock span.cbox-1-digit {
        font-size: 2.35rem
    }

    .ico-60 [class*=flaticon-]:after,.ico-60 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-65 [class*=flaticon-]:after,.ico-65 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-70 [class*=flaticon-]:after,.ico-70 [class*=flaticon-]:before {
        font-size: 4.6875rem
    }

    .ico-75 [class*=flaticon-]:after,.ico-75 [class*=flaticon-]:before {
        font-size: 5rem
    }

    .section-id {
        font-size: .975rem;
        margin-bottom: 10px
    }

    #reviews-4 .section-id {
        margin-bottom: 30px
    }

    #brands-3 .section-title p.p-xl {
        padding: 0
    }

    .section-title.mb-50 {
        margin-bottom: 35px
    }

    .section-title.mb-60 {
        margin-bottom: 45px
    }

    .section-title.mb-70 {
        margin-bottom: 50px
    }

    .section-title.mb-80 {
        margin-bottom: 55px
    }

    .section-title p.p-xl {
        padding: 0
    }

    h5.sm-title {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .txt-block .btn,.txt-block .stores-badge {
        margin-top: 15px
    }

    .stars-rating,.stars-rating p {
        font-size: .95rem
    }

    .wsmobileheader .smllogo {
        display: block;
        margin-top: 37px;
        padding-left: 18px
    }

    .smllogo img {
        width: auto;
        max-width: inherit;
        max-height: 40px
    }

    .hero-28-gradient {
        padding: 50px 0 40px;
        margin-bottom: -20px
    }

    .slider,.slider .slides {
        height: 400px
    }

    #hero-25 .slider,#hero-25 .slider .slides {
        height: 460px
    }

    .slider .indicators {
        bottom: 25px
    }

    .hero-logo {
        display: inline-block;
        margin: 0 auto 30px
    }

    .hero-logo img {
        max-height: 55px
    }

    #hero-29 .hero-logo img {
        max-height: 45px
    }

    .hero-logo-txt h4 {
        font-size: 1.5rem
    }

    .hero-logo span {
        top: -1px
    }

    #hero-1 .caption-txt,#hero-25 .caption-txt {
        margin-top: -20px
    }

    .hero-2-txt,.hero-8-txt {
        margin-bottom: 40px
    }

    .hero-7-txt {
        margin-top: 0;
        margin-bottom: 40px
    }

    .hero-19-txt {
        padding: 0
    }

    #hero-20 .caption-txt {
        margin-top: -30px
    }

    .hero-21-txt {
        text-align: center;
        margin-bottom: 40px
    }

    .hero-22-txt {
        text-align: center
    }

    #hero-1 h2 {
        font-size: 2.5rem;
        padding: 0
    }

    .hero-2-txt h2,.hero-4-title h2 {
        font-size: 2rem
    }

    .hero-3-txt h2 {
        font-size: 2.5rem;
        line-height: 1.2
    }

    .hero-5-txt h2.h2-title-lg {
        font-size: 4.5rem
    }

    .hero-6-txt h2.h2-title-md {
        margin-bottom: 20px
    }

    .hero-7-txt h2 {
        font-size: 2.65rem
    }

    .hero-8-txt h3 {
        font-size: 1.75rem;
        margin-bottom: 15px
    }

    .hero-10-txt h2,.hero-11-txt h2,.hero-9-txt h2 {
        font-size: 2rem
    }

    #hero-12 h2 {
        font-size: 2.5rem;
        margin-bottom: 20px
    }

    #hero-12 h6,#hero-18 h6 {
        font-size: .975rem
    }

    .hero-13-txt h3 {
        font-size: 1.6rem
    }

    .hero-14-txt h3 {
        margin-bottom: 15px
    }

    #hero-16 h2 {
        font-size: 2.15rem;
        margin-bottom: 25px
    }

    #hero-17 h2.h2-title-xs {
        font-size: 2.5rem;
        padding: 0
    }

    #hero-17 h4 {
        margin-bottom: 30px
    }

    #hero-17 h2.h2-md {
        line-height: 1.25;
        margin-bottom: 15px
    }

    #hero-28 h2,.hero-18-txt h2 {
        font-size: 2.5rem
    }

    .hero-19-txt h2 {
        font-size: 1.75rem
    }

    #hero-20 h2 {
        font-size: 1.65rem;
        padding: 0;
        margin-bottom: 15px
    }

    .hero-21-txt h2 {
        font-size: 2.25rem;
        padding: 0
    }

    #hero-22 h2,#hero-25 h2,.hero-27-txt h2 {
        font-size: 2rem
    }

    #hero-23 h2 {
        font-size: 2.85rem
    }

    .hero-23-txt h4 {
        line-height: 1.3;
        margin-bottom: 25px
    }

    .hero-26-txt h2 {
        font-size: 2.5rem;
        margin-bottom: 20px
    }

    .hero-30-txt h2 {
        margin-top: 30px
    }

    .hero-30-txt h2:before {
        width: 130px
    }

    .hero-30-txt h5 {
        font-size: 1.25rem;
        padding: 0
    }

    #hero-1 .caption-txt p {
        font-size: 1.15rem;
        margin-bottom: 25px
    }

    .hero-10-txt p,.hero-11-txt p,.hero-13-txt p,.hero-16-txt p,.hero-17-txt p,.hero-18-txt p,.hero-24-txt p,.hero-27-txt p,.hero-3-txt p,.hero-5-txt p,.hero-9-txt p {
        padding: 0
    }

    .hero-6-txt p {
        font-size: 1.1rem;
        padding: 0;
        margin-bottom: 25px
    }

    .hero-7-txt p {
        padding: 0;
        margin-bottom: 35px
    }

    .hero-8-txt p {
        padding: 0;
        margin-bottom: 25px
    }

    #hero-12 .caption-txt p {
        font-size: 1.125rem;
        padding: 0
    }

    .hero-14-txt p {
        font-size: 1.125rem;
        margin-bottom: 30px
    }

    .hero-19-txt p {
        font-size: 1.05rem;
        padding: 0;
        margin-bottom: 30px
    }

    #hero-20 .caption-txt p {
        font-size: 1.1rem;
        padding: 0;
        margin-bottom: 25px
    }

    .hero-21-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-22-txt p {
        padding: 0 3%
    }

    #hero-25 .caption-txt p {
        padding: 0 3%
    }

    .hero-26-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-28-txt p {
        font-size: 1.125rem;
        padding: 0 5%
    }

    .hero-29-txt p {
        padding: 0 2%;
        margin-bottom: 40px
    }

    .hero-10-txt .btns-group.mb-25 {
        margin-bottom: 15px
    }

    .hero-6-txt .btn.mr-15 {
        margin: 0 15px 15px
    }

    .hero-10-txt .btns-group .btn.mr-15,.hero-13-txt .btns-group .btn.mr-15,.hero-14-txt .btns-group .btn.mr-15,.hero-8-txt .btns-group .btn.mr-15 {
        margin: 0 5% 15px
    }

    #hero-29 .hero-socials {
        margin-top: 40px
    }

    .hero-socials ul li.li-txt {
        display: block!important
    }

    .hero-socials span.hero-socials-txt {
        display: block;
        margin-right: 0;
        margin-bottom: 15px
    }

    .hero-banner {
        display: none
    }

    .hero-promo {
        text-align: center;
        margin: 0 0 -30px;
        padding: 45px 30px 40px
    }

    .hero-promo h2 {
        font-size: 4.5rem;
        margin-top: 10px
    }

    .hbox-1-wrapper {
        margin: 80px 0 0
    }

    #hero-27 .hbox-1-wrapper {
        margin-top: 40px
    }

    #hb-1-1,#hb-1-2,#hb-1-3 {
        padding: 50px 40px
    }

    .hbox-1 h5 {
        margin-bottom: 15px
    }

    .hero-26-data {
        text-align: center!important;
        padding: 25px 20px 30px;
        margin: -80px 2% 0
    }

    .hero-26-data h5 {
        font-size: 1.35rem;
        line-height: 1.4
    }

    #hero-11 .request-form,#hero-17 .request-form {
        margin: 30px 3% 25px
    }

    .request-form .form-control {
        display: block;
        width: 100%!important;
        text-align: center;
        height: 56px;
        margin-bottom: 10px
    }

    .request-form .input-group>.form-control:not(:last-child) {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .request-form .input-group-btn {
        display: block;
        width: 100%!important
    }

    .request-form .btn {
        display: block;
        height: 56px;
        width: 100%!important;
        margin: 5px 0 0 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px
    }

    .hero-form {
        margin: 0 3% 40px
    }

    .hero-form form {
        padding: 40px 15px 30px
    }

    .hero-form .register-form .btn {
        padding: 16px 30px
    }

    .hero-9-img {
        margin-left: -50%
    }

    .hero-9-img img {
        width: 135%;
        position: relative;
        max-width: none;
        display: inline-block
    }

    .hero-21-img {
        padding-top: 170px;
        padding-bottom: 130px
    }

    .hero-30-img img {
        width: auto;
        max-width: inherit;
        max-height: 95px
    }

    #about-1 {
        margin-top: -90px
    }

    .about-1-wrapper {
        padding: 45px 20px
    }

    .abox-1 {
        text-align: center
    }

    #ab-1-1,#ab-1-2 {
        margin-bottom: 30px
    }

    .abox-7-txt h4 {
        font-size: 1.6rem
    }

    .about-2-title {
        margin-bottom: 25px
    }

    .about-2-btn {
        margin-top: 0;
        margin-bottom: 40px
    }

    .about-5-img,.about-6-img {
        height: 220px;
        margin: 40px 15px 40px
    }

    #features-12.tra-bkg:after {
        width: 100%;
        left: 0
    }

    .fbox-9-wrapper {
        padding: 0;
        margin-top: 40px
    }

    #features-10 .section-title {
        margin-bottom: 40px
    }

    #features-4 .section-title p.p-xl {
        padding: 0;
        margin-top: 15px
    }

    .fbox-1 {
        padding: 50px 8%
    }

    .fbox-2 {
        text-align: center;
        padding: 0 5%
    }

    .fbox-3 {
        text-align: center;
        padding: 0 3%
    }

    .fbox-4 {
        padding: 40px 10%
    }

    .fbox-5 {
        padding: 45px 15%
    }

    .fbox-6 {
        padding: 50px 20px
    }

    .fbox-8 {
        padding: 35px 14%
    }

    #fb-10-1,#fb-10-2 {
        margin-top: 0
    }

    .fbox-13-txt {
        padding: 100px 30px 50px
    }

    .fbox-13 h5 {
        margin-bottom: 5px
    }

    .fbox-6-ico {
        padding-right: 20px;
        margin-bottom: 30px
    }

    .step {
        width: 40px;
        height: 40px;
        margin: 0 auto 25px
    }

    .step span {
        font-size: 20px;
        line-height: 40px
    }

    #content-10:after {
        width: 100%;
        height: 37%;
        top: 60%;
        left: 0
    }

    #content-11:after {
        width: 100%;
        height: 40%;
        top: 53%;
        left: 0
    }

    #content-3 .txt-block {
        margin-top: 40px;
        padding-bottom: 80px
    }

    #content-11 .txt-block,#content-12 .txt-block {
        margin-bottom: 40px
    }

    .content-12-txt {
        padding: 45px 25px
    }

    .content-12-txt h4 {
        margin-bottom: 15px
    }

    #content-4.pt-100 {
        padding-bottom: 70px
    }

    #content-4.pt-100 .img-block.left-column {
        margin-bottom: 40px
    }

    .content-6-img {
        padding: 0
    }

    #pb-1-1,#pb-1-2 {
        margin-bottom: 30px
    }

    .card-2 {
        margin: 0 5px 30px
    }

    .card-3 {
        padding: 50px 15px
    }

    .card-1-txt {
        padding: 35px 12px
    }

    .card-2-txt {
        padding: 45px 25px 40px
    }

    .card-3 h6 {
        font-size: 1.25rem;
        margin-top: 25px;
        margin-bottom: 8px
    }

    .card-3 p {
        font-size: 1.1rem
    }

    #gallery-1.bg-50 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    #gallery-1.bg-50:after {
        width: 74%;
        height: 100%;
        left: 13%
    }

    .gallery-wrap {
        margin-bottom: 0
    }

    .masonry-filter.mb-40 {
        text-align: center;
        margin-bottom: 15px
    }

    .masonry-filter.mb-50 {
        text-align: center;
        margin-bottom: 20px
    }

    .masonry-filter button {
        width: 100%;
        display: block!important;
        padding: 1rem 0;
        float: none!important;
        font-size: .975rem;
        margin: 0 0 5px 0
    }

    .masonry-filter button.is-checked:before {
        opacity: 0
    }

    .masonry-filter button:hover {
        background-color: #f5f5f5;
        border-bottom: none
    }

    .bg-dark .masonry-filter button:hover {
        background-color: #424242;
        color: #fff;
        border-bottom: none
    }

    .masonry-filter button.is-checked {
        background-color: #f0f0f0;
        border-bottom: none
    }

    .bg-dark .masonry-filter button.is-checked {
        background-color: #393939;
        color: #fff;
        border-bottom: none
    }

    .masonry-wrap .masonry-image {
        width: 100%;
        padding: 0 15px
    }

    .masonry-wrap .masonry-image.first-img {
        margin-top: 0
    }

    #gallery-3 .masonry-wrap .masonry-image {
        width: 100%;
        padding: 0
    }

    .project-meta-txt span {
        font-size: 1.1rem
    }

    #img-4-1,#img-4-2,#img-4-3,#img-4-4 {
        padding: 0 15px
    }

    #img-4-1.gallery-image,#img-4-2.gallery-image,#img-4-3.gallery-image {
        margin-bottom: 30px
    }

    #img-5-1,#img-5-2,#img-5-3 {
        padding: 0 30px
    }

    .gallery-section .slick-dots {
        display: none
    }

    .project-info p {
        font-size: 1rem
    }

    .project-info p span {
        right: 0;
        bottom: 17px
    }

    .project-2-description .project-info p span {
        right: 0;
        bottom: 8px
    }

    #video-1 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    #video-2 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    #video-2 h2 {
        margin-bottom: 15px
    }

    #team-2 .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .tm-meta h5.fraunces-font {
        font-size: 1.6rem
    }

    .tm-meta h6.fraunces-font {
        font-size: 1.35rem
    }

    .tm-meta h6.h6-lg {
        font-size: 1.375rem
    }

    .tm-meta h6.h6-xs {
        font-size: 1.25rem
    }

    .tm-meta p {
        font-size: 1.175rem
    }

    .pricing-1-table,.pricing-1-table.highlight {
        padding: 60px 25px
    }

    .pricing-table-badge {
        top: 15px;
        right: 20px;
        font-size: .85rem
    }

    ul.features {
        font-size: 1.1rem
    }

    .pricing-list li {
        margin: 0 0 20px
    }

    .pricing-notice p {
        padding: 0
    }

    .review-1 {
        padding: 45px 30px
    }

    .review-1-txt {
        text-align: center;
        padding: 0;
        margin-top: 10px
    }

    .review-1-txt p.p-md {
        margin-bottom: 20px
    }

    .review-1-brand {
        text-align: center
    }

    .review-1-brand img {
        max-height: 75px;
        padding-left: 0
    }

    .review-2,.review-3 {
        padding: 45px 30px;
        margin: 0 5px 10px
    }

    .reviews-4-txt h3 {
        font-size: 1.5rem;
        margin-bottom: 30px
    }

    #brands-1 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .brands-section h4 {
        padding: 0;
        margin-bottom: 40px
    }

    #brands-1 .brand-logo {
        padding: 0 4px
    }

    #brands-2 .brand-logo {
        width: 50%;
        padding: 0 8px
    }

    #brands-3 .brand-logo img {
        padding: 0 20%
    }

    #brands-3 .brand-logo h5 {
        margin: 10px 0
    }

    .statistic-block h2,.statistic-block h3 {
        font-size: 3rem
    }

    #statistic-3 .statistic-block-txt h4,#statistic-4 .statistic-block h3,#statistic-5 .statistic-block-txt h3,#statistic-5 .statistic-block-txt h4 {
        font-size: 2.5rem
    }

    #statistic-2 .statistic-block p {
        padding: 0 15%
    }

    .s-icon.ico-60 [class*=flaticon-]:after,.s-icon.ico-60 [class*=flaticon-]:before,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:after,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:before {
        font-size: 3.85rem
    }

    .cta-3-wrapper {
        padding: 35px 30px;
        margin: 0 2%
    }

    .cta-2-txt,.cta-4-txt {
        padding: 0 5%
    }

    .cta-1-btn.text-right,.cta-1-txt {
        text-align: center!important
    }

    .cta-5-txt {
        padding: 0 5%
    }

    .cta-1-txt h4 {
        font-size: 1.65rem;
        line-height: 1.3
    }

    .cta-2-txt h3 {
        font-size: 1.95rem;
        line-height: 1.3
    }

    .cta-3-txt h4 {
        font-size: 1.65rem;
        line-height: 1.3;
        margin-bottom: 20px
    }

    .cta-4-txt h4 {
        font-size: 1.65rem;
        line-height: 1.3;
        margin-bottom: 25px
    }

    .cta-5-txt h4 {
        font-size: 1.65rem;
        line-height: 1.3
    }

    .cta-6-txt h3 {
        font-size: 1.95rem;
        line-height: 1.3
    }

    .cta-1-txt p {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .cta-2-txt p {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 25px
    }

    .cta-3-btns .btn.mr-10 {
        margin-right: 0;
        margin-bottom: 15px
    }

    .cta-5-btn .btn.mr-15 {
        margin: 0 15px 15px
    }

    .cta-6-btn .btn {
        margin: 0 10px 20px
    }

    #banner-1 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .banner-1-txt h2 {
        padding: 0;
        margin-bottom: 15px
    }

    .banner-2-txt h2 {
        font-size: 2.45rem;
        margin-bottom: 20px
    }

    .banner-3-txt h6 {
        font-size: 1rem
    }

    .banner-3-txt h2 {
        font-size: 2.15rem;
        margin-bottom: 30px
    }

    .banner-1-txt p {
        font-size: 1.1rem;
        padding: 0;
        margin-bottom: 25px
    }

    .banner-2-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .banner-section .btns-group .btn.mr-15 {
        margin: 0 5% 15px
    }

    .btns-group a.mr-25 {
        margin-right: 15px
    }

    #download-1 {
        background-position: right center
    }

    .download-logo {
        margin-bottom: 25px
    }

    .download-logo img {
        max-height: 85px
    }

    .download-1-txt {
        text-align: center
    }

    #download-2 .txt-block {
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px
    }

    .download-1-txt p.p-lg {
        padding: 0
    }

    #faqs-1 h6.h6-lg {
        line-height: 1.4
    }

    #accordion .card-header h5 span {
        display: none
    }

    #faqs-2 .card-header {
        padding: 20px 0
    }

    #accordion .card-header h5 {
        font-size: 1.175rem;
        line-height: 1.4;
        padding-right: 30px
    }

    #faqs-2 #accordion [data-toggle=collapse].collapsed:after,#faqs-2 #accordion [data-toggle=collapse]:after {
        font-size: .75rem;
        top: 26px;
        right: 0
    }

    .faqs-contacts-wrapper {
        margin: 0
    }

    .faqs-contacts {
        padding: 40px 35px;
        margin-top: 40px
    }

    .more-questions {
        padding: 40px 20px;
        margin: 30px 0 0
    }

    .more-questions-txt {
        text-align: center;
        margin-bottom: 15px
    }

    .more-questions-title p {
        padding: 0
    }

    .more-questions-txt p {
        font-size: 1.05rem
    }

    .more-questions .col-lg-3.text-right {
        text-align: center!important
    }

    #newsletter-1 .section-title p {
        padding: 0 5%
    }

    .newsletter-txt {
        padding: 0 15px
    }

    .newsletter-section .form-control {
        display: block;
        width: 100%!important;
        text-align: center;
        height: 54px;
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .newsletter-section .input-group-btn {
        display: block;
        width: 100%!important
    }

    .newsletter-section .btn {
        margin-left: 0
    }

    .newsletter-txt p {
        padding: 0
    }

    .newsletter-form p.p-sm a {
        display: block
    }

    .blog-post-txt {
        padding: 35px 20px 30px
    }

    #blog-2 .blog-post-txt {
        padding: 30px 0 20px
    }

    #blog-3 .blog-post-txt {
        padding: 35px 20px 20px
    }

    .blog-post-txt h5.h5-xs {
        font-size: 1.25rem;
        margin-bottom: 20px
    }

    .blog-2-post h5.h5-md {
        font-size: 1.6rem
    }

    .blog-3-post h5.fraunces-font {
        font-size: 1.5rem
    }

    #blog-2 .post-author {
        padding-left: 3px
    }

    #blog-2 .post-author h5 {
        margin-bottom: 8px
    }

    .post-author span {
        font-size: 1.1rem
    }

    .post-link.ico-20 [class*=flaticon-]:after,.post-link.ico-20 [class*=flaticon-]:before {
        font-size: 1.3rem
    }

    ul.blog-category-list>li p {
        font-size: 1.1rem
    }

    .badge {
        font-size: .9rem;
        padding: 6px 10px;
        margin-right: 3px;
        margin-bottom: 10px
    }

    .badge a {
        font-size: .9rem
    }

    .quote {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .quote p {
        font-size: 1.15rem!important
    }

    .post-tags-list span a {
        font-size: 1rem;
        padding: 5px 12px
    }

    #leave-comment h5 {
        margin-bottom: 12px
    }

    .comments-wrapper img {
        width: 60px;
        height: 60px;
        margin-right: 14px
    }

    .comments-wrapper a.mr-25 {
        margin-right: 0
    }

    .comment-meta h6 {
        margin-bottom: 4px
    }

    #contacts-2 {
        padding-bottom: 20px
    }

    .contact-2-box {
        padding-left: 0;
        margin-bottom: 37px
    }

    .contact-1-box p,.contact-3-box p {
        font-size: 1.125rem
    }

    .contact-2-box p {
        font-size: 1.0625rem
    }

    .google-map {
        padding: 0 0 74%
    }

    .footer h6.fraunces-font {
        font-size: 1.35rem
    }

    .footer a,.footer p {
        font-size: 1.1rem
    }

    .footer a.foo-tag {
        font-size: .95rem
    }

    #footer-3 .footer-logo img,.footer-logo img {
        max-height: 45px
    }

    .footer-img img.insta-img {
        width: 96px;
        height: 96px;
        margin: 5px
    }

    .footer-tags-list li {
        margin: 8px 1px
    }

    .foo-tag {
        padding: 5px 8px
    }

    #footer-5 .footer-store-badges {
        text-align: left!important
    }

    .footer-store-badges .store {
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        margin-bottom: 15px
    }

    .foo-socials a {
        width: 35px;
        height: 35px;
        margin: 0 7px
    }

    .footer-form .form-control {
        height: 52px;
        font-size: 1.1rem
    }

    .footer-form .btn {
        height: 52px;
        font-size: 1.75rem
    }

    .bottom-footer {
        margin-top: 0
    }

    .footer-copyright p {
        line-height: 1.45
    }

    .bottom-footer-list li {
        margin: 0 6px 0 0
    }

    .bottom-footer-list a,.bottom-footer-list p,.footer-copyright p {
        font-size: 1.0625rem!important
    }

    .bottom-footer-list p:after {
        padding-left: 8px
    }

    .page-hero-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #breadcrumb {
        margin-bottom: 18px
    }

    .breadcrumb-item a,.breadcrumb-item.active {
        font-size: .875rem
    }

    #breadcrumb {
        margin-bottom: 10px
    }
}

@media (max-width: 320.95px) {
    #stlChanger {
        display:none
    }

    .m-row {
        display: flex;
        flex-flow: wrap
    }

    .m-bottom,.m-top {
        width: 100%
    }

    .m-bottom {
        order: 1
    }

    .m-top {
        order: 0
    }

    h6.h6-xs {
        font-size: 1.15rem
    }

    h6.h6-sm {
        font-size: 1.15rem
    }

    h6.h6-md {
        font-size: 1.15rem
    }

    h6.h6-lg {
        font-size: 1.175rem
    }

    h6.h6-xl {
        font-size: 1.175rem
    }

    h5.h5-xs {
        font-size: 1.2rem
    }

    h5.h5-sm {
        font-size: 1.25rem
    }

    h5.h5-md {
        font-size: 1.25rem
    }

    h5.h5-lg {
        font-size: 1.3rem
    }

    h5.h5-xl {
        font-size: 1.35rem
    }

    h4.h4-xs {
        font-size: 1.4rem
    }

    h4.h4-sm {
        font-size: 1.45rem
    }

    h4.h4-md {
        font-size: 1.5rem
    }

    h4.h4-lg {
        font-size: 1.55rem
    }

    h4.h4-xl {
        font-size: 1.55rem
    }

    h3.h3-xs {
        font-size: 1.6rem
    }

    h3.h3-sm {
        font-size: 1.6rem
    }

    h3.h3-md {
        font-size: 1.65rem
    }

    h3.h3-lg {
        font-size: 1.65rem
    }

    h3.h3-xl {
        font-size: 1.7rem
    }

    h2.h2-xs {
        font-size: 1.75rem
    }

    h2.h2-sm {
        font-size: 1.75rem
    }

    h2.h2-md {
        font-size: 1.85rem
    }

    h2.h2-lg {
        font-size: 1.85rem
    }

    h2.h2-xl {
        font-size: 1.875rem
    }

    h2.h2-title-xs {
        font-size: 2.35rem
    }

    h2.h2-title-sm {
        font-size: 2.5rem
    }

    h2.h2-title-md {
        font-size: 2.65rem
    }

    h2.h2-title-lg {
        font-size: 2.8rem
    }

    h2.h2-title-xl {
        font-size: 3rem
    }

    p.p-sm {
        font-size: 1rem
    }

    p {
        font-size: 1rem
    }

    p.p-md {
        font-size: 1rem
    }

    p.p-lg {
        font-size: 1.05rem
    }

    p.p-xl {
        font-size: 1.0625rem
    }

    .btn,.btn.btn-lg,.btn.btn-md {
        font-size: 16px
    }

    .btn.btn-sm {
        font-size: 16px;
        padding: 12px 24px
    }

    .btn.btn-lg,.btn.btn-md {
        padding: 13px 30px
    }

    .btn.btn-tra.btn-lg,.btn.btn-tra.btn-md {
        padding: 13px 24px
    }

    .video-btn-lg {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }

    .video-btn-md {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }

    .video-btn-sm {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }

    .video-btn.video-btn-lg [class^=flaticon-]:after,.video-btn.video-btn-lg [class^=flaticon-]:before {
        font-size: 3.75rem;
        line-height: 80px!important;
        margin-left: 7px
    }

    .video-btn.video-btn-md [class^=flaticon-]:after,.video-btn.video-btn-md [class^=flaticon-]:before {
        font-size: 2.75rem;
        line-height: 60px!important;
        margin-left: 6px
    }

    .video-btn.video-btn-sm [class^=flaticon-]:after,.video-btn.video-btn-sm [class^=flaticon-]:before {
        font-size: 2.75rem;
        line-height: 60px!important;
        margin-left: 6px
    }

    .video-btn.video-btn-lg:hover:before {
        left: -18px;
        right: -18px;
        top: -18px;
        bottom: -18px
    }

    .video-btn.video-btn-md:hover:before {
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px
    }

    .video-btn.video-btn-sm:hover:before {
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px
    }

    .store {
        margin-right: 10px
    }

    .store img {
        max-height: 42px
    }

    .footer .store img {
        max-height: 48px
    }

    span.os-version {
        font-size: .925rem;
        line-height: 1.25;
        font-weight: 300
    }

    #clock .cbox-1 {
        padding: 0 15px
    }

    #clock span.cbox-1-digit {
        font-size: 2rem
    }

    .ico-60 [class*=flaticon-]:after,.ico-60 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-65 [class*=flaticon-]:after,.ico-65 [class*=flaticon-]:before {
        font-size: 4.375rem
    }

    .ico-70 [class*=flaticon-]:after,.ico-70 [class*=flaticon-]:before {
        font-size: 4.6875rem
    }

    .ico-75 [class*=flaticon-]:after,.ico-75 [class*=flaticon-]:before {
        font-size: 5rem
    }

    .section-id {
        font-size: .975rem;
        margin-bottom: 25px
    }

    #reviews-4 .section-id {
        margin-bottom: 30px
    }

    #brands-3 .section-title p.p-xl {
        padding: 0
    }

    .section-title.mb-50 {
        margin-bottom: 35px
    }

    .section-title.mb-60 {
        margin-bottom: 45px
    }

    .section-title.mb-70 {
        margin-bottom: 50px
    }

    .section-title.mb-80 {
        margin-bottom: 55px
    }

    .section-title p.p-xl {
        padding: 0
    }

    h5.sm-title {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .txt-block .btn,.txt-block .stores-badge {
        margin-top: 15px
    }

    .stars-rating,.stars-rating p {
        font-size: .95rem
    }

    .wsmobileheader .smllogo {
        display: block;
        margin-top: 35px;
        padding-left: 18px
    }

    .smllogo img {
        width: auto;
        max-width: inherit;
        max-height: 40px
    }

    .hero-28-gradient {
        padding: 40px 0 40px;
        margin-bottom: -20px
    }

    .slider,.slider .slides {
        height: 400px
    }

    #hero-25 .slider,#hero-25 .slider .slides {
        height: 460px
    }

    .slider .indicators {
        bottom: 25px
    }

    .hero-logo {
        display: inline-block;
        margin: 0 auto 30px
    }

    .hero-logo img {
        max-height: 50px
    }

    #hero-29 .hero-logo img {
        max-height: 45px
    }

    .hero-logo-txt h4 {
        font-size: 1.35rem
    }

    .hero-logo span {
        top: -1px
    }

    #hero-1 .caption-txt,#hero-25 .caption-txt {
        margin-top: -20px
    }

    .hero-2-txt,.hero-8-txt {
        margin-bottom: 40px
    }

    .hero-7-txt {
        margin-top: 0;
        margin-bottom: 40px
    }

    .hero-19-txt {
        padding: 0
    }

    #hero-20 .caption-txt {
        margin-top: -30px
    }

    .hero-21-txt {
        text-align: center;
        margin-bottom: 40px
    }

    .hero-22-txt {
        text-align: center
    }

    #hero-1 h2 {
        font-size: 2.25rem;
        padding: 0
    }

    .hero-2-txt h2,.hero-4-title h2 {
        font-size: 1.8rem
    }

    .hero-3-txt h2 {
        font-size: 2.15rem;
        line-height: 1.2
    }

    .hero-5-txt h2.h2-title-lg {
        font-size: 4rem
    }

    .hero-6-txt h2.h2-title-md {
        font-size: 2.35rem;
        margin-bottom: 20px
    }

    .hero-7-txt h2 {
        font-size: 2.35rem
    }

    .hero-8-txt h3 {
        font-size: 1.5rem;
        margin-bottom: 15px
    }

    #hero-12 h2 {
        font-size: 2.25rem;
        margin-bottom: 20px
    }

    #hero-12 h6,#hero-18 h6 {
        font-size: .95rem
    }

    .hero-13-txt h3 {
        font-size: 1.5rem;
        padding: 0
    }

    .hero-14-txt h3 {
        font-size: 1.5rem;
        margin-bottom: 15px
    }

    .hero-21-txt h2 {
        font-size: 1.9rem;
        padding: 0
    }

    #hero-16 h2 {
        font-size: 1.85rem;
        margin-bottom: 25px
    }

    #hero-17 h4 {
        margin-bottom: 30px
    }

    #hero-17 h2.h2-title-xs {
        font-size: 2.25rem;
        padding: 0
    }

    #hero-17 h2.h2-md {
        line-height: 1.25;
        margin-bottom: 15px
    }

    .hero-18-txt h2 {
        font-size: 2rem
    }

    .hero-19-txt h2 {
        font-size: 1.5rem
    }

    #hero-20 h2 {
        font-size: 1.5rem;
        padding: 0;
        margin-bottom: 15px
    }

    .hero-22-txt h2 {
        font-size: 1.85rem
    }

    .hero-23-txt h4 {
        line-height: 1.3;
        margin-bottom: 25px
    }

    .hero-24-txt h2 {
        padding: 0 5%
    }

    #hero-28 h2 {
        font-size: 2.25rem
    }

    #hero-25 h2 {
        font-size: 2rem
    }

    .hero-26-txt h2 {
        font-size: 2.25rem;
        margin-bottom: 20px
    }

    .hero-27-txt h2 {
        font-size: 2.1rem;
        line-height: 1.3
    }

    .hero-30-txt h2 {
        margin-top: 30px
    }

    .hero-30-txt h2:before {
        width: 130px
    }

    .hero-30-txt h5 {
        font-size: 1.125rem;
        padding: 0
    }

    #hero-1 .caption-txt p {
        font-size: 1.15rem;
        padding: 0 10%;
        margin-bottom: 25px
    }

    .hero-10-txt p,.hero-11-txt p,.hero-13-txt p,.hero-16-txt p,.hero-17-txt p,.hero-18-txt p,.hero-2-txt p .hero-3-txt p,.hero-9-txt p {
        padding: 0
    }

    .hero-5-txt p {
        padding: 0 3%
    }

    .hero-6-txt p {
        font-size: 1.05rem;
        padding: 0;
        margin-bottom: 25px
    }

    .hero-21-txt p,.hero-7-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-8-txt p {
        padding: 0;
        margin-bottom: 25px
    }

    #hero-12 .caption-txt p {
        font-size: 1.0625rem;
        padding: 0
    }

    .hero-14-txt p {
        font-size: 1.05rem;
        margin-bottom: 30px
    }

    .hero-19-txt p {
        font-size: 1.05rem;
        padding: 0;
        margin-bottom: 30px
    }

    #hero-20 .caption-txt p {
        font-size: 1.0625rem;
        padding: 0;
        margin-bottom: 25px
    }

    .hero-22-txt p {
        padding: 0 5%
    }

    #hero-25 .caption-txt p,.hero-24-txt p {
        padding: 0
    }

    .hero-27-txt p {
        padding: 0 3%
    }

    .hero-26-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .hero-28-txt p {
        font-size: 1.0625rem;
        padding: 0
    }

    .hero-29-txt p {
        padding: 0;
        margin-bottom: 35px
    }

    .hero-section .os-version {
        padding: 0 10%
    }

    .hero-10-txt .btns-group.mb-25 {
        margin-bottom: 15px
    }

    .hero-6-txt .btn.mr-15 {
        margin: 0 15px 15px
    }

    .hero-10-txt .btns-group .btn.mr-15,.hero-13-txt .btns-group .btn.mr-15,.hero-14-txt .btns-group .btn.mr-15,.hero-8-txt .btns-group .btn.mr-15 {
        margin: 0 5% 15px
    }

    #hero-29 .hero-socials {
        margin-top: 35px
    }

    .hero-socials ul li.li-txt {
        display: block!important
    }

    .hero-socials span.hero-socials-txt {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }

    .hero-banner {
        display: none
    }

    .hero-promo {
        text-align: center;
        margin: 0 0 -30px;
        padding: 40px 25px 35px
    }

    .hero-promo h2 {
        font-size: 4.5rem;
        margin-top: 10px
    }

    .hbox-1-wrapper {
        margin: 80px 0 0
    }

    #hero-27 .hbox-1-wrapper {
        margin-top: 40px
    }

    #hb-1-1,#hb-1-2,#hb-1-3 {
        padding: 45px 30px
    }

    .hbox-1 h5 {
        margin-bottom: 15px
    }

    .hero-26-data {
        text-align: center!important;
        padding: 25px 20px 30px;
        margin: -80px 2% 0
    }

    .hero-26-data h5 {
        font-size: 1.2rem;
        line-height: 1.4
    }

    #hero-11 .request-form,#hero-17 .request-form {
        margin: 30px 8px 25px
    }

    .request-form .form-control {
        display: block;
        width: 100%!important;
        text-align: center;
        height: 56px;
        margin-bottom: 10px
    }

    .request-form .input-group>.form-control:not(:last-child) {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .request-form .input-group-btn {
        display: block;
        width: 100%!important
    }

    .request-form .btn {
        display: block;
        height: 56px;
        width: 100%!important;
        margin: 5px 0 0 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px
    }

    .hero-form {
        margin: 0 3% 40px
    }

    .hero-form form {
        padding: 45px 15px 35px
    }

    .hero-form .register-form .btn {
        padding: 16px 30px
    }

    .hero-9-img {
        margin-left: -50%
    }

    .hero-9-img img {
        width: 135%;
        position: relative;
        max-width: none;
        display: inline-block
    }

    .hero-21-img {
        padding-top: 170px;
        padding-bottom: 130px
    }

    .hero-30-img img {
        width: auto;
        max-width: inherit;
        max-height: 85px
    }

    #about-1 {
        margin-top: -90px
    }

    .about-1-wrapper {
        padding: 45px 15px
    }

    .abox-1 {
        text-align: center
    }

    #ab-1-1,#ab-1-2 {
        margin-bottom: 30px
    }

    .abox-1 h5,.abox-1 h6 {
        line-height: 1.35;
        margin-bottom: 15px
    }

    .abox-7-txt h4 {
        font-size: 1.5rem
    }

    .about-2-title {
        margin-bottom: 25px
    }

    .about-2-btn {
        margin-top: 0;
        margin-bottom: 40px
    }

    .about-5-img,.about-6-img {
        height: 220px;
        margin: 40px 15px 40px
    }

    #features-12.tra-bkg:after {
        width: 100%;
        left: 0
    }

    .fbox-9-wrapper {
        padding: 0;
        margin-top: 40px
    }

    #features-10 .section-title {
        margin-bottom: 40px
    }

    #features-4 .section-title p.p-xl {
        padding: 0;
        margin-top: 15px
    }

    .fbox-1 {
        padding: 40px 4%
    }

    .fbox-2 {
        text-align: center;
        padding: 0 5%
    }

    .fbox-3 {
        text-align: center;
        padding: 0 3%
    }

    .fbox-4 {
        padding: 40px 10%
    }

    .fbox-5 {
        padding: 45px 10%
    }

    .fbox-6 {
        padding: 50px 20px
    }

    .fbox-8 {
        padding: 35px 14%
    }

    #fb-10-1,#fb-10-2 {
        margin-top: 0
    }

    .fbox-13-txt {
        padding: 100px 30px 40px
    }

    .fbox-13 h5 {
        font-size: 1.3rem;
        margin-bottom: 5px
    }

    .fbox-12 p {
        padding: 0
    }

    .fbox-6-ico {
        padding-right: 20px;
        margin-bottom: 30px
    }

    .step {
        width: 40px;
        height: 40px;
        margin: 0 auto 25px
    }

    .step span {
        font-size: 20px;
        line-height: 40px
    }

    #content-10:after {
        width: 100%;
        height: 35%;
        top: 62%;
        left: 0
    }

    #content-11:after {
        width: 100%;
        height: 35%;
        top: 55%;
        left: 0
    }

    #content-3 .txt-block {
        margin-top: 40px;
        padding-bottom: 80px
    }

    #content-11 .txt-block,#content-12 .txt-block {
        margin-bottom: 40px
    }

    .content-12-txt {
        padding: 45px 20px
    }

    .content-12-txt h4 {
        margin-bottom: 15px
    }

    #content-4.pt-100 {
        padding-bottom: 70px
    }

    #content-4.pt-100 .img-block.left-column {
        margin-bottom: 40px
    }

    .content-6-img {
        padding: 0
    }

    #pb-1-1,#pb-1-2 {
        margin-bottom: 30px
    }

    .card-2 {
        margin: 0 5px 30px
    }

    .card-3 {
        padding: 50px 15px
    }

    .card-1-txt {
        padding: 35px 25px
    }

    .card-2-txt {
        padding: 45px 15px 40px
    }

    .card-2-txt .card-price {
        top: -20px;
        right: 10px;
        padding: 6px 14px;
        font-size: 1.15rem
    }

    .card-3 h6 {
        font-size: 1.2rem;
        margin-top: 25px;
        margin-bottom: 8px
    }

    .card-3 p {
        font-size: 1rem
    }

    #gallery-1.bg-50 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    #gallery-1.bg-50:after {
        width: 74%;
        height: 100%;
        left: 13%
    }

    .gallery-wrap {
        margin-bottom: 0
    }

    .masonry-filter.mb-40 {
        text-align: center;
        margin-bottom: 15px
    }

    .masonry-filter.mb-50 {
        text-align: center;
        margin-bottom: 20px
    }

    .masonry-filter button {
        width: 100%;
        display: block!important;
        padding: 1rem 0;
        float: none!important;
        font-size: .95rem;
        margin: 0 0 5px 0
    }

    .masonry-filter button.is-checked:before {
        opacity: 0
    }

    .masonry-filter button:hover {
        background-color: #f5f5f5;
        border-bottom: none
    }

    .bg-dark .masonry-filter button:hover {
        background-color: #424242;
        color: #fff;
        border-bottom: none
    }

    .masonry-filter button.is-checked {
        background-color: #f0f0f0;
        border-bottom: none
    }

    .bg-dark .masonry-filter button.is-checked {
        background-color: #393939;
        color: #fff;
        border-bottom: none
    }

    .masonry-wrap .masonry-image {
        width: 100%;
        padding: 0 15px
    }

    .masonry-wrap .masonry-image.first-img {
        margin-top: 0
    }

    #gallery-3 .masonry-wrap .masonry-image {
        width: 100%;
        padding: 0
    }

    .project-meta-txt span {
        font-size: 1.05rem
    }

    #img-4-1,#img-4-2,#img-4-3,#img-4-4 {
        padding: 0 15px
    }

    #img-4-1.gallery-image,#img-4-2.gallery-image,#img-4-3.gallery-image {
        margin-bottom: 30px
    }

    #img-5-1,#img-5-2,#img-5-3 {
        padding: 0 30px
    }

    #gallery-4 .project-meta-txt {
        bottom: 55px
    }

    #gallery-4 .project-link {
        bottom: 25px
    }

    .gallery-section .slick-dots {
        display: none
    }

    .project-info p {
        font-size: .95rem
    }

    .project-info p span {
        right: 0;
        bottom: 17px
    }

    .project-2-description .project-info p span {
        right: 0;
        bottom: 8px
    }

    #video-1 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    #video-2 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    #video-2 h2 {
        margin-bottom: 15px
    }

    #team-2 .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .tm-meta h5.fraunces-font {
        font-size: 1.5rem
    }

    .tm-meta h6.fraunces-font {
        font-size: 1.3rem
    }

    .tm-meta h6.h6-lg {
        font-size: 1.275rem
    }

    .tm-meta h6.h6-xs {
        font-size: 1.1875rem
    }

    .tm-meta p {
        font-size: 1.175rem
    }

    .pricing-1-table,.pricing-2-table,.pricing-4-table {
        margin-left: 0;
        margin-right: 0
    }

    .pricing-1-table,.pricing-1-table.highlight {
        padding: 60px 25px
    }

    .pricing-1-table span.price,.pricing-2-table span.price,.pricing-4-table span.price,.pricing-5-table span.price {
        font-size: 70px
    }

    .pricing-1-table sup,.pricing-2-table sup,.pricing-4-table sup,.pricing-5-table sup {
        font-size: 40px;
        font-weight: 700;
        top: -17px;
        right: 3px
    }

    .pricing-2-table sup,.pricing-4-table sup,.pricing-5-table sup {
        font-size: 40px
    }

    .pricing-2-table sup.pricing-coins,.pricing-5-table sup.pricing-coins {
        font-size: 35px;
        top: -25px
    }

    .pricing-table-badge {
        top: 15px;
        right: 20px;
        font-size: .85rem
    }

    ul.features {
        font-size: 1rem
    }

    .pricing-list li {
        margin: 0 0 20px
    }

    .pricing-notice p {
        padding: 0
    }

    .review-1 {
        padding: 40px 20px
    }

    .review-1-txt {
        text-align: center;
        padding: 0;
        margin-top: 10px
    }

    .review-1-txt p.p-md {
        margin-bottom: 20px
    }

    .review-1-brand {
        text-align: center
    }

    .review-1-brand img {
        max-height: 75px;
        padding-left: 0
    }

    .review-2,.review-3 {
        padding: 45px 30px;
        margin: 0 5px 40px
    }

    .reviews-4-txt h3 {
        font-size: 1.5rem;
        margin-bottom: 30px
    }

    #brands-1 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .brands-section h4 {
        padding: 0;
        margin-bottom: 40px
    }

    #brands-1 .brand-logo {
        padding: 0 4px
    }

    #brands-2 .brand-logo {
        width: 50%;
        padding: 0 4px
    }

    #brands-3 .brand-logo img {
        padding: 0 20%
    }

    #brands-3 .brand-logo h5 {
        margin: 10px 0
    }

    .statistic-block h2,.statistic-block h3 {
        font-size: 3rem
    }

    #statistic-3 .statistic-block-txt h4,#statistic-4 .statistic-block h3,#statistic-5 .statistic-block-txt h3,#statistic-5 .statistic-block-txt h4 {
        font-size: 2.5rem
    }

    #statistic-2 .statistic-block p {
        padding: 0 15%
    }

    .s-icon.ico-60 [class*=flaticon-]:after,.s-icon.ico-60 [class*=flaticon-]:before,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:after,.statistic-5-wrapper .s-icon.ico-70 [class*=flaticon-]:before {
        font-size: 3.85rem
    }

    .cta-3-wrapper {
        padding: 35px 30px;
        margin: 0
    }

    .cta-1-btn.text-right,.cta-1-txt {
        text-align: center!important
    }

    .cta-4-txt {
        padding: 0 8%
    }

    .cta-5-txt {
        padding: 0 5%
    }

    .cta-2-txt h3 {
        font-size: 1.75rem;
        line-height: 1.3
    }

    .cta-3-txt h4 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 15px
    }

    .cta-4-txt h4 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 25px
    }

    .cta-5-txt h4 {
        font-size: 1.5rem;
        line-height: 1.3
    }

    .cta-6-txt h3 {
        font-size: 1.75rem;
        line-height: 1.3
    }

    .cta-1-txt p {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .cta-2-txt p {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .cta-6-txt p {
        padding: 0 4%
    }

    .cta-3-btns .btn.mr-10 {
        margin-right: 0;
        margin-bottom: 15px
    }

    .cta-5-btn .btn.mr-15 {
        margin: 0 15px 15px
    }

    .cta-6-btn .btn {
        margin: 0 10px 20px
    }

    #banner-1 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .banner-1-txt h2 {
        padding: 0;
        margin-bottom: 15px
    }

    .banner-2-txt h2 {
        font-size: 2.15rem;
        margin-bottom: 20px
    }

    .banner-3-txt h6 {
        font-size: .95rem
    }

    .banner-3-txt h2 {
        font-size: 2rem;
        margin-bottom: 30px
    }

    .banner-1-txt p {
        font-size: 1rem;
        padding: 0;
        margin-bottom: 25px
    }

    .banner-2-txt p {
        padding: 0;
        margin-bottom: 30px
    }

    .banner-section .btns-group .btn.mr-15 {
        margin: 0 5% 15px
    }

    .btns-group a.mr-25 {
        margin-right: 15px
    }

    .banner-3-txt .os-version {
        padding: 0 8%;
        line-height: 1.5
    }

    #download-1 {
        background-position: right center
    }

    .download-logo {
        margin-bottom: 25px
    }

    .download-logo img {
        max-height: 85px
    }

    .download-1-txt {
        text-align: center
    }

    #download-2 .txt-block {
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px
    }

    .download-1-txt p.p-lg {
        padding: 0
    }

    #faqs-1 h6.h6-lg {
        line-height: 1.4
    }

    #accordion .card-header h5 span {
        display: none
    }

    #faqs-2 .card-header {
        padding: 20px 0
    }

    #accordion .card-header h5 {
        font-size: 1.15rem;
        line-height: 1.4;
        padding-right: 20px
    }

    #faqs-2 #accordion [data-toggle=collapse].collapsed:after,#faqs-2 #accordion [data-toggle=collapse]:after {
        font-size: .75rem;
        top: 26px;
        right: 0
    }

    .faqs-contacts-wrapper {
        margin: 0
    }

    .faqs-contacts {
        padding: 40px 15px;
        margin-top: 40px
    }

    .more-questions {
        padding: 40px 20px;
        margin: 30px 0 0
    }

    .more-questions-txt {
        text-align: center;
        margin-bottom: 15px
    }

    .faqs-contacts h5.h5-xs {
        font-size: 1.175rem
    }

    .more-questions-title p {
        padding: 0
    }

    .more-questions-txt p {
        font-size: 1rem
    }

    .more-questions .col-lg-3.text-right {
        text-align: center!important
    }

    .newsletter-txt {
        padding: 0 5px
    }

    .newsletter-section .form-control {
        display: block;
        width: 100%!important;
        text-align: center;
        height: 54px;
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .newsletter-section .input-group-btn {
        display: block;
        width: 100%!important
    }

    .newsletter-section .btn {
        margin-left: 0
    }

    .newsletter-txt p {
        padding: 0
    }

    .newsletter-form p.p-sm a {
        display: block
    }

    .blog-post-txt {
        padding: 35px 15px 30px
    }

    #blog-2 .blog-post-txt {
        padding: 30px 0 20px
    }

    #blog-3 .blog-post-txt {
        padding: 35px 15px 20px
    }

    .blog-post-txt h5.h5-xs {
        font-size: 1.25rem;
        margin-bottom: 20px
    }

    .blog-2-post h5.h5-md {
        font-size: 1.6rem
    }

    .blog-3-post h5.fraunces-font {
        font-size: 1.4rem
    }

    #blog-2 .post-author h5 {
        margin-bottom: 8px
    }

    .post-author span,.post-date {
        font-size: 1rem
    }

    .post-link.ico-20 [class*=flaticon-]:after,.post-link.ico-20 [class*=flaticon-]:before {
        font-size: 1.3rem
    }

    ul.blog-category-list>li p {
        font-size: 1rem
    }

    .badge {
        font-size: .9rem;
        padding: 6px 10px;
        margin-right: 3px;
        margin-bottom: 10px
    }

    .badge a {
        font-size: .9rem
    }

    .quote {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .quote p {
        font-size: 1.05rem!important
    }

    .post-tags-list span a {
        font-size: .92rem;
        padding: 5px 10px
    }

    .post-share-links .share-social-icons a.share-ico span {
        width: 30px;
        height: 30px;
        font-size: 17px;
        margin-right: 5px
    }

    #leave-comment h5 {
        margin-bottom: 12px
    }

    .comments-wrapper img {
        width: 60px;
        height: 60px;
        margin-right: 14px
    }

    .comments-wrapper a.mr-25 {
        margin-right: 0
    }

    .comment-meta h6 {
        margin-bottom: 4px
    }

    #contacts-2 {
        padding-bottom: 20px
    }

    .contact-2-box {
        padding-left: 0;
        margin-bottom: 37px
    }

    .contact-1-box p,.contact-3-box p {
        font-size: 1.1rem
    }

    .contact-2-box p {
        font-size: 1.05rem
    }

    .google-map {
        padding: 0 0 86%
    }

    .footer h6.fraunces-font {
        font-size: 1.3rem
    }

    .footer a,.footer p {
        font-size: 1rem
    }

    .footer a.foo-tag {
        font-size: .935rem
    }

    #footer-3 .footer-logo img,.footer-logo img {
        max-height: 42px
    }

    .footer-img img.insta-img {
        width: 88px;
        height: 88px;
        margin: 4px
    }

    .footer-tags-list li {
        margin: 8px 1px
    }

    .foo-tag {
        padding: 5px 8px
    }

    #footer-5 .footer-store-badges {
        text-align: left!important
    }

    .footer-store-badges .store {
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        margin-bottom: 15px
    }

    .foo-socials a {
        width: 35px;
        height: 35px;
        margin: 0 5px
    }

    .footer-form .form-control {
        height: 52px;
        font-size: 1.05rem
    }

    .footer-form .btn {
        height: 52px;
        font-size: 1.75rem
    }

    .bottom-footer {
        margin-top: 0
    }

    .footer-copyright p {
        line-height: 1.45
    }

    .bottom-footer-list li {
        margin: 0 6px 0 0
    }

    .bottom-footer-list a,.bottom-footer-list p,.footer-copyright p {
        font-size: .975rem!important
    }

    .bottom-footer-list p:after {
        padding-left: 8px
    }

    .page-hero-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #breadcrumb {
        margin-bottom: 18px
    }

    .breadcrumb-item a,.breadcrumb-item.active {
        font-size: .875rem
    }

    #breadcrumb {
        margin-bottom: 10px
    }
}

.color-txt {
    color: #09515e
}

.global-heading h2 {
    font-size: 68px;
    font-weight: 700;
    line-height: 82px;
    color: #000
}

.global-heading h3 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 21px
}

.global-heading p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin: 0
}

.about-us-sec {
    margin-top: 70px
}

.about-us-sec .img-box {
    position: relative
}

.shape-box {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 430px;
    height: 142px
}

.txt-intro {
    position: relative;
    top: -80px
}

.about-us-sec .txt-intro p {
    font-size: 21px;
    color: #000;
    line-height: 33px
}

.ghost-slide-sec {
    background-color: #f4f4f4;
    padding: 100px 0 160px
}

.ghost-slide-sec .global-heading {
    margin-bottom: 80px
}

.book-slider .slick-dots {
    bottom: -80px
}

.book-slider {
    margin: 0!important
}

.book-slider .slick-dots li button {
    display: none
}

.book-slider .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #c3c3c3;
    border-radius: 50%
}

.book-slider .slick-dots li.slick-active {
    width: 38px;
    border-radius: 30px;
    background-color: #09515e
}

.book-slider .img-box img {
    margin: auto
}

.services-sec {
    padding: 80px 0 50px
}

.main-box {
    padding: 50px;
    border: 1px solid #7cbcc8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none
}

.main-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-box .caption {
    flex-basis: 50%;
    margin-left: 90px
}

.main-box .caption h2 {
    font-size: 38px;
    margin-bottom: 22px;
    line-height: 50px
}

.main-box .caption p {
    font-size: 16px;
    color: #000;
    margin-bottom: 22px;
    line-height: 22px;
    margin-bottom: 40px
}

.custom-btn {
    border: 1px solid #000;
    padding: 13px 29px;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.custom-btn span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    font-family: 'Libre Baskerville';
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.main-box.odd {
    flex-direction: row-reverse;
    background-color: #ecfafd
}

.main-box.odd .caption {
    margin-right: 90px;
    margin-left: 0
}

.custom-btn:hover {
    background-color: #000
}

.custom-btn:hover span {
    color: #fff
}

.main-box:last-child {
    border-bottom: 1px solid #7cbcc8
}

.request-quote-sec {
    padding: 80px 0
}

.request-quote-sec .global-heading {
    margin-bottom: 30px
}

.request-quote-sec .form-group input,.request-quote-sec .form-group select {
    width: 100%;
    height: 52px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    border: none;
    border-radius: 5px
}

.request-quote-sec .form-group {
    margin-right: 10px;
    margin-bottom: 8px
}

.request-quote-sec .col-md-12,.request-quote-sec .col-md-6 {
    padding: 0
}

.request-quote-sec .form-group input::-webkit-input-placeholder {
    color: #000
}

.request-quote-sec .form-group input::-moz-placeholder {
    color: #000
}

.request-quote-sec .form-group input:-ms-input-placeholder {
    color: #000
}

.request-quote-sec .form-group input:-moz-placeholder {
    color: #000
}

.request-btn {
    display: table;
    margin: auto;
    background-color: #09515e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 5px;
    font-family: 'Libre Baskerville';
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    border: 1px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.request-btn:hover {
    background-color: transparent;
    border: 1px solid #fff
}

.service-box {
    text-align: center;
    border: 1px solid #cee1e4;
    position: relative;
    margin-bottom: 30px
}

.link-anchor {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4
}

.service-box figure img {
    width: 100%;
    -webkit-transform: rotate(10deg) scale(1.3);
    transform: rotate(10deg) scale(1.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.service-box .caption h4 {
    color: #000;
    font-size: 16px;
    margin: 0
}

.service-box figure {
    margin: 0;
    overflow: hidden
}

.service-box .caption {
    padding: 17px 0
}

.service-box:hover figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.request-quote-sec .global-heading h3 {
    color: #fff
}

.detail-page-sec {
    padding: 60px 0
}

.detail-page-sec .desc p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px
}

.btn {
    min-width: 180px
}

#gallery-1 .section-title p {
    color: #fff
}

#service-qualities .fbox-6-wrapper .row>div>a>div {
    background: #fff;
    height: 100%;
    position: relative;
    padding: 40px 20px 50px 20px;
    transition: .5s;
    text-align: center;
    box-shadow: 0 34px 76px 0 rgba(13,72,162,.1)
}

#service-qualities .fbox-6-wrapper .row>div {
    margin-bottom: 30px;
    padding: 0 10px
}

#service-qualities .fbox-6-wrapper .row {
    justify-content: center
}

#service-qualities .fbox-6-wrapper .row>div a {
    display: block;
    height: 100%
}

#service-qualities .fbox-6-wrapper .row>div>a>div p {
    font-size: 16px;
    line-height: initial
}

.counter-item {
    height: 100%;
    text-align: center;
    color: #fff
}

.counter-item h3 {
    color: #fff
}

.counter-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600
}

.counter-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    max-width: 80%;
    margin: auto
}

.counter-wrapper {
    justify-content: center
}

.counter-wrapper>div {
    margin-bottom: 30px
}

#services-list ul li {
    font-size: 15px;
    list-style: circle;
    margin-bottom: 5px
}

#services-list ul {
    padding-left: 15px
}

.audio-video {
    margin-top: 50px
}

#hero-9 .row {
    min-height: 630px;
    align-items: center
}

#hero-9 {
    background-attachment: inherit!important;
    background-position: top right;
    margin-top: 0;
    padding-top: 50px;
    background-size: cover;
    background-position: center;
    background: #000 !important;
}

.text-red {
    color: #3f2d82!important
}

.hero-9-txt h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #f8633f;
    font-weight: 600;
    margin-bottom: 20px
}

.hero-9-txt h2 {
    font-size: 62px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0pz;
    color: #fff
}

.hero-9-txt h2 span {
    font-weight: 600;
    color: #fff;
    text-transform: lowercase
}

.h-banner-img img {
    max-width: 100%
}

.h-banner-img {
    max-width: 40%;
    margin-bottom: 0;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

#content-1 {
    background: url(../images/books.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center
}

#features-4 {
    background: url(../images/books1.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: left bottom
}

.hero-9-txt {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

#hero-6 {
    padding-bottom: 0;
    background-size: cover;
    background-position: top;
    background: #000 !important;
}

.white-overlay-top {
    display: none
}

#hero-6 img {
    max-width: 100%
}

.serv-box img {
    margin-bottom: 20px;
    height: 37px;
    filter: brightness(0) saturate(100%) invert(50%) sepia(35%) saturate(5224%) hue-rotate(338deg) brightness(107%) contrast(94%);
}

.serv-box h5 {
    font-size: 24px;
    font-weight: 600
}

.serv-box p {
    color: #353a4d
}

#service-qualities .fbox-6-wrapper .row>div>a>div:hover {
    box-shadow: 0 34px 76px 0 rgba(208,53,55,.1)
}

.gallery-wrap .gallery-carousel .slick-arrow {
    display: none!important
}

#hero-6 .row {
    min-height: 550px;
    align-items: center
}

.h2-lg.grey-color {
    color: #000;
}

.h2-lg span {
    color: #f05d45;
}

.counter-item img {
    margin-bottom: 20px;
    height: 240px
}

.grey-color li {
    color: #555
}

#package-include ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 1.125rem
}

#package-include ul li img {
    margin-right: 10px;
    position: relative;
    top: 5px
}

#package-include h2 {
    margin-bottom: 30px
}

.color-blue {
    color: #000;
}

b.color-blue {
    font-weight: 600;
    font-size: 1.125rem
}

#package-include ul {
    margin-bottom: 30px
}

.features-13-title .h2-lg.grey-color {
    font-size: 2.5rem;
    margin-bottom: 30px
}

.features-13-title .row {
    justify-content: center
}

.features-13-title .features-13-txt {
    text-align: center
}

.features-13-title .audio-video .features-13-txt {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 50px
}

.features-13-title .audio-video .features-13-txt h4 {
    color: #555
}

.features-13-title .audio-video .features-13-txt p {
    color: #555;
    font-size: 1.125rem
}

.features-13-title .audio-video .features-13-txt img {
    margin-right: 30px
}

.pb-100 {
    padding-bottom: 100px
}

.bg-grey {
    background: #efefef
}

.bg-grey img {
    mix-blend-mode: multiply
}

.small-banner {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed;
    background-size: cover
}

.small-banner h2 {
    margin-bottom: 30px
}

.brands-carousel .slick-arrow {
    display: none!important
}

.chatOpen open_chat_btn.white-color {
    color: #fff
}

.small-banner p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px
}

.color-orange {
    color: #ff7600
}

#pricing-5 .btn-theme {
    min-width: auto
}

.item-overlay::before {
    content: "View Large";
    padding: 10px 30px;
    background: #3f2d82;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.gallery-image .hover-overlay .item-overlay {
    display: flex;
    align-items: center;
    justify-content: center
}

.item-overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transform: scale(0);
    transition: .5s
}

.item-overlay:hover:after {
    transform: scale(.8)
}

.hero-6-txt ul li {
    display: inline-block;
    min-width: 49%;
    margin-bottom: 10px;
    font-weight: 500
}

.hero-6-txt ul li img {
    margin-right: 5px
}

.book-editing-section {
    padding: 100px 0
}

.book-editing-section .row {
    justify-content: center
}

.book-editing-section .section-title p {
    margin-bottom: 30px
}

.book-editing-section .section-title li {
    display: inline-block;
    padding: 5px 15px;
    background: #1049a2;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500
}

.book-editing-step .row {
    padding: 30px 0
}

.book-editing-step h4 {
    color: #353a4d;
    font-size: 2.5rem;
    margin-bottom: 20px
}

.book-editing-step p {
    color: #353a4d
}

.book-editing-step li {
    list-style: circle;
    font-size: 14px;
    font-weight: 400
}

.book-editing-step ul {
    padding-left: 14px;
    margin-bottom: 25px
}

.book-editing-step li::marker {
    color: #3f2d82
}

.book-editing-step img {
    max-width: 100%;
    min-height: calc(100% - 30px);
    object-fit: cover
}

.book-editing-step .row:last-child {
    padding-bottom: 0
}

.book-editing-section .section-title li img {
    margin-right: 10px
}

.ghostwriting-process {
    padding: 100px 0
}

.ghostwriting-process img {
    max-width: 100%;
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
    object-fit: cover
}

.ghostwriting-process li {
    font-size: 15px;
    list-style: circle;
    font-weight: 500;
    margin-bottom: 5px
}

.ghostwriting-process li::marker {
    color: #e43835
}

.ghostwriting-process ul {
    margin-bottom: 30px;
    padding-left: 16px
}

.g-process-1 {
    padding: 100px 0;
    background: url(../images/bg-10.jpg.jfif) center center no-repeat
}

.g-process-2 {
    padding: 100px 0
}

.g-process-3 {
    padding: 100px 0;
    background: #f7f7f7
}

.g-process-3 ul {
    list-style: circle;
    padding-left: 15px;
    margin-bottom: 30px
}

.g-process-3 a {
    font-weight: 500
}

.g-process-5 {
    padding: 100px 0;
    background: #f7f7f7
}

.g-process-5 h2 {
    font-size: 1.5rem;
    margin-bottom: 10px
}

.g-process-5 hr {
    margin: 2rem 0
}

.g-process-5 a {
    font-weight: 600
}

.g-process-1 ul {
    list-style: circle;
    padding-left: 15px;
    font-weight: 500
}

.g-process-6 {
    padding: 100px 0;
    background: #f7f7f7
}

.g-process-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 5px 10px 0 rgb(10 10 10 / 5%);
    border-radius: 5px;
    height: 100%
}

.g-process-box img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.g-process-box h3 {
    font-size: 24px;
    color: #555;
    margin-top: 20px
}

.g-process-box p {
    font-size: 15px
}

.g-process-6 .row>div {
    margin-bottom: 30px
}

.fbox-4 .fbox-ico span {
    color: #0c4aa3!important
}

textarea.form-control {
    min-height: 100px!important
}

.side-form-wrapper {
    position: fixed;
    right: -401px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    transition: .5s
}

.side-form {
    background: #f8633fd1;
    padding: 30px 15px;
    width: 400px
}

.side-form .m-2 {
    margin: .5rem 0!important
}

.side-form-wrapper .side-form-btn {
    background: #f8633f;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    position: absolute;
    transform: rotate(-90deg);
    left: -167px;
    top: 220px;
    border-bottom: none;
    outline: 0!important
}

.open-side-form .side-form-wrapper {
    right: 0
}

.open-side-form .custom-ovarlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000cc;
    top: 0;
    left: 0;
    z-index: 9999
}

.open-side-form {
    overflow: hidden
}

.side-form-wrapper h3 {
    max-width: 370px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500
}

.modal-content {
    border: none;
    border-radius: 8px
}

.popup_form {
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px
}

.popup_form .close_popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #f05d45;
    line-height: 1;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50px
}

.popup_form .title {
    color: #000;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600
}

.popup_form .c_field {
    background: 0 0;
    border: 2px solid #a6a8af;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 12px;
    border-radius: 5px;
    color: #000;
    font-size: 13px
}

.popup_form .btn_green {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    min-width: 130px;
    letter-spacing: .8px;
    background: #f05d45;
    border: none;
    color: #fff
}

.popup_form .btn_green:hover,.popup_form .close_popup:hover {
    color: #fff;
    background: #3f2d82
}

body.modal-open {
    padding: 0!important;
    overflow: hidden!important
}

.modal {
    padding-right: 0!important
}

.popup_form .form-check label {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    letter-spacing: .3px
}

.popup_form .form-check {
    margin-bottom: 16px
}

.show_loader {
    position: relative
}

.show_loader:after {
    content: "";
    background: url(../images/loader.gif);
    width: 18px;
    display: inline-block;
    height: 18px;
    background-size: cover;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -4px
}

.success_msg {
    position: relative;
    font-weight: 600;
    color: #000!important;
    font-size: 13px!important;
    margin: 0;
    padding: 11px 15px;
    background: #fff;
    border: 1px solid;
    margin-top: 20px
}

.success_msg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #ff0053
}

.faq-section {
    padding: 100px 0
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 2rem
}

.faq-section .card-header {
    padding: 0;
    background: no-repeat;
    border-bottom: none
}

.faq-section #accordion .card-body {
    padding: 10px 0;
    color: #757575;
    font-size: 1.2rem
}

.faq-section .card-header button.btn {
    border-radius: 0;
    width: 100%;
    display: block;
    text-align: left;
    padding: 1.5rem 0;
    position: relative;
    color: #f05d45 !important;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600
}

.faq-section .card-header button.btn.collapsed::before {
    content: "\f107";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    transform: rotate(0)
}

.faq-section .card-header button.btn::before {
    content: "\f107";
    position: absolute;
    font-size: 30px;
    right: 19px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #f05d45;
    transform: rotate(180deg);
    transition: .5s
}

.faq-section .card-header button.btn.collapsed {
    color: #353a4d!important
}

.faq-section #accordion .card {
    margin-bottom: 0
}

.faq-section #accordion .card {
    border-bottom: none;
    border-top: 1px solid #bfdbee
}

.book-editing-section .section-title li {
    margin: 2px
}

label.error {
    display: none!important
}

.error.c_field,.error.form-control {
    border: 2px solid red
}

#gallery-1.bg-100.home-portfolio {
    background: 0 0
}

#gallery-1.bg-100 .section-title .grey-color {
    color: #222
}

#gallery-1.bg-100.home-portfolio .slick-dots li.slick-active button::before {
    background: #09235c
}

.gallery-image.slick-center .hover-overlay .item-overlay {
    opacity: 1
}

.gallery-image.slick-center .hover-overlay .item-overlay::after {
    transform: scale(.8)
}

#header .topbar {
    text-align: right;
    padding: 7px;
    background: #f8633f;
}

#header .topbar a i {
    font-weight: 600
}

#header .topbar a {
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
    color: #fff;
    font-weight: 500
}

.wsmenu>.wsmenu-list>li.active>a {
    color: #e03938
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li.active a {
    color: #e23939
}

.blog-section {
    padding: 100px 0
}

.blog-detail-section {
    padding: 100px 0
}

.blog-detail-section h1 {
    margin-bottom: 1.5rem;
    color: #09235c
}

.blog-detail-section h2 {
    margin: 1.5rem 0
}

.blog-detail-section p {
    margin-bottom: 1.5rem
}

.blog-section .row>div {
    margin-bottom: 30px
}

.blog-section .blog-1-post {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 35px;
    box-shadow: 7px 7px 36px 0 hsl(221deg 82% 20% / 13%)
}

.blog-section .blog-1-post .post-author {
    position: absolute;
    bottom: 26px
}

.blog-detail-section .related-blog {
    height: 100%;
    background: #f7f7f7;
    padding: 30px 10px
}

.blog-detail-section .related-blog h2 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #09235c;
    margin-bottom: 10px
}

.blog-detail-section .related-blog .related-blog-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #cdcdcd;
    padding: 15px 0
}

.blog-detail-section .related-blog .related-blog-item img {
    width: 90px;
    height: 100%;
    margin-right: 10px
}

.blog-detail-section .related-blog .related-blog-item h3 {
    font-size: 15px
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li {
    text-align: left
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    text-align: left
}

.wsmenu>.wsmenu-list>li>ul.sub-menu h3 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase;
    position: relative
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li a {
    position: relative;
    text-transform: capitalize
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li a::before {
    content: "";
    font-weight: 700;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #09235c;
    border-radius: 100%;
    top: -3px;
    position: relative;
    display: none
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li a {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li {
    margin-bottom: 0
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    border-radius: 0
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li:hover a {
    padding-left: 0;
    color: #3f2d82
}

.other-services {
    margin-top: 30px;
    text-align: center
}

.other-services li {
    display: inline-block
}

.wsmenu>.wsmenu-list>li>ul.sub-menu .other-services li a {
    color: #09235c;
    font-weight: 600;
    text-decoration: underline
}

.wsmenu>.wsmenu-list>li>ul.sub-menu .other-services li a::before {
    display: none
}

.wsmenu>.wsmenu-list>li>ul.sub-menu .other-services li a:hover {
    padding-left: 0;
    color: #c92b2a
}

.author-section {
    padding: 70px 0;
    padding-bottom: 0
}

.author-section .top {
    padding-bottom: 50px;
    border-bottom: none
}

.author-section .top h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--dark)
}

.author-section .top p {
    font-size: 18px;
    color: #040f4d
}

.author-item {
    padding: 100px 0
}

.author-item .tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none
}

.author-item .tags li {
    padding: 3px 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 3px;
    border-radius: 5px
}

.author-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px
}

.author-book img {
    max-width: 95%
}

.author-book {
    margin-bottom: 20px;
    display: none;
}

.about-author p {
    font-size: 16px;
    color: var(--text-gray)
}

.author-item .row {
    align-items: center
}

.author-img {
    position: relative
}

.author-img img {
    width: 100%
}

.author-img .author-name {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 210px;
    background: url(../images/new/author/red-star.png);
    bottom: -50px;
    left: -30px;
    padding: 50px;
    background-size: 100% 100%
}

.author-img .author-name h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    margin-top: 23px
}

.author-wrapper .author-item:nth-child(even) .row {
    flex-direction: row-reverse
}

.load-more button {
    font-size: 22px;
    padding: 15px 30px;
    border: none;
    background: #e9ebf0;
    text-transform: uppercase;
    border-radius: 7px;
    cursor: pointer
}

.load-more button:hover {
    background: #040f4d;
    color: #fff
}

.load-more {
    text-align: center;
    position: relative;
    margin-top: 50px
}

.load-more::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #e9ebf0;
    left: 0;
    top: 32px;
    z-index: -1
}

.author-book>div {
    display: inline-block;
    max-width: 18%
}

.fbox-13-txt h5 {
    text-transform: capitalize
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li a.active {
    color: #f05d45;
}

.social-slider-wrap>div.owl-carousel {
    height: 350px
}

.review-3 {
    min-height: 450px
}

.footer ul li a {
    text-transform: capitalize
}

.hero-6-txt ul.w-100 li {
    width: 100%
}

.about-us li {
    font-size: 1rem;
    color: #353a4d
}

.about-us p {
    color: #353a4d;
    font-size: 1rem
}

#header .an-btn {
    width: 200px;
    border: 1px solid #fff;
    text-align: center;
    padding: 11px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #f8633f;
}

#header .an-btn:hover {
    background: #f8633f;
    border-color: #f8633f;
}

.wsmenu>.wsmenu-list>li>a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 19px;
    background: #f05d45;
    transition: .5s;
    left: 0
}

.wsmenu>.wsmenu-list>li>a.active:hover:before,.wsmenu>.wsmenu-list>li>a:hover:before {
    width: 100%
}

.an-custom-container {
    max-width: 1570px;
    margin: auto;
    width: 100%
}

.hero-section .top {
    margin-top: 170px
}

.t-img {
    display: flex;
    margin-top: 20px
}

.t-img img {
    margin-right: 30px
}

.hero-section .bottom {
    padding: 30px 0;
    margin-top: 70px
}

.hero-section .bottom img {
    margin: auto;
    filter: brightness(0) invert(1);
    max-width: 150px
}

.brands-carousel .slick-track {
    display: flex;
    align-items: center
}

.clearfix::after {
    display: none
}

.banner-book-slider .item.swiper-slide {
    box-shadow: none
}

.swiper-3d .swiper-slide-shadow {
    display: none
}

.banner-book-slider h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0
}

.banner-book-slider p {
    font-size: 16px;
    color: #fff
}

.banner-book-slide .item.swiper-slide.swiper-slide-next>div {
    transform: scale(1.5)
}

.banner-book-slider .item.swiper-slide.swiper-slide-next>div {
    transform: rotate(-2deg) scale(.95) translateX(100px)
}

.banner-book-slider .item.swiper-slide.swiper-slide-next+.item.swiper-slide>div {
    transform: rotate(-4deg) scale(.9) translateX(200px)
}

.banner-book-slider .item.swiper-slide.swiper-slide-next+.item.swiper-slide+.item.swiper-slide {
    opacity: 0
}

.banner-book-slider .item.swiper-slide.swiper-slide-next>div h4,.banner-book-slider .item.swiper-slide.swiper-slide-next>div p {
    opacity: 0
}

.banner-book-slider .item.swiper-slide.swiper-slide-next+.item.swiper-slide {
    opacity: 1
}

.banner-book-slider .item.swiper-slide h4,.banner-book-slider .item.swiper-slide p {
    opacity: 0
}

.banner-book-slider .item.swiper-slide.swiper-slide-active h4,.banner-book-slider .item.swiper-slide.swiper-slide-active p {
    opacity: 1
}

.banner-book-slider .item.swiper-slide {
    opacity: 0;
    transition: .5s
}

.banner-book-slider .item.swiper-slide.swiper-slide-active {
    opacity: 1
}

.banner-book-slider .item.swiper-slide.swiper-slide-next {
    opacity: 1
}

.hero-section .btn {
    margin-right: 5px
}

.hero-section .btn-wrap {
    margin-top: 20px;
    margin-bottom: 20px
}

.color-red {
    color: #f8633f;
}

.why-choose-us {
    background-color: #efe7f2;
    background-image: linear-gradient(180deg,#fff,transparent)
}

.why-choose-box {
    text-align: center
}

.why-choose-box img {
    margin-bottom: 40px
}

.why-choose-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #f8633f;
    margin-bottom: 20px
}

.why-choose-box p {
    font-size: 16px;
    color: #353a4d;
    font-weight: 500
}

section.cta-section {
    background: #000;
    color: #fff
}

section.cta-section h2,section.cta-section h3 {
    color: #fff
}

section.cta-section h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0
}

section.cta-section h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 0
}

section.cta-section .row {
    align-items: center
}

section.cta-section .btn-tra-black {
    background: #fff;
    border: 1px solid #fff
}

section.cta-section .btn {
    min-width: 250px;
    padding: 0 15px;
    margin: 2px;
    height: 70px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

section.cta-section .btn span {
    display: block;
    margin-top: 5px
}

section.cta-section .btn:hover {
    background: #fff;
    color: #3f2d82!important
}

.services-wrapper {
    background: #000;
    color: #fff;
    padding: 85px;
    padding-bottom: 55px
}

.services-item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    position: relative;
    z-index: 1;
    transition: .5s
}

.services-item h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 3px;
    transition: .5s
}

.services-item img {
    margin-right: 30px;
    transition: 1s
}

.services-item p {
    margin-bottom: 0;
    transition: .5s;
    color: #fff
}

.services-item:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
    transition: .5s;
    border-color: #3f2d82;
    z-index: -1
}

.services-item:hover:after,.services-item:hover:before {
    width: 100%;
    height: 100%;
    border-color: #fff
}

.services-item:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transition: .5s;
    border-color: #3f2d82;
    z-index: -1
}

section.services-section {
    background-image: url(../images/new/service-bg.jpg.jfif);
    background-size: cover;
    background-position: center
}

.services-wrapper .row>div {
    margin-bottom: 30px
}

section.glimpse-section {
    background: #3f2d8247
}

section.glimpse-section h4 {
    color: #000
}

.glimpse-section .nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 0px
}

.glimpse-section .nav-tabs li.nav-item a {
    background: no-repeat;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.glimpse-section .nav-tabs li.nav-item a.active {
    border-color: #f8633f;
    font-weight: 600
}

.new-book-slider .front img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 10px 10px 1px 1px #aac4f1
}

.new-book-slider .item>div {
    position: relative;
    transform: rotateY(0);
    transition: .5s;
    transition: transform 1s;
    transform-style: preserve-3d;
    margin-bottom: 20px
}

.new-book-slider .item>div .back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 10px 10px 1px 1px #aac4f1
}

.new-book-slider .item>div .back h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.new-book-slider .item>div .back p {
    color: #000
}

.new-book-slider .item>div .front {
    z-index: 1;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

/* .new-book-slider .item:hover>div{transform:rotateY(180deg)} */
.btn-wrap-group .btn {
    margin: 0 7px
}

.new-book-slider {
    cursor: e-resize
}

.process-wrapper {
    display: flex;
    justify-content: center
}

.process-wrapper .process-item {
    width: 180px;
    padding: 140px 0;
    position: relative
}

.process-wrapper .process-item div {
    transition: .5s;
    width: 190px;
    height: 190px;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.process-wrapper .process-item:nth-child(odd) .p-img {
    top: -12px;
    right: -57px
}

.process-wrapper .process-item .p-img {
    position: absolute;
    z-index: -1
}

.process-wrapper .process-item:last-child .p-img {
    display: none
}

.process-wrapper .process-item:nth-child(even) .p-img {
    bottom: -12px;
    right: -63px
}

.process-wrapper .process-item h3 {
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 0;
    counter-increment: chapter;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center
}

.process-wrapper .process-item:nth-child(odd) h3 {
    top: 0
}

.process-wrapper .process-item:nth-child(even) h3 {
    bottom: 0
}

.process-wrapper .process-item div::before {
    width: 3px;
    height: 68px;
    content: "";
    position: absolute;
    top: -68px;
    background: #f8633f;
}

.process-wrapper .process-item div::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #f8633f;
    border-radius: 100%;
    background: #fff;
    top: -84px
}

.process-wrapper .process-item:nth-child(even) div:before {
    top: auto;
    bottom: -68px
}

.process-wrapper .process-item:nth-child(even) div:after {
    top: auto;
    bottom: -84px
}

.process-wrapper {
    margin-top: 50px;
    counter-reset: chapter
}

.process-wrapper .process-item h3::before {
    content: counter(chapter);
    display: inline-block;
    font-size: 50px;
    line-height: 43px;
    margin-right: 6px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: #fff
}

.process-wrapper .process-item div img:nth-child(1) {
    max-height: 50px
}

.process-wrapper .process-item.active,.process-wrapper .process-item:hover {
    transform: translateY(-10px)
}

.process-wrapper .process-item {
    transition: .5s
}

.process-wrapper .process-item.active div img:nth-child(1) {
    filter: brightness(0) invert(1)
}

.process-wrapper .process-item div img:nth-child(1) {
    transition: .5s;
    z-index: 11;
    position: relative;
    filter: brightness(0) saturate(100%) invert(56%) sepia(67%) saturate(3729%) hue-rotate(335deg) brightness(99%) contrast(96%);
}

.process-wrapper .process-item.active div::after,.process-wrapper .process-item:hover div::after {
    background: #f8633f;
}

.process-wrapper .process-item.active h3::before,.process-wrapper .process-item:hover h3::before {
    color: #f8633f;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f8633f;
}

.about-us-section img {
    max-width: 100%;
    /* margin-top: -138px; */
    /* margin-bottom: -150px; */
}

.about-us-section .row {
    align-items: center;
    color: #fff
}

.about-us-section .color-white,.about-us-section h4,.about-us-section p {
    color: #fff
}

.about-us-section {
    background-image: url(../images/new/about-bg.png);
    background-size: cover;
    background-position: center;
    margin-top: 80px;
    background: #000;
}

.about-us-section h4 {
    margin-bottom: 29px
}

.about-us-section .section-id {
    font-size: 25px
}

#reviews-3 {
    padding: 50px 50px;
    padding-top: 50px
}

.reviews-wrapper .quote {
    margin-top: -60px;
    margin-bottom: 60px
}

.reviews-wrapper .quote img:nth-child(1) {
    display: block
}

.reviews-wrapper .quote img:nth-child(2) {
    display: none
}

.reviews-wrapper .quote img {
    margin: auto
}

.reviews-wrapper .flaticon-star::before {
    font-size: 24px!important
}

.reviews-wrapper .app-rating {
    margin-bottom: 40px
}

.reviews-wrapper .slick-track {
    padding-top: 30px
}

.reviews-wrapper .radius-08 {
    position: relative;
    padding-bottom: 140px;
    min-height: 490px
}

.reviews-wrapper .slick-center .quote img:nth-child(2) {
    display: block
}

.reviews-wrapper .slick-center .quote img:nth-child(1) {
    display: none
}

.reviews-wrapper p {
    font-size: 16px;
    color: #353a4d;
    font-weight: 500
}

#reviews-3 .section-title p {
    font-size: 24px;
    color: #353a4d
}

section.cta-section.second-cta h2 {
    margin-bottom: 30px;
    font-weight: 500
}

section.cta-section.second-cta h3 {
    font-weight: 400
}

.form-control {
    min-height: 50px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #f05d45;
    outline: 0!important;
    box-shadow: none!important
}

.form-control:focus {
    border-color: #3f2d82;
    background: #f3f5fa
}

section.contact-section {
    background-image: url(../images/new/contact-bg.jpg.jfif);
    background-size: cover;
    background-position: center
}

section.contact-section .row {
    align-items: flex-end
}

section.contact-section .c_btn {
    float: right
}

.process-wrapper .process-item img:nth-child(3),.process-wrapper .process-item img:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.process-wrapper .process-item img:nth-child(4) {
    display: none;
    filter: brightness(0) saturate(100%) invert(56%) sepia(67%) saturate(3729%) hue-rotate(335deg) brightness(99%) contrast(96%);
}

.process-wrapper .process-item.active img:nth-child(4) {
    display: block
}

.new-book-slider .swiper-pagination {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px
}

.new-book-slider .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    background: initial;
    height: auto;
    background: no-repeat;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding: .5rem 1rem;
    opacity: 1;
    margin: 0
}

.new-book-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #3f2d82
}

.footer-contacts .contact-info {
    margin-top: 0
}

.footer .row:nth-child(2) {
    align-items: flex-end;
    margin-top: 30px;
    margin-bottom: 30px
}

.footer .bottom-footer-list p {
    margin-bottom: 0
}

.footer .bottom-footer-list a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    color: #00112b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.footer .bottom-footer-list a span {
    margin-right: 0;
    line-height: 0
}

.footer .bottom-footer-list a span::before {
    font-size: 19px
}

.bottom-footer ul {
    text-align: right
}

.tra-menu .wsmainfull.scroll .an-btn {
    background: #3f2d82
}

.tra-menu .wsmainfull.scroll .an-btn:hover {
    background: #fff!important;
    color: #3f2d82!important
}

.side-form .form-control {
    min-height: auto
}

.why-choose-box img {
    max-width: 100%
}

.an-custom-container {
    padding: 0 15px
}

.about-us-section .section-title {
    padding: 50px 0
}

section.contact-section {
    padding-top: 50px
}

.wsmenu>.wsmenu-list>li.active>a::before {
    width: 100%;
    color: #fff
}

.wsmenu>.wsmenu-list>li.active>a {
    color: #f05d45;
}

.services-item:hover {
    background: #fff
}

.services-item:hover h3,.services-item:hover p {
    color: #3f2d82
}

.services-item:hover img {
    transform: rotateY(360deg)
}

.banner-book-slider .item.swiper-slide.swiper-slide-duplicate-active>div {
    transform: rotate(6deg) scale(.9) translateX(156px)!important
}

.navbar-dark .wsmenu>.wsmenu-list>li>a {
    color: #000
}

#header.navbar-dark .an-btn {
    color: #000;
    border-color: #000
}

#header.navbar-dark .an-btn:hover {
    color: #fff;
    border-color: #fff
}

#header.navbar-dark .scroll .an-btn {
    color: #fff;
    border-color: #fff
}

.page-hero-section.new-inner-banner {
    min-height: 650px;
    display: flex;
    align-items: center
}

.page-hero-section.new-inner-banner h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 600
}

.about-us img {
    max-width: 100%
}

.about-us .row {
    align-items: flex-start;
    padding: 25px 0
}

.whoe-we-are-section {
    padding: 70px 0;
    background: url(../images/new/about-us/banner2.jpg.jfif);
    background-size: cover;
    background-position: center
}

.whoe-we-are-section h3 {
    color: #fff
}

.whoe-we-are-section p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7
}

.who-we-are-slider .slick-dots {
    text-align: left
}

.who-we-are-slider .slick-dots li {
    width: 12px;
    margin: 3px
}

.who-we-are-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: hsl(0deg 0% 100% / 20%);
    border-radius: 100%
}

.who-we-are-slider .slick-dots li.slick-active button {
    background: #3f2d82
}

.page-hero-section.new-inner-banner h2.color-white {
    color: #fff
}

.contact-section p {
    margin-bottom: 0
}

section.contact-section.contact-page-section {
    background: no-repeat;
    padding-top: 100px
}

section.contact-section .section-title p {
    font-weight: 500;
    color: #353a4d;
    margin-bottom: 30px
}

section.contact-section .section-title p span {
    color: #f05d45;
    font-weight: 700
}

section.contact-section.contact-page-section .c_btn {
    float: none
}

.map-section {
    margin-bottom: -10px
}

section.contact-section.contact-page-section .bottom {
    margin-top: 50px
}

section.contact-section.contact-page-section .bottom a {
    font-size: 20px;
    font-weight: 500;
    color: #353a4d;
    line-height: 44px;
    display: block
}

section.contact-section.contact-page-section .bottom a span {
    color: #f05d45;
    font-weight: 600
}

div#brands-1.inner-brands {
    background: #f5f5fa;
    border-bottom: 0;
    padding: 20px
}

.author-banner h1.has-title {
    color: #fff
}

.new-inner-banner p {
    color: #fff;
    font-weight: 500;
    font-size: 24px
}

.new-inner-banner p span {
    color: #f05d45;
    font-weight: 600
}

.btn-theme:hover {
    background: #f8633f;
    border-color: #f8633f;
}

.author-section .top {
    text-align: center
}

.author-section .top p {
    font-size: 36px;
    font-weight: 600;
    color: #353a4d;
    margin-bottom: 30px
}

.author-section .top h2 {
    font-size: 48px;
    color: #f05d45;
}

.author-section {
    background: linear-gradient(179deg,#d6e9ff,#fff)
}

.author-wrapper .author-item:nth-child(even) {
    background: #3f2d8247
}

.author-wrapper .author-item:nth-child(even) .author-img .author-name {
    left: auto;
    right: -30px;
    bottom: -50px;
    background-image: url(../images/new/author/blue-star.png);
}

.author-item .row {
    justify-content: space-between
}

.author-item .tags li span {
    display: inline-block;
    padding: 5px 18px;
    background: #f05d45;
    border-radius: 30px;
    margin: 2px;
    font-size: 12px;
    font-weight: 500
}

.author-wrapper .author-item:nth-child(even) .tags li span {
    background: #f05d45;
}

.author-item .about-author h3 {
    font-size: 22px
}

.side-contact a {
    position: fixed;
    width: 300px;
    height: 40px;
    right: -260px;
    top: calc(50% - 237px);
    transform: translateY(-50%);
    background: #f8633f;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    z-index: 11111
}

.side-contact a i {
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f8633f;
    margin-right: 10px
}

.side-contact a:nth-child(2) {
    top: calc(50% - 191px);
    transform: translateY(-50%)
}

.side-contact a:hover {
    right: 0
}

.review-3-txt .leaf {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px
}

.review-3-txt .leaf img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
    filter: brightness(0) saturate(100%) invert(56%) sepia(67%) saturate(3729%) hue-rotate(335deg) brightness(99%) contrast(96%);
}

.reviews-wrapper .radius-08:nth-child(even) .leaf img:nth-child(2) {
    opacity: 1
}

.reviews-wrapper .radius-08:nth-child(odd) .leaf img:nth-child(1) {
    opacity: 1
}

.reviews-wrapper .radius-08:nth-child(even) .quote img:nth-child(1) {
    display: none
}

.reviews-wrapper .radius-08:nth-child(even) .quote img:nth-child(2) {
    display: block
}

.reviews-wrapper .radius-08:nth-child(odd) .quote img:nth-child(1) {
    display: block
}

.reviews-wrapper .radius-08:nth-child(even) .quote img:nth-child(1) {
    display: none!important
}

.reviews-wrapper .radius-08:nth-child(odd) .quote img:nth-child(2) {
    display: none!important
}

.about-us .section-id.grey-color {
    color: #f05d45;
    margin-bottom: 0;
    font-weight: 700
}

.about-us p {
    margin-bottom: 30px
}

.about-us .h3-sm {
    margin-bottom: 30px
}

section.services-section.inner-page-services {
    background: no-repeat;
    padding-top: 0
}

section.services-section.inner-page-services .section-id {
    color: #3f2d82
}

section.services-section.inner-page-services .services-wrapper {
    border-radius: 20px
}

.terms-section ul {
    padding-left: 30px;
    list-style: auto;
    margin-bottom: 30px
}

.terms-section ul li {
    margin-bottom: 10px
}

.terms-section ol {
    padding-left: 30px;
    list-style: dots;
    margin-bottom: 30px
}

.terms-section ol li {
    margin-bottom: 10px;
    list-style: disc
}

.terms-section .color-orange {
    font-weight: 500
}

.services-wrapper a {
    display: block;
    height: 100%
}

.services-wrapper a>div {
    height: 100%
}

.why-choose-us h4 {
    font-size: 40px
}

.terms-section li {
    font-size: 1.0625rem
}

.bottom-footer-list li:last-child {
    margin-right: 0
}

section.contact-section .row p a {
    font-weight: 600;
    color: #f05d45;
    text-decoration: underline
}

.about-us .img-1 {
    height: 530px;
    width: 100%;
    object-fit: cover
}

.about-us .img-2 {
    height: 380px;
    width: 100%;
    object-fit: cover
}

.about-us .img-3 {
    height: 465px;
    width: 100%;
    object-fit: cover
}

.about-us .img-4 {
    height: 560px;
    width: 100%;
    object-fit: cover
}

.second-step-leadform label,.second-step-leadform p {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #fff
}

.second-step-leadform ol {
    padding-left: 20px;
    color: #fff;
    font-size: 13px
}

.second-step-leadform ol li {
    margin-bottom: 0
}

.second-step-leadform ol li input {
    margin-bottom: 0
}

.second-step-leadform .form-control,.second-step-leadform input,.second-step-leadform select {
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

input[type=checkbox],input[type=radio] {
    width: 15px;
    height: 15px;
    margin-bottom: 0
}

.multiple-topic-select {
    display: flex;
    flex-wrap: wrap
}

.multiple-topic-select .topic-select-item {
    position: relative;
    margin: 1px
}

.multiple-topic-select .topic-select-item input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.multiple-topic-select .topic-select-item label {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 0
}

.multiple-topic-select .topic-select-item input:checked+label {
    background: #09235c;
    color: #fff;
    transition: .5s
}

.popup_form .second-step-leadform .form-control {
    background: #fff;
    min-height: 45px;
    border: 2px solid #a6a8af
}

.popup_form .second-step-leadform label,.popup_form .second-step-leadform p {
    color: #000
}

.popup_form .second-step-leadform .multiple-topic-select .topic-select-item label {
    border: 1px solid #09235c;
    color: #09235c
}

.popup_form .second-step-leadform .multiple-topic-select .topic-select-item input:checked+label {
    color: #fff
}

.new-book-slider .item>div .btn {
    padding: 10px;
    font-size: 14px
}

.new-book-slider .item>div .btn:focus {
    color: #fff
}

.portfolio-modal {
    width: 100%;
    max-width: 800px!important
}

.portfolio-modal img {
    width: 100%
}

.portfolio-modal .portfolio-modal-content {
    max-height: 400px;
    overflow: auto;
    padding-right: 15px
}

.portfolio-modal p {
    font-size: 14px
}

.portfolio-modal .portfolio-modal-content::-webkit-scrollbar {
    width: 5px
}

.portfolio-modal .portfolio-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.portfolio-modal .portfolio-modal-content::-webkit-scrollbar-thumb {
    background: #09235c
}

.portfolio-modal .portfolio-modal-content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.portfolio-modal-content strong {
    margin-bottom: 15px;
    display: block
}

.reviews-wrapper p {
    height: 170px;
    overflow: auto;
    padding-right: 10px
}

.reviews-wrapper p::-webkit-scrollbar {
    width: 5px
}

.reviews-wrapper p::-webkit-scrollbar-track {
    background: #f1f1f1
}

.reviews-wrapper p::-webkit-scrollbar-thumb {
    background: #f76340;
}

.reviews-wrapper p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.multiple-topic-select .topic-select-item label {
    font-size: 12px
}

.open-side-form .side-contact {
    display: none
}

.second-step-leadform .btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.second-step-leadform .btn-wrap button {
    padding: 10px;
    width: 100px;
    min-width: auto;
    flex: 0 0 150px;
    margin: 0!important
}

.second-step-leadform .btn-wrap .btn-skip {
    background: #000
}

.second-step-leadform .btn-wrap .btn-skip:hover {
    background: #fff
}

.portfolio-modal li {
    margin-bottom: 10px;
    font-size: 14px
}

.wsmenu>.wsmenu-list>li.open-submenu>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

header#header.navbar-dark {
    background: #fff
}

.submenu-drop-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: hsl(0deg 0% 0% / 78%);
    z-index: -1;
    display: none
}

header#header.navbar-dark .header-wrapper {
    background: #fff
}

.opensubmenu-body .submenu-drop-box {
    display: block
}

.wsmenu>.wsmenu-list>li>ul.sub-menu h3::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f05d45;
    display: inline-block;
    border-radius: 100%;
    margin-left: 5px
}

.wsmenu>.wsmenu-list>li.open-submenu>ul.sub-menu>.row>div:nth-child(1):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 92%;
    background: #e5e3e3;
    right: 3%;
    top: 50%;
    transform: translateY(-50%)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu h3::before {
    content: "";
    height: 3px;
    width: 50px;
    bottom: 9px;
    background: #f05d45;
    position: absolute
}

.opensubmenu-body .side-contact,.opensubmenu-body .side-form-wrapper {
    display: none
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li a {
    display: block;
    padding: 10px!important
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li a:hover {
    background: #f05d45;
    color: #fff
}

.services-item-hover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 800px;
    z-index: 11;
    padding: 20px
}

.services-item-hover-wrap .services-item-in {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.services-item-hover-wrap h3,.services-item-hover-wrap p {
    color: #f8633f;
}

.services-item-hover-wrap .services-item-in img {
    margin-right: 10px
}

.services-item-hover-wrap p {
    margin-bottom: 0
}

.services-item-hover-wrap a {
    height: auto
}

.outline-btn.btn {
    border: 2px solid #000;
    color: #000;
    padding: 0;
    padding: 15px 15px;
    margin: 0 7px
}

.services-item-hover-wrap .btn-wrap-group {
    display: flex;
    margin-top: 10px
}

.services-item-hover-wrap .btn-wrap-group a {
    width: 50%;
    padding: 15px 15px;
    min-width: auto
}

.services-item-hover-wrap .outline-btn.btn {
    margin-top: 30px
}

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

.services-item-hover-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services-item-hover-wrap figure {
    height: 100%
}

.services-item-hover-wrap .row>div {
    margin-bottom: 0
}

.services-wrapper {
    position: relative
}

.services-wrapper.active-popup::before {
    visibility: visible;
    z-index: 11
}

.services-item-hover-wrap {
    display: none
}

.services-wrapper.active-popup .services-item {
    filter: blur(2px);
    opacity: .4
}

.services-item-wrap.show-popup .services-item-hover-wrap {
    display: block;
    opacity: 1;
    animation: popup .5s linear;
    animation-fill-mode: forwards;
    max-height: 0
}

@keyframes popup {
    0% {
        width: 0;
        opacity: 1
    }

    100% {
        width: 800px;
        max-height: 1000px
    }
}

.services-item-hover-wrap {
    white-space: nowrap;
    overflow: hidden
}

.services-item-hover-wrap p {
    white-space: normal
}

.services-item-hover-wrap>div {
    width: 760px
}

.services-item-wrap.six .services-item-hover-wrap,.services-item-wrap.three .services-item-hover-wrap {
    top: 0;
    right: 0;
    left: auto
}

.services-item-wrap.nine .services-item-hover-wrap {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
}

.services-item-wrap.eight .services-item-hover-wrap {
    bottom: 0;
    top: auto
}

.services-item-wrap.seven .services-item-hover-wrap {
    bottom: 0;
    top: auto
}

.services-banner {
    min-height: calc(100vh - 150px);
    display: flex;
    justify-content: center;
    padding-top: 50px!important;
    flex-direction: column
}

.services-banner h1 {
    color: #fff;
    font-size: 40px
}

.services-banner h6 {
    font-size: 30px;
    color: #fff
}

.services-banner p {
    font-size: 20px;
    color: #fff
}

.services-banner p b {
    color: #ffd800
}

#hero-6.services-banner .row {
    min-height: auto
}

#hero-6.services-banner .bottom {
    background: hsl(0deg 0% 0% / 57%);
    padding: 20px 0;
    margin-top: 30px;
    display: none;
}

#hero-6.services-banner .bottom img {
    filter: brightness(0) invert(1);
    max-width: 135px;
    margin: auto
}

.audio-book-section-1 {
    padding: 50px 0
}

.audio-book-section-1 .row {
    padding: 50px 0;
    justify-content: center
}

.audio-book-section-1 img {
    max-width: 100%
}

.audio-book-section-1 h5 {
    color: #f05d45;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 500
}

.audio-book-section-1 p {
    line-height: 2
}

.audio-book-section-1 .icons-ul li>div {
    width: 100px;
    flex: 0 0 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    transition: .5s;
    box-shadow: 0 5px 10px 0 rgba(222,53,50,.26);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.audio-book-section-1 .icons-ul li {
    display: inline-flex;
    width: 49%;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #353a4d
}

.audio-book-section-1 .icons-ul li:hover div {
    background: #f05d45;
    box-shadow: none
}

.audio-book-section-1 .icons-ul li:hover div img {
    filter: brightness(0) invert(1)
}

.audio-book-section-1 .bottom {
    margin-top: 50px
}

.audio-book-section-1 .bottom p b {
    font-size: 18px;
    font-weight: 500
}

.sideform-step-two .side-form-wrapper .side-form-btn {
    top: 283px
}

.services-banner.color-white h1 {
    color: #fff
}

.services-banner.color-white p {
    color: #fff
}

.services-banner.color-white li {
    font-size: 20px
}

.services-banner ul {
    margin-bottom: 30px
}

.uppercase {
    text-transform: uppercase
}

.green {
    color: #01d85c!important
}

.red {
    color: #f05d45;
}

.book-editing-step .nav-tabs {
    border-bottom: 0;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0
}

.book-editing-step .nav-tabs li a {
    font-size: 16px;
    border: none;
    padding: 15px 20px;
    font-weight: 500
}

.book-editing-step .nav-tabs li {
    list-style: none;
    margin: 0 2px
}

.book-editing-step .tab-top {
    border-bottom: 2px solid #f05d45;
    margin-bottom: 50px
}

.book-editing-step .nav-tabs ul {
    margin-bottom: 0
}

.book-editing-step .nav-tabs li a.active,.book-editing-step .nav-tabs li a:hover {
    background: #f05d45;
    color: #fff
}

.book-editing-step ul.check-100-li {
    padding-left: 0
}

.book-editing-step ul.check-100-li li {
    list-style: none;
    display: inline-block;
    min-width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.book-editing-step ul.check-50-li {
    padding-left: 0
}

.book-editing-step ul.check-50-li li {
    list-style: none;
    display: inline-flex;
    min-width: 48%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    align-items: flex-start
}

.book-editing-section .book-tab-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.book-editing-step ul.check-50-li li img {
    position: relative;
    top: 5px;
    margin-right: 10px
}

section.cta-section.small h2 {
    font-size: 38px
}

section.cta-section.small h3 {
    font-size: 28px
}

.book-marketing-section-1 {
    padding: 100px 0;
    padding-bottom: 70px
}

.book-marketing-section-2 {
    padding: 70px 0;
    background: #f6f5fb
}

.book-marketing-section-2 .icon-wrap-m {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.book-marketing-section-2 .icon-wrap-m img {
    margin: 25px 15px
}

.book-marketing-section-2 h2 {
    max-width: 80%;
    margin-bottom: 30px
}

strong.large {
    color: #f05d45;
    font-size: 23px;
    font-weight: 600;
    margin-top: 40px;
    display: block
}

.book-marketing-section-2 .row {
    align-items: center
}

.book-marketing-section-3 {
    padding: 70px 0
}

.book-marketing-section-3 .marketing-hover-image img {
    width: 100%
}

.marketing-hover-image .hover-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding: 50px;
    transition: .5s;
    opacity: 0;
    background: linear-gradient(45deg,#000,transparent)
}

.marketing-hover-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.marketing-hover-image .hover-text .row {
    height: 100%;
    align-items: flex-end
}

.marketing-hover-image .hover-text h3 {
    font-size: 35px;
    color: #fff
}

.marketing-hover-image .hover-text p {
    max-width: 80%
}

.marketing-hover-image:hover .hover-text {
    opacity: 1
}

.marketing-hover-image .hover-text .row {
    transform: translateX(-500px);
    transition: .8s
}

.marketing-hover-image:hover .hover-text .row {
    transform: translateX(0)
}

.marketing-hover-image:nth-child(odd) .hover-text {
    background: linear-gradient(308deg,#000,transparent)
}

.marketing-hover-image:nth-child(odd) .hover-text .row {
    justify-content: flex-end;
    text-align: right
}

.marketing-hover-image:nth-child(odd) .hover-text .row p {
    float: right
}

.marketing-hover-image:nth-child(odd) .hover-text .row {
    transform: translateX(500px)
}

.marketing-hover-image:nth-child(odd):hover .hover-text .row {
    transform: translateX(0)
}

.book-marketing-section-3 strong {
    display: block;
    font-size: 20px;
    color: #353a4d;
    font-weight: 600
}

.book-marketing-section-4 {
    padding: 70px 0;
    background: #f5f5fa
}

.book-marketing-section-4 .section-title {
    margin-bottom: 50px
}

.book-marketing-section-4 .serv-box {
    text-align: left;
    background: #e9e9ee;
    padding: 40px;
    height: 100%;
    border-top: 3px solid #0287d1
}

.serv-box-Wrapper>div {
    margin-bottom: 30px
}

.book-marketing-section-4 .serv-box h5 {
    font-size: 1.7rem;
    font-weight: 600
}

.book-marketing-section-4 .serv-box h5::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #3f2d82;
    margin-left: 10px
}

.services-banner.center {
    text-align: center
}

.services-banner.center .row {
    justify-content: center
}

.cover-design-section-1 {
    padding: 70px 0;
    padding-bottom: 30px
}

.cover-design-section-1 .section-title {
    margin-bottom: 60px
}

.cover-item {
    margin-bottom: 70px
}

.cover-item img {
    width: 100%;
    margin-bottom: 20px
}

.cover-design-section-1 .bottom .left .cover-item {
    width: 82%
}

.cover-item h5 {
    color: #353a4d;
    font-size: 24px
}

.cover-design-section-1 .bottom {
    margin-top: 40px
}

.ghostwritingservices-banner .banner-img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 100%
}

.ghostwritingservices-banner {
    overflow: hidden
}

.ghostwritingservices-banner p b {
    font-size: 26px
}

.ghostwritingservices-banner strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block
}

.ghostwriting-service-section-1 {
    padding: 70px 0
}

.ghostwriting-service-section-1 .card-header {
    background: 0 0;
    border-bottom: none;
    padding: 0
}

.ghostwriting-service-section-1 .card-header button {
    color: #f05d45;
    padding: 10px 0;
    font-size: 1.8rem;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: initial
}

.ghostwriting-service-section-1 #accordion {
    padding: 0
}

.ghostwriting-service-section-1 .card {
    border-bottom: none!important;
    margin-bottom: 0
}

.ghostwriting-service-section-1 .card-header button::before {
    content: "\f061";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(222,53,50,.26);
    border-radius: 100%;
    background: #f05d45;
    color: #fff;
    transition: .5s;
    position: relative;
    top: 3px;
    flex: 0 0 40px;
    margin-right: 20px
}

.ghostwriting-service-section-1 .card-header button.collapsed::before {
    background: #fff;
    color: #353a4d
}

.ghostwriting-service-section-1 .card-body {
    padding-left: 63px!important;
    margin-top: 20px
}

.ghostwriting-service-section-1 .card-body p {
    line-height: 1.8
}

.ghostwriting-service-section-1 .card-header button.collapsed {
    color: #353a4d
}

.ghostwriting-service-section-1 .note {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    display: block
}

.ghostwriting-service-section-1 figure img {
    width: 100%
}

.ghostwriting-service-section-1 .section-title {
    margin-bottom: 70px
}

.ghostwriting-service-section-2 {
    padding-bottom: 70px
}

.ghostwriting-service-section-3 {
    padding: 70px 0;
    background-color: #09235c;
    position: relative;
    overflow: hidden;
    min-height: 900px
}

.ghostwriting-process-item {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 17px 18px 0 rgba(0,0,0,.28);
    border-radius: 10px;
    margin-bottom: 15px
}

.ghostwriting-process-item .p-head {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #353a4d
}

.ghostwriting-process-item .p-head img {
    margin-right: 15px;
    filter: brightness(0);
    opacity: .3;
    transition: .5s
}

.ghostwriting-process-item .p-body {
    margin-top: 0;
    transition: .5s;
    padding-left: 50px;
    max-height: 0;
    overflow: hidden;
    padding-right: 10px
}

.ghostwriting-process-item .p-body p {
    font-size: 15px
}

.ghostwriting-process-item.active .p-head {
    color: #3f2d82
}

.ghostwriting-process-item.active .p-head img {
    opacity: 1;
    filter: none
}

.ghostwriting-process-item.active .p-body {
    margin-top: 30px;
    max-height: 250px;
    overflow: auto
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar {
    width: 5px
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar-track {
    background: #f1f1f1
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar-thumb {
    background: #09235c
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar-thumb:hover {
    background: #555
}

.ghostwriting-process-item .p-body a.btn {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px;
    min-width: 135px
}

.g-background>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: .5s;
    transform: scale(1.3)
}

.g-background>div.active {
    animation: processgack 1s linear;
    animation-fill-mode: forwards
}

.g-background .process-1 {
    background-image: url(../images/new/ghostwriting-services/process-1.jpg.jfif)
}

.g-background .process-2 {
    background-image: url(../images/new/ghostwriting-services/process-2.jpg.jfif)
}

.g-background .process-3 {
    background-image: url(../images/new/ghostwriting-services/process-3.jpg.jfif)
}

.g-background .process-4 {
    background-image: url(../images/new/ghostwriting-services/process-4.jpg.jfif)
}

.g-background .process-5 {
    background-image: url(../images/new/ghostwriting-services/process-5.jpg.jfif)
}

.g-background .process-6 {
    background-image: url(../images/new/ghostwriting-services/process-6.jpg.jfif)
}

.g-background .process-7 {
    background-image: url(../images/new/ghostwriting-services/process-7.jpg.jfif)
}

.g-background .process-8 {
    background-image: url(../images/new/ghostwriting-services/process-8.jpg.jfif)
}

.g-background .process-9 {
    background-image: url(../images/new/ghostwriting-services/process-9.jpg.jfif)
}

@keyframes processgack {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bg-none {
    background: 0 0!important;
    background-image: none!important
}

.video-section-1 {
    padding: 70px 0
}

.video-section-1 .section-title {
    margin-bottom: 50px
}

.video-box img {
    width: 100%;
    height: 255px;
    object-fit: cover
}

.video-box {
    margin-bottom: 30px
}

.video-box h5 {
    font-size: 21px;
    color: #353a4d
}

.services-banner p b.pink {
    color: #e1164a
}

.services-banner strong.neon {
    font-size: 20px;
    font-weight: 600;
    color: #ccff04;
    margin-bottom: 5px;
    display: block
}

.website-section-1 {
    padding: 70px 0
}

.website-section-1 .section-title {
    margin-bottom: 50px
}

.website-section-1 .section-title strong {
    font-size: 26px;
    text-transform: uppercase;
    color: #3f2d82;
    font-weight: 600;
    margin-bottom: 30px;
    display: block
}

.web-portfolio-item img {
    width: 100%;
    height: 540px;
    object-fit: cover
}

.web-portfolio-item {
    margin-bottom: 30px
}

.publishingservices .zig-zag-2,.zig-zag-4 {
    flex-direction: row-reverse
}

.publishingservices .row+.row {
    padding-top: 6.875rem
}

.publishingservices {
    padding: 7rem 0
}

.publishingservices .section-title {
    padding-bottom: 6.25rem
}

.publish-txt h4 {
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: capitalize
}

.publish-txt p {
    font-size: 1rem;
    font-weight: 500;
    color: #353a4d;
    line-height: 2
}

.publish-btn {
    padding-top: 1.25rem
}

.packge-inn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 20px;
    cursor: pointer
}

.packages-mn {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%
}

.packge-inn h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: normal;
    max-width: 300px
}

.packge-inn figure {
    width: 4.5rem;
    height: 4.5rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    box-shadow: 0 5px 10px 0 rgb(240 93 69);
    margin-bottom: 0;
    transition: .5s;
    flex: 0 0 4.5rem
}

.packge-inn figure:hover {
    background: #3f2d82
}

.packge-inn figure:hover img {
    filter: saturate(1) brightness(100)
}

.publish-packages {
    background: #f5f5fa;
    padding: 6.25rem 0
}

.packgaes-para {
    font-size: 24px;
    font-weight: 600;
    color: #353a4d;
    padding-top: 2rem
}

.publish-process {
    padding: 6.25rem 0
}

.publish-process h2 {
    padding-bottom: 1.25rem
}

.publish-process p {
    font-size: 1rem;
    font-weight: 500;
    color: #353a4d;
    line-height: 2.2
}

.logo-sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding-top: 3rem
}

.talk-btn {
    text-align: center;
    padding-top: 3rem
}

.talk-btn a {
    padding: 1rem 5rem
}

.publish-packages .section-title.text-center {
    margin-bottom: 50px
}

.packge-inn:hover figure {
    background: #f05d45;
}

.packge-inn:hover figure img {
    filter: brightness(0) invert(1)
}

.publish-packages .row {
    justify-content: center
}

.fbox-6-wrapper.fbox-6-hover .row {
    justify-content: center
}

.has-title.heading-style-two {
    text-shadow: 0 0 12px hsl(0deg 0% 0% / 41%)
}

.has-title.heading-style-two span {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px
}

.services-banner p b.red {
    color: #3f2d82
}

.serv-box figure {
    width: 100px;
    height: 100px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 30px;
    transition: .5s
}

.serv-box figure img {
    height: auto;
    margin: 0;
    opacity: .5;
    transition: .5s
}

#service-qualities .fbox-6-wrapper .row>div>a>div:hover figure {
    background: #000;
}

#service-qualities .fbox-6-wrapper .row>div>a>div:hover figure img {
    opacity: 1
}

#service-qualities .fbox-6-wrapper .row>div:nth-child(even) .serv-box {
    height: 108%
}

#service-qualities {
    padding-bottom: 50px
}

.ghostwriting-service-section-1 .card-header button:hover {
    color: #f05d45;
}

.ghostwriting-service-section-1 .card-header button:hover:before {
    background: #f05d45;
    color: #fff
}

.ghostwriting-process-item:hover .p-head {
    color: #3f2d82;
    cursor: pointer
}

.ghostwriting-process-item:hover .p-head img {
    filter: none;
    opacity: 1
}

.book-editing-section .section-title p {
    font-size: 18px
}

.services-banner .genre-h {
    font-size: 24px
}

.services-banner .genre-h span {
    background: #ffc600;
    color: #000;
    display: inline-block;
    padding: 5px 8px
}

.package-section-2 {
    background: #000;
    color: #fff;
    padding-top: 100px;
    text-align: center
}

.package-section-2 .row {
    justify-content: center
}

.package-section-2 .top {
    margin-bottom: 70px
}

.package-section-2 .top h2 {
    margin-bottom: 30px
}

.package-section-2 .top p {
    color: #ffc600;
    font-weight: 500
}

.package-section-2 ul li {
    text-align: left;
    border-bottom: 1px solid #ffffff4f;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 500
}

.package-section-2 .bottom .row>div:nth-child(1) ul li {
    text-align: right
}

.package-section-2 .bottom figure {
    margin-bottom: -70px;
    display: inline-block
}

.package-section-2 .bottom figure img {
    width: 100%;
    box-shadow: -8px 19px 46px 0 hsl(0deg 0% 0% / 33%)
}

.package-section-2+.publish-packages {
    padding-top: 150px
}

.footer-social li {
    display: inline-block!important;
    margin-right: 10px
}

.footer-social li a i {
    font-size: 20px
}

.footer-social li a:hover {
    padding-left: 0!important;
    color: #3f2d82!important
}

section#package-include {
    padding: 50px 0;
    margin: 0;
}

.packge-inn img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(35%) saturate(5224%) hue-rotate(338deg) brightness(107%) contrast(94%);
}

.wsmenu>.wsmenu-list>li>a {
    margin: 0 1.4rem !important;
    position: relative;
}

#service-qualities .fbox-6-wrapper .row>div>a>div {
    height: 100% !important;
}

.book-marketing-section-4 .serv-box h5::after {
    display: none;
}

.section-title.text-center.mb-60 {
    margin-bottom: 0;
}

.fbox-6-wrapper.fbox-6-hover.mb-60 {
    margin: 0;
}

@media(max-width: 1550px) {
    .banner-book-slider.swiper.mySwiper.swiper-cards.swiper-3d.swiper-initialized.swiper-horizontal.swiper-pointer-events {
        transform: scale(0.8);
    }

    h1.has-title.heading-style-two span {
        display: inline;
    }

    h1.has-title.heading-style-two {
        font-size: 36px;
    }

    .hero-9-txt {
        margin: 0;
    }

    .hero-section .bottom {
        margin-top: 0;
    }

    .hero-section .top {
        margin-top: 60px;
    }
}

.hero-section .bottom {
    background: #f8633f;
}

section.ghostwriting-service-section-3 {
    display: none;
}

.pt-80.pb-80 {
    padding: 50px 0;
}

.header-wrapper {
    background: #fff;
}


.form_banr{
    padding: 50px 30px;
    background: #ffffff8a;
    margin: 0 70px;
    text-align: center;
}
.form_banr h2{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 0 20px 0;
}
.form_banr .grp{
    width: 100%;
    margin: 0 0 10px 0;
}
.form_banr .grp input{
    width: 100%;
    border: 1px solid #000 !important;
    height: 50px !important;
    color: #000 !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
}
.form_banr .grp textarea{width: 100%;border: 1px solid #000 !important;height: 80px !important;color: #000 !important;padding: 5px 20px !important;resize: none;border-radius: 20px !important;}
.form_banr .grp button{
    width: 100%;
    background: #f05d45;
    padding: 15px 0;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}
.form_banr .grp input::placeholder{color:#000;}
.custm_container{max-width: 1340px;}