﻿/*
    Bootstrap
*/
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .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]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: 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
}

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
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-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
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.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;
    max-width: 100%
}

.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;
        max-width: 100%
    }

    .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;
        max-width: 100%
    }

    .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;
        max-width: 100%
    }

    .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;
        max-width: 100%
    }

    .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%
    }
}

.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
    }
}

.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
    }
}

.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
    }
}
/*End Bootstrap*/
/*Main Styles*/

::-moz-selection {
    background: #FF5300;
    color: #fff
}

::selection {
    background: #FF5300;
    color: #fff
}

a:hover {
    text-decoration: none
}

body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    font-family: "Shabnam", sans-serif;
    overflow-x: hidden
}

.shadow-top {
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75);
}
.shadow-right {
    box-shadow: 10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-bottom {
    box-shadow: 0 10px 20px -5px rgba(115,115,115,0.75);
}

.shadow-left {
    box-shadow: -10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-all {
    box-shadow: 0 0 20px rgba(115,115,115,0.75);
}

.shadow-top-right {
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), 10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-top-bottom {
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), 0 10px 20px -5px rgba(115,115,115,0.75);
}

.shadow-top-left {
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), -10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-bottom-right {
    box-shadow: 0 10px 20px -5px rgba(115,115,115,0.75), 10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-left-right {
    box-shadow: -10px 0 20px -5px rgba(115,115,115,0.75), 10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-bottom-left {
    box-shadow: 0 10px 20px -5px rgba(115,115,115,0.75), -10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-top-bottom-right {
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), 0 10px 20px -5px rgba(115,115,115,0.75), 10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-top-bottom-left {
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), 0 10px 20px -5px rgba(115,115,115,0.75), -10px 0 20px -5px rgba(115,115,115,0.75);
}

.shadow-inset {
    box-shadow: inset 0 0 20px rgba(115,115,115,0.75);
}

.pg-top-bar {
    height: 50px;
    position: relative;
    padding: 5px 0;
}

    .pg-top-bar .pg-mobile-phone, footer .pg-mobile-phone {
        width: 40px;
        height: 40px;
    }

        .pg-top-bar .pg-mobile-phone .pg-quick-alo-phone, footer .pg-mobile-phone .pg-quick-alo-phone {
            width: 40px;
            height: 40px;
            background: #00A1FF;
        }


        .pg-top-bar .pg-mobile-phone .pg-quick-alo-ph-circle-fill, footer .pg-mobile-phone .pg-quick-alo-ph-circle-fill {
            width: 60px;
            height: 60px;
            top: -5px;
            right: -5px;
        }

        .pg-top-bar .pg-mobile-phone .pg-quick-alo-ph-img-circle, footer .pg-mobile-phone .pg-quick-alo-ph-img-circle {
            width: 40px;
            height: 40px;
            background: #01C501 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
            background-size: 20px;
        }

        .pg-top-bar .pg-mobile-phone .pg-mobile-text, footer .pg-mobile-phone .pg-mobile-text {
            line-height: 45px;
            font-size: 23px;
            width: 140px;
            padding: 0 10px;
        }

            .pg-top-bar .pg-mobile-phone .pg-mobile-text small, footer .pg-mobile-phone .pg-mobile-text small {
                font-size: 14px
            }

    .pg-top-bar .pg-navigation {
        position: absolute;
        top: 0;
        left: 15px;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(24, 66, 83, 0.17);
    }

        .pg-top-bar .pg-navigation li:first-child {
            position: relative
        }

            .pg-top-bar .pg-navigation li:first-child:after {
                content: '';
                width: 1px;
                height: 15px;
                top: 8px;
                left: -3px;
                background: rgba(24, 66, 83, 0.17);
                display: block;
                position: absolute;
            }

        .pg-top-bar .pg-navigation li a {
            padding: 3px 10px;
            line-height: 32px;
        }

header.main-header {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0px 0;
    display: block;
    width: 100vw;
    border-bottom: none;
    padding-bottom: 0;
    background: #fff;
    z-index: 999;
    transition: ease .3s;
}

    header.main-header .pg-brand-logo {
        width: 150px;
        height: 40px;
        padding: 0 10px;
        text-indent: -10000px;
        margin-left: 0;
        float: right;
        margin-top: 15px;
        margin-bottom: 15px;
        background: url('../Content/img/pg-logo-icon.png') no-repeat center center;
        background-size: contain;
    }

.webp header.main-header .pg-brand-logo {
    background: url('../Content/img/webp/pg-logo-icon.webp') no-repeat center center;
    background-size: contain;
}

.pg-trial-left-side .pg-brand-logo {
    width: 150px;
    height: 40px;
    padding: 0 10px;
    text-indent: -10000px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url('/Media/Default/content/icon/all-logo.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
}

header.main-header .pg-phone-call {
    font-family: IRANYekan;
    color: #818181;
    font-size: 16px;
    padding: 0 30px;
    margin-top: 15px;
    float: right;
    line-height: 38px;
}

    header.main-header .pg-phone-call i {
        font-size: 18px;
        position: relative;
        bottom: -3px
    }

    header.main-header .pg-phone-call a {
        color: #333333;
        font-size: 24px;
        display: inline-block;
        position: relative;
        bottom: -3px;
    }

        header.main-header .pg-phone-call a small {
            font-size: 17px
        }

header.main-header .pg-demo-button {
    float: left;
    margin-top: 15px;
    padding: 3px 2rem;
}

    header.main-header .pg-demo-button:active {
        top: auto
    }

header.main-header .main-navigation {
    display: block;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    z-index: -5;
    transition: ease .3s;
}

header.main-header.header-up .main-navigation {
    position: absolute;
    top: -50px;
    transition: ease .3s;
    box-shadow: 0px 5px 6px rgba(0,0,0,.03);
}

header.main-header.header-down .main-navigation {
    box-shadow: 0px 3px 3px rgba(0,0,0,.1);
}

header.main-header:after, header.main-header nav:before, header.main-header nav:after {
    content: '';
    display: block;
    clear: both
}

header.main-header .pg-navigation {
    margin: 0
}

    header.main-header .pg-navigation li.pg-nav-club-link {
        float: left
    }

    header.main-header .pg-navigation li a i {
        position: relative;
        bottom: -3px;
        font-size: 18px
    }

    header.main-header .pg-navigation:after {
        content: '';
        display: block;
        clear: both
    }


    header.main-header .pg-navigation > li {
        display: initial;
        float: right;
        height: 50px;
        line-height: 50px;
        position: relative
    }

        header.main-header .pg-navigation > li > a {
            padding: 0 15px;
            font-size: 15px;
            transition: ease .3s;
            position: relative
        }

            header.main-header .pg-navigation > li > a:hover {
                background: #f2f2f2;
            }

    header.main-header .pg-navigation li.has-sub > a {
        padding-left: 25px
    }

        header.main-header .pg-navigation li.has-sub > a::after {
            content: "\e5cf";
            font-family: 'icomoon';
            font-size: 20px;
            position: absolute;
            bottom: 1px;
            color: #333;
            left: 0;
            transition: ease .3s
        }

    header.main-header .pg-navigation li.has-sub:hover > a::after {
        transform: rotate(180deg)
    }

    header.main-header .pg-navigation li ul {
        padding: 0
    }




header.main-header.header-down .body-overlay {
    height: calc(100vh - 120px);
}

header.main-header.header-up .body-overlay {
    height: calc(100vh - 68px);
}

@media (min-width:1040px) {
    .is-mobile {
        display: none !important
    }

    .pg-trial-page .pg-trial-left-side .pg-full-height {
        min-height: 100vh
    }

    header .pg-navigation li.has-sub {
        z-index: 999
    }

        header .pg-navigation li.has-sub > ul {
            padding: 5px;
            background: #fff;
            border: 10px solid #f2f2f2;
            position: absolute;
            right: 0;
            width: 800px;
            top: 130%;
            max-height: calc(100vh - 120px);
            visibility: hidden;
            opacity: 0;
            transition: ease .3s
        }

        header .pg-navigation li.has-sub.type-2 > ul {
            width: 500px
        }

            header .pg-navigation li.has-sub li a, header .pg-navigation li.has-sub.type-2 > ul li, header .pg-navigation li.has-sub.type-3 > ul li {
                display: block
            }

            header .pg-navigation li.has-sub.type-2 > ul > li > ul {
                float: right;
                width: 50%
            }

        header .pg-navigation li.has-sub.type-3 > ul {
            width: 800px;
            right: -120px;
        }

            header .pg-navigation li.has-sub.type-3 > ul > li > ul {
                float: right;
                width: 33.33334%
            }

        header .pg-navigation li.has-sub > ul > li {
            display: block;
            width: 100%
        }

        header .pg-navigation li.has-sub:hover > ul {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

        header .pg-navigation li.has-sub > ul > li .pg-product-mega-menu:after {
            content: '';
            display: block;
            clear: both
        }

    header .pg-navigation > li:hover > a {
        background: #f2f2f2;
    }
}

header.main-header .pg-navigation li ul li a.pg-navigation-mega-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px
}

    header.main-header .pg-navigation li ul li a.pg-navigation-mega-title + ul {
        padding: 0
    }

header.main-header .pg-navigation li ul li a {
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 0 10px
}

    header.main-header .pg-navigation li ul li a[target="_blank"]:after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
        margin: 0 5px 0 3px;
        position: relative;
        bottom: -2px
    }

header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu .pg-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    /*transition: ease .3s */
}

header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu .h3 {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
    margin-right: 50px
}

header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu p {
    color: rgba(24, 66, 83, 0.7);
    line-height: 15px;
    position: relative;
    font-size: 13px;
    margin: 0;
}

header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu a {
    padding: 10px;
    border-radius: 20px;
    display: block;
    /* transition: ease .3s; */
    position: relative;
    overflow: hidden;
}

    header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu a.download-calaloge-link {
        display: none
    }

@media (min-width:768px) {
    header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu a.download-calaloge-link {
        display: block;
        height: 100%;
        line-height: 70px;
        background: #fff;
        color: #000 !important;
    }
}

header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu a:hover .pg-icon {
    transform: scale(50);
    opacity: .2
}

header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-mega-cta {
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    background: #fff
}

header.main-header .body-overlay {
    display: none;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: -6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    header.main-header .body-overlay.active {
        display: block;
        visibility: visible;
        opacity: 1
    }

.pg-navigation {
    list-style: none;
    padding: 0;
    margin: 5px 0
}

    .pg-navigation li {
        display: inline-block
    }

        .pg-navigation li a {
            display: inline-block;
            font-size: 14px;
            color: #333333;
            font-family: IRANYekan
        }

.pg-hamburger .pg-ham-line {
    width: 20px;
    height: 2px;
    background-color: #184253;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pg-hamburger:hover {
    cursor: pointer;
}

.pg-hamburger {
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    display: block;
    right: 0;
    top: 0;
    padding: 19px 0px;
    display: none
}

    .pg-hamburger.is-active {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        .pg-hamburger.is-active .pg-ham-line:nth-child(1) {
            width: 15px;
            opacity:0;

        }

        .pg-hamburger.is-active .pg-ham-line:nth-child(2) {
            width: 15px;
            transform: rotate(45deg);
            margin-bottom: -6px;
        }
        .pg-hamburger.is-active .pg-ham-line:nth-child(3) {
            width: 15px;
            transform: rotate(135deg);
        }

.pg-icon {
    background: url('/Media/Default/content/icon/icons2.png') no-repeat center;
    position: relative;
    width: 95px;
    height: 97px;
    display: inline-block;
}

.webp .pg-icon {
    background: url('/Media/Default/content/icon/icons2.webp') no-repeat center;
}


.pg-icon.xsmall {
    width: 43px;
    height: 43px;
}

.pg-icon.large {
    width: 89px;
    height: 90px;
}

.pg-icon.pg-icon-feature {
    width: 71px;
    height: 75px;
}

.pg-icon.pg-icon-crm.xsmall {
    background-position: -1px -160px
}

.pg-icon.pg-icon-sales.xsmall {
    background-position: -41px -160px;
    width: 40px;
}

.pg-icon.pg-icon-marketing.xsmall {
    background-position: -82px -160px
}

.pg-icon.pg-icon-service.xsmall {
    background-position: -123px -160px;
    width: 42px;
}

.pg-icon.pg-icon-callcenter.xsmall {
    background-position: -163px -160px
}

.pg-icon.pg-icon-bpms.xsmall {
    background-position: -205px -160px;
}

.pg-icon.pg-icon-bi.xsmall {
    background-position: -248px -160px;
}

.pg-icon.pg-icon-club.xsmall {
    background-position: -291px -160px
}

.pg-icon.pg-icon-automation.xsmall {
    background-position: -331px -160px;
}

.pg-icon.pg-icon-integration.xsmall {
    background-position: -373px -160px;
}

.pg-icon.pg-icon-ecommerce.xsmall {
    background-position: -415px -160px;
}

.pg-icon.pg-icon-customize.xsmall {
    background-position: -458px -160px;
}

.pg-icon.pg-icon-crm.large {
    background-position: 0 0
}

.pg-icon.pg-icon-sales.large {
    background-position: -90px 0;
}

.pg-icon.pg-icon-marketing.large {
    background-position: -180px 0
}

.pg-icon.pg-icon-service.large {
    background-position: -275px 0
}

.pg-icon.pg-icon-callcenter.large {
    background-position: -367px 0
}

.pg-icon.pg-icon-bpms.large {
    background-position: -460px 0
}

.pg-icon.pg-icon-bi.large {
    background-position: -553px 0
}


.pg-icon.pg-icon-club.large {
    background-position: -645px 0
}

.pg-icon.pg-icon-automation.large {
    background-position: -740px 0
}

.pg-icon.pg-icon-integration.large {
    background-position: -836px 0
}

.pg-icon.pg-icon-ecommerce.large {
    background-position: -929px 0
}

.pg-icon.pg-icon-timenegar.large {
    background-position: -1022px 0
}

.pg-icon.pg-icon-bi.xsmall {
    background-position: -248px -160px;
}

.pg-icon.pg-icon-social.xsmall {
    background-position: -291px -160px
}

.pg-icon.pg-icon-wallet.xsmall {
    background-position: -331px -160px;
}

.pg-icon.pg-icon-integration.xsmall {
    background-position: -373px -160px;
}

.pg-icon.pg-icon-ecommerce.xsmall {
    background-position: -415px -160px;
}

.pg-icon.pg-icon-customize.xsmall {
    background-position: -458px -160px;
}

.pg-icon.pg-icon-timenegar.xsmall {
    background-position: -501px -160px;
}

.pg-icon.pg-icon-feature.pg-icon-marketing {
    background-position: 0 -248px;
}

.pg-icon.pg-icon-feature.pg-icon-efficiency {
    background-position: 0 -326px;
}

.pg-icon.pg-icon-feature.pg-icon-webbase {
    background-position: -75px -326px;
}

.pg-icon.pg-icon-feature.pg-icon-history {
    background-position: -149px -326px;
}

.pg-icon.pg-icon-feature.pg-icon-interaction {
    background-position: -225px -326px;
}

.pg-icon.pg-icon-feature.pg-icon-print {
    background-position: -298px -326px;
}

.pg-icon.pg-icon-feature.pg-icon-customer-service {
    background-position: 0 -403px;
}

.pg-icon.pg-icon-feature.pg-icon-customer-satisfaction {
    background-position: -75px -403px;
}

.pg-icon.pg-icon-feature.pg-icon-personalization {
    background-position: -149px -403px;
}

.pg-icon.pg-icon-feature.pg-icon-customer-communication {
    background-position: -149px -482px;
}

.pg-icon.pg-icon-feature.pg-icon-tone-calls {
    background-position: -225px -482px;
}

.pg-icon.pg-icon-feature.pg-icon-stay-customers {
    background-position: -298px -482px;
}


.pg-icon.pg-icon-feature.pg-icon-reduce-costs {
    background-position: 0 -559px;
}

.pg-icon.pg-icon-feature.pg-icon-customer-relation {
    background-position: -225px -402px;
}

.pg-icon.pg-icon-feature.pg-icon-customer-value {
    background-position: -299px -402px;
}

.pg-icon.pg-icon-feature.pg-icon-customize-club {
    background-position: -75px -482px;
}

.pg-icon.pg-icon-feature.pg-icon-customer-facility {
    background-position: 0 -482px;
}

.pg-icon.pg-icon-feature.pg-icon-marketing-tool {
    background-position: -75px -559px;
}

.pg-icon.pg-icon-feature.pg-icon-marketing-ad {
    background-position: -148px -559px;
}

.pg-icon.pg-icon-feature.pg-icon-expand-ad {
    background-position: -225px -559px;
}

.pg-icon.pg-icon-feature.pg-icon-integrate-vineyard {
    background-position: -298px -559px;
}

.pg-icon.pg-icon-feature.pg-icon-pay {
    background-position: 0 -636px;
}

.pg-icon.pg-icon-feature.pg-icon-financial-situation {
    background-position: -75px -636px;
}

.pg-icon.pg-icon-feature.pg-icon-sales-cycle {
    background-position: -150px -636px;
}

.pg-icon.pg-icon-feature.pg-icon-audience-customer {
    background-position: -225px -636px;
}

.pg-icon.pg-icon-feature.pg-icon-bpms {
    background-position: -74px -248px;
}

.pg-icon.pg-icon-feature.pg-icon-social {
    background-position: -149px -248px;
}

.pg-icon.pg-icon-feature.pg-icon-setting {
    background-position: -224px -248px;
}


.pg-icon.pg-icon-feature.pg-icon-task {
    background-position: -298px -248px;
}

.pg-icon.pg-icon-box-1 {
    width: 45px;
    height: 45px;
    background-position: -1068px -157px;
}

.pg-icon.pg-icon-box-2 {
    width: 45px;
    height: 45px;
    background-position: -1020px -157px;
}

.pg-icon.pg-icon-box-3 {
    width: 45px;
    height: 45px;
    background-position: -970px -157px;
}


.pg-icon.pg-icon-support {
    width: 152px;
    height: 102px;
    background-position: -405px -244px;
}

.pg-icon.pg-icon-contact {
    width: 126px;
    height: 100px;
    background-position: -569px -244px;
}

.pg-icon.pg-icon-location {
    width: 157px;
    height: 114px;
    background-position: -707px -234px;
}

/*
    Phone Bottom Animated
*/
/*.pg-mobile-phone {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 60px;
    height: 60px;
    left: 15px;
    top: calc(100% - 80px);
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}*/
.pg-mobile-phone {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 100% !important;
    height: 50px !important;
    left: 0;
    top: calc(100% - 50px);
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    background-color: #01c501;
    color: #fff;
    text-align: center;
}
    .pg-mobile-phone .consultation-box {
        cursor: pointer;
        display: inline-block;
        line-height: 18px;
        border: 0;
        border-radius: 5px;
        -webkit-transition: ease .3s;
        transition: ease .3s;
        font-size: 18px;
        padding: 1.225rem 3rem;
        position: relative;
        white-space: nowrap;
        font-family: 'IRANYekan';
        font-weight: bold;
        color: #fff;
    }

    .pg-mobile-phone .pg-quick-alo-phone {
        height: 60px;
        width: 220px;
        background: #1EA8AA;
        display: block;
        position: relative;
        border-radius: 60px
    }

        .pg-mobile-phone .pg-quick-alo-phone .pg-quick-alo-green .pg-quick-alo-ph-circle {
            border-color: #22ff00;
            opacity: 0.5;
        }

    .pg-mobile-phone .pg-quick-alo-ph-circle {
        position: absolute;
        width: 90px;
        height: 90px;
        top: -20px;
        right: -20px;
        border: 2px solid #2f0;
        background-color: transparent;
        border-radius: 100%;
        opacity: .1;
        animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
        transition: all .5s;
        transform-origin: 50% 50%;
    }

    .pg-mobile-phone .pg-quick-alo-phone .pg-quick-alo-green .pg-quick-alo-ph-circle-fill {
        background-color: rgb(246, 202, 98);
        opacity: .75 !important;
    }

    .pg-mobile-phone .pg-quick-alo-ph-circle-fill {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -20px;
        right: -20px;
        background-color: rgba(34, 255, 0, 0.5);
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .1;
        animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
        transition: all .5s;
        transform-origin: 50% 50%;
    }

    .pg-mobile-phone .pg-quick-alo-phone.pg-quick-alo-green .pg-quick-alo-ph-img-circle {
        background-color: #00A1FF;
    }

    .pg-mobile-phone .pg-quick-alo-ph-img-circle {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        background: #22ff00 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .99;
        animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        transform-origin: 50% 50%;
    }

.pg-mobile-text {
    color: #333333;
    font-size: 24px;
    display: inline-block;
    position: relative;
    bottom: -3px;
}

.pg-mobile-phone .pg-mobile-text + small {
    direction: ltr !important;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    width: 210px;
    display: block;
    float: left;
    text-align: left;
    padding: 0 40px;
    margin-left: 15px;
}

.pg-mobile-phone .pg-quick-alo-phone .pg-quick-alo-green .pg-quick-alo-hover .pg-quick-alo-ph-img-circle,
.pg-mobile-phone .pg-quick-alo-phone.pg-quick-alo-green:hover .pg-quick-alo-ph-img-circle {
    background-color: #22ff00;
}


/*
        Home
    */


.main-intro {
    /*background: url('../Content/img/pg-main-bg.jpg') no-repeat center bottom;*/
    /*background: url(../Content/img/banners/pg-whatiscrm.jpg) no-repeat left center;*/
    width: 100%;
    min-height: calc(100vh - 120px);
    position: relative;
    padding-bottom: 65px;
}

    .main-intro video {
        width: 100%;
        height: 80%
    }

.webp .main-intro {
    /*background: url('../Content/img/webp/pg-main-bg.webp') no-repeat center bottom;*/
    /*background-image: url("../Content/img/webp/pg-whatiscrm.webp");
    background-size: contain;*/
}

.intro-padding-top {
    padding-top: 90px;
}

.pg-main-call {
    font-size: 18px;
    font-family: IRANYekan;
    margin-top: 10px;
}

    .pg-main-call a {
        font-size: 35px;
        position: relative;
        display: inline-block;
        bottom: -5px;
        color: #48C2C5;
    }

.main-intro h1 {
    margin-bottom: 20px;
    color: #202020
}

    .main-intro h1 span {
        display: inline-block;
        border-bottom: 1px solid #FF5300;
        color: #FF5300
    }

    .main-intro h1 + p {
        font-size: 16px;
        text-align: justify;
        color: #333;
        line-height: 36px;
        margin-top: 30px;
        margin-bottom: 45px
    }

    .main-intro h1.fs-xxxlarge {
        font-size: 36px
    }

.main-intro .pg-main-call {
    margin-top: 0;
    margin-right: 10px;
    line-height: 70px;
    position: relative;
}

.pg-scrolldown {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

    .pg-scrolldown .chevron {
        position: absolute;
        width: 28px;
        height: 8px;
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
        animation: move 3s ease-out infinite;
    }

        .pg-scrolldown .chevron:first-child {
            animation: move 3s ease-out 1s infinite;
        }

        .pg-scrolldown .chevron:nth-child(2) {
            animation: move 3s ease-out 2s infinite;
        }

        .pg-scrolldown .chevron:before,
        .pg-scrolldown .chevron:after {
            content: ' ';
            position: absolute;
            top: 0;
            height: 100%;
            width: 51%;
            background: #ff6926;
        }

        .pg-scrolldown .chevron:before {
            left: 0;
            transform: skew(0deg, 30deg);
        }

        .pg-scrolldown .chevron:after {
            right: 0;
            width: 50%;
            transform: skew(0deg, -30deg);
        }

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}



/*

    Feature Section

*/
.pg-feature-section, .pg-product-section {
    padding: 50px 0
}

    .pg-feature-section .pg-feature-text {
        padding: 20px;
        margin-bottom: 30px;
        transition: ease .4s
    }

    .pg-feature-section .swiper-slide-thumb-active .pg-feature-text {
        background: #f6f6f6;
        margin-bottom: 30px;
        box-shadow: inset 0px 0px 11px rgba(0,0,0,0.05);
        border-radius: 3px;
    }

    .pg-feature-section .pg-feature-text i {
        float: right;
        margin-left: 15px;
        margin-bottom: 100px
    }

    .pg-feature-section .pg-feature-text:after {
        clear: both;
        content: '';
        display: block
    }

    .pg-feature-section .pg-feature-text h3 {
        font-size: 17px;
        padding-top: 20px;
        margin-bottom: 5px;
    }

    .pg-feature-section .pg-feature-text p {
        font-size: 16px;
        text-align: justify;
        line-height: 30px;
        color: #184253;
        margin-bottom: 0;
        direction: rtl
    }



.pg-features .pg-feature-box {
    text-align: center;
    margin-bottom: 30px
}

    .pg-features .pg-feature-box h4 {
        font-family: Shabnam;
        font-weight: 100;
        font-size: 15px
    }

    .pg-features .pg-feature-box.style-half {
        text-align: justify;
        margin-bottom: 15px
    }

        .pg-features .pg-feature-box.style-half h4 {
            font-family: Shabnam;
            font-weight: bold;
            font-size: 17px;
            margin-bottom: 15px;
        }

        .pg-features .pg-feature-box.style-half p {
            font-size: 15px;
            font-weight: 100
        }

        .pg-features .pg-feature-box.style-half i {
            margin-top: 50px
        }
/*

    Feature swiper

*/
.pg-swiper-feature-text {
    overflow: hidden;
    height: calc(100vh - 150px);
    min-height: 650px
}

.pg-swiper-feature-images {
    margin-right: 100px;
    margin-left: -35px
}

    .pg-swiper-feature-images .swiper-slide img {
        min-width: 100%;
        max-width: 100%;
        min-height: calc(100vh - 200px)
    }

.swiper-lazy-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 10;
    animation: none;
    background: #f2f2f2
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
        filter: grayscale(100%);
    }



.webp .swiper-lazy-preloader:after {
    background-image: url(../Content/img/webp/pg-logo-icon.webp);
}

.no-webp .swiper-lazy-preloader:after {
    background-image: url(../Content/img/pg-logo-icon.png);
}
/*

    Product Section

*/
.pg-product-box {
    border: 1px solid #eee;
    padding: 25px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.03);
    transition: cubic-bezier(0,0, 1, 1) .3s;
    margin-bottom: 30px
}

    .pg-product-box:hover {
        box-shadow: 0 10px 50px -5px rgba(51,71,91,0.2);
        transform: scale(1.03)
    }

    .pg-product-box > .pg-icon {
        margin-bottom: 5px
    }


.pg-product-nav .pg-product-box {
    padding: 25px;
    display: block;
    height: calc(100% - 30px)
}

    .pg-product-nav .pg-product-box h3, .pg-product-nav .pg-product-box span {
        font-size: 16px;
        display: block;
        color: #184253;
        font-weight: 100;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.pg-product-box p {
    line-height: 25px;
    font-size: 14px;
}


.pg-product-section .pg-product-box p {
    min-height: 85px;
    text-align: justify
}

.pg-product-section .pg-product-box {
    min-height: 350px;
    height: calc(100% - 30px);
}

    .pg-product-section .pg-product-box h3 {
        margin-bottom: 14px;
    }

        .pg-product-section .pg-product-box h3 a {
            color: #184253;
            font-weight: bold;
            font-size: 20px;
            display: block;
        }

    .pg-product-section .pg-product-box > a,
    .pg-product-section .pg-product-box h3 {
        text-align: right;
        display: block
    }

.hr {
    height: 1px;
    background: #E4E4E4;
    margin-bottom: 25px
}

.pg-product-section .pg-product-box h4 {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}

.check-ul {
    list-style: none;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
    padding-right: 25px
}

    .check-ul li {
        margin-bottom: 10px;
        position: relative
    }

        .check-ul li:before {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90a";
            position: absolute;
            right: -25px;
            color: #48C2C5;
            bottom: 0px;
            font-size: 20px
        }

@media (min-width: 768px) {
    .pg-product-section .overflow-dragable .col-md-6 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width:992px) {
    .pg-product-section .overflow-dragable .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}

.features-filter {
    text-align: right;
    position: relative
}

    .features-filter .filter-ix {
        font-size: 25px;
        color: #2a2a2a;
        position: relative;
        padding-left: 15px;
    }

        .features-filter .filter-ix:after {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e5c5";
            position: absolute;
            left: -15px;
            font-size: 35px;
        }

    .features-filter .filter-ul {
        margin: 0;
        list-style: none;
        position: absolute;
        z-index: 555;
        top: 100%;
        right: 0;
        background: #fbfbfb;
        border-radius: 5px;
        padding: 10px;
        width: 200px;
        display: none;
        border: 2px solid #eee;
        box-shadow: 0 4px 6px rgba(0,0,0,.03);
    }

        .features-filter .filter-ul li a {
            color: #2a2a2a;
            line-height: 30px;
            font-size: 14px;
            display: block;
        }

            .features-filter .filter-ul li a:hover {
                color: #FF5300
            }

    .features-filter .filter-ix.active + .filter-ul {
        display: block
    }

.pg-title-hint {
    font-size: 16px;
    color: #898989
}

.overflow-dragable {
    overflow-x: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    cursor: grab;
}

    .overflow-dragable:active {
        cursor: grabbing
    }

    .overflow-dragable::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: rgba(255, 255, 255, 1);
    }

    .overflow-dragable::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.50);
    }

    .overflow-dragable::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #F5F5F5;
    }

.features-scroll-navigation {
    text-align: center;
}

    .features-scroll-navigation a {
        width: 50px;
        height: 50px;
        line-height: 60px;
        display: inline-block;
        background: #F0F0F0;
        border-radius: 10px;
        text-align: center;
        font-size: 25px;
        color: #48C2C5;
        transition: ease .3s
    }

        .features-scroll-navigation a:hover {
            box-shadow: -2px 3px 5px rgba(0,0,0,.15)
        }

/*

    Products

*/
.pg-head-section {
    padding: 100px 0;
    margin-bottom: 100px
}

    .pg-head-section h1 {
        width: 50%;
        font-weight: 100;
        font-size: 28px;
        font-family: Shabnam;
        font-weight: bold
    }

.pg-products {
    background: url("../Content/img/banners/pg-products.jpg") no-repeat center center;
    background-size: cover;
}

.webp .pg-products {
    background: url("../Content/img/webp/pg-products.webp") no-repeat center center;
    background-size: cover;
}

.pg-crm {
    background: url("../Content/img/banners/pg-crm.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-crm {
    background: url("../Content/img/webp/pg-crm.webp") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.pg-marketing {
    background: url("../Content/img/banners/pg-marketing.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-marketing {
    background-image: url("../Content/img/webp/pg-marketing.webp")
}


.pg-sales {
    background: url("../Content/img/banners/pg-sales.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-sales {
    background-image: url("../Content/img/webp/pg-sales.webp")
}

.pg-callcenter {
    background: url("../Content/img/banners/pg-callcenter.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-callcenter {
    background-image: url("../Content/img/webp/pg-callcenter.webp")
}

.pg-service {
    background: url("../Content/img/banners/pg-services.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-service {
    background-image: url("../Content/img/webp/pg-services.webp")
}

.pg-ecommerce {
    background: url("../Content/img/banners/pg-ecommerce.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-ecommerce {
    background-image: url("../Content/img/webp/pg-ecommerce.webp")
}

.pg-club {
    background: url("../Content/img/banners/pg-club.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-club {
    background-image: url("../Content/img/webp/pg-club.webp")
}


.pg-bpms {
    background: url("../Content/img/banners/pg-bpms.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-bpms {
    background-image: url("../Content/img/webp/pg-bpms.webp")
}

.pg-automation {
    background: url("../Content/img/banners/pg-automation.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-automation {
    background-image: url("../Content/img/webp/pg-automation.webp")
}


.pg-integration {
    background: url("../Content/img/banners/pg-integration.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-integration {
    background-image: url("../Content/img/webp/pg-integration.webp")
}

.pg-bi {
    background: url("../Content/img/banners/pg-bi.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
}

.webp .pg-integration {
    background-image: url("../Content/img/webp/pg-bi.webp")
}

.pg-whatiscrm-bg {
    background: url("../Content/img/banners/pg-whatiscrm.jpg") no-repeat left center;
    background-size: contain;
    min-height: 0;
}

.webp .pg-whatiscrm-bg {
    background-image: url("../Content/img/webp/pg-whatiscrm.webp")
}


.pg-about-crm-bg {
    background: url("../Content/img/banners/pg-about-crm.jpg") no-repeat left center;
    background-size: contain;
    min-height: 60vh
}

.webp .pg-about-crm-bg {
    background-image: url("../Content/img/webp/pg-about-crm.webp")
}


.pg-agency {
    background: url("../Content/img/banners/pg-agent.jpg") no-repeat left center;
    background-size: contain;
    min-height: 60vh
}

.webp .pg-agency {
    background-image: url("../Content/img/webp/pg-agent.webp")
}


.pg-bullet-navigation, .pg-styled-bullet {
    padding: 0;
    list-style: none;
}

    .pg-bullet-navigation li a, .pg-styled-bullet li {
        color: #184253;
        padding-right: 25px;
        line-height: 30px;
        display: inline-block;
        position: relative
    }

        .pg-bullet-navigation li a:before, .pg-styled-bullet li:before {
            content: '';
            position: absolute;
            background: #FF5300;
            width: 15px;
            height: 15px;
            right: 0;
            top: 7px;
            border-radius: 50%
        }

.pg-product-dark-bg .pg-bullet-navigation li a {
    display: block;
    color: #eee
}

.pg-product-dark-bg .pg-bullet-navigation.three-col li {
    float: right;
    width: 33.33334%
}

.pg-product-dark-bg .pg-bullet-navigation:after {
    content: '';
    clear: both;
    display: block
}

.pg-styled-bullet li {
    color: #000;
    display: block
}

.pg-inpage-nav {
    position: absolute;
    margin-top: 10px;
    top: 0;
    right: 50%;
    background: #fff;
    margin-right: calc(-50% + 30px);
    min-height: 475px;
    z-index: 102;
    width: 210px;
    box-shadow: -2px 2px 0 2px rgba(0,0,0,.15);
    border-radius: 10px;
    transition: ease 1s
}

    .pg-inpage-nav.is-sticked {
        position: fixed;
        margin-top: 90px;
        min-height: initial
    }

        .pg-inpage-nav.is-sticked h4 {
            margin-top: 40px
        }


        .pg-inpage-nav.is-sticked .right-side-nav {
            display: none
        }

        .pg-inpage-nav.is-sticked .back-to-top {
            display: block
        }

    .pg-inpage-nav .back-to-top {
        font-size: 30px;
        display: inline-block;
        color: #184253;
        padding: 0 20px;
        margin-top: 0;
        display: none;
        text-align: left;
    }

    .pg-inpage-nav h2 {
        font-family: Shabnam;
        font-size: 17px;
        font-weight: 100;
        padding: 50px 20px 20px
    }

        .pg-inpage-nav h2 small, .pg-inpage-nav h2 span {
            display: block
        }

        .pg-inpage-nav h2 span {
            line-height: 10px
        }

    .pg-inpage-nav .btn {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    .pg-inpage-nav .right-side-nav {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 30px;
        margin-bottom: 70px
    }

        .pg-inpage-nav .right-side-nav li a {
            padding: 7px 20px;
            display: block;
            border-right: 5px solid transparent;
            color: #184253
        }

        .pg-inpage-nav .right-side-nav li.is-active > a {
            font-weight: bold;
            border-color: #d15f42;
            color: #d15f42
        }

        .pg-inpage-nav .right-side-nav li ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: none
        }

            .pg-inpage-nav .right-side-nav li ul li {
                padding-right: 10px
            }

        .pg-inpage-nav .right-side-nav li.is-active > ul {
            display: block
        }

    .pg-inpage-nav h4 {
        padding: 0 20px;
        text-align: center
    }

    .pg-inpage-nav .phone-call {
        padding: 0 20px 20px;
        font-size: 17px;
        color: #184253;
        text-align: center;
        display: block
    }

        .pg-inpage-nav .phone-call + .link {
            color: #184253;
            display: block;
            font-weight: bold;
            padding: 0 20px 20px;
            font-size: 16px;
            text-align: center;
            display: block
        }

.pg-inpage-contnet {
    max-width: calc(100vw - 320px);
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 280px;
    margin-left: auto;
}

    .pg-inpage-contnet .pg-demo-cta-bg > div {
        width: 80%;
        margin: 0 auto;
    }



.pg-product-shadow-bg {
    box-shadow: inset 0 0 20px 10px rgba(0,0,0,.1);
    padding: 50px 0;
    background: #f9f9f9;
}

.pg-product-gray-bg {
    padding: 50px 0;
    background: #F4F4F4;
}

.pg-product-dark-bg {
    padding: 50px 0;
    background: #184253;
    color: #fff
}

.pg-product-blue-bg {
    box-shadow: inset 0 0 20px 10px rgba(0, 161, 255, 0.1);
    padding: 50px 0;
    background: #00A1FF;
}

.pg-product-orange-bg {
    background: #FF8959;
    padding: 50px 0;
    color: #fff;
}

    .pg-product-orange-bg h4 {
        color: #fff;
        font-family: BlackSans;
        font-size: x-large;
    }

    .pg-product-orange-bg h5 {
        color: #fff;
        font-size: 19px;
    }

    .pg-product-orange-bg p {
        margin-bottom: 0;
        font-size: small;
        line-height: 20px;
        margin-top: 10px;
    }

.pg-functional-height {
    height: 150px;
    overflow: hidden;
    position: relative;
    transition: ease .3s
}

    .pg-functional-height:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,137,89,0.25) 50%, rgba(255,137,89,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,137,89,0.25) 50%,rgba(255,137,89,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,137,89,0.25) 50%,rgba(255,137,89,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff8959',GradientType=0 );
        opacity: 1;
        transition: ease .3s
    }

    .pg-functional-height:after {
        content: '\e408';
        color: #fff;
        position: absolute;
        bottom: 0;
        z-index: 333;
        font-family: icomoon;
        transform: rotate(-90deg) translateX(-50%);
        font-size: 25px;
        left: 50%;
        transition: ease .3s;
        transform-origin: center
    }

        .pg-functional-height:after:hover {
            cursor: pointer
        }

    .pg-functional-height.is-active {
        height: auto;
        overflow: initial;
        padding-bottom: 30px
    }

        .pg-functional-height.is-active:before {
            opacity: 0
        }

        .pg-functional-height.is-active:after {
            transform: rotate(90deg) translateX(-50%);
        }


.pg-border-top {
    border-top: 1px solid #ff6926;
}

.pg-product-simple-bg {
    padding: 50px 0;
}

.pg-title-icon span {
    display: inline-block;
    border-bottom: 2px solid #a1a5a7;
    font-size: 25px;
    padding-bottom: 5px;
    margin-right: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.pg-title-icon .pg-icon {
    position: absolute;
}

.pg-title-icon-2 .pg-icon {
    position: absolute;
}

.pg-title-icon-2 span {
    line-height: 45px;
    padding-right: 55px
}

.pg-product-shadow-bg p {
    text-align: justify
}

.pg-image-box {
    background: rgba(209, 95, 66, 0.1);
    position: relative;
    transform: rotate(-1deg);
}

    .pg-image-box img {
        position: relative;
        transform: rotate(1deg)
    }

    .pg-image-box.overflow-top-1 {
        overflow: initial
    }

        .pg-image-box.overflow-top-1 img {
            margin-top: -150px
        }

    .pg-image-box.increase-zIndex {
        z-index: 100000000000
    }

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.aspect-ratio-fill {
    padding-bottom: 77%;
}

.aspectRatioPlaceholder .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.zoom-effect .img {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    backface-visibility: hidden;
}

.zoom-effect .zoomImg,
.zoom-effect .zoomImg-wrap {
    position: relative;
    z-index: 900;
    transition: all 300ms;
}

.zoom-effect .zoomImg-wrap--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.zoom-effect .zoomImg {
    cursor: pointer;
    cursor: -webkit-zoom-out;
}


.zoom-effect .zoomOverlay.show {
    opacity: 1;
}

.zoom-effect .zoomOverlay {
    z-index: 800;
    background: #fff;
    position: absolute;
    transition: opacity 300ms;
    opacity: 0;
    cursor: pointer;
    cursor: -webkit-zoom-out;
}

.image-overflowed {
    z-index: 991;
    margin-top: -100px;
    z-index: 991
}

.price-box {
    background: #fff;
    height: calc(100% - 30px);
    min-height: 200px;
    border: 1px solid rgb(203, 214, 226);
    border-radius: 3px;
    transition: ease 1s;
    margin-bottom: 20px
}

    .price-box .price-head {
        padding: 20px 20px;
        border-bottom: 1px solid rgb(203, 214, 226);
        position: relative
    }

        .price-box .price-head span {
            font-size: 18px;
            font-weight: bold;
            display: block
        }

    .price-box .price-body {
        padding: 10px 20px;
    }

    .price-box.call-box {
        background: #184253;
        color: #fff;
    }

    .price-box .price {
        margin-top: 20px;
        text-align: right;
        margin-bottom: 20px;
        position: absolute;
        left: 20px;
        top: 0;
    }

        .price-box .price small {
            display: block;
            text-align: right;
            font-size: 15px;
        }

        .price-box .price span {
            font-weight: bold;
            font-size: 17px;
            display: block;
        }

.pg-pricing-box {
    overflow: hidden;
    position: relative
}

    .pg-pricing-box h2 {
        font-weight: 100;
        font-size: 30px
    }

        .pg-pricing-box h2 small {
            display: block;
            font-size: small
        }

    .pg-pricing-box .discount {
        background: #FF5300;
        color: #fff;
        width: 100px;
        height: 100px;
        position: absolute;
        left: -30px;
        border-radius: 50%;
        top: -30px;
        font-size: 20px;
        line-height: 20px;
        padding: 45px 20px 0 25px;
        transform: rotate(-40deg);
    }

.scale-up {
    transition: ease .3s
}

    .scale-up:hover {
        transform: scale(1.05);
        box-shadow: 0 0px 8px #e2e2e2;
    }

.customization-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px
}

ul.customization-tabs li a {
    display: block;
    color: #184253;
    padding: 15px 25px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid rgba(72, 194, 197, 0.5);
    transition: ease .3s
}

ul.customization-tabs li.active a {
    background: #e5f5f8;
    border-color: #00a4bd;
    box-shadow: 0 0 0 1px #00a4bd;
}

.customize-options > ul {
    padding: 0
}

.customize-options .custom-item {
    display: block;
    color: #184253;
    padding: 15px 25px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid rgba(72, 194, 197, 0.5);
    transition: ease .3s
}

    .customize-options .custom-item:hover {
        background: rgba(155, 218, 255, 0.2);
    }

    .customize-options .custom-item label {
        font-size: 16px;
        display: block
    }

        .customize-options .custom-item label a {
            color: #184253;
            border-bottom: 1px solid rgba(72, 194, 197, 0.5);
            margin-bottom: 0;
            display: inline-block;
        }

    .customize-options .custom-item .desc {
        text-align: justify;
        margin-right: 35px;
        font-size: small
    }

    .customize-options .custom-item .custom-item {
        border: none
    }

    .customize-options .custom-item .discount-percent {
        background: #ff4555;
        display: inline-block;
        padding: 2px 10px;
        border-radius: 3px;
        color: #fff;
        float: left
    }

    .customize-options .custom-item input[type="number"] {
        border-radius: 3px;
        background: #eee;
        border: 1px solid #cbd6e2;
        padding: 5px 10px;
        text-align: center;
        display: inline-block;
    }

        .customize-options .custom-item input[type="number"]:disabled {
            background: #ccc;
            cursor: no-drop;
        }

.customization-basket {
    display: block;
    color: #184253;
    padding: 15px 5px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid rgba(72, 194, 197, 0.5);
    transition: ease .3s;
}

    .customization-basket .total-discount {
        color: #ff4555;
        font-weight: bold;
    }

.pg_range-slider {
    margin: 0;
}

.pg_range-slider {
    width: 100%;
}

.pg_range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    max-width: 600px;
    height: 5px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

    .pg_range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        transition: background .15s ease-in-out;
    }

        .pg_range-slider__range::-webkit-slider-thumb:hover {
            background: #ff6926;
        }

    .pg_range-slider__range:active::-webkit-slider-thumb {
        background: #f57149;
    }

    .pg_range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        transition: background .15s ease-in-out;
    }

        .pg_range-slider__range::-moz-range-thumb:hover {
            background: #f57149;
        }

    .pg_range-slider__range:active::-moz-range-thumb {
        background: #1abc9c;
    }

    .pg_range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 5px #f57149;
    }

.pg_range-slider__value {
    display: inline-block;
    position: absolute;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #1EA8AA;
    padding: 5px 10px;
    top: 10px
}


::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.customize-options .active {
    display: block
}

.customize-options .hide {
    display: none
}

.customization-checkbox {
    margin-left: 15px !important;
    margin-bottom: 20px;
    transition: ease .3s;
}

    .customization-checkbox:after {
        line-height: 1.5em;
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 2px;
        margin-top: -4px;
        margin-left: -4px;
        border: 1px solid #1ea8aa;
        background: #f9f9f9;
    }

    .customization-checkbox:checked:after {
        content: "\e5ca";
        font-family: 'icomoon';
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        background: #48c2c5;
        color: #fff;
        border: 2px solid #1ea8aa;
    }

.clearfix, .clearfix:after, .clearfix:before {
    content: '';
    clear: both;
    display: block
}
/*

    Fact Section

*/
.webp .pg-fact-section {
    background: url("../Content/img/webp/pg-fact-top.webp") no-repeat top center;
}

.no-webp .pg-fact-section {
    background: url("../Content/img/pg-fact-top.jpg") no-repeat top center;
}

.pg-fact-section {
    position: relative !important;
    padding: 230px 0 80px;
    margin-top: 50px;
}

    .pg-fact-section .pg-swiper-facts {
        overflow: hidden;
        max-height: calc(50vh - 30px)
    }

    .pg-fact-section .pg-swiper-facts {
        margin-top: -47px
    }

.pg-fact-box {
    background: #fff;
    padding: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 90px
}

    .pg-fact-box .percent {
        font-size: 60px;
        font-family: BlackSans;
        letter-spacing: -3px;
        float: right;
        width: 135px
    }

        .pg-fact-box .percent .percent-sign {
            font-size: 30px;
            display: inline-block;
            margin-right: -10px
        }

    .pg-fact-box .fact {
        float: right;
        width: calc(100% - 135px);
        margin-top: 22px;
        position: relative
    }

    .pg-fact-box p {
        font-size: 18px;
        margin-bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 50px
    }

    .pg-fact-box i {
        float: right;
        margin-left: 10px
    }

    .pg-fact-box:after {
        content: '';
        display: block;
        clear: both
    }


.pg-swiper-facts .swiper-slide:not(.swiper-slide-active) {
    filter: blur(3px)
}

    .pg-swiper-facts .swiper-slide:not(.swiper-slide-active) .pg-fact-box {
        border-width: 3px;
    }

.pg-swiper-facts .swiper-slide.swiper-slide-active .pg-fact-box {
    background: #F7F6F6
}



/*
        pg texture

    */
.pg-texture {
    background: #F9F9F9;
    background: linear-gradient(to bottom, #F9F9F9 0%,rgba(255,255,255,1) 100%);
    position: relative
}


    .pg-texture:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: .1;
        z-index: 0;
        background-size: 10%;
    }

    .pg-texture h2 {
        font-size: 30px;
        margin-bottom: 30px
    }

        .pg-texture h2 small {
            display: block;
            color: #898989;
            margin-top: 15px;
            font-size: 20px;
            font-weight: normal
        }



.pg-about-bg {
    padding: 50px 0;
}

.webp .pg-about-bg {
    background: url('../Content/img/webp/pg-about.webp') no-repeat bottom center;
    background-size: contain;
}

.no-webp .pg-about-bg {
    background: url('../Content/img/pg-about.png') no-repeat bottom center;
    background-size: contain;
}
/*
        Customers Section

    */
.pg-customers {
    padding: 70px 0
}

.pg-customer-logo-swiper .swiper-slide {
    padding: 0 25px;
    border-left: 5px solid #eeeeee;
}

/*Compare Table*/


.pg-comparison-table {
    background: #fff;
}

    .pg-comparison-table:after {
        content: '';
        clear: both;
        display: block
    }

    .pg-comparison-table .pg-compare-title {
        width: 35%;
        float: right
    }

        .pg-comparison-table .pg-compare-title .pg-title {
            height: 90px;
            line-height: 90px;
            padding: 0 20px;
            border-bottom: 1px solid #eee;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .pg-comparison-table .pg-compare-title .pg-title:first-child {
                border-top: 1px solid #eee
            }

    .pg-comparison-table.five-column .pg-compare-packages {
        float: right;
        width: 13%
    }

    .pg-comparison-table.two-column .pg-compare-packages {
        float: right;
        width: 32.5%
    }

    .pg-comparison-table .pg-compare-packages .pg-package-name, .pg-comparison-table .pg-compare-packages .pg-package-item {
        height: 90px;
        line-height: 90px;
        text-align: center;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        font-weight: bold;
        background: #00A1FF;
        color: #fff;
        font-size: 15px;
        position: relative
    }

    .pg-comparison-table .pg-compare-packages:last-child .pg-package-name {
        border-left: none
    }

    .pg-comparison-table .pg-compare-packages .pg-package-item {
        background: #fff;
        color: #184253;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        transition: ease .3s
    }

        .pg-comparison-table .pg-compare-packages .pg-package-item .no {
            display: inline-block;
            width: 20px;
            height: 3px;
            background: #ccc
        }

        .pg-comparison-table .pg-compare-packages .pg-package-item .yes {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #009688;
            border-radius: 50%;
            margin-bottom: -7px;
        }

    .pg-comparison-table .pg-compare-packages:hover .pg-package-item {
        background: #eee;
    }

    .pg-comparison-table .pg-view-package {
        display: none
    }

    .pg-comparison-table .pg-package-item.pg-package-btn, .pg-comparison-table .pg-compare-title .pg-title:last-child {
        height: 90px
    }

    .pg-comparison-table .pg-compare-packages .package-price.pg-package-item {
        line-height: 30px;
        height: 60px;
    }

@media (max-width:768px) {
    .white-box {
        padding: 15px
    }

    .pg-trial-page {
        height: unset !important;
    }

    .pg-main-call {
        display: none
    }

    .customization-tabs {
        white-space: nowrap;
        width: auto;
        overflow: scroll;
    }

        .customization-tabs li {
            display: inline-block;
        }

    .table {
        display: block;
        overflow: scroll
    }

    .col-md-5.mb-30.p-4 {
        padding: 0 !important
    }

    .row-md-nowrap {
        overflow-x: auto;
        flex-wrap: nowrap
    }

        .row-md-nowrap .col-lg-3.col-md-6 {
            flex-wrap: nowrap;
            flex: 0 0 260px;
            max-width: 260px;
            padding-right: 5px;
            padding-left: 5px;
        }

    .features-filter, .pg-title-hint {
        text-align: center;
        display: block
    }

        .features-filter .filter-ul {
            left: 50%;
            right: auto;
            transform: translateX(-50%)
        }

    .pg-product-section .pg-product-box > a.btn-link {
        font-size: 12px
    }

    .pg-comparison-table .pg-compare-title {
        display: none
    }

    .pg-comparison-table .pg-compare-packages {
        width: 100% !important;
        float: none !important
    }

        .pg-comparison-table .pg-compare-packages .pg-package-item {
            position: relative;
            line-height: 30px;
            height: 30px;
            text-align: left;
            padding-left: 10px
        }

            .pg-comparison-table .pg-compare-packages .pg-package-item:before {
                content: attr(data-title);
                display: block;
                position: absolute;
                line-height: 30px;
                font-weight: 100;
                font-size: 13px;
                color: #aaa;
                padding-right: 4px;
                width: 200px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                text-align: right;
                top: 0
            }

        .pg-comparison-table .pg-compare-packages .pg-package-name {
            background: #fff;
            border-radius: 10px;
            border: 1px solid #eee;
            margin-bottom: 30px;
            color: #e66628;
            padding: 30px;
            line-height: 30px;
            height: auto;
            position: relative
        }


            .pg-comparison-table .pg-compare-packages .pg-package-name ~ .pg-package-item {
                display: none;
            }

                .pg-comparison-table .pg-compare-packages .pg-package-name ~ .pg-package-item.is-active {
                    display: block;
                    border-right: 1px solid #eee;
                }

        .pg-comparison-table .pg-compare-packages:hover .pg-package-item {
            background: #fff;
        }

        .pg-comparison-table .pg-compare-packages .pg-package-name.is-active {
            margin-bottom: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            box-shadow: none;
        }

        .pg-comparison-table .pg-compare-packages .pg-package-item:last-child {
            height: 80px;
            padding: 17px 10px;
            text-align: center;
            margin-top: 0;
        }

    .pg-comparison-table .pg-package-item.pg-package-btn, .pg-comparison-table .pg-view-package {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        color: #184253;
        position: relative
    }

    .pg-comparison-table .pg-package-name .pg-view-package:after {
        content: '\e5cf';
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) rotate(0);
        transition: ease .3s;
        font-size: 18px
    }

    .pg-comparison-table .pg-package-name.is-active .pg-view-package:after {
        transform: translateX(-50%) rotate(540deg);
    }

    .pg-product-section .pg-product-box {
        margin-bottom: 0;
        height: 100%;
        padding: 15px
    }
}
/*
    End Compare table
*/
/*

    PG modal

*/
.pg-modal-close {
    position: absolute;
    top: -25px;
    right: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.pg-modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}

.pg-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 600px;
    background: #fff;
    z-index: 9999991;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    border-radius: 5px;
    transform: translateX(-50%) translateY(45px);
}

    .pg-modal.pg-modal-lg {
        max-width: 90%;
        max-height: 90%
    }

        .pg-modal.pg-modal-lg .h_iframe-aparat_embed_frame > span {
            padding-top: 45% !important
        }

    .pg-modal .pg-modal-content {
        padding: 25px
    }

.pg-modal-active {
    visibility: visible;
    opacity: 1;
}

.pg-modal-mask.pg-modal-active + .pg-modal {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}


.pg-modal-mask.pg-modal-active + .form-box {
    min-height: initial
}

.pg-modal .pg-modal-header {
    height: 45px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.pg-modal .pg-modal-title {
    font-size: 18px;
    margin-bottom: 0;
}

.form-input + .field-validation-error {
    bottom: 15px;
    color: #ff4555;
    position: relative;
    font-size: 13px
}

.datepicker-container {
    z-index: 89999999;
}

.text-danger {
    color: #ff4555;
    font-weight: bold
}

/*
    End PG-modal
*/
/*

    errors Section

*/
.pg-error {
    margin-top: 50px
}

    .pg-error .pg-404-bg {
        background: url('../Content/img/404.gif') no-repeat top center;
        min-height: calc(100vh - 100px);
        background-size: 70vh;
        padding-top: 70vh
    }

    .pg-error .pg-500-bg {
        background: url('../Content/img/500.gif') no-repeat center center;
        min-height: calc(100vh - 100px);
        background-size: 70vh;
        padding-top: 70vh
    }
/*

        Contact page
    
*/
.pg-custom-page {
    height: 50vh
}

    .pg-custom-page + .pg-top-overflow {
        margin-top: -80px
    }

.pg-contact-page,
.pg-about-page {
    background: url('../Content/img/banners/contact.jpg') no-repeat bottom center;
    background-size: cover;
}

.pg-about-page {
    background-image: url('../Content/img/banners/about.jpg');
    background-position: top center
}

.pg-box-icon {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 50px;
    text-align: center;
    height: calc(100% - 30px);
    box-shadow: -4px 4px 0px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
/*bootstrap table*/

.table {
    width: 100%;
    color: #212529;
}

    .table th,
    .table td {
        padding: 0.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 th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        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 > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        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 > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        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 > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        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 > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        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 > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        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 > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        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 > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        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 > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #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 th,
    .table-dark td,
    .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, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }

    .pg-product-dark-bg .pg-bullet-navigation.three-col li {
        float: none;
        width: 100%
    }

    .table-bordered th, .table-bordered td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    h3.pull-right {
        white-space: initial !important;
        float: none !important
    }

        h3.pull-right + a.pull-left {
            display: block;
            float: none;
            background: #ff6926;
        }
}

@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;
    }

td.td-middle {
    vertical-align: middle;
}
/*

    FORMS

*/
.form-box {
    min-height: calc(100vh - 200px)
}

    .form-box input[type="text"], .form-box input[type="tel"], .form-box input[type="email"], .form-box textarea, .form-box select {
        color: #000;
        width: 100%;
        display: block;
        border: 1px solid #cbd6e2;
        background: #f5f8fa;
        border-radius: 3px;
        padding: 9px 10px;
        transition: ease .3s;
        margin-bottom: 15px;
        font-size: 16px;
    }

        .form-box input:hover, .form-box input:focus, .form-box textarea:focus, .form-box textarea:hover {
            box-shadow: -3px 3px 10px rgba(0,0,0,.1);
            border-color: #48C2C5
        }

        .form-box input:focus, .form-box textarea:focus {
            outline: none
        }

    .form-box input:invalid {
        color: red;
        border: 1px solid rgb(247, 17, 0);
    }


.input-with-addon.right {
    flex-direction: row-reverse;
    display: flex
}

.input-with-addon .input-addon {
    -ms-flex: auto auto auto;
    flex: auto auto auto;
}

.input-with-addon.right .input-addon {
    margin-left: -1px;
}

    .input-with-addon.right .input-addon:nth-child(1) {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        overflow: hidden;
    }

    .input-with-addon.right .input-addon:last-child {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
    }

.input-with-addon .input-addon span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: none;
}

.input-with-addon input[type=text] {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-radius: 0;
}


.input-with-addon.right .input-addon {
    margin-left: -1px;
}

.form-input {
    margin-bottom: 15px
}

.form-box input + .btn-search {
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    top: 13px;
    left: 25px;
    font-size: x-large;
    color: #184253;
}
/*

    About timeline

*/
.pg-about-timeline-box {
    margin: 80px auto;
    padding: 12px 0;
    width: calc(100% - 130px)
}

    .pg-about-timeline-box::before {
        content: 'mobile';
        display: none
    }

    .pg-about-timeline-box.loaded {
        opacity: 1
    }

    .pg-about-timeline-box .pg-about-timeline {
        position: relative;
        height: 65px;
        margin: 0 auto
    }

    .pg-about-timeline-box .events-wrapper {
        position: relative;
        height: 100%;
        overflow: hidden
    }

        .pg-about-timeline-box .events-wrapper::after, .pg-about-timeline-box .events-wrapper::before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px
        }

        .pg-about-timeline-box .events-wrapper::before {
            left: 0;
            background-image: -webkit-linear-gradient(left,#f8f8f8,rgba(248,248,248,0));
            background-image: linear-gradient(to right,#f8f8f8,rgba(248,248,248,0))
        }

        .pg-about-timeline-box .events-wrapper::after {
            right: 0;
            background-image: -webkit-linear-gradient(right,#f8f8f8,rgba(248,248,248,0));
            background-image: linear-gradient(to left,#f8f8f8,rgba(248,248,248,0))
        }

    .pg-about-timeline-box .events {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        background: #dfdfdf;
        transition: transform .4s
    }

    .pg-about-timeline-box .filling-line {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #f57149;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .3s
    }

    .pg-about-timeline-box .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 13px;
        padding-bottom: 5px;
        color: #f57149;
        transform: translateZ(0)
    }

        .pg-about-timeline-box .events a::after {
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
            bottom: -5px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #fd8204;
            background-color: #f8f8f8;
            transition: background-color .3s,border-color .3s
        }

.no-touch .pg-about-timeline-box .events a:hover::after {
    background-color: #f57149;
    border-color: #f57149
}

.pg-about-timeline-box .events a.selected {
    pointer-events: none
}

    .pg-about-timeline-box .events a.selected::after {
        background-color: #f57149;
        border-color: #f57149
    }

@media only screen and (min-width:1100px) {
    .pg-about-timeline-box::before {
        content: 'desktop'
    }
}

.pg-about-timeline-navigation {
    padding: 0;
    margin: 0
}

    .pg-about-timeline-navigation a {
        position: absolute;
        z-index: 1;
        top: 50px;
        transform: translateY(-50%);
        height: 34px;
        width: 34px;
        border-radius: 10px;
        transition: ease .3s;
        background: #f0f0f0;
        text-align: center;
        line-height: 45px;
        font-size: 25px;
    }

        .pg-about-timeline-navigation a i {
            margin-top: 8px
        }

        .pg-about-timeline-navigation a:hover {
            background: #faa287
        }

    .pg-about-timeline-navigation .prev {
        left: -65px
    }

    .pg-about-timeline-navigation a.next {
        right: -65px
    }

.no-touch .pg-about-timeline-navigation a:hover {
    border-color: #f57149
}

.pg-about-timeline-navigation a.inactive {
    cursor: not-allowed
}

    .pg-about-timeline-navigation a.inactive::after {
        background-position: 0 -16px
    }

.no-touch .pg-about-timeline-navigation a.inactive:hover {
    border-color: #eee
}

.pg-about-timeline-box .events {
    min-width: 100% !important
}

    .pg-about-timeline-box .events ol {
        list-style: none;
        padding: 0;
        margin: 0
    }

.pg-about-timeline-box .events-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height .4s
}

    .pg-about-timeline-box .events-content ol {
        padding: 0;
        margin: 0
    }

    .pg-about-timeline-box .events-content li {
        position: absolute;
        list-style: none;
        z-index: 1;
        width: 600px;
        color: #fff;
        left: 0;
        top: 0;
        background: url('../Content/img/banners/about-timeline.png') no-repeat center center;
        background-size: contain;
        margin: 0 auto;
        transform: translateX(-100%);
        padding: 50px 100px;
        opacity: 0;
        animation-duration: .4s;
        height: 250px;
        animation-timing-function: ease-in-out
    }

        .pg-about-timeline-box .events-content li.selected {
            position: relative;
            z-index: 2;
            opacity: 1;
            transform: translateX(0)
        }

        .pg-about-timeline-box .events-content li p {
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100% - 200px)
        }

        .pg-about-timeline-box .events-content li.enter-right, .pg-about-timeline-box .events-content li.leave-right {
            animation-name: cd-enter-right
        }

        .pg-about-timeline-box .events-content li.enter-left, .pg-about-timeline-box .events-content li.leave-left {
            animation-name: cd-enter-left
        }

        .pg-about-timeline-box .events-content li.leave-right, .pg-about-timeline-box .events-content li.leave-left {
            animation-direction: reverse
        }

        .pg-about-timeline-box .events-content li > * {
            margin: 0 auto
        }

/*

    FOOTER

*/
footer {
    padding: 50px 0;
    position: relative;
    z-index: 990;
    background: #fff;
}

    footer .pg-footer-col-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

        footer .pg-footer-col-title a {
            color: #184253;
            display: block
        }

    footer .pg-social {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        margin-top: 15px
    }

        footer .pg-social li {
            display: inline-block;
        }

            footer .pg-social li a {
                display: block;
                padding: 0 9px;
                color: #184253;
                height: 48px
            }

    footer .pg-footer-nav {
        margin: 0;
        padding: 0
    }

        footer .pg-footer-nav li {
            list-style: none
        }

            footer .pg-footer-nav li a {
                position: relative;
                padding: 5px 10px 5px 5px;
                display: block;
                color: #184253
            }

                footer .pg-footer-nav li a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 13px;
                    width: 5px;
                    height: 5px;
                    border: 1px solid #fda925;
                    background: #fda925;
                    border-radius: 50%;
                    box-shadow: 0 0 0 2px #fff inset;
                }

                footer .pg-footer-nav li a[target="_blank"]:after {
                    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
                    margin: 0 5px 0 3px;
                    position: relative;
                    bottom: -2px
                }

    footer .pg-brand-logo {
        background: url(../Content/img/pg-logo-icon.png) no-repeat right center;
        background-size: contain;
        width: 140px;
        height: 40px;
        padding: 0 10px;
        text-indent: -10000px;
        margin: 0 auto;
        display: block;
        transition: ease .3s
    }

    footer .pg-mobile-phone {
        width: 50px;
        height: 50px;
        margin: auto;
    }

        footer .pg-mobile-phone .pg-quick-alo-phone {
            width: 50px;
            height: 50px;
        }

        footer .pg-mobile-phone .pg-mobile-text {
            line-height: 52px;
            font-size: 30px;
            width: 100%;
            padding: 0 30px;
        }

        footer .pg-mobile-phone .pg-quick-alo-ph-img-circle {
            width: 50px;
            height: 50px;
        }

    footer + .copyright {
        background: #184253;
        padding: 15px 0
    }

        footer + .copyright p {
            margin: 0;
            font-size: 14px;
            color: #f2f2f2;
        }
/*

    END FOOTER

*/
/*
    Timeline
*/
.pg-timeline-container {
    margin-right: 5px;
    margin-top: 60px;
    position: relative;
    margin-bottom: 60px
}

    .pg-timeline-container:before {
        content: '';
        width: 1px;
        height: calc(100% - 10px);
        background: #FF5300;
        position: absolute;
        display: block;
        top: 10px
    }

    .pg-timeline-container .pg-timeline-heading {
        position: relative;
        color: #FF5300;
        padding-right: 50px;
        margin-bottom: 30px;
        padding-top: 0px;
        color: #1e293b;
        font-size: 20px;
        font-weight: 600;
    }

    .pg-timeline-container .pg-timeline-description {
        padding-right: 50px;
        margin-bottom: 30px;
        padding-top: 0px;
    }

    .pg-timeline-container .pg-timeline-heading:before, .pg-timeline-container .pg-timeline-points > li:after {
        content: '';
        width: 13px;
        height: 13px;
        background: #FF5300;
        border-radius: 50%;
        display: block;
        position: absolute;
        right: -6px;
        top: 8px;
    }

    .pg-timeline-container .pg-timeline-points {
        padding-right: 50px;
        margin: 0;
        list-style: none
    }

        .pg-timeline-container .pg-timeline-points > li {
            position: relative;
            padding-bottom: 30px;
            padding-right: 15px;
            margin: 0
        }

            .pg-timeline-container .pg-timeline-points > li:before {
                content: '';
                width: 40px;
                height: 1px;
                background: #FF5300;
                display: block;
                position: absolute;
                right: -50px;
                top: 20px;
            }

            .pg-timeline-container .pg-timeline-points > li:after {
                right: -20px;
                width: 25px;
                height: 25px;
                top: 8px;
            }

            .pg-timeline-container .pg-timeline-points > li p {
                margin-bottom: 0
            }

            .pg-timeline-container .pg-timeline-points > li:last-child {
                padding-bottom: 0
            }

            .pg-timeline-container .pg-timeline-points > li .pg-timeline-content {
                position: relative
            }

            .pg-timeline-container .pg-timeline-points > li:last-child .pg-timeline-content:before, .pg-timeline-container.accordion-style .pg-timeline-points > li:last-child .pg-timeline-accordion-title a:after {
                content: '';
                position: absolute;
                right: -66px;
                background: #fff;
                height: calc(100% - 21px);
                width: 3px;
                bottom: 0;
            }

    .pg-timeline-container.accordion-style .pg-timeline-points > li:last-child .pg-timeline-content:before {
        height: calc(100% + 19px);
    }

    .pg-timeline-container .pg-timeline-points > li .pg-timeline-accordion-title {
        padding-top: 0;
        margin: 0;
        line-height: 40px;
    }

        .pg-timeline-container .pg-timeline-points > li .pg-timeline-accordion-title a {
            color: #FF5300;
            font-size: 18px;
            display: block;
            position: relative
        }

            .pg-timeline-container .pg-timeline-points > li .pg-timeline-accordion-title a:before {
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                font-size: 20px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e145";
                position: absolute;
                right: -35px;
                top: 8px;
                color: #fff;
                z-index: 1;
                transition: ease .3s;
                width: 25px;
                height: 25px;
                line-height: 25px;
                -webkit-animation-name: spin;
                animation-name: spin;
                -webkit-animation-duration: .35s;
                animation-duration: .35s;
                -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-timing-function: ease;
                animation-timing-function: ease;
                transform-origin: center center;
                text-align: center;
            }

        .pg-timeline-container .pg-timeline-points > li .pg-timeline-accordion-title.is-active a:before {
            content: "\e15b";
            -webkit-animation-name: reverse-spin;
            animation-name: reverse-spin
        }

    .pg-timeline-container.accordion-style .pg-timeline-accordion-title.is-active + .pg-timeline-content {
        visibility: visible
    }

    .pg-timeline-container.accordion-style .pg-timeline-accordion-title.not-active + .pg-timeline-content {
        visibility: hidden
    }

/*
   END Timeline
*/
.white-box {
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: -2px 2px #e2e2e2;
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.pg-card-footer {
    border-top: 2px solid #eee;
    padding: 25px;
}

.pg-card-header {
    padding: 25px;
}

.pg-video {
    max-width: 800px;
    width: 100%;
    margin: 30px auto
}

    .pg-video .pg-video-describe {
        background: #13A9D1;
        padding: 30px;
        color: #fff
    }

        .pg-video .pg-video-describe h3 {
            color: #fff
        }

    .pg-video .pg-video-box {
        position: relative;
        background: url('../Content/img/slider/whatiscrm-videobg.jpg') no-repeat center /cover
    }

.webp .pg-video .pg-video-box {
    background: url('../Content/img/webp/whatiscrm-videobg.webp') no-repeat center /cover
}

.pg-video .pg-video-box:after {
    background: rgba(24, 66, 83, 0.6);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.VideoPagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 30px 0 0
}

    .VideoPagination li {
        display: inline-block;
        margin-left: 4px
    }

        .VideoPagination li a {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #184253;
            color: #fff;
            border-radius: 3px
        }

        .VideoPagination li.active a {
            background: #00A1FF
        }

        .VideoPagination li.active ~ li:nth-child(n+5):nth-child(3n+3) {
            display: none
        }

.video-link i {
    position: relative;
    bottom: -3px
}


/*

    Sidebar Navigation

*/
.pg-sidebar-navigation, .pg-sidebar-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .pg-sidebar-navigation, .pg-sidebar-navigation > ul {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: -2px 2px 0 2px rgba(0,0,0,.15)
    }

        .pg-sidebar-navigation li a {
            padding: 15px 10px;
            display: block;
            border-bottom: 1px solid #eee;
            color: #184253;
            position: relative
        }

        .pg-sidebar-navigation li:last-child a {
            border-bottom: none
        }

        .pg-sidebar-navigation li ul {
            display: none;
            border-right: 5px solid #ff6926
        }

        .pg-sidebar-navigation li.parent > a:before {
            content: '';
            width: 20px;
            height: 20px;
            background: #FF5300;
            border-radius: 50%;
            display: block;
            position: absolute;
            left: 15px;
            top: 15px;
        }

        .pg-sidebar-navigation li.parent > a:after {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 20px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e145";
            position: absolute;
            left: 15px;
            top: 14px;
            color: #fff;
            z-index: 1;
            transition: ease .3s;
            width: 20px;
            height: 20px;
            line-height: 20px;
            -webkit-animation-name: spin;
            animation-name: spin;
            -webkit-animation-duration: .35s;
            animation-duration: .35s;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            transform-origin: center center;
            text-align: center;
        }

        .pg-sidebar-navigation li.parent.is-active > a:after {
            content: "\e15b";
            -webkit-animation-name: reverse-spin;
            animation-name: reverse-spin;
        }

        .pg-sidebar-navigation li.parent.is-active ul {
            display: block
        }

.get-demo-widget {
    padding: 50px 25px;
    background: #fbfcfd;
    text-align: center;
    border: solid #f2f2f2 1px;
    margin-top: 30px
}

    .get-demo-widget .title {
        padding-top: .58333em;
        margin-bottom: .75em;
        font-size: 25px;
        line-height: 40px;
        position: relative;
        font-weight: 100;
    }

        .get-demo-widget .title .medium {
            font-weight: 600 !important;
        }

        .get-demo-widget .title:after {
            content: '';
            display: block;
            width: 80px;
            height: 1px;
            background: #f16334;
            position: absolute;
            bottom: 0;
            width: 40px;
            margin-left: -20px;
            top: 0;
            left: 50%;
            height: 2px;
        }

    .get-demo-widget p {
        font-size: 16px;
        line-height: 1.66667;
    }

    .get-demo-widget .btn--demo {
        background: #f16334;
        padding: 10px;
        width: 100%;
        max-width: 1010px;
        border-radius: 2px;
        text-align: center;
        display: block;
        color: #fff;
    }

.pg-module-description p {
    line-height: 30px
}

.pg-module-description h1, .pg-module-description h2, .pg-module-description h3, .pg-module-description h4, .pg-module-description h5 {
    margin-bottom: 30px;
    padding-top: 30px
}
/*

    Main Styles

*/
.inline-block {
    display: inline-block !important
}

.block {
    display: block
}

.pg-demo-cta-bg {
    margin-top: 50px;
    background: url(../Content/img/banners/call-to-action.png) no-repeat center center;
    background-size: cover;
    padding: 50px;
    color: #fff;
    margin: 50px auto;
    border-right: 30px solid #fee5da;
    border-left: 30px solid #fee5da;
}

.pg-demo-cta-gray {
    background: #f3f3f3;
    padding: 20px;
    border: 2px solid rgba(0, 0, 0, 0.01);
    max-width: 700px;
    margin: 0 auto;
    border-radius: 5px;
}

    .pg-demo-cta-gray p {
        color: #898989
    }

    .pg-demo-cta-gray h4 {
        margin-bottom: 30px
    }

.img-responsive {
    max-width: 100%;
    display: inline-block
}

.pg-line-title-1 {
    font-size: 25px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 35px;
}

    .pg-line-title-1:after {
        content: '';
        width: 200px;
        height: 30px;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../Content/img/icons.png") no-repeat;
        background-position: 0 -215px;
    }

.webp .pg-line-title-1:after {
    background: url("../Content/img/webp/icons.webp") no-repeat;
    background-position: 0 -215px;
}

.pg-colored-boxes .pg-colored-box {
    padding: 50px;
    background: #f9f9f9;
    position: relative;
    min-height: 300px
}

    .pg-colored-boxes .pg-colored-box p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 100px);
        text-align: center;
    }

.pg-colored-boxes.style-1 .pg-colored-box:nth-child(1) {
    background: #f0f0f0;
}

.pg-colored-boxes.style-1 .pg-colored-box:nth-child(2) {
    background: #e6e6e6;
}

.pg-colored-boxes.style-1 .pg-colored-box:nth-child(3) {
    background: #dddddd;
}

.pg-colored-boxes.style-1 .pg-colored-box:nth-child(4) {
    background: #cfcfcf;
}

.pg-line-title-2 {
    font-size: 35px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 35px;
    text-align: center
}

    .pg-line-title-2:after {
        content: '';
        width: 200px;
        height: 30px;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

.webp .pg-line-title-2:after {
    background: url("../Content/img/webp/icons.webp") no-repeat;
    background-position: 0 -215px;
}

.no-webp .pg-line-title-2:after {
    background: url("../Content/img/icons.png") no-repeat;
    background-position: 0 -215px;
}

.text-thin {
    font-weight: 100 !important
}

.text-white {
    color: #fff !important
}

.text-orange {
    color: #FF5300 !important
}

.text-muted {
    color: #979797;
}

.bg-white {
    background: #fff
}

.bg-orange {
    background: #f16334
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

h3.pull-right {
    white-space: nowrap
}

.auto-height {
    min-height: initial !important;
    height: auto !important;
}

.on-focus-text-left:focus {
    text-align: left
}
.input-text-left {
    text-align: left;
}
    .input-text-left::placeholder {
        text-align: right;
    }
.pg-trial-page {
    width: 100vw;
    height: 100vh;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1000000000;
    overflow: auto;
}

    .pg-trial-page .pg-trial-left-side {
        width: 35%;
        background: #EEEEEE;
        min-height: 100%;
        float: left;
        padding: 0 50px
    }


        .pg-trial-page .pg-trial-left-side h1 {
            font-size: 30px;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 30px
        }

.trial-form-bg {
    border-radius: 10px;
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,.1);
    padding: 25px;
    background: #fff
}
.demo-form-box, .resendcode-demo-form-box {
    width: 470px;
}
.g-recaptcha > div {
    display: block;
    width: 100% !important
}

.pg-step-indicator {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    margin-left: 2px;
    margin-top: 2px;
    align-items: stretch;
    justify-content: space-between;
    width: 200px;
    margin: 30px auto;
}

    .pg-step-indicator .pg-step-item {
        display: flex;
        flex: 1 1 0%;
        color: #f57149;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .pg-step-indicator .pg-step-item .line {
            align-items: center;
            display: flex;
            justify-content: center;
            width: 100%;
        }

            .pg-step-indicator .pg-step-item .line:before, .pg-step-indicator .pg-step-item .line:after {
                border-top: 2px solid #cbd6e2;
                content: " ";
                position: relative;
                width: 100%;
                flex: 1 1 100%;
                display: inline-block;
                color: #cbd6e2;
            }

        .pg-step-indicator .pg-step-item:first-child .line:before, .pg-step-indicator .pg-step-item:last-child .line:after {
            visibility: hidden
        }

        .pg-step-indicator .pg-step-item .point {
            flex: 0 0 auto;
            line-height: 0;
            padding: 4px 0;
            display: inline-flex;
            -webkit-box-align: center;
            align-items: center;
            height: 25px;
            -webkit-box-pack: center;
            justify-content: center;
            width: 25px;
            border: 1px solid #cbd6e2;
            border-radius: 50%;
            transition: opacity .15s ease-out;
        }

        .pg-step-indicator .pg-step-item.pg-active-step .line:before {
            border-color: #FF5300
        }

        .pg-step-indicator .pg-step-item.pg-complete-step .line:before, .pg-step-indicator .pg-step-item.pg-complete-step .line:after {
            border-color: #FF5300
        }

        .pg-step-indicator .pg-step-item.pg-active-step .point {
            border-color: #FF5300
        }

        .pg-step-indicator .pg-step-item.pg-complete-step .point {
            border-color: #FF5300;
            background: #FF5300
        }

.alert {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    background-color: #555;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    min-height: 34px;
    margin-bottom: 22px;
    padding: 20px 75px 20px 30px;
    text-shadow: none;
    position: relative;
    -webkit-animation: transitionIn 200ms ease forwards;
    animation: transitionIn 200ms ease forwards;
    transition: all 200ms ease;
}

    .alert.alert-success, .alert.alert-danger {
        background-color: rgba(11,176,59,.16);
        color: #004615;
        line-height: 30px;
        border: 1px solid rgba(11,176,59,.7);
        text-align: center;
        padding: 8px;
    }

    .alert.alert-danger {
        border-color: #ff4555;
        background: #ff4555;
        color: #fff;
    }

    .alert.alert-success {
        border-color: #0f7100;
        background: #32b01f;
        color: #fff;
    }

.alert__icon {
    margin-left: 1rem;
    width: 36px;
    height: 36px;
    -webkit-animation: fade 500ms linear forwards;
    animation: fade 500ms linear forwards;
}

.alert__close {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    color: #eee;
    text-align: center;
    position: absolute;
    top: .5rem;
    left: .5rem;
    cursor: pointer;
    border-radius: .4rem;
    font-size: 25px;
}

.hidden {
    display: none
}
/*.btn-large {
    padding: 15px 25px;
    font-size: 17px;
    border-radius: 10px;
    line-height: 30px;
}

.btn {
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 7px;
    line-height: 35px;
}

.btn-small {
    padding: 15px 25px;
    font-size: 17px;
    border-radius: 10px;
    line-height: 30px;
}*/
/*[class^="btn"] {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    transition: cubic-bezier(0,0, 1, 1) .3s;
}

    [class^="btn"] i {
        position: relative;
        bottom: -5px;
        font-size: 25px;
        left: -10px
    }

.btn-gradient:hover, .btn-default:hover, .btn-bordered:hover {
    box-shadow: 0 5px 3px rgba(0,0,0,.1);
    top: -5px;
    left: 0;
    color: inherit
}

.btn-bordered {
    border: 2px solid #FF5300;
    color: #FF5300
}

.btn-gradient {
    background: #d15f42;
    background: -moz-linear-gradient(-45deg, #d15f42 0%, #FF5300 100%);
    background: -webkit-linear-gradient(-45deg, #d15f42 0%,#FF5300 100%);
    background: linear-gradient(135deg, #d15f42 0%,#FF5300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15f42', endColorstr='#FF5300',GradientType=1 );
    color: #fff;
}

.pg-main-link {
    background: transparent;
    box-shadow: none;
    text-shadow: 0 1px 3px rgba(0,0,0,.1);
    color: #d15f42;
    transition: cubic-bezier(0,0, 1, 1) .3s;
}

    .pg-main-link:hover {
        text-shadow: 0 5px 3px rgba(0,0,0,.1);
        top: -5px;
        left: 0
    }.btn-default {
    background: #fff;
    color: #d15f42
}*/
/*button style*/
.btn {
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    border: 0;
    border-radius: 5px;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    font-size: 16px;
    padding: 1.225rem 3rem;
    position: relative;
    white-space: nowrap;
    font-family: 'IRANYekan';
    font-weight: bold;
}


    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.btn-style-1 {
    background: #ff6926;
    color: #fff;
    padding-left: 75px;
}

    .btn-style-1:hover {
        background: #FF5300;
        color: #fff
    }

    .btn-style-1:active {
        background: #f58500;
        top: 2px;
    }

    .btn-style-1:before {
        position: absolute;
        height: 100%;
        top: 1px;
        line-height: 3;
        font-size: 135%;
        width: 60px;
        left: 25px;
        right: auto;
        z-index: 2;
        text-align: center;
    }

    .btn-style-1.btn-white:before {
        top: 1px;
        left: 5px;
    }

.btn.btn-bordered.btn-md.float-left {
    margin-top: -25px
}

.btn.btn-md {
    padding: 5px 25px;
    font-size: 14px
}

.btn.btn-bordered {
    border: 1px solid #FF5300;
    color: #FF5300;
    background: #fff
}

    .btn.btn-bordered:hover {
        color: #fff;
        background: #f57149
    }

.btn-block {
    width: 100%;
}

.btn.btn-white {
    background: #fff;
    color: #d15f42;
    padding: 20px 30px 20px 60px;
    box-shadow: -2px 3px 5px rgba(0,0,0,.1);
}

    .btn.btn-white:hover {
        background: #fff;
        color: #d15f42;
        text-shadow: 3px 3px 5px rgb(138, 131, 131)
    }

.btn.no-icon {
    padding: 20px 60px
}

.btn.btn-link {
    background: transparent;
    color: #FF5300;
    margin-right: 0;
    padding: 0;
    box-shadow: none;
    font-size: 14px;
    text-align: center !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .btn.btn-link:hover {
        background: transparent;
        color: #184253;
        text-shadow: 3px 3px 5px rgb(138, 131, 131)
    }

    .btn.btn-link.btn-medium {
        padding: 0 0 0 45px;
        margin-right: 0
    }

.btn.btn-style-1.btn-link.btn-medium:before {
    top: -20px;
    left: 30px;
}

.btn-blue {
    background: #48C2C5;
}

    .btn-blue:hover {
        background: #1EA8AA;
    }

    .btn-blue:disabled, .btn-blue.disabled {
        background: rgba(72, 194, 197, 0.5);
        pointer-events: none;
    }

        .btn-blue:disabled:hover, .btn-blue.disabled:hover {
            cursor: not-allowed
        }

.btn-red {
    background: #d14b44;
}

    .btn-red:hover {
        background: #de1f15;
    }

    .btn-red:disabled, .btn-red.disabled {
        background: #ef766f;
        pointer-events: none;
    }

        .btn-red:disabled:hover, .btn-red.disabled:hover {
            cursor: not-allowed
        }

.btn.btn-medium {
    padding: 6px 30px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center !important;
    line-height: 36px;
}

    .btn.btn-medium.btn-style-1:before {
        top: -11px;
        line-height: 3;
        width: 10px;
        left: 19px;
    }

    .btn.btn-medium:before {
        content: '' !important
    }

    .btn.btn-medium.btn-white {
        padding: 5px 20px;
    }

.btn.btn-small {
    padding: 0px 1rem;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
}
.btn-resend-code {
    font-size: 12px;
    color: #3359D3;
    background: unset;
    border: unset;
    box-shadow: unset;
    position: absolute;
    left: 0;
    top: -4px;
    padding: 5px 10px;
}
#timer {
    position: absolute;
    left: 10px;
    top: -15px;
    color: #475467;
    font-size: 12px;
}
.alert-motion {
    position: fixed;
    z-index: 99;
    padding: 15px 30px;
    border: unset;
    background: #d1ecf1;
    color: #454444;
    border-radius: 8px;
    right: -1000px;
    opacity:0;
    top: -40px;
    transition:0.4s all;
}
.alert-motion-active {
    right: 0px;
    opacity: 1;
}
.field-validation-error {
    font-size: 11px;
}
.form-box-row{
    min-height:62px;
}
.form-base-box input[type="text"], .form-base-box input[type="tel"], .form-base-box input[type="email"], .form-base-box textarea, .form-base-box select {
    font-size: 12px;
}
    .form-base-box input:hover, .form-base-box input:focus, .form-base-box textarea:focus, .form-base-box textarea:hover {
        box-shadow: unset;
        border-color: #F26122;
    }
    .form-base-box .btn.focus, .form-base-box .btn:focus {
        outline: 0;
        box-shadow: unset;
    }
.pg-head-section .btn.btn-medium.btn-white {
    padding: 10px 20px
}
/*end button style*/
[class^="pg-line-title"] small {
    display: block;
    font-size: small
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "BlackSans";*/
    color: #184253
}

h1 {
    font-family: "BlackSans";
}

p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px
}

.pg-content-page p {
    line-height: 40px;
}

.pg-content-page h2, .pg-content-page h3, .pg-content-page h4, .pg-content-page h5 {
    margin-bottom: 1.35em;
    padding-top: 1.5em;
}

.pg-relative {
    position: relative !important
}

.page-content {
    position: relative;
    margin-top: 120px !important;
}
.fs-xxxlarge {
    font-size: 55px;
}

.fs-xxlarge {
    font-size: 40px;
}

.fs-xlarge {
    font-size: 30px;
}

.fs-large {
    font-size: large !important;
    font-weight: bold
}

.fs-medium {
    font-size: medium
}

.fs-small {
    font-size: small
}

.f-thin {
    font-weight: 100 !important
}

.f-shabnam {
    font-family: Shabnam !important
}

.stroke-1 {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 2px
}

.pg-middle-y {
    position: absolute;
    top: 50%;
    width: 90%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (min-width:1300px) {

    .pg-middle-y-xl {
        position: absolute;
        top: 40%;
        left: 50%;
        width: calc(100% - 30px);
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .pg-inpage-contnet.pg-middle-y-xl {
        top: 50%;
        right: 0;
        left: auto;
        width: 90%;
        transform: translateY(-50%);
    }
}


.pg-bottom-y {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pg-top-y {
    position: absolute;
    top: 0;
    width: 100%;
}

.pg-full-height {
    height: 100% !important
}

.pg-full-width {
    width: 100% !important
}

.text-center {
    text-align: center !important
}


.text-justify {
    text-align: justify !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important;
}

.text-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mr-10 {
    margin-right: 10px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-15 {
    margin-bottom: 15px
}

.mt-40 {
    margin-top: 40px
}

.mb-0 {
    margin-bottom: 0
}

.p-0 {
    padding: 0 !important
}

.pt-5 {
    padding-top: 5px
}

.p-15 {
    padding: 15px
}

.float-left {
    float: left
}

.lh-35 {
    line-height: 35px !important
}

.initial-min-height {
    min-height: initial !important
}

blockquote {
    background: url('../Content/img/blockquote.jpg') no-repeat center center;
    background-size: contain;
    width: 100%;
    max-width: 600px;
    margin: 20px auto
}

    blockquote p {
        font-weight: bold;
        padding: 70px;
        text-align: center;
        margin-bottom: 0
    }

.scroll-on {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden
}

    .scroll-on::-webkit-scrollbar {
        width: 5px
    }

    .scroll-on::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.05)
    }

    .scroll-on::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.2);
        outline: none
    }

/*


    FONT ICON


*/
[class^="icon-"]:not(.btn), [class*=" icon-"]:not(.btn) {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check-circle-o:before {
    content: "\e90a";
}

.icon-telegram:before {
    content: "\e901";
}

.icon-make-group:before {
    content: "\e908";
}

.icon-phone:before {
    content: "\e907";
}

.icon-twitter:before {
    content: "\e906";
}

.icon-youtube:before {
    content: "\e902";
}

.icon-linkedin:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-add:before {
    content: "\e145";
}

.icon-apps:before {
    content: "\e5c3";
}

.icon-arrow_back:before {
    content: "\e5c4";
}

.icon-arrow_downward:before {
    content: "\e5db";
}

.icon-arrow_drop_down:before {
    content: "\e5c5";
}

.icon-arrow_drop_up:before {
    content: "\e5c7";
}

.icon-arrow_forward:before {
    content: "\e5c8";
}

.icon-arrow_upward:before {
    content: "\e5d8";
}

.icon-assignment_turned_in:before {
    content: "\e862";
}

.icon-beenhere:before {
    content: "\e52d";
}

.icon-check:before {
    content: "\e5ca";
}

.icon-check_box:before {
    content: "\e834";
}

.icon-check_box_outline_blank:before {
    content: "\e835";
}

.icon-check_circle:before {
    content: "\e86c";
}

.icon-arrow-left:before {
    content: "\e408";
}

.icon-arrow-right:before {
    content: "\e409";
}

.icon-done_all:before {
    content: "\e877";
}

.icon-arrow-up:before {
    content: "\e5ce";
}

.icon-arrow-down:before {
    content: "\e5cf";
}

.icon-indeterminate_check_box:before {
    content: "\e909";
}

.icon-info:before {
    content: "\e88e";
}

.icon-info_outline:before {
    content: "\e88f";
}

.icon-local_atm:before {
    content: "\e53e";
}

.icon-room:before {
    content: "\e8b4";
}

.icon-menu:before {
    content: "\e5d2";
}

.icon-more_horiz:before {
    content: "\e5d3";
}

.icon-more_vert:before {
    content: "\e5d4";
}

.icon-person:before {
    content: "\e7fd";
}

.icon-person_add:before {
    content: "\e7fe";
}

.icon-personal_video:before {
    content: "\e63b";
}

.icon-phone_iphone:before {
    content: "\e325";
}

.icon-pin_drop:before {
    content: "\e55e";
}

.icon-play_arrow:before {
    content: "\e037";
}

.icon-play_circle_filled:before {
    content: "\e038";
}

.icon-play_circle_outline:before {
    content: "\e039";
}

.icon-remove:before {
    content: "\e15b";
}

.icon-remove_circle_outline:before {
    content: "\e15d";
}

.icon-search:before {
    content: "\e8b6";
}

.icon-sim_card_alert:before {
    content: "\e624";
}

.icon-sort:before {
    content: "\e164";
}

.icon-subject:before {
    content: "\e8d2";
}

.icon-unfold_more:before {
    content: "\e5d7";
}

.icon-update:before {
    content: "\e923";
}

.icon-verified_user:before {
    content: "\e8e8";
}

.icon-video_library:before {
    content: "\e04a";
}

.icon-videocam:before {
    content: "\e04b";
}

.icon-zoom_in:before {
    content: "\e8ff";
}

.icon-zoom_out:before {
    content: "\e900";
}

.icon-zoom_out_map:before {
    content: "\e56b";
}


/*

    Responsive 

*/
@media (max-width:1600px) {
    .container {
        max-width: 1550px;
    }
}

@media (max-width:1500px) {
    .container {
        max-width: calc(100% - 30px)
    }
}

@media (min-width:1601px) {
    .container {
        max-width: 1570px
    }
}

@media (max-width:1300px) {

    .pg-demo-cta-bg {
        height: auto;
        background-size: cover;
    }
}

/*

    Responsive Navigation

*/
@media (max-width:1100px) {
    header.main-header .pg-navigation li.has-sub.type-3 > ul {
        right: auto;
        left: 100%;
        transform: translateX(-50%);
    }

    header.main-header .pg-navigation li.has-sub > ul {
        width: 100%;
    }

    .pg-head-section h1 {
        font-size: 26px;
        width: 100%;
    }

    .pg-title-icon span {
        font-size: 24px;
    }

    .pg-trial-page .pg-trial-left-side {
        padding: 0;
    }
}

@media (max-width:1040px) {
    .pg-top-bar, header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu p, header.main-header .pg-phone-call {
        display: none
    }

    .flex-xs-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .page-content {
        margin-top: 60px !important;
    }

    header.main-header {
        top: 0;
        padding: 0;
        height: 60px
    }

        header.main-header nav {
            margin-top: 0
        }

        header.main-header .pg-demo-button {
            margin-top: 7px;
            margin-left: 15px;
            z-index: 4
        }

        header.main-header .pg-navigation {
            position: fixed;
            bottom: 0;
            top: 0;
            background: #fff;
            padding: 0 10px;
            left: -1200px;
            width: 100%;
            transition: all .3s ease;
            margin: 0;
            z-index: 22;
            overflow-x: hidden
        }

            header.main-header .pg-navigation li {
                display: block;
                width: 100%;
                height: initial;
                line-height: initial;
                position: initial
            }

            header.main-header .pg-navigation > li:nth-child(2) {
                margin-top: 40px
            }

            header.main-header .pg-navigation li a, header.main-header .pg-navigation li ul li a.pg-navigation-mega-title + ul a {
                float: none;
                display: block;
                width: 100%;
                line-height: 50px;
                height: 50px;
                position: initial
            }

            header.main-header .pg-navigation li a {
                border-bottom: 1px solid #eee;
                background: #fff;
                position: relative
            }

                header.main-header .pg-navigation li a:hover {
                    background: #fff;
                }

        header.main-header.header-up .main-navigation {
            z-index: 27
        }

        header.main-header.header-up .main-navigation, header.main-header.header-down .main-navigation, header.main-header .main-navigation {
            top: -5px;
            height: 5px;
        }

        header.main-header .main-navigation {
            z-index: 4;
        }

        header.main-header .pg-brand-logo {
            position: absolute;
            right: 70px;
            margin-top: 10px;
            margin-bottom: 0;
            z-index: 3;
        }

        header.main-header .container {
            height: 60px;
            padding: 0;
            max-width: 100%
        }

        header.main-header .pg-hamburger {
            display: block;
            z-index: 111;
        }

        header.main-header .pg-navigation.is-active {
            left: 0
        }

        header.main-header .pg-navigation li.has-sub.type-3 > ul {
            left: auto;
            transform: none
        }

        header.main-header .pg-navigation .has-sub ul {
            position: absolute;
            height: calc(100% - 100px);
            background: #fff;
            border: none;
            /*right: 325px !important;*/
            left: -500px !important;
            width: 100%;
            top: 0;
            padding: 0;
            z-index: 9991;
            transition: ease .3s
        }

        header.main-header .pg-navigation .has-sub > ul {
            top: 100px
        }
        header.main-header .pg-navigation li.has-sub.is-active > ul {
            width: 100%;
        }

        header.main-header .pg-navigation .has-sub.is-active > ul > li > ul {
            position: initial;
            width: 100%;
        }

        header.main-header .pg-navigation .has-sub.is-active > ul > li > ul, header.main-header .pg-navigation .has-sub.is-active > ul, header.main-header .pg-navigation li ul li a.pg-navigation-mega-title + ul.is-active {
            right: 0 !important;
            width: 100%;
        }

        header.main-header .pg-navigation li.has-sub > a::after {
            transform: rotate(90deg);
            font-size: 25px
        }

        header.main-header .pg-navigation li.has-sub:hover > a::after {
            transform: rotate(90deg)
        }

        header.main-header .body-overlay, header.main-header.header-up .body-overlay {
            height: 100vh;
            width: calc(100% - 290px);
            z-index: 1000
        }

        header.main-header.header-down .body-overlay {
            height: calc(100vh - 60px);
        }

        header.main-header .pg-navigation .has-sub ul .row {
            display: block;
            margin-right: 0;
            margin-left: 0;
        }

            header.main-header .pg-navigation .has-sub ul .row [class^="col-"], header.main-header .pg-navigation .has-sub ul .row [class*=" col-"] {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding: 0;
            }

        header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu a {
            border-radius: 0
        }

            header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu a:hover .pg-icon {
                transform: rotate(0) scale(1);
                opacity: 1;
            }

        header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu .h3, header.main-header .pg-navigation li ul li a.pg-navigation-mega-title {
            font-size: 14px;
            font-weight: 100;
            line-height: 30px;
            margin-bottom: 0;
        }

        header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu .pg-icon {
            top: 5px;
        }

        header.main-header .pg-navigation li ul li a.pg-navigation-mega-title {
            margin: 0;
            line-height: 50px;
            height: 50px;
        }

            header.main-header .pg-navigation li ul li a.pg-navigation-mega-title::after {
                content: "\e5cf";
                font-family: 'icomoon';
                font-size: 25px;
                position: absolute;
                bottom: 1px;
                color: rgba(24, 66, 83, 0.6);
                left: 10px;
                transition: ease .3s;
                transform: rotate(90deg)
            }

            header.main-header .pg-navigation li ul li a.pg-navigation-mega-title + ul li {
                height: initial
            }

        header.main-header .pg-navigation li.is-mobile.pg-navigation-nav {
            height: 50px;
            background: #ffffff;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 100;
        }

        header.main-header .pg-nav-title {
            position: absolute;
            width: 100%;
            text-align: center;
            padding: 10px 0;
            bottom: 0;
            font-weight: bold;
        }

        header.main-header .pg-navigation .pg-nav-back {
            position: absolute;
            width: 40px;
            height: 40px;
            line-height: 27px;
            right: 8px;
            background: #ffffff;
            border: none;
            text-align: center;
            font-size: 30px;
            color: #184253;
            display: none;
            transform: rotate(180deg);
        }

            header.main-header .pg-navigation .pg-nav-back.is-active {
                display: block
            }

    .main-intro h1.fs-xxxlarge {
        font-size: 30px
    }

    .main-intro h1 + p {
        font-size: 17px;
        margin-top: 0
    }
}

@media (min-width:1600px) {
    .page-content {
        max-width: 1583px;
        position: relative;
        margin: 0 auto;
    }

    .pg-inpage-nav {
        margin-right: calc(-791px + 30px);
    }

    .pg-inpage-contnet {
        max-width: calc(1065px - 320px);
    }
}

@media (max-height:700px) {
    .pg-whatiscrm-bg {
        min-height: 0;
    }
}

@media (max-width:990px) {
    .btn.btn-bordered.btn-md.float-left {
        display: none
    }

    .main-intro .pg-main-call {
        margin-right: 0;
        line-height: 1;
        top: 0;
        font-size: small;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .main-intro .intro-padding-top {
        padding-top: 30px;
    }

    .main-intro .pg-middle-y {
        position: relative;
        width: auto;
        transform: initial;
        top: 50px
    }

    .main-intro h1.fs-xxxlarge {
        font-size: 25px;
    }

    .pg-swiper-feature-text {
        height: initial;
        min-height: initial;
    }

    .pg-feature-section .pg-feature-text i {
        margin-bottom: 135px;
    }

    .pg-swiper-feature-images {
        margin-right: auto;
        margin-left: auto;
    }

        .pg-swiper-feature-images .swiper-slide img {
            max-width: 100%;
            min-height: 200px;
        }

    .pg-feature-section, .pg-product-section {
        padding: 70px 0 40px
    }

    .pg-product-box {
        padding: 25px;
    }

    .pg-product-section .btn.btn-style-1.btn-white.icon-arrow-left {
        padding: 15px 30px 15px 40px;
    }

        .pg-product-section .btn.btn-style-1.btn-white.icon-arrow-left:before {
            left: -5px;
        }

    .pg-fact-section {
        background: none;
        padding: 50px 0;
        margin-top: 0;
    }

    .pg-fact-box {
        padding: 20px;
        height: 150px;
    }

        .pg-fact-box .percent {
            font-size: 25px;
            width: 50px;
        }

        .pg-fact-box .fact {
            float: right;
            width: calc(100% - 50px);
            margin-top: 22px;
            position: relative;
        }

        .pg-fact-box i {
            margin-right: -55px;
            opacity: .5;
            position: relative;
            z-index: -1
        }

        .pg-fact-box .percent .percent-sign {
            font-size: 12px;
            margin-right: -5px;
        }

        .pg-fact-box p {
            font-size: 14px;
            right: 0;
            width: calc(100%);
            top: 30%;
            text-align: justify
        }

    .pg-texture h2 {
        font-size: 25px;
        margin-bottom: 40px
    }

    blockquote p {
        padding: 46px 15px;
        font-size: small;
        line-height: 30px !important;
    }

    blockquote {
        background-size: cover
    }

    .pg-inpage-nav {
        display: none
    }

    .pg-inpage-contnet {
        max-width: 100%;
        margin-right: auto;
    }

    .pg-head-section h1 {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 30px !important;
        font-size: 20px
    }

    .pg-middle-y {
        width: calc(100% - 30px);
    }

    small {
        font-size: 65%;
    }

    .pg-inpage-contnet .pg-demo-cta-bg {
        margin-top: 30px
    }

        .pg-inpage-contnet .pg-demo-cta-bg > div {
            width: 100%
        }

    .pg-whatiscrm-bg {
        min-height: 220px;
        background-size: cover;
        position: relative
    }

        .pg-whatiscrm-bg:after {
            content: '';
            background: rgba(255,255,255,0.3);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0
        }

    footer .pg-footer-nav {
        display: none;
        margin-bottom: 0;
    }

        footer .pg-footer-nav.active {
            margin-bottom: 30px
        }

    footer .pg-footer-col-title {
        background: #eee;
        padding: 10px 10px;
        font-size: 15px;
        position: relative;
        color: #000000;
    }

        footer .pg-footer-col-title:before {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e408";
            position: absolute;
            left: 10px;
            top: 10px;
            color: #FF5300;
            z-index: 1;
            transition: ease .3s;
            font-size: 22px;
        }

        footer .pg-footer-col-title.is-active:before {
            transform: rotate(-90deg);
        }

    footer {
        padding-bottom: 10px
    }

    .pg-about-timeline-box .events-content li {
        width: 100%;
        padding: 50px;
    }

        .pg-about-timeline-box .events-content li p {
            width: calc(100% - 100px);
        }

    .pg-box-icon {
        padding: 20px
    }

    .pg-custom-page + .pg-top-overflow {
        margin-top: 20px
    }

    .pg-box-icon .pg-middle-y {
        position: relative;
        top: auto;
        transform: initial;
        width: initial
    }

    .pg-closed-now {
        width: calc(100% - 100px) !important;
        padding: 20px !important;
    }

        .pg-closed-now .hide-inactive {
            max-width: 100%;
            padding: 0 !important
        }

        .pg-closed-now .pg-hide-closed-time {
            min-width: 200px;
            white-space: nowrap;
        }
}

@media (max-width:500px) {
    .customizationheader {
        margin: 30px 0;
        padding-top: 20px;
    }
        .customizationheader h1 {
            font-size: 22px !important;
            line-height: 32px;
        }
    .g-recaptcha iframe {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: right;
        -webkit-transform-origin: right;
    }

    .pg-line-title-2 {
        margin-bottom: 15px
    }

    .pg-demo-cta-bg {
        padding: 30px 15px;
    }

        .pg-demo-cta-bg .fs-xlarge {
            font-size: 22px;
            font-weight: bold !important;
        }

    .pg-bullet-navigation li a {
        line-height: 48px
    }

        .pg-bullet-navigation li a:before {
            top: 17px
        }

    .pg-error .pg-404-bg, .pg-error .pg-500-bg {
        background-size: 100%;
        background-position: center 100px
    }


    .pg-whatiscrm-bg {
        margin-bottom: 0 !important;
        padding-top: 50px;
        background-size: 0;
    }

    .pg-content-page {
        font-size: 18px;
    }

        .pg-content-page h2 {
            font-size: 18px
        }

    .timeline-container .timeline-heading {
        font-size: 17px
    }

    .timeline-container .timeline-points {
        padding-right: 30px;
    }

        .timeline-container .timeline-points li:before {
            width: 20px;
            right: -30px;
        }

        .timeline-container .timeline-points li:after {
            right: -10px;
        }

        .timeline-container .timeline-points li:last-child .timeline-content:before, .timeline-container.accordion-style .timeline-points li:last-child .timeline-accordion-title a:after {
            right: -45px;
        }

        .timeline-container .timeline-points li .timeline-accordion-title a:before {
            right: -25px;
            top: 12px;
        }

        .timeline-container .timeline-points li .timeline-accordion-title {
            font-size: 16px
        }

    .pg-content-page p {
        line-height: 30px
    }

    .main-intro .pg-scrolldown {
        display: none
    }

    .pg-content-page h3 {
        font-size: 17px
    }

    header.main-header .pg-demo-button {
        padding: 5px 10px !important;
        top: 65px;
        bottom: auto;
        width: calc(100% - 30px);
        opacity: 0;
        right: -15px;
        margin-left: 0;
        margin-top: 15px;
    }

    header.main-header.header-down .pg-demo-button {
        top: 50px;
        opacity: 0;
        right: -15px;
    }

    header.main-header.header-up .pg-demo-button {
        top: 50px;
        opacity: 1;
        right: -15px;
        z-index: 155
    }

    header.main-header .pg-hamburger {
        display: block;
        z-index: 160;
        left: 0;
        right: unset;
    }

    header.main-header .pg-brand-logo {
        right: auto;
        right: 20px;
        left: unset;
    }

    header.main-header.header-down .body-overlay {
        height: 100vh;
        display: none;
    }



    .main-intro h1.fs-xxxlarge {
        font-size: 20px;
    }

    .main-intro .btn.no-icon {
        padding: .5rem 2rem;
    }

    .pg-head-section .btn.btn-medium.btn-white {
        padding: 8px 20px;
    }

    .pg-head-section {
        padding: 30px 0;
    }


        .pg-head-section.pg-sales {
            padding-bottom: 100px
        }

    .fs-xlarge {
        font-size: 20px
    }

    .btn, .btn.btn-white {
        padding: .5rem 2rem;
        padding-left: 50px;
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 48px;
        line-height: 35px;
        text-align: center;
    }

        .btn.no-icon {
            padding: 7px 25px;
        }

    .btn-style-1:before {
        left: 10px;
        line-height: 50px;
    }

    .pg-about-bg {
        background-size: 300% !important;
        padding: 70px 0 150px;
        background-position: right bottom !important;
    }

        .pg-about-bg .btn, .pg-product-section .btn.btn-style-1 {
            font-size: 14px;
            margin-top: 15px !important
        }

            .pg-product-section .btn.btn-style-1:before {
                top: 6px;
                margin-bottom: 0 !important
            }

    .pg-line-title-1 {
        font-size: 19px;
        margin-bottom: 30px;
    }

    .pg-about-timeline-box {
        width: 100%;
        margin: 0 auto;
    }

        .pg-about-timeline-box .events-content li {
            width: 100%;
            padding: 20px;
            height: 150px;
        }

            .pg-about-timeline-box .events-content li p {
                width: calc(100% - 40px);
                font-size: 13px
            }

        .pg-about-timeline-box .pg-about-timeline {
            width: calc(100% - 130px);
        }

    .pg-feature-section .pg-feature-text i {
        display: none
    }

    .pg-demo-cta-gray {
        padding: 10px;
    }

        .pg-demo-cta-gray .fs-xlarge {
            font-size: 22px;
        }
    .page-content {
        margin-top: 80px !important;
    }
}

@media (max-width:768px) {
    .pg-trial-page .pg-trial-left-side {
        float: none;
        width: 100%;
        height: auto;
        padding: 10px 0;
        min-height: initial
    }

        .pg-trial-page .pg-trial-left-side p.text-justify, .pg-trial-page .pg-trial-left-side ul {
            display: none
        }

    header.main-header.header-up .pg-demo-button {
        z-index: 25;
    }
}
/*End Main Styles*/
@font-face {
    font-family: 'icomoon';
    src: url('../Content/fonts/icomoon/icomoon.eot?op5p98');
    src: url('../Content/fonts/icomoon/icomoon.eot?op5p98#iefix') format('embedded-opentype'), url('../Content/fonts/icomoon/icomoon.ttf?op5p98') format('truetype'), url('../Content/fonts/icomoon/icomoon.woff?op5p98') format('woff'), url('../Content/fonts/icomoon/icomoon.svg?op5p98#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: url('../Content/fonts/Shabnam-Light.woff') format('woff')
}

@font-face {
    font-family: BlackSans;
    font-style: normal;
    font-weight: bolder;
    font-display: swap;
    src: url('../Content/fonts/IRANYekanBlackRd.woff') format('woff')
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../Content/fonts/iranyekanweblightfanum.woff') format('woff')
}

/*Swiper*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: 200ms top, 200ms -webkit-transform;
            transition: 200ms top, 200ms -webkit-transform;
            -o-transition: 200ms transform, 200ms top;
            transition: 200ms transform, 200ms top;
            transition: 200ms transform, 200ms top, 200ms -webkit-transform;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms left, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-vertical > .swiper-pagination-progressbar,
    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #ffffff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000000;
    }

.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-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, 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img,
    .swiper-zoom-container > svg,
    .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

/*End Swiper CSS Styles*/
/*

    Overlay

*/

.loading-trial {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    display: none
}


    .loading-trial:before, .loading-trial:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #FF5300;
        left: 50%;
        top: calc(50% - 40px);
        box-shadow: -40px 0 0 #FF5300;
        -webkit-animation: loader-trial 2s linear infinite;
        animation: loader-trial 2s linear infinite;
        width: 15px;
        height: 15px;
        border-radius: 3px
    }

    .loading-trial:after {
        top: 50%;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .loading-trial p {
        position: absolute;
        top: calc(50% + 35px);
        text-align: center;
        width: 100%;
        font-size: 21px;
        font-family: blacksans;
        line-height: 39px;
        color: #ff6d4a;
        padding-right: 20px;
    }


/*Tooltip*/

.tpd-tooltip {
    position: absolute;
}


.tpd-tooltip {
    box-sizing: content-box;
}

    .tpd-tooltip [class^="tpd-"] {
        box-sizing: inherit;
    }


.tpd-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
    float: left;
    position: relative;
}

.tpd-content-relative {
    width: 100%;
}

.tpd-content {
    float: left;
    clear: both;
    position: relative;
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    box-sizing: border-box !important;
}

.tpd-has-inner-close .tpd-content-relative .tpd-content {
    padding-right: 0 !important;
}

.tpd-tooltip .tpd-content-no-padding {
    padding: 0 !important;
}

.tpd-title-wrapper {
    float: left;
    position: relative;
    overflow: hidden;
}

.tpd-title-spacer {
    float: left;
}

.tpd-title-relative,
.tpd-title-relative-padder {
    float: left;
    position: relative;
}

.tpd-title-relative {
    width: 100%;
}

.tpd-title {
    float: left;
    position: relative;
    font-size: 11px;
    line-height: 16px;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box !important;
}

.tpd-has-title-close .tpd-title {
    padding-right: 0 !important;
}

.tpd-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
}

.tpd-close-icon {
    float: left;
    font-family: Arial, Baskerville, monospace;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}



.tpd-skin {
    position: absolute;
    top: 0;
    left: 0;
}

.tpd-frames {
    position: absolute;
    top: 0;
    left: 0;
}

    .tpd-frames .tpd-frame {
        float: left;
        width: 100%;
        height: 100%;
        clear: both;
        display: none;
    }

.tpd-visible-frame-top .tpd-frame-top {
    display: block;
}

.tpd-visible-frame-bottom .tpd-frame-bottom {
    display: block;
}

.tpd-visible-frame-left .tpd-frame-left {
    display: block;
}

.tpd-visible-frame-right .tpd-frame-right {
    display: block;
}

.tpd-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.tpd-background-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
}

.tpd-no-shadow .tpd-skin .tpd-background-shadow {
    box-shadow: none !important;
}

.tpd-background-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
    display: none;
}

.tpd-no-stem .tpd-background-box-top {
    display: block;
}

.tpd-background-box-shift,
.tpd-background-box-shift-further {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.tpd-background {
    border-radius: 10px;
    float: left;
    clear: both;
    background: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,.1)
}

.tpd-background-loading {
    display: none;
}

.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
    border-radius: 0;
}

.tpd-background-title {
    float: left;
    clear: both;
    width: 100%;
    background-color: #282828;
}

.tpd-background-content {
    float: left;
    clear: both;
    width: 100%;
    background-color: #282828;
}

.tpd-background-border-hack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
}

.tpd-background-box-top {
    top: 0;
}

.tpd-background-box-bottom {
    bottom: 0;
}

.tpd-background-box-left {
    left: 0;
}

.tpd-background-box-right {
    right: 0;
}


.tpd-shift-stem {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.tpd-shift-stem-side {
    position: absolute;
}

.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side {
    width: 100%;
}

.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
    height: 100%;
}

.tpd-stem {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 16px;
    height: 8px;
    margin-left: 3px;
    margin-top: 2px;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
    margin: 0 !important;
}

.tpd-stem-spacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tpd-stem-reset .tpd-stem-spacer {
    margin-top: 0;
}

.tpd-stem-point {
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
}

.tpd-stem-downscale,
.tpd-stem-transform {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: relative;
}

.tpd-stem-side {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.tpd-stem-side-inversed {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}

.tpd-stem-triangle {
    width: 0;
    height: 0;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-left-style: solid;
    position: absolute;
    top: 0;
    left: 0;
}

.tpd-stem-border {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 0;
}

.tpd-stem-border-corner {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-right-style: solid;
    border-right-width: 0;
}


.tpd-stem * {
    z-index: 0;
    zoom: 1;
}


.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tpd-stem-notransform {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

    .tpd-stem-notransform .tpd-stem-border {
        height: 100%;
        position: relative;
        float: left;
        top: 0;
        left: 0;
        margin: 0;
    }

    .tpd-stem-notransform .tpd-stem-border-center {
        position: absolute;
    }

    .tpd-stem-notransform .tpd-stem-border-corner {
        background: #fff;
        border: 0;
        top: auto;
        left: auto;
    }

    .tpd-stem-notransform .tpd-stem-border-center,
    .tpd-stem-notransform .tpd-stem-triangle {
        height: 0;
        border: 0;
        left: 50%;
    }


.tpd-stem-transform-left {
    -webkit-transform: rotate(-90deg) scale(-1,1);
    transform: rotate(-90deg) scale(-1,1);
}

.tpd-stem-transform-right {
    -webkit-transform: rotate(90deg) translate(0, -100%);
    transform: rotate(90deg) translate(0, -100%);
}

.tpd-stem-transform-bottom {
    -webkit-transform: scale(1,-1) translate(0, -100%);
    transform: scale(1,-1) translate(0, -100%);
}



.tpd-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 36px;
}

.tpd-spinner-spin {
    position: relative;
    float: left;
    margin: 8px 0 0 13px;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #fff;
    -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
    animation: tpd-spinner-animation 1.1s infinite linear;
    box-sizing: border-box !important;
}

    .tpd-spinner-spin,
    .tpd-spinner-spin:after {
        border-radius: 50%;
        width: 20px;
        height: 20px;
    }

.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
    display: none;
}

.tpd-is-loading .tpd-background {
    display: none;
}

.tpd-is-loading .tpd-background-loading {
    display: block;
}

.tpd-tooltip-measuring {
    top: 0;
    left: 0;
    position: absolute;
    max-width: 100%;
    width: 100%;
}

    .tpd-tooltip-measuring .tpd-skin,
    .tpd-tooltip-measuring .tpd-spinner {
        display: none;
    }

    .tpd-tooltip-measuring .tpd-content-wrapper,
    .tpd-tooltip-measuring .tpd-title-wrapper {
        display: block;
    }

.tpd-tooltip a,
.tpd-tooltip a:hover {
    color: #808080;
    text-decoration: underline;
}

    .tpd-tooltip a:hover {
        color: #6c6c6c;
    }

.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
    padding: 7px 8px;
    font-size: 10px;
    line-height: 15px;
}

.tpd-size-x-small .tpd-background {
    border-radius: 5px;
}

.tpd-size-x-small .tpd-stem {
    width: 12px;
    height: 6px;
    margin-left: 4px;
    margin-top: 2px;
}

.tpd-size-x-small.tpd-no-radius .tpd-stem {
    margin-left: 7px;
}

.tpd-size-x-small .tpd-close {
    margin-bottom: 1px;
}

.tpd-size-x-small .tpd-spinner {
    width: 35px;
    height: 29px;
}

.tpd-size-x-small .tpd-spinner-spin {
    margin: 6px 0 0 9px;
}

    .tpd-size-x-small .tpd-spinner-spin,
    .tpd-size-x-small .tpd-spinner-spin:after {
        width: 17px;
        height: 17px;
    }

.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
    padding: 8px;
    font-size: 10px;
    line-height: 16px;
}

.tpd-size-small .tpd-background {
    border-radius: 6px;
}

.tpd-size-small .tpd-stem {
    width: 14px;
    height: 7px;
    margin-left: 5px;
    margin-top: 2px;
}

.tpd-size-small.tpd-no-radius .tpd-stem {
    margin-left: 8px;
}

.tpd-size-small .tpd-close {
    margin: 2px 1px;
}

.tpd-size-small .tpd-spinner {
    width: 42px;
    height: 32px;
}

.tpd-size-small .tpd-spinner-spin {
    margin: 7px 0 0 13px;
}

    .tpd-size-small .tpd-spinner-spin,
    .tpd-size-small .tpd-spinner-spin:after {
        width: 18px;
        height: 18px;
    }

.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
}

.tpd-size-medium .tpd-background {
    border-radius: 8px;
}

.tpd-size-medium .tpd-stem {
    width: 16px;
    height: 8px;
    margin-left: 6px;
    margin-top: 2px;
}

.tpd-size-medium.tpd-no-radius .tpd-stem {
    margin-left: 10px;
}

.tpd-size-medium .tpd-close {
    margin: 4px 2px;
}

.tpd-size-medium .tpd-spinner {
    width: 50px;
    height: 36px;
}

.tpd-size-medium .tpd-spinner-spin {
    margin: 8px 0 0 15px;
}

    .tpd-size-medium .tpd-spinner-spin,
    .tpd-size-medium .tpd-spinner-spin:after {
        width: 20px;
        height: 20px;
    }

.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
}

.tpd-size-large .tpd-background {
    border-radius: 8px;
}

.tpd-size-large .tpd-stem {
    width: 18px;
    height: 9px;
    margin-left: 7px;
    margin-top: 2px
}

.tpd-size-large.tpd-no-radius .tpd-stem {
    margin-left: 10px;
}

.tpd-size-large .tpd-close {
    margin: 5px 2px 5px 2px;
}

.tpd-size-large .tpd-spinner {
    width: 54px;
    height: 38px;
}

.tpd-size-large .tpd-spinner-spin {
    margin: 9px 0 0 17px;
}

    .tpd-size-large .tpd-spinner-spin,
    .tpd-size-large .tpd-spinner-spin:after {
        width: 20px;
        height: 20px;
    }

.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
    color: #fff;
}

.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
    background-color: #282828;
}

.tpd-skin-dark .tpd-background {
    border-width: 1px;
    border-color: rgba(255,255,255,.1);
}

.tpd-skin-dark .tpd-title-wrapper {
    border-bottom: 1px solid #404040;
}

.tpd-skin-dark .tpd-spinner-spin {
    border-color: rgba(255,255,255,.2);
    border-left-color: #fff;
}

.tpd-skin-dark a {
    color: #ccc;
}

    .tpd-skin-dark a:hover {
        color: #c0c0c0;
    }
/*tooltip*/
.pg-closed-now {
    position: fixed;
    bottom: 20px;
    width: 500px;
    padding: 25px;
    left: 75px;
    background: #ffffff;
    color: #000000;
    text-align: justify;
    z-index: 9999;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: ease 1s;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-top: 3px solid #ff6926;
}

    .pg-closed-now.inactive {
        top: calc(100% - 20px);
        background: transparent;
        box-shadow: none;
        border-color: transparent;
    }

    .pg-closed-now h4 {
        font-family: 'IRANYekan';
        font-size: 16px;
        margin-bottom: 15px;
    }

    .pg-closed-now .pg-hide-closed-time {
        display: inline-block;
        background: #2196F3;
        color: #fff;
        position: absolute;
        left: 15px;
        top: -60px;
        z-index: 555;
        padding: 10px 25px;
        padding-right: 45px;
        border-radius: 25px;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        font-family: 'IRANYekan';
        font-size: 18px;
    }

        .pg-closed-now .pg-hide-closed-time i:before {
            position: absolute;
            right: 16px;
            font-size: large;
            bottom: 15px;
            -webkit-animation-name: spin;
            animation-name: spin;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            content: "\e145"
        }

    .pg-closed-now.inactive .pg-hide-closed-time i:before {
        content: "\e145";
        -webkit-animation-name: reverse-spin;
        animation-name: reverse-spin;
        transform: rotate(0);
    }

    .pg-closed-now .pg-hide-closed-time i:before {
        transform: rotate(45deg);
    }


    .pg-closed-now .hide-inactive {
        transition: ease 1s
    }

    .pg-closed-now.inactive .hide-inactive {
        opacity: 0
    }

.ff-iranyekan {
    font-family: IRANYekan;
}

.pg-quiz-popup {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 999999999;
    background-image: url('../Content/img/home/growth.png');
    background-size: cover;
    background-position: center;
    max-height: 100vh;
    display: none;
}

    .pg-quiz-popup:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../Content/img/home/pg-quiz-bg.png') no-repeat center center;
        background-size: contain;
    }

.webp .pg-quiz-popup:before, .webp .pg-quiz-popup.quiz-left-popup {
    background: url('../Content/img/webp/pg-quiz-bg.webp')no-repeat center center;
    background-size: contain;
}


.pg-quiz-popup.quiz-left-popup {
    background-color: #fff;
    position: fixed;
    width: 250px;
    bottom: 30px;
    height: auto;
    left: 20px;
    top: auto;
    right: auto;
    z-index: 999999999;
    background-image: url(../Content/img/home/growth.png);
    background-size: cover;
    background-position: center;
    max-height: 300px;
    display: none;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

    .pg-quiz-popup.quiz-left-popup .pg-close-quiz {
        position: absolute;
        top: 0px;
        width: 32px;
        height: 32px;
        opacity: 0.3;
        transform: scale(.7);
        right: 0;
    }

    .pg-quiz-popup.quiz-left-popup h4.ff-iranyekan {
        font-size: 20px;
    }

.pg-quiz-popup .logo {
    width: 150px;
    height: 40px;
    padding: 0 10px;
    text-indent: -10000px;
    margin-left: 0;
    display: block;
    float: right;
    margin-top: 5px;
    background: url('../Content/img/pg-logo-icon.png') no-repeat center center;
    background-size: contain;
    position: relative;
    top: 50px;
    z-index: 22;
}

.webp .pg-quiz-popup, .webp .pg-quiz-popup.quiz-left-popup {
    background-image: url('../Content/img/webp/growth.webp');
    background-color: #fff;
}

body.quiz-show {
    overflow: hidden;
}

.pg-quiz-popup.active {
    display: block;
    z-index: 1000000000
}

.quiz-result {
    padding: 25px;
}

    .quiz-result .fs-xxlarge {
        font-size: 27px;
    }

    .quiz-result #circle {
        display: inline-block;
        position: relative;
        bottom: -40px;
    }

        .quiz-result #circle strong {
            position: absolute;
            top: 30px;
            left: 0;
            width: 100%;
            text-align: center;
            line-height: 40px;
            font-size: 40px;
        }

            .quiz-result #circle strong i {
                font-size: small
            }

.pg-close-quiz {
    position: absolute;
    right: 0;
    top: -85px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

    .pg-close-quiz:hover {
        opacity: 1;
    }

    .pg-close-quiz:before, .pg-close-quiz:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .pg-close-quiz:before {
        transform: rotate(45deg);
    }

    .pg-close-quiz:after {
        transform: rotate(-45deg);
    }

.pg-quiz-popup .step-slider {
    width: 84%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .pg-quiz-popup .step-slider .step-slider-item {
        width: 16.66666666666667%;
        height: 2px;
        position: relative;
        float: right;
        background-color: #DBDDDF;
        transition: .3s ease
    }

        .pg-quiz-popup .step-slider .step-slider-item span {
            position: absolute;
            right: 0;
            z-index: 9;
            top: -14px;
            display: block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
        }

        .pg-quiz-popup .step-slider .step-slider-item:after {
            content: "";
            width: 30px;
            height: 30px;
            position: absolute;
            top: -15px;
            right: 0;
            background-color: #FAFAFA;
            border: 2px solid #DBDDDF;
            border-radius: 3px;
            z-index: 2;
            transition: all 0.3s ease-out 0.5s;
            -webkit-transition: all 0.3s ease-out 0.5s;
        }

        .pg-quiz-popup .step-slider .step-slider-item:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 0%;
            height: 1px;
            background-color: #B0BEC5;
            z-index: 1;
            -webkit-transition: all 0.5s ease-out;
        }

        .pg-quiz-popup .step-slider .step-slider-item.active:before {
            width: 100%;
            background-color: #FF8F00;
        }

        .pg-quiz-popup .step-slider .step-slider-item.active {
            color: #fff
        }

            .pg-quiz-popup .step-slider .step-slider-item.active:after {
                border-color: #f16334;
                background: #f16334;
            }

.input-helper {
    background: #fff;
    box-shadow: 0 29px 60px 0 rgba(54,57,73,.12);
    position: relative;
    display: inline-block;
    margin: 0 5px 10px;
    max-width: 295px;
    width: 30%;
    border-radius: 7px;
    transition: ease .3s;
}

    .input-helper:hover {
        box-shadow: 0 0 15px rgba(0,0,0,.15);
    }

.input-helper--radio {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 20px;
    text-align: right;
    padding-right: 40px;
    font-size: 16px;
    font-family: IRANYekan;
}

    .input-helper--radio:hover {
        cursor: pointer
    }

    .input-helper--radio:before {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #222;
        transition: ease .3s;
    }

.pg-quiz-popup input[type="radio"] {
    display: none;
}


    .pg-quiz-popup input[type="radio"]:checked + label:before {
        background: #f16334;
        border-color: #f16334
    }


.pg-quiz-popup.show-up {
    display: block
}

.pg-quiz-popup.start-campaign.show-up {
    display: block;
    z-index: 155555555555
}

.step-content .step-content-body {
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
    opacity: 1;
    display: block;
    transition: opacity 1s ease;
}

    .step-content .step-content-body.out {
        opacity: 0;
        display: none;
    }

@media (max-width:1299px) {
    .pg-close-quiz {
        top: 25px
    }

    .pg-quiz-popup h4 {
        font-size: 26px;
        font-weight: 100;
        margin-top: 100px
    }

    .steps-content {
        margin-top: 150px
    }

    .input-helper {
        width: 100%;
        display: block;
        max-width: 100%;
    }

    .pg-quiz-popup h4.fs-xlarge {
        font-size: 20px
    }

    .quiz-result {
        height: calc(100vh - 170px);
        overflow: auto;
        padding: 5px;
        margin-top: 150px;
        min-height: calc(100vh - 170px);
    }

    .pg-quiz-popup .container {
        max-width: 100%
    }

    .pg-quiz-popup .btn.no-icon {
        display: block;
        width: 100%;
        height: 75px;
    }
}

@media (max-width:580px) {
    .quiz-result #circle {
        bottom: -15px;
    }

        .quiz-result #circle canvas {
            display: none
        }

        .quiz-result #circle strong {
            position: relative;
            top: -9px;
            left: 0;
            width: 100%;
            text-align: center;
            line-height: 40px;
            font-size: 40px;
        }
}

.float-none {
    float: none !important
}
/*Animations*/
@-webkit-keyframes loader-trial {
    0%, 100% {
        box-shadow: -40px 0 0 transparent;
        background-color: #FF5300;
    }

    50% {
        box-shadow: -40px 0 0 #FF5300;
        background-color: transparent;
        transform: scale(1.1)
    }
}

@keyframes loader-trial {
    0%, 100% {
        box-shadow: -40px 0 0 transparent;
        background-color: #FF5300;
    }

    50% {
        box-shadow: -40px 0 0 #FF5300;
        background-color: transparent;
        transform: scale(1.1)
    }
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes scrolldown {
    0% {
        background-position: 0 -60px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 60px;
    }
}


@keyframes cd-enter-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0%)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0%)
    }
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes reverse-spin {
    0% {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes tpd-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tpd-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*End CSS Animations*/
.pg-quiz-popup .logo + h1 {
    float: right;
    top: 65px;
    position: relative;
    margin-right: 30px;
    font-size: medium;
}

/*

    Temprory Styles

*/

.pg-modal-mask.ladder + .pg-modal .pg-modal-header {
    height: 0;
    margin-bottom: 0
}

.pg-modal-mask.ladder + .pg-modal .pg-modal-content {
    padding: 0 !important;
}

.pg-modal {
    max-width: 700px;
}

.ladder-img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 600px;
    background: url('../Content/img/home/ladder-mobile.jpg') no-repeat center center;
}

@media (min-width:700px) {
    .pg-modal {
        max-width: 700px;
    }

    .ladder-img {
        display: block;
        max-width: 700px;
        width: 700px;
        height: 396px;
        background: url('../Content/img/home/ladder.jpg') no-repeat center center;
        max-height: 75vh;
        background-size: contain;
    }
}

body > .sp-webpush-label.sp-show .sp-inner-content, .sp-webpush-label:after {
    display: none !important
}

.promotion-notification {
    background: #4c99f0;
    color: #fff;
    font-family: 'IRANYekan';
    padding: 15px 0
}

    .promotion-notification h3 {
        color: #fff;
    }

    .promotion-notification .no-color {
        background: transparent !important;
        color: #fff;
        box-shadow: none !important
    }

    /*.promotion-notification .container {
        background: url('../Images/ribbon.png') no-repeat right center;
        background-size: contain;
    }*/

    .promotion-notification.birth98 {
        background: url('../images/ribbon_bg98.png') no-repeat center center;
        display: block;
        height: 100px
    }

        .promotion-notification.birth98 img {
            height: 70px
        }

.call-popup {
    position: fixed;
    width: 350px;
    max-width: calc(100% - 30px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -6;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: ease .6s
}

    .call-popup.is-active {
        opacity: 1;
        transform: translate(-50%, -50%);
        visibility: visible;
        z-index: 999999;
    }

    .call-popup img {
        margin-bottom: 30px
    }

    .call-popup p {
        margin-bottom: 15px;
        font-size: 14px;
        font-family: 'IRANYekan';
    }

    .call-popup a.btn {
        padding: 20px 30px;
    }

        .call-popup a.btn i {
            position: relative;
            bottom: -3px;
            font-size: 18px;
            margin-left: 10px
        }

    .call-popup .pg-close-call-popup {
        position: absolute;
        top: 0px;
        width: 32px;
        height: 32px;
        right: 0;
        font-size: 35px;
        color: #000;
        transform: rotate(45deg);
    }

    .call-popup.is-active + .pop-up-blur-content {
        filter: blur(5px);
        position: absolute;
        width: 100%;
    }

    .call-popup + .pop-up-blur-content:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -5;
        background: #184253;
        visibility: hidden;
        opacity: 0;
        transition: ease .6s
    }

    .call-popup.is-active + .pop-up-blur-content:before {
        visibility: visible;
        opacity: .8;
        z-index: 9989;
    }

    .call-popup .pg-phone {
        color: #333;
        font-size: 24px;
        display: block;
        position: relative;
        bottom: -3px;
        text-align: center
    }

@media (max-width:768px) {
    .call-popup a.btn {
        padding: 8px 30px;
    }

    .call-popup {
        top: 30px;
        transform: translateX(-50%);
        max-height: calc(100vh - 60px);
        overflow: auto
    }

        .call-popup.is-active {
            opacity: 1;
            transform: translateX(-50%);
            visibility: visible;
            z-index: 999999;
        }

    .pg-modal {
        height: 75%;
        overflow-y: auto;
    }
    .alert-motion {
        top: 170px;
        transition: 0.4s all;
        right: 0%;
        left: 0%;
        width: 320px;
        margin: 0 auto;
    }
    .pg-timeline-container .pg-timeline-heading {
        padding-right: 20px;
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
    }
    .pg-timeline-container .pg-timeline-points > li .pg-timeline-accordion-title {
        padding-top: 0;
        margin: 0;
        line-height: 32px;
        font-size: 16px;
    }
    .pg-timeline-container .pg-timeline-points > li p {
        font-size: 12px;
    }
}

.pg-package-name .discount-percent {
    position: absolute;
    left: 50%;
    bottom: 5px;
    line-height: 25px;
    background: #ff4555;
    color: #fff;
    padding: 0 10px;
    width: 100px;
    transform: translateX(-50%);
    border-radius: 5px;
    font-family: IRANYekan;
}

.stroke-price {
    text-decoration: line-through;
}

.form-control {
    height: calc(1.5em + .75rem + 10px);
}

.pg-footer-nav {
    display: block !important;
}

header.main-header .pg-navigation li.pg-mega-menu > ul > li .pg-product-mega-menu a:hover .pg-icon {
    transform: none !important;
}



#najva-bell-denied-help {
    bottom: 90px !important;
    left: 35px !important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    width: 250px !important;
}

#najva-bell {
    left: 0 !important;
    bottom: 10px !important;
    margin: 20px 60px 20px 10px !important;
}

.modal-discount-hint {
    background-color: #e5f5f8;
    border-color: #00a4bd;
    /*background-image: linear-gradient(180deg, #F36017 0%, #C74100 100%);*/
    color: #000;
    font-size: 1.25rem;
    padding: 25px;
}

.text-discount-hint ul{
    
}

.discount-hint-btn {
    background-color: #e5f5f8 !important;
    border-color: #00a4bd !important;
    font-size: 1rem;
    color: #000 !important;
    line-height: 2.5 !important;
}
#btnSumbitCallRequest {
    background: #ff6926;
    margin-top:10px;
}
    #btnSumbitCallRequest:hover {
        background: #ff5300;
    }
.get-demo-btn {
    background: #48c2c5!important;
    border-radius: 0;
    text-align: center;
    width: 80%!important;
    margin: 0 auto;
}
@media (max-width:576px) {
    .demo-form-box, .resendcode-demo-form-box {
        width: 85%;
    }
}