/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}



/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.333333%;
}

.pull-2 {
    right: 16.666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.333333%;
}

.pull-5 {
    right: 41.666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.333333%;
}

.pull-8 {
    right: 66.666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.333333%;
}

.pull-11 {
    right: 91.666667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.333333%;
}

.push-2 {
    left: 16.666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.333333%;
}

.push-5 {
    left: 41.666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.333333%;
}

.push-8 {
    left: 66.666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.333333%;
}

.push-11 {
    left: 91.666667%;
}

.push-12 {
    left: 100%;
}

.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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.333333%;
    }
    .pull-sm-2 {
        right: 16.666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.333333%;
    }
    .pull-sm-5 {
        right: 41.666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.333333%;
    }
    .pull-sm-8 {
        right: 66.666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.333333%;
    }
    .pull-sm-11 {
        right: 91.666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.333333%;
    }
    .push-sm-2 {
        left: 16.666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.333333%;
    }
    .push-sm-5 {
        left: 41.666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.333333%;
    }
    .push-sm-8 {
        left: 66.666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.333333%;
    }
    .push-sm-11 {
        left: 91.666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.333333%;
    }
    .pull-md-2 {
        right: 16.666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.333333%;
    }
    .pull-md-5 {
        right: 41.666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.333333%;
    }
    .pull-md-8 {
        right: 66.666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.333333%;
    }
    .pull-md-11 {
        right: 91.666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.333333%;
    }
    .push-md-2 {
        left: 16.666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.333333%;
    }
    .push-md-5 {
        left: 41.666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.333333%;
    }
    .push-md-8 {
        left: 66.666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.333333%;
    }
    .push-md-11 {
        left: 91.666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.333333%;
    }
    .pull-lg-2 {
        right: 16.666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.333333%;
    }
    .pull-lg-5 {
        right: 41.666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.333333%;
    }
    .pull-lg-8 {
        right: 66.666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.333333%;
    }
    .pull-lg-11 {
        right: 91.666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.333333%;
    }
    .push-lg-2 {
        left: 16.666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.333333%;
    }
    .push-lg-5 {
        left: 41.666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.333333%;
    }
    .push-lg-8 {
        left: 66.666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.333333%;
    }
    .push-lg-11 {
        left: 91.666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.333333%;
    }
    .pull-xl-2 {
        right: 16.666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.333333%;
    }
    .pull-xl-5 {
        right: 41.666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.333333%;
    }
    .pull-xl-8 {
        right: 66.666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.333333%;
    }
    .pull-xl-11 {
        right: 91.666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.333333%;
    }
    .push-xl-2 {
        left: 16.666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.333333%;
    }
    .push-xl-5 {
        left: 41.666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.333333%;
    }
    .push-xl-8 {
        left: 66.666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.333333%;
    }
    .push-xl-11 {
        left: 91.666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .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%;
    }
}


/*# sourceMappingURL=bootstrap-grid.css.map */

@font-face {
    font-family: 'WebIranSans';
    font-weight: 700;
    src: url('fonts/WebIranSans.eot');
    src: url('fonts/WebIranSans.eot?#iefix') format('embedded-opentype'), url('fonts/WebIranSans.woff') format('woff'), url('fonts/WebIranSans.ttf') format('truetype'), url('fonts/WebIranSans.svg#iransans') format('svg');
}

@font-face {
    font-family: 'WebIranSansBold';
    font-weight: 700;
    src: url('fonts/WebIranSansBold.eot');
    src: url('fonts/WebIranSansBold.eot?#iefix') format('embedded-opentype'), url('fonts/WebIranSansBold.woff') format('woff'), url('fonts/WebIranSansBold.ttf') format('truetype');
}

body {
    color: #555;
    font-family: 'WebIranSans', tahoma, sans-serif;
    padding: 0px;
    margin: 0px;
    direction: rtl;
    background-color: #f5f5f5;
    font-size: 14px;
    padding-top: 170px;
    line-height: 1.8;
    -moz-transition: padding-top 0.5s ease;
    -o-transition: padding-top 0.5s ease;
    -webkit-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease;
}

a {
    color: #333;
    text-decoration: none;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a:hover {
    color: #fc4b14;
}

.pull-right {
    float: right
}

.pull-left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

header {
    width: 100%;
    height: 170px;
    background: #fff;
    /* background-image: -webkit-linear-gradient( -28deg, #f87f73 0%, #f87f73 60%, #292423 60%, #292423 60%); */
    /*background-image: linear-gradient( 45deg, #fff 0%, #fff 70%, #00d0fe 70%, #00d0fe 70%);*/
    position: relative;
    position: fixed;
    top: 0;
    z-index: 9;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.05);
}

.head {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

header .logo {
    margin: 0;
    padding: 25px 0;
    overflow: hidden;
    font-family: 'WebIranSansBold'
}

header .logo a {
    font-size: 18px;
    color: #fff;
}

header .logo img {
    width: 200px;
    vertical-align: middle
}

.header-buttons a {
    color: #fc4b14;
    border-left: 1px solid #ddd;
    padding: 0 10px;
}

.header-buttons a:hover {
    color: #333;
}

.header-buttons a:last-child {
    border: 0;
}

.diagonal,
.diagonal1 {
    border-bottom: 40px solid #fc4b14;
    border-right: 45px solid rgba(0, 0, 0, 0);
    margin-top: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    top: 20%;
    left: 0;
    z-index: -3;
}

.diagonal1 {
    border-bottom: 0;
    border-top: 110px solid #00d0fe;
    width: 50%;
    right: 0;
    top: 0;
    z-index: -2;
    margin: 0;
    border-right: 0;
    border-left: 123px solid rgba(0, 0, 0, 0);
}

@media (min-width: 580px) {
    header .header-buttons {
        padding: 25px 0;
        text-align: left;
    }
    .diagonal1 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .diagonal1 {
        width: 45%;
    }
}

@media (min-width: 980px) {
    .diagonal1 {
        width: 35%;
    }
}

@media (max-width: 570px) {
    .diagonal1 {
        width: 58%;
    }
    header .header-buttons {
        text-align: center;
        margin-top: -5px;
    }
    header .logo {
        padding: 0;
    }
    header .logo a {
        font-size: 14px;
    }
    header .logo img {
        width: 130px;
        height: 70px;
    }
}

header nav {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #fff;
}

body.sticky-header {
    padding-top: 100px;
}

body.sticky-header header {
    height: 60px;
    background-color: rgba(2, 208, 234, 0.62);
}

body.sticky-header header .head {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.jetmenu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
    list-style: none;
}

.jetmenu li {
    float: right;
}

.jetmenu a {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
}

.jetmenu>li>a {
    padding: 18px 28px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    position: relative;
}

.jetmenu>li:hover>a,
.jetmenu>li.active>a {
    background: #F1F1F1;
    color: #333;
}

.jetmenu>li>a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.jetmenu>li>a::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #00d0fe;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.jetmenu ul.dropdown,
.jetmenu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    width: 146px;
    background: #fff;
}

.jetmenu ul.dropdown {
    top: 60px;
    min-width: 200px;
}

.jetmenu ul.dropdown li ul.dropdown {
    right: 100%;
    top: inherit;
}

.jetmenu ul.dropdown li {
    clear: both;
    width: 100%;
    font-size: 12px;
}

.jetmenu ul.dropdown li a {
    width: 100%;
    padding: 15px 28px;
    float: right;
    clear: both;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.jetmenu ul.dropdown li:hover>a {
    background: #00d0fe;
    color: #fff;
}

.jetmenu .indicator {
    position: relative;
    left: 5px;
    top: 2px;
    font-size: 14px;
    float: left;
}
.jetmenu>li>a>i{display:none;}
@media (min-width: 768px) {
    .jetmenu .indicator {
        display: none;
    }
    .jetmenu>li>a>i {
        float: left;
        display:inline-block;
        font-size: 20px;
        margin-top: 2px;
        margin-right: 10px;
    }
}

.jetmenu ul li .indicator {
    top: 1px;
    left: 10px;
}

.jetmenu>li>.megamenu {
    position: absolute;
    display: none;
    background: #333333;
    min-width: 25%;
    top: 58px;
    color: #999;
    z-index: 99;
    padding: 20px 30px 20px;
    border-top: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jetmenu li>.megamenu ul {
    margin: 0 0 20px 0;
    float: left;
    padding: 0;
    display: block;
    position: relative;
}

.jetmenu li>.megamenu ul li {
    width: 100%;
    padding: 4px 0;
}

.jetmenu li>.megamenu ul li.title {
    margin: 0 0 8px;
    padding: 0 0 5px;
    border-bottom: solid 1px #666;
}

.jetmenu li>.megamenu h5 {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* megamenu links */

.jetmenu li>.megamenu a {
    color: #999;
    text-decoration: none;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.jetmenu li>.megamenu a:hover {
    color: #dedede;
}

.jetmenu .megamenu img {
    width: 100%;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.jetmenu>li.right {
    float: right;
}

.jetmenu>li.right>.megamenu {
    right: 0;
}

.jetmenu>li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: #fff;
}

.jetmenu>li.showhide span.title {
    display: none;
}

.jetmenu>li.showhide span.icon {
    margin: 22px 20px;
    float: right;
}

.jetmenu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
}

@media (max-width: 968px) {
    .jetmenu>li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .jetmenu a {
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .jetmenu ul.dropdown,
    .jetmenu ul.dropdown li ul.dropdown {
        width: 100% !important;
        left: 0;
        position: static !important;
        border: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .jetmenu ul.dropdown li {
        background: #fff !important;
        border: none;
    }
    .jetmenu ul.dropdown>li>a {
        padding-left: 40px !important;
    }
    .jetmenu>li>.megamenu {
        width: 100% !important;
        position: static;
        border-top: none;
    }
    .jetmenu>li>ul.dropdown>li>a {
        padding-left: 40px !important;
    }
    .jetmenu>li>ul.dropdown>li>ul.dropdown>li>a {
        padding-left: 60px !important;
    }
    .jetmenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
        padding-left: 80px !important;
    }
}

.button {
    overflow: hidden;
    font-family: WebIranSans;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 60ms ease-in-out;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button:hover {
    -webkit-transition: all 60ms ease;
    transition: all 60ms ease;
    opacity: .85;
}

.button:active {
    -webkit-transition: all 60ms ease;
    transition: all 60ms ease;
    opacity: .75;
}

.button:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}

.button.button-dark {
    color: #FFFFFF;
    background: #333030;
}

.button.button-dark:focus {
    outline: 1px dotted white;
    outline-offset: -4px;
}

.button.button-green {
    color: #FFFFFF;
    background: #3ac569;
}

.button.button-primary {
    color: #FFFFFF;
    background: #00d0fe;
}

.button.button-danger {
    color: #FFFFFF;
    background: #F32C52;
}

.button.button-sun {
    color: #f15c5c;
    background: #feee7d;
}

.button.button-alge {
    color: #f4f7f7;
    background: #79a8a9;
}

.button.button-flower {
    color: #FE8CDF;
    background: #353866;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #00d0fe;
    border-color: #00d0fe
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}


/*--------------------
Form
--------------------*/

.form-group {
    position: relative;
    margin: 0 0 15px;
}

 .form-control {
    display: block;
    width: 100%;
    font-family: WebIranSans;
    min-height: 38px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}

 .form-control:hover {
    border-color: #a0c4fc;
}

 .form-control:focus {
    box-shadow: none;
    border-color: #268ff4;
}

.form-group .suggestion {
    display: none;
    margin: 5px 0 -5px;
    padding-right: 5px;
    color: #999;
    font-style: italic;
    font-size: 13px;
    text-align: right;
}

.form-group .suggestion a {
    color: red;
    cursor: pointer;
}

.form-group .reveal-password {
    display: none;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.form-group .reveal-password .icon {
    width: 18px;
    height: 14px;
    fill: #666;
}

.form-group .reveal-password.active .icon {
    fill: #268ff4;
}

.form-group.filled label {
    position: absolute;
    top: -13px;
    left: 4px;
    z-index: 1;
    font-size: 10px;
    opacity: 1;
    text-align: right;
    text-transform: uppercase;
}

.form-group.filled .reveal-password {
    display: block;
}

.form-group.error label {
    color: #f00;
}

.form-group.error .form-control {
    box-shadow: none;
    border-color: #f00;
}

.form-group.focus label {
    color: #3e9bf7;
}

.form-group.focus .form-control {
    box-shadow: none;
    border-color: #268ff4;
}

.form-submit {
    width: 100%;
    cursor: pointer;
    color: #fff;
    background-color: #4da3f8;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    outline: none;
}

.form-submit:hover {
    background: #3e9bf7;
}

#main-content {
    margin: 0 auto;
}

.top-box {
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.owl-dots {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

ul#tabs-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    color: #888;
    font-family: WebIranSansBold;
    cursor: pointer;
    background-color: #ecf0f1;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

label.panel-label:hover {
    color: #fc4b14;
}

#panels {
    background-color: white;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#panels section header label.panel-label {
    padding: 12px 24px;
    box-sizing: border-box;
}

#panels section main {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
}

#panel-1-ctrl:checked~#panels #panel-1 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-2-ctrl:checked~#panels #panel-2 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-3-ctrl:checked~#panels #panel-3 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-4-ctrl:checked~#panels #panel-4 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-5-ctrl:checked~#panels #panel-5 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-6-ctrl:checked~#panels #panel-6 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

@media all and (max-width: 767px) {
    #nav-ctrl:checked~#tabs-list #li-for-panel-1 {
        max-height: 46px;
        opacity: 1;
    }
    #nav-ctrl:checked~#tabs-list #li-for-panel-2 {
        max-height: 46px;
        opacity: 1;
    }
    #nav-ctrl:checked~#tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }
    #nav-ctrl:checked~#tabs-list #li-for-panel-4 {
        max-height: 46px;
        opacity: 1;
    }
    #nav-ctrl:checked~#tabs-list #li-for-panel-5 {
        max-height: 46px;
        opacity: 1;
    }
    #nav-ctrl:checked~#tabs-list #li-for-panel-6 {
        max-height: 46px;
        opacity: 1;
    }
    #open-nav-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
    }
    #nav-ctrl:checked~#tabs-list #open-nav-label {
        display: none;
    }
    #close-nav-label {
        display: block;
        max-height: 0;
        overflow-y: hidden;
        background-color: #444444;
        color: #ecf0f1;
        padding: 0px;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
    }
    #nav-ctrl:checked~#tabs-list #close-nav-label {
        max-height: 36px;
        opacity: 1;
        padding: 12px 24px;
    }
    #tabs-list {
        position: relative;
    }
    #tabs-list label.panel-label {
        padding: 12px 0;
    }
    #tabs-list #li-for-panel-1 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-2 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-3 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-4 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-5 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-6 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #panel-1-ctrl:checked~#tabs-list #li-for-panel-1 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label {
        background-color: white;
        color: #00d0fe;
        background-color: #00d0fe;
        color: white;
    }
    #panel-2-ctrl:checked~#tabs-list #li-for-panel-2 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label {
        background-color: white;
        color: #00d0fe;
        background-color: #00d0fe;
        color: white;
    }
    #panel-3-ctrl:checked~#tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label {
        background-color: white;
        color: #00d0fe;
        background-color: #00d0fe;
        color: white;
    }
    #panel-4-ctrl:checked~#tabs-list #li-for-panel-4 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-4-ctrl:checked~#tabs-list #li-for-panel-4 label.panel-label {
        background-color: white;
        color: #00d0fe;
        background-color: #00d0fe;
        color: white;
    }
    #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 label.panel-label {
        background-color: white;
        color: #00d0fe;
        background-color: #00d0fe;
        color: white;
    }
    #panel-6-ctrl:checked~#tabs-list #li-for-panel-6 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-6-ctrl:checked~#tabs-list #li-for-panel-6 label.panel-label {
        background-color: white;
        color: #00d0fe;
        background-color: #00d0fe;
        color: white;
    }
    #panels .container {
        width: 100%;
    }
    #panels section header {
        display: block;
    }
}

@media all and (min-width: 768px) {
    #panel-1-ctrl:checked~#tabs-list #li-for-panel-1 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-left: none;
    }
    #panel-1-ctrl:checked~#tabs-list #li-for-panel-1.last {
        border-left: 1px solid transparent;
    }
    #panel-1-ctrl:checked~#tabs-list #li-for-panel-1+li {
        border-right: 1px solid #dfdfdf;
    }
    #panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label {
        background-color: white;
        color: #fc4b14;
        padding-top: 26px;
    }
    #panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label::after {
        height: 6px;
    }
    #panel-2-ctrl:checked~#tabs-list #li-for-panel-2 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-left: none;
    }
    #panel-2-ctrl:checked~#tabs-list #li-for-panel-2.last {
        border-left: 1px solid transparent;
    }
    #panel-2-ctrl:checked~#tabs-list #li-for-panel-2+li {
        border-right: 1px solid #dfdfdf;
    }
    #panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label {
        background-color: white;
        color: #fc4b14;
        padding-top: 26px;
    }
    #panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label::after {
        height: 6px;
    }
    #panel-3-ctrl:checked~#tabs-list #li-for-panel-3 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-left: none;
    }
    #panel-3-ctrl:checked~#tabs-list #li-for-panel-3.last {
        border-left: 1px solid transparent;
    }
    #panel-3-ctrl:checked~#tabs-list #li-for-panel-3+li {
        border-right: 1px solid #dfdfdf;
    }
    #panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label {
        background-color: white;
        color: #fc4b14;
        padding-top: 26px;
    }
    #panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label::after {
        height: 6px;
    }
    #panel-4-ctrl:checked~#tabs-list #li-for-panel-4 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-left: none;
    }
    #panel-4-ctrl:checked~#tabs-list #li-for-panel-4.last {
        border-left: 1px solid transparent;
    }
    #panel-4-ctrl:checked~#tabs-list #li-for-panel-4+li {
        border-right: 1px solid #dfdfdf;
    }
    #panel-4-ctrl:checked~#tabs-list #li-for-panel-4 label.panel-label {
        background-color: white;
        color: #fc4b14;
        padding-top: 26px;
    }
    #panel-4-ctrl:checked~#tabs-list #li-for-panel-4 label.panel-label::after {
        height: 6px;
    }
    #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-left: none;
    }
    #panel-5-ctrl:checked~#tabs-list #li-for-panel-5.last {
        border-left: 1px solid transparent;
    }
    #panel-5-ctrl:checked~#tabs-list #li-for-panel-5+li {
        border-right: 1px solid #dfdfdf;
    }
    #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 label.panel-label {
        background-color: white;
        color: #fc4b14;
        padding-top: 26px;
    }
    #panel-5-ctrl:checked~#tabs-list #li-for-panel-5 label.panel-label::after {
        height: 6px;
    }
    #panel-6-ctrl:checked~#tabs-list #li-for-panel-6 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-left: none;
    }
    #panel-6-ctrl:checked~#tabs-list #li-for-panel-6.last {
        border-left: 1px solid transparent;
    }
    #panel-6-ctrl:checked~#tabs-list #li-for-panel-6+li {
        border-right: 1px solid #dfdfdf;
    }
    #panel-6-ctrl:checked~#tabs-list #li-for-panel-6 label.panel-label {
        background-color: white;
        color: #fc4b14;
        padding-top: 26px;
    }
    #panel-6-ctrl:checked~#tabs-list #li-for-panel-6 label.panel-label::after {
        height: 6px;
    }
    ul#tabs-list {
        text-align: center;
    }
    ul#tabs-list li {
        display: inline-block;
        text-align: center;
        width: 15.5%;
        box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
        border-right: 1px solid #dfdfdf;
        position: relative;
    }
    ul#tabs-list li:hover {
        -webkit-transition: none;
        transition: none;
        border-left: none;
    }
    ul#tabs-list li:hover.last {
        border-left: 1px solid transparent;
    }
    ul#tabs-list li:hover+li {
        border-right: 1px solid #dfdfdf;
    }
    ul#tabs-list li label.panel-label {
        position: relative;
        padding: 24px 0;
    }
    ul#tabs-list li label.panel-label::after {
        content: "";
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 100%;
        background-color: #00d0fe;
        height: 0;
        -webkit-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
    }
    ul#tabs-list li label.panel-label:hover {
        padding-top: 25px;
    }
    ul#tabs-list li label.panel-label:hover::after {
        height: 6px;
    }
    #open-nav-label,
    #close-nav-label {
        display: none;
    }
    #nav-ctrl {
        display: none;
    }
}

.panel-radios {
    display: none
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    margin-bottom: 15px;
}

.list-icon {
    color: #00bbd3;
    font-size: 16px;
    padding: 0 0 0 10px;
}

.box {
    margin-top: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #565656;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box h3 {
    margin: 16px 9px;
    font-family: WebIranSansBold;
    color: #464544;
}

.box h3 .circle.orange {
    background-color: #ffbb17;
}

.box h3 .circle.danger {
    background-color: #ff5722;
}

.box h3 .circle {
    width: 35px;
    height: 35px;
    background-color: #51c847;
    margin: 0 0 -12px 12px;
    position: relative;
    overflow: hidden
}

.box h3 .circle i {
    color: #fff;
    font-size: 50px;
}

.circle {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.box-content {
    border-top: 1px solid #e7e7e7;
    padding: 16px 10px;
    color: #838383;
}

.se-box {
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
    margin: 20px 0;
}

.se-box .head {
    font: 22px WebIranSansBold;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: WebIranSansBold;
    font-size: 15px;
    min-height:48px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #fc4b14;
    padding: 6px 35px;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
.testimonial-name:hover{
        color: #fff;
        background:#d64214;
}
#customers-testimonials .item {
    text-align: center;
    opacity: .7;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials .owl-item img {
    transform-style: preserve-3d;
    max-width: 130px;
    margin: 0 auto 17px;
    background: #f7f7f7;
    padding: 5px;
}

#customers-testimonials .owl-prev,
#customers-testimonials .owl-next {
    position: absolute;
    right: -5%;
    top: 35%;
    font-size: 0;
    content: "";
    transform: rotate(225deg);
    position: absolute;
    padding: 1rem;
    box-shadow: 1px -1px 0 1px #0fa5b8 inset;
    -webkit-box-shadow: 2px -2px #0fa5b8 inset;
    border: solid transparent;
    border-width: 0 0 2rem 2rem;
    transition: 0.2s;
}

#customers-testimonials .owl-next {
    right: auto;
    left: -5%;
    transform: rotate(45deg);
}

@media (max-width: 576px) {
    #customers-testimonials .owl-nav {
        direction: rtl;
        text-align: center;
    }
    #customers-testimonials .owl-prev,
    #customers-testimonials .owl-next {
        position: relative;
        display: inline-block
    }
}

.img-circle {
    border-radius: 50%;
}

.testimonials {
    padding: 20px 0;
    background: #fff;
}

.index-news-main-content a {
    text-decoration: none;
    display: block;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7 url(img/list-style.svg) no-repeat right;
    margin-bottom: 5px;
    color: #898989;
    padding-right: 35px;
    padding-left: 10px;
    transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
}

.index-news-main-content a:hover {
    background-color: #00d0fe;
    color: #fff;
}

.slider-primary h1 {
    position: absolute;
    bottom: 15%;
    padding: 10px;
    margin: auto 1%;
    color: #fff;
    font-size: 18px;
    font-family: WebIranSansBold;
    background: rgba(0, 0, 0, 0.39);
}

.slider-primary img {
    max-height: 403px;
    border-radius: 3px;
}

.logo-slider img {
    width: 130px !important;
    height: 130px;
    margin: 0 auto;
}

.logo-slider h3 {
font: 14px WebIranSansBold;
    margin: 0;
    padding-top: 10px;
    vertical-align: middle;
    height: 44px;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
}
.logo-slider span{
display:block;
width:100%;
text-align:center;
font-size:13px;
}

.logo-slider .shadow-effect {
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    border:0;
    box-shadow:none;
}
.logo-slider .owl-dots {
    top: 5px;
    right: 10px;
    bottom:auto;
}

#footer {
    padding: 46px 0 17px 0;
}

.site-footer {
    background-color: #00d0fe;
}

.site-footer {
    color: #ffffff;
    font: 100 12px/18px 'WebIranSans';
}

.site-content,
.site-footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .widget {
    font-weight: 400;
    background-color: transparent;
    padding: 0;
    margin: 0 0 52px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget {
    margin-bottom: 30px;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.12);
}

.site-footer .widget-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    margin: 0 0 24px 0;
    padding: 0 0 25px 0;
    font-family: WebIranSansBold;
}

.widget ul {
    padding: 0;
    list-style: none;
}

.site-footer .widget ul>li:first-child {
    padding-top: 0;
}

.site-footer .widget ul>li {
    padding: 17px 0 0 0;
    font-size: 14px;
}

.widget ul>li {
    position: relative;
    padding: 0 0 10px 18px;
}

.site-footer .widget ul>li a {
    position: relative;
}

.site-footer a {
    color: #ffffff;
}

.site-footer .widget ul>li a:after {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    bottom: -8px;
    right: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fc4b14;
}

.site-footer .widget ul>li a:hover:after {
    width: 100%;
}

.cherry-follow_list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}

.cherry-follow_link:after {
    width: 0 !important;
}

.cherry-follow_link[title="Facebook"] i {
    background: #7b8ec4;
}

.cherry-follow_link i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 26px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.12);
}

.cherry-follow_link:hover i {
    -webkit-box-shadow: 4px 4px 7px transparent, inset 4px 4px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 7px transparent, inset 4px 4px 7px rgba(0, 0, 0, 0.12);
}

.cherry-follow_link[title="Twitter"] i {
    background: #20e5fe;
}

.cherry-follow_link[title="RSS"] i {
    background: #fec006;
}

address {
    line-height: 24px;
}

address p {
    position: relative;
    margin-bottom: 17px;
}

address i {
    font-size: 20px !important;
    margin-left: 10px;
}

.site-info {
    font-weight: 400;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a.footer-site-link {
    color: white;
}

.site-info a {
    color: #fc4b14;
}

.site-info a:hover {
    color: white;
}

.news-box h3 {
    margin: 2.5px 0;
}

.news-box h3 a {
    color: #fc4b14;
    font: 14px WebIranSansBold;
}

.news-box img {
    max-height: 200px;
}

.news-box h3 a:hover {
    color: #333
}

.news-box p {
    font-size: 12px;
    margin: 0;
}

.news-carousel .owl-dots {
    top: 5px;
    left: 10px;
    right: auto;
    bottom:auto;
}

.go-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px 15px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #fc4b14;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    display: none;
}

.go-top i {
    font-size: 20px;
}

.go-top:hover {
    background-color: #00d0fe;
    color: #fff;
}

.margin-top-20 {
    margin-top: 20px;
}

.breadcrumbs {
    padding: 0;
    text-align: right;
    padding: 14px 0 10px 0;
    background-color: #00d0fe;
}

.breadcrumbs-item {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs-item a {
    color: #fff;
}

.breadcrumbs-item a:hover {
    color: #fc4b14;
}

.breadcrumbs-item-sep {
    margin: 0 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 10px;
}

.breadcrumbs-item-target {
    color: #fc4b14;
}

.text-primary {
    color: #00d0fe;
}

.entry-meta-top {
    padding: 0;
    margin-bottom: 24px;
}

.entry-meta {
    overflow: hidden;
}

.entry-meta>span {
    margin-right: 15px;
}

.entry-meta>span i {
    color: #00bbd3;
    margin-left: 5px;
}

.entry-meta .author {
    text-transform: capitalize;
}

.entry-meta-top a {
    color: #888888;
}

.entry-meta-top a:hover {
    color: #00bbd3;
}

.comments {
    margin: 2.5rem auto 0;
    max-width: 60.75rem;
    padding: 0 1.25rem;
}

.comment-wrap {
    margin-bottom: 1.25rem;
    display: table;
    width: 100%;
    min-height: 5.3125rem;
}

.photo {
    padding-top: 0.625rem;
    display: table-cell;
    width: 3.5rem;
}

.photo .avatar {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    background-size: contain;
}

.comment-block {
    padding: 1rem;
    background-color: #f5f5f5;
    display: table-cell;
    vertical-align: top;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.comment-block textarea {
    width: 100%;
    resize: none;
}

.comment-text {
    margin-bottom: 1.25rem;
}

.bottom-comment {
    color: #acb4c2;
    font-size: 0.875rem;
}

.comment-date {
    float: right;
}

.comment-actions {
    float: left;
}

.comment-actions li {
    display: inline;
    margin: -2px;
    cursor: pointer;
}

.comment-actions li:hover {
    color: #fc4b14;
}

.list-box {
    position: relative;
    padding: 20px;
    background: #24252A;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px
}

.list-box.light {
    background-color: #f5f5f5;
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-box.light:hover {
    background: #e3e3e3;
}

.list-box-img {
    border-radius: 100%;
    height: 130px;
    width: 130px;
    border: 5px solid #2c2d34;
}

.list-box.light .list-box-img {
    background: #f5f5f5;
    border: 5px solid #ebeff2;
}

.list-box-title {
    font-size: 16px;
    font-family: WebIranSansBold;
    min-height: 45px;
    line-height: 1.4;
    margin: 10px 0 0;
}

.list-box>span {
    display: block;
    padding: 1em 0;
}

.list-box-desc {
    font-weight: bold;
    color: #797BED;
}

.list-box-btn {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    font-size: 12px;
    font-family: WebIranSans;
    white-space: nowrap;
    padding: 0.85em 1.25em;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
    background: #2C2D34;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.list-box.light .list-box-btn {
    background: #5C5EDC;
}

.list-box-btn:hover {
    background: #5C5EDC;
    color: #fff
}

.list-box.light .list-box-btn:hover {
    background: #2C2D34;
    color: #fff
}

.summery-box-item {
    padding: 15px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    line-height: 2;
}

.summery-box-item:last-child {
    border-bottom: 0;
}

.summery-box-img {
    border-radius: 100%;
    height: 90px;
    width: 90px;
    border: 5px solid #eee;
    float: right;
    margin-left: 15px;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .summery-box-title {
        width: 65%;
        float: right;
    }
}

.summery-box-item h1 {
    margin: 5px 0 0;
    color: #2196F3;
    font-size: 20px;
    font-family: WebIranSansBold;
}

.text-black {
    color: #333;
}

.barTitle {
    font-size: 2.2rem;
    color: #616161;
    margin-bottom: 15px;
}

.control-label.barTitle {
    font: 15px WebIranSansBold;
    color: #2196F3;
    margin-bottom: 5px;
}

.barTitle:after {
    content: "";
    background-color: #999999;
    width: 45px;
    margin: 10px 0;
    height: 4px;
    display: block;
}

.control-label.barTitle:after {
    margin: 5px 0;
    background-color: #2196F3;
}

.no-mrg {
    margin: 0;
}


/* ---------- LOGIN-FORM ---------- */

#login-form {
    max-width: 380px;
    margin:40px auto;
}

#login-form h3 {
    background-color: #fc4b14;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font: 18px WebIranSansBold;
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

#login-form fieldset {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    position: relative;
    border:0;
    margin:0;
}

#login-form fieldset:before {
    background-color: #fff;
    content: "";
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}

#login-form input[type="email"] {
    border-radius: 3px 3px 0 0;
}

#login-form input[type="password"] {
    border-radius: 0px 0px 3px 3px;
    margin-top:20px;
}

#login-form input[type="submit"] {
display:block;
width:100%;
margin-top:20px;
}

#login-form footer {
    font-size: 12px;
    margin-top: 16px;
}

#login-form  .info {
    background: #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    width: 20px;
}
#login-form.register{
    max-width:100%;
}

.field-validation-error{
    color: #F44336;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}
#login-form.register input[type="password"]{
    margin-top:0;
}
#login-form.register .kind{
    font-size:12px;
    margin-top: 0;
    margin-bottom:8px;
}
#login-form.register .checkbox-inline{
    margin-top:2px;
    display:inline-block;
}
@media (min-width: 992px) {
#login-form.register{
    max-width:80%;
}
}

@media (min-width: 1200px) {
#login-form.register{
    max-width:70%;
}
}
.label-checkbox,
.label-radio {
    position: relative;
    cursor: pointer;
    font-size: 11px;
    font-family: tahoma
}

.label-checkbox .checkbox,
.label-checkbox .radio,
.label-radio .checkbox,
.label-radio .radio {
    margin-left: 5px
}

.checkbox {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: sub
}

.checkbox:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -moz-transition: -moz-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    right: 2px;
    top: 3px;
    z-index: 1;
    width: 15px;
    height: 8px;
    border: 2px solid #F44336;
    border-top-style: none;
    border-right-style: none
}

.checkbox.danger:before {
    border: 2px solid #d9534f;
    border-top-style: none;
    border-right-style: none
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1)
}

.indeterminate:before {
    -webkit-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(deg) scale(1, 1);
    -ms-transform: rotate(deg) scale(1, 1);
    -o-transform: rotate(deg) scale(1, 1);
    transform: rotate(deg) scale(1, 1);
    border-left-style: none;
}

.checkbox:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer
}

.checkbox.danger:after {
    border: 1px solid #d9534f
}

.checkbox[disabled]:after {
    background: #eee;
    border: 1px solid #ddd
}

.radio {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.radio:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -moz-transition: -moz-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 2.5px;
    right: 2px;
    z-index: 1;
    width: 14px;
    height: 14px;
    background: #F44336;
    border-radius: 50%
}

.radio:checked:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%
}