@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_Bold.eot);
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'),url(/Themes/corporate5/css/font/fonts/woff2/IRANSansWeb_Bold.woff2) format('woff2'),url(/Themes/corporate5/css/font/fonts/woff/IRANSansWeb_Bold.woff) format('woff'),url(/Themes/corporate5/css/font/fonts/ttf/IRANSansWeb_Bold.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_Medium.eot);
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_Medium.eot?#iefix) format('embedded-opentype'),url(/Themes/corporate5/css/font/fonts/woff2/IRANSansWeb_Medium.woff2) format('woff2'),url(/Themes/corporate5/css/font/fonts/woff/IRANSansWeb_Medium.woff) format('woff'),url(/Themes/corporate5/css/font/fonts/ttf/IRANSansWeb_Medium.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_Light.eot);
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'),url(/Themes/corporate5/css/font/fonts/woff2/IRANSansWeb_Light.woff2) format('woff2'),url(/Themes/corporate5/css/font/fonts/woff/IRANSansWeb_Light.woff) format('woff'),url(/Themes/corporate5/css/font/fonts/ttf/IRANSansWeb_Light.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_UltraLight.eot);
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix) format('embedded-opentype'),url(/Themes/corporate5/css/font/fonts/woff2/IRANSansWeb_UltraLight.woff2) format('woff2'),url(/Themes/corporate5/css/font/fonts/woff/IRANSansWeb_UltraLight.woff) format('woff'),url(/Themes/corporate5/css/font/fonts/ttf/IRANSansWeb_UltraLight.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb.eot);
    src: url(/Themes/corporate5/css/font/fonts/eot/IRANSansWeb.eot?#iefix) format('embedded-opentype'),url(/Themes/corporate5/css/font/fonts/woff2/IRANSansWeb.woff2) format('woff2'),url(/Themes/corporate5/css/font/fonts/woff/IRANSansWeb.woff) format('woff'),url(/Themes/corporate5/css/font/fonts/ttf/IRANSansWeb.ttf) format('truetype')
}

h1, h2, h3 {
    margin: 0
}

.btn, a.btn, body {
    position: relative
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none
}

body {
    font-family: IRANSans;
    line-height: 1.8
}

a, a:active, a:hover, a:link, a:visited {
    color: inherit;
    text-decoration: none;
    outline: 0
}

p > a, span > a {
    color: var(--main-color)
}

#textarea1, input, select, textarea {
    display: block;
    color: #333;
    width: 100%;
    margin: 10px auto
}

li, ul {
    list-style-type: none
}

p {
    text-align: justify
}

h1, h2 {
    font-size: 16pt;
    font-weight: 500
}

h3 {
    font-size: 13.5pt
}

#textarea1, textarea {
    border: 1px solid #4b4b4b;
    background-color: transparent;
    padding: 5px 10px;
    font-size: 13px;
    height: 220px
}

input, select {
    padding-right: 10px;
    border: 1px solid #ccc;
    height: 35px;
    line-height: 30px;
    font-size: 13px;
    outline: 0
}

.form-control, input {
    background-color: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    box-shadow: 0 0 0;
    padding: 0
}

.field-validation-valid, .waitinginput {
    display: none
}

input.error, textarea.error {
    border-color: #d81e5b
}

option {
    padding-right: 5px
}

label {
    font-weight: 400
}

.btn, .submit, a.btn, button {
    font-weight: 700;
    transition: all .3s
}

input[type=checkbox], input[type=radio] {
    display: inline;
    margin: 5px 0 0;
    height: auto;
    width: auto;
    position: relative;
    top: 2px;
    border: 1px solid #4b4b4b;
    outline: 0
}

.base-width, img {
    margin-left: auto;
    margin-right: auto
}

input:not([type]):focus:not([readonly]), input:not([type]):focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=text]:focus:not([readonly]), input[type=text]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    border-color: var(--secondary-colors) !important;
    color: #333 !important;
    box-shadow: 0 0 0 !important
}

.submit, button {
    background-color: var(--secondary-colors) !important;
    border: 0 solid var(--secondary-colors);
    border-top: 2px solid var(--secondary-colors);
    color: #111 !important;
    padding: 8px 30px 10px;
    height: auto;
    font-size: 13px;
    box-shadow: 0 5px 5px rgba(17,17,17,.3);
    border-radius: 0;
    width: 100%
}

#contact-form .submit:focus {
    border-color: var(--secondary-colors)
}

#contact-form .submit:hover {
    top: 2px;
    border-top: 2px solid var(--secondary-colors);
    background-color: var(--secondary-colors);
    color: #fff;
    box-shadow: 0 3px 7px rgba(17,17,17,0)
}

input:disabled, input:disabled:hover {
    background-color: #eee
}

img {
    max-width: 100%;
    display: block
}

button img, h1 img, h2 img, h3 img, h4 img, h5 img, li img, p img, span img {
    display: inline;
    font-size: 5px
}

.borderi {
    border: 1px solid #111
}

.no-padding {
    padding: 0
}

.base-padding {
    padding: 0 15px
}

.base-width {
    max-width: 1200px
}

.whole:after, .whole:before {
    display: table;
    content: " "
}

.whole:after {
    clear: both
}

.eng {
    font-family: sans-serif;
    direction: ltr;
    text-align: right;
    font-size: 15px
}

.mobile-show {
    display: none
}

.float-divider {
    display: block;
    float: right;
    width: 2%;
    height: 5px
}

.btn, a.btn {
    top: 0;
    background-color: var(--secondary-colors);
    border-top: 2px solid var(--secondary-colors);
    padding: 8px 30px 10px;
    font-size: 13px;
    border-radius: 0;
    margin: 20px auto;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2)
}

    .btn::after, .btn:hover::before, a.btn:hover::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0
    }

    .btn:hover::before, a.btn:hover::before {
        border-top: 2px solid rgba(255,0,0,.2);
        background-color: rgba(255,0,0,.2);
        color: #fff;
        box-shadow: 0 5px 10px 0 transparent;
        width: 100%;
        height: 100%
    }

    .btn::after {
        display: block;
        bottom: 0;
        left: 0;
        box-shadow: 0 6px 5px 0 rgba(0,0,0,.15);
        opacity: 1;
        z-index: -1;
        transition: all .3s
    }

    .btn:hover::after {
        opacity: 0
    }

.sec-style {
    padding-top: 40px;
    padding-bottom: 20px
}

.inner-sec-style {
    padding: 20px 0;
    color: #4b4b4b
}

    .inner-sec-style h2, .inner-sec-style h3 {
        color: var(--main-color);
        font-size: 12pt;
        margin-bottom: 20px
    }

.adv-left {
    float: left
}

.sec-head {
    text-align: center;
    margin-bottom: 15px
}

.rtl-sec-head {
    text-align: right;
    margin-bottom: 0
}

.inner-sec-head:after, .inner-sec-head:before {
    display: table;
    content: " "
}

.inner-sec-head:after {
    clear: both
}

.sec-content {
    padding: 25px 15px
}

.sec-head h1, .sec-head h2, .sec-head h3 {
    color: var(--main-color);
    text-align: center;
    margin-bottom: 5px
}

.rtl-sec-head h1, .rtl-sec-head h2, .rtl-sec-head h3 {
    position: relative;
    max-width: 100%;
    text-align: right;
    padding-bottom: 8px;
    margin: 0
}

    .rtl-sec-head h1:before, .rtl-sec-head h2:before, .rtl-sec-head h3:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 1px solid var(--secondary-colors);
        width: 200px
    }

.rtl-sec-head h2, .rtl-sec-head h3 {
    display: inline-block;
    clear: both
}

.inner-sec-head h2, .inner-sec-head h3 {
    float: right;
    color: #291a1a;
    text-align: right;
    border-bottom: 1px solid #291a1a;
    padding-left: 60px;
    padding-bottom: 8px
}

.sec-head span {
    /*font-weight: 500;
    font-size: 12pt;
    padding: 0 30px 8px;
    border-bottom: 1px solid var(--secondary-colors);
    color: #291a1a;
    display: inline-block*/
}

.rtl-sec-head span {
    padding: 0;
    border-bottom-width: 0
}

.list-page-head {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--secondary-colors);
    padding-bottom: 10px;
    max-width: 300px
}

    .list-page-head h1 {
        color: var(--main-color)
    }

.by-back {
    background-color: #f0f4fa
}

.by-back-dark {
    background-color: #dce1e6
}

.list-page-head + p {
    color: #291a1a;
    font-size: 12pt;
    margin-top: -10px
}

.blue {
    margin-bottom: 15px;
    box-shadow: 0 4px 4px rgba(17,17,17,.19);
    width: 100% !important
}

    .blue .sidebar-widget-title {
        background: var(--main-color) none;
        color: #fff !important;
        cursor: pointer;
        display: block;
        font-size: 11pt;
        padding: 10px 0;
        position: relative
    }

.category-list h2 {
    margin: 0;
    background-color: var(--main-color);
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 11pt;
    cursor: pointer
}

.category-list i {
    display: block;
    font-size: 24px;
    margin-left: 10px;
    float: right
}

.category-list > ul {
    margin: 0;
    padding: 10px 0;
    color: #4b4b4b;
    font-size: 11pt;
    background-color: #fff;
    display: none
}

    .category-list > ul li {
        height: 35px;
        line-height: 35px;
        transition: all .3s
    }

        .category-list > ul li:hover {
            background-color: #ebeff5
        }

.show-filter .select-num.active, .show-filter > ul, .show-filter > ul > li {
    background-color: #fff
}

.category-list > ul a {
    display: block;
    padding: 0 25px
}

.page-tab {
    border-bottom: 1px solid #d8dde4;
    border-top: 1px solid #d8dde4;
    color: #a1a8b0;
    height: 35px;
    margin-bottom: 40px
}

    .page-tab li {
        float: right;
        padding: 0 10px;
        line-height: 35px;
        height: 37px;
        cursor: pointer;
        font-size: 12pt;
        font-weight: 500;
        margin: -2px -2px -2px 15px;
        border: 2px solid transparent
    }

        .page-tab li.active {
            border-bottom: 2px solid var(--secondary-colors);
            border-top: 2px solid var(--secondary-colors);
            color: var(--main-color)
        }

.list-page-body {
    padding: 20px 0
}

.list-page-filter {
    padding-top: 1px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #c2c7cc;
    color: #4b4b4b;
    font-size: 9pt;
    line-height: 25px
}

.show-filter {
    position: relative;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

    .show-filter .select-num {
        position: relative;
        display: inline-block;
        line-height: 23px;
        box-shadow: 0 0 2px rgba(17,17,17,.2);
        padding: 0 8px;
        margin-right: 5px;
        width: 50px;
        cursor: pointer;
        transition: all .3s
    }

        .show-filter .select-num i {
            position: absolute;
            font-size: 11pt;
            top: 0;
            left: 2px
        }

    .show-filter > ul {
        position: absolute;
        left: 20px;
        width: 50px;
        z-index: 20;
        top: 23px;
        display: none;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.2)
    }

        .show-filter > ul > li {
            cursor: pointer;
            padding-right: 8px;
            transition: all .5s
        }

            .show-filter > ul > li.selected, .show-filter > ul > li:hover {
                background-color: var(--main-color);
                color: #fff
            }

.category-filter .select-cat.active, .category-filter > ul {
    background-color: #fff
}

.category-filter {
    position: relative;
    float: left
}

    .category-filter .select-cat {
        position: relative;
        display: inline-block;
        line-height: 23px;
        box-shadow: 0 0 2px rgba(17,17,17,.2);
        padding: 0 30px 0 0;
        margin-right: 5px;
        width: 200px;
        cursor: pointer;
        transition: all .3s
    }

        .category-filter .select-cat i {
            position: absolute;
            top: 0;
            left: 2px
        }

            .category-filter .select-cat i:first-child {
                left: auto;
                right: 2px
            }

    .category-filter > ul {
        position: absolute;
        left: 0;
        width: 200px;
        z-index: 20;
        top: 23px;
        display: none;
        box-shadow: 0 2px 2px rgba(17,17,17,.2)
    }

.sort-list span, .sort-list span::after {
    position: relative;
    display: inline-block
}

.category-filter > ul > li {
    cursor: pointer;
    padding-right: 8px;
    transition: all .5s;
    background-color: #fff
}

.sort-list span::after, .sort-list span:before {
    transition: all .3s;
    content: ""
}

.category-filter > ul > li.selected, .category-filter > ul > li:hover {
    background-color: var(--main-color);
    color: #fff
}

.sort-list {
    float: left;
    padding-left: 20px
}

    .sort-list span {
        line-height: 25px;
        margin-right: 20px;
        cursor: pointer
    }

        .sort-list span::after {
            top: 5px;
            height: 14px;
            width: 14px;
            border-radius: 50%;
            margin-right: 5px;
            border: 1px solid #c2c7cc
        }

        .sort-list span.selected:after {
            border-color: var(--main-color)
        }

        .sort-list span:before {
            position: absolute;
            margin-top: 9px;
            left: 3px;
            display: block;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            cursor: pointer;
            background-color: var(--main-color);
            opacity: 0
        }

.ah-head, .p-img {
    position: relative
}

.sort-list span.selected:before {
    opacity: 1
}

.list-page-footer {
    padding-bottom: 40px;
    text-align: left
}

    .list-page-footer hr {
        border-top: 1px dotted #c2c7cc;
        position: relative;
        margin: 12px 0 0 5px
    }

.page {
    padding: 40px 0 10px;
    color: #4b4b4b
}

.page-body {
    padding: 20px 0;
    color: #4b4b4b;
    min-height: 700px
}

.article-head h1, .product-head h1 {
    line-height: 35px;
    padding-bottom: 10px
}

.page h1 {
    color: var(--main-color);
    margin: 20px 0 10px
}

.page .page-body h1, .page-body h1 {
    color: #291a1a;
    margin: 20px 0
}

.page-body h2, .page-body h3 {
    margin: 20px 0 10px;
    color: #291a1a
}

.page-body h2 {
    font-size: 13pt
}

.page-body h3 {
    font-size: 12pt
}

.page-body img {
    margin: 10px auto
}

.page-body p {
    margin-bottom: 20px
}


.article-head {
    background-color: #d9dde3;
    color: #291a1a;
    margin-bottom: 70px
}

    .article-head h1 {
        color: var(--main-color);
        margin: 40px 0;
        border-bottom: 1px solid #111
    }

    .article-head p {
        font-size: 10pt;
        margin-bottom: 50px
    }

.ah-head {
    top: 50px;
    box-shadow: 0 10px 10px rgba(17,17,17,.3);
    width: 660px
}

    .ah-head img {
        box-shadow: 1px 1px 5px rgba(17,17,17,.2);
        max-width: none;
        width: 670px;
        margin-right: -5px
    }

.a-summary-title {
    display: block;
    font-size: 12pt;
    font-weight: 400;
    margin-bottom: 10px
}

.a-date {
    display: block;
    font-size: 9pt;
    text-align: left
}

.product-head {
    background-color: #d9dde3;
    color: #291a1a;
    margin-bottom: 20px
}

    .product-head h1 {
        color: var(--main-color);
        margin: 40px 0
    }

    .product-head p {
        font-size: 10pt
    }

.p-img {
    top: 50px;
    box-shadow: 0 10px 10px rgba(17,17,17,.3);
    width: 660px;
    margin-right: 5px
}

    .p-img > a > div, .p-img > a > div > span {
        position: absolute;
        top: 0;
        display: block;
        bottom: 0
    }

    .p-img img {
        box-shadow: 1px 1px 5px rgba(17,17,17,.2);
        max-width: none;
        width: 670px;
        margin-right: -5px
    }

    .p-img > a > div {
        right: -5px;
        left: -5px;
        background-color: rgba(255,255,255,.8);
        opacity: 0;
        transition: all .2s
    }

        .p-img > a > div > span {
            right: 0;
            left: 0;
            width: 50px;
            height: 50px;
            margin: auto;
            background-color: rgba(255,255,255,.39);
            z-index: 2;
            border-radius: 50%;
            padding: 4px;
            overflow: hidden;
            transition: all .3s
        }

        .p-img > a > div span > span {
            display: block;
            height: 100%;
            background-color: var(--main-color);
            border-radius: 50%;
            background-image: url(/Themes/corporate5/images/icons/search.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 20px
        }

    .p-img:hover > a > div {
        opacity: 1;
        transition: all .5s;
        overflow: visible
    }

#slider, .ig-img, .ig-img > a > span, .s-content p {
    overflow: hidden
}

.p-img:hover > a > div > span {
    width: 57px;
    height: 57px
}

.captcha i, .captcha img {
    height: 50px;
    float: right
}

.p-img > a > div > span:hover {
    transition: all .3s;
    padding: 0;
    background-color: rgba(255,255,255,0)
}

.p-summary-title {
    display: block;
    font-size: 12pt;
    font-weight: 400;
    margin-bottom: 10px
}

.p-summary-content {
    min-height: 270px
}

.p-gallery {
    position: relative;
    top: 50px
}

.product-head .carousel {
    position: absolute;
    left: 0;
    right: 0
}

#product-gallery .item {
    position: relative;
    box-shadow: 0 8px 8px rgba(17,17,17,.4);
    max-height: 115px;
    overflow: hidden
}

    #product-gallery .item a {
        position: relative;
        display: block
    }

        #product-gallery .item a::after {
            content: "";
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            position: absolute;
            z-index: 2;
            background-color: rgba(255,255,255,.8);
            opacity: 0;
            transition: all .2s
        }

    #product-gallery .item:hover a::after {
        opacity: 1
    }

#product-gallery .owl-stage-outer {
    padding: 20px 0
}

.product-body > div {
    display: none
}

@keyframes product-animate {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.product-body > div.active {
    display: block;
    animation: product-animate 1s forwards
}

.captcha {
    padding: 10px 0
}

#product-comments .captcha {
    padding: 0
}

.captcha i {
    display: block;
    line-height: 75px;
    font-size: 18pt;
    margin: 0 10px
}

.captcha input[type=text] {
    width: 200px;
    margin: 0
}

.share {
    margin-bottom: 70px
}

    .share span {
        display: block;
        float: right;
        line-height: 35px;
        margin-left: 4px;
        color: #291a1a
    }

    .share .socials li {
        margin: 0 4px 0 0
    }

header {
    padding: 10px 0;
    background-color: #fff;
    color: #291a1a
}

    header #logo {
        height: 70px;
        float: right
    }

.select-lang {
    position: relative;
    margin-right: 20px;
    margin-top: 8px
}

.select-lang-btn {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 10pt;
    padding: 0 10px;
    cursor: pointer
}

    .select-lang-btn::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 7px;
        left: 0;
        right: 0;
        margin: auto;
        width: 5px;
        height: 5px;
        border-left: 1px solid #291a1a;
        border-bottom: 1px solid #291a1a;
        transform: rotate(-45deg)
    }

.select-lang > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(17,17,17,.26);
    z-index: 10;
    font-size: 9pt;
    visibility: hidden;
    opacity: 0;
    transition: all .5s .3s;
    margin: 0;
    padding: 5px 0
}

    .select-lang > ul > li > a {
        line-height: 25px;
        display: block;
        text-align: center;
        transition: all .5s;
        margin: 0 -5px;
        background-color: rgba(38,96,153,0);
        box-shadow: 0 0 3px rgba(17,17,17,0)
    }

        .select-lang > ul > li > a:hover {
            color: #fff;
            background-color: var(--main-color);
            box-shadow: 0 2px 3px rgba(17,17,17,.3);
            margin: 0 -10px
        }

.select-lang:hover ul {
    visibility: visible;
    opacity: 1
}

.socials {
    margin: 0;
    float: left !important
}

    .socials li {
        float: left;
        margin-top: 17px;
        margin-right: 5px;
        border: 1px solid #ddd;
        background-color: transparent;
        box-shadow: 0 2px 2px rgba(17,17,17,0);
        color: #291a1a;
        transition: all .5s
    }

        .socials li a {
            position: relative;
            display: block;
            height: 35px;
            width: 35px
        }

        .socials li i {
            display: block;
            transition: all .5s;
            line-height: 35px;
            padding-right: 5px;
            font-size: 25px
        }

        .socials li:hover {
            color: #fff;
            background-color: var(--main-color);
            box-shadow: 0 2px 2px rgba(17,17,17,.5);
            border-color: var(--main-color)
        }

.nm-slider > div {
    display: none
}

    .nm-slider > div:first-child {
        display: block
    }

#slider {
    position: relative;
    height: 767px
}

    #slider .carousel-inner > .item > a > img, #slider .carousel-inner > .item > img {
        line-height: 1;
        width: 100%;
        height: auto
    }

    #slider .carousel-control {
        height: 101px;
        width: 73px;
        margin: auto;
        color: #333;
        padding: 0;
        opacity: .7;
        background: url(/themes/corporate5/images/icons/arrow_left.png) no-repeat;
        transition: all .3s
    }

        #slider .carousel-control:hover {
            opacity: 1
        }

        #slider .carousel-control.left {
            transform: rotateY(180deg)
        }

        #slider .carousel-control img {
            height: 101px;
            position: relative;
            transition: all .3s;
            opacity: .7
        }

        #slider .carousel-control.right img {
            left: 0;
            right: -3px
        }

.carousel-control:focus, .carousel-control:hover {
    opacity: 1
}

#slider .carousel-control.left:hover img {
    opacity: 1;
    left: 0
}

#slider .carousel-control.right:hover img {
    opacity: 1;
    right: 0
}

#slider .carousel-indicators {
    right: 0;
    left: auto;
    top: 55%;
    padding-top: 0;
    padding-right: 10px;
    width: auto;
    margin: 0
}

    #slider .carousel-indicators li {
        display: block;
        width: 12px;
        height: 12px;
        margin: 8px;
        border-width: 0;
        background-color: #fff;
        border-radius: 10px;
        opacity: .5;
        box-shadow: 0 0 3px rgba(17,17,17,.3);
        transition: all .3s
    }

        #slider .carousel-indicators li:hover {
            opacity: 1;
            box-shadow: 0 0 3px rgba(17,17,17,.7)
        }

        #slider .carousel-indicators li.active {
            width: 12px;
            height: 12px;
            margin: 8px;
            background-color: var(--secondary-colors);
            opacity: 1;
            box-shadow: 0 0 2px 2px rgba(17,17,17,.3)
        }

#main-nav .drop-down ul::before, #main-nav .drop-right > ul::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    right: 0;
    content: ""
}

#main-nav .drop-down ul::before {
    background: rgba(0,0,0,.1)
}

#main-nav .drop-right > ul::before {
    background: rgba(0,0,0,.2)
}

#slider .carousel-indicators li.scroll-btn {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    margin-right: -4px;
    margin-top: 20px;
    box-shadow: 0 0 3px rgba(17,17,17,0)
}

    #slider .carousel-indicators li.scroll-btn img {
        width: 35px;
        height: 35px;
        display: block;
        cursor: default;
        margin-right: -1px
    }

@keyframes mouse-animate {
    0%,100% {
        height: 0;
        opacity: 0
    }

    50% {
        height: 40px;
        opacity: .4
    }
}

#main-nav, #search-box > span {
    height: 60px;
    position: relative
}

#slider .carousel-indicators li.scroll-btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 22px;
    width: 2px;
    border-right: 2px dotted #fff;
    animation: mouse-animate 3s infinite
}

#main-nav {
    z-index: 2;
    background-color: var(--main-color);
    color: #fff;
    box-shadow: 0 3px 5px rgba(17,17,17,.4)
}

#search-box {
    position: relative;
    float: right
}

    #search-box > span {
        display: block;
        width: 70px;
        background-color: var(--secondary-colors);
        background-image: url(/Themes/corporate5/images/icons/search.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 20px;
        transition: all .2s;
        cursor: pointer;
        z-index: 15
    }

        #search-box > span:hover::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            background: rgba(255,255,255,.3)
        }

        #search-box > span:hover {
            transform: scale(1.1,1.1)
        }

    #search-box > form {
        position: absolute;
        top: -3px;
        height: 66px;
        width: 320px;
        right: -30px;
        background-color: #fff;
        padding: 0 10px;
        visibility: hidden;
        opacity: 0;
        transition: all .1s;
        z-index: 16
    }

        #search-box > form.active {
            right: -10px;
            opacity: 1;
            visibility: visible;
            transition: all .5s
        }

        #search-box > form > i {
            display: block;
            color: #291a1a;
            float: right;
            margin: 19px 0 0;
            cursor: pointer
        }

        #search-box > form > input[type=text] {
            width: 240px;
            float: right;
            height: 30px;
            border-width: 0;
            margin: 10px 10px 0 0;
            border-bottom: 1px solid #291a1a;
            color: #291a1a;
            padding: 3px 0 0
        }

        #search-box > form > input[type=submit] {
            width: 30px;
            height: 30px;
            float: right;
            margin: 15px 0 0;
            background-color: transparent;
            background-image: url(../images/icons/search2.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 20px;
            border-width: 0;
            padding: 0;
            box-shadow: 0 0 0 rgba(17,17,17,0)
        }

#main-nav .menu {
    margin: 0;
    display: flex
}

    #main-nav .menu > li {
        position: relative;
        height: 60px;
        line-height: 60px;
        flex-grow: 1;
        opacity: .65;
        float: right
    }

        #main-nav .menu > li.active, #main-nav .menu > li:hover {
            opacity: 1
        }

            #main-nav .menu > li:hover::before {
                opacity: 1;
                background: rgba(0,0,0,.1);
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                z-index: -1
            }

li.drop-down::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    transition: all .5s .2s
}

#main-nav li a {
    display: block;
    padding: 0 5px;
    text-align: center
}

#main-nav .drop-down ul {
    position: absolute;
    padding: 8px 0;
    width: 220px;
    background-color: var(--main-color);
    z-index: 1005;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s .2s;
    transform: scale(0)
}

#main-nav .drop-down > ul {
    right: 0;
    top: 60px
}

    #main-nav .drop-down > ul li {
        line-height: 1.7;
        font-size: 13px;
        padding-left: 25px;
        padding-right: 15px;
        transition: all .5s;
        position: relative
    }

#main-nav li.drop-down > ul a {
    display: block;
    text-align: right;
    border-bottom: 1px solid var(--main-color);
    padding: 15px 0
}

#main-nav li.drop-down > ul li:last-child a {
    border-width: 0
}

#main-nav .drop-down:hover::after {
    top: 45px;
    transform: rotate(-225deg)
}

#main-nav .drop-down:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#main-nav .drop-down > ul > li:hover {
    background-color: rgba(0,0,0,.1)
}

li.drop-right > a {
    position: relative
}

    li.drop-right > a::after {
        content: "";
        display: block;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 8px;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(-45deg)
    }

#main-nav .drop-right > ul {
    right: 220px;
    top: -8px;
    background-color: var(--main-color)
}

#main-nav .drop-right:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#main-nav .drop-right > ul > li:hover {
    background-color: rgba(0,0,0,.3)
}

#mobile-nav-btn {
    display: none;
    float: right;
    position: relative;
    height: 60px;
    width: 70px;
    background-color: var(--secondary-colors);
    transition: all .2s;
    cursor: pointer;
    z-index: 15;
    margin-right: -15px
}

    #mobile-nav-btn hr {
        position: absolute;
        width: 40px;
        margin: auto;
        left: 0;
        right: 0;
        border-top-width: 3px;
        transition: all .5s
    }

        #mobile-nav-btn hr:nth-child(1) {
            top: 15px
        }

        #mobile-nav-btn hr:nth-child(2) {
            top: 28px
        }

        #mobile-nav-btn hr:nth-child(3) {
            top: 41px
        }

    #mobile-nav-btn.active hr {
        top: 0;
        bottom: 0;
        width: 30px
    }

        #mobile-nav-btn.active hr:nth-child(1) {
            transform: rotate(-45deg)
        }

        #mobile-nav-btn.active hr:nth-child(2) {
            opacity: 0
        }

        #mobile-nav-btn.active hr:nth-child(3) {
            transform: rotate(45deg)
        }

#mobile-nav {
    display: none;
    color: #fff;
    background-color: var(--main-color)
}

    #mobile-nav ul {
        display: none;
        padding-top: 10px
    }

    #mobile-nav > ul li {
        position: relative;
        line-height: 40px;
        font-size: 13px;
        color: #ddd;
        border-bottom: 1px solid var(--main-color);
        background-color: transparent;
        transition: all .3s
    }

        #mobile-nav > ul li.active, #mobile-nav > ul li:hover {
            background-color: rgba(0,0,0,.1)
        }

        #mobile-nav > ul li a {
            display: block;
            padding: 0 15px
        }

        #mobile-nav > ul li:last-child {
            border-width: 0
        }

    #mobile-nav li a {
        display: block
    }

    #mobile-nav li.drop-down::after {
        left: 20px;
        right: auto;
        top: 15px
    }

    #mobile-nav li.drop-down ul::before, #mobile-nav ul ul ul::before {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        content: ""
    }

    #mobile-nav li.drop-down ul {
        background-color: var(--main-color)
    }

        #mobile-nav li.drop-down ul::before {
            background: rgba(0,0,0,.1)
        }

    #mobile-nav ul ul ul::before {
        background: rgba(0,0,0,.3) !important
    }

    #mobile-nav ul ul ul li:hover {
        background-color: rgba(0,0,0,.3) !important
    }

    #mobile-nav li.drop-down ul li:hover {
        background-color: rgba(0,0,0,.1)
    }

#related-services .item, #services .item {
    max-width: 400px;
    margin: auto;
    transition: all .3s
}

.s-img, .s-img img {
    transition: all 1s
}

.s-img {
    width: 370px;
    margin: 10px auto;
    box-shadow: 0 4px 10px transparent
}

    .s-img img {
        box-shadow: 0 3px 3px transparent
    }

.item:hover .s-img {
    box-shadow: 0 4px 10px rgba(0,0,0,.2)
}

    .item:hover .s-img img {
        box-shadow: 0 3px 3px rgba(0,0,0,.15)
    }

.s-content {
    padding: 10px 0
}

    .s-content h3 {
        text-align: center;
        font-size: 12pt;
        color: var(--main-color);
        margin: 0 0 10px
    }

    .s-content p {
        margin: 0;
        border-bottom: 1px dotted #aaa;
        padding-bottom: 20px;
        font-size: 10pt;
        color: #8a9199;
        transition: all .5s;
        height: 113px
    }

#services .item:hover .s-content p {
    color: #291a1a
}

.s-content a {
    position: relative;
    float: left;
    background-color: #f0f4fa;
    color: #1d4873;
    line-height: 20px;
    top: -13px;
    z-index: 5;
    padding: 0 4px
}

.au-head > h2, .au-head > i {
    color: var(--main-color)
}

.s-content a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 3px;
    border-left: 1px solid #1d4873;
    border-top: 1px solid #1d4873;
    transform: rotate(-45deg)
}

.carousel > .owl-carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    transition: all .5s;
    cursor: pointer;
    z-index: 5
}

    .carousel > .owl-carousel-control.left-control {
        border-left: 3px solid #d9dee3;
        border-top: 3px solid #d9dee3;
        left: -19px
    }

    .carousel > .owl-carousel-control.right-control {
        border-right: 3px solid #d9dee3;
        border-bottom: 3px solid #d9dee3;
        right: -19px
    }

.by-back-dark .carousel > .owl-carousel-control {
    border-color: #c2c7cc
}

.carousel > .owl-carousel-control:hover {
    border-color: var(--main-color)
}

.owl-carousel .owl-item img {
    width: inherit;
    max-width: 100%
}

#about-us-sec {
    position: relative;
    background-color: #dce1e6;
    background-image: url(/Themes/corporate5/images/main_images/Curve.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 50px 0
}

.au-head {
    position: relative;
    padding-right: 50px
}

    .au-head > i {
        display: block;
        position: absolute;
        right: 0;
        top: -25px
    }

    .au-head > h2 {
        line-height: 40px;
        font-weight: 700;
        border-bottom: 1px solid #291a1a;
        width: 50%;
        margin-bottom: 5px
    }

    .au-head > span {
        font-size: 13px;
        font-weight: 700;
        color: #291a1a
    }

.au-content {
    padding-right: 40px;
    padding-top: 20px;
    color: #291a1a
}

#index-gallery {
    z-index: 2;
    padding-top: 0
}

    #index-gallery .sec-head i {
        color: #291a1a;
        font-size: 44px;
        line-height: 25px;
        position: relative;
        top: -10px
    }

.ig-content {
    padding: 10px 0 20px
}

.ig-img {
    position: relative;
    float: right;
    width: 20%;
    height: 11vw;
    box-shadow: 0 0 5px rgba(17,17,17,0);
    background-color: #f0f4fa;
    transition: all .3s;
    overflow: hidden;
    padding:15px 10px;
}

    .ig-img:hover {
        /*box-shadow: 0 0 5px rgba(17,17,17,.3);*/
        z-index: 2
    }

    .ig-img a {
        display: block;
        transition: .5s
    }

    .ig-img:hover a {
        transform: scale(1.02,1.02)
    }

    .ig-img > a > img {
        position: relative;
        min-height: 100%;
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0);
        transition: all 1s
    }

    .ig-img:hover > a > img {
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px)
    }

    .ig-img > a > span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 50px;
        height: 50px;
        margin: auto;
        background-color: rgba(255,255,255,.39);
        z-index: 2;
        border-radius: 50%;
        padding: 4px;
        opacity: 0;
        transition: all .2s
    }

    .ig-img span > span {
        display: block;
        height: 100%;
        background-color: var(--main-color);
        border-radius: 50%;
        background-image: url(/Themes/corporate5/images/icons/search.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px
    }

    .ig-img:hover > a > span {
        opacity: 1;
        transition: all .5s;
        width: 57px;
        height: 57px;
        overflow: visible
    }

#related-news .item:hover .rn-content, .ec-img, .en-content > p, .en-img, .es-content, .es-content p, .es-img, .every-news, .every-services, .lb-controls span, .lb-thumbs, .main-news .item, .n-content span, .n-content > h3, .rn-content > p, .rn-img {
    overflow: hidden
}

.ig-img > a > span:hover {
    transition: all .3s;
    padding: 0;
    background-color: rgba(255,255,255,0)
}

#news .item, #news img, #related-news img, .lb-close, .lb-thumbs > div, .n-content::after {
    transition: all .5s
}

#light-box {
    position: fixed;
    z-index: 2000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none
}

    #light-box.active {
        display: flex
    }

    #light-box > div {
        position: relative;
        width: 1200px;
        margin: auto
    }

.lb-close {
    position: absolute;
    font-size: 24px;
    top: -54px;
    right: -12px;
    color: #b2b2b3;
    cursor: pointer
}

    .lb-close:hover {
        color: var(--main-color)
    }

.lb-main {
    width: 800px;
    float: right
}

    .lb-main img {
        display: none
    }

@keyframes lb-main {
    0% {
        opacity: 0
    }
}

.lb-main img.active {
    display: block;
    animation: lb-main 1s
}

.lb-slide {
    position: relative;
    padding-right: 50px;
    width: 317px;
    height: 450px;
    float: left
}

.lb-controls::after, .lb-controls::before {
    display: block;
    width: 1px;
    background-color: #dedddc;
    content: ""
}

.cm-likes, .ec-avatar {
    float: right
}

.lb-thumbs {
    height: 100%
}

    .lb-thumbs img {
        cursor: pointer
    }

    .lb-thumbs > div {
        top: 0;
        position: relative
    }

.lb-controls, .lb-controls > div {
    position: absolute;
    top: 0;
    bottom: 0
}

.lb-controls {
    margin: auto;
    right: 0;
    z-index: 2
}

    .lb-controls::before {
        height: 198px
    }

    .lb-controls::after {
        height: 200px;
        margin-top: 53px
    }

    .lb-controls span, .n-content::after {
        display: block;
        background-color: var(--secondary-colors)
    }

    .lb-controls > div {
        width: 23px;
        height: 50px;
        margin: auto;
        right: -11px
    }

    .lb-controls span {
        width: 23px;
        height: 23px;
        line-height: 15px;
        color: #111;
        border-radius: 50%;
        margin-bottom: 2px;
        cursor: pointer
    }

        .lb-controls span i {
            font-size: 14px;
            line-height: 23px;
            display: block;
            text-align: center
        }

#breadcrumb, .main-news span {
    text-align: left
}

#news .owl-stage-outer {
    padding-top: 20px
}

#news img {
    box-shadow: 0 2px 4px rgba(17,17,17,.2)
}

#news .item.active img, #news .item:hover img {
    box-shadow: 0 2px 4px rgba(17,17,17,.8)
}

#news .item {
    color: #291a1a
}

    #news .item.active, .main-news h2 {
        color: #4a525a
    }

        #news .item.active img {
            transform: scale(1.01,1.01) translate(0,-8px)
        }

.n-content {
    padding: 5px 5px 0
}

    .n-content::after {
        content: "";
        width: 0;
        margin: 4px auto auto;
        height: 2px
    }

.rn-content, .rn-footer {
    background-color: #dce1e6
}

#news .item.active .n-content::after {
    width: 100%
}

.n-content > h3 {
    font-size: 9pt;
    height: 28px;
    line-height: 25px;
    margin: 0
}

.main-news {
    position: relative;
    padding: 50px 0
}

    .main-news .item {
        opacity: 0;
        display: none
    }

@keyframes item-animate {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.main-news .item.active {
    display: block;
    animation: item-animate 2s forwards
}

@keyframes from-left {
    0% {
        left: -20px
    }

    100% {
        left: 0
    }
}

@keyframes from-right {
    0% {
        right: -20px
    }

    100% {
        right: 0
    }
}

.main-news .item.active > div:nth-child(1) {
    position: relative;
    animation: from-left 1s forwards
}

.main-news .item.active > div:nth-child(2) {
    position: relative;
    animation: from-right 1s forwards
}

.main-news h2 {
    margin: 0 0 20px;
    font-size: 16px
}

    .main-news h2 a {
        display: inline-block;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 5px
    }

.main-news p {
    font-size: 14px;
    color: #8a9199
}

.main-news span {
    display: block;
    font-size: 12px
}

.Breadcrumbs {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    direction: ltr;
    padding: 5px
}

#breadcrumb ol {
    margin: 0;
    padding: 0
}

    #breadcrumb ol li {
        display: inline-block;
        position: relative;
        vertical-align: middle
    }

        #breadcrumb ol li a span {
            font-size: 9pt;
            position: relative
        }

            #breadcrumb ol li a span::after {
                border-left: 1px solid var(--secondary-colors);
                border-top: 1px solid var(--secondary-colors);
                content: "";
                display: inline-block;
                height: 6px;
                margin: 0 10px;
                transform: rotate(-45deg);
                width: 6px
            }

        #breadcrumb ol li:last-child a span {
            color: var(--secondary-colors)
        }

            #breadcrumb ol li:last-child a span::after {
                display: none
            }

#related-news .item {
    height: 221px;
    max-width: 289px;
    margin: auto;
    color: #291a1a;
    transition: all .5s
}

.rn-img {
    height: 163px
}

#related-news img {
    box-shadow: 0 2px 4px rgba(17,17,17,.2)
}

#related-news .item.active img, #related-news .item:hover img {
    box-shadow: 0 2px 4px rgba(17,17,17,.8)
}

#related-news .item.active img {
    transform: scale(1.01,1.01) translate(0,-8px)
}

.rn-content {
    padding: 8px 5px 0;
    position: relative;
    z-index: 2;
    margin-top: 0;
    transition: all .3s
}

#related-news .item:hover .rn-content {
    margin-top: -163px;
    padding-top: 0;
    height: 95%
}

.rn-content > h3 {
    text-align: justify;
    font-size: 10.5pt;
    margin: 0 0 5px;
    line-height: 22px
}

#related-news .item:hover .rn-content > h3 {
    color: var(--main-color)
}

.rn-content > p {
    line-height: 19px;
    font-size: 10pt;
    color: #8a9199;
    height: 115px
}

.rn-footer {
    border-bottom: 2px solid var(--secondary-colors);
    color: #291a1a;
    font-size: 8pt;
    text-align: left;
    padding-bottom: 4px
}

.en-content, .en-footer, .es-footer a {
    background-color: #f0f4fa
}

#send-comment {
    margin-top: -15px;
    color: #999
}

    #send-comment p {
        font-size: 10pt
    }

        #send-comment p a {
            color: var(--main-color)
        }

    #send-comment textarea {
        border-color: #ccc
    }

        #send-comment input:focus, #send-comment textarea:focus {
            border-color: var(--secondary-colors)
        }

    #send-comment .name {
        float: right;
        width: 49%
    }

    #send-comment .email {
        margin: 0;
        width: 350px
    }

#product-comments #send-comment input[type=submit], .every-comment {
    margin-bottom: 20px
}

.ec-avatar {
    width: 190px
}

.ec-img {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%
}

.ec-avatar > p {
    margin-top: 10px;
    text-align: center;
    font-size: 10.5pt;
    font-weight: 400;
    color: #666
}

.ec-content {
    padding-top: 20px;
    overflow: hidden;
    color: #999;
    font-size: 9pt;
    border-bottom: 1px dotted #c8cbd0
}

.cm-likes a {
    direction: ltr;
    display: inline-block;
    line-height: 20px;
    margin-left: 5px
}

    .cm-likes a:first-child {
        direction: rtl
    }

#demo6, .filtr-container {
    direction: ltr
}

.cm-likes a span {
    color: #3ca511;
    font-size: 9pt;
    margin: 0 2px
}

.cm-likes a:first-child span {
    color: #d90000
}

.cm-likes a i {
    position: relative;
    font-size: 20px;
    color: #666;
    top: 1px
}

.cm-likes a:first-child i {
    top: 5px
}

.cm-date {
    float: left
}

.every-news {
    height: 209px;
    max-width: 289px;
    margin: auto auto 20px;
    color: #291a1a;
    transition: all .5s
}

.en-img {
    height: 151px
}

    .en-img img {
        top: 0;
        position: relative;
        box-shadow: 0 2px 4px rgba(17,17,17,.2);
        transition: all .5s;
        min-height: 100%
    }

.en-content {
    padding: 8px 5px 0;
    position: relative;
    z-index: 2;
    margin-top: 0;
    transition: all .3s
}

.every-news:hover .en-content {
    margin-top: -151px;
    padding-top: 0
}

.every-news:hover .en-img img {
    top: -50px
}

.en-content > h3 {
    text-align: justify;
    font-size: 10.5pt;
    margin: 0 0 5px;
    line-height: 22px
}

.every-news:hover .en-content > h3 {
    color: var(--main-color)
}

.en-content > p {
    line-height: 19px;
    font-size: 10pt;
    color: #8a9199;
    height: 115px
}

.en-footer {
    border-bottom: 2px solid var(--secondary-colors);
    color: #291a1a;
    font-size: 8pt;
    text-align: left;
    padding-bottom: 4px
}

#address-map {
    height: 343px;
    margin-bottom: 15px;
    margin-top: 10px
}

.contact-us li {
    padding-right: 25px;
    position: relative;
    margin-bottom: 20px
}

    .contact-us li i {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        line-height: 22px
    }

#contact-form {
    padding-right: 100px
}

.every-services {
    max-width: 400px;
    height: 410px;
    margin: auto auto 20px;
    transition: all .3s
}

.es-img {
    width: 370px;
    height: 208px;
    margin: 10px auto;
    transition: all 1s;
    box-shadow: 0 4px 10px transparent
}

    .es-img img {
        transition: all 1s;
        box-shadow: 0 3px 3px transparent
    }

.every-services:hover .es-img {
    box-shadow: 0 4px 10px rgba(0,0,0,.2)
}

    .every-services:hover .es-img img {
        box-shadow: 0 3px 3px rgba(0,0,0,.15)
    }

.es-content {
    padding: 15px 0;
    min-height: 150px
}

    .es-content h3 {
        text-align: center;
        font-size: 13.5pt;
        color: var(--main-color);
        margin: 0 0 10px
    }

    .es-content p {
        margin: 0;
        font-size: 10pt;
        color: #8a9199;
        transition: all .5s;
        max-height: 92px
    }

.every-services:hover .es-content p {
    color: #291a1a
}

.es-footer {
    padding-top: 10px
}

    .es-footer a {
        float: left;
        color: #1d4873;
        line-height: 20px;
        z-index: 5;
        padding: 0 4px
    }

        .es-footer a::after {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-right: 3px;
            border-left: 1px solid #1d4873;
            border-top: 1px solid #1d4873;
            transform: rotate(-45deg)
        }

    .es-footer hr {
        border-top: 1px dotted #c2c7cc;
        position: relative;
        margin: 12px 0 0 5px;
        transition: all .5s
    }

.every-services:hover hr {
    border-top: 1px solid var(--secondary-colors)
}

footer {
    background-color: var(--main-color);
    padding-top: 30px;
    color: #fff
}

    footer p {
        margin: 0
    }

.foot-head {
    display: block;
    margin-bottom: 10px;
    font-size: 12pt
}

.footer-box {
    font-size: 10pt;
    color: #c2c7cc;
    margin-bottom: 20px
}

.footer-links li {
    margin-bottom: 8px;
    transition: all .3s
}

    .footer-links li::before {
        content: "";
        position: relative;
        top: -1px;
        display: inline-block;
        background-color: #ddd;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin-left: 4px
    }

    .footer-links li:hover {
        color: #ec9921
    }

footer .contact-us li i {
    color: #fff
}

#last-foot {
    background-color: rgba(0,0,0,.2);
    color: rgba(255,255,255,.7);
    font-size: 7.5pt
}

    #last-foot p {
        margin: 0;
        float: right;
        line-height: 40px
    }

        #last-foot p:last-child {
            float: left;
            text-align: left
        }

        #last-foot p img {
            height: 40px
        }

@media screen and (max-width:1199px) {
    .base-width {
        max-width: 972px
    }

    .ig-img {
        width: 25%;
        height: 13vw
    }

    .every-news {
        height: 177px
    }

    .en-img {
        height: 119px
    }

    .every-news:hover .en-content {
        margin-top: -119px
    }

    .en-content > p {
        height: 92px;
        font-size: 9pt
    }

    #contact-form {
        padding-right: 15px
    }

    .list-page-head h1 {
        font-size: 14pt;
        padding-bottom: 5px
    }

    #light-box > div {
        width: 969px
    }

    .lb-main {
        width: 646px
    }

    .lb-slide {
        width: 267px;
        height: 365px
    }

    .lb-controls::before {
        height: 153px
    }

    .lb-controls::after {
        height: 160px
    }

    .es-img, .s-img {
        width: 294px;
        height: 165px
    }

    .ah-head, .p-img {
        width: 540px
    }

        .ah-head img, .p-img img {
            width: 550px
        }
}

@media screen and (max-width:991px) {
    .base-width {
        max-width: 750px
    }

    #main-nav .menu > li {
        font-size: 12px
    }

    #search-box > span {
        margin-left: 10px
    }

    .ig-img {
        width: 50%;
        height: 26vw
    }

    #slider .carousel-control, #slider .carousel-control img {
        height: 80px;
        background-size: contain
    }

    #slider .carousel-indicators {
        display: none
    }

    .list-page-filter {
        margin-right: 0
    }

    .category-filter, .page-number, .show-filter, .sort-list {
        margin-top: 15px;
        padding-right: 15px;
        padding-left: 0
    }

        .show-filter > ul {
            left: 0
        }

    .show-filter {
        font-size: 10px
    }

    .sort-list {
        padding: 0;
        margin-right: -5px
    }

        .sort-list span {
            margin-right: 3px;
            font-size: 12px
        }

    .p-summary-content {
        min-height: inherit
    }

    .product-head {
        margin-bottom: 190px
    }

    #light-box > div {
        width: 750px
    }

    .lb-main {
        width: 500px
    }

    .lb-slide {
        width: 177px;
        height: 285px
    }

    .lb-controls::before {
        height: 113px
    }

    .lb-controls::after {
        height: 118px
    }

    .es-img, .s-img {
        width: 345px;
        height: 193px
    }

    .ah-head, .p-img {
        width: 335px
    }

        .ah-head img, .p-img img {
            width: 345px
        }
}

@media screen and (max-width:767px) {
    #mobile-nav, #mobile-nav-btn, .mobile-show {
        display: block
    }

    .socials li {
        margin: 12px 5px 9px 0
    }

    .carousel > .owl-carousel-control, .lb-slide {
        display: none
    }

    #search-box {
        float: left
    }

    .ec-avatar, .lb-main {
        float: none
    }

    #search-box > span {
        margin: 0 0 0 -15px
    }

    #search-box > form {
        left: 10px;
        right: auto
    }

        #search-box > form.active {
            left: -15px;
            right: auto
        }

    header #logo {
        height: 50px
    }

    .select-lang {
        margin-top: 0
    }

    .au-content {
        padding-right: 0
    }

    .main-news h2 {
        margin-top: 5px;
        line-height: 25px
    }

    .ig-img:hover > a > span, .ig-img > a > span {
        width: 35px;
        height: 35px
    }

    .ec-avatar {
        width: 190px;
        margin: auto
    }

    .ec-content {
        padding-top: 0
    }

    #send-comment {
        margin-top: 15px
    }

    .every-news {
        height: 209px
    }

    .en-img {
        height: 151px
    }

    .every-news:hover .en-content {
        margin-top: -151px
    }

    .en-content > p {
        height: 115px;
        font-size: 9pt
    }

    #contact-form {
        margin-top: 30px
    }

    #light-box > div {
        width: 99%
    }

    .ah-head, .lb-main {
        width: 100%
    }

    .lb-close {
        right: 10px
    }

    .ah-head img {
        width: auto;
        max-width: 100%;
        margin: auto
    }

    .es-img, .s-img {
        width: 100%;
        height: auto
    }

    .main-news .item {
        padding-bottom: 15px
    }
}

@media screen and (max-width:600px) {
    .col-xs-6 {
        width: 100% !important;
        float: none !important
    }

    #search-box > form {
        width: 250px
    }

        #search-box > form > input[type=text] {
            width: 170px
        }

    .show-filter .select-num, .show-filter > ul {
        width: 40px
    }
}

@media screen and (max-width:319px) {
    #slider {
        display: none
    }

    .ig-img {
        width: 100%;
        height: auto
    }
}

.menufix {
    animation: .5s ease 27ms normal both 1 running header-anim;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 5px 5px 0 rgba(0,0,0,.1);
    margin: 0;
    position: fixed !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000 !important
}

nav#mobile-nav.menufix {
    top: 60px
}

.n-content span {
    height: 30px
}

.page-number {
    background: #dfdfdf;
    height: 24px;
    position: relative;
    max-width: 1200px;
    margin: auto
}

    .page-number .page-txt {
        background-color: var(--main-color);
        color: #fff;
        float: right;
        font-size: 9pt;
        height: 24px;
        line-height: 2;
        padding: 0 10px 0 0
    }

    .page-number span.infiniteScrollPageContainer {
        background: var(--main-color) none;
        color: #fff;
        display: block;
        float: right;
        font-size: 9pt;
        height: 24px;
        line-height: 2;
        padding: 0 2px 0 5px;
        position: relative;
        text-align: center
    }

        .page-number span.infiniteScrollPageContainer::after {
            border-color: var(--main-color) transparent transparent;
            border-style: solid;
            border-width: 6px;
            bottom: -12px;
            box-sizing: border-box;
            content: " ";
            display: block;
            position: absolute;
            right: -19px;
            z-index: 2
        }

.page-num {
    background: var(--main-color)
}

span.page-txt {
    background-color: var(--secondary-colors);
    color: #3d506d;
    font-size: 8pt;
    height: 24px;
    line-height: 2.5;
    padding: 0 4px
}

.pagination a, .paging-model2 .paging li {
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(16,17,17,.42);
    display: block;
    font-size: 13.5px;
    height: 28px;
    margin-right: 7px;
    position: relative;
    text-align: center;
    transition: all .4s ease-in-out 0s;
    width: 28px
}

.paging, select.cd-select {
    border: 0
}

.pagination a:hover, .paging-model2 .paging li:hover {
    background: var(--main-color) none;
    color: #fff
}

    .paging-model2 .paging li.active a, .paging-model2 .paging li:hover a {
        color: #fff
    }

.pagination a.active, .paging-model2 .paging li.active {
    background: var(--main-color);
    color: #fff
}

.Rowtxt, .fleft, .pages, .showRow {
    display: inline-block;
    vertical-align: middle
}

.Rowtxt, .paging-model2 label {
    font-size: 9.5pt;
    vertical-align: middle
}

.paging-model2 .paging select, select.cd-select {
    border: 0;
    font-family: tahoma;
    font-size: 9.5pt;
    height: 28px;
    line-height: 1;
    width: 60px
}

.showRow {
    margin-right: 50px
}

.clear {
    clear: both;
    display: block
}

.paging {
    display: inline-block;
    padding: 0;
    width: 100%
}

span.infiniteScrollPageContainer {
    background: var(--secondary-colors) none;
    color: #3d506d;
    display: block;
    font-size: 8pt;
    height: 24px;
    line-height: 2.5;
    padding: 0 5px;
    position: relative;
    text-align: center
}

    span.infiniteScrollPageContainer::after {
        border-color: var(--secondary-colors) transparent transparent;
        border-style: solid;
        border-width: 5px;
        bottom: -10px;
        box-sizing: border-box;
        content: " ";
        display: block;
        position: absolute;
        z-index: 2;
        right: 0
    }

.pagination .pages > a {
    float: right
}

.pagination .next::before, .pagination .previuse::before, .paging-model2 .paging li:first-child a::before, .paging-model2 .paging li:last-child a::before {
    cursor: pointer;
    font-family: material design icons;
    font-size: 14pt;
    line-height: 1.5
}

.pagination .next::before, .paging-model2 .paging li:first-child a::before {
    content: "\f142";
    display: block;
    margin-right: -1px
}

.pagination .previuse::before, .paging-model2 .paging li:last-child a::before {
    content: "\f141";
    display: block;
    margin-left: -1px
}

span.Rowtxt {
    color: #333
}

.paging-model2 .paging select, select.cd-select {
    box-shadow: 0 0 1px 1px #ddd;
    color: #595959;
    display: inline-block;
    float: none;
    margin: 0 15px 0 10px;
    text-align: right
}

.pagination a, .paging-model2 select, .paging-model2 span, .paging-model2 ul {
    color: #515351;
    display: inline-block;
    float: none;
    font-size: 9.5pt;
    line-height: 2.5;
    vertical-align: middle
}

.paging-model2 li a {
    color: #333;
    font-size: 9.5pt
}

.paging-model2 .paging li, span.infiniteScrollPageContainer, span.page-txt {
    cursor: pointer;
    float: right
}

    .pagination .pages > a:nth-child(5), .paging-model2 .paging li:nth-child(5) {
        border: 0
    }

.clear::after, .formFaq::after, .pagination::after {
    clear: both;
    content: "";
    display: table
}

.pagination, .paging-model2 {
    display: inline-block;
    margin: 0;
    text-align: center
}

.txt-l {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0
}

.paging-model2 .paging li {
    line-height: 2.3
}

    .paging-model2 .paging li:first-child a::before, .paging-model2 .paging li:last-child a::before {
        margin-top: 1px
    }

.categoryMargin {
    height: 20px;
    margin-right: 28px;
    position: relative;
    width: 202px
}

.parentCategori {
    box-shadow: 0 0 2px rgba(17,17,17,.2);
    cursor: pointer;
    display: inline-block;
    line-height: 23px;
    position: relative;
    transition: all .3s ease 0s;
    width: 200px
}

#demo6 #sync1 .item a span, #demo6 #sync2 .item .itemIn {
    -webkit-transition: all .75s ease-in-out 0s;
    -moz-transition: all .75s ease-in-out 0s;
    -ms-transition: all .75s ease-in-out 0s;
    -o-transition: all .75s ease-in-out 0s
}

.parentCategori .sidebar-widget-title {
    color: #858185;
    cursor: pointer;
    display: block;
    font-size: 10.5pt;
    position: relative
}

    .parentCategori .sidebar-widget-title * {
        display: inline-block;
        vertical-align: middle
    }

    .parentCategori .sidebar-widget-title i.mdi.mdi-menu {
        font-size: 19pt;
        font-style: normal;
        line-height: .9;
        z-index: 1
    }

    .parentCategori .sidebar-widget-title i.mdi.mdi-chevron-down {
        font-size: 14pt;
        font-style: normal;
        left: 5px;
        line-height: 1.7;
        position: absolute;
        z-index: 1
    }

.parentCategori .openIt i.mdi.mdi-menu {
    top: 0
}

.parentCategori .sidebar-widget-title.categoryTitle i {
    float: right;
    margin-left: 10px;
    vertical-align: bottom
}

    .parentCategori .sidebar-widget-title.categoryTitle i::before {
        font-size: 9pt;
        vertical-align: middle
    }

.parentCategori ul.category {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2),0 8px 4px -2px rgba(0,0,0,.3);
    display: none;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
    z-index: 10
}

    .parentCategori ul.category li {
        position: relative
    }

        .parentCategori ul.category li a {
            color: #777;
            display: block;
            position: relative;
            width: 100%
        }

            .parentCategori ul.category li a:hover {
                background: var(--main-color) none;
                color: #fff
            }

        .parentCategori ul.category li ul li a {
            padding: 1px 55px
        }

        .parentCategori ul.category li ul li ul li a {
            padding: 1px 65px
        }

    .parentCategori ul.category > li {
        margin: 5px 0
    }

        .parentCategori ul.category > li a {
            color: #979799;
            font-size: 9pt;
            padding: 1px 30px
        }

            .parentCategori ul.category > li a > span {
                display: block
            }

    .parentCategori ul.category li.open > a {
        background: var(--main-color) none;
        color: #fff
    }

    .parentCategori ul.category li.has-sub ul {
        display: none
    }

    .parentCategori ul.category li.has-sub > a::after {
        content: "";
        font-family: "Material Design Icons";
        font-size: 8pt;
        left: 6px;
        position: absolute;
        top: 3px
    }

    .parentCategori ul.category li.has-sub ul li::before {
        right: 30px
    }

    .parentCategori ul.category li.has-sub ul li a span::before {
        right: -3px;
        top: 15px
    }

    .parentCategori ul.category li.has-sub ul li ul li span::before {
        right: -3px
    }

    .parentCategori ul.category .has-sub.open > a::after {
        content: ""
    }

.carousel {
    height: auto;
    overflow: visible !important;
    width: initial !important
}

#demo6 {
    margin: 0 0 0 -5px;
    position: relative
}

    #demo6 #sync1 {
        position: initial
    }

        #demo6 #sync1 .item {
            padding: 5px;
            margin: 0;
            text-align: -moz-center;
            text-align: -webkit-center;
            text-align: center
        }

            #demo6 #sync1 .item a {
                position: relative;
                display: block
            }

                #demo6 #sync1 .item a img {
                    width: 100%;
                    height: 332px
                }

                #demo6 #sync1 .item a span {
                    position: absolute;
                    right: 0;
                    left: 0;
                    margin: auto;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0,0,0,.7);
                    transform: scale(0);
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    transition: all .75s ease-in-out 0s
                }

                #demo6 #sync1 .item a:hover span {
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1)
                }

    #demo6 #sync2 {
        width: 80%;
        margin: auto
    }

        #demo6 #sync2 .item {
            padding: 0;
            margin: 0;
            text-align: -moz-center;
            text-align: -webkit-center;
            text-align: center;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -khtml-border-radius: 0;
            border-radius: 0;
            background: 0 0;
            display: block;
            height: 85px
        }

            #demo6 #sync2 .item .itemIn {
                cursor: pointer;
                position: relative;
                -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
                -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
                box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
                transition: all .75s ease-in-out 0s
            }

                #demo6 #sync2 .item .itemIn img {
                    width: 100%;
                    height: 85px
                }

                #demo6 #sync2 .item .itemIn span {
                    position: absolute;
                    right: 0;
                    left: 0;
                    margin: auto;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(255,255,255,.8);
                    transform: scale(0);
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    -webkit-transition: all .75s ease-in-out 0s;
                    -moz-transition: all .75s ease-in-out 0s;
                    -ms-transition: all .75s ease-in-out 0s;
                    -o-transition: all .75s ease-in-out 0s;
                    transition: all .75s ease-in-out 0s
                }

                #demo6 #sync2 .item .itemIn:hover {
                    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
                    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
                    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3)
                }

                    #demo6 #sync2 .item .itemIn:hover span {
                        transform: scale(1);
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        -o-transform: scale(1)
                    }

        #demo6 #sync2 .synced .item {
            -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
            box-shadow: 0 3px 5px 0 rgba(0,0,0,.3)
        }

            #demo6 #sync2 .synced .item span {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1)
            }

.owl-buttons {
    position: absolute;
    top: 20%;
    width: 100%
}

.owl-prev {
    float: left;
    left: -45px;
    position: relative
}

    .owl-prev::before {
        content: "\f141";
        font-family: material design icons
    }

.owl-next {
    float: right
}

#about-us-sec .col-lg-6:first-child, #index-news .col-lg-6:first-child, .captcha .input-field {
    float: left
}

.owl-next:before {
    content: "\f142";
    font-family: material design icons
}

.owl-theme .owl-controls .owl-buttons div {
    background: 0 0;
    box-shadow: 0 0 0;
    font-size: 50pt;
    border-radius: 0;
    color: #c2c7cc
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: 0 0;
    color: var(--main-color);
    box-shadow: 0 0 0
}

.owl-pagination {
    display: none
}

.modal-transparent, .modal-transparent .modal-content {
    background: rgba(0,0,0,0)
}

.modal-backdrop.modal-backdrop-transparent {
    background: #fff
}

    .modal-backdrop.modal-backdrop-transparent.in {
        opacity: .9
    }

.modal-fullscreen {
    background: rgba(0,0,0,0)
}

    .modal-fullscreen .modal-content {
        background: rgba(0,0,0,0);
        border: 0;
        box-shadow: none
    }

.modal-backdrop.modal-backdrop-fullscreen {
    background: #fff
}

    .modal-backdrop.modal-backdrop-fullscreen.in {
        opacity: .97
    }

.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    width: 100%
}

@media (min-width:768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px
    }
}

@media (min-width:992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px
    }
}

@media (min-width:1200px) {
    .modal-fullscreen .modal-dialog {
        width: 100%
    }
}

.modal {
    max-height: 100% !important;
    width: 100% !important
}

.field-validation-error, .input-validate {
    color: red
}

.map {
    border-top: 1px solid #e6e7e8;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    padding: 2% 0;
    width: 100%
}

.filtr-item, .item-desc {
    padding: 1rem
}

.map iframe {
    width: 100%;
    height: 450px
}

.item-desc {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    opacity: 0;
    transition: all .3s
}

.filtr-item:hover .item-desc {
    opacity: 1;
    transition: all .3s
}

.filtr-item video {
    width: 100%;
    height: auto
}

.multifilter li, .simplefilter li, .sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 2rem
}

.simplefilter li {
    background-color: var(--main-color)
}

    .simplefilter li.active, .simplefilter li:hover {
        background-color: var(--secondary-colors)
    }

@media only screen and (max-width:1280px) {
    .owl-prev {
        left: 0
    }

    .owl-next {
        right: 0
    }
}

@media only screen and (max-width:768px) {
    .owl-buttons {
        display: none
    }
}

div#widgetmodal button {
    width: auto
}

button.closeBuy {
    background: 0 0 !important;
    width: auto;
    color: #fff !important
}

@-webkit-keyframes anim1 {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    50% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@keyframes anim1 {
    0% {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    50% {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

.controls {
    position: fixed;
    z-index: 10000000000;
    width: 200px;
    background: #212124;
    left: 0;
    top: 0;
    color: #e0e0e0;
    padding: 0;
    height: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

    .controls i {
        width: 50px;
        height: 50px;
        background: var(--main-color);
        color: var(--secondary-colors);
        font-size: 20pt;
        position: absolute;
        right: -50px;
        text-align: center;
        line-height: 2;
        top: 0;
        cursor: pointer;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
        transition: .8s
    }

        .controls i:before {
            display: block;
            animation: 2s infinite anim1;
            -webkit-animation: 2s infinite anim1;
            -moz-animation: 2s infinite anim1;
            -ms-animation: 2s infinite anim1;
            -o-animation: 2s infinite anim1
        }

    .controls label {
        margin-bottom: 33px;
        color: #fff;
        font-family: wYekan;
        font-weight: 700;
        font-size: 12pt;
        border-bottom: 1px solid rgba(255,255,255,.1);
        display: block;
        padding: 15px 15px 10px
    }

    .controls ul {
        padding: 0 5px;
        margin-bottom: 25px
    }

        .controls ul li {
            margin-bottom: 10px
        }

            .controls ul li input {
                display: inline-block;
                vertical-align: middle;
                border: 0;
                background: 0 0;
                width: 20px;
                height: 30px;
                margin-left: 1px;
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                -khtml-border-radius: 15px;
                border-radius: 15px;
                padding: 0;
                cursor: pointer
            }

            .controls ul li span {
                display: inline-block;
                vertical-align: middle;
                font-size: 8pt
            }

        .controls ul:after {
            clear: both;
            display: table;
            content: ''
        }

    .controls .btnCustom {
        margin: auto;
        display: block
    }

    .controls.open {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

        .controls.open i:before {
            animation: none;
            -webkit-animation: none;
            -moz-animation: none;
            -ms-animation: none;
            -o-animation: none
        }

@media only screen and (max-width:1200px) {
    #slider {
        height: 475px
    }
    .page-body table {
        display: flex;
        max-width: 900px !important;
        overflow-x: scroll;
        width:unset;
    }
}

@media only screen and (max-width:992px) {
    #slider {
        height: 393px
    }
    .au-head{
        margin-top:20px;
    }
    .page-body table {
        max-width: 700px !important;
    }
}

@media only screen and (max-width:768px) {
    #slider {
        height: 302px
    }
    .page-body table {
        max-width: 500px !important;
    }
}

@media only screen and (max-width:580px) {
    #slider {
        height: 223px
    }
    .page-body table {
        max-width: 350px !important;
    }
}

@media only screen and (max-width:480px) {
    #slider {
        height: 186px
    }
}

@media only screen and (max-width:480px) {
    #slider {
        height: 186px
    }
}

@media only screen and (max-width:380px) {
    #slider {
        height: 122px
    }
}

.whole.product-body li, .whole.product-body ul {
    list-style: disc;
    list-style-position: inside
}

.seosection {
    position: relative;
    font-size: 11pt;
    line-height: 2;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    padding: 30px 15px;
}

    .seosection .wrap {
        height: 150px;
        overflow: hidden;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        text-align: -moz-justify;
        text-align: -webkit-justify;
        text-align: justify;
        position: relative;
        margin-bottom: 15px
    }

        .seosection .wrap:before {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            opacity: 1;
            bottom: 0;
            height: 105px;
            z-index: 1;
            background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(99%,hsl(216deg 50% 96%)),to(#f0f4fa));
            background: linear-gradient(180deg,hsla(0,0%,100%,0),hsl(216deg 50% 96%) 99%,#F0F4FA);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#fcfcfc",GradientType=0);
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s
        }

    .seosection .morebtn {
        display: block;
        padding: 5px 20px;
        cursor: pointer;
        margin: auto;
        position: relative;
        color: #000;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

        .seosection .morebtn:hover {
            color: #ff817e
        }

    .seosection.heightauto .wrap {
        height: auto
    }

        .seosection.heightauto .wrap:before {
            height: 0
        }

.action-buttons-root.tada {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #98cb00;
    color: #fff;
    font-size: 25px;
    line-height: 64px;
    bottom: 110px
}

.nws-section.layouts-action-buttons-section .action-buttons-wrapper {
    display: flex;
    z-index: 1050;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px
}

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper.directionUp {
        flex-direction: column-reverse
    }

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root {
        display: block;
        position: relative;
        text-align: center;
        border-radius: 50%
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .icon {
            display: inline-block
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .label {
            display: inline-block;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            border-radius: 5px;
            padding: 0 5px;
            line-height: 25px;
            font-size: 12px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            bottom: auto;
            left: auto
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root i.icon {
            transition: transform 250ms cubic-bezier(.4,0,.2,1) 0s,opacity 250ms cubic-bezier(.4,0,.2,1) 0s
        }

@media (pointer:coarse) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
        pointer-events: auto
    }
}

@media (pointer:coarse) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
        pointer-events: auto
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s,height 0s linear 0s,margin 0s linear 0s
        }
}

@media (pointer:fine) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper {
        pointer-events: auto
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s,height 0s linear 0s,margin 0s linear 0s
        }
}

.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper {
    pointer-events: none;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-direction: column;
    padding-bottom: 48px;
    margin-bottom: 80px
}

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover {
        pointer-events: auto
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s,height 0s linear 0s,margin 0s linear 0s
        }

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button {
        display: block;
        position: relative;
        color: rgba(0,0,0,.54);
        margin: 8px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        padding: 0;
        font-size: 20px;
        min-width: 0;
        box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
        box-sizing: border-box;
        transition: transform .2s cubic-bezier(.4,0,.2,1) 0s,opacity .8s;
        background-color: #fff;
        opacity: 0;
        transform: scale(0)
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .icon {
            display: inline-block
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .label {
            display: inline-block;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            border-radius: 5px;
            padding: 0 5px;
            line-height: 25px;
            font-size: 12px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            bottom: auto;
            left: auto
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button i.icon {
            color: rgba(0,0,0,.54);
            background: 0 0;
            line-height: 40px
        }

.nws-section.layouts-action-buttons-section .action-buttons-wrapper:hover .action-buttons-root {
    animation: none
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }


.mobileShow {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .mobileShow {
        display: block !important;
    }

    h2{
        font-size:14pt;
    }
    .sec-head span{
        font-size:10pt;
    }
    .sec-content{
        padding:0 15px;
    }
    .main-news h2{
        font-size:11pt;
    }
    .main-news p{
        font-size:10pt;
    }
}

.material-scrolltop.reveal {
    width: 40px;
    height: 40px;
    z-index: 2000;
}

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 50px;
    right: 15px;
    left: inherit;
    padding: 0;
    outline: none;
    border: none;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.5);
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background: var(--color1);
    -webkit-transition: all .8s cubic-bezier(.25,.25,0,1);
    -moz-transition: all .8s cubic-bezier(.25,.25,0,1);
    -ms-transition: all .8s cubic-bezier(.25,.25,0,1);
    -o-transition: all .8s cubic-bezier(.25,.25,0,1);
    transition: all .8s cubic-bezier(.25,.25,0,1);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 1000;
    background-image: url(/Themes/corporate5/images/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 35%;
    -moz-background-size: 35%;
    -o-background-size: 35%;
    background-size: 35%;
    color: var(--color-font);
}

/***************** دکمه درخواست تماس *******************/
/***************** دکمه درخواست تماس *******************/
.action-buttons-root.tada {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #98cb00;
    color: #ffffff;
    font-size: 25px;
    line-height: 64px;
    bottom: 110px;
}

.nws-section.layouts-action-buttons-section .action-buttons-wrapper {
    display: flex;
    z-index: 1050;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper.directionUp {
        flex-direction: column-reverse;
    }

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root {
        display: block;
        position: relative;
        text-align: center;
        border-radius: 50%;
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .icon {
            display: inline-block;
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .label {
            display: inline-block;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 5px;
            padding: 0 5px;
            line-height: 25px;
            font-size: 12px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            bottom: auto;
            left: auto;
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root i.icon {
            transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
        }

@media (pointer: coarse) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
        pointer-events: auto;
    }
}

@media (pointer: coarse) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
        pointer-events: auto;
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
        }
}

@media (pointer: fine) {
    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper {
        pointer-events: auto;
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
        }
}

.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper {
    pointer-events: none;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-direction: column;
    padding-bottom: 48px;
    margin-bottom: 80px;
}

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover {
        pointer-events: auto;
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover .action-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
        }

    .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button {
        display: block;
        position: relative;
        color: rgba(0, 0, 0, 0.54);
        margin: 8px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        padding: 0;
        font-size: 20px;
        min-width: 0;
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s;
        background-color: #fff;
        opacity: 0;
        transform: scale(0);
    }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .icon {
            display: inline-block;
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .label {
            display: inline-block;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 5px;
            padding: 0 5px;
            line-height: 25px;
            font-size: 12px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            bottom: auto;
            left: auto;
        }

        .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button i.icon {
            color: rgba(0, 0, 0, 0.54);
            background: 0 0;
            line-height: 40px;
        }

.nws-section.layouts-action-buttons-section .action-buttons-wrapper:hover .action-buttons-root {
    animation: none;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }