/* Minification failed. Returning unminified contents.
(3115,42): run-time error CSS1046: Expect comma, found '0'
(3115,46): run-time error CSS1046: Expect comma, found '/'
(4121,23): run-time error CSS1046: Expect comma, found '3'
(4121,27): run-time error CSS1046: Expect comma, found '/'
(4400,42): run-time error CSS1046: Expect comma, found '0'
(4400,46): run-time error CSS1046: Expect comma, found '/'
(5389,51): run-time error CSS1046: Expect comma, found '112'
(5389,58): run-time error CSS1046: Expect comma, found ')'
(5389,72): run-time error CSS1046: Expect comma, found '63'
(5389,77): run-time error CSS1046: Expect comma, found ')'
(5398,48): run-time error CSS1046: Expect comma, found '37'
(5398,54): run-time error CSS1046: Expect comma, found ')'
(5398,67): run-time error CSS1046: Expect comma, found '1'
(5398,71): run-time error CSS1046: Expect comma, found ')'
(6368,49): run-time error CSS1046: Expect comma, found '235'
(6368,56): run-time error CSS1046: Expect comma, found ')'
 */
.product-card-info {
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.product-card {
    direction: rtl !important;
    margin-bottom: 15px;
}

.product-card-info li {
    display: inline-block;
    margin-left: 10px;
}

    .product-card-info li:last-child {
        border-right: 1px solid #000;
        padding-right: 10px;
    }

    .product-card-info li i {
        color: #f1bf0a;
    }

.bold {
    font-weight: bold;
}

#offer {
    padding: 50px 0;
    background: rgb(255, 153, 0);
    background: linear-gradient(90deg, rgba(255, 153, 0, 1) 0%, rgba(255, 66, 10, 1) 100%);
}

.product-card {
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    background: #fff;
    padding-top: 5px;
    position:relative;
}

.product-title {
    font-size: 17px;
    direction: rtl;
    font-weight: 900;
}

    .product-title a:hover {
        color: #d82b2b;
    }

    .product-title a {
        color: #323232;
        text-decoration: none;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        /*white-space: nowrap;*/
    }

.product-dsc {
    padding: 10px;
}

span.price {
    font-weight: bold;
    color: #585858;
    display: block;
}

.price.old {
    text-decoration: line-through;
    font-weight: normal;
    color: #afafaf;
}

.product-category {
    font-size: 11px;
    display: block;
    margin: 10px auto;
    position: relative;
}

    .product-category a:hover {
        color: #d82b2b;
    }

a.btn-all-product {
    position: absolute;
    left: 0;
    bottom: 4px;
    background: #696969;
    padding: 9px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 3px;
}

    a.btn-all-product:hover {
        background: #2f2f2f;
        color: #fff;
        text-decoration: none;
    }

.product-category a {
    color: #323232;
    text-decoration: none;
}

.product-full-dsc {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    margin: 15px auto;
}

section#product {
    background: #f7f7f7;
}

section#product-view {
    background: #f7f7f7;
    padding: 0px 0;
}

.product-content a {
    color: #d40d0d;
}

    .product-content a:hover {
        color: #ff0000;
        text-decoration: underline;
    }

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: center;
    caption-side: top;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.product-category .title {
    text-align: revert;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: 15px auto;
    padding-bottom: 10px;
}

.product-category-title {
    display: block;
    margin: 15px auto;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    font-weight: bold;
}

#product-category {
    background: #f7f7f7;
    padding: 50px 0;
}

ul.tag-list {
    padding: 0;
    list-style-type: none;
}

    ul.tag-list li a {
        display: block;
        margin: 10px auto;
        /* border: 1px dashed #bbb; */
        background: #328e53;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 5px;
        border-radius: 3px;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

        ul.tag-list li a:hover {
            background: #40af68;
        }


a.my-tag {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #2fb4c1;
    margin: 5px auto;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    text-decoration: none;
}

    a.my-tag:hover {
        background: #11b0bf;
    }

section #all-tags {
    padding: 30px 0;
}

.product-box-dsc {
    background: #fff;
    padding: 10px;
    min-height: 350px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}


@media (min-width: 0px) and (max-width: 768px) {
    .product-title a {
        /*font-size: 9px;*/
        font-weight: bold;
    }
}

.product-category-content img {
    max-width: 100%;
    height: auto;
}


.product-content img {
    max-width: 100% !important;
    height: auto;
}

.product-image {
    border-radius: 5px;
    margin: 10px 0;
}

.property-product-card-link {
    font-weight: bold;
    text-decoration: none;
    color: #323232;
    font-size: 20px;
}

h1.product-subtitle {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
}

.btn-product-slider {
    font-size: 20px;
    background: #1cc396;
    color: #ffffff;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    opacity: 1;
}

.btn-product-slider {
    font-size: 20px !important;
    background: #1cc396;
    color: #ffffff;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    opacity: 1;
}

    .btn-product-slider.left {
        top: -37px;
        position: relative;
        left: -10px;
    }

    .btn-product-slider.right {
        top: -37px;
        position: relative;
        right: -20px;
    }


.property-product-card {
    position: relative;
}

    .property-product-card.vip:after {
        content: 'فروش ویژه';
        background: #cd1f1f;
        position: absolute;
        right: 21px;
        top: 15px;
        color: #ffffff;
        z-index: 2;
        font-size: 12px;
        padding: 2px 7px;
        border-radius: 4px;
    }


    .property-product-card.sale:after {
        content: 'تخفیف ویژه';
        background: #1fcd54;
        position: absolute;
        right: 21px;
        top: 15px;
        color: #ffffff;
        z-index: 2;
        font-size: 12px;
        padding: 2px 7px;
        border-radius: 4px;
    }

    .property-product-card.top:after {
        content: 'محصول پرفروش';
        background: #1f65cd;
        position: absolute;
        right: 21px;
        top: 15px;
        color: #ffffff;
        z-index: 2;
        font-size: 12px;
        padding: 2px 7px;
        border-radius: 4px;
    }


.product-card.vip:after {
    content: 'فروش ویژه';
    background: #cd1f1f;
    position: absolute;
    right: 21px;
    top: 15px;
    color: #ffffff;
    z-index: 2;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 4px;
}


.product-card.sale:after {
    content: 'تخفیف ویژه %';
    background: #1fcd54;
    position: absolute;
    right: 21px;
    top: 15px;
    color: #ffffff;
    z-index: 2;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 4px;
}

.product-card.top:after {
    content: 'محصول پرفروش';
    background: #1f65cd;
    position: absolute;
    right: 21px;
    top: 15px;
    color: #ffffff;
    z-index: 2;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 4px;
}

.widget-4-category-content {
    text-align: justify;
    line-height: 29px;
    color: #31384e;
}

.is-pin-product {
    border: 1px solid #c4e6b7 !important;
}

.comment-list > li {
    padding-top: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.comment-list li {
    list-style-type: none;
}

.comment-author {
    font-weight: bold;
    color: #c13636;
}

ul.comment-list {
    margin: 15px auto;
    background: #ededed;
    padding: 15px;
    border-radius: 3px;
}

span.comment-content {
    display: block;
    padding: 8px 0;
}

.comment-content p {
    display: inline-block;
}

.comment-list ul {
    padding-right: 15px;
    margin-right: 15px;
    padding-top: 15px;
    background-image: linear-gradient(to left, #fff, #fafafa, #f6f6f6, #f1f1f1, #ededed);
}

time.comment-published {
    font-size: 11px;
    font-style: italic;
}

.btn-comment i {
    padding-right: 10px;
    vertical-align: middle;
}

.btn-comment:hover {
    background-color: #62b557;
}

.btn-comment {
    background: #40ab33;
    display: inline-block;
    border: 0;
    padding: 4px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
}

.comment-form-title {
    font-size: 20px;
    margin: 15px auto;
    font-weight: bold;
}

textarea.form-control {
    height: 200px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.loading-comment {
    width: 100%;
    position: absolute;
    background: rgba(0,0,255,0.3);
    display: none;
    height: 100%;
    text-align: center;
    padding-top: 100px;
}

.d-blcok {
    display: block !important;
}



.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr;
}

    .jq-ry-container[readonly="readonly"] {
        cursor: default;
    }

    .jq-ry-container > .jq-ry-group-wrapper {
        position: relative;
        width: 100%;
    }

        .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
            position: relative;
            line-height: 0;
            z-index: 10;
            white-space: nowrap;
        }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
                display: inline-block;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
                width: 100%;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
                width: 0;
                z-index: 11;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
            }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*@font-face {
    font-family: "IRANSansBold";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansMedium";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansLight";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansUltraLight";
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb.woff') format('woff'), url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}*/

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/IRANSansX-Thin.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansX-UltraLight.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansX-Light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansX-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansXd;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/IRANSansX-Demibold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/IRANSansX-Black.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
    font-display: swap;
}



body {
    font-family: IRANSansX;
    text-align: right;
}

a {
    transition: all 0.2s;
    text-decoration: none;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation .9s infinite;
    -moz-animation: flickerAnimation .9s infinite;
    -o-animation: flickerAnimation .9s infinite;
    animation: flickerAnimation .9s infinite;
}

.header {
}


.heading-one {
    font-size: 18px;
}

.header-phone i {
    font-size: 15px;
    padding: 0 5px;
}

span.phone-value a {
    text-decoration: none;
    direction: ltr;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

span.phone-label {
    padding-right: 30px;
    display: block;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.header-phone {
    height: 100%;
    padding-right: 15px;
    padding-top: 0px;
    text-align: center;
}

button.btn-search {
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 27px;
}

.header-search {
    height: 100%;
}

.main-menu {
    padding: 0;
    margin: 0;
}

    .main-menu > li:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
    }

    .main-menu > li:hover:after {
        width: 100%;
        background: #d0a96a;
    }

    .main-menu > li {
        display: inline-block;
        position: relative;
    }

        .main-menu > li > a {
            display: block;
            text-decoration: none;
            padding: 15px 10px;
            padding-right: 0px;
            padding-left: 20px;
        }



    .main-menu li ul {
        position: absolute;
        right: 0;
        top: 57px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
        z-index: 5;
    }

        .main-menu li ul li ul {
            transition: all 0.2s;
            position: absolute;
            right: 100%;
            top: 0;
            padding: 0;
            margin: 0;
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            z-index: 3;
        }

    .main-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .main-menu li ul li {
        display: block;
        position: relative;
    }

        .main-menu li ul li a {
            display: block;
            width: 100%;
            padding: 10px;
            text-decoration: none;
            font-size: 13px;
        }



    .main-menu > li > a:before {
        content: '';
        color: #fff;
        padding-left: 3px;
        font-family: 'FontAwesome';
        position: absolute;
        left: 6px;
        font-size: 7px;
        top: 23px;
    }

    .main-menu > li > ul > li a:before {
        content: '';
        font-family: 'FontAwesome';
        font-size: 10px;
        color: #fff;
        padding-left: 3px;
        position: absolute;
        left: 10px;
        top: 13px
    }

    .main-menu > li > a:only-child:before,
    .main-menu > li > ul > li a:only-child:before {
        content: ''
    }

.owl-nav button {
    font-size: 50px !important;
    position: absolute;
    top: 40%;
    z-index: 2;
}

.owl-prev {
    left: 22px;
}

.owl-next {
    right: 21px;
}


.owl-nav button {
    opacity: .5;
}

    .owl-nav button:hover {
        opacity: 1;
    }

.image-slider {
    position: relative;
}

.caption a {
    display: block;
    color: #fff;
    background: #ccc;
    max-width: 200px;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
}



.section-seperator {
    padding: 50px 0;
    margin: 30px 0;
}

.section-seperator-no-margin {
    padding: 50px 0;
}

.page-title .title {
    display: block;
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

    .page-title .title:after {
        content: '';
        width: 74px;
        height: 2px;
        border-radius: 1px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        /* text-align: center; */
        bottom: -18px;
    }

.page-title .description {
    text-align: center;
}

.service-box {
    padding: 5px;
    border: 1px dashed;
    margin-bottom: 15px;
}

.service-title a {
    text-decoration: none;
}

.service-title {
    font-size: 17px;
    display: block;
    text-align: center;
    margin: 15px auto;
}

    .service-title a {
        font-weight: bold;
        display: block;
    }

.service-image {
    display: block;
    margin: auto;
}

.about-content {
    text-align: justify;
    line-height: 30px;
}

    .about-content h2,
    .about-content h3 {
        font-weight: bold;
    }

.social-box {
    text-align: center;
}

    .social-box a {
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        border-radius: 100%;
        border: 1px solid;
        padding: 8px;
        font-size: 36px;
        max-width: 80px;
        height: 65px;
        max-width: 65px;
        margin: auto;
    }

    .social-box span.title {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

.social-title {
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

    .social-title:hover {
        text-decoration: none;
    }

.logo a img {
    max-height: 50px;
}

.blog-card-image {
    position: relative;
}

.category-name {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 5px 12px;
    border-radius: 34px;
    font-size: 13px;
}

.blog-heading .title {
    font-size: 17px;
    font-weight: bold;
    margin: 15px auto;
    padding-bottom: 10px;
}

    .blog-heading .title a:hover {
        text-decoration: none;
    }

.blog-footer {
    text-align: center;
}

.blog-card {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.blog-link {
    color: #323232;
    font-weight: bold;
}

    .blog-link:hover {
        text-decoration: none;
    }

.blog-card-info {
    font-size: 13px;
    text-align: right;
}

span.blog-date {
    padding: 0 5px;
    color: #6b6b6b;
}

.mx-200 {
    max-width: 200px;
}

.widget-box {
    text-align: center;
}

    .widget-box p {
        line-height: 30px;
        font-size: 14px;
    }



    .widget-box .title a:hover {
        text-decoration: none;
    }

    .widget-box .title a, .widget-box .title {
        text-decoration: none;
        font-weight: bold;
    }

#concil {
    padding: 30px 0;
    color: #fff;
}

    #concil h2 {
        font-weight: bold;
    }

.footer {
    min-height: 200px;
    padding-top: 30px;
}

#widget {
    margin-top: 50px;
}

.bottom-footer {
    /*min-height: 100px;*/
}

.footer-about {
    color: #fff;
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
}

.footer-link {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

    .footer-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .footer-link ul li a i {
            padding-left: 5px;
            font-size: 10px;
        }

        .footer-link ul li a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
        }

.footer-address {
    font-size: 14px;
    color: #ccc;
}

    .footer-address li {
        margin-top: 10px;
    }

        .footer-address li i {
            padding-left: 5px;
        }

        .footer-address li span a {
            letter-spacing: 1px;
            font-size: 14px;
        }

.footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    margin: auto;
}

    .footer-social li {
        display: inline-block;
        margin-right: 20px;
        font-size: 22px;
    }


.page-header {
    min-height: 100px;
}

.heading-tow .title {
    font-weight: bold;
    font-size: 20px;
    padding-top: 34px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
    padding-left: 5px;
}

.breadcrumb {
    background-color: #e6e6e6 !important;
}

.breadcrumb-item a {
    color: #323232;
}

.question {
    display: block;
    font-weight: bold;
    padding: 15px 5px;
    background: #f4f4f7 !important;
    border-radius: 3px;
    color: #6f6f6f;
    margin-bottom: 12px;
    border-radius: 2px;
}

.answer {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 5px;
    display: block;
    border-radius: 45px;
    padding: 6px;
}

.faq-list {
    list-style-type: none;
    padding: 0;
}

.faq-card:after {
    content: '+';
    position: absolute;
    left: 7px;
    top: 18px;
    font-size: 19px;
    font-weight: bold;
    /* background: #d4d4d4; */
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 100%;
    padding: 0px;
    line-height: 27px;
    color: #ceceea;
}

.faq-card.open:after {
    content: '-';
}

.faq-card {
    margin-bottom: 5px;
    position: relative;
}

    .faq-card .question {
        font-size: 17px;
        cursor: pointer;
        padding-right: 9px;
        padding-left: 15px;
    }

    .faq-card .answer {
        display: none;
    }

.page-breadcrumb {
    padding-top: 20px;
}

.page-container {
    min-height: 300px;
    margin: 15px auto;
    border-top: 2px solid;
    border-radius: 3px;
    padding: 15px;
}

.page-content h3 {
    font-size: 19px;
    font-weight: bold;
}

.page-content h4 {
    font-size: 16px;
    font-weight: bold;
}

.page-content h2 {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 25px;
    color: #000;
}


.page-content p {
    font-size: 15px;
    line-height: 30px;
    padding-right: 10px;
    color: #000;
}

.page-content li {
    margin-top: 10px;
}

.page-content img {
    max-width: 100% !important;
    height: auto !important;
    border: 7px solid #fff;
    box-shadow: -2px -1px 7px 0px #d2d2d2;
    margin: 15px auto;
}

.page-content a:hover {
    color: #323232;
    text-decoration: none;
    border-bottom: 2px solid #323232;
}

.page-content p a, .page-content li a, .page-content tr td a {
    font-weight: bold;
    FONT-SIZE: 16px;
    color: #e83939;
    border-bottom: 2px solid #e83939;
}

.sidebar {
    min-height: 300px;
    border-radius: 3px;
    margin-top: 15px;
    padding: 15px 0;
}

.sidebar-box {
    background-color: #fbfbfb;
    padding: 15px 0;
    margin-bottom: 15px;
}

    .sidebar-box .title {
        font-weight: bold;
        border-bottom: 2px solid;
        display: inline-block;
        /* width: 95%; */
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: 15px;
        margin-right: 15px;
        font-size: 18px;
    }

.category-list li a {
    color: #323232;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    font-weight: bold;
}

    .category-list li a:hover {
        padding-right: 10px;
    }

ul.category-list {
    padding-right: 30px;
}

.last-article-list li a:hover {
    color: #ccc;
}

.last-article-list li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.last-article-list li {
    margin-bottom: 15px;
}

.last-article-list {
    list-style-type: circle;
    padding-right: 30px;
}

.post-slider .owl-nav {
    display: none !important;
}

.post-slide-item .title a {
    color: #fff;
    text-decoration: none;
}

.post-slide-item .title {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: #2b2b2b;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
}

.post-slide-item {
    position: relative;
}

.post-slider-section {
    margin-top: 30px;
}

.category-section .title {
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

    .category-section .title a {
        text-decoration: none;
    }

.category-section {
    padding: 30px 0;
}

.post-view {
    margin-top: 30px;
}

.mobile-contact {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    width: 90%;
    display: none;
}

.button-ring {
    background-color: #25d366;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    font-size: 28px;
    padding-top: 8px;
    border: 0 !important;
    outline: 0 !important;
}

span.call-us {
    background: rgb(37, 211, 102);
    background: linear-gradient(231deg, rgba(37, 211, 102, 1) 0%, rgba(24, 173, 80, 1) 100%);
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    position: relative;
    top: -5px;
    right: 3px;
}

.mobile-contact-info {
    background-color: #323232;
    padding: 15px;
    background: rgb(37, 211, 102);
    background: linear-gradient(231deg, rgba(37, 211, 102, 1) 0%, rgba(24, 173, 80, 1) 100%);
    border-radius: 3px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    display: none;
}

    .mobile-contact-info li:last-child a {
        border-bottom: none;
    }

    .mobile-contact-info li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #23cd62;
        font-weight: bold;
    }

    .mobile-contact-info li {
        list-style-type: none;
        color: #fff;
    }

        .mobile-contact-info li span {
            display: block;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
            border-bottom: dashed 2px #fff;
            padding-bottom: 10px;
        }

.gallery-image {
    border: 0px solid #fff;
    box-shadow: 1px 1px 12px 0 rgba(0,0,0,.16);
    margin: 7px auto;
    display: block;
}

.logo {
    padding-top: 10px;
    margin-bottom: 6px;
}

.video-object {
    max-width: 100%;
    min-width: 100%;
}

.rate-secteion {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
    margin: 15px auto;
    border: 1px solid #929292;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

/*.video-box:after {
    content: "\f1c8";
    padding-left: 3px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 6px;
    font-size: 7px;
    top: 4px;
    z-index: 99;
    font-size: 50px;
    color: #5f5f5f;
}*/

.video-box {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

    .video-box h2, .video-box p {
        padding-right: 50px;
    }

video {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.home-page-text-content {
    text-align: justify;
    line-height: 30px;
    color: #323232;
    background-image: linear-gradient(to right, #ffffff, #fafafa, #f6f6f6, #f1f1f1, #ededed);
    padding: 15px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .home-page-text-content:after {
        content: '';
        width: 100%;
        height: 30px;
        position: absolute;
        bottom: 0px;
        background: rgba(255,255,255,.21);
        background: -moz-linear-gradient(top,rgba(255,255,255,.21) 0%,rgba(191,191,191,1) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,.21)),color-stop(100%,rgba(191,191,191,1)));
        background: -webkit-linear-gradient(top,rgba(255,255,255,.21) 0%,rgba(191,191,191,1) 100%);
        background: -o-linear-gradient(top,rgba(255,255,255,.21) 0%,rgba(191,191,191,1) 100%);
        background: -ms-linear-gradient(top,rgba(255,255,255,.21) 0%,rgba(191,191,191,1) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,.21) 0%,rgba(191,191,191,1) 100%);
    }

    .home-page-text-content img {
        max-width: 100%;
    }

.height-100 {
    height: 100% !important;
    overflow: visible;
}

button#show-more {
    display: block;
    margin: auto;
    background: #e7e7e7;
    margin: 5px auto;
}

.product-category-content {
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    text-align: right;
}

    .product-category-content h2 {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 5px;
        color: #000;
    }

.category-link {
    color: #323232;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
}

.category-link-icon {
    vertical-align: middle;
    padding-left: 10px;
}

.category-heading {
    background: #fff;
    margin: 10px auto;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.customer-logo-image {
    width: 100px;
}

.breadcrumb li:after {
    content: '/';
    position: relative;
    right: 4px;
    font-size: 12px;
}

.breadcrumb li a {
    color: #646464;
}

.breadcrumb li {
    padding-left: 8px;
}

    .breadcrumb li:last-child:after {
        content: '';
    }

.video-player {
    max-width: 100%;
    min-width: 100%;
    margin: 30px 0;
}


.h_iframe-aparat_embed_frame iframe {
    width: 100% !important;
    min-height: 430px !important;
    position: relative !important;
}

.h_iframe-aparat_embed_frame {
    max-width: 760px;
    margin: auto;
}

div#sticker-sticky-wrapper {
    z-index: 99;
}

a.fix-whatsapp img {
    max-width: 58px;
}

.fix-whatsapp {
    position: fixed;
    bottom: 15px;
    left: 39px;
    z-index: 999;
    max-width: 34px;
    display: block;
}



element.style {
    text-align: center;
    margin: 15px auto;
}


#my-form {
    position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 15px;
    margin: auto;
    width: 760px;
    max-width: 95%;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #ececec;
    height: 450px;
    margin: 15px auto;
    display: none;
}

#form-ovelay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(3 3 3 / 91%);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    margin: auto;
    z-index: 998;
    display: none;
}

#request-form {
    padding: 7px;
    position: fixed;
    z-index: 997;
    left: 15px;
    bottom: 15px;
    border: 0px;
    background: #f15700;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

#close-form {
    border: 0px;
    margin-bottom: 5px;
    background: #c42020;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}

a#telegram-link {
    position: fixed;
    left: 15px;
    bottom: 59px;
    background: #0b94de;
    padding: 0px;
    width: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    z-index: 995;
}

a#whatsapp-link i {
    font-size: 30px;
    display: block;
    margin: 5px auto;
    text-align: center;
}

a#whatsapp-link {
    position: fixed;
    left: 100px;
    bottom: 59px;
    background: #05b11b;
    padding: 0px;
    width: 60px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    z-index: 995;
}

#telegram-link i {
    display: block;
    font-size: 20px;
    font-size: 30px;
    display: block;
    margin: 5px auto;
}

a#telegram-link span {
    font-size: 13px;
    display: block;
    text-align: center;
}

a#whatsapp-link span {
    font-size: 13px;
    display: block;
    text-align: center;
}


#sell-offer {
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

.widget-5-content {
    text-align: right;
    line-height: 30px;
    color: #171717;
    padding-top: 15px;
}

    .widget-5-content .title {
        font-weight: bold;
    }

.one-col .title a {
    color: #000;
    font-weight: bold;
}



.gradient-widget {
    position: relative;
    margin: 10px auto;
}

    .gradient-widget .overlay {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        opacity: 0.6;
        z-index: 1;
        overflow: auto;
    }

.gradient-widget-content {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 20px;
}

    .gradient-widget-content .title {
        font-size: 22px;
        padding: 5px;
        font-weight: 300;
        line-height: 30px;
    }

.gradient-widget:after {
    content: '';
    width: 100%;
    height: 30%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 1s;
    z-index: 2;
    opacity: 0.8;
}

.gradient-widget:hover:after {
    height: 100%;
}

.gradient-widget a {
    display: block;
    width: 100%;
}

section#videos {
    background: #f2f2f2;
}

.category-widget1 a {
    font-size: 13px;
    font-weight: bold;
    color: #323232;
}

span.Unavailable {
    background: #ef3030;
    color: #fff;
    display: block;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    font-size: 12px;
}

.product-unavailable {
    position: relative;
}



.Unavailable {
    position: relative;
    z-index: 3;
}

.product-list-property ul li {
    font-size: 14px;
    margin-bottom: 8px;
}

.product-list-property ul {
    margin: 0;
    padding-right: 15px;
}

.product-readmore {
    font-size: 13px;
}

section#product-category {
    padding-top: 0px;
}

blockquote {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border-right: 2px solid #ccc;
    position: relative;
}

    blockquote:before {
        content: "”";
        font-size: 77px;
        color: #6c6c6c;
        position: absolute;
        right: 10px;
        top: -22px;
        z-index: 1;
    }

    blockquote:after {
        content: "“";
        font-size: 77px;
        color: #6c6c6c;
        position: absolute;
        left: 0px;
        bottom: 7px;
        z-index: 1;
        display: inline;
        height: 20px;
    }


section#sell-offer-category {
    padding: 50px;
    background: rgb(255, 153, 0);
    background: linear-gradient(90deg, rgba(255, 153, 0, 1) 0%, rgba(255, 66, 10, 1) 100%);
    text-align: center;
    border-radius: 5px;
}

.video-box-aparat {
    max-width: 760px;
    margin: auto;
}

    .video-box-aparat h2 {
        font-size: 21px;
        font-weight: bold;
        padding: 15px 0;
    }

.video-box-aparat {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.audio-box {
    background: #e8eef2;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .audio-box span.title {
        font-weight: bold;
    }

.h_iframe-aparat_embed_frame > span {
    display: none !important;
}




/*mega menu*/
.top-navigation {
    margin: 0;
    padding: 0;
}

    .top-navigation > li {
        display: inline-block;
        position: relative;
    }

    .top-navigation li ul.drop-menu {
        position: absolute;
        right: 0;
        box-shadow: 0 0 3px #d7d7d7;
        background: #fff;
        min-width: 235px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
        z-index: 99;
        padding: 0;
        top: 53px;
    }

        .top-navigation li ul.drop-menu li ul {
            top: 0 !important;
        }

        .top-navigation li ul.drop-menu li {
            display: block;
            position: relative;
        }

    .top-navigation li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .top-navigation > li > a:before {
        content: '';
        color: #fff;
        padding-left: 3px;
        font-family: 'FontAwesome';
        position: absolute;
        left: 2px;
        font-size: 7px;
        top: 23px;
    }

    .top-navigation > li > ul > li a:before {
        content: '';
        /*  content: '';
        font-family: 'FontAwesome';*/
        font-size: 10px;
        color: #505050;
        padding-left: 3px;
        position: absolute;
        left: 10px;
        top: 13px
    }

    .top-navigation > li > a:only-child:before,
    .top-navigation > li > ul > li a:only-child:before {
        content: ''
    }

    .top-navigation li ul.drop-menu li a:hover {
        color: #000000;
        font-weight: bold;
    }

    .top-navigation li ul.drop-menu li a {
        display: block;
        font-size: 15px;
        padding: 10px 10px;
        text-align: right;
        color: #323232;
        border-bottom: 1px dotted #e1e1e1;
        max-width: 93%;
        margin: auto;
        position: relative;
    }

    .top-navigation > li > a:hover {
        color: #000;
        text-decoration: none;
    }

    .top-navigation > li > a {
        padding: 15px;
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 15px;
        position: relative;
    }

    .top-navigation li ul li ul {
        right: 100% !important;
        top: 0px;
    }

    .top-navigation li a:hover {
        text-decoration: none;
        color: #ece9e9;
    }

.top-logo {
    padding: 15px;
}



li.mega-menu {
    position: static;
}

.mt-250 {
    margin-top: 250px;
}

.mega-menu > ul {
    position: absolute;
    width: 100%;
    background-color: #fff;
    right: 0px;
    border-radius: 0;
    padding: 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 999;
    border: 1px solid #f3f3f3;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

    .mega-menu > ul > li {
        width: 24%;
        display: inline-block;
        float: right;
        margin: 3px;
    }

        .mega-menu > ul > li > a:hover {
            color: #2ad8d8;
            text-decoration: none;
        }

        .mega-menu > ul > li > a {
            color: #323232;
            text-decoration: none;
            font-weight: bold;
            font-size: 17px;
            display: block;
            color: #000000;
            padding: 5px 0;
            border-bottom: 1px dashed #cbcbcb;
            margin-bottom: 5px;
            max-width: 90%;
        }

        .mega-menu > ul > li > ul > li > a {
            padding: 5px 0;
            color: #323232;
            display: block;
            font-size: 14px;
        }

        .mega-menu > ul > li > ul > li {
            list-style-type: none;
        }

            .mega-menu > ul > li > ul > li > a:hover {
                color: #000000;
                text-decoration: none;
                font-weight: bold;
            }

.mega-menu ul li ul {
    padding: 0px;
    padding-right: 15px;
}

    .mega-menu ul li ul li a:before {
        content: "\f053";
        font-family: 'FontAwesome';
        color: #323232;
        position: relative;
        right: -4px;
        font-size: 7px;
    }

li.vip {
    position: relative;
}

    li .vip:after {
        content: "فروش ویژه";
        background: #e83939;
        padding: 3px 5px;
        font-size: 10px;
        color: #fff;
        border-radius: 3px;
        position: absolute;
        left: 25px;
        top: 5px;
    }

li.popular {
    position: relative;
}

    li .popular:after {
        content: "پرطرفدار";
        background: #e83939;
        padding: 3px 5px;
        font-size: 10px;
        color: #fff;
        border-radius: 3px;
        position: absolute;
        left: 25px;
        top: 5px;
    }

li.register {
    position: relative;
}

    li .register:after {
        content: "ثبت نام";
        background: #00443d;
        padding: 3px 5px;
        font-size: 10px;
        color: #fff;
        border-radius: 3px;
        position: absolute;
        left: 25px;
        top: 5px;
    }

.megamenu-col-title {
    color: #323232;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    display: block;
    color: #000000;
    padding: 5px 0;
    border-bottom: 1px dashed #cbcbcb;
    margin-bottom: 5px;
    max-width: 90%;
}


.skeleton-box {
    display: inline-block;
    height: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
}

    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        -webkit-animation: shimmer 2s infinite;
        animation: shimmer 2s infinite;
        content: "";
    }

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}


div#call-to-action-style-1 {
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    background: rgb(66,142,85);
    background: linear-gradient(90deg, rgba(66,142,85,1) 0%, rgba(62,162,74,1) 100%);
    color: #fff;
    margin: 10px auto;
}

span.style1-title {
    display: block;
    font-weight: bold;
    font-size: 30px;
}

span.style1-text {
    display: block;
    font-size: 22px;
    margin: 15px auto;
}

span.style1-phone {
    display: inline-block;
    background: #1f8139;
    padding: 10px 20px;
    border-radius: 5px;
    letter-spacing: 5px;
    font-size: 20px;
}

.style1-phone a {
    color: #fff;
    border: 0;
}







#button-menu-section {
    display: none;
}

ul.mobile-menu {
    margin: 0;
    padding: 0;
}



.section-close-menu {
    position: absolute;
    left: 0px;
    top: 0px;
}



.mobile-menu > li > a:before {
    content: '';
    color: #fff;
    padding-left: 3px;
    position: absolute;
    left: -9px;
    top: 17px;
    width: 20px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03IDEwTDEyIDE1TDE3IDEwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==");
    height: 18px;
    display: block;
    z-index: 10;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-menu > li > ul > li a:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #fff;
    padding-left: 3px;
    position: absolute;
    left: 10px;
    top: 13px
}

.mobile-menu > li > a:only-child:before,
.mobile-menu > li > ul > li a:only-child:before {
    content: '';
    background: none;
}

.mobile-menu > li {
    position: relative;
}

    .mobile-menu > li:after {
        content: '';
        background: linear-gradient(-90deg, #777 0%, rgba(90, 90, 90, 0.00) 100%);
        height: 1px;
        width: 80%;
        display: block;
    }

.mobile-menu li ul li a {
    color: #545454;
}

.mobile-menu li ul li a {
    margin-bottom: 0;
}


    .mobile-menu li ul li a:hover {
        color: #4284D1;
    }

#mobile-menu-section {
    background: #ffffff;
    position: absolute;
    right: 0;
    height: 100vh;
    width: 85%;
    z-index: 9999;
    top: 0px;
    border: 0px;
    overflow: scroll;
}

#mobile-menu-overlay {
    background-color: rgba(33,33,33,0.9);
    position: absolute;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 9998;
    top: 0px;
}

#mobile-menu-wrapper {
    /* display: none; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: -100%;
    z-index: 99999999;
    transition: all 0.5s;
}

div#button-menu-section {
    background: #f9f9f9;
    padding: 5px 15px;
}

#btn-show-menu {
    background: #282828;
    border: 0;
    color: #fff;
    width: 40px;
    height: 35px;
    border-radius: 3px;
    font-size: 23px;
    padding-top: 2px;
}

#mobile-menu-wrapper.show {
    right: 0;
}

span#close-menu {
    background: #db0f0f;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    margin: 6px;
    width: 36px;
    height: 30px;
    border-radius: 3px;
    padding-bottom: 26px;
    text-align: center;
}

.noscroll {
    overflow: hidden;
}

.overlay {
    position: fixed;
    overflow-y: scroll;
    inset: 0;
}

img.story-image {
    border-radius: 100%;
    width: 100px !important;
    background: radial-gradient(transparent 66%, transparent 0), linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 100%;
    text-align: center;
    padding: 4px;
    display: block;
    margin: auto;
}

span.story-title {
    display: block;
    text-align: center;
    color: #323232;
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
}

.story-box {
    margin: 15px auto;
}

div#category-story-slider {
    position: sticky;
    top: 0px;
    z-index: 99;
    background: #fff;
    /* padding: 15px; */
}

.product-card a {
    border: none;
    color: #323232;
    font-weight: bold;
}

.product-card img {
    box-shadow: none !important
}

ul.footer-address li.phone-item {
    font-size: 16px;
    display: flex;
}

    ul.footer-address li.phone-item span.value-item a {
        font-size: 18px;
        letter-spacing: 3px;
        font-weight: bold;
    }

    ul.footer-address li.phone-item span.title-item {
        width: 100%;
    }

.footer-address li i {
    color: #80bad7;
    vertical-align: middle;
    padding: 4px 8px;
}

.post-one-col {
    /*max-width: 760px;*/
    margin: auto;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    margin-bottom: 15px;
}

.alert .entry-summary {
    line-height: 30px;
}

.home-page-text-content h2, .home-page-text-content h3, .home-page-text-content h4 {
    text-align: right;
}

.faq-section-new {
    background: #e1e9eb;
    padding: 9px;
    border-radius: 10px;
    color: #fff;
}

h3.faq-question {
    color: #000;
    font-weight: bold;
    border-top: 1px solid #aac0c6;
    padding-top: 15px;
    font-size: 18px;
}

.faq-answer p {
    color: #000;
    font-size: 15px;
    margin: 0;
}

.product-category-content {
    color: #333358;
    line-height: 38px;
    font-size: 17px;
}

.faq-answer ul {
    color: #000;
}


div#toc-section {
    background: #f5ffec;
    padding: 15px;
    border-radius: 5px;
    margin: 15px auto;
}

ul#tabl-of-content li a {
    display: block;
    padding: 5px;
    padding-right: 0px;
    text-decoration: none;
    color: #323232;
    font-weight: bold;
}


    ul#tabl-of-content li a:hover {
        color: #d04e4e;
    }

div#toc-section .title {
    display: block;
    width: 100%;
    background: #bcdaa0;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: rgb(236,236,236);
    background: linear-gradient(101deg, rgba(236,236,236,0) 0%, rgba(188,218,160,1) 100%);
}

.time-to-read {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}

.fz-9 {
    font-size: 9px !important;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-11 {
    font-size: 11px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.product-category-content h3 {
    font-weight: normal;
    font-size: 18px;
    color: #a53030;
    font-weight: 500;
    margin: 0;
    margin-top: 10px;
}

.popup-gallery a figure {
    background: #fafafa;
    padding: 10px;
    border-radius: 8px;
}

.product-edit-date {
    font-size: 13px;
    /* background: #ccc; */
    color: #4bc84a;
    margin-bottom: 15px;
}

a.phone {
    border-bottom: 0 !important;
}

a.whatsapp {
    border: 0 !important;
}


.video-content .heading-one {
    font-size: 25px;
    padding: 20px 0;
    margin: 0;
    font-weight: bold;
    line-height: 40px;
}

.video-content .video-single {
    margin-top: 0;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.video-dsc p {
    font-size: 16px;
    padding: 10px;
    color: #393939;
    line-height: 27px;
}


#video-sidebar {
    padding: 20px 10px;
    position: sticky;
    top: 0;
    margin-top: 30px;
    border-radius: 10px;
    margin: 30px 0 20px 0;
    background-color: #f4f4f4;
}


    #video-sidebar .title {
        display: inline-block;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 17px;
        padding-right: 10px;
    }


    #video-sidebar .video-list {
        padding-right: 25px;
        margin-bottom: 0;
        padding-top: 10px;
    }



        #video-sidebar .video-list li {
            margin-bottom: 10px;
        }


            #video-sidebar .video-list li a {
                color: #000;
                font-size: 14px;
            }


#videos .video-box {
    margin-bottom: 20px;
    border-radius: 5px;
}


    #videos .video-box .video-title a {
        font-size: 15px;
        line-height: 20px;
        color: #393939;
        font-weight: bold;
    }



    #videos .video-box .video-title {
        line-height: 20px;
    }

.sidebar-logo img {
    height: 82px;
    display: block;
    text-align: center;
    margin: auto;
}

ul.category-breadcrumb {
    margin: 0;
    padding: 5px;
    background: #e3e3e3;
    margin-bottom: 10px;
}

    ul.category-breadcrumb li {
        display: inline-block;
    }

        ul.category-breadcrumb li a {
            display: block;
            color: #323232;
            padding: 2px 7px;
            position: relative;
        }

            ul.category-breadcrumb li a:after {
                content: '/';
                position: relative;
                right: 10px;
                color: #8b8b8b;
            }

        ul.category-breadcrumb li:last-child a:after {
            content: '';
        }


.portfolio-box {
    padding: 12px;
    margin-bottom: 15px;
}

    .portfolio-box a {
        color: #323232;
        font-size: 15px;
        font-weight: bold;
    }

        .portfolio-box a:hover {
            color: #000;
        }

#portfolio-view h1 {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0;
}
.header {
    background-color: #000000;
}

h1.heading-one {
    color: #2f2583;
}

.header-phone i {
    color: #2f2583;
}



span.phone-value a {
    color: #2f2583;
}

span.phone-label {
    color: #2f2583;
}

.header-phone {
    /*border-right: 1px solid #333;*/
}

button.btn-search {
    background: #2f2583;
    color: #fff;
}

.main-navigation {
    background-color: #2f2583;
}

.main-menu li a:hover {
    color: #0b80dc;
}

.main-menu li a {
    color: #fff;
}

.main-menu li ul {
    background-color: #323232;
    color: #fff;
}

.main-menu li ul li a {

    border-bottom: 1px solid #525252;
}

.owl-nav button {
    color: #fff !important;
    transition: all 0.2s;
}

.owl-nav button:hover {
    color: #2f2583 !important;
    background-color: transparent !important;
}

.caption a:hover {
    background-color: #b18f58;
}

.caption a {
    background-color: #2f2583;
}

.page-title .title {
    color: #2f2583;
}

.page-title .title:after {
    background-color: #2f2583;
}


.service-box {
    border-color: #2f2583;
}

.service-title a {
    color: #2f2583;
}

#about {
    background-color: #f5f5f5;
}

.about-content h2,
.about-content h3 {
    color: #2f2583;

}

.social-box a {
    color: #2f2583;
    border-color: #2f2583;
}

.social-title {
    color: #2f2583;
}

.category-name {
    color: #fff;
    background-color: #2f2583;
}

.blog-heading .title a {
    color: #2f2583;
}

.blog-heading .title {
    border-bottom: 1px solid #2f2583;
}

.blog-link:hover {
    color: #2f2583;
    text-decoration: none;
}

.widget-box .title a:hover {
    text-decoration: none;
    color: #000;
}

.widget-box .title a, .widget-box .title  {
    color: #2f2583;
}

section#widget {
    background: #f5f5f5;
}

#concil {
    background: rgb(208, 169, 106);
       background: linear-gradient(266deg, rgb(18 112 186) 42%, rgb(31 63 88) 100%);
}

.footer {
    background-color: #2f2583;
}

.bottom-footer {
    background: rgb(48, 48, 48);
    background: linear-gradient(180deg, rgb(47 37 131) 0%, rgb(10 1 82) 100%);
}

.footer-link .title {
    color: #e4e1fb;
}
a.btn-all-product {

    background: #001d70 !important;
  
}

.product-category a {
    color: #00129f; 
}
.footer-link ul li a {
    color: #fff !important;
    color: #fff;
}

.footer-link ul li a:hover {

    color: #fff;
}

.footer-address li i {
    color: #2f2583;

}

.footer-address li span a {
    color: #fff;
}

.footer-social li a {
    color: #7e7d7d;
    text-decoration: none;
}

.footer-social li a:hover {
    color: #fff;
    text-decoration: none;
}

.brand-footer {
    font-weight: bold;
    color: #2f2583;
}

.copy-right {
    color: #fff;
}

.page-header {
    background-color: #e6e6e6;
}

.page-container {
    border-color: #2f2583;
}

.sidebar-box .title {
    border-color: #2f2583;
}

.sidebar-box .title {

    color: #2f2583;

}

.category-section .title {
    border-color: #2f2583;
}
.category-section .title a {
    color: #2f2583;

}
.category-section .title a:hover {
    color: #323232;

}


.top-bar {
    border-top: 5px solid #2f2583;
    background: #f9f9f9;
}

.top-logo {
    padding: 15px;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 15px;
}

    .top-logo img {
        max-height: 100px;
        margin: auto;
        display: block;
    }



#sell-offer {
    background: #006dc3;

}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.page-header-box {
    font-size: 20px;
    margin: 15px auto;
}

.page-header-content a {
    color: #d12d2d;
    font-weight: bold;
    text-decoration: underline;
}

.page-header-content {
    text-align: justify;
    line-height: 30px;
    font-size: 15px;
}


.two-col p {
    text-align: justify;
    text-align-last: center;
}

.two-col {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
}


.two-col-link {
    max-width: 184px;
    display: block;
    margin: 15px auto;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    border-radius: 3px;
}

    .two-col-link:hover {
        background: #323232;
    }

.section-title {
    text-align: center;
    padding: 50px 0;
}

.four-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px auto;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    padding: 15px;
}

.four-box-link h3 {
    font-size: 20px;
    display: block;
    margin: 15px auto;
    font-weight: bold;
}

.three-col {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    margin: 15px auto;
    text-align: center;
    padding: 15px;
}

    .two-col img, .three-col img {
        max-width: 100%;
    }

.two-col h2 {
    display: block;
    font-weight: bold;
    margin: 15px auto;
}

.four-box-link {
    position: static;
    right: 0px;
    top: 0px;
    color: #6e6e6e;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 30px;
    z-index: 9;
}

.widget-2 {
    padding-top: 50px;
}

    .widget-2 .title {
        margin-bottom: 20px;
    }

.widget-2-content {
    text-align: justify;
    line-height: 31px;
}

    .widget-2-content ul {
        margin-right: 30px;
    }

.page-header {
    background-color: #f4f4f4;
    padding: 30px 0;
}

.one-col-image img {
    text-align: center;
    border: 8px solid #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border-radius: 15px;
    margin: 15px auto;
    display:block;
}

.one-col .title {
    position: relative;
    padding: 30px 0;
    font-weight: bold;
    font-size: 24px;
}

    .one-col .title:after {
        content: '';
        bottom: 15px;
        right: 0px;
        position: absolute;
        width: 100px;
        height: 4px;
        background: #323232;
        border-radius: 6px;
    }


.three-col h2 {
    font-size: 16px;
    font-weight: bold;
}

.three-col p {
    font-size: 14px;
    line-height: 27px;
}
.my-item {
    display: flex;
    flex: 1 0 auto;
    height: 100% !important;
}
.owl-carousel .owl-stage {
    display: flex;
}
.slider-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.showroom-section {
    padding: 30px 0;
}
.showroom-link {
    color: #fff;
    text-decoration: none;
}
.showroom-title {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.showroom-oneslider-container {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.one-item-product-content .product-price {
    background: #1ebf58;
    padding: 5px;
    border-radius: 2px;
    margin: auto 4px;
    padding: 5px 15px;
    color: #fff;
}

.showroom-simpleview-picture {
   margin-bottom:15px;
}
@font-face {
    font-family: "IRANSansX";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/IRANSansX-Thin.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansX-UltraLight.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansX-Light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansX-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansXd";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/IRANSansX-Demibold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/IRANSansX-Black.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
    font-display: swap;
}


body {
    direction: rtl;
    text-align: right;
    font-family: "IRANSansX";

}

/*start download list style-1*/
.download-list-style1 {
    margin: 15px auto;
    padding: 0;
}

.download-list-style1 li {
    display: block;
    margin-bottom: 10px;
}

.download-list-style1 li a {
    display: block;
    margin-bottom: 10px;
    background-color: #20af96;
    border-radius: 3px;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.2s;
    position: relative;
    padding-right: 40px;
}

.download-list-style1 li a:hover {

    background-color: #118874;
    padding-right: 45px;

}

.download-list-style1 li a:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iNzBweCIgaGVpZ2h0PSI3MHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTcgOS4wMDE5NUMxOS4xNzUgOS4wMTQwNiAyMC4zNTI5IDkuMTEwNTEgMjEuMTIxMyA5Ljg3ODlDMjIgMTAuNzU3NiAyMiAxMi4xNzE4IDIyIDE1LjAwMDJWMTYuMDAwMkMyMiAxOC44Mjg2IDIyIDIwLjI0MjkgMjEuMTIxMyAyMS4xMjE1QzIwLjI0MjYgMjIuMDAwMiAxOC44Mjg0IDIyLjAwMDIgMTYgMjIuMDAwMkg4QzUuMTcxNTcgMjIuMDAwMiAzLjc1NzM2IDIyLjAwMDIgMi44Nzg2OCAyMS4xMjE1QzIgMjAuMjQyOSAyIDE4LjgyODYgMiAxNi4wMDAyTDIgMTUuMDAwMkMyIDEyLjE3MTggMiAxMC43NTc2IDIuODc4NjggOS44Nzg4OUMzLjY0NzA2IDkuMTEwNTEgNC44MjQ5NyA5LjAxNDA2IDcgOS4wMDE5NSIgc3Ryb2tlPSIjMUMyNzRDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+DQo8cGF0aCBkPSJNMTIgMkwxMiAxNU0xMiAxNUw5IDExLjVNMTIgMTVMMTUgMTEuNSIgc3Ryb2tlPSIjMUMyNzRDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=);
    display: inline-block;
    width: 28px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*end downlado list style-1*/

/*start downlado list style-2*/

.download-list-style2 {
    margin: 15px auto;
    padding: 0;
}

.download-list-style2 li {
    display: block;
    margin-bottom: 10px;
}

.download-list-style2 li a {
    display: block;
    margin-bottom: 10px;
    background-color: #9c0012;
    border-radius: 3px;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.2s;
    position: relative;
    padding-right: 40px;
}

.download-list-style2 li a:hover {

    background-color: #cb0000;
    padding-right: 45px;

}

.download-list-style2 li a:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmZmZmYiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBkPSJNNCA0QzQgMy40NDc3MiA0LjQ0NzcyIDMgNSAzSDE0SDE0LjU4NThDMTQuODUxIDMgMTUuMTA1NCAzLjEwNTM2IDE1LjI5MjkgMy4yOTI4OUwxOS43MDcxIDcuNzA3MTFDMTkuODk0NiA3Ljg5NDY0IDIwIDguMTQ5IDIwIDguNDE0MjFWMjBDMjAgMjAuNTUyMyAxOS41NTIzIDIxIDE5IDIxSDVDNC40NDc3MiAyMSA0IDIwLjU1MjMgNCAyMFY0WiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPiA8cGF0aCBkPSJNMjAgOEgxNVYzIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+IDxwYXRoIGQ9Ik0xMS41IDEzSDExVjE3SDExLjVDMTIuNjA0NiAxNyAxMy41IDE2LjEwNDYgMTMuNSAxNUMxMy41IDEzLjg5NTQgMTIuNjA0NiAxMyAxMS41IDEzWiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+IDxwYXRoIGQ9Ik0xNS41IDE3VjEzTDE3LjUgMTMiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPiA8cGF0aCBkPSJNMTYgMTVIMTciIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPiA8cGF0aCBkPSJNNyAxN0w3IDE1LjVNNyAxNS41TDcgMTNMNy43NSAxM0M4LjQ0MDM2IDEzIDkgMTMuNTU5NiA5IDE0LjI1VjE0LjI1QzkgMTQuOTQwNCA4LjQ0MDM2IDE1LjUgNy43NSAxNS41SDdaIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gPC9nPgoNPC9zdmc+);
    display: inline-block;
    width: 28px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*end downlado list style-2*/


.blog-post-link {
    display: block;
    padding: 30px;
    border-right: 3px solid #7c9199;
    background-color: #ccdfe6;
    border-radius: 5px;
}

.blog-post-link a {
    color: #2e5d6e;
    text-decoration: none;
    background: #abc3cc;
    padding: 5px 10px;
    border-radius: 1px;
    transition: all 0.2s;
}

.blog-post-link a:hover {
    color: #c1dfea;
    text-decoration: none;
    background: #72929e;
}

/*start list style-1*/
.list-item-style1 {
    padding: 0;
    margin: 15px auto;
    background: #fffff5;
    padding: 10px;
    border-radius: 5px;
    border: dashed #deede1;
}

.list-item-style1 li {
    position: relative;
    margin-bottom: 15px;
    list-style-type: none;
}

.list-item-style1 li:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMmE4ZDc1Ij4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPHBhdGggZD0iTTQgMTRMOSAxOUwyMCA4TTYgOC44ODg4OUw5LjA3NjkyIDEyTDE2IDUiIHN0cm9rZT0iIzJhOGQ3NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gPC9nPgoNPC9zdmc+);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

/*end list style-1*/


/*start list style-2*/

.list-item-style2 {
    padding: 0;
    margin: 15px auto;
    padding: 10px;
}

.list-item-style2 li {
    position: relative;
    margin-bottom: 15px;
    list-style-type: none;
}

.list-item-style2 li:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMmE4ZDc1Ij4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPHBhdGggZD0iTTQgMTRMOSAxOUwyMCA4TTYgOC44ODg4OUw5LjA3NjkyIDEyTDE2IDUiIHN0cm9rZT0iIzJhOGQ3NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gPC9nPgoNPC9zdmc+);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

/*end list style-2*/
.p-style1 {
    background: #5abc9c;
    padding: 15px;
    line-height: 30px;
    text-align: justify;
    color: #fff;
    border-radius: 5px;
    background: rgb(90, 188, 156);
    background: linear-gradient(106deg, rgba(90, 188, 156, 1) 0%, rgba(45, 126, 100, 1) 100%);
}

.p-style2 {
    background: #100a1c;
    background-image: radial-gradient(50% 30% ellipse at center top, #bf0000 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(60% 50% ellipse at center bottom, #ff1f00 0%, #8e0000 100%);
    background-attachment: fixed;
    color: #ffffff;
    padding: 15px;
    line-height: 30px;
    text-align: justify;
    border-radius: 5px;
}


.p-animation-style1 {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding: 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 15px;
    margin: 15px auto;
    line-height: 30px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.heading-style-1 {
    display: block;
    background: #e9ecf2;
    margin: 15px auto;
    border-radius: 2px;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    background: rgb(245, 245, 245);
    background: linear-gradient(180deg, rgb(229 235 250) 0%, rgba(45, 126, 100, 0) 100%);
    border-radius: 15px;
}




/*start table style-1*/

.table-style-1 thead tr th {
    background: #c30000;
    text-align: center;
    color: #fff;
}

.table-style-1 tbody tr td {
    background: #313131;
    text-align: center;
    color: #fff;
}

.table-style-1 tbody tr:nth-of-type(odd)>* {
    background: #545454;
    color: #fff;
}

/*end table style-1*/

/*start table style-2*/

.table-style-2 thead tr th {
    background: #c30000;
    text-align: center;
    color: #fff;
}

.table-style-2 tbody tr td {
    background: #f2f2f2;
    text-align: center;
    color: #000000;
}


/*end table style-2*/


.blockquote-style-1 {
    background-color: #ccc;
    border-radius: 5px;
    padding: 15px;
}

.blockquote-style-1 {
    background-color: #f0faf2;
    border-radius: 5px;
    padding: 15px;
    position: relative;
}


.blockquote-style-1:after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjNTI1MjUyIiB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM1MjUyNTIiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8dGl0bGU+cXVvdGU8L3RpdGxlPiA8cGF0aCBkPSJNOS41NjMgOC40NjlsLTAuODEzLTEuMjVjLTUuNjI1IDMuNzgxLTguNzUgOC4zNzUtOC43NSAxMi4xNTYgMCAzLjY1NiAyLjY4OCA1LjM3NSA0Ljk2OSA1LjM3NSAyLjg3NSAwIDQuOTA2LTIuNDM4IDQuOTA2LTUgMC0yLjE1Ni0xLjM3NS00LTMuMjE5LTQuNjg4LTAuNTMxLTAuMTg4LTEuMDMxLTAuMzQ0LTEuMDMxLTEuMjUgMC0xLjE1NiAwLjg0NC0yLjg3NSAzLjkzOC01LjM0NHpNMjEuOTY5IDguNDY5bC0wLjgxMy0xLjI1Yy01LjU2MyAzLjc4MS04Ljc1IDguMzc1LTguNzUgMTIuMTU2IDAgMy42NTYgMi43NSA1LjM3NSA1LjAzMSA1LjM3NSAyLjkwNiAwIDQuOTY5LTIuNDM4IDQuOTY5LTUgMC0yLjE1Ni0xLjQwNi00LTMuMzEzLTQuNjg4LTAuNTMxLTAuMTg4LTEtMC4zNDQtMS0xLjI1IDAtMS4xNTYgMC44NzUtMi44NzUgMy44NzUtNS4zNDR6Ii8+IDwvZz4KDTwvc3ZnPg==);
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -15px;
    background-size: contain;
    right: 0px;
}

.blockquote-style-1:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjNTI1MjUyIiB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM1MjUyNTIiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8dGl0bGU+cXVvdGU8L3RpdGxlPiA8cGF0aCBkPSJNOS41NjMgOC40NjlsLTAuODEzLTEuMjVjLTUuNjI1IDMuNzgxLTguNzUgOC4zNzUtOC43NSAxMi4xNTYgMCAzLjY1NiAyLjY4OCA1LjM3NSA0Ljk2OSA1LjM3NSAyLjg3NSAwIDQuOTA2LTIuNDM4IDQuOTA2LTUgMC0yLjE1Ni0xLjM3NS00LTMuMjE5LTQuNjg4LTAuNTMxLTAuMTg4LTEuMDMxLTAuMzQ0LTEuMDMxLTEuMjUgMC0xLjE1NiAwLjg0NC0yLjg3NSAzLjkzOC01LjM0NHpNMjEuOTY5IDguNDY5bC0wLjgxMy0xLjI1Yy01LjU2MyAzLjc4MS04Ljc1IDguMzc1LTguNzUgMTIuMTU2IDAgMy42NTYgMi43NSA1LjM3NSA1LjAzMSA1LjM3NSAyLjkwNiAwIDQuOTY5LTIuNDM4IDQuOTY5LTUgMC0yLjE1Ni0xLjQwNi00LTMuMzEzLTQuNjg4LTAuNTMxLTAuMTg4LTEtMC4zNDQtMS0xLjI1IDAtMS4xNTYgMC44NzUtMi44NzUgMy44NzUtNS4zNDR6Ii8+IDwvZz4KDTwvc3ZnPg==);
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: -15px;
    background-size: contain;
    left: 0px;
}

/*start call to action style-1*/
.call-to-action-style1 {
    min-height: 100px;
    background: rgb(201, 56, 61);
    background: linear-gradient(90deg, rgba(201, 56, 61, 1) 0%, rgba(153, 0, 5, 1) 100%);
    border-radius: 5px;
    margin: 15px auto;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.call-to-action-style1 .title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.call-to-action-style1 .description {
    color: #f0d7d7;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

span.phone-action {
    background: #e4c805;
    padding: 6px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

span.phone-action:hover {
    background: #e49905;

}

span.phone-action a {
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 20px;
    text-shadow: 2px 1px 9px #000000;
}

.cube {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 10px;
    height: 10px;
    border: solid 1px #ff0051;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 12s ease-in forwards infinite;
    z-index: 0;
}

.cube:nth-child(2n) {
    border-color: #f40018;
}

.cube:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    right: 50px;
    top: 15px;
}

.cube:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    right: 70px;
    top: 10px;
}

.cube:nth-child(4) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    right: 120px;
    top: 5px;
}

.cube:nth-child(5) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    right: 30px;
    top: 5px;
}

.cube:nth-child(6) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    right: 300px;
    top: 10px;
}

@-webkit-keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

/*end call to action style-1*/



/*start call to action style-1*/
.call-to-action-style2 {
    min-height: 100px;
    background-color: #edf2e4;
    border-radius: 5px;
    padding: 15px;
    position: relative;
}

.call-to-action-style2 .form-input {

    position: relative;
}

.call-to-action-style2 .form-input .text-input {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    margin: 15px 0;
    height: 45px;
    padding: 15px;
    border: 1px solid #73a51f;
    font-size: 14px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-top: 30px;

}

.call-to-action-style2 .field-title {
    font-size: 11px;
    background: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: -15px;
}

.call-to-action-image-style2 {
    position: absolute;
    left: -15px;
    bottom: 0px;
    height: 231px;
}

.form-input .btn-send {
    background-color: #389e66;
    display: block;
    width: 100%;
    max-width: 300px;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}

.call-to-action-style2 .title {
    font-weight: bold;
    font-size: 20px;
    color: #66960f;
}

/*end call to action style-2*/

@media only screen and (max-width: 991px) {
    span.phone-action {
        margin: 15px;
        position: static;
        width: 90%;
        display: block;
        text-align: center;
    }

    .call-to-action-style1 {
        text-align: center;
    }
}
@media (min-width: 0px) and (max-width: 576px) {



    .table th, .table td {
        font-size: 13px;
    }

    .blog-link {
        display: block;
        text-align: center;
        margin: 15px;
    }

    .caption {
        top: 8px;
        padding-top: 30px;
    }

    .logo {
        text-align: center;
        margin: 15px auto;
    }

    .heading-one {
        font-size: 17px;
        text-align: center;
        font-weight: bold;
    }

    .header-phone {
        height: 100%;
        padding-right: 0;
        /* padding-top: 10px; */
        text-align: center;
        padding: 10px 0;
        border: 0 !important;
    }

    .owl-nav {
        display: none;
    }

    .caption {
        display: none;
    }

    .page-title .title {
        font-size: 18px;
    }

    .section-seperator {
        padding: 20px 0;
        margin: 15px 0;
    }
}


@media (min-width: 0px) and (max-width: 768px) {
    .post-info ul {
        text-align: center;
        list-style: none;
        font-size: 11px;
        background: #e5f5ed;
        padding: 5px;
        margin: 5px auto;
        border-radius: 3px;
    }

    .h_iframe-aparat_embed_frame iframe {
        min-height: auto;
    }

    section#sell-offer-category {
        padding: 0;
    }

    .product-category .title {
        font-size: 16px;
    }

    section#slider {
        margin-top: 15px !important;
    }

    .fix-whatsapp {
        display: block;
    }

    .mobile-contact {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .blog-link {
        display: block;
        text-align: center;
        margin: 15px;
    }

    .header-phone {
        font-size: 11px;
        padding-top: 15px;
    }

    .heading-one {
        font-size: 11px;
    }

    .caption {
        top: -8px;
        padding-top: 30px;
    }

    .page-title .title {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .blog-link {
        display: block;
        text-align: center;
        margin: 15px;
    }

    .caption {
        top: 8px;
        padding-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    span.blog-date {
        padding: 0 3px;
    }

    .caption {
        top: -9px;
    }
}


@media (min-width: 0px) and (max-width: 992px) {
    .mobile-menu li ul li {
        border-bottom: 1px dashed #ededed;
        max-width: 90%;
    }

    div#category-story-slider .story-box a img {
        max-width: 89px;
        margin: 5px auto;
    }

    #button-menu-section {
        display: block;
    }

    ul .main-menu {
        display: none;
    }

    #main-navigation {
        display: none;
    }

    .mobile-menu ul {
        padding-right: 15px;
        margin: 0;
        position: relative;
        background: #fff;
        display: none;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .mobile-menu li a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: 10px;
        transition: all 0.2s;
        border-radius: 5px;
        font-size: 17px;
        position: relative;
    }

    .mobile-menu li {
        list-style-type: none;
    }



    .my-logo.sidebar-logo {
        text-align: center;
        margin: 15px auto;
        padding: 10px;
    }

    #mobile-menu-section {
        display: block;
    }


    .mobile-menu li a.active:before {
        transform: rotate(180deg);
    }


    .menu-title {
        margin-bottom: 15px;
        font-size: 17px;
    }

    .offcanvas-body {
        padding-top: 0px;
    }

    div#my-sidebar-logo {
        margin-bottom: 5px;
        text-align: right;
        padding: 21px;
    }

    #my-sidebar-logo img {
        width: 130px;
    }

    #mobile-social ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        #mobile-social ul li {
            display: inline-block;
        }

            #mobile-social ul li a {
                display: block;
                font-size: 31px;
                text-align: center;
                color: #343434;
                background: #f0f0f0;
                border-radius: 3px;
                padding: 9px;
                margin-left: 10px;
                width: 55px;
                height: 55px;
                padding-top: 15px;
            }




    div#phone-mobile a {
        color: #323232;
    }

        div#phone-mobile a i {
            padding-right: 10px;
            vertical-align: middle;
        }

    .top-navigation {
        display: none;
    }

    ul.main-menu {
        display: none;
    }

    .table p {
        font-size: 12px;
    }

    .table th, .table td {
        font-size: 13px;
    }

    .product-content {
        overflow-x: scroll;
    }
}


.slicknav_menu {
    display: none;
}

@media screen and (max-width: 40em) {

    /* #menu is the original menu */
    .js .main-menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
}

