p.intro, address.intro, blockquote.intro, pre.intro, h1.intro, .h1.intro, h2.intro, .h2.intro, h3.intro, .h3.intro, h4.intro, .h4.intro, h5.intro, .h5.intro, h6.intro, .h6.intro {
    margin-bottom: 68px
}

@media only screen and (max-width: 768px) {
    p.intro, address.intro, blockquote.intro, pre.intro, h1.intro, .h1.intro, h2.intro, .h2.intro, h3.intro, .h3.intro, h4.intro, .h4.intro, h5.intro, .h5.intro, h6.intro, .h6.intro {
        margin-bottom: 28px
    }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold
}

h1, .h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem
}

@media only screen and (max-width: 1024px) {
    h1, .h1 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 45px;
        line-height: 2.8125rem
    }
}

@media only screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

h2, .h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 500
}

@media only screen and (max-width: 1024px) {
    h2, .h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 27px;
        line-height: 1.6875rem
    }
}

@media only screen and (max-width: 768px) {
    h2, .h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 25px;
        line-height: 1.5625rem
    }
}

h3, .h3 {
    font-size: 24px;
   
    line-height: 2.25rem
}

@media only screen and (max-width: 1024px) {
    h3, .h3 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 26px;
        line-height: 1.625rem
    }
}

@media only screen and (max-width: 768px) {
    h3, .h3 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 22px;
        line-height: 1.375rem
    }
}

h4, .h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem
}

@media only screen and (max-width: 1024px) {
    h4, .h4 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 22px;
        line-height: 1.375rem
    }
}

@media only screen and (max-width: 768px) {
    h4, .h4 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1rem
    }
}

h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media only screen and (max-width: 768px) {
    h5, .h5 {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 15px;
        line-height: .9375rem
    }
}

h6, .h6 {
    font-size: 12px;
    font-size: .75rem;
    line-height: 12px;
    line-height: .75rem
}

/*p, blockquote, li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  
    font-weight: 100
}

@media only screen and (max-width: 1024px) {
    p, blockquote, li {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

@media only screen and (max-width: 768px) {
    p, blockquote, li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}*/

p.intro, blockquote.intro, li.intro {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36px;
    line-height: 2.25rem
}

@media only screen and (max-width: 1024px) {
    p.intro, blockquote.intro, li.intro {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 34px;
        line-height: 2.125rem
    }
}

@media only screen and (max-width: 768px) {
    p.intro, blockquote.intro, li.intro {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 32px;
        line-height: 2rem
    }
}

blockquote p {
    margin: 0;
    font-style: italic
}

.debug {
    width: 100%;
    padding: 3%;
    background: #444;
    color: #F2F2F2
}

article ol, article ul {
    margin-left: 25px;
    margin-bottom: 20px
}

    article ol li, article ul li {
        margin-bottom: 8px
    }

    article ol li {
        list-style: decimal
    }

    article ul li {
        list-style: disc
    }

article > *:last-child {
    margin-bottom: 0
}

/*a {
    text-decoration: none;
    color: #E42620;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    outline: none !important
}

    a:hover {
        color: #000
    }*/

.text-replace {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.content {
    background: #fff;
    color: #292A2E;
    padding: 60px 0
}

.single-project .content {
    padding-bottom: 0
}

.error404 .content {
    padding-top: 160px
}

.content h1, .content .h1, .content h2, .content .h2, .hentry h1, .hentry .h1, .hentry h2, .hentry .h2 {
    font-weight: 100
}

.content h1, .content .h1, .hentry h1, .hentry .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 47px;
    line-height: 2.9375rem
}

@media only screen and (max-width: 1024px) {
    .content h1, .content .h1, .hentry h1, .hentry .h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 36px;
        line-height: 2.25rem
    }
}

@media only screen and (max-width: 768px) {
    .content h1, .content .h1, .hentry h1, .hentry .h1 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

.content h2, .content .h2, .hentry h2, .hentry .h2 {
   
}

@media only screen and (max-width: 1024px) {
    .content h2, .content .h2, .hentry h2, .hentry .h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

@media only screen and (max-width: 768px) {
    .content h2, .content .h2, .hentry h2, .hentry .h2 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem
    }
}

.wpcf7 .wpcf7-response-output {
    padding: 15px;
    text-align: center;
    font-weight: 500;
    border: none
}

    .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
        background: #E42620;
        color: #fff;
        border: solid 2px #da201a
    }

    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
        background: #3FC03C;
        color: #fff;
        border: solid 2px #3bb438
    }

.wpcf7 .wpcf7-not-valid-tip {
    padding: 10px;
    text-align: center;
    font-weight: 500;
    background: #E42620;
    color: #fff;
    font-size: 12px;
    border: solid 1px #da201a
}

.page-id-195 .layout--custom-html {
    background: #292A2E
}

@media only screen and (max-width: 800px) {
    .page-id-195 .layout--custom-html .numbered-slider__slide__content {
        max-width: 480px
    }
}

@media only screen and (max-width: 600px) {
    .page-id-195 .layout--custom-html {
        padding-top: 85px
    }
}

.layout--custom-html .wpcf7-form {
    position: relative
}

    .layout--custom-html .wpcf7-form .wpcf7-response-output {
        position: absolute;
        bottom: 100px;
        left: 50%;
        max-width: 600px;
        margin: 0 0 0 -300px;
        z-index: 1000;
        width: 100%
    }

        .layout--custom-html .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
            bottom: auto;
            top: 50%;
            margin-top: -27px
        }

.btn {
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    background: none;
    padding: 22px 0 14px 16px;
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    /* text-decoration: none !important; */
    position: relative;
    /* text-transform: uppercase; */
    font-weight: 500;
    /* letter-spacing: 3px; */
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    outline: none !important;
    font-size: 14.2px;
   
    line-height: 24px;
    background-position: 90% 4px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/arro-ri--se.png);
    -webkit-background-size: 20px 7px;
    -moz-background-size: 20px 7px;
    -o-background-size: 20px 7px;
    background-size: 20px 7px;
}

.no-svg .btn {
    background-image: url("../images/hero-arrow-right.png")
}

.btn:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ACC3E5;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.btn.block {
    display: block
}

.btn.dark {
    color: #323337;
    border-color: #323337;
    background-image: url("../images/hero-arrow-right-red.png");
    -webkit-background-size: 20px 7px;
    -moz-background-size: 20px 7px;
    -o-background-size: 20px 7px;
    background-size: 20px 7px;
    background-position: right;
    text-align: left;
}

.no-svg .btn.dark {
    background-image: url("../images/hero-arrow-right-red.png")
}

.content-with-image--dark .btn.dark {
    color: #fff;
    border-color: #fff
}

    .content-with-image--dark .btn.dark:hover {
        color: #ACC3E5
    }

.btn.dark.no-border {
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 55px
}

    .btn.dark.no-border:before {
        display: none
    }

.btn:hover {
    color: #ACC3E5;
    /* background-image: url("../images/hero-arrow-right-red.svg"); */
    -webkit-background-size: 20px 7px;
    -moz-background-size: 20px 7px;
    -o-background-size: 20px 7px;
    background-size: 20px 7px
}

.no-svg .btn:hover {
    background-image: url("../images/hero-arrow-right-red.png")
}

.btn:hover:before {
    width: 100%
}

/*html, body {
    font-size: 100%;
    color: #323337
}

body {
    background: #fff
}*/

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.container--half {
    max-width: 640px
}

@media screen and (max-width: 1320px) {
    .container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.site-wrap {
    overflow: hidden
}

/*::-moz-selection {
    background-color: #ACC3E5;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #ACC3E5;
    color: #fff;
    text-shadow: none
}*/

.left {
    float: left
}

.right {
    float: right
}

.centered {
    text-align: center
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0
}

.alignright {
    float: right;
    margin: 0 0 10px 10px
}

.alignnone {
    float: none;
    margin: 0 auto 10px auto
}

.aligncenter {
    display: block;
    margin: 0 auto 10px auto
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
    width: auto !important
}

.full-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
 }
.related-content__inner .full-link {

    background:linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(309.81deg, rgba(36, 63, 140, 0.45) -8.21%, rgba(36, 63, 140, 0) 74.47%);

}
.newsHome .full-link {

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(309.81deg, rgba(36, 63, 140, 0.45) -8.21%, rgba(36, 63, 140, 0) 74.47%);
}
.table-center {
    display: table;
    width: 100%;
    height: 100%
}

.table-center__cell {
    display: flex;
width: 100%;
height: 100%;
position: absolute;
top: 0;
align-items: center;
direction: rtl;
}

.screen-height {
    height: 100vh
}
.es5arrayHome .certificatesPage .sliderMulti3 .swiper-container {
    padding: 8em 0 !important;
}
    .menu-toggle {
    width: 30px;
    height: 20px;
    position: relative
}

.menu-toggle__menu-icon {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: all .3s cubic-bezier(0.27, 0.67, 0.1, 1.12);
    -moz-transition: all .3s cubic-bezier(0.27, 0.67, 0.1, 1.12);
    -ms-transition: all .3s cubic-bezier(0.27, 0.67, 0.1, 1.12);
    -o-transition: all .3s cubic-bezier(0.27, 0.67, 0.1, 1.12);
    transition: all .3s cubic-bezier(0.27, 0.67, 0.1, 1.12);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%
}

    .menu-toggle__menu-icon:before {
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
        position: relative;
        display: block;
        top: -8px;
        -webkit-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -moz-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -ms-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -o-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23)
    }

    .menu-toggle__menu-icon:after {
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
        position: relative;
        display: block;
        top: 6px;
        -webkit-transition: all .3s cubic-bezier(0.17, 0.87, 0.1, 1.13);
        -moz-transition: all .3s cubic-bezier(0.17, 0.87, 0.1, 1.13);
        -ms-transition: all .3s cubic-bezier(0.17, 0.87, 0.1, 1.13);
        -o-transition: all .3s cubic-bezier(0.17, 0.87, 0.1, 1.13);
        transition: all .3s cubic-bezier(0.17, 0.87, 0.1, 1.13)
    }

.menu-toggle__menu-icon--active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 200%;
    height: 40px;
    width: 40px;
    margin: -22px 0 0 -20px;
    background: none;
    border: 2px solid #fff;
    padding: 14px 0 0 3px;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all .3s cubic-bezier(0.87, 0.87, 0.1, 1.63);
    -moz-transition: all .3s cubic-bezier(0.87, 0.87, 0.1, 1.63);
    -ms-transition: all .3s cubic-bezier(0.87, 0.87, 0.1, 1.63);
    -o-transition: all .3s cubic-bezier(0.87, 0.87, 0.1, 1.63);
    transition: all .3s cubic-bezier(0.87, 0.87, 0.1, 1.63)
}

    .menu-toggle__menu-icon--active:before {
        -webkit-transform: rotate(45deg) scale(0.8);
        -moz-transform: rotate(45deg) scale(0.8);
        -ms-transform: rotate(45deg) scale(0.8);
        -o-transform: rotate(45deg) scale(0.8);
        transform: rotate(45deg) scale(0.8);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -moz-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -ms-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -o-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        top: 3px
    }

    .menu-toggle__menu-icon--active:after {
        -webkit-transform: rotate(-45deg) scale(0.8);
        -moz-transform: rotate(-45deg) scale(0.8);
        -ms-transform: rotate(-45deg) scale(0.8);
        -o-transform: rotate(-45deg) scale(0.8);
        transform: rotate(-45deg) scale(0.8);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -moz-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -ms-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        -o-transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        transition: all .3s cubic-bezier(0.17, 0.67, 0.1, 1.23);
        top: 1px
    }

.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden
}

.overlay-loader-inner {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center
}

    .overlay-loader-inner .logo {
        position: relative;
        display: inline-block;
        top: 50%;
        color: #FFF;
        margin-top: -55px;
        width: 198px;
        height: 111px;
        background-image: url("../images/preloader-logo.svg");
        -webkit-background-size: 198px 111px;
        -moz-background-size: 198px 111px;
        -o-background-size: 198px 111px;
        background-size: 198px 111px
    }

.no-svg .overlay-loader-inner .logo {
    background-image: url("../images/preloader-logo.png")
}

#overlay-loader-red {
    background: #243F8C;
    z-index: 999999
}

#overlay-loader-grey {
    background: #323337
}

@media only screen and (max-width: 1024px) and (min-width: 700px) {
    .menu-visible, .menu-visible body {
        overflow: hidden !important
    }
}

.site-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.no-csstransforms .site-menu {
    display: none
}

@media only screen and (max-height: 545px) {
    .site-menu {
        overflow-y: auto
    }
}

@media only screen and (max-height: 545px), only screen and (max-width: 1024px) {
    .site-menu {
        background: #243F8C;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.site-menu--visible {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.no-csstransforms .site-menu--visible {
    display: block
}

@media only screen and (max-height: 545px), only screen and (max-width: 1024px) {
    .site-menu--visible {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@media only screen and (max-width: 1020px) {
    .site-menu .screen-height {
        height: auto !important
    }
}

@media only screen and (max-width: 700px) {
    .site-menu .screen-height.site-menu__half--project {
        display: none !important
    }
}

.site-menu__close {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 25px;
    right: 20px;
    background-color: #1D3371;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/close.svg");
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
    z-index: 500
}

.no-svg .site-menu__close {
    background-image: url("../images/close.png")
}

@media only screen and (max-width: 1320px) {
    .site-menu__close {
        top: 20px
    }
}

@media only screen and (max-width: 480px) {
    .site-menu__close {
        right: 20px;
        width: 42px;
        height: 42px;
        top: 21px
    }
}

.site-menu__close:hover {
    background-color: #243F8C
}

.site-menu__nav ul .menu-item > a {
    color: #fff;
    
    line-height: 42px;

    font-size: 24px;
    opacity: .35;
}
.has-child:hover>a{
    opacity: 1 !important;
}
.has-child ul li a{
    font-size: 14.2px;
    color: #fff;
    line-height: 33px;
}

@media only screen and (max-width: 1024px) {
    .site-menu__nav ul .menu-item > a {
        font-size: 24px;
     
        line-height: 42px
    }
}

@media only screen and (max-width: 780px) {
    .site-menu__nav ul .menu-item > a {
        font-size: 26px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 38px;
    }
}

.site-menu__nav ul .menu-item.current-menu-item > a, .site-menu__nav ul .menu-item.current_page_parent > a, .site-menu__nav ul .menu-item:hover > a, .single-service .site-menu__nav ul .menu-item#menu-item-302 > a, .single-project .site-menu__nav ul .menu-item#menu-item-303 > a, .tax-project-category .site-menu__nav ul .menu-item#menu-item-303 > a {
    color: #fff
}

.site-menu__half {
    width: 50%;
    float: right;
    background: #243F8C;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 690px
}

.site-menu__half--project {
    float: left;
    background: none;
    -webkit-transform: translate(0, 200%);
    -moz-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}

@media only screen and (max-height: 545px), only screen and (max-width: 1024px) {
    .site-menu__half--project {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.site-menu--visible .site-menu__half--project {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

@media only screen and (max-width: 1020px) {
    .site-menu__half {
        width: 100%;
        height: auto;
        min-height: 0
    }
  
    }

.site-menu__half__inner {
    padding: 7em 0 72px 0;
    direction: rtl;
}
.site-menu__half__inner nav ul#menu-header-menu{
 width: 317px;
 margin: 0 auto;
}
.site-menu__half__inner nav {
    text-align: center;
}
.site-menu__half__inner nav ul#menu-header-menu li{
   text-align: right;
}
@media only screen and (max-width: 1024px) {
    .site-menu__half__inner {
        padding: 40px 40px 100px 40px
    }
}

@media only screen and (max-width: 540px) {
    .site-menu__half__inner {
        padding: 5em 20px 100px 20px
    }
}

.site-menu__half__contact {
    position: absolute;
    bottom: 48px;
    left: 60px;
    right: 48px
}



@media only screen and (max-width: 780px) {
    .site-menu__half__contact {
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .site-menu__half__inner .site-menu__half__contact {
        left: 0 !important;
        right: 0 !important;
        font-size: .8rem;
        text-align: center;
        line-height: 28px;
    }

    .mtnMenu span {
        /* display: none; */
    }

    .mtnMenu p {
        width: 100%;
        text-align: center;
        margin: 0 auto !important;
    }
}

.site-menu__half__contact a {
    text-decoration: none !important;
    margin: 0 6px;
    margin-right: 40px;
}

.site-menu__half__contact p {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin: 0 30px 0 0;
    line-height: 19px;
    line-height: .8rem;
    font-weight: 100;
    color: #d9cfcf;
    margin-right: 2.9em;
    font-size: .75rem;
}

.mtnMenu img {
    margin-left: .7em;
    position: relative;
    top: 3px;
}
.site-menu__half__contact a {
    color: #fff;
    text-decoration: underline
}

    .site-menu__half__contact a:hover {
        color: #fff
    }

.site-menu__half__project-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: right
}

    .site-menu__half__project-link span {
        position: absolute;
        top: 0;
        left: 0;
        letter-spacing: 4px;
        text-transform: none;
        padding-right: 212px;
        text-align: left
    }

.services-sub-menu {
    display: none
}

    .services-sub-menu p {
        margin: 0
    }

        .services-sub-menu p:first-child {
            padding-top: 10px
        }

    .services-sub-menu a {
        font-weight: 500;
        font-size: 11px;
        font-size: .6875rem;
        line-height: 11px;
        line-height: .6875rem;
        text-transform: uppercase;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        letter-spacing: 2px;
        padding: 0 5px;
        position: relative;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top
    }

@media only screen and (max-width: 540px) {
    .services-sub-menu a {
        letter-spacing: 1px;
        padding: 0 2px;
        font-size: 9px;
        font-size: .5625rem;
        line-height: 9px;
        line-height: .5625rem
    }
}

@media only screen and (max-width: 360px) {
    .services-sub-menu a {
        font-size: 6px;
        font-size: .375rem;
        line-height: 6px;
        line-height: .375rem;
        letter-spacing: 0
    }
}

.services-sub-menu a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 150%;
    left: -5px;
    top: 50%;
    margin-top: -4px
}

@media only screen and (max-width: 540px) {
    .services-sub-menu a:before {
        display: none
    }
}

.services-sub-menu__title {
    color: #323337;
    padding-left: 0
}

    .services-sub-menu__title:hover {
        color: #000
    }

    .services-sub-menu__title:before {
        display: none
    }

.services-sub-menu__link {
    color: #fff
}

    .services-sub-menu__link:hover {
        color: #000
    }

    .services-sub-menu__link.first:before {
        display: none
    }

.site-search {
    background: #323337;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    filter: alpha(opacity=0)
}

.csstransforms .site-search > .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.site-search__close {
    position: absolute;
    width: 63px;
    height: 63px;
    top: 25px;
    right: 82px;
    background-color: #1F2229;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/close.svg");
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
    z-index: 500
}

.no-svg .site-search__close {
    background-image: url("../images/close.png")
}

@media only screen and (max-width: 1320px) {
    .site-search__close {
        right: 82px;
        top: 20px
    }
}

@media only screen and (max-width: 480px) {
    .site-search__close {
        right: 64px;
        width: 42px;
        height: 42px;
        top: 22px
    }
}

.site-search__close:hover {
    background-color: #14161a
}

.site-search--visible {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.site-search__container {
    padding-top: 215px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    text-align: center;
    width: 100%
}

.csstransforms .site-search__container {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%
}

.site-search__container .small-title {
    color: #ACC3E5;
    font-size: 14.2px;
}

@media only screen and (max-width: 480px) {
    .site-search__container .small-title {
        letter-spacing: 2px;
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 1320px) {
    .site-search__container {
        padding-top: 140px
    }
}

.site-search__container .search-form {
    max-width: 650px;
    margin: 0 auto
}

    .site-search__container .search-form .search-field {
        display: block;
        width: 100%;
        height: 100px;
        line-height: 97px;
        text-align: center;
        font-size: 53px;
        font-size: 24px;
        color: #fff;
        font-weight: 100;
        background: none;
        border: none;
        outline: none !important;
        margin-bottom: 24px;
        font-family: "Helvetica","IRANyekan";
        opacity: .7;
    }

@media only screen and (max-width: 900px) {
    .site-search__container .search-form .search-field {
        font-size: 36px;
        font-size: 2.25rem;
        height: 60px;
        line-height: 60px
    }
}

@media only screen and (max-width: 480px) {
    .site-search__container .search-form .search-field {
        font-size: 20px;
        font-size: 1.25rem;
        height: 40px;
        line-height: 40px
    }
}

.site-search__container .search-form .search-field::-webkit-input-placeholder {
    color: #fff
}

.site-search__container .search-form .search-field::-moz-placeholder {
    color: #fff
}

.site-search__container .search-form .search-field:-moz-placeholder {
    color: #fff
}

.site-search__container .search-form .search-field:-ms-input-placeholder {
    color: #fff
}

.site-search__container .search-form .search-submit {
    width: 160px;
    text-align: left;
    background-position: right;
    font-family: "Helvetica","IRANyekan";;
}

.site-search__key-info {
    position: absolute;
    top: 96%;
    margin-top: 80px;
    width: 190px;
    right: 100%;
    text-align: left
}

@media only screen and (max-width: 1600px) {
    .site-search__key-info {
        right: 80%
    }
}

@media only screen and (max-width: 1160px) {
    .site-search__key-info {
        text-align: center;
        width: 200px;
        margin-top: 40px;
        right: 50%;
        margin-right: -100px
    }
}

.site-search__key-info h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 12px;
    line-height: .75rem;
    /* letter-spacing: 4px; */
    font-weight: 500;
    margin-bottom: 20px;
    color: #606060;
    position: relative
}

    .site-search__key-info h4:before {
        content: '';
        width: 56px;
        height: 1px;
        background: #606060;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 100%;
        margin-right: 20px
    }

@media only screen and (max-width: 1160px) {
    .site-search__key-info h4:before {
        display: none
    }
}

.site-search__key-info li {
    margin: 0 0 2px 0
}

.site-search__key-info a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #fff;
    font-weight: 300;

}

    .site-search__key-info a:hover {
        color: #ACC3E5
    }

.site-projects {
    background: #323337;
    background: rgba(50,51,55,0.7);
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    overflow-y: hidden;
    padding: 0 0 20px 0;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    filter: alpha(opacity=0)
}

.site-projects--visible {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.site-projects__mouse-area {
    width: 380px;
    height: 100%;
    float: left;
    clear: both;
    margin-left: 6em;
}

.site-projects__mouse-area__project--1 {
    /* margin-left: 8em; */
}

.site-projects__mouse-area__project--2 {
    /* margin-left: 6em; */
}

.site-projects__mouse-area__project--3 {
    /* margin-left: -3em !important; */
}

.site-projects__mouse-area__project a {
    width: 140px !important;
    height: 140px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.showHover .whiteColor{
    line-height: 25px;
    text-align: justify
}
.whiteColor {
    font-size: .9rem;
    color: #fff;
 
}
.site-projects__mouse-area__project:hover .site-projects__mouse-area__project__title .whiteColor {
    text-align: right;
    /* margin-right: 21.2em; */
}
.site-projects__mouse-area__view-all {
    display: block;
    line-height: 142px;
    height: 142px;
    width: 142px;

    text-align: center;
    background: #243F8C;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 150%;
    font-size: 12px;
    font-size: .75rem;
}

    .site-projects__mouse-area__view-all:hover {
        background: #fff;
        color: #243F8C
    }

.site-projects__mouse-area__project {
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

    .site-projects__mouse-area__project:first-child {
        margin-top: 20px
    }

.site-projects--visible .site-projects__mouse-area__project {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.site-projects__mouse-area__project__title {
    position: absolute;
    width: 420px;
    text-align: right;
    top: 50px;
    right: 90%;
    text-align: right;
    color: #ACC3E5;
    font-weight: 100;
    font-size: 32px;
    font-size: 1rem;
    -webkit-transform: translate(25px, 0);
    -moz-transform: translate(25px, 0);
    -ms-transform: translate(25px, 0);
    -o-transform: translate(25px, 0);
    transform: translate(25px, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: hidden
}

.site-projects__mouse-area__project:hover .site-projects__mouse-area__project__title {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.site-projects__mouse-area__project a {
    border-radius: 150%;
    display: block;
    overflow: hidden;
    margin-left: 2em;
    width: 150px;
    height: 150px;
}

.site-projects__mouse-area__project--1 {
    max-width: 160px;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.site-projects__mouse-area__project--2 {
    max-width: 175px;
    margin-left: 20px;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

.site-projects__mouse-area__project--3 {
    max-width: 204px;
    margin-left: 80px;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.fixed-wrap {
    position: fixed;
    top: 30px;
    right: 20px;
   
    z-index: 99;
    width:15%;
}

    .fixed-wrap.higher {
        z-index: 3500
    }

 
.fixed-wrap .container {
    max-width: none
}

.site-header {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    z-index: 3000
}

    .site-header .container {
        max-width: none
    }

    .site-header.higher {
        z-index: 3500
    }

    .site-header.filter-open {
        z-index: 100 !important
    }

@media only screen and (max-width: 1320px) {
    .site-header {
        /* top: 20px;
        left: unset;
        right: 0 */
    }
}

.site-header__logo {
    float: right;
    display: block;
    position:fixed;
    left:20px;
 
    background-image: url(../images/logo.png);
 
    background-repeat: no-repeat;
    margin: 1em 0em;
}

.no-svg .site-header__logo {
    background-image: url("../images/front-logo.png")
}

/*@media only screen and (max-width: 480px) {
    .site-header__logo {
        width: 155px;
        height: 86px;
        background-size: 155px auto !important
    }
}*/

/*.site-header__logo:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}*/

.site-header__controls {
    float: right;
    padding: 10px;
    margin-left: 2em;
    border: solid 1px #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .site-header__controls.has-background {
        background: #292A2E
    }

@media only screen and (max-width: 600px) {
    .site-header__controls {
        padding: 0
    }
}

.site-header__controls__search, .site-header__controls__menu {
    display: block;
    float: left;
    width: 52px;
    height: 42px;
    background-repeat: no-repeat
}

@media only screen and (max-width: 500px) {
    .site-header__controls__search, .site-header__controls__menu {
        width: 40px
    }
 
}
@media only screen and (max-width: 480px) {
    .site-header__controls__search, .site-header__controls__menu {
        width: 31px
    }
}

    .site-header__controls__search {
        border-right: solid 1px #fff;
        border-right: solid 1px rgba(255,255,255,0.6);
        background-position: 40% 50%;
        background-image: url("../images/search-icon.svg");
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        -o-background-size: 14px 14px;
        background-size: 14px 14px
    }

    .no-svg .site-header__controls__search {
        background-image: url("../images/search-icon.png")
    }

    @media only screen and (max-width: 480px) {
        .site-header__controls__search {
            background-position: 50% 50%
        }
    }

    .site-header__controls__menu {
        background-position: 62% 50%;
        background-image: url("../images/menu-icon.svg");
        -webkit-background-size: 20px 14px;
        -moz-background-size: 20px 14px;
        -o-background-size: 20px 14px;
        background-size: 20px 14px
    }

    .no-svg .site-header__controls__menu {
        background-image: url("../images/menu-icon.png")
    }

    @media only screen and (max-width: 480px) {
        .site-header__controls__menu {
            background-position: 50% 50%
        }
    }

    .hero-slider {
        position: relative;
        z-index: 300
    }

    .hero-slider__projects-popup-controls {
        width: 170px;
        height: 12px;
        position: absolute;
        top: 55%;
        right: 20px;
        z-index: 500;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right
    }

    @media only screen and (max-width: 700px) {
        .hero-slider__projects-popup-controls {
            display: none
        }
    }

    .no-csstransforms .hero-slider__projects-popup-controls {
        display: none
    }

    .hero-slider__projects-popup-controls span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top
    }

    .hero-slider__projects-popup-controls .title {
        color: #fff;
        font-weight: 500;
        font-size: 11px;
        font-size: .6875rem;
        line-height: 12px;
        line-height: .75rem;
        margin-left: 15px;
    }

    .hero-slider__projects-popup-controls .dot {
        width: 12px;
        height: 12px;
        margin-right: 2px;
        border: solid 1px #fff;
        border-radius: 150%
    }

    .hero-slider__arrow {
        position: absolute;
        bottom: 35px;
        left: 50%;
        width: 10px;
        height: 35px;
        margin-left: -6px;
        /*background-image: url("../images/hero-arrow-down.svg");*/
        background-image: url('../images/arrowDown.png');
        -webkit-background-size: 10px 35px;
        -moz-background-size: 10px 35px;
        -o-background-size: 10px 35px;
        background-size: 10px 35px
    }

    .no-svg .hero-slider__arrow {
        background-image: url("../images/hero-arrow-down.png")
    }

    .hero-slider__arrow:hover {
        bottom: 30px
    }

    .hero-slider__arrow.higher {
        bottom: 110px
    }

        .hero-slider__arrow.higher:hover {
            bottom: 105px
        }

    .csstransforms3d .hero-slider__arrow {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        -o-transform: translate(0, -50px);
        transform: translate(0, -50px);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }

        .csstransforms3d .hero-slider__arrow.fade {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible
        }

    .hero-slider__slide {
        background-color: #292A2E;
        min-height: 784px;
        position: relative;
        height: 100vh
    }

    @media only screen and (max-width: 900px) {
        .hero-slider__slide {
            min-height: 600px
        }
    }

    @media only screen and (max-width: 480px) {
        .hero-slider__slide {
            min-height: 480px
        }
    }

    .hero-slider__slide__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: auto;
        background-position: center center;
        background-repeat: no-repeat
    }

    @media only screen and (min-width: 1024px) {
        .csstransforms3d .hero-slider__slide__bg {
            top: 50%;
            left: 50%;
            width: 200px;
            height: 50px;
            margin-left: -100px;
            margin-top: -25px;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }
    }

    @media only screen and (min-width: 1024px) {
        .csstransforms3d .hero-slider__slide__bg.fill {
            top: 0;
            left: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            background-size:cover;
        }
    }

    .hero-slider__slide .container {
        height: 100%
    }

    .hero-slider__slide__content {
        margin-top: 0;
        padding: 13px 0;
        color: #fff;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        float: left;
        clear: both;
        position: relative
    }

    .hero-slider__slide__content__logo {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin-bottom: 20px;
        text-align: center
    }

        .hero-slider__slide__content__logo img {
            margin: 0 auto
        }

    .hero-slider__slide__content.has-logo {
        float: none;
        margin: 0 auto;
        min-width: 260px
    }

    .csstransforms3d .hero-slider__slide__content {
        margin-top: -31px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

        .csstransforms3d .hero-slider__slide__content.has-logo {
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    @media only screen and (max-width: 480px) {
        .csstransforms3d .hero-slider__slide__content.has-logo {
            margin-top: 35px
        }
    }

    @media only screen and (max-width: 900px) {
        .hero-slider__slide__content {
            padding: 24px 0;
            margin-top: 180px
        }
    }

    @media only screen and (max-width: 480px) {
        .hero-slider__slide__content {
            margin-top: 110px
        }
    }

    .csstransforms3d .hero-slider__slide__content {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .csstransforms3d .hero-slider__slide__content.content-visible {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible
        }

    .hero-slider__slide__content__title {
        font-size: 14px !important;
        font-size: .875rem !important;
        line-height: 14px !important;
        line-height: .875rem !important;
        font-weight: 500 !important;
        color: #fff;
        /*font-family: "Gotham","Helvetica","Arial",sans-serif;*/
        letter-spacing: 4px;
        position: absolute;
        top: 100%;
        left: 5px;
        margin: 20px 0 0 0
    }

    .hero-slider__slide__content h2 {
        margin: 0;
        font-weight: 300;
        letter-spacing: 5px;
        line-height: 60px;
        max-width: 330px;
        font-size: 40px;
    }
    .hero-slider__slide__content h1 {
        margin: 0;
        font-weight: 300;
        letter-spacing: 5px;
        line-height: 60px;
        max-width: 330px;
        font-size: 40px;
    }


    @media only screen and (max-width: 1024px) {
        .hero-slider__slide__content h2 {
            /* font-size: 30px;
            font-size: 1.875rem;
            line-height: 45px;
            line-height: 2.8125rem */
        }
    }

    @media only screen and (max-width: 768px) {
        .hero-slider__slide__content h2 {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 38px;
            line-height: 2.375rem
        }
    }

    @media only screen and (max-width: 480px) {
        .hero-slider__slide__content h2 {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 34px;
            line-height: 2.125rem
        }
    }

    .hero-slider__slide__content__link {
        position: absolute;
        bottom: -62px;
        height: 62px;
        left: 90px;
        right: 0;
        line-height: 62px;
        padding: 0 50px;
        text-align: left;
        color: #fff;
        font-size: 12px;
     
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    @media only screen and (max-width: 1024px) {
        .hero-slider__slide__content__link {
            font-size: 10px;
            font-size: .625rem
        }
    }

    .hero-slider__slide__content__controls {
        position: absolute;
        left: 0;
        margin-top: 1px;
        top: 100%;
        width: 90px;
        height: 62px;
        border-right: solid 1px #fff;
        border-right: solid 1px rgba(255,255,255,0.6)
    }

        .hero-slider__slide__content__controls a {
            display: block;
            float: left;
            height: 40px;
            width: 40px;
            margin-top: 13px;
            background-repeat: no-repeat
        }

            .hero-slider__slide__content__controls a.prev {
                border-right: solid 1px #fff;
                background-position: 5px 50%;
                background-image: url("../images/hero-arrow-left.svg");
                -webkit-background-size: 20px 7px;
                -moz-background-size: 20px 7px;
                -o-background-size: 20px 7px;
                background-size: 20px 7px
            }

    .no-svg .hero-slider__slide__content__controls a.prev {
        background-image: url("../images/hero-arrow-left.png")
    }

    .hero-slider__slide__content__controls a.next {
        background-position: right center;
        background-position: right 5px center;
        background-image: url("../images/hero-arrow-right.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px
    }

    .no-svg .hero-slider__slide__content__controls a.next {
        background-image: url("../images/hero-arrow-right.png")
    }

    .service-hero {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -59px;
        margin-left: -400px;
        color: #fff;
        text-align: center
    }

    @media only screen and (max-width: 840px) {
        .service-hero {
            max-width: 420px;
            margin-left: -210px;
            margin-top: -55px
        }
    }

    @media only screen and (max-width: 460px) {
        .service-hero {
            margin-left: 0;
            left: 20px;
            right: 20px;
            margin-top: 0;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: auto;
            max-width: none
        }
    }

    .service-hero:before {
        content: '';
        position: absolute;
        top: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 324px;
        height: 248px;
        background-image: url("../images/services-triangle.svg");
        -webkit-background-size: 324px 248px;
        -moz-background-size: 324px 248px;
        -o-background-size: 324px 248px;
        background-size: 324px 248px;
     
        z-index: 1
    }

    .no-svg .service-hero:before {
        background-image: url("../images/services-triangle.png")
    }

    .service-hero * {
        position: relative;
        z-index: 2
    }

    .csstransforms3d .service-hero {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .csstransforms3d .service-hero.content-visible {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible
        }

    .service-hero h4 {
        /* margin-bottom: 9px; */
        font-size: 14.2px;
color: #ACC3E5;
    }
    .es5arrayHome.brand-list-page .sliderGalleryDefult .swiper-container{
padding-bottom: 0 !important;
    }
    .service-hero h1 {
        font-size: 40px;
      
        line-height: 55px;
        text-transform: uppercase;
        letter-spacing: 3.2px;
    }

    @media only screen and (max-width: 840px) {
        .service-hero h1 {
            font-size: 28px;
            font-size: 1.75rem;
            line-height: 42px;
            line-height: 2.625rem;
            letter-spacing: 3px
        }
    }

    @media only screen and (max-width: 460px) {
        .service-hero h1 {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 30px;
            line-height: 1.875rem
        }
    }

    .news-grid {
        padding: 175px 0 150px 0;
        background: #292A2E
    }

    @media only screen and (max-width: 1024px) {
        .news-grid {
            padding: 100px 0
        }
    }

    @media only screen and (max-width: 820px) {
        .news-grid {
            padding: 90px 0 40px 0
        }
    }

    .news-grid.layout--news-grid {
        background: #E7E7E7;
        position: relative;
        padding-bottom: 15px
    }

    @media screen and (max-width: 1024px) {
        .news-grid.layout--news-grid {
            padding-top: 175px
        }
    }

    .news-grid .view-all {
        position: absolute;
        top: -175px;
        right: 0;
        height: 68px;
        line-height: 68px;
        padding-right: 85px;
        color: #000 !important;
        text-transform: uppercase;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 100;
        /* letter-spacing: 3px */
    }

        .news-grid .view-all > span {
            width: 68px;
            height: 68px;
            position: absolute;
            top: 0;
            right: 0;
            background-color: #303135;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            .news-grid .view-all > span:before {
                content: '';
                width: 0;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                background: #ACC3E5;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -ms-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out
            }

            .news-grid .view-all > span span {
                width: 68px;
                height: 68px;
                background-image: url("../images/hero-arrow-right.svg");
                -webkit-background-size: 20px 7px;
                -moz-background-size: 20px 7px;
                -o-background-size: 20px 7px;
                background-size: 20px 7px;
                position: absolute;
                top: 0;
                right: 0;
                background-position: center center;
                background-repeat: no-repeat;
                z-index: 100
            }

    .no-svg .news-grid .view-all > span span {
        background-image: url("../images/hero-arrow-right.png")
    }

    .news-grid .view-all:hover > span:before {
        width: 100%
    }

    .no-generatedcontent .news-grid .view-all:hover > span {
        background-color: #ACC3E5
    }

    .news-grid__filter {
        margin-bottom: 30px;
        position: relative;
        /* z-index: 1100 */
    }

    .news-grid__filter__control {
        width: 74px;
        height: 74px;
        background: #717274;
        float: right;
        border-radius: 150%;
        color: #fff;
        text-align: center;
        line-height: 74px;
        font-weight: 900;
        font-size: 10px;
        font-size: .625rem;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        z-index: 1350
    }

        .news-grid__filter__control:hover, .news-grid__filter__control.active {
            color: #fff;
            background: #243F8C
        }

    .news-grid__filter__overlay {
        position: fixed;
        background: #323337;
        background: rgba(50,51,55,0.9);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1300;
        visibility: hidden;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .news-grid__filter__overlay--active {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .news-grid__filter__options {
        position: absolute;
        top: 20px;
        right: 90px;
        text-align: right;
        z-index: 1350;
        visibility: hidden;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .news-grid__filter__options--active {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .news-grid__filter__options a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 10px;
        color: #fff;
        letter-spacing: 3px;
        font-weight: 100;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        font-size: 11px;
        font-size: .6875rem;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 10px;
        margin-bottom: 10px
    }

        .news-grid__filter__options a.current, .news-grid__filter__options a:hover {
            background: #47484B;
            color: #ACC3E5
        }

    .news-grid__title {
        color: #545454;
        position: absolute;
        left: 120px;
        top: 0;
        font-size: 200px;
        font-size: 12.5rem;
        line-height: 125px;
        line-height: 7.8125rem;
        /* font-family: "Gotham","Helvetica","Arial",sans-serif; */
        letter-spacing: 5px;
        opacity: .8;
        filter: alpha(opacity=80)
    }

    @media screen and (max-width: 1320px) {
        .news-grid__title {
            left: 20px
        }
    }

    @media only screen and (max-width: 900px) {
        .news-grid__title {
            font-size: 100px;
            font-size: 6.25rem
        }
    }

    @media only screen and (max-width: 480px) {
        .news-grid__title {
            font-size: 60px;
            font-size: 3.75rem;
            line-height: 60px;
            line-height: 3.75rem;
            letter-spacing: 4px
        }
    }

    .layout--news-grid .news-grid__title {
        color: #c4c4c4;
        top: -45px;
        font-size: 120px;
        font-size: 40px;
    }

    @media only screen and (max-width: 600px) {
        .layout--news-grid .news-grid__title {
       
            font-size: 24px
        }
    }

    .news-grid__items {
        margin: 0 -16px
    }

    .news-grid__items__item {
        width: 25%
    }

        .news-grid__items__item img {
            width: 100%;
            height: auto
        }

    @media only screen and (max-width: 1080px) {
        .news-grid__items__item {
            width: 33.3333%
        }
    }

    @media only screen and (max-width: 1024px) {
        .news-grid__items__item {
            width: 50%
        }
    }

    @media only screen and (max-width: 480px) {
        .news-grid__items__item {
            width: 100%
        }
    }

    .news-grid__items__item--double {
        width: 50%
    }

    @media only screen and (max-width: 1080px) {
        .news-grid__items__item--double {
            width: 66.6666%
        }
    }

    @media only screen and (max-width: 1024px) {
        .news-grid__items__item--double {
            width: 100%
        }
    }

    .news-grid__items__item__inner {
        padding: 0 16px 32px 16px
    }

    .social-block {
        background: #243F8C;
        border-radius: 150%;
        color: #fff;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        height: 230px;
        margin: 0 auto;
        text-align: center;
        width: 230px
    }

        .social-block a {
            margin: 5px 20px;
            color: #fff;
            font-size: 24px
        }

            .social-block a:hover {
                color: #000
            }

    .post-item {
        background: #fff
    }

    .post-item--tweet {
        background: #292A2E;
        color: #fff
    }

    .post-item__double__image {
        position: relative
    }

        .post-item__double__image:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 5px;
            background: #ACC3E5;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

    .post-item--tweet .post-item__double__image:before {
        display: none !important
    }

    .post-item__double__image:hover:before {
        width: 100%
    }

    .post-item__double__image .meta {
        position: absolute;
  bottom: 120px;
  right: 65px;
  letter-spacing: 0;
  z-index: 99;
    }



    .post-item__double__image .meta a, .post-item__double__image .meta span {
        font-size: 14.2px;
      
        line-height: .24px;
        text-transform: uppercase;
        font-weight: 300
    }

    .post-item__double__image .meta a {
        /* letter-spacing: 3px; */
        color: #fff
    }

        .post-item__double__image .meta a:hover {
            color: #ACC3E5
        }

    .post-item__double__image .meta span {
        color: #ACC3E5;
        letter-spacing: 1px
    }

    .post-item__double__image h2 {
        color: #fff;
        margin: 0;
        position: absolute;
        bottom: 25px;
        right: 65px;
        text-transform: uppercase;
        font-size: 18px;
        font-size: 14.2px;
        line-height: 24px;
      
       z-index: 99;
        max-width: 350px;
    }
    .post-item__double__image .substr {
        color: #fff;
        margin: 0;
        position: absolute;
        bottom: 25px;
        right: 65px;
        text-transform: uppercase;
        font-size: 18px;
        font-size: 14.2px;
        line-height: 24px;
      
       z-index: 99;
        max-width: 350px;
    }

    @media only screen and (max-width: 600px) {
        .post-item__double__image h2 {
            bottom: 20px;
            left: 20px
        }
    }

    .post-item__inner {
        min-height: 276px;
        position: relative
    }

    .post-item--tall .post-item__inner {
        min-height: 492px
    }

    @media only screen and (max-width: 480px) {
        .post-item--tall .post-item__inner {
            min-height: 0
        }
    }

    .post-item__inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 5px;
        background: #ACC3E5;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .post-item--tweet .post-item__inner:before {
        display: none !important
    }

    .post-item__inner:hover:before {
        width: 100%
    }

    .post-item__content {
        padding: 32px 30px;
        position: relative
    }

    @media only screen and (max-width: 600px) {
        .post-item__content {
            padding: 20px
        }
    }

    .post-item__content .meta {
        margin-bottom: 18px
    }

        .post-item__content .meta a, .post-item__content .meta span {
            font-size: 12px;
            font-size: 14.2px;
            line-height: 14px;
            line-height: .875rem;
            text-transform: uppercase;
            font-weight: 300
        }

        .post-item__content .meta a {
            /* letter-spacing: 3px; */
            color: #606060
        }

    .post-item--tweet .post-item__content .meta a {
        color: #fff !important
    }

    .post-item__content .meta a:hover {
        color: #ACC3E5
    }

    .post-item__content .meta span {
        color: #ACC3E5;
        letter-spacing: 1px
    }

    .post-item__content h2, .post-item__content .h2 {
        text-transform: uppercase;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 4px
    }

    .post-item__content p {
        color: #606060;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-weight: 100;
      
        margin-bottom: 24px
    }

    .post-item--tweet .post-item__content p {
        color: #fff
    }

    .post-item__content p.posted {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 15px;
        line-height: .9375rem;
        color: #606060;
        margin-bottom: 0
    }

    .post-item__content p a {
        color: #243F8C
    }

        .post-item__content p a:hover {
            color: #ACC3E5
        }

    .circle-button {
        width: 97px;
        height: 97px;
        border: solid 2px #fff;
        border-radius: 150%;
        line-height: 95px;
        text-align: center;
        color: #ACC3E5;
        background: none;
   
        text-transform: uppercase;
        font-size: 14.2px;
    
        display: block;
        margin: 0 auto;
        padding-left: 4px
    }
   
    .news-list-page  .news-grid__items__item:nth-child(odd){
        margin-top: -335px;
    }
    .news-list-page .news-grid__items__item:nth-child(1){
        margin-top: 0;
    }
    .news-list-page .news-grid__items__item:nth-child(3){
        margin-top: 0;
    }
    .post-type-archive-project .circle-button {
        margin-top: 60px;
        width: 100px;
        height: 100px;
        text-indent: -9999px;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        position: relative
    }

        .post-type-archive-project .circle-button .sk-folding-cube {
            margin: -20px 0 0 -20px;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 50%;
            left: 50%
        }

            .post-type-archive-project .circle-button .sk-folding-cube .sk-cube {
                float: left;
                width: 50%;
                height: 50%;
                position: relative
            }

                .post-type-archive-project .circle-button .sk-folding-cube .sk-cube:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #ACC3E5;
                    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
                    animation: sk-foldCubeAngle 2.4s infinite linear both;
                    -webkit-transform-origin: 100% 100%;
                    -ms-transform-origin: 100% 100%;
                    transform-origin: 100% 100%
                }

            .post-type-archive-project .circle-button .sk-folding-cube .sk-cube2 {
                -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg);
                opacity: .8;
                filter: alpha(opacity=80)
            }

            .post-type-archive-project .circle-button .sk-folding-cube .sk-cube3 {
                -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg);
                opacity: .2;
                filter: alpha(opacity=20)
            }

            .post-type-archive-project .circle-button .sk-folding-cube .sk-cube4 {
                -webkit-transform: rotateZ(270deg);
                transform: rotateZ(270deg);
                opacity: .5;
                filter: alpha(opacity=50)
            }

            .post-type-archive-project .circle-button .sk-folding-cube .sk-cube2:before {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s
            }

            .post-type-archive-project .circle-button .sk-folding-cube .sk-cube3:before {
                -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s
            }

            .post-type-archive-project .circle-button .sk-folding-cube .sk-cube4:before {
                -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s
            }

    .circle-button:hover, .loading .circle-button {
        background: #fff;
        color: #ACC3E5
    }

    .post-type-archive-project .circle-button:hover, .post-type-archive-project .loading .circle-button {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    #ajax-next-posts-post-pagination.loading .loading {
        display: none
    }

    @-webkit-keyframes sk-foldCubeAngle {
        0%,10% {
            -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
            opacity: 0
        }

        25%,75% {
            -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
            opacity: 1
        }

        90%,100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0
        }
    }

    @keyframes sk-foldCubeAngle {
        0%,10% {
            -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
            opacity: 0
        }

        25%,75% {
            -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
            opacity: 1
        }

        90%,100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0
        }
    }

    .projects-grid {
        padding: 175px 0 0 0;
        background: #292A2E
    }

    @media only screen and (max-width: 1024px) {
        .projects-grid {
            padding: 60px 0
        }

            .projects-grid.has-logo {
                padding-top: 200px
            }
    }

    @media only screen and (max-width: 768px) {
        .projects-grid {
            padding: 40px 0
        }

            .projects-grid.has-logo {
                padding-top: 250px
            }
    }

    .projects-grid__logo {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: -120px
    }

    @media only screen and (max-width: 768px) {
        .projects-grid__logo {
            top: -100px
        }

            .projects-grid__logo img {
                max-width: 180px
            }
    }

    .projects-grid__filter {
        margin-bottom: 13px;
        position: relative;
        z-index: 1200
    }

    .home .projects-grid__filter {
        z-index: 100
    }

    .projects-grid__filter__overlay {
        position: fixed;
        background: #323337;
        background: rgba(50,51,55,0.9);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1300;
        visibility: hidden;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .projects-grid__filter__overlay--active {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .projects-grid__filter__options {
        position: absolute;
        top: 20px;
        right: 120px;
        text-align: right;
        z-index: 1350;
        visibility: hidden;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0);
        display: flex;
direction: rtl;
    }
    .projects-grid__filter__options p{
        color: #ACC3E5;
        font-size: 14.2px;
line-height: 24px;
margin-bottom: 20px;
    }
    .projects-grid__filter__options div:first-child{
        border-left: 1px solid #757575;
        padding-left: 50px;
    }
    .projects-grid__filter__options div:last-child{
     padding-right: 54px;
    }
    .projects-grid__filter__options--active {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .projects-grid__filter__options a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 10px;
        color: #fff;
      
        font-weight: 100;
   
        font-size: 14.2px;
       
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: "Helveticalight","IRANyekan";
    }

        .projects-grid__filter__options a.current, .projects-grid__filter__options a:hover {
            background: #ACC3E5;
            color: #243F8C
        }

    .projects-grid__filter__view-all {
        float: right;
        clear: both;
        height: 68px;
        line-height: 68px;
        padding-right: 85px;
        position: relative;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 100;
       
    }

    @media only screen and (max-width: 640px) {
        .projects-grid__filter__view-all {
            letter-spacing: 1px
        }
    }

    .projects-grid__filter__view-all > span {
        width: 68px;
        height: 68px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #303135;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

        .projects-grid__filter__view-all > span:before {
            content: '';
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            background: #ACC3E5;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

        .projects-grid__filter__view-all > span span {
            width: 68px;
            height: 68px;
            background-image: url("../images/hero-arrow-right.svg");
            -webkit-background-size: 20px 7px;
            -moz-background-size: 20px 7px;
            -o-background-size: 20px 7px;
            background-size: 20px 7px;
            position: absolute;
            top: 0;
            right: 0;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 100
        }

    .no-svg .projects-grid__filter__view-all > span span {
        background-image: url("../images/hero-arrow-right.png")
    }

    .projects-grid__filter__view-all:hover > span:before {
        width: 100%
    }

    .no-generatedcontent .projects-grid__filter__view-all:hover > span {
        background-color: #ACC3E5
    }

    .projects-grid__filter__control {
        width: 72px;
        height: 74px;
        background: #717274;
        float: right;
        border-radius: 150%;
        color: #fff;
        text-align: center;
        line-height: 74px;
        font-weight: 900;
        font-size: 10px;
        font-size: .625rem;
    
  
        z-index: 1400;
        position: relative
    }

        .projects-grid__filter__control:hover, .projects-grid__filter__control.active {
            color: #fff;
            /* background: #243F8C */
        }

    .projects-grid__title {
        color: #545454;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 40px;
       
        line-height: 115px;
        line-height: 7.1875rem;
    
        letter-spacing: 3px;
        opacity: .8;
        filter: alpha(opacity=80);
        z-index: 100
    }

    @media only screen and (max-width: 1024px) {
        .projects-grid__title {
            position: static;
            text-align: right
        }
    }

    @media only screen and (max-width: 768px) {
        .projects-grid__title {
            font-size: 40px;
            font-size: 2.5rem;
            line-height: 40px;
            line-height: 2.5rem;
            letter-spacing: 10px
        }
    }

    .projects-grid__title--smaller {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 60px;
        line-height: 3.75rem
    }

    @media only screen and (max-width: 640px) {
        .projects-grid__title--smaller {
            font-size: 30px;
            font-size: 1.875rem;
            line-height: 30px;
            line-height: 1.875rem;
            letter-spacing: 10px
        }
    }

    .projects-grid__items {
        max-width: 1030px;
        margin: 0 auto;
        position: relative;
        z-index: 200
    }

    .projects-grid__items__item {
        margin-top: 25px;
        padding-bottom: 90px
    }

        .projects-grid__items__item .full-link {
            display: none
        }

    @media only screen and (max-width: 1024px) {
        .projects-grid__items__item {
            padding-bottom: 25px
        }

            .projects-grid__items__item .full-link {
                display: block
            }
    }

    .projects-grid__items__item:first-child {
        margin-top: 0
    }

    .projects-grid__items__item__title {
        position: absolute;
        top: 80px;
        left: 90%;
        width: 350px;
        font-size: 32px;
        font-size: 2rem;
        line-height: 38px;
        line-height: 2.375rem;
        color: #ACC3E5;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-weight: 100;
        z-index: 300;
        padding-bottom: 40px;
        margin: 0
    }

    @media only screen and (max-width: 1024px) {
        .projects-grid__items__item__title {
            position: static;
            width: 100%;
            text-align: center !important;
            padding-bottom: 20px;
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 30px;
            line-height: 1.875rem;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            transform: none !important
        }
    }

    @media only screen and (max-width: 768px) {
        .projects-grid__items__item__title {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 26px;
            line-height: 1.625rem
        }
    }

    .projects-grid__items__item__title:before {
        content: '';
        width: 172px;
        height: 10px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0
    }

    @media only screen and (max-width: 1024px) {
        .projects-grid__items__item__title:before {
            display: none
        }
    }

    .projects-grid__items__item--right .projects-grid__items__item__title:before {
        left: auto;
        right: 0
    }

    .projects-grid__items__item__wrap--square .projects-grid__items__item__title {
        top: auto;
        bottom: 140px
    }

    .projects-grid__items__item--right .projects-grid__items__item__title {
        left: auto;
        right: 90%;
        text-align: right
    }

    .projects-grid__items__item__wrap--circle .projects-grid__items__item__title {
        left: 70%
    }

    .projects-grid__items__item--right .projects-grid__items__item__wrap--circle .projects-grid__items__item__title {
        left: auto;
        right: 70%
    }

    .projects-grid__items__item__carousel {
        position: relative;
        z-index: 2
    }

        .projects-grid__items__item__carousel .slick-arrow {
            width: 55px;
            height: 55px;
            border-radius: 150%;
            background-color: #38393D;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            bottom: -100px;
            margin: 0;
            top: auto;
            opacity: 0;
            filter: alpha(opacity=0)
        }

    .in-view .projects-grid__items__item__carousel .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    @media only screen and (max-width: 1024px) {
        .projects-grid__items__item__carousel .slick-arrow {
            display: none !important
        }
    }

    .projects-grid__items__item__carousel .slick-arrow:before {
        display: none
    }

    .projects-grid__items__item__carousel .slick-arrow:hover {
        background-color: #ACC3E5
    }

    .projects-grid__items__item__carousel .slick-arrow.slick-prev {
        background-image: url("../images/hero-arrow-left.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        left: 0
    }

    .no-svg .projects-grid__items__item__carousel .slick-arrow.slick-prev {
        background-image: url("../images/hero-arrow-left.png")
    }

    .projects-grid__items__item__carousel .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        left: 65px
    }

    .no-svg .projects-grid__items__item__carousel .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.png")
    }

    .projects-grid__items__item__wrap {
        float: left;
        clear: both;
        position: relative;
        width: 100%
    }

    @media only screen and (max-width: 960px) {
        .projects-grid__items__item__wrap {
            float: none !important;
            margin: 0 auto
        }
    }

    .projects-grid__items__item__wrap__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: #292a2e;
        background: rgba(41,42,46,0.62);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: 200;
        overflow: hidden
    }

    @media only screen and (max-width: 1024px) {
        .projects-grid__items__item__wrap__overlay {
            display: none
        }
    }

    .projects-grid__items__item__wrap:hover .projects-grid__items__item__wrap__overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .projects-grid__items__item__wrap__overlay .link-wrap {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        -webkit-transform: translate(0, -300%);
        -moz-transform: translate(0, -300%);
        -ms-transform: translate(0, -300%);
        -o-transform: translate(0, -300%);
        transform: translate(0, -300%);
        -webkit-transition-delay: .25s;
        -moz-transition-delay: .25s;
        transition-delay: .25s
    }

    .projects-grid__items__item__wrap:hover .projects-grid__items__item__wrap__overlay .link-wrap {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .projects-grid__items__item__wrap__overlay a {
        display: block;
        width: 108px;
        height: 108px;
        line-height: 108px;
        margin: 0 auto;
        background: #fff;
        border-radius: 150%;
        color: #000;
        font-weight: 500;
        text-align: center;
        letter-spacing: 4px;
        font-size: 13px;
        font-size: .8125rem;
        text-transform: uppercase
    }

    .projects-grid__items__item__wrap:hover .projects-grid__items__item__wrap__overlay a {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .projects-grid__items__item__wrap__overlay a:hover {
        color: #fff;
        background: #ACC3E5
    }

    .projects-grid__items__item__wrap:before {
        content: '';
        height: 1px;
        width: 9999px;
        position: absolute;
        left: -3000px;
        background: #3A3A3A;
        z-index: 1;
        top: 170px
    }

    .projects-grid__items__item--right .projects-grid__items__item__wrap {
        float: right
    }

    .projects-grid__items__item__wrap--rectangle {
        max-width: 625px
    }

    .projects-grid__items__item__wrap--circle {
        max-width: 502px
    }

        .projects-grid__items__item__wrap--circle .slick-list {
            border-radius: 150%
        }

    .projects-grid__items__item__wrap--square {
        margin-top: 0;
        max-width: 444px
    }

    .projects-grid__items__item__title__excerpt {
        color: #fff;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        top: 100%;
        margin-top: 15px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    @media only screen and (max-width: 1024px) {
        .projects-grid__items__item__title__excerpt {
            display: none
        }
    }

    .projects-grid__items__item:hover .projects-grid__items__item__title__excerpt {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        margin-top: 30px
    }

    .projects-grid__items__item__title__excerpt p {
        color: #fff;
      
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 30px;
        line-height: 1.875rem;
        margin: 0;
        font-weight: 100;
        text-transform: none;
        letter-spacing: 0.5px
    }

    .projects-grid__items__item--right .projects-grid__items__item__title__excerpt {
        text-align: right;
        width: 100%
    }

    .news-post {
        padding: 170px 0 0 0;
        background: #292A2E;
        overflow: hidden;
        position: relative
    }

    @media only screen and (max-width: 1100px) {
        .news-post {
            padding-top: 180px
        }
    }

    .news-post__featured-image {
        position: relative
    }

        .news-post__featured-image img {
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0)
        }

    .news-post__featured-image__bg {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }
@media only screen and (min-width:1600px){
    .news-post__featured-image__bg {
        background-size: cover;
    }
}
    .news-post__wrap__sidebar {
        float: left;
        background: #292A2E;
        width: 35.9375%;
        position: relative
    }

    @media only screen and (max-width: 1100px) {
        .news-post__wrap__sidebar {
            width: 100%;
            float: none;
            max-width: 832px;
            margin: 0 auto
        }
    }

    .news-post__wrap__sidebar:before {
        content: '';
        width: 2000px;
        position: absolute;
        top: 100%;
        right: 0;
        height: 5000px;
        margin-top: -1px;
        background-size: 1px 392px;
        background-position: top left;
        background-repeat: repeat;
        background-image: url("../images/single-sidebar-repeat.svg");
        -webkit-background-size: 1px 392px;
        -moz-background-size: 1px 392px;
        -o-background-size: 1px 392px;
        background-size: 1px 392px
    }

    .no-svg .news-post__wrap__sidebar:before {
        background-image: url("../images/single-sidebar-repeat.png")
    }

    .news-post__wrap__sidebar__title {
        padding: 75px 0 116px 125px
    }

    @media only screen and (max-width: 1100px) {
        .news-post__wrap__sidebar__title {
            padding: 0 0 30px 0
        }
    }

    .news-post__wrap__sidebar__title__date {
        font-size: 14.2px;
      
        line-height: 24px;
     
        margin-bottom: 15px;
        color: #8B8B8B;
        font-weight: 100;
      
        display: block;
        letter-spacing: 0
    }

    @media only screen and (max-width: 768px) {
        .news-post__wrap__sidebar__title__date {
            font-size: 14px;
            font-size: .875rem;
            line-height: 14px;
            line-height: .875rem
        }
    }

    .news-post__wrap__sidebar__title__heading {
        letter-spacing: 2px;
        font-size: 40px;
     
        line-height: 38px;
        line-height: 2.375rem;
        font-weight: 100;
        text-transform: uppercase;
        color: #ACC3E5;
        width: 550px;
        position: relative;
        z-index: 300;
        padding-bottom: 50px;
        margin-bottom: 42px
    }

    @media only screen and (max-width: 768px) {
        .news-post__wrap__sidebar__title__heading {
            letter-spacing: 6px;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 32px;
            line-height: 2rem;
            width: 100%
        }
    }

    .news-post__wrap__sidebar__title__heading:before {
        content: '';
        width: 172px;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff
    }

    .news-post__wrap__sidebar__title__categories {
        padding-right: 20px
    }

    .news-post__wrap__sidebar__title__categories__category {
        margin-top: 10px
    }

        .news-post__wrap__sidebar__title__categories__category:first-child {
            margin-top: 0
        }

        .news-post__wrap__sidebar__title__categories__category a {
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            font-size: .75rem;
            line-height: 16px;
            line-height: 1rem;
            letter-spacing: 4px
        }

            .news-post__wrap__sidebar__title__categories__category a:hover {
                color: #ACC3E5
            }

    .news-post__wrap__sidebar__controls {
        padding-bottom: 21px;
        position: relative;
        height: 76px
    }

    @media only screen and (max-width: 1100px) {
        .news-post__wrap__sidebar__controls {
            display: none
        }

            .news-post__wrap__sidebar__controls.moved {
                display: block
            }
    }

    .news-post__wrap__sidebar__controls.moved {
        height: auto;
        padding: 20px 0;
        float: left;
        clear: both;
        width: 100%;
        margin: 0 auto;
        max-width: 832px;
        float: none
    }

        .news-post__wrap__sidebar__controls.moved .post-share {
            margin-right: 0
        }

    .news-post__wrap__sidebar__controls .sticky-wrap {
        height: 76px;
        bottom: 0;
        position: fixed;
        max-width: 460px;
        width: 100%;
      
    }

        .news-post__wrap__sidebar__controls .sticky-wrap.fixed {
            top: 21px;
            position: fixed;
            max-width: 460px;
            width: 100%
        }

    @media only screen and (max-width: 1320px) {
        .news-post__wrap__sidebar__controls .sticky-wrap.fixed {
            position: static
        }
    }

    .news-post__wrap__sidebar__controls .back-button {
        float: left;
        width: 55px;
        height: 55px;
        border-radius: 150%;
        background-color: #38393D;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../images/hero-arrow-left.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px
    }

    .no-svg .news-post__wrap__sidebar__controls .back-button {
        background-image: url("../images/hero-arrow-left.png")
    }

    .news-post__wrap__sidebar__controls .back-button:hover {
        background-color: #ACC3E5
    }

    .news-post__wrap__sidebar__controls .post-share {
        float: right;
        margin-right: 50px
    }

    .news-post__wrap__content {
        float: left;
        background: #fff;
        width: 64.0625%;
        position: relative
    }

        .news-post__wrap__content.no-featured-image {
            padding-top: 215px
        }

    @media only screen and (max-width: 1100px) {
        .news-post__wrap__content.no-featured-image {
            padding-top: 0
        }
    }

    @media only screen and (max-width: 1100px) {
        .news-post__wrap__content {
            width: 100%;
            /* max-width: 832px; */
            margin: 0 auto;
            float: none
        }
    }

    .news-post__wrap__content:before {
        content: '';
        width: 2000px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        background: #fff
    }

    .news-post__wrap__content .hentry {
        padding: 75px;
        /* max-width: 695px; */
        direction: rtl;
text-align: right;
padding-left: 190px;
    }
    .news-post__wrap__content .hentry h3{
        margin: 20px 0;
    }
    @media only screen and (max-width: 768px) {
        .news-post__wrap__content .hentry {
            padding: 40px
        }
    }

    @media only screen and (max-width: 380px) {
        .news-post__wrap__content .hentry {
            padding: 20px
        }
    }

    .related-services__title {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 16px;
        line-height: 1rem;
        margin-bottom: 12px;
        color: #ACC3E5;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: "Gotham","Helvetica","Arial",sans-serif
    }

    .related-services a {
        color: #4A4A4A;
        font-weight: 100;
        letter-spacing: 0.5px;
        border-bottom: solid 1px #ACC3E5;
        margin-right: 8px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1rem;
        font-family: "Calibre","Helvetica","Arial",sans-serif
    }

        .related-services a:hover {
            color: #ACC3E5
        }

    .related-content {
        background: #F7F7F7;
        position: relative
    }

        .related-content:before {
            content: '';
            width: 2000px;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%;
            background: #F7F7F7
        }

    .related-content__inner {
        padding: 100px 50px
    }

    @media only screen and (max-width: 768px) {
        .related-content__inner {
            padding: 40px
        }
    }

    @media only screen and (max-width: 380px) {
        .related-content__inner {
            padding: 20px
        }
    }

    .related-content__title {
        font-size: 40px;
       
        line-height: 40px;
        
        color: #D7D7D7;
        letter-spacing: 3px;
        margin-bottom: 78px;
        font-weight: 500
    }

    @media only screen and (max-width: 768px) {
        .related-content__title {
            margin-bottom: 28px;
            font-size: 38px;
            font-size: 2.375rem;
            line-height: 38px;
            line-height: 2.375rem
        }
    }

    .related-content__items__wrap {
        /* margin: 0 -18px */
    }
    .related-content__items__item__content .full-link img{
        width: 100%;
        height: 100%;
    }
    .related-content__items__item {
        width: 40.55556%;
        float: left;
        padding: 0 18px;
        height: 230px;
    }

    @media only screen and (max-width: 1100px) {
        .related-content__items__item {
            width: 50%
        }
    }

    @media only screen and (max-width: 700px) {
        .related-content__items__item {
            width: 100%;
            margin-top: 28px
        }

            .related-content__items__item:first-child {
                margin-top: 0
            }
    }

    .related-content__items__item__inner {
        background: #fff;
        min-height: 492px;
        position: relative
    }

    @media only screen and (max-width: 700px) {
        .related-content__items__item__inner {
            /* min-height: 0 */
        }
    }

    .related-content__items__item__inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 5px;
        background: #ACC3E5;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        z-index: 999;
    }
    .related-content__items__item__inner::after{

        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
        top: 0;
        left: 0;
        z-index: 2;

    }
    .related-content__items__item__inner:hover:before {
        width: 100%
    }

    .related-content__items__item__content {
        padding: 32px 30px;
        position: relative;
        height: 100%;
    }

        .related-content__items__item__content .meta {
            margin-bottom: 38px
        }

            .related-content__items__item__content .meta a, .related-content__items__item__content .meta span {
                font-size: 12px;
                font-size: .75rem;
                line-height: 14px;
                line-height: .875rem;
                text-transform: uppercase;
                font-weight: 300
            }

            .related-content__items__item__content .meta a {
                letter-spacing: 3px;
                color: #606060
            }

                .related-content__items__item__content .meta a:hover {
                    color: #ACC3E5
                }

            .related-content__items__item__content .meta span {
                color: #ACC3E5;
                letter-spacing: 1px
            }

        .related-content__items__item__content h2, .related-content__items__item__content .h2 {
            text-transform: uppercase;
            font-size: 24px;
     
           color: #fff;
            line-height: 1.625rem;
            letter-spacing: 1px;
            z-index: 3;
position: relative;
text-align: right;
direction: rtl;
margin-top: 50px;
        }

    @media only screen and (max-width: 480px) {
        .related-content__items__item__content h2, .related-content__items__item__content .h2 {
            font-size: 16px;
            font-size: 1rem;
            line-height: 24px;
            line-height: 1.5rem
        }
    }

    .related-content__items__item__content p {
        color: #fff;
        position: relative;
z-index: 3;
font-size: 14.2px;
margin-top: 20px;
text-align: right;
direction: rtl;
    }

    .small-title {
      
        display: block;
       
    }
.textbrands{
    max-width: 545px;
    margin: 0 auto;
    direction: rtl;
    font-size: 14.2px;
line-height: 24px;
text-align: justify;
}
    .animated-title {
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 6px;
        text-align: left;
        direction: ltr;
    }

    @media only screen and (max-width: 420px) {
        .animated-title {
            letter-spacing: 4px
        }
    }

    .center-align-title .animated-title {
        text-align: center
    }

    .animated-title h1, .animated-title .h1 {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 52px;
        line-height: 3.25rem
    }

    @media only screen and (max-width: 1024px) {
        .animated-title h1, .animated-title .h1 {
            font-size: 32px;
            font-size: 2rem;
            line-height: 42px;
            line-height: 2.625rem
        }
    }

    @media only screen and (max-width: 768px) {
        .animated-title h1, .animated-title .h1 {
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 36px;
            line-height: 2.25rem
        }
    }

    @media only screen and (max-width: 420px) {
        .animated-title h1, .animated-title .h1 {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 30px;
            line-height: 1.875rem
        }
    }

    .animated-title h1, .animated-title .h1, .animated-title h2, .animated-title .h2 {
        font-weight: 300;
        margin: 0
    }

    .center-align-title .animated-title h1, .center-align-title .animated-title .h1, .center-align-title .animated-title h2, .center-align-title .animated-title .h2 {
        text-align: center
    }

    .animated-title__line {
        overflow: hidden
    }

    .center-align-title .animated-title__line {
        text-align: center
    }

    .animated-title__line h1, .animated-title__line .h1, .animated-title__line h2, .animated-title__line .h2 {
        -webkit-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1)
    }

    .animated-title__line--1 h1, .animated-title__line--1 .h1, .animated-title__line--1 h2, .animated-title__line--1 .h2 {
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    .animated-lines .animated-title__line--1 h1, .animated-lines .animated-title__line--1 .h1, .animated-lines .animated-title__line--1 h2, .animated-lines .animated-title__line--1 .h2 {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .animated-title__line--2 h1, .animated-title__line--2 .h1, .animated-title__line--2 h2, .animated-title__line--2 .h2 {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    .animated-lines .animated-title__line--2 h1, .animated-lines .animated-title__line--2 .h1, .animated-lines .animated-title__line--2 h2, .animated-lines .animated-title__line--2 .h2 {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .numbered-slider__slide {
        text-align: center;
        position: relative;
        background-repeat: no-repeat
    }

    .numbered-slider__slide__title {
        position: absolute;
        top: 115px;
        left: 60px;
        right: 60px;
        text-align: center
    }

    .numbered-slider__slide .table-center {
        min-height: 764px
    }

    @media only screen and (max-width: 900px) {
        .numbered-slider__slide .table-center {
            min-height: 600px
        }
    }

    @media only screen and (max-width: 480px) {
        .numbered-slider__slide .table-center {
            min-height: 480px
        }
    }

    .numbered-slider__slide__content {
        max-width: 870px;
        margin: 0 auto;
        text-align: center;
        padding: 40px;
        min-width: 790px;
    }

    @media only screen and (max-width: 768px) {
        .numbered-slider__slide__content {
            padding: 20px 50px
        }
    }

    .numbered-slider__slide__content p, .numbered-slider__slide__content .animate-wrap {
        -webkit-transform: translate(0, -25px);
        -moz-transform: translate(0, -25px);
        -ms-transform: translate(0, -25px);
        -o-transform: translate(0, -25px);
        transform: translate(0, -25px);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transition-delay: .25s;
        -moz-transition-delay: .25s;
        transition-delay: .25s;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }

    .numbered-slider__slide.slick-current .numbered-slider__slide__content p, .numbered-slider__slide.slick-current .numbered-slider__slide__content .animate-wrap {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .numbered-slider__slide__content .animated-title {
        margin-bottom: 40px
    }

    .numbered-slider__slide__content h1, .numbered-slider__slide__content .h1, .numbered-slider__slide__content h2, .numbered-slider__slide__content .h2 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 60px;
        line-height: 3.75rem;
        font-weight: 300;
        letter-spacing: 16px;
        text-transform: uppercase
    }

    @media only screen and (max-width: 1024px) {
        .numbered-slider__slide__content h1, .numbered-slider__slide__content .h1, .numbered-slider__slide__content h2, .numbered-slider__slide__content .h2 {
            font-size: 45px;
            font-size: 2.8125rem;
            line-height: 45px;
            line-height: 2.8125rem;
            letter-spacing: 10px
        }
    }

    @media only screen and (max-width: 768px) {
        .numbered-slider__slide__content h1, .numbered-slider__slide__content .h1, .numbered-slider__slide__content h2, .numbered-slider__slide__content .h2 {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 20px;
            line-height: 1.25rem;
            letter-spacing: 3px
        }
    }

    .numbered-slider__slide__content h1.smaller, .numbered-slider__slide__content .h1.smaller, .numbered-slider__slide__content h2.smaller, .numbered-slider__slide__content .h2.smaller {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 32px;
        line-height: 2rem;
        letter-spacing: 0
    }

    @media only screen and (max-width: 1024px) {
        .numbered-slider__slide__content h1.smaller, .numbered-slider__slide__content .h1.smaller, .numbered-slider__slide__content h2.smaller, .numbered-slider__slide__content .h2.smaller {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 30px;
            line-height: 1.875rem
        }
    }

    @media only screen and (max-width: 768px) {
        .numbered-slider__slide__content h1.smaller, .numbered-slider__slide__content .h1.smaller, .numbered-slider__slide__content h2.smaller, .numbered-slider__slide__content .h2.smaller {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 24px;
            line-height: 1.5rem
        }
    }

    @media only screen and (max-width: 480px) {
        .numbered-slider__slide__content h1.smaller, .numbered-slider__slide__content .h1.smaller, .numbered-slider__slide__content h2.smaller, .numbered-slider__slide__content .h2.smaller {
            font-size: 16px;
            font-size: 1rem;
            line-height: 22px;
            line-height: 1.375rem
        }
    }

    .numbered-slider .slick-dots {
        position: absolute;
        bottom: auto;
        left: 30px;
        top: 50%;
        right: auto;
        width: 64px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    @media only screen and (max-width: 600px) {
        .numbered-slider .slick-dots {
            top: 20px;
            left: 20px;
            width: 32px;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none
        }
    }

    .no-csstransforms .numbered-slider .slick-dots {
        top: 30px
    }

    .numbered-slider .slick-dots li {
        width: 100%;
        height: auto;
        margin: 0 0 18px 0;
        display: block
    }

    @media only screen and (max-width: 600px) {
        .numbered-slider .slick-dots li {
            margin: 0 0 10px 0
        }
    }

    .numbered-slider .slick-dots li span {
        color: #fff;
        display: block;
        text-align: left;
        cursor: pointer;
        width: 50%;
        border-bottom: solid 1px #fff;
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 19px;
        line-height: 1.1875rem;
        padding-bottom: 8px;
        font-weight: 100;
      
        letter-spacing: 2px;
        position: relative
    }
    .numbered-slider .slick-dots li button {
        color: #fff;
        display: block;
        text-align: left;
        cursor: pointer;
        width: 50%;
        border-bottom: solid 1px #fff;
        font-size: 12px;
       
        line-height: 19px;
        line-height: 1.1875rem;
        padding-bottom: 8px;
        font-weight: 100;
      font-family: Helvetica;
        letter-spacing: 2px;
        position: relative
    }
    @media only screen and (max-width: 600px) {
        .numbered-slider .slick-dots li span {
            padding-bottom: 4px;
            font-size: 11px;
            font-size: .6875rem;
            line-height: 13px;
            line-height: .8125rem
        }
    }

    .numbered-slider .slick-dots li span:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        height: 1px;
        background: #ACC3E5;
     
    }
    .numbered-slider .slick-dots li button:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        height: 1px;
        background: #ACC3E5;
        top: unset;
    }
    .numbered-slider .slick-dots li.slick-active button:before {
        width: 200%
    }

    .projects-slider-numbered__slide .table-center {
        min-height: 764px
    }

    @media only screen and (max-width: 900px) {
        .projects-slider-numbered__slide .table-center {
            min-height: 600px
        }
    }

    @media only screen and (max-width: 480px) {
        .projects-slider-numbered__slide .table-center {
            min-height: 480px
        }
    }

    .projects-slider-numbered .slick-slide .slickFadeIn {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        transition-delay: .3s
    }

    .projects-slider-numbered .slick-slide.slick-active .slickFadeIn {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .projects-slider-numbered .slick-list {
        overflow: visible !important
    }

    .projects-slider-numbered .slick-dots {
        position: absolute;
        bottom: auto;
        left: 50%;
        margin-left: 30px;
        top: 50%;
        right: auto;
        width: 64px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .no-csstransforms .projects-slider-numbered .slick-dots {
        top: 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    @media only screen and (max-width: 1100px) {
        .projects-slider-numbered .slick-dots {
            top: 20px;
            left: 20px;
            margin-left: 0;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none
        }
    }

    .projects-slider-numbered .slick-dots li {
        width: 100%;
        height: auto;
        margin: 0 0 18px 0;
        display: block
    }

        .projects-slider-numbered .slick-dots li span {
            color: #323337;
            display: block;
            text-align: left;
            cursor: pointer;
            width: 50%;
            border-bottom: solid 1px #323337;
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 19px;
            line-height: 1.1875rem;
            padding-bottom: 8px;
            font-weight: 100;
          
            letter-spacing: 2px;
            position: relative
        }

    @media only screen and (max-width: 1100px) {
        .projects-slider-numbered .slick-dots li span {
            color: #fff;
            border-color: #fff
        }
    }

    @media only screen and (max-width: 600px) {
        .projects-slider-numbered .slick-dots li span {
            padding-bottom: 4px;
            font-size: 11px;
            font-size: .6875rem;
            line-height: 13px;
            line-height: .8125rem
        }
    }

    .projects-slider-numbered .slick-dots li span:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        height: 1px;
        background: #ACC3E5
    }

    .projects-slider-numbered .slick-dots li.slick-active span:before {
        width: 200%
    }

    .latest-opportunities {
        background: #E7E7E7
    }

    .latest-opportunities__content {
        padding: 130px 0 85px 0;
        text-align: center
    }

    @media only screen and (max-width: 1024px) {
        .latest-opportunities__content {
            padding: 60px 0
        }
    }

    @media only screen and (max-width: 768px) {
        .latest-opportunities__content {
            padding: 40px 0
        }
    }

    .latest-opportunities__content .small-title {
        margin-bottom: 40px
    }

    @media only screen and (max-width: 768px) {
        .latest-opportunities__content .small-title {
            margin-bottom: 20px
        }
    }

    .latest-opportunities__content h2 {
        text-transform: uppercase
    }

    .latest-opportunities__jobs__job {
        border-bottom: solid 1px #fff
    }

        .latest-opportunities__jobs__job:last-child {
            border: none
        }

        .latest-opportunities__jobs__job .content {
            background: #E7E7E7;
            margin: 0 -50px
        }

    @media only screen and (max-width: 860px) {
        .latest-opportunities__jobs__job .content {
            padding: 20px 0
        }
    }

    @media only screen and (max-width: 640px) {
        .latest-opportunities__jobs__job .content {
            margin: 0
        }
    }

    .latest-opportunities__jobs__job__content {
        display: none;
        max-width: 860px;
        margin: 0 auto
    }

    .latest-opportunities__jobs__job__content__half {
        float: left;
        width: 50%
    }

    @media only screen and (max-width: 640px) {
        .latest-opportunities__jobs__job__content__half {
            width: 100%
        }
    }

    .latest-opportunities__jobs__job__content__half__inner {
        padding: 0 50px
    }

    @media only screen and (max-width: 640px) {
        .latest-opportunities__jobs__job__content__half__inner {
            padding: 0
        }
    }

    .latest-opportunities__jobs__job__content__button-wrap {
        margin: 120px auto 0 auto;
        max-width: 446px;
        width: 100%
    }

    @media only screen and (max-width: 860px) {
        .latest-opportunities__jobs__job__content__button-wrap {
            margin-top: 40px
        }
    }

    @media only screen and (max-width: 640px) {
        .latest-opportunities__jobs__job__content__button-wrap {
            margin-top: 0
        }
    }

    .latest-opportunities__jobs__job__content__button-wrap .btn {
        width: 100%
    }

    .latest-opportunities__jobs__job__title {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-size: .6875rem;
        line-height: 11px;
        line-height: .6875rem;
        letter-spacing: 4px;
        font-weight: 900;
        text-align: center;
        background: #292A2E;
        margin: 0;
        padding: 38px 100px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer;
        position: relative
    }

    @media only screen and (max-width: 860px) {
        .latest-opportunities__jobs__job__title {
            padding: 28px 81px 28px 28px;
            text-align: left
        }
    }

    .latest-opportunities__jobs__job__title__close {
        position: absolute;
        top: 14px;
        right: 20px;
        width: 64px;
        height: 59px;
        background-color: #C02217;
        background-image: url("../images/close.svg");
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center center
    }

    .no-svg .latest-opportunities__jobs__job__title__close {
        background-image: url("../images/close.png")
    }

    @media only screen and (max-width: 860px) {
        .latest-opportunities__jobs__job__title__close {
            width: 39px;
            height: 39px;
            right: 14px;
            background-size: 10px 10px !important
        }
    }

    .latest-opportunities__jobs__job__title__close:hover {
        background-color: #921a12
    }

    .latest-opportunities__jobs__job__title a {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }

    .latest-opportunities__jobs__job__title.active {
        background: #ACC3E5
    }

        .latest-opportunities__jobs__job__title.active a {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible
        }

    .full-width-content__wrap {
        padding: 170px 0 240px 0;
        text-align: center
    }

    @media only screen and (max-width: 1024px) {
        .full-width-content__wrap {
            padding: 100px 0
        }
    }

    @media only screen and (max-width: 768px) {
        .full-width-content__wrap {
            padding: 50px 0
        }
    }

    .full-width-content__content {
        max-width: 660px;
        margin: 0 auto
    }

    .content-animating-box {
        padding: 0;
        padding-bottom: 3em;
    }

    @media only screen and (max-width: 768px) {
        .content-animating-box {
            padding: 0;
        }
    }

    .content-animating-box__split {
        width: 60%;
        float: left;
    }

    @media only screen and (max-width: 768px) {
        .content-animating-box__split {
            width: 100%
        }
    }

    .content-animating-box__split--image {
        background-size: cover;
        height: 100%;
        position: relative;
        z-index: 200
    }

    @media only screen and (max-width: 768px) {
        .content-animating-box__split--image {
            height: 280px
        }
    }

    .content-animating-box__split--image-2 {
        background-size: cover;
        height: 340px;
        max-width: 700px;
        /*box-shadow: 0 0 20px 2px rgba(0,0,0,0.25)*/
    }

    @media only screen and (max-width: 768px) {
        .content-animating-box__split--image-2 {
            height: 280px;
            max-width: none;
            box-shadow: none
        }
    }

    .content-animating-box__split--smaller {
        width: 40%;
        float: left
    }

    @media only screen and (max-width: 768px) {
        .content-animating-box__split--smaller {
            width: 100%
        }
    }

    .content-animating-box__content {
        padding: 35px 0 60px 124px;
        max-width: 700px;
        direction: rtl;
    }

    @media only screen and (max-width: 768px) {
        .content-animating-box__content {
            max-width: 100%;
            padding: 60px 20px
        }
    }

    .content-animating-box__box {
        float: right;
        margin: 20px;
        max-width: 251px;
        height: 252px;
        width: 100%;
        margin-right: 2em;
        position: relative;
    }

    @media only screen and (max-width: 768px) {
        .content-animating-box__box {
            max-width: none;
            float: left;
            width: auto
        }
    }

    .content-animating-box__box .slick-slide {
        padding: 150px 30px 30px 30px;
        position: relative
    }

    .content-animating-box__box__title {
        text-transform: uppercase;
        font-size: 11px;
        font-size: .6875rem;
        line-height: 11px;
        line-height: .6875rem;
        letter-spacing: 4px;
        font-weight: 900;
        color: #000;
        position: absolute;
        top: 30px;
        left: 100px
    }

        .content-animating-box__box__title:before {
            content: '';
            width: 56px;
            height: 1px;
            background: #000;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            right: 100%;
            margin-right: 20px;
        }

    .content-animating-box__box__headline {
        margin: 0;
        font-weight: 100;
        text-transform: uppercase;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        letter-spacing: 2px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px;
        line-height: 1.625rem;
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }

        .content-animating-box__box__headline.in-view {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none
        }

        .content-animating-box__box__headline strong {
            color: #ACC3E5;
            font-weight: 500
        }

    .layout--cover {
        background-size: cover;
        background-position: center center
    }

    .floating-menu {
        position: fixed;
        bottom: 20px;
        left: 20px;
        background: #fff;
        width: 35px;
        border-radius: 10px;
        padding: 15px 0;
        z-index: 2000
    }

    @media only screen and (max-width: 1024px) {
        .floating-menu {
            display: none
        }
    }

    .floating-menu__list {
        width: 10px;
        margin: 0 auto
    }

    .floating-menu__list__item {
        width: 10px;
        height: 10px;
        position: relative;
        margin-top: 38px;
        background: #D5D5D5;
        border-radius: 150%;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }


        .floating-menu__list__item:before {
            z-index: -1;
            content: '';
            width: 2px;
            height: 44px;
            background: #D5D5D5;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            bottom: 100%;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

        .floating-menu__list__item:after {
            z-index: -1;
            content: '';
            width: 2px;
            height: 0;
            background: #ACC3E5;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            top: -44px;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

        .floating-menu__list__item.active:after {
            height: 44px
        }

        .floating-menu__list__item:first-child {
            margin-top: 0
        }

            .floating-menu__list__item:first-child:before, .floating-menu__list__item:first-child:after {
                display: none
            }

        .floating-menu__list__item a {
            position: absolute;
            padding-left: 35px;
            top: -3px;
            left: 0;
            color: #000;
            font-weight: 500;
            text-transform: uppercase;
            font-size: .75rem;
            line-height: 16px;
            line-height: 1rem;
            width: 300px
        }

            .floating-menu__list__item a span {
                margin-top: -5px;
                display: inline-block;
                display: inline;
                zoom: 1;
                vertical-align: top;
                background: #fff;
                padding: 5px;
                border-radius: 5px;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -ms-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
                visibility: hidden;
                -webkit-transform: translate(20px, 0);
                -moz-transform: translate(20px, 0);
                -ms-transform: translate(20px, 0);
                -o-transform: translate(20px, 0);
                transform: translate(20px, 0);
                opacity: 0;
                padding: 6px 1.1em;
            }

            .floating-menu__list__item a:hover span {
                visibility: visible;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
                opacity: 1;
                filter: alpha(opacity=100)
            }

    .site-wrap {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out
    }

    .site-wrap--visible {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .page-layouts {
        position: relative
    }

        .page-layouts .floating-menu.sticky {
            position: absolute;
            bottom: 20px
        }

    @media only screen and (max-width: 1020px) {
        .layout-service-images .content-with-image__half {
            width: 100%
        }
    }

    .service-image {
        position: relative
    }

    .service-image__center {
        width: 289px;
        height: 289px;
        background-image: url("../images/service-image-center.svg");
        -webkit-background-size: 289px 289px;
        -moz-background-size: 289px 289px;
        -o-background-size: 289px 289px;
        background-size: 289px 289px;
        position: absolute;
        top: 50%;
        margin-top: -144.5px
    }

    .no-svg .service-image__center {
        background-image: url("../images/service-image-center.png")
    }

    @media only screen and (max-width: 1280px) {
        .service-image__center {
            width: 200px;
            height: 200px;
            background-size: 200px 200px !important;
            margin-top: -100px
        }
    }

    @media only screen and (max-width: 1020px) {
        .service-image__center {
            left: 50% !important;
            right: auto !important;
            margin-left: -100px
        }
    }

    .service-image__center--left {
        left: 200px
    }

    @media only screen and (max-width: 1280px) {
        .service-image__center--left {
            left: 150px
        }
    }

    .service-image__center--right {
        right: 200px
    }

    @media only screen and (max-width: 1280px) {
        .service-image__center--right {
            right: 150px
        }
    }

    .service-image__center__line {
        width: 1px;
        height: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 2px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transition-delay: 1.8s;
        -moz-transition-delay: 1.8s;
        transition-delay: 1.8s
    }

    .animate-service-line .service-image__center__line {
        height: 1041px
    }

    @media only screen and (max-width: 1280px) {
        .animate-service-line .service-image__center__line {
            height: 649px
        }
    }

    @media only screen and (max-width: 1020px) {
        .animate-service-line .service-image__center__line {
            display: none
        }
    }

    .layout:last-child .service-image__center__line {
        display: none
    }

    .service-image__center__line--left {
        -webkit-transform: rotate(41.5deg);
        -moz-transform: rotate(41.5deg);
        -ms-transform: rotate(41.5deg);
        -o-transform: rotate(41.5deg);
        transform: rotate(41.5deg);
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        margin-left: 0px
    }

    @media only screen and (max-width: 1280px) {
        .service-image__center__line--left {
            -webkit-transform: rotate(50.35deg);
            -moz-transform: rotate(50.35deg);
            -ms-transform: rotate(50.35deg);
            -o-transform: rotate(50.35deg);
            transform: rotate(50.35deg)
        }
    }

    .service-image__center__line--right {
        -webkit-transform: rotate(-41.5deg);
        -moz-transform: rotate(-41.5deg);
        -ms-transform: rotate(-41.5deg);
        -o-transform: rotate(-41.5deg);
        transform: rotate(-41.5deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        margin-left: 0
    }

    @media only screen and (max-width: 1280px) {
        .service-image__center__line--right {
            -webkit-transform: rotate(-32.35deg);
            -moz-transform: rotate(-32.35deg);
            -ms-transform: rotate(-32.35deg);
            -o-transform: rotate(-32.35deg);
            transform: rotate(-32.35deg);
        }
        .animate-service-line .service-image__center__line{
            height: 926px;
        }
        .service-image__center__line--left{
            -webkit-transform:rotate(32.35deg);
    -moz-transform: rotate(32.35deg);
    -ms-transform: rotate(32.35deg);
    -o-transform:rotate(32.35deg);
    transform: rotate(32.35deg)
        }
    }
@media only screen and (max-width:1024px){
    .animate-service-line .service-image__center__line{
        height: 926px;
    }
    .service-image__center__line--right{
        -webkit-transform: rotate(-32.65deg);
-moz-transform: rotate(-32.65deg);
-ms-transform: rotate(-32.65deg);
-o-transform: rotate(-32.65deg);
transform: rotate(-32.65deg);
    }
    .service-image__center__line--left{
        -webkit-transform: rotate(50.35deg);
-moz-transform: rotate(33.35deg);
-ms-transform: rotate(33.35deg);
-o-transform: rotate(33.35deg);
transform: rotate(33.35deg);
    }
}
    .layout--introduction {
        background-color: #292A2E;
        min-height: 890px;
        position: relative;
        height: 0;
        height: 100vh;
        text-align: center;
        color: #fff
    }

    @media only screen and (max-width: 900px) {
        .layout--introduction {
            min-height: 600px
        }
    }

    @media only screen and (max-width: 480px) {
        .layout--introduction {
            min-height: 480px
        }
    }

    .introduction-section {
        position: relative
    }

    .introduction-section__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: auto;
        background-position: center center;
        background-repeat: no-repeat
    }

    @media only screen and (min-width: 1024px) {
        .introduction-section__bg {
            top: 50%;
            left: 50%;
            width: 200px;
            height: 50px;
            margin-left: -100px;
            margin-top: -25px;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }
    }

    @media only screen and (min-width: 1024px) {
        .introduction-section__bg.fill {
            top: 0;
            left: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            background-size: contain;
        }
    }

    .content-animated-line-wrap {
        position: relative;
        z-index: 50;
        visibility: visible !important;
        animation-name: none !important
    }

        .content-animated-line-wrap .above-line {
            position: relative;
            z-index: 300
        }

    .content-animated-line {
        position: absolute;
        bottom: 20%;
        left: -1px;
        height: 0;
        background: #000;
        width: 1px;
        z-index: 100;
        -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        transform: rotate(42deg);
        -webkit-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center;
        opacity: .1;
    }

    .content-with-image--dark .content-animated-line {
        background: #404040
    }

    .content-animated-line.extended {
        left: -80px;
        bottom: 15%
    }

    .animated .content-animated-line {
        height: 70%
    }

        .animated .content-animated-line.extended {
            height: 80%
        }

    .service-content h2 {
        color: #243F8C;
        text-transform: uppercase;
        font-weight: 100;
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: 8px;
        text-align: right;
        direction: rtl;
        margin-bottom: 30px;
    }
    .abs-logo-brand {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto auto;
        top: 0;
        bottom: 0;}
    .content-with-image__content.service-content p{
        font-size: 14.2px;
        line-height: 24px;
        text-align: right;
        direction: rtl;
    }
    .content-with-image {
        background-color: #fff;
        position: relative;
        color: #000;
        z-index: 100
    }

        .content-with-image.higher {
            z-index: 1000
        }

    .content-with-image__half {
        min-height: 780px;
        width: 50%;
        float: left;
        position: relative;
        z-index: 50
    }

    @media only screen and (max-width: 1280px) {
        .content-with-image__half {
            /* min-height: 0 */
        }
    }

    @media only screen and (max-width: 800px) {
        .content-with-image__half {
            width: 100%
        }
    }

    .content-with-image__half--image {
        background-size: cover;
        background-position: center center;
        z-index: 500
    }

    .content-with-image--reverse .content-with-image__half--image {
        float: right
    }
    .attachment-gallery_circle.size-gallery_circle{
        width: 100%;
        height: 100%;
    }
    @media only screen and (max-width: 800px) {
        .content-with-image__half--image {
            height: auto !important;
            min-height: unset !important;
        }
        .content-with-map__map{
            position: relative !important;
        }
    }

    .content-with-image--dark .content-with-image__half--content {
        background: #292A2E;
        color: #A4A4A4
    }

        .content-with-image--dark .content-with-image__half--content h1, .content-with-image--dark .content-with-image__half--content .h1, .content-with-image--dark .content-with-image__half--content h2, .content-with-image--dark .content-with-image__half--content .h2, .content-with-image--dark .content-with-image__half--content h3, .content-with-image--dark .content-with-image__half--content .h3, .content-with-image--dark .content-with-image__half--content h4, .content-with-image--dark .content-with-image__half--content .h4, .content-with-image--dark .content-with-image__half--content h5, .content-with-image--dark .content-with-image__half--content .h5, .content-with-image--dark .content-with-image__half--content h6, .content-with-image--dark .content-with-image__half--content .h6 {
            color: #ACC3E5
        }

        .content-with-image--dark .content-with-image__half--content .small-title {
            color: #ACC3E5
        }

    .content-with-image__half--content .neg-margin {
        background: #fff;
        position: relative;
        margin-top: -70px;
        padding-top: 70px
    }

    .content-with-image--dark .content-with-image__half--content .neg-margin {
        background: #292A2E
    }

    .content-with-image__half--content .table-center {
        min-height: 780px
    }

    @media only screen and (max-width: 1280px) {
        .content-with-image__half--content .table-center {
            /* min-height: 0 */
        }
    }

    .content-with-image__half__inner {
        padding: 120px;
        width: 100%;
    }

    @media only screen and (max-width: 1280px) {
        .content-with-image__half__inner {
            padding: 60px
        }
    }

    @media only screen and (max-width: 1100px) {
        .content-with-image__half__inner h1 br, .content-with-image__half__inner .h1 br, .content-with-image__half__inner h2 br, .content-with-image__half__inner .h2 br {
            display: none
        }
    }

    @media only screen and (max-width: 600px) {
        .content-with-image__half__inner {
            padding: 40px
        }
    }

    .post-share {
        height: 55px;
        line-height: 55px
    }

    .post-share__title {
        margin-right: 33px;
        float: left;
        color: #A4A4A4;
        font-size: 14.2px;
       
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 100
    }

    @media only screen and (max-width: 430px) {
        .post-share__title {
            margin-right: 0
        }
    }

    .post-share__tool {
        margin-left: 22px;
        float: left;
        width: 55px;
        height: 55px;
        border-radius: 150%;
        text-align: center;
        background: #fff;
        color: #292A2E;
        font-size: 20px;
        font-size: 1.25rem
    }

    @media only screen and (max-width: 430px) {
        .post-share__tool {
            margin-left: 11px
        }
    }

    .post-share__tool:hover {
        color: #fff;
        background: #ACC3E5
    }

    .absolute-lines {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

        .absolute-lines.animated, .absolute-lines.animated * {
            visibility: visible !important;
            -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
            -webkit-animation-name: none !important;
            animation-name: none !important;
            -webkit-animation-fill-mode: none !important;
            animation-fill-mode: none !important
        }

    .absolute-lines__l-t, .absolute-lines__l-b {
        height: 3px;
        width: 0;
        background: #282828;
        position: absolute;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .absolute-lines--light .absolute-lines__l-t, .absolute-lines--light .absolute-lines__l-b {
        background: #fff
    }

    .absolute-lines__l-r, .absolute-lines__l-l {
        height: 0;
        width: 3px;
        background: #282828;
        position: absolute;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .absolute-lines--light .absolute-lines__l-r, .absolute-lines--light .absolute-lines__l-l {
        background: #fff
    }

    .absolute-lines__l-t {
        top: 0;
        left: 0
    }

    .absolute-lines__l-r {
        top: 0;
        right: 0;
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s
    }

    .absolute-lines__l-b {
        right: 0;
        bottom: 0;
        -webkit-transition-delay: .8s;
        -moz-transition-delay: .8s;
        transition-delay: .8s
    }

    .absolute-lines__l-l {
        bottom: 0;
        left: 0;
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .animated .absolute-lines__l-t, .animated .absolute-lines__l-b, .animate-on-hover:hover .absolute-lines__l-t, .animate-on-hover:hover .absolute-lines__l-b {
        width: 100%
    }

    .animated .absolute-lines__l-l, .animated .absolute-lines__l-r, .animate-on-hover:hover .absolute-lines__l-l, .animate-on-hover:hover .absolute-lines__l-r {
        height: 100%
    }

    .above-absolute-lines {
        position: relative;
        z-index: 2
    }

        .above-absolute-lines.absolute {
            position: absolute
        }

    .team-grid {
        position: relative;
        background: #292A2E;
        padding: 50px 50px 150px 50px;
        border-bottom: solid 1px #3A3A3A
    }

    @media only screen and (max-width: 1060px) {
        .team-grid {
            padding: 50px 0
        }
    }

    .team-grid:before, .team-grid:after {
        content: '';
        height: 1px;
        background: #3A3A3A;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100
    }

    .team-grid:before {
        top: 240px
    }

    .team-grid:after {
        top: 616px
    }

    .team-grid__wrap {
        position: relative;
        z-index: 200
    }

    .team-grid__title {
        max-width: 450px;
        width: 100%;
        position: absolute;
        top: 90px;
        left: 90px;
        z-index: 250
    }

    @media only screen and (max-width: 1060px) {
        .team-grid__title {
            position: static;
            max-width: none;
            text-align: center
        }
    }

    .team-grid__title .small-title {
        color: #fff;
        margin-bottom: 40px;
        text-align: right;
font-size: 14.2px;
    }

    .team-grid__title h2, .team-grid__title .h2 {
        color: #ACC3E5;
        font-weight: 100;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 40px;
        line-height: 2.5rem;
        letter-spacing: 2px;
        text-align: right;
    }

    .team-grid__blocks {
        float: right;
        clear: both;
        max-width: 790px
    }

    @media only screen and (max-width: 1060px) {
        .team-grid__blocks {
            float: none;
            margin: 0 auto
        }
    }

    @media only screen and (max-width: 568px) {
        .team-grid__blocks {
            max-width: 376px
        }
    }

    .team-grid__blocks__block {
        width: 50%;
        float: left;
        position: relative
    }

    @media only screen and (max-width: 568px) {
        .team-grid__blocks__block {
            width: 100%
        }
    }

    .team-grid__blocks__block figure {
        margin: 0 0 20px 20px;
        position: relative
    }

    .team-grid__blocks__block__info {
        padding: 10px;
        min-width: 240px;
        position: absolute;
        top: 50%;
        left: -40px;
        color: #fff;
        z-index: 1000;
        text-align: right;
        direction: rtl;
    }

    .team-grid__blocks__block:nth-child(2n+1) .team-grid__blocks__block__info {
        top: 20%;
        left: -120px
    }

    .team-grid__blocks__block:nth-child(2n+2) .team-grid__blocks__block__info {
        top: 70%;
        left: 45%
    }

    .team-grid__blocks__block:nth-child(2) .team-grid__blocks__block__info {
        top: 70%;
        left: -95px
    }

    @media only screen and (max-width: 1100px) {
        .team-grid__blocks__block__info {
            top: auto !important;
            left: 40px !important;
            right: 20px !important;
            bottom: 40px !important;
            min-width: 0
        }
    }

    .team-grid__blocks__block__info .position {
        color: #ACC3E5
    }

    .team-grid__blocks__block__info .absolute-lines {
        top: -3px;
        left: -3px;
        bottom: -3px;
        right: -3px;
        width: auto;
        height: auto
    }

        .team-grid__blocks__block__info .absolute-lines div {
            background: #fff
        }

    .team-grid__blocks__block__info p {
        font-weight: 100;
      
        margin: 0;
        line-height: 22px;
        line-height: 1.375rem;
        font-size: 16px;
        font-size: 1rem
    }

    .projects-with-page-link {
        background: #292A2E;
        padding: 60px 0 100px 0;
        position: relative;
        overflow: hidden
    }

    @media only screen and (max-width: 1280px) {
        .projects-with-page-link {
            padding: 60px 0
        }
    }

    @media only screen and (max-width: 768px) {
        .projects-with-page-link {
            padding: 0 0 40px 0
        }
    }

    .projects-with-page-link:before {
        content: '';
        height: 1px;
        position: absolute;
        top: 400px;
        left: 0;
        right: 0;
        width: 100%;
        background: #3A3A3A;
        z-index: 100
    }

    .projects-with-page-link__wrap {
        margin: 0 -30px;
        position: relative;
        z-index: 200
    }

    .projects-with-page-link__half {
        float: left;
        width: 50%
    }

    @media only screen and (max-width: 768px) {
        .projects-with-page-link__half {
            width: 100%;
            margin-top: 40px
        }
    }

    .projects-with-page-link__half__inner {
        padding: 0 30px
    }

    .projects-with-page-link__half .wrap {
        position: relative;
        min-height: 260px
    }

        .projects-with-page-link__half .wrap.border {
            border: solid 3px #fff
        }

            .projects-with-page-link__half .wrap.border .absolute-lines {
                top: -3px;
                left: -3px;
                bottom: -3px;
                right: -3px;
                width: auto;
                height: auto
            }

                .projects-with-page-link__half .wrap.border .absolute-lines div {
                    background: #ACC3E5
                }

        .projects-with-page-link__half .wrap .block-small-title {
            color: #fff;
            position: absolute;
            top: 50px;
            left: 115px;
            text-transform: uppercase;
            font-size: 11px;
            font-size: .6875rem;
            line-height: 11px;
            line-height: .6875rem;
            letter-spacing: 4px;
            font-weight: 900
        }

    @media only screen and (max-width: 1280px) {
        .projects-with-page-link__half .wrap .block-small-title {
            top: 30px
        }
    }

    @media only screen and (max-width: 500px) {
        .projects-with-page-link__half .wrap .block-small-title {
            top: 20px;
            left: 96px
        }
    }

    .projects-with-page-link__half .wrap .block-small-title:before {
        content: '';
        width: 56px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 100%;
        margin-right: 20px
    }

    .projects-with-page-link__half .wrap .block-title {
        position: absolute;
        margin: 0;
        bottom: 40px;
        left: 40px;
        right: 40px;
        color: #fff;
        font-weight: 100;
        text-transform: uppercase;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 50px;
        line-height: 3.125rem;
        letter-spacing: 10px
    }

    @media only screen and (max-width: 1280px) {
        .projects-with-page-link__half .wrap .block-title {
            font-size: 30px;
            font-size: 1.875rem;
            line-height: 40px;
            line-height: 2.5rem;
            letter-spacing: 6px
        }
    }

    @media only screen and (max-width: 860px) {
        .projects-with-page-link__half .wrap .block-title {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 30px;
            line-height: 1.875rem;
            letter-spacing: 4px
        }
    }

    @media only screen and (max-width: 500px) {
        .projects-with-page-link__half .wrap .block-title {
            bottom: 20px;
            left: 20px;
            right: 20px
        }
    }

    .projects-with-page-link__half .wrap figure {
        margin: 0 auto;
        max-width: 497px;
        overflow: hidden;
        border-radius: 150%;
        max-height: 497px;
    }

    .projects-with-page-link__half .wrap .projects {
        color: #ACC3E5;
        font-weight: 100;
        text-transform: uppercase;
    
        font-size: 24px;
        line-height: 40px;
        line-height: 2.5rem;
        letter-spacing: 2px;
        position: absolute;
        top: 80px;
        left: 40px
    }

    @media only screen and (max-width: 500px) {
        .projects-with-page-link__half .wrap .projects {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 30px;
            line-height: 1.875rem;
            top: 20px;
            left: 20px
        }
    }

    .projects-with-page-link__half .wrap .projects:before {
        content: '';
        position: absolute;
        top: 80px;
        left: 0;
        height: 10px;
        width: 172px;
        background: #fff
    }

    @media only screen and (max-width: 500px) {
        .projects-with-page-link__half .wrap .projects:before {
            top: 40px
        }
    }

    .projects-with-page-link__half .wrap .projects:after {
        content: '';
        position: absolute;
        top: 80px;
        left: 0;
        height: 10px;
        width: 0;
        background: #ACC3E5;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    @media only screen and (max-width: 500px) {
        .projects-with-page-link__half .wrap .projects:after {
            top: 40px
        }
    }

    .projects-with-page-link__half .wrap:hover h2:after {
        width: 172px
    }

    .project-post__details__block {
        width: 21.09375%;
        margin: 0 8.59375% 0 14.0625%;
        float: left;
        text-align: right;
        position: relative
    }

    @media only screen and (max-width: 1280px) {
        .project-post__details__block {
            width: 25%;
            margin: 0 5% 0 10%
        }
    }

    @media only screen and (max-width: 980px) {
        .project-post__details__block {
            margin: 0;
            width: 100%
        }
   
    }

    .project-post__details__block__inner {
        padding: 175px 20px 20px 20px
    }

    .project-post__details__block__title {
        text-transform: uppercase;
        font-size: 14.2px;

        line-height: 24px;
    
        font-weight: 900;
        color: #000;
        position: absolute;
        top: 36px;
        right: 100px
    }

        .project-post__details__block__title:before {
            content: '';
            width: 56px;
            height: 2px;
            background: #243F8C;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 100%;
            margin-left: 20px
        }
        .project-post__details__content{
            direction: rtl;
            text-align: right;
        }
        .project-post__details__content h4.small-title{
          color: #243F8C;
          font-size: 14.2px;
          line-height: 24px;  
          margin-bottom: 20px;

        }
        .project-post__details__content__other {
            margin-top: 85px;
          }
    .project-post__details__block__list {
        margin: 0
    }

    .project-post__details__block__list__item {
        margin-top: 15px;
      
        font-weight: 100;
     
        font-size: 12px;
        line-height: 20px;
      
        color: #000
    }

        .project-post__details__block__list__item:first-child {
            margin-top: 0
        }

        .project-post__details__block__list__item span {
            display: block;
            text-transform: uppercase;
            font-size: 14.2px;
           
            line-height: 24px;
    
            margin-bottom: 8px;
            font-weight: 900;
            color: #243F8C;

            font-weight: bold;
            direction: rtl;
        }

        .project-post__details__block__list__item a {
            color: #4A4A4A;
            font-weight: 100;
            letter-spacing: 0.5px;
            border-bottom: solid 1px #ACC3E5;
            margin-left: 8px;
            font-size: 16px;
            font-size: 1rem;
            line-height: 16px;
            line-height: 1rem;
            font-family: "Calibre","Helvetica","Arial",sans-serif
        }

            .project-post__details__block__list__item a:hover {
                color: #ACC3E5
            }

    .project-post__details__content {
        width: 36.71875%;
        float: left;
        padding-top: 70px;
        margin-bottom: 140px
    }

    @media only screen and (max-width: 1280px) {
        .project-post__details__content {
            width: 55%
        }
    }

    @media only screen and (max-width: 980px) {
        .project-post__details__content {
            width: 100%;
            margin-bottom: 20px;
            padding-top: 40px
        }
    }

    .project-post__details__content .intro, .project-post__details__content p {
        margin-bottom: 40px;
        font-size: 14.2px;
line-height: 24px
    }

    .project-post__details__content__other__detail {
        float: left;
        width: 50%;
        margin-top: 30px;
    }
.btn-download{
    width: 225px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background-color: #ACC3E5;
    color: #243F8C;
    border-radius: 20px;
    font-size: 16.3px;
    margin-top: 30px;

    display: inline-block;
    position: relative;
}
.btn-download img {
    position: absolute;
    left: 0;
    opacity: .1;
    top: 12px;
}  
    @media only screen and (max-width: 460px) {
        .project-post__details__content__other__detail {
            width: 100%;
            margin-top: 28px
        }

            .project-post__details__content__other__detail:first-child {
                margin-top: 0
            }
    }

    .project-post__details__content__other__detail span, .project-post__details__content__other__detail h2 {
        padding-right: 15px
    }

    .project-post__details__content__other__detail span {
        display: block;
        text-transform: uppercase;
        font-weight: 100;
        color: #000;
        font-size: 14.2px;
line-height: 24px;
    }

    .project-post__details__content__other__detail h2 {
        color: #243F8C;
        font-weight: 100;
        font-size: 27.44px;
    
        margin: 0
    }

    @media only screen and (max-width: 768px) {
        .project-post__details__content__other__detail h2 {
            font-size: 30px;
            font-size: 1.875rem;
            line-height: 36px;
            line-height: 2.25rem
        }
    }

    .project-post__abstract {
        border-top: solid 1px #D7D7D7;
        border-bottom: solid 1px #D7D7D7;
        height: 425px;
        position: relative;
        margin: 0 0 200px 0;
        padding-top: 87px;
        /* overflow: hidden; */
    }
    .swiper.mySwiper.swiper-container-initialized.swiper-container-horizontal {
        position: relative;
      }
    @media only screen and (max-width: 800px) {
        .project-post__abstract {
            height: auto;
            margin: 0 0 80px 0
        }
    }

    .project-post__abstract__wrap {
        position: absolute;
        background-size: cover;
        background-position: center center;
        box-shadow: 0 0 20px 2px rgba(0,0,0,0.25)
    }

    @media only screen and (max-width: 800px) {
        .project-post__abstract__wrap {
            position: static;
            box-shadow: none;
            width: 100%
        }
    }

    .project-post__abstract__wrap--first {
        width: 665px;
        height: 510px;
        top: -42px;
        left: 100px
    }

    @media only screen and (max-width: 1100px) {
        .project-post__abstract__wrap--first {
            left: 20px
        }
    }

    @media only screen and (max-width: 800px) {
        .project-post__abstract__wrap--first {
            width: 100%;
            height: 400px
        }
    }

    .project-post__abstract__wrap--second {
        width: 293px;
        height: 458px;
        top: 50px;
        right: 185px
    }

    @media only screen and (max-width: 1100px) {
        .project-post__abstract__wrap--second {
            right: 20px
        }
    }

    @media only screen and (max-width: 800px) {
        .project-post__abstract__wrap--second {
            width: 100%;
            height: 200px;
            max-width: 293px
        }
    }

    .large-image-slider {
        padding: 90px 0 240px 0;
        background: #292A2E;
        position: relative
    }

    .large-image-slider__line {
        height: 1px;
        width: 100%;
        background: #3A3A3A;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 0
    }

    .large-image-slider__line--top {
        top: 255px
    }

    .large-image-slider__line--bottom {
        bottom: 320px
    }

    .large-image-slider__wrap {
        max-width: 840px;
        margin: 0 auto
    }

    .large-image-slider__carousel {
        margin: 0
    }

        .large-image-slider__carousel .slick-list {
            overflow: visible !important
        }

        .large-image-slider__carousel .slick-arrow {
            width: 55px;
            height: 55px;
            border-radius: 150%;
            background-color: #38393D;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            top: 100%;
            margin: 45px 0 0 0
        }

            .large-image-slider__carousel .slick-arrow:before {
                display: none
            }

            .large-image-slider__carousel .slick-arrow:hover {
                background-color: #ACC3E5
            }

            .large-image-slider__carousel .slick-arrow.slick-prev {
                background-image: url("../images/hero-arrow-left.svg");
                -webkit-background-size: 20px 7px;
                -moz-background-size: 20px 7px;
                -o-background-size: 20px 7px;
                background-size: 20px 7px;
                left: 20px
            }

    .no-svg .large-image-slider__carousel .slick-arrow.slick-prev {
        background-image: url("../images/hero-arrow-left.png")
    }

    .large-image-slider__carousel .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        left: 85px
    }

    .no-svg .large-image-slider__carousel .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.png")
    }

    .large-image-slider__carousel__slide {
        -webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        opacity: .25;
        filter: alpha(opacity=25);
        position: relative;
        z-index: 50
    }

        .large-image-slider__carousel__slide.slick-active {
            opacity: 1;
            filter: alpha(opacity=100);
            z-index: 200
        }

    .large-image-slider__carousel__slide__inner {
        padding: 0 20px
    }

    .services-grid {
        background: #E7E7E7;
        padding-top: 150px;
        position: relative
    }

    @media only screen and (max-width: 768px) {
        .services-grid {
            padding: 100px 0 20px 0
        }
    }

    .services-grid:before {
        content: '';
        z-index: 10;
        height: 310px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #292A2E;
        width: 100%
    }

    @media only screen and (max-width: 1024px) {
        .services-grid:before {
            height: 240px
        }
    }

    @media only screen and (max-width: 768px) {
        .services-grid:before {
            display: none
        }
    }

    .services-grid__intro {
        padding-bottom: 180px;
        text-align: center;
        position: relative
    }

    @media only screen and (max-width: 768px) {
        .services-grid__intro {
            padding-bottom: 80px
        }
    }

    .services-grid__intro:before {
        content: '';
        position: absolute;
        top: -75px;
        left: 50%;
        width: 279px;
        height: 218px;
        background-image: url("../images/services-triangle-dark.svg");
        -webkit-background-size: 279px 218px;
        -moz-background-size: 279px 218px;
        -o-background-size: 279px 218px;
        background-size: 279px 218px;
        margin-left: -141px;
        z-index: 1
    }

    .no-svg .services-grid__intro:before {
        background-image: url("../images/services-triangle-dark.png")
    }

    .services-grid__intro h2 {
        text-transform: capitalize;
        margin: 0
    }

        .services-grid__intro h2 br {
            display: none
        }

    .services-grid__blocks {
        position: relative;
        z-index: 100
    }

    .services-grid__blocks__block {
        position: relative;
        width: 33.3333333%;
        float: left;
        height: 620px;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        overflow: hidden;
        z-index: 100
    }

    @media only screen and (max-width: 1024px) {
        .services-grid__blocks__block {
            height: 480px
        }
    }

    @media only screen and (max-width: 768px) {
        .services-grid__blocks__block {
            height: 240px;
            width: 100%
        }
    }

    .services-grid__blocks__block .full-link {
        display: none
    }

    .touchevents .services-grid__blocks__block .full-link {
        display: block
    }

    .services-grid__blocks__block__overlay {
        z-index: 150;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.25)
    }

    .services-grid__blocks__block:before {
        content: '';
        width: 0;
        height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        background: #ACC3E5;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .no-touchevents .services-grid__blocks__block:hover {
        z-index: 300;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 0 20px 2px rgba(0,0,0,0.25)
    }

    .services-grid__blocks__block:hover:before {
        width: 100%
    }

    .services-grid__blocks__block__links {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        z-index: 400;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }

    .no-touchevents .services-grid__blocks__block:hover .services-grid__blocks__block__links {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .services-grid__blocks__block__links__btn {
        height: 70px;
        margin-top: 1px;
        padding: 0 70px 0 30px;
        background: #292a2e;
        background: rgba(41,42,46,0.4);
        color: #fff;
        line-height: 70px;
        text-transform: uppercase;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        font-weight: 500;
        letter-spacing: 3px;
        display: block;
        background-image: url("../images/hero-arrow-right.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        background-position: 90% 50%;
        background-position: right 30px center;
        background-repeat: no-repeat;
        font-size: 11px;
        font-size: .6875rem
    }

    .no-svg .services-grid__blocks__block__links__btn {
        background-image: url("../images/hero-arrow-right.png")
    }

    .services-grid__blocks__block__links__btn:hover {
        color: #ACC3E5;
        background-image: url("../images/hero-arrow-right-red.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px
    }

    .no-svg .services-grid__blocks__block__links__btn:hover {
        background-image: url("../images/hero-arrow-right-red.png")
    }

    .services-grid__blocks__block__content {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 200;
        padding: 0 30px
    }

        .services-grid__blocks__block__content .excerpt {
            display: none
        }

            .services-grid__blocks__block__content .excerpt p {
                padding-top: 20px;
                font-weight: 100;
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 28px;
                line-height: 1.75rem;
                margin: 0
            }

        .services-grid__blocks__block__content h2 {
            font-size: 32px;
            font-size: 2rem;
            margin: 0;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 5px;
            line-height: 32px;
            line-height: 2rem;
            color: #fff
        }

            .services-grid__blocks__block__content h2 a {
                color: #fff
            }

    .services-grid__blocks__block:hover .services-grid__blocks__block__content h2 a {
        color: #ACC3E5
    }

    @media only screen and (max-width: 1024px) {
        .services-grid__blocks__block__content h2 {
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 26px;
            line-height: 1.625rem
        }
    }

    @media only screen and (max-width: 768px) {
        .services-grid__blocks__block__content h2 {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 20px;
            line-height: 1.25rem
        }
    }

    .form-slider {
        background: #292A2E
    }

        .form-slider .slick-arrow {
            width: 56px;
            height: 56px;
            border-radius: 150%;
            background-color: #38393D;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            bottom: 130px;
            margin: 0;
            top: auto;
            z-index: 300
        }

    @media only screen and (max-width: 1024px) {
        .form-slider .slick-arrow {
            bottom: 70px
        }
    }

    @media only screen and (max-width: 800px) {
        .form-slider .slick-arrow {
            bottom: -15px
        }
    }

    .form-slider .slick-arrow:before {
        display: none
    }

    .form-slider .slick-arrow:hover {
        background-color: #ACC3E5
    }

    .form-slider .slick-arrow.slick-prev {
        background-image: url("../images/hero-arrow-left.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        left: 50%;
        margin-left: -60px
    }

    .no-svg .form-slider .slick-arrow.slick-prev {
        background-image: url("../images/hero-arrow-left.png")
    }

    .form-slider .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        right: 50%;
        margin-right: -60px;
        background-repeat: no-repeat;
    }

    .no-svg .form-slider .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.png")
    }

    .form-slider__slide {
        background: #292A2E;
        color: #fff
    }

    @media only screen and (min-width: 1024px) {
        .form-slider__slide {
            min-height: 896px;
            height: 100vh
        }
    }

    @media only screen and (max-width: 900px) {
        .form-slider__slide .table-center {
            min-height: 700px
        }
    }

    .form-slider__slide .numbered-slider__slide__title {
        position: static;
        font-size: 14.2px;
line-height: 24px;
color: #ACC3E5;
    }

    .form-slider__slide h2 {
        margin-bottom: 60px;
        font-size: 24px !important;

        line-height: 42px !important;
        max-width: 348px;
        margin: 50px auto;
    }

    .form-slider__input-wrap {
        text-align: center;
        position: relative;
        border-bottom: solid 1px #6E6E6E
    }

    .form-slider__input-wrap--submit {
        border-bottom: none !important;
        max-width: 300px;
        margin: 0 auto;
        width: 100%
    }

        .form-slider__input-wrap--submit img {
            position: absolute;
            top: 0;
            left: 100%;
            margin-left: 10px
        }

        .form-slider__input-wrap--submit input {
            display: block;
            width: 100%;
            text-align: left
        }

        .form-slider__input-wrap--submit:before {
            bottom: 0 !important;
            z-index: 300
        }

        .form-slider__input-wrap--submit:hover:before {
            width: 100%
        }

    .form-slider__input-wrap .wpcf7-form-control-wrap {
        position: static
    }

    .form-slider__input-wrap .wpcf7-not-valid-tip {
        position: absolute;
        top: 100%;
        margin-top: 15px;
        left: 50%;
        width: 400px;
        margin-left: -200px
    }

    .form-slider__input-wrap:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background: #ACC3E5;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .form-slider__input-wrap.text-entered:before {
        width: 100%
    }

    .form-slider__input-wrap label {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0;
      
        font-size: 24px;
      
        line-height: 42px;
        display: block;
   
      
        max-width: 348px;
        margin: 0 auto;
          margin-top: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        
    }

    .form-slider__input-wrap br {
        display: none
    }

    .form-slider__input-wrap input[type="text"], .form-slider__input-wrap input[type="email"], .form-slider__input-wrap input[type="tel"], .form-slider__input-wrap input[type="password"], .form-slider__input-wrap textarea, .form-slider__input-wrap select {
        background: #292A2E;
        border: none !important;
        border-radius: 0;
        text-align: center;
        font-weight: 300;
        font-size: 14.2px;
        font-size: 14.2px;
        height: 64px;
        line-height: 64px;
        color: #fff;
        width: 100%;
        display: block;
        outline: none !important
    }

        .form-slider__input-wrap input[type="text"]::-webkit-input-placeholder, .form-slider__input-wrap input[type="email"]::-webkit-input-placeholder, .form-slider__input-wrap input[type="tel"]::-webkit-input-placeholder, .form-slider__input-wrap input[type="password"]::-webkit-input-placeholder, .form-slider__input-wrap textarea::-webkit-input-placeholder, .form-slider__input-wrap select::-webkit-input-placeholder {
            color: #6E6E6E
        }

        .form-slider__input-wrap input[type="text"]::-moz-placeholder, .form-slider__input-wrap input[type="email"]::-moz-placeholder, .form-slider__input-wrap input[type="tel"]::-moz-placeholder, .form-slider__input-wrap input[type="password"]::-moz-placeholder, .form-slider__input-wrap textarea::-moz-placeholder, .form-slider__input-wrap select::-moz-placeholder {
            color: #6E6E6E
        }

        .form-slider__input-wrap input[type="text"]:-moz-placeholder, .form-slider__input-wrap input[type="email"]:-moz-placeholder, .form-slider__input-wrap input[type="tel"]:-moz-placeholder, .form-slider__input-wrap input[type="password"]:-moz-placeholder, .form-slider__input-wrap textarea:-moz-placeholder, .form-slider__input-wrap select:-moz-placeholder {
            color: #6E6E6E
        }

        .form-slider__input-wrap input[type="text"]:-ms-input-placeholder, .form-slider__input-wrap input[type="email"]:-ms-input-placeholder, .form-slider__input-wrap input[type="tel"]:-ms-input-placeholder, .form-slider__input-wrap input[type="password"]:-ms-input-placeholder, .form-slider__input-wrap textarea:-ms-input-placeholder, .form-slider__input-wrap select:-ms-input-placeholder {
            color: #6E6E6E
        }

    .form-slider__input-wrap textarea {
        height: 120px;
        line-height: 40px
    }

    @media only screen and (max-width: 600px) {
        .form-slider .slick-dots {
            top: 45px;
            left: 0;
            right: 0;
            width: auto;
            text-align: center
        }

            .form-slider .slick-dots li {
                margin: 0 5px;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 32px
            }
    }

    .timeline-slider .slick-list {
        overflow: visible
    }

    @media only screen and (max-width: 800px) {
        .timeline-slider .neg-margin {
            padding: 0;
            margin: 0
        }
    }

    .timeline-slider .slick-arrow {
        width: 55px;
        height: 55px;
        border-radius: 150%;
        background-color: #38393D;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        bottom: 60px;
        margin: 0;
        top: auto;
        z-index: 300
    }

    @media only screen and (max-width: 1280px) {
        .timeline-slider .slick-arrow {
            bottom: 0
        }
    }

    @media only screen and (max-width: 800px) {
        .timeline-slider .slick-arrow {
            bottom: 20px
        }
    }

    .timeline-slider .slick-arrow:before {
        display: none
    }

    .timeline-slider .slick-arrow:hover {
        background-color: #ACC3E5
    }

    .timeline-slider .slick-arrow.slick-prev {
        background-image: url("../images/hero-arrow-left.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        left: 120px
    }

    .no-svg .timeline-slider .slick-arrow.slick-prev {
        background-image: url("../images/hero-arrow-left.png")
    }

    @media only screen and (max-width: 800px) {
        .timeline-slider .slick-arrow.slick-prev {
            left: 50%;
            margin-left: -60px
        }
    }

    .timeline-slider .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.svg");
        -webkit-background-size: 20px 7px;
        -moz-background-size: 20px 7px;
        -o-background-size: 20px 7px;
        background-size: 20px 7px;
        left: 185px
    }

    .no-svg .timeline-slider .slick-arrow.slick-next {
        background-image: url("../images/hero-arrow-right.png")
    }

    @media only screen and (max-width: 800px) {
        .timeline-slider .slick-arrow.slick-next {
            right: 50%;
            left: auto;
            margin-right: -60px
        }
    }

    .timeline-slider .hentry {
        position: relative
    }

    @media only screen and (max-width: 1280px) {
        .timeline-slider .hentry {
            padding-left: 60px;
            padding-bottom: 80px
        }
    }

    @media only screen and (max-width: 800px) {
        .timeline-slider .hentry {
            padding-bottom: 0
        }
    }

    .timeline-slider .hentry .year {
        position: absolute;
        top: 60px;
        right: 100%;
        font-weight: 300;
        width: 100%;
        text-align: right;
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 38px;
        line-height: 2.375rem;
        color: #A4A4A4;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        margin-right: 60px
    }

    @media only screen and (max-width: 1280px) {
        .timeline-slider .hentry .year {
            margin-right: 0
        }
    }

    .no-csstransforms .timeline-slider .hentry .year {
        display: none
    }

    @media only screen and (max-width: 800px) {
        .timeline-slider .hentry .year {
            top: 0
        }
    }

    .timeline-slider .hentry .small-title {
        margin-bottom: 40px
    }

    @media only screen and (max-width: 1280px) {
        .timeline-slider .hentry .small-title {
            margin-bottom: 20px
        }
    }

    .timeline-slider .hentry p {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 40px;
        line-height: 2.5rem;
        font-weight: 500;
        font-family: "Gotham","Helvetica","Arial",sans-serif
    }

    @media only screen and (max-width: 1280px) {
        .timeline-slider .hentry p {
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 32px;
            line-height: 2rem
        }
    }

    @media only screen and (max-width: 1024px) {
        .timeline-slider .hentry p {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 28px;
            line-height: 1.75rem
        }
    }

    @media only screen and (max-width: 420px) {
        .timeline-slider .hentry p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 24px;
            line-height: 1.5rem
        }
    }

    .timeline-slider .slick-slide .slickFadeIn {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        transition-delay: .3s
    }

    .timeline-slider .slick-slide.slick-active .slickFadeIn {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .inline-social-icon {
        color: #292A2E;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 26px;
        line-height: 1.625rem;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-left: 50px
    }

    .inline-social-icon--light {
        color: #fff
    }

    .inline-social-icon:first-child {
        margin-left: 0
    }

    .inline-social-icon:hover {
        color: #ACC3E5
    }

    @media only screen and (min-width: 768px) {
        .content-with-map .content-with-image__columns {
            display: flex;
            align-items: flex-start;
            width: 100%
        }
    }

    .content-with-map .content-with-image__content-column {
        flex: 1
    }

        .content-with-map .content-with-image__content-column:not(:first-child) {
            margin-left: 60px
        }

    @media only screen and (max-width: 1280px) {
        .content-with-map .content-with-image__content-column:not(:first-child) {
            margin-left: 30px
        }
    }

    @media only screen and (max-width: 940px) {
        .content-with-map .content-with-image__content-column:not(:first-child) {
            margin-left: 0;
            margin-top: 30px
        }
    }

    .content-with-map .content-with-image__half {
        position: relative
    }

    @media only screen and (min-width: 940px) {
        .content-with-map .content-with-image__half {
            width: 60%
        }

        .content-with-map .content-with-image__half--image {
            width: 40%
        }
    }

    .content-with-map__map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #EEE
    }

    .content-with-map__map__element {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }

    .featured-projects {
        padding: 180px 0
    }

        .featured-projects .container {
            max-width: 70%
        }

    @media only screen and (max-width: 1280px) {
        .featured-projects {
            padding: 100px 0
        }

            .featured-projects .container {
                max-width: 80%
            }
    }

    @media only screen and (max-width: 940px) {
        .featured-projects .container {
            max-width: 100%
        }
    }

    @media only screen and (max-width: 768px) {
        .featured-projects {
            padding: 40px 0
        }
    }

    .featured-projects__title {
        display: block;
        margin-bottom: 60px;
        text-align: center
    }

    @media only screen and (max-width: 940px) {
        .featured-projects__title {
            margin-bottom: 30px
        }
    }

    .featured-projects__content {
        text-align: center;
        max-width: 595px;
        margin: 0 auto 60px auto
    }

    @media only screen and (max-width: 940px) {
        .featured-projects__content {
            margin-bottom: 30px
        }
    }

    @media only screen and (max-width: 940px) {
        .featured-projects__projects {
            margin-bottom: 10px
        }
    }

    .featured-projects__projects__project {
        width: 50%;
        float: left;
        margin-bottom: 40px
    }

    @media only screen and (max-width: 940px) {
        .featured-projects__projects__project {
            width: 100%;
            max-width: 400px;
            margin: 0 auto 20px auto;
            float: none
        }
    }

    .featured-projects__projects__project__inner {
        padding: 0 60px 0 140px;
        position: relative
    }

    @media only screen and (max-width: 940px) {
        .featured-projects__projects__project__inner {
            padding-right: 0
        }
    }

    .featured-projects__projects__project__image {
        position: absolute;
        top: 0;
        left: 10px
    }

    .featured-projects__projects__project p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-weight: 500;
        font-family: "Gotham","Helvetica","Arial",sans-serif;
        max-width: 250px
    }

    .accordion {
        border: solid 1px #282828
    }

        .accordion > h3 {
            display: block;
            width: 100%;
            text-align: center;
            margin: 0;
            padding: 29px 83px 29px 83px;
            background-position: right center;
            background-repeat: no-repeat;
            min-height: 52px;
            cursor: pointer;
            background-image: url("../images/accordion-title.svg");
            -webkit-background-size: 83px 69px;
            -moz-background-size: 83px 69px;
            -o-background-size: 83px 69px;
            background-size: 83px 69px
        }

    .no-svg .accordion > h3 {
        background-image: url("../images/accordion-title.png")
    }

    @media only screen and (max-width: 768px) {
        .accordion > h3 {
            text-align: left;
            padding-left: 29px;
            padding: 17px 77px 17px 17px
        }
    }

    @media only screen and (max-width: 600px) {
        .accordion > h3 {
            background-size: 60px auto !important
        }
    }

    .accordion > h3.active {
        background-image: url("../images/accordion-title-active.svg");
        -webkit-background-size: 83px 69px;
        -moz-background-size: 83px 69px;
        -o-background-size: 83px 69px;
        background-size: 83px 69px
    }

    .no-svg .accordion > h3.active {
        background-image: url("../images/accordion-title-active.png")
    }

    .no-js .accordion > h3 {
        cursor: default;
        background: none !important
    }

    .accordion > div {
        display: none
    }

    .no-js .accordion > div {
        display: block
    }

    .accordion .hentry {
        border-top: solid 1px #282828;
        padding: 29px
    }

    @media only screen and (max-width: 768px) {
        .accordion .hentry {
            padding: 17px
        }
    }

    .logo-grid {
        padding: 85px 0;
        background: #E7E7E7;
        text-align: center
    }

    @media only screen and (max-width: 1024px) {
        .logo-grid {
            padding: 40px 0 80px 0
        }
    }

    .logo-grid__content {
        margin-bottom: 40px
    }

    @media only screen and (max-width: 1024px) {
        .logo-grid__content {
            margin-bottom: 20px
        }

            .logo-grid__content br {
                display: none
            }
    }

    .logo-grid__grid__logo {
        width: 25%;
        float: left;
        height: 156px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        filter: grayscale(1);
    }

    @media only screen and (max-width: 800px) {
        .logo-grid__grid__logo {
            width: 33.33333%
        }
    }

    @media only screen and (max-width: 660px) {
        .logo-grid__grid__logo {
            width: 50%
        }
    }

    @media only screen and (max-width: 430px) {
        .logo-grid__grid__logo {
            width: 100%;
            height: 100px
        }
    }

    .large-testimonial {
        position: relative
    }

    @media only screen and (max-width: 800px) {
        .large-testimonial .container {
            max-width: none !important
        }
    }

    .large-testimonial .table-center {
        height: 850px
    }

    @media only screen and (max-width: 800px) {
        .large-testimonial .table-center {
            padding: 60px;
            display: block;
            height: auto
        }

            .large-testimonial .table-center .table-center__cell {
                display: block
            }
    }

    @media only screen and (max-width: 380px) {
        .large-testimonial .table-center {
            padding: 40px 20px
        }
    }

    .large-testimonial__half {
        width: 50%;
        float: left;
        background: #fff
    }

    @media only screen and (max-width: 800px) {
        .large-testimonial__half {
            width: 100%
        }
    }

    .large-testimonial__half--margin {
        margin-top: -75px
    }

    .large-testimonial__half--bg {
        background-color: #292A2E;
        background-size: cover;
        background-position: center center
    }

    @media only screen and (max-width: 800px) {
        .large-testimonial__half--bg {
            height: 320px !important
        }
    }

    .large-testimonial__testimonial {
        max-width: 267px;
        margin: 0 auto;
        position: relative;
        padding: 55px 0 0 8px;
        direction: rtl;
        text-align: right;
        font-size: 14.2px;
        line-height: 24px;
    }

    @media only screen and (max-width: 800px) {
        .large-testimonial__testimonial {
            max-width: none;
            padding: 0 !important;
        }
    }

    .large-testimonial__testimonial .speechmarks {
        color: #ACC3E5;
        font-weight: 500;
        font-size: 86px;
        font-size: 5.375rem;
        line-height: 86px;
        line-height: 8.375rem;
     
    }

    .large-testimonial__testimonial h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        line-height: 2.5rem;
        margin-bottom: 40px;
        font-weight: 100;
        font-style: italic;
        color: #292A2E
    }

    @media only screen and (max-width: 1024px) {
        .large-testimonial__testimonial h2 {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 30px;
            line-height: 1.875rem
        }
    }

    .large-testimonial__testimonial p {
font-size: 14.2px;
line-height: 24px;
text-align: justify;
        margin: 0;
        color: #000;
      
        font-weight: 100
    }

    @media only screen and (max-width: 1024px) {
        .large-testimonial__testimonial p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 20px;
            line-height: 1.25rem
        }
    }

    .get-in-touch {
        background: #292A2E;
        padding: 30px 0;
        color: #fff
    }

    .single-service .get-in-touch {
        padding: 100px 0
    }

    .get-in-touch__inner {
        position: relative;
        padding: 85px 10px 25px 60px;
        max-width: 274px;
        height: 150px;
    }

    @media only screen and (max-width: 768px) {
        .get-in-touch__inner {
            padding: 20px
        }
    }

    .get-in-touch__content {
        text-align: center
    }

    @media only screen and (max-width: 768px) {
        .get-in-touch__content br {
            display: none
        }
    }

    .get-in-touch__content h2, .get-in-touch__content .h2 {
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 4px;
        font-size: 31px;
        font-size: 1.9375rem;
        line-height: 35px;
        line-height: 2.1875rem;
        margin-bottom: 40px
    }

    @media only screen and (max-width: 768px) {
        .get-in-touch__content h2, .get-in-touch__content .h2 {
            margin-bottom: 20px;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 30px;
            line-height: 1.875rem
        }
    }

    .single-project .headline-content {
        padding-bottom: 80px
    }

    @media only screen and (max-width: 800px) {
        .single-project .headline-content {
            padding-bottom: 40px
        }
    }

    .headline-content__wrap {
        width: 50%;
        float: left;
        text-align: left
    }

    @media only screen and (max-width: 800px) {
        .headline-content__wrap {
            width: 100%
        }
    }

    .headline-content__wrap--left {
        text-align: right
    }

    @media only screen and (max-width: 800px) {
        .headline-content__wrap--left {
            text-align: left
        }
    }

    .headline-content__wrap__inner {
        padding: 0 20px
    }

    .logo-bar {
        padding: 30px 0;
        background: #303135
    }

    .logo-bar__logos {
        text-align: center;
        min-height: 105px
    }

    @media only screen and (max-width: 500px) {
        .logo-bar__logos {
            min-height: 0
        }
    }

    .logo-bar__logos__logo {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 18.75%;
        margin: 0 1.5625%
    }

    .site-footer {
        padding: 72px 0;
        background: #292A2E
    }

    @media only screen and (max-width: 768px) {
        .site-footer {
            padding: 48px 0
        }
    }

    .site-footer__logo {
        width: 159px;
        height: 44px;
        background-image: url("../images/footer-logo.svg");
        -webkit-background-size: 159px 44px;
        -moz-background-size: 159px 44px;
        -o-background-size: 159px 44px;
        background-size: 159px 44px;
        float: left
    }

    .no-svg .site-footer__logo {
        background-image: url("../images/footer-logo.png")
    }

    .site-footer__logo:hover {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    @media only screen and (max-width: 640px) {
        .site-footer__logo {
            clear: both;
            margin-bottom: 48px
        }
    }

    @media only screen and (max-width: 480px) {
        .site-footer__logo {
            float: none;
            margin: 0 auto 48px auto;
            display: block
        }
    }

    .site-footer__columns {
width: 100%;
    }

    @media only screen and (max-width: 640px) {
        .site-footer__columns {
            width: 100%;
            clear: both
        }
    }

    .site-footer__columns__column {
       
        float: right;
        width: 33%;
        /* margin-left: 145px */
    }

    @media only screen and (max-width: 860px) {
        .site-footer__columns__column {
            margin-left: 42px
        }
    }

    @media only screen and (max-width: 480px) {
        .site-footer__columns__column {
            width: 100%;
            margin-left: 0;
            text-align: center
        }
    }

    .site-footer__columns__column:first-child {
        margin-left: 0
    }

    .site-footer__columns__column__inner {
        padding-right: 50px;
        position: relative
    }

 
    .site-footer__columns__column__inner:before {
        content: '';
        width: 36px;
        height: 1px;
        background: #ACC3E5;
        position: absolute;
        top: 10px;
        right: 0
    }

    @media only screen and (max-width: 480px) {
        .site-footer__columns__column__inner:before {
            display: none
        }
    }

    .site-footer__columns__column p, .site-footer__columns__column li, .site-footer__columns__column a {
    
        font-weight: 100;
       
        font-size: 14.2px;
        line-height: 24px;
 
        color: #fff !important
    }
    .site-footer__columns__column p{
        max-width: 211px;
      margin-bottom: 70px;
    }
   .adrreccc p{
      
      margin-bottom: 0 !important; 
    }
    .adrreccc{
        margin-bottom: 60px;
    }
   .adrreccc p:first-child{
   
        margin-bottom: 60px;
      }
        .site-footer__columns__column a:hover {
            color: #fff
        }

    .site-footer__columns__column .text strong {
        color: #fff
    }
    #menu-footer-menu {
        margin-bottom: 44px;
      }
      .socialfooter ul li a{
        font-size: 1.2rem !important;
        color: #69696C !important;
        margin-right: 10px;
      }
  
      .site-footer__columns__column__inner.socialboxff::before {
        content: unset !important;
      }   
    .site-footer__columns__column .text a {
        color: #fff !important;
        /* text-decoration: underline; */
        float: left;
    }

        .site-footer__columns__column .text a:hover {
            color: #ACC3E5
        }

    .site-footer__address {
        float: left;
        clear: both;
        width: 100%;
        margin: 145px 0 0 0;
      
        font-weight: 100;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 25px;
        line-height: 1.5625rem;
        color: #A4A4A4;
        font-style: normal
    }

    @media only screen and (max-width: 860px) {
        .site-footer__address {
            margin-top: 42px
        }
    }

    @media only screen and (max-width: 480px) {
        .site-footer__address {
            text-align: center
        }
    }

    .site-footer__address p {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 25px;
        line-height: 1.5625rem;
        margin: 0
    }
footer .socialF a {
    font-size: .8rem;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    position: relative;
    left: 10px;
    text-align: left;
}
    .grid__packery {
        margin-right: -12px
    }

    .grid__packery__item {
        width: 25%;
        float: left
    }

    @media only screen and (max-width: 768px) {
        .grid__packery__item {
            width: 50%
        }
    }

    @media only screen and (max-width: 380px) {
        .grid__packery__item {
            width: 100%
        }
    }

    .grid__packery__item__wrap {
        padding: 0 12px 12px 0
    }

    .slick {
        margin: 0
    }

    /*# sourceMappingURL=maps/main.min.css.map */
    .textHome {
        text-align: right;
        margin: 2em;
        font-size: .95rem;
        direction: rtl;
    }
   
        .textHome .orgColor {
            color: #ACC3E5;
        }

    .flexTextHome {
        margin-top: 10.2em;
        display: flex;
        position: relative;
        font-size: .8rem;
    }

    .lineSide {
        bottom: 29px;
        width: 70px;
        height: 1px;
        background-color: #a8a8a8;
        position: absolute;
        left: 43px;
    }

    .page-layouts .slick-slide img {
        margin-left: 7em;
    }

    .hero-slider__slide__content {
        padding-top: 13px;
    }
    .site-footer__columns__column .text a.map-link {
        width: 100%;
        color: #ACC3E5 !important;
        font-family: IRANyekan;
      } 
    @font-face {
        font-family:'FontAwesome';
        src:url(https://cdn.basiscore.net/_fonts/fontawesome-webfont.eot);
        src:url('https://cdn.basiscore.net/_fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url(https://cdn.basiscore.net/_fonts/fontawesome-webfont.woff) format('woff'),
        url(https://cdn.basiscore.net/_fonts/fontawesome-webfont.ttf) format('truetype'),
        url('https://cdn.basiscore.net/_fonts/fontawesome-webfont.svg?#fontawesomeregular') format('svg');
        font-weight:400;
        font-style:normal
       }
    /*........................*/
    @font-face {
        font-family: 'IRANyekan';
        src: local('?'), url('../fonts/IRANYekanRegular.eot') format('eot'), url('../fonts/IRANYekanRegular.woff') format('woff'), url('../fonts/IRANYekanRegular.ttf') format('truetype'), url('../fonts/IRANYekanRegular.otf') format('otf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'IRANyekanbold';
        src: local('?'), url('../fonts/IRANYekanBold.eot') format('eot'), url('../fonts/IRANYekanBold.woff') format('woff'), url('../fonts/IRANYekanBold.ttf') format('truetype'), url('../fonts/IRANYekanBold.otf') format('otf');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'IRANyekanlight';
        src: local('?'), url('../fonts/IRANYekanLight.eot') format('eot'), url('../fonts/IRANYekanLight.woff') format('woff'), url('../fonts/IRANYekanLight.ttf') format('truetype'), url('../fonts/IRANYekanLight.otf') format('otf');
        font-weight: normal;
        font-style: normal;
    }


    @font-face {
        font-family: 'Helvetica';
        src: local('?'), url('../fonts/HelveticaNeueLTProLtEx.eot') format('eot'), url('../fonts/HelveticaNeueLTProLtEx.woff') format('woff'), url('../fonts/HelveticaNeueLTProLtEx.ttf') format('truetype'), url('../fonts/HelveticaNeueLTProLtEx.otf') format('otf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Helveticalight';
        src: local('?'), url('../fonts/HelveticaNeueLTProUltLtEx.eot') format('eot'), url('../fonts/HelveticaNeueLTProUltLtEx.woff') format('woff'), url('../fonts/HelveticaNeueLTProUltLtEx.ttf') format('truetype'), url('../fonts/HelveticaNeueLTProUltLtEx.otf') format('otf');
        font-weight: normal;
        font-style: normal;
    }





    .site-footer__columns__column__inner.text a{
        font-family: 'Helveticalight';
    }
    

    .projectList .orgTitle p:first-child {
        font-family: 'IRANyekanlight';
    }


    * {
        box-sizing: border-box;
        outline: none;
        margin: 0;
        padding: 0;
    }


    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    html, body {
        width: 100%;
        height: 100%;
        font-family: "Helvetica","IRANyekan";
    }

    .bc-resize {
        width: 100%;
        margin: auto;
    }
    .bc-resize {
        width:100%
       }
       .bc-container:after,
       .bc-row:after,
       .bc-row-padding:after,
       .bc-topnav:after,
       .bc-clear:after,
       .bc-btn-group:before,
       .bc-btn-group:after {
        content:"";
        display:table;
        clear:both
       }
       .bc-col.s1 {
        width:8.33333%
       }
       .bc-col.s2 {
        width:16.66666%
       }
       .bc-col.s3 {
        width:24.99999%
       }
       .bc-col.s4 {
        width:33.33333%
       }
       .bc-col.s5 {
        width:41.66666%
       }
       .bc-col.s6 {
        width:49.99999%
       }
       .bc-col.s7 {
        width:58.33333%
       }
       .bc-col.s8 {
        width:66.66666%
       }
       .bc-col.s9 {
        width:74.99999%
       }
       .bc-col.s10 {
        width:83.33333%
       }
       .bc-col.s11 {
        width:91.66666%
       }
       .bc-col.s12,
       .bc-half,
       .bc-third,
       .bc-twothird,
       .bc-quarter {
        width:99.99999%
       }
       @media only screen and (min-width:601px) {
        .bc-col.m1 {
         width:8.33333%
        }
        .bc-col.m2 {
         width:16.66666%
        }
        .bc-col.m3,
        .bc-quarter {
         width:24.99999%
        }
        .bc-col.m4,
        .bc-third {
         width:33.33333%
        }
        .bc-col.m5 {
         width:41.66666%
        }
        .bc-col.m6,
        .bc-half {
         width:49.99999%
        }
        .bc-col.m7 {
         width:58.33333%
        }
        .bc-col.m8,
        .bc-twothird {
         width:66.66666%
        }
        .bc-col.m9 {
         width:74.99999%
        }
        .bc-col.m10 {
         width:83.33333%
        }
        .bc-col.m11 {
         width:91.66666%
        }
        .bc-col.m12 {
         width:99.99999%
        }
       }
       @media only screen and (min-width:769px) {
        .bc-col.pc1 {
         width:8.33333%
        }
        .bc-col.pc2 {
         width:16.66666%
        }
        .bc-col.pc3,
        .bc-quarter {
         width:24.99999%
        }
        .bc-col.pc4,
        .bc-third {
         width:33.33333%
        }
        .bc-col.pc5 {
         width:41.66666%
        }
        .bc-col.pc6,
        .bc-half {
         width:49.99999%
        }
        .bc-col.pc7 {
         width:58.33333%
        }
        .bc-col.pc8,
        .bc-twothird {
         width:66.66666%
        }
        .bc-col.pc9 {
         width:74.99999%
        }
        .bc-col.pc10 {
         width:83.33333%
        }
        .bc-col.pc11 {
         width:91.66666%
        }
        .bc-col.pc12 {
         width:99.99999%
        }
       }
       @media only screen and (min-width:1024px) {
        .bc-col.l1 {
         width:8.33333%
        }
        .bc-col.l2 {
         width:16.66666%
        }
        .bc-col.l3,
        .bc-quarter {
         width:24.99999%
        }
        .bc-col.l4,
        .bc-third {
         width:33.33333%
        }
        .bc-col.l5 {
         width:41.66666%
        }
        .bc-col.l6,
        .bc-half {
         width:49.99999%
        }
        .bc-col.l7 {
         width:58.33333%
        }
        .bc-col.l8,
        .bc-twothird {
         width:66.66666%
        }
        .bc-col.l9 {
         width:74.99999%
        }
        .bc-col.l10 {
         width:83.33333%
        }
        .bc-col.l11 {
         width:91.66666%
        }
        .bc-col.l12 {
         width:99.99999%
        }
       }
       .bc-content {
        max-width:1200px;
        margin:0 auto
       }
       .bc-resize {
        margin:auto
       }
       .bc-rest {
        overflow:hidden
       }
       .clr {
        clear:both
       }
       .fright {
        float:right
       }
       .fleft {
        float:left
       }
       .fa {
        display:inline-block;
        font:normal normal normal 14px/1 FontAwesome;
        font-size:inherit;
        text-rendering:auto;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale
       }
       .fa-lg {
        font-size:1.33333333em;
        line-height:.75em;
        vertical-align:-15%
       }
       .fa-2x {
        font-size:2em
       }
       .fa-3x {
        font-size:3em
       }
       .fa-4x {
        font-size:4em
       }
       .fa-5x {
        font-size:5em
       }
       .fa-fw {
        width:1.28571429em;
        text-align:center
       }
       .fa-ul {
        padding-left:0;
        margin-left:2.14285714em;
        list-style-type:none
       }
       .fa-ul>li {
        position:relative
       }
       .fa-li {
        position:absolute;
        left:-2.14285714em;
        width:2.14285714em;
        top:.14285714em;
        text-align:center
       }
       .fa-li.fa-lg {
        left:-1.85714286em
       }
       .fa-border {
        padding:.2em .25em .15em;
        border:solid .08em #eee;
        border-radius:.1em
       }
       .fa-pull-left {
        float:left
       }
       .fa-pull-right {
        float:right
       }
       .fa.fa-pull-left {
        margin-right:.3em
       }
       .fa.fa-pull-right {
        margin-left:.3em
       }
       .pull-right {
        float:right
       }
       .pull-left {
        float:left
       }
       .fa.pull-left {
        margin-right:.3em
       }
       .fa.pull-right {
        margin-left:.3em
       }
       .fa-spin {
        -webkit-animation:fa-spin 2s infinite linear;
        animation:fa-spin 2s infinite linear
       }
       .fa-pulse {
        -webkit-animation:fa-spin 1s infinite steps(8);
        animation:fa-spin 1s infinite steps(8)
       }
       @-webkit-keyframes fa-spin {
        0% {
         -webkit-transform:rotate(0deg);
         transform:rotate(0deg)
        }
        100% {
         -webkit-transform:rotate(359deg);
         transform:rotate(359deg)
        }
       }
       @keyframes fa-spin {
        0% {
         -webkit-transform:rotate(0deg);
         transform:rotate(0deg)
        }
        100% {
         -webkit-transform:rotate(359deg);
         transform:rotate(359deg)
        }
       }
       .fa-rotate-90 {
        -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg)
       }
       .fa-rotate-180 {
        -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
        -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        transform:rotate(180deg)
       }
       .fa-rotate-270 {
        -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
        -webkit-transform:rotate(270deg);
        -ms-transform:rotate(270deg);
        transform:rotate(270deg)
       }
       .fa-flip-horizontal {
        -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
        -webkit-transform:scale(-1,1);
        -ms-transform:scale(-1,1);
        transform:scale(-1,1)
       }
       .fa-flip-vertical {
        -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
        -webkit-transform:scale(1,-1);
        -ms-transform:scale(1,-1);
        transform:scale(1,-1)
       }
       :root .fa-rotate-90,
       :root .fa-rotate-180,
       :root .fa-rotate-270,
       :root .fa-flip-horizontal,
       :root .fa-flip-vertical {
        filter:none
       }
       .fa-stack {
        position:relative;
        display:inline-block;
        width:2em;
        height:2em;
        line-height:2em;
        vertical-align:middle
       }
       .fa-stack-1x,
       .fa-stack-2x {
        position:absolute;
        left:0;
        width:100%;
        text-align:center
       }
       .fa-stack-1x {
        line-height:inherit
       }
       .fa-stack-2x {
        font-size:2em
       }
       .fa-inverse {
        color:#fff
       }
       .fa-glass:before {
        content:"\f000"
       }
       .fa-music:before {
        content:"\f001"
       }
       .fa-search:before {
        content:"\f002"
       }
       .fa-envelope-o:before {
        content:"\f003"
       }
       .fa-heart:before {
        content:"\f004"
       }
       .fa-star:before {
        content:"\f005"
       }
       .fa-star-o:before {
        content:"\f006"
       }
       .fa-user:before {
        content:"\f007"
       }
       .fa-film:before {
        content:"\f008"
       }
       .fa-th-large:before {
        content:"\f009"
       }
       .fa-th:before {
        content:"\f00a"
       }
       .fa-th-list:before {
        content:"\f00b"
       }
       .fa-check:before {
        content:"\f00c"
       }
       .fa-remove:before,
       .fa-close:before,
       .fa-times:before {
        content:"\f00d"
       }
       .fa-search-plus:before {
        content:"\f00e"
       }
       .fa-search-minus:before {
        content:"\f010"
       }
       .fa-power-off:before {
        content:"\f011"
       }
       .fa-signal:before {
        content:"\f012"
       }
       .fa-gear:before,
       .fa-cog:before {
        content:"\f013"
       }
       .fa-trash-o:before {
        content:"\f014"
       }
       .fa-home:before {
        content:"\f015"
       }
       .fa-file-o:before {
        content:"\f016"
       }
       .fa-clock-o:before {
        content:"\f017"
       }
       .fa-road:before {
        content:"\f018"
       }
       .fa-download:before {
        content:"\f019"
       }
       .fa-arrow-circle-o-down:before {
        content:"\f01a"
       }
       .fa-arrow-circle-o-up:before {
        content:"\f01b"
       }
       .fa-inbox:before {
        content:"\f01c"
       }
       .fa-play-circle-o:before {
        content:"\f01d"
       }
       .fa-rotate-right:before,
       .fa-repeat:before {
        content:"\f01e"
       }
       .fa-refresh:before {
        content:"\f021"
       }
       .fa-list-alt:before {
        content:"\f022"
       }
       .fa-lock:before {
        content:"\f023"
       }
       .fa-flag:before {
        content:"\f024"
       }
       .fa-headphones:before {
        content:"\f025"
       }
       .fa-volume-off:before {
        content:"\f026"
       }
       .fa-volume-down:before {
        content:"\f027"
       }
       .fa-volume-up:before {
        content:"\f028"
       }
       .fa-qrcode:before {
        content:"\f029"
       }
       .fa-barcode:before {
        content:"\f02a"
       }
       .fa-tag:before {
        content:"\f02b"
       }
       .fa-tags:before {
        content:"\f02c"
       }
       .fa-book:before {
        content:"\f02d"
       }
       .fa-bookmark:before {
        content:"\f02e"
       }
       .fa-print:before {
        content:"\f02f"
       }
       .fa-camera:before {
        content:"\f030"
       }
       .fa-font:before {
        content:"\f031"
       }
       .fa-bold:before {
        content:"\f032"
       }
       .fa-italic:before {
        content:"\f033"
       }
       .fa-text-height:before {
        content:"\f034"
       }
       .fa-text-width:before {
        content:"\f035"
       }
       .fa-align-left:before {
        content:"\f036"
       }
       .fa-align-center:before {
        content:"\f037"
       }
       .fa-align-right:before {
        content:"\f038"
       }
       .fa-align-justify:before {
        content:"\f039"
       }
       .fa-list:before {
        content:"\f03a"
       }
       .fa-dedent:before,
       .fa-outdent:before {
        content:"\f03b"
       }
       .fa-indent:before {
        content:"\f03c"
       }
       .fa-video-camera:before {
        content:"\f03d"
       }
       .fa-photo:before,
       .fa-image:before,
       .fa-picture-o:before {
        content:"\f03e"
       }
       .fa-pencil:before {
        content:"\f040"
       }
       .fa-map-marker:before {
        content:"\f041"
       }
       .fa-adjust:before {
        content:"\f042"
       }
       .fa-tint:before {
        content:"\f043"
       }
       .fa-edit:before,
       .fa-pencil-square-o:before {
        content:"\f044"
       }
       .fa-share-square-o:before {
        content:"\f045"
       }
       .fa-check-square-o:before {
        content:"\f046"
       }
       .fa-arrows:before {
        content:"\f047"
       }
       .fa-step-backward:before {
        content:"\f048"
       }
       .fa-fast-backward:before {
        content:"\f049"
       }
       .fa-backward:before {
        content:"\f04a"
       }
       .fa-play:before {
        content:"\f04b"
       }
       .fa-pause:before {
        content:"\f04c"
       }
       .fa-stop:before {
        content:"\f04d"
       }
       .fa-forward:before {
        content:"\f04e"
       }
       .fa-fast-forward:before {
        content:"\f050"
       }
       .fa-step-forward:before {
        content:"\f051"
       }
       .fa-eject:before {
        content:"\f052"
       }
       .fa-chevron-left:before {
        content:"\f053"
       }
       .fa-chevron-right:before {
        content:"\f054"
       }
       .fa-plus-circle:before {
        content:"\f055"
       }
       .fa-minus-circle:before {
        content:"\f056"
       }
       .fa-times-circle:before {
        content:"\f057"
       }
       .fa-check-circle:before {
        content:"\f058"
       }
       .fa-question-circle:before {
        content:"\f059"
       }
       .fa-info-circle:before {
        content:"\f05a"
       }
       .fa-crosshairs:before {
        content:"\f05b"
       }
       .fa-times-circle-o:before {
        content:"\f05c"
       }
       .fa-check-circle-o:before {
        content:"\f05d"
       }
       .fa-ban:before {
        content:"\f05e"
       }
       .fa-arrow-left:before {
        content:"\f060"
       }
       .fa-arrow-right:before {
        content:"\f061"
       }
       .fa-arrow-up:before {
        content:"\f062"
       }
       .fa-arrow-down:before {
        content:"\f063"
       }
       .fa-mail-forward:before,
       .fa-share:before {
        content:"\f064"
       }
       .fa-expand:before {
        content:"\f065"
       }
       .fa-compress:before {
        content:"\f066"
       }
       .fa-plus:before {
        content:"\f067"
       }
       .fa-minus:before {
        content:"\f068"
       }
       .fa-asterisk:before {
        content:"\f069"
       }
       .fa-exclamation-circle:before {
        content:"\f06a"
       }
       .fa-gift:before {
        content:"\f06b"
       }
       .fa-leaf:before {
        content:"\f06c"
       }
       .fa-fire:before {
        content:"\f06d"
       }
       .fa-eye:before {
        content:"\f06e"
       }
       .fa-eye-slash:before {
        content:"\f070"
       }
       .fa-warning:before,
       .fa-exclamation-triangle:before {
        content:"\f071"
       }
       .fa-plane:before {
        content:"\f072"
       }
       .fa-calendar:before {
        content:"\f073"
       }
       .fa-random:before {
        content:"\f074"
       }
       .fa-comment:before {
        content:"\f075"
       }
       .fa-magnet:before {
        content:"\f076"
       }
       .fa-chevron-up:before {
        content:"\f077"
       }
       .fa-chevron-down:before {
        content:"\f078"
       }
       .fa-retweet:before {
        content:"\f079"
       }
       .fa-shopping-cart:before {
        content:"\f07a"
       }
       .fa-folder:before {
        content:"\f07b"
       }
       .fa-folder-open:before {
        content:"\f07c"
       }
       .fa-arrows-v:before {
        content:"\f07d"
       }
       .fa-arrows-h:before {
        content:"\f07e"
       }
       .fa-bar-chart-o:before,
       .fa-bar-chart:before {
        content:"\f080"
       }
       .fa-twitter-square:before {
        content:"\f081"
       }
       .fa-facebook-square:before {
        content:"\f082"
       }
       .fa-camera-retro:before {
        content:"\f083"
       }
       .fa-key:before {
        content:"\f084"
       }
       .fa-gears:before,
       .fa-cogs:before {
        content:"\f085"
       }
       .fa-comments:before {
        content:"\f086"
       }
       .fa-thumbs-o-up:before {
        content:"\f087"
       }
       .fa-thumbs-o-down:before {
        content:"\f088"
       }
       .fa-star-half:before {
        content:"\f089"
       }
       .fa-heart-o:before {
        content:"\f08a"
       }
       .fa-sign-out:before {
        content:"\f08b"
       }
       .fa-linkedin-square:before {
        content:"\f08c"
       }
       .fa-thumb-tack:before {
        content:"\f08d"
       }
       .fa-external-link:before {
        content:"\f08e"
       }
       .fa-sign-in:before {
        content:"\f090"
       }
       .fa-trophy:before {
        content:"\f091"
       }
       .fa-github-square:before {
        content:"\f092"
       }
       .fa-upload:before {
        content:"\f093"
       }
       .fa-lemon-o:before {
        content:"\f094"
       }
       .fa-phone:before {
        content:"\f095"
       }
       .fa-square-o:before {
        content:"\f096"
       }
       .fa-bookmark-o:before {
        content:"\f097"
       }
       .fa-phone-square:before {
        content:"\f098"
       }
       .fa-twitter:before {
        content:"\f099"
       }
       .fa-facebook-f:before,
       .fa-facebook:before {
        content:"\f09a"
       }
       .fa-github:before {
        content:"\f09b"
       }
       .fa-unlock:before {
        content:"\f09c"
       }
       .fa-credit-card:before {
        content:"\f09d"
       }
       .fa-feed:before,
       .fa-rss:before {
        content:"\f09e"
       }
       .fa-hdd-o:before {
        content:"\f0a0"
       }
       .fa-bullhorn:before {
        content:"\f0a1"
       }
       .fa-bell:before {
        content:"\f0f3"
       }
       .fa-certificate:before {
        content:"\f0a3"
       }
       .fa-hand-o-right:before {
        content:"\f0a4"
       }
       .fa-hand-o-left:before {
        content:"\f0a5"
       }
       .fa-hand-o-up:before {
        content:"\f0a6"
       }
       .fa-hand-o-down:before {
        content:"\f0a7"
       }
       .fa-arrow-circle-left:before {
        content:"\f0a8"
       }
       .fa-arrow-circle-right:before {
        content:"\f0a9"
       }
       .fa-arrow-circle-up:before {
        content:"\f0aa"
       }
       .fa-arrow-circle-down:before {
        content:"\f0ab"
       }
       .fa-globe:before {
        content:"\f0ac"
       }
       .fa-wrench:before {
        content:"\f0ad"
       }
       .fa-tasks:before {
        content:"\f0ae"
       }
       .fa-filter:before {
        content:"\f0b0"
       }
       .fa-briefcase:before {
        content:"\f0b1"
       }
       .fa-arrows-alt:before {
        content:"\f0b2"
       }
       .fa-group:before,
       .fa-users:before {
        content:"\f0c0"
       }
       .fa-chain:before,
       .fa-link:before {
        content:"\f0c1"
       }
       .fa-cloud:before {
        content:"\f0c2"
       }
       .fa-flask:before {
        content:"\f0c3"
       }
       .fa-cut:before,
       .fa-scissors:before {
        content:"\f0c4"
       }
       .fa-copy:before,
       .fa-files-o:before {
        content:"\f0c5"
       }
       .fa-paperclip:before {
        content:"\f0c6"
       }
       .fa-save:before,
       .fa-floppy-o:before {
        content:"\f0c7"
       }
       .fa-square:before {
        content:"\f0c8"
       }
       .fa-navicon:before,
       .fa-reorder:before,
       .fa-bars:before {
        content:"\f0c9"
       }
       .fa-list-ul:before {
        content:"\f0ca"
       }
       .fa-list-ol:before {
        content:"\f0cb"
       }
       .fa-strikethrough:before {
        content:"\f0cc"
       }
       .fa-underline:before {
        content:"\f0cd"
       }
       .fa-table:before {
        content:"\f0ce"
       }
       .fa-magic:before {
        content:"\f0d0"
       }
       .fa-truck:before {
        content:"\f0d1"
       }
       .fa-pinterest:before {
        content:"\f0d2"
       }
       .fa-pinterest-square:before {
        content:"\f0d3"
       }
       .fa-google-plus-square:before {
        content:"\f0d4"
       }
       .fa-google-plus:before {
        content:"\f0d5"
       }
       .fa-money:before {
        content:"\f0d6"
       }
       .fa-caret-down:before {
        content:"\f0d7"
       }
       .fa-caret-up:before {
        content:"\f0d8"
       }
       .fa-caret-left:before {
        content:"\f0d9"
       }
       .fa-caret-right:before {
        content:"\f0da"
       }
       .fa-columns:before {
        content:"\f0db"
       }
       .fa-unsorted:before,
       .fa-sort:before {
        content:"\f0dc"
       }
       .fa-sort-down:before,
       .fa-sort-desc:before {
        content:"\f0dd"
       }
       .fa-sort-up:before,
       .fa-sort-asc:before {
        content:"\f0de"
       }
       .fa-envelope:before {
        content:"\f0e0"
       }
       .fa-linkedin:before {
        content:"\f0e1"
       }
       .fa-rotate-left:before,
       .fa-undo:before {
        content:"\f0e2"
       }
       .fa-legal:before,
       .fa-gavel:before {
        content:"\f0e3"
       }
       .fa-dashboard:before,
       .fa-tachometer:before {
        content:"\f0e4"
       }
       .fa-comment-o:before {
        content:"\f0e5"
       }
       .fa-comments-o:before {
        content:"\f0e6"
       }
       .fa-flash:before,
       .fa-bolt:before {
        content:"\f0e7"
       }
       .fa-sitemap:before {
        content:"\f0e8"
       }
       .fa-umbrella:before {
        content:"\f0e9"
       }
       .fa-paste:before,
       .fa-clipboard:before {
        content:"\f0ea"
       }
       .fa-lightbulb-o:before {
        content:"\f0eb"
       }
       .fa-exchange:before {
        content:"\f0ec"
       }
       .fa-cloud-download:before {
        content:"\f0ed"
       }
       .fa-cloud-upload:before {
        content:"\f0ee"
       }
       .fa-user-md:before {
        content:"\f0f0"
       }
       .fa-stethoscope:before {
        content:"\f0f1"
       }
       .fa-suitcase:before {
        content:"\f0f2"
       }
       .fa-bell-o:before {
        content:"\f0a2"
       }
       .fa-coffee:before {
        content:"\f0f4"
       }
       .fa-cutlery:before {
        content:"\f0f5"
       }
       .fa-file-text-o:before {
        content:"\f0f6"
       }
       .fa-building-o:before {
        content:"\f0f7"
       }
       .fa-hospital-o:before {
        content:"\f0f8"
       }
       .fa-ambulance:before {
        content:"\f0f9"
       }
       .fa-medkit:before {
        content:"\f0fa"
       }
       .fa-fighter-jet:before {
        content:"\f0fb"
       }
       .fa-beer:before {
        content:"\f0fc"
       }
       .fa-h-square:before {
        content:"\f0fd"
       }
       .fa-plus-square:before {
        content:"\f0fe"
       }
       .fa-angle-double-left:before {
        content:"\f100"
       }
       .fa-angle-double-right:before {
        content:"\f101"
       }
       .fa-angle-double-up:before {
        content:"\f102"
       }
       .fa-angle-double-down:before {
        content:"\f103"
       }
       .fa-angle-left:before {
        content:"\f104"
       }
       .fa-angle-right:before {
        content:"\f105"
       }
       .fa-angle-up:before {
        content:"\f106"
       }
       .fa-angle-down:before {
        content:"\f107"
       }
       .fa-desktop:before {
        content:"\f108"
       }
       .fa-laptop:before {
        content:"\f109"
       }
       .fa-tablet:before {
        content:"\f10a"
       }
       .fa-mobile-phone:before,
       .fa-mobile:before {
        content:"\f10b"
       }
       .fa-circle-o:before {
        content:"\f10c"
       }
       .fa-quote-left:before {
        content:"\f10d"
       }
       .fa-quote-right:before {
        content:"\f10e"
       }
       .fa-spinner:before {
        content:"\f110"
       }
       .fa-circle:before {
        content:"\f111"
       }
       .fa-mail-reply:before,
       .fa-reply:before {
        content:"\f112"
       }
       .fa-github-alt:before {
        content:"\f113"
       }
       .fa-folder-o:before {
        content:"\f114"
       }
       .fa-folder-open-o:before {
        content:"\f115"
       }
       .fa-smile-o:before {
        content:"\f118"
       }
       .fa-frown-o:before {
        content:"\f119"
       }
       .fa-meh-o:before {
        content:"\f11a"
       }
       .fa-gamepad:before {
        content:"\f11b"
       }
       .fa-keyboard-o:before {
        content:"\f11c"
       }
       .fa-flag-o:before {
        content:"\f11d"
       }
       .fa-flag-checkered:before {
        content:"\f11e"
       }
       .fa-terminal:before {
        content:"\f120"
       }
       .fa-code:before {
        content:"\f121"
       }
       .fa-mail-reply-all:before,
       .fa-reply-all:before {
        content:"\f122"
       }
       .fa-star-half-empty:before,
       .fa-star-half-full:before,
       .fa-star-half-o:before {
        content:"\f123"
       }
       .fa-location-arrow:before {
        content:"\f124"
       }
       .fa-crop:before {
        content:"\f125"
       }
       .fa-code-fork:before {
        content:"\f126"
       }
       .fa-unlink:before,
       .fa-chain-broken:before {
        content:"\f127"
       }
       .fa-question:before {
        content:"\f128"
       }
       .fa-info:before {
        content:"\f129"
       }
       .fa-exclamation:before {
        content:"\f12a"
       }
       .fa-superscript:before {
        content:"\f12b"
       }
       .fa-subscript:before {
        content:"\f12c"
       }
       .fa-eraser:before {
        content:"\f12d"
       }
       .fa-puzzle-piece:before {
        content:"\f12e"
       }
       .fa-microphone:before {
        content:"\f130"
       }
       .fa-microphone-slash:before {
        content:"\f131"
       }
       .fa-shield:before {
        content:"\f132"
       }
       .fa-calendar-o:before {
        content:"\f133"
       }
       .fa-fire-extinguisher:before {
        content:"\f134"
       }
       .fa-rocket:before {
        content:"\f135"
       }
       .fa-maxcdn:before {
        content:"\f136"
       }
       .fa-chevron-circle-left:before {
        content:"\f137"
       }
       .fa-chevron-circle-right:before {
        content:"\f138"
       }
       .fa-chevron-circle-up:before {
        content:"\f139"
       }
       .fa-chevron-circle-down:before {
        content:"\f13a"
       }
       .fa-html5:before {
        content:"\f13b"
       }
       .fa-css3:before {
        content:"\f13c"
       }
       .fa-anchor:before {
        content:"\f13d"
       }
       .fa-unlock-alt:before {
        content:"\f13e"
       }
       .fa-bullseye:before {
        content:"\f140"
       }
       .fa-ellipsis-h:before {
        content:"\f141"
       }
       .fa-ellipsis-v:before {
        content:"\f142"
       }
       .fa-rss-square:before {
        content:"\f143"
       }
       .fa-play-circle:before {
        content:"\f144"
       }
       .fa-ticket:before {
        content:"\f145"
       }
       .fa-minus-square:before {
        content:"\f146"
       }
       .fa-minus-square-o:before {
        content:"\f147"
       }
       .fa-level-up:before {
        content:"\f148"
       }
       .fa-level-down:before {
        content:"\f149"
       }
       .fa-check-square:before {
        content:"\f14a"
       }
       .fa-pencil-square:before {
        content:"\f14b"
       }
       .fa-external-link-square:before {
        content:"\f14c"
       }
       .fa-share-square:before {
        content:"\f14d"
       }
       .fa-compass:before {
        content:"\f14e"
       }
       .fa-toggle-down:before,
       .fa-caret-square-o-down:before {
        content:"\f150"
       }
       .fa-toggle-up:before,
       .fa-caret-square-o-up:before {
        content:"\f151"
       }
       .fa-toggle-right:before,
       .fa-caret-square-o-right:before {
        content:"\f152"
       }
       .fa-euro:before,
       .fa-eur:before {
        content:"\f153"
       }
       .fa-gbp:before {
        content:"\f154"
       }
       .fa-dollar:before,
       .fa-usd:before {
        content:"\f155"
       }
       .fa-rupee:before,
       .fa-inr:before {
        content:"\f156"
       }
       .fa-cny:before,
       .fa-rmb:before,
       .fa-yen:before,
       .fa-jpy:before {
        content:"\f157"
       }
       .fa-ruble:before,
       .fa-rouble:before,
       .fa-rub:before {
        content:"\f158"
       }
       .fa-won:before,
       .fa-krw:before {
        content:"\f159"
       }
       .fa-bitcoin:before,
       .fa-btc:before {
        content:"\f15a"
       }
       .fa-file:before {
        content:"\f15b"
       }
       .fa-file-text:before {
        content:"\f15c"
       }
       .fa-sort-alpha-asc:before {
        content:"\f15d"
       }
       .fa-sort-alpha-desc:before {
        content:"\f15e"
       }
       .fa-sort-amount-asc:before {
        content:"\f160"
       }
       .fa-sort-amount-desc:before {
        content:"\f161"
       }
       .fa-sort-numeric-asc:before {
        content:"\f162"
       }
       .fa-sort-numeric-desc:before {
        content:"\f163"
       }
       .fa-thumbs-up:before {
        content:"\f164"
       }
       .fa-thumbs-down:before {
        content:"\f165"
       }
       .fa-youtube-square:before {
        content:"\f166"
       }
       .fa-youtube:before {
        content:"\f167"
       }
       .fa-xing:before {
        content:"\f168"
       }
       .fa-xing-square:before {
        content:"\f169"
       }
       .fa-youtube-play:before {
        content:"\f16a"
       }
       .fa-dropbox:before {
        content:"\f16b"
       }
       .fa-stack-overflow:before {
        content:"\f16c"
       }
       .fa-instagram:before {
        content:"\f16d"
       }
       .fa-flickr:before {
        content:"\f16e"
       }
       .fa-adn:before {
        content:"\f170"
       }
       .fa-bitbucket:before {
        content:"\f171"
       }
       .fa-bitbucket-square:before {
        content:"\f172"
       }
       .fa-tumblr:before {
        content:"\f173"
       }
       .fa-tumblr-square:before {
        content:"\f174"
       }
       .fa-long-arrow-down:before {
        content:"\f175"
       }
       .fa-long-arrow-up:before {
        content:"\f176"
       }
       .fa-long-arrow-left:before {
        content:"\f177"
       }
       .fa-long-arrow-right:before {
        content:"\f178"
       }
       .fa-apple:before {
        content:"\f179"
       }
       .fa-windows:before {
        content:"\f17a"
       }
       .fa-android:before {
        content:"\f17b"
       }
       .fa-linux:before {
        content:"\f17c"
       }
       .fa-dribbble:before {
        content:"\f17d"
       }
       .fa-skype:before {
        content:"\f17e"
       }
       .fa-foursquare:before {
        content:"\f180"
       }
       .fa-trello:before {
        content:"\f181"
       }
       .fa-female:before {
        content:"\f182"
       }
       .fa-male:before {
        content:"\f183"
       }
       .fa-gittip:before,
       .fa-gratipay:before {
        content:"\f184"
       }
       .fa-sun-o:before {
        content:"\f185"
       }
       .fa-moon-o:before {
        content:"\f186"
       }
       .fa-archive:before {
        content:"\f187"
       }
       .fa-bug:before {
        content:"\f188"
       }
       .fa-vk:before {
        content:"\f189"
       }
       .fa-weibo:before {
        content:"\f18a"
       }
       .fa-renren:before {
        content:"\f18b"
       }
       .fa-pagelines:before {
        content:"\f18c"
       }
       .fa-stack-exchange:before {
        content:"\f18d"
       }
       .fa-arrow-circle-o-right:before {
        content:"\f18e"
       }
       .fa-arrow-circle-o-left:before {
        content:"\f190"
       }
       .fa-toggle-left:before,
       .fa-caret-square-o-left:before {
        content:"\f191"
       }
       .fa-dot-circle-o:before {
        content:"\f192"
       }
       .fa-wheelchair:before {
        content:"\f193"
       }
       .fa-vimeo-square:before {
        content:"\f194"
       }
       .fa-turkish-lira:before,
       .fa-try:before {
        content:"\f195"
       }
       .fa-plus-square-o:before {
        content:"\f196"
       }
       .fa-space-shuttle:before {
        content:"\f197"
       }
       .fa-slack:before {
        content:"\f198"
       }
       .fa-envelope-square:before {
        content:"\f199"
       }
       .fa-wordpress:before {
        content:"\f19a"
       }
       .fa-openid:before {
        content:"\f19b"
       }
       .fa-institution:before,
       .fa-bank:before,
       .fa-university:before {
        content:"\f19c"
       }
       .fa-mortar-board:before,
       .fa-graduation-cap:before {
        content:"\f19d"
       }
       .fa-yahoo:before {
        content:"\f19e"
       }
       .fa-google:before {
        content:"\f1a0"
       }
       .fa-reddit:before {
        content:"\f1a1"
       }
       .fa-reddit-square:before {
        content:"\f1a2"
       }
       .fa-stumbleupon-circle:before {
        content:"\f1a3"
       }
       .fa-stumbleupon:before {
        content:"\f1a4"
       }
       .fa-delicious:before {
        content:"\f1a5"
       }
       .fa-digg:before {
        content:"\f1a6"
       }
       .fa-pied-piper-pp:before {
        content:"\f1a7"
       }
       .fa-pied-piper-alt:before {
        content:"\f1a8"
       }
       .fa-drupal:before {
        content:"\f1a9"
       }
       .fa-joomla:before {
        content:"\f1aa"
       }
       .fa-language:before {
        content:"\f1ab"
       }
       .fa-fax:before {
        content:"\f1ac"
       }
       .fa-building:before {
        content:"\f1ad"
       }
       .fa-child:before {
        content:"\f1ae"
       }
       .fa-paw:before {
        content:"\f1b0"
       }
       .fa-spoon:before {
        content:"\f1b1"
       }
       .fa-cube:before {
        content:"\f1b2"
       }
       .fa-cubes:before {
        content:"\f1b3"
       }
       .fa-behance:before {
        content:"\f1b4"
       }
       .fa-behance-square:before {
        content:"\f1b5"
       }
       .fa-steam:before {
        content:"\f1b6"
       }
       .fa-steam-square:before {
        content:"\f1b7"
       }
       .fa-recycle:before {
        content:"\f1b8"
       }
       .fa-automobile:before,
       .fa-car:before {
        content:"\f1b9"
       }
       .fa-cab:before,
       .fa-taxi:before {
        content:"\f1ba"
       }
       .fa-tree:before {
        content:"\f1bb"
       }
       .fa-spotify:before {
        content:"\f1bc"
       }
       .fa-deviantart:before {
        content:"\f1bd"
       }
       .fa-soundcloud:before {
        content:"\f1be"
       }
       .fa-database:before {
        content:"\f1c0"
       }
       .fa-file-pdf-o:before {
        content:"\f1c1"
       }
       .fa-file-word-o:before {
        content:"\f1c2"
       }
       .fa-file-excel-o:before {
        content:"\f1c3"
       }
       .fa-file-powerpoint-o:before {
        content:"\f1c4"
       }
       .fa-file-photo-o:before,
       .fa-file-picture-o:before,
       .fa-file-image-o:before {
        content:"\f1c5"
       }
       .fa-file-zip-o:before,
       .fa-file-archive-o:before {
        content:"\f1c6"
       }
       .fa-file-sound-o:before,
       .fa-file-audio-o:before {
        content:"\f1c7"
       }
       .fa-file-movie-o:before,
       .fa-file-video-o:before {
        content:"\f1c8"
       }
       .fa-file-code-o:before {
        content:"\f1c9"
       }
       .fa-vine:before {
        content:"\f1ca"
       }
       .fa-codepen:before {
        content:"\f1cb"
       }
       .fa-jsfiddle:before {
        content:"\f1cc"
       }
       .fa-life-bouy:before,
       .fa-life-buoy:before,
       .fa-life-saver:before,
       .fa-support:before,
       .fa-life-ring:before {
        content:"\f1cd"
       }
       .fa-circle-o-notch:before {
        content:"\f1ce"
       }
       .fa-ra:before,
       .fa-resistance:before,
       .fa-rebel:before {
        content:"\f1d0"
       }
       .fa-ge:before,
       .fa-empire:before {
        content:"\f1d1"
       }
       .fa-git-square:before {
        content:"\f1d2"
       }
       .fa-git:before {
        content:"\f1d3"
       }
       .fa-y-combinator-square:before,
       .fa-yc-square:before,
       .fa-hacker-news:before {
        content:"\f1d4"
       }
       .fa-tencent-weibo:before {
        content:"\f1d5"
       }
       .fa-qq:before {
        content:"\f1d6"
       }
       .fa-wechat:before,
       .fa-weixin:before {
        content:"\f1d7"
       }
       .fa-send:before,
       .fa-paper-plane:before {
        content:"\f1d8"
       }
       .fa-send-o:before,
       .fa-paper-plane-o:before {
        content:"\f1d9"
       }
       .fa-history:before {
        content:"\f1da"
       }
       .fa-circle-thin:before {
        content:"\f1db"
       }
       .fa-header:before {
        content:"\f1dc"
       }
       .fa-paragraph:before {
        content:"\f1dd"
       }
       .fa-sliders:before {
        content:"\f1de"
       }
       .fa-share-alt:before {
        content:"\f1e0"
       }
       .fa-share-alt-square:before {
        content:"\f1e1"
       }
       .fa-bomb:before {
        content:"\f1e2"
       }
       .fa-soccer-ball-o:before,
       .fa-futbol-o:before {
        content:"\f1e3"
       }
       .fa-tty:before {
        content:"\f1e4"
       }
       .fa-binoculars:before {
        content:"\f1e5"
       }
       .fa-plug:before {
        content:"\f1e6"
       }
       .fa-slideshare:before {
        content:"\f1e7"
       }
       .fa-twitch:before {
        content:"\f1e8"
       }
       .fa-yelp:before {
        content:"\f1e9"
       }
       .fa-newspaper-o:before {
        content:"\f1ea"
       }
       .fa-wifi:before {
        content:"\f1eb"
       }
       .fa-calculator:before {
        content:"\f1ec"
       }
       .fa-paypal:before {
        content:"\f1ed"
       }
       .fa-google-wallet:before {
        content:"\f1ee"
       }
       .fa-cc-visa:before {
        content:"\f1f0"
       }
       .fa-cc-mastercard:before {
        content:"\f1f1"
       }
       .fa-cc-discover:before {
        content:"\f1f2"
       }
       .fa-cc-amex:before {
        content:"\f1f3"
       }
       .fa-cc-paypal:before {
        content:"\f1f4"
       }
       .fa-cc-stripe:before {
        content:"\f1f5"
       }
       .fa-bell-slash:before {
        content:"\f1f6"
       }
       .fa-bell-slash-o:before {
        content:"\f1f7"
       }
       .fa-trash:before {
        content:"\f1f8"
       }
       .fa-copyright:before {
        content:"\f1f9"
       }
       .fa-at:before {
        content:"\f1fa"
       }
       .fa-eyedropper:before {
        content:"\f1fb"
       }
       .fa-paint-brush:before {
        content:"\f1fc"
       }
       .fa-birthday-cake:before {
        content:"\f1fd"
       }
       .fa-area-chart:before {
        content:"\f1fe"
       }
       .fa-pie-chart:before {
        content:"\f200"
       }
       .fa-line-chart:before {
        content:"\f201"
       }
       .fa-lastfm:before {
        content:"\f202"
       }
       .fa-lastfm-square:before {
        content:"\f203"
       }
       .fa-toggle-off:before {
        content:"\f204"
       }
       .fa-toggle-on:before {
        content:"\f205"
       }
       .fa-bicycle:before {
        content:"\f206"
       }
       .fa-bus:before {
        content:"\f207"
       }
       .fa-ioxhost:before {
        content:"\f208"
       }
       .fa-angellist:before {
        content:"\f209"
       }
       .fa-cc:before {
        content:"\f20a"
       }
       .fa-shekel:before,
       .fa-sheqel:before,
       .fa-ils:before {
        content:"\f20b"
       }
       .fa-meanpath:before {
        content:"\f20c"
       }
       .fa-buysellads:before {
        content:"\f20d"
       }
       .fa-connectdevelop:before {
        content:"\f20e"
       }
       .fa-dashcube:before {
        content:"\f210"
       }
       .fa-forumbee:before {
        content:"\f211"
       }
       .fa-leanpub:before {
        content:"\f212"
       }
       .fa-sellsy:before {
        content:"\f213"
       }
       .fa-shirtsinbulk:before {
        content:"\f214"
       }
       .fa-simplybuilt:before {
        content:"\f215"
       }
       .fa-skyatlas:before {
        content:"\f216"
       }
       .fa-cart-plus:before {
        content:"\f217"
       }
       .fa-cart-arrow-down:before {
        content:"\f218"
       }
       .fa-diamond:before {
        content:"\f219"
       }
       .fa-ship:before {
        content:"\f21a"
       }
       .fa-user-secret:before {
        content:"\f21b"
       }
       .fa-motorcycle:before {
        content:"\f21c"
       }
       .fa-street-view:before {
        content:"\f21d"
       }
       .fa-heartbeat:before {
        content:"\f21e"
       }
       .fa-venus:before {
        content:"\f221"
       }
       .fa-mars:before {
        content:"\f222"
       }
       .fa-mercury:before {
        content:"\f223"
       }
       .fa-intersex:before,
       .fa-transgender:before {
        content:"\f224"
       }
       .fa-transgender-alt:before {
        content:"\f225"
       }
       .fa-venus-double:before {
        content:"\f226"
       }
       .fa-mars-double:before {
        content:"\f227"
       }
       .fa-venus-mars:before {
        content:"\f228"
       }
       .fa-mars-stroke:before {
        content:"\f229"
       }
       .fa-mars-stroke-v:before {
        content:"\f22a"
       }
       .fa-mars-stroke-h:before {
        content:"\f22b"
       }
       .fa-neuter:before {
        content:"\f22c"
       }
       .fa-genderless:before {
        content:"\f22d"
       }
       .fa-facebook-official:before {
        content:"\f230"
       }
       .fa-pinterest-p:before {
        content:"\f231"
       }
       .fa-whatsapp:before {
        content:"\f232"
       }
       .fa-server:before {
        content:"\f233"
       }
       .fa-user-plus:before {
        content:"\f234"
       }
       .fa-user-times:before {
        content:"\f235"
       }
       .fa-hotel:before,
       .fa-bed:before {
        content:"\f236"
       }
       .fa-viacoin:before {
        content:"\f237"
       }
       .fa-train:before {
        content:"\f238"
       }
       .fa-subway:before {
        content:"\f239"
       }
       .fa-medium:before {
        content:"\f23a"
       }
       .fa-yc:before,
       .fa-y-combinator:before {
        content:"\f23b"
       }
       .fa-optin-monster:before {
        content:"\f23c"
       }
       .fa-opencart:before {
        content:"\f23d"
       }
       .fa-expeditedssl:before {
        content:"\f23e"
       }
       .fa-battery-4:before,
       .fa-battery:before,
       .fa-battery-full:before {
        content:"\f240"
       }
       .fa-battery-3:before,
       .fa-battery-three-quarters:before {
        content:"\f241"
       }
       .fa-battery-2:before,
       .fa-battery-half:before {
        content:"\f242"
       }
       .fa-battery-1:before,
       .fa-battery-quarter:before {
        content:"\f243"
       }
       .fa-battery-0:before,
       .fa-battery-empty:before {
        content:"\f244"
       }
       .fa-mouse-pointer:before {
        content:"\f245"
       }
       .fa-i-cursor:before {
        content:"\f246"
       }
       .fa-object-group:before {
        content:"\f247"
       }
       .fa-object-ungroup:before {
        content:"\f248"
       }
       .fa-sticky-note:before {
        content:"\f249"
       }
       .fa-sticky-note-o:before {
        content:"\f24a"
       }
       .fa-cc-jcb:before {
        content:"\f24b"
       }
       .fa-cc-diners-club:before {
        content:"\f24c"
       }
       .fa-clone:before {
        content:"\f24d"
       }
       .fa-balance-scale:before {
        content:"\f24e"
       }
       .fa-hourglass-o:before {
        content:"\f250"
       }
       .fa-hourglass-1:before,
       .fa-hourglass-start:before {
        content:"\f251"
       }
       .fa-hourglass-2:before,
       .fa-hourglass-half:before {
        content:"\f252"
       }
       .fa-hourglass-3:before,
       .fa-hourglass-end:before {
        content:"\f253"
       }
       .fa-hourglass:before {
        content:"\f254"
       }
       .fa-hand-grab-o:before,
       .fa-hand-rock-o:before {
        content:"\f255"
       }
       .fa-hand-stop-o:before,
       .fa-hand-paper-o:before {
        content:"\f256"
       }
       .fa-hand-scissors-o:before {
        content:"\f257"
       }
       .fa-hand-lizard-o:before {
        content:"\f258"
       }
       .fa-hand-spock-o:before {
        content:"\f259"
       }
       .fa-hand-pointer-o:before {
        content:"\f25a"
       }
       .fa-hand-peace-o:before {
        content:"\f25b"
       }
       .fa-trademark:before {
        content:"\f25c"
       }
       .fa-registered:before {
        content:"\f25d"
       }
       .fa-creative-commons:before {
        content:"\f25e"
       }
       .fa-gg:before {
        content:"\f260"
       }
       .fa-gg-circle:before {
        content:"\f261"
       }
       .fa-tripadvisor:before {
        content:"\f262"
       }
       .fa-odnoklassniki:before {
        content:"\f263"
       }
       .fa-odnoklassniki-square:before {
        content:"\f264"
       }
       .fa-get-pocket:before {
        content:"\f265"
       }
       .fa-wikipedia-w:before {
        content:"\f266"
       }
       .fa-safari:before {
        content:"\f267"
       }
       .fa-chrome:before {
        content:"\f268"
       }
       .fa-firefox:before {
        content:"\f269"
       }
       .fa-opera:before {
        content:"\f26a"
       }
       .fa-internet-explorer:before {
        content:"\f26b"
       }
       .fa-tv:before,
       .fa-television:before {
        content:"\f26c"
       }
       .fa-contao:before {
        content:"\f26d"
       }
       .fa-500px:before {
        content:"\f26e"
       }
       .fa-amazon:before {
        content:"\f270"
       }
       .fa-calendar-plus-o:before {
        content:"\f271"
       }
       .fa-calendar-minus-o:before {
        content:"\f272"
       }
       .fa-calendar-times-o:before {
        content:"\f273"
       }
       .fa-calendar-check-o:before {
        content:"\f274"
       }
       .fa-industry:before {
        content:"\f275"
       }
       .fa-map-pin:before {
        content:"\f276"
       }
       .fa-map-signs:before {
        content:"\f277"
       }
       .fa-map-o:before {
        content:"\f278"
       }
       .fa-map:before {
        content:"\f279"
       }
       .fa-commenting:before {
        content:"\f27a"
       }
       .fa-commenting-o:before {
        content:"\f27b"
       }
       .fa-houzz:before {
        content:"\f27c"
       }
       .fa-vimeo:before {
        content:"\f27d"
       }
       .fa-black-tie:before {
        content:"\f27e"
       }
       .fa-fonticons:before {
        content:"\f280"
       }
       .fa-reddit-alien:before {
        content:"\f281"
       }
       .fa-edge:before {
        content:"\f282"
       }
       .fa-credit-card-alt:before {
        content:"\f283"
       }
       .fa-codiepie:before {
        content:"\f284"
       }
       .fa-modx:before {
        content:"\f285"
       }
       .fa-fort-awesome:before {
        content:"\f286"
       }
       .fa-usb:before {
        content:"\f287"
       }
       .fa-product-hunt:before {
        content:"\f288"
       }
       .fa-mixcloud:before {
        content:"\f289"
       }
       .fa-scribd:before {
        content:"\f28a"
       }
       .fa-pause-circle:before {
        content:"\f28b"
       }
       .fa-pause-circle-o:before {
        content:"\f28c"
       }
       .fa-stop-circle:before {
        content:"\f28d"
       }
       .fa-stop-circle-o:before {
        content:"\f28e"
       }
       .fa-shopping-bag:before {
        content:"\f290"
       }
       .fa-shopping-basket:before {
        content:"\f291"
       }
       .fa-hashtag:before {
        content:"\f292"
       }
       .fa-bluetooth:before {
        content:"\f293"
       }
       .fa-bluetooth-b:before {
        content:"\f294"
       }
       .fa-percent:before {
        content:"\f295"
       }
       .fa-gitlab:before {
        content:"\f296"
       }
       .fa-wpbeginner:before {
        content:"\f297"
       }
       .fa-wpforms:before {
        content:"\f298"
       }
       .fa-envira:before {
        content:"\f299"
       }
       .fa-universal-access:before {
        content:"\f29a"
       }
       .fa-wheelchair-alt:before {
        content:"\f29b"
       }
       .fa-question-circle-o:before {
        content:"\f29c"
       }
       .fa-blind:before {
        content:"\f29d"
       }
       .fa-audio-description:before {
        content:"\f29e"
       }
       .fa-volume-control-phone:before {
        content:"\f2a0"
       }
       .fa-braille:before {
        content:"\f2a1"
       }
       .fa-assistive-listening-systems:before {
        content:"\f2a2"
       }
       .fa-asl-interpreting:before,
       .fa-american-sign-language-interpreting:before {
        content:"\f2a3"
       }
       .fa-deafness:before,
       .fa-hard-of-hearing:before,
       .fa-deaf:before {
        content:"\f2a4"
       }
       .fa-glide:before {
        content:"\f2a5"
       }
       .fa-glide-g:before {
        content:"\f2a6"
       }
       .fa-signing:before,
       .fa-sign-language:before {
        content:"\f2a7"
       }
       .fa-low-vision:before {
        content:"\f2a8"
       }
       .fa-viadeo:before {
        content:"\f2a9"
       }
       .fa-viadeo-square:before {
        content:"\f2aa"
       }
       .fa-snapchat:before {
        content:"\f2ab"
       }
       .fa-snapchat-ghost:before {
        content:"\f2ac"
       }
       .fa-snapchat-square:before {
        content:"\f2ad"
       }
       .fa-pied-piper:before {
        content:"\f2ae"
       }
       .fa-first-order:before {
        content:"\f2b0"
       }
       .fa-yoast:before {
        content:"\f2b1"
       }
       .fa-themeisle:before {
        content:"\f2b2"
       }
       .fa-google-plus-circle:before,
       .fa-google-plus-official:before {
        content:"\f2b3"
       }
       .fa-fa:before,
       .fa-font-awesome:before {
        content:"\f2b4"
       }
       .fa-handshake-o:before {
        content:"\f2b5"
       }
       .fa-envelope-open:before {
        content:"\f2b6"
       }
       .fa-envelope-open-o:before {
        content:"\f2b7"
       }
       .fa-linode:before {
        content:"\f2b8"
       }
       .fa-address-book:before {
        content:"\f2b9"
       }
       .fa-address-book-o:before {
        content:"\f2ba"
       }
       .fa-vcard:before,
       .fa-address-card:before {
        content:"\f2bb"
       }
       .fa-vcard-o:before,
       .fa-address-card-o:before {
        content:"\f2bc"
       }
       .fa-user-circle:before {
        content:"\f2bd"
       }
       .fa-user-circle-o:before {
        content:"\f2be"
       }
       .fa-user-o:before {
        content:"\f2c0"
       }
       .fa-id-badge:before {
        content:"\f2c1"
       }
       .fa-drivers-license:before,
       .fa-id-card:before {
        content:"\f2c2"
       }
       .fa-drivers-license-o:before,
       .fa-id-card-o:before {
        content:"\f2c3"
       }
       .fa-quora:before {
        content:"\f2c4"
       }
       .fa-free-code-camp:before {
        content:"\f2c5"
       }
       .fa-telegram:before {
        content:"\f2c6"
       }
       .fa-thermometer-4:before,
       .fa-thermometer:before,
       .fa-thermometer-full:before {
        content:"\f2c7"
       }
       .fa-thermometer-3:before,
       .fa-thermometer-three-quarters:before {
        content:"\f2c8"
       }
       .fa-thermometer-2:before,
       .fa-thermometer-half:before {
        content:"\f2c9"
       }
       .fa-thermometer-1:before,
       .fa-thermometer-quarter:before {
        content:"\f2ca"
       }
       .fa-thermometer-0:before,
       .fa-thermometer-empty:before {
        content:"\f2cb"
       }
       .fa-shower:before {
        content:"\f2cc"
       }
       .fa-bathtub:before,
       .fa-s15:before,
       .fa-bath:before {
        content:"\f2cd"
       }
       .fa-podcast:before {
        content:"\f2ce"
       }
       .fa-window-maximize:before {
        content:"\f2d0"
       }
       .fa-window-minimize:before {
        content:"\f2d1"
       }
       .fa-window-restore:before {
        content:"\f2d2"
       }
       .fa-times-rectangle:before,
       .fa-window-close:before {
        content:"\f2d3"
       }
       .fa-times-rectangle-o:before,
       .fa-window-close-o:before {
        content:"\f2d4"
       }
       .fa-bandcamp:before {
        content:"\f2d5"
       }
       .fa-grav:before {
        content:"\f2d6"
       }
       .fa-etsy:before {
        content:"\f2d7"
       }
       .fa-imdb:before {
        content:"\f2d8"
       }
       .fa-ravelry:before {
        content:"\f2d9"
       }
       .fa-eercast:before {
        content:"\f2da"
       }
       .fa-microchip:before {
        content:"\f2db"
       }
       .fa-snowflake-o:before {
        content:"\f2dc"
       }
       .fa-superpowers:before {
        content:"\f2dd"
       }
       .fa-wpexplorer:before {
        content:"\f2de"
       }
       .fa-meetup:before {
        content:"\f2e0"
       }
    .bc-container:after,
    .bc-row:after,
    .bc-row-padding:after,
    .bc-topnav:after,
    .bc-clear:after,
    .bc-btn-group:before,
    .bc-btn-group:after {
        content: "";
        display: table;
        clear: both
    }

    .bc-col.s1 {
        width: 8.33333%
    }

    .bc-col.s2 {
        width: 16.66666%
    }

    .bc-col.s3 {
        width: 24.99999%
    }

    .bc-col.s4 {
        width: 33.33333%
    }

    .bc-col.s5 {
        width: 41.66666%
    }

    .bc-col.s6 {
        width: 49.99999%
    }

    .bc-col.s7 {
        width: 58.33333%
    }

    .bc-col.s8 {
        width: 66.66666%
    }

    .bc-col.s9 {
        width: 74.99999%
    }

    .bc-col.s10 {
        width: 83.33333%
    }

    .bc-col.s11 {
        width: 91.66666%
    }

    .bc-col.s12,
    .bc-half,
    .bc-third,
    .bc-twothird,
    .bc-quarter {
        width: 99.99999%
    }

    @media only screen and (min-width:601px) {
        .bc-col.m1 {
            width: 8.33333%
        }

        .bc-col.m2 {
            width: 16.66666%
        }

        .bc-col.m3,
        .bc-quarter {
            width: 24.99999%
        }

        .bc-col.m4,
        .bc-third {
            width: 33.33333%
        }

        .bc-col.m5 {
            width: 41.66666%
        }

        .bc-col.m6,
        .bc-half {
            width: 49.99999%
        }

        .bc-col.m7 {
            width: 58.33333%
        }

        .bc-col.m8,
        .bc-twothird {
            width: 66.66666%
        }

        .bc-col.m9 {
            width: 74.99999%
        }

        .bc-col.m10 {
            width: 83.33333%
        }

        .bc-col.m11 {
            width: 91.66666%
        }

        .bc-col.m12 {
            width: 99.99999%
        }
    }

    @media only screen and (min-width:769px) {
        .bc-col.pc1 {
            width: 8.33333%
        }

        .bc-col.pc2 {
            width: 16.66666%
        }

        .bc-col.pc3,
        .bc-quarter {
            width: 24.99999%
        }

        .bc-col.pc4,
        .bc-third {
            width: 33.33333%
        }

        .bc-col.pc5 {
            width: 41.66666%
        }

        .bc-col.pc6,
        .bc-half {
            width: 49.99999%
        }

        .bc-col.pc7 {
            width: 58.33333%
        }

        .bc-col.pc8,
        .bc-twothird {
            width: 66.66666%
        }

        .bc-col.pc9 {
            width: 74.99999%
        }

        .bc-col.pc10 {
            width: 83.33333%
        }

        .bc-col.pc11 {
            width: 91.66666%
        }

        .bc-col.pc12 {
            width: 99.99999%
        }
    }

    @media only screen and (min-width:1024px) {
        .bc-col.l1 {
            width: 8.33333%
        }

        .bc-col.l2 {
            width: 16.66666%
        }

        .bc-col.l3,
        .bc-quarter {
            width: 24.99999%
        }

        .bc-col.l4,
        .bc-third {
            width: 33.33333%
        }

        .bc-col.l5 {
            width: 41.66666%
        }

        .bc-col.l6,
        .bc-half {
            width: 49.99999%
        }

        .bc-col.l7 {
            width: 58.33333%
        }

        .bc-col.l8,
        .bc-twothird {
            width: 66.66666%
        }

        .bc-col.l9 {
            width: 74.99999%
        }

        .bc-col.l10 {
            width: 83.33333%
        }

        .bc-col.l11 {
            width: 91.66666%
        }

        .bc-col.l12 {
            width: 99.99999%
        }
    }

    .bc-content1300 {
        max-width: 1300px;
        margin: 0 auto
    }

    .bc-content830 {
        max-width: 830px;
        margin: 0 auto;
    }

    .bc-rest {
        overflow: hidden
    }

    .clr {
        clear: both;
    }

    .fright {
        float: right
    }

    .fleft {
        float: left
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-lg {
        font-size: 1.33333333em;
        line-height: 0.75em;
        vertical-align: -15%;
    }

    .fa-2x {
        font-size: 2em;
    }

    .fa-3x {
        font-size: 3em;
    }

    .fa-4x {
        font-size: 4em;
    }

    .fa-5x {
        font-size: 5em;
    }

    .fa-fw {
        width: 1.28571429em;
        text-align: center;
    }

    .fa-ul {
        padding-left: 0;
        margin-left: 2.14285714em;
        list-style-type: none;
    }

        .fa-ul > li {
            position: relative;
        }

    .fa-li {
        position: absolute;
        left: -2.14285714em;
        width: 2.14285714em;
        top: 0.14285714em;
        text-align: center;
    }

        .fa-li.fa-lg {
            left: -1.85714286em;
        }

    .fa-border {
        padding: .2em .25em .15em;
        border: solid 0.08em #eeeeee;
        border-radius: .1em;
    }

    .fa-pull-left {
        float: left;
    }

    .fa-pull-right {
        float: right;
    }

    .fa.fa-pull-left {
        margin-right: .3em;
    }

    .fa.fa-pull-right {
        margin-left: .3em;
    }

    .pull-right {
        float: right;
    }

    .pull-left {
        float: left;
    }

    .fa.pull-left {
        margin-right: .3em;
    }

    .fa.pull-right {
        margin-left: .3em;
    }

    .fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

    .fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8);
    }

    @-webkit-keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    .fa-rotate-90 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .fa-rotate-180 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .fa-rotate-270 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .fa-flip-horizontal {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .fa-flip-vertical {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }

    :root .fa-rotate-90,
    :root .fa-rotate-180,
    :root .fa-rotate-270,
    :root .fa-flip-horizontal,
    :root .fa-flip-vertical {
        filter: none;
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

    .fa-stack-1x,
    .fa-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .fa-stack-1x {
        line-height: inherit;
    }

    .fa-stack-2x {
        font-size: 2em;
    }

    .fa-inverse {
        color: #ffffff;
    }

    .fa-glass:before {
        content: "\f000";
    }

    .fa-music:before {
        content: "\f001";
    }

    .fa-search:before {
        content: "\f002";
    }

    .fa-envelope-o:before {
        content: "\f003";
    }

    .fa-heart:before {
        content: "\f004";
    }

    .fa-star:before {
        content: "\f005";
    }

    .fa-star-o:before {
        content: "\f006";
    }

    .fa-user:before {
        content: "\f007";
    }

    .fa-film:before {
        content: "\f008";
    }

    .fa-th-large:before {
        content: "\f009";
    }

    .fa-th:before {
        content: "\f00a";
    }

    .fa-th-list:before {
        content: "\f00b";
    }

    .fa-check:before {
        content: "\f00c";
    }

    .fa-remove:before,
    .fa-close:before,
    .fa-times:before {
        content: "\f00d";
    }

    .fa-search-plus:before {
        content: "\f00e";
    }

    .fa-search-minus:before {
        content: "\f010";
    }

    .fa-power-off:before {
        content: "\f011";
    }

    .fa-signal:before {
        content: "\f012";
    }

    .fa-gear:before,
    .fa-cog:before {
        content: "\f013";
    }

    .fa-trash-o:before {
        content: "\f014";
    }

    .fa-home:before {
        content: "\f015";
    }

    .fa-file-o:before {
        content: "\f016";
    }

    .fa-clock-o:before {
        content: "\f017";
    }

    .fa-road:before {
        content: "\f018";
    }

    .fa-download:before {
        content: "\f019";
    }

    .fa-arrow-circle-o-down:before {
        content: "\f01a";
    }

    .fa-arrow-circle-o-up:before {
        content: "\f01b";
    }

    .fa-inbox:before {
        content: "\f01c";
    }

    .fa-play-circle-o:before {
        content: "\f01d";
    }

    .fa-rotate-right:before,
    .fa-repeat:before {
        content: "\f01e";
    }

    .fa-refresh:before {
        content: "\f021";
    }

    .fa-list-alt:before {
        content: "\f022";
    }

    .fa-lock:before {
        content: "\f023";
    }

    .fa-flag:before {
        content: "\f024";
    }

    .fa-headphones:before {
        content: "\f025";
    }

    .fa-volume-off:before {
        content: "\f026";
    }

    .fa-volume-down:before {
        content: "\f027";
    }

    .fa-volume-up:before {
        content: "\f028";
    }

    .fa-qrcode:before {
        content: "\f029";
    }

    .fa-barcode:before {
        content: "\f02a";
    }

    .fa-tag:before {
        content: "\f02b";
    }

    .fa-tags:before {
        content: "\f02c";
    }

    .fa-book:before {
        content: "\f02d";
    }

    .fa-bookmark:before {
        content: "\f02e";
    }

    .fa-print:before {
        content: "\f02f";
    }

    .fa-camera:before {
        content: "\f030";
    }

    .fa-font:before {
        content: "\f031";
    }

    .fa-bold:before {
        content: "\f032";
    }

    .fa-italic:before {
        content: "\f033";
    }

    .fa-text-height:before {
        content: "\f034";
    }

    .fa-text-width:before {
        content: "\f035";
    }

    .fa-align-left:before {
        content: "\f036";
    }

    .fa-align-center:before {
        content: "\f037";
    }

    .fa-align-right:before {
        content: "\f038";
    }

    .fa-align-justify:before {
        content: "\f039";
    }

    .fa-list:before {
        content: "\f03a";
    }

    .fa-dedent:before,
    .fa-outdent:before {
        content: "\f03b";
    }

    .fa-indent:before {
        content: "\f03c";
    }

    .fa-video-camera:before {
        content: "\f03d";
    }

    .fa-photo:before,
    .fa-image:before,
    .fa-picture-o:before {
        content: "\f03e";
    }

    .fa-pencil:before {
        content: "\f040";
    }

    .fa-map-marker:before {
        content: "\f041";
    }

    .fa-adjust:before {
        content: "\f042";
    }

    .fa-tint:before {
        content: "\f043";
    }

    .fa-edit:before,
    .fa-pencil-square-o:before {
        content: "\f044";
    }

    .fa-share-square-o:before {
        content: "\f045";
    }

    .fa-check-square-o:before {
        content: "\f046";
    }

    .fa-arrows:before {
        content: "\f047";
    }

    .fa-step-backward:before {
        content: "\f048";
    }

    .fa-fast-backward:before {
        content: "\f049";
    }

    .fa-backward:before {
        content: "\f04a";
    }

    .fa-play:before {
        content: "\f04b";
    }

    .fa-pause:before {
        content: "\f04c";
    }

    .fa-stop:before {
        content: "\f04d";
    }

    .fa-forward:before {
        content: "\f04e";
    }

    .fa-fast-forward:before {
        content: "\f050";
    }

    .fa-step-forward:before {
        content: "\f051";
    }

    .fa-eject:before {
        content: "\f052";
    }

    .fa-chevron-left:before {
        content: "\f053";
    }

    .fa-chevron-right:before {
        content: "\f054";
    }

    .fa-plus-circle:before {
        content: "\f055";
    }

    .fa-minus-circle:before {
        content: "\f056";
    }

    .fa-times-circle:before {
        content: "\f057";
    }

    .fa-check-circle:before {
        content: "\f058";
    }

    .fa-question-circle:before {
        content: "\f059";
    }

    .fa-info-circle:before {
        content: "\f05a";
    }

    .fa-crosshairs:before {
        content: "\f05b";
    }

    .fa-times-circle-o:before {
        content: "\f05c";
    }

    .fa-check-circle-o:before {
        content: "\f05d";
    }

    .fa-ban:before {
        content: "\f05e";
    }

    .fa-arrow-left:before {
        content: "\f060";
    }

    .fa-arrow-right:before {
        content: "\f061";
    }

    .fa-arrow-up:before {
        content: "\f062";
    }

    .fa-arrow-down:before {
        content: "\f063";
    }

    .fa-mail-forward:before,
    .fa-share:before {
        content: "\f064";
    }

    .fa-expand:before {
        content: "\f065";
    }

    .fa-compress:before {
        content: "\f066";
    }

    .fa-plus:before {
        content: "\f067";
    }

    .fa-minus:before {
        content: "\f068";
    }

    .fa-asterisk:before {
        content: "\f069";
    }

    .fa-exclamation-circle:before {
        content: "\f06a";
    }

    .fa-gift:before {
        content: "\f06b";
    }

    .fa-leaf:before {
        content: "\f06c";
    }

    .fa-fire:before {
        content: "\f06d";
    }

    .fa-eye:before {
        content: "\f06e";
    }

    .fa-eye-slash:before {
        content: "\f070";
    }

    .fa-warning:before,
    .fa-exclamation-triangle:before {
        content: "\f071";
    }

    .fa-plane:before {
        content: "\f072";
    }

    .fa-calendar:before {
        content: "\f073";
    }

    .fa-random:before {
        content: "\f074";
    }

    .fa-comment:before {
        content: "\f075";
    }

    .fa-magnet:before {
        content: "\f076";
    }

    .fa-chevron-up:before {
        content: "\f077";
    }

    .fa-chevron-down:before {
        content: "\f078";
    }

    .fa-retweet:before {
        content: "\f079";
    }

    .fa-shopping-cart:before {
        content: "\f07a";
    }

    .fa-folder:before {
        content: "\f07b";
    }

    .fa-folder-open:before {
        content: "\f07c";
    }

    .fa-arrows-v:before {
        content: "\f07d";
    }

    .fa-arrows-h:before {
        content: "\f07e";
    }

    .fa-bar-chart-o:before,
    .fa-bar-chart:before {
        content: "\f080";
    }

    .fa-twitter-square:before {
        content: "\f081";
    }

    .fa-facebook-square:before {
        content: "\f082";
    }

    .fa-camera-retro:before {
        content: "\f083";
    }

    .fa-key:before {
        content: "\f084";
    }

    .fa-gears:before,
    .fa-cogs:before {
        content: "\f085";
    }

    .fa-comments:before {
        content: "\f086";
    }

    .fa-thumbs-o-up:before {
        content: "\f087";
    }

    .fa-thumbs-o-down:before {
        content: "\f088";
    }

    .fa-star-half:before {
        content: "\f089";
    }

    .fa-heart-o:before {
        content: "\f08a";
    }

    .fa-sign-out:before {
        content: "\f08b";
    }

    .fa-linkedin-square:before {
        content: "\f08c";
    }

    .fa-thumb-tack:before {
        content: "\f08d";
    }

    .fa-external-link:before {
        content: "\f08e";
    }

    .fa-sign-in:before {
        content: "\f090";
    }

    .fa-trophy:before {
        content: "\f091";
    }

    .fa-github-square:before {
        content: "\f092";
    }

    .fa-upload:before {
        content: "\f093";
    }

    .fa-lemon-o:before {
        content: "\f094";
    }

    .fa-phone:before {
        content: "\f095";
    }

    .fa-square-o:before {
        content: "\f096";
    }

    .fa-bookmark-o:before {
        content: "\f097";
    }

    .fa-phone-square:before {
        content: "\f098";
    }

    .fa-twitter:before {
        content: "\f099";
    }

    .fa-facebook-f:before,
    .fa-facebook:before {
        content: "\f09a";
    }

    .fa-github:before {
        content: "\f09b";
    }

    .fa-unlock:before {
        content: "\f09c";
    }

    .fa-credit-card:before {
        content: "\f09d";
    }

    .fa-feed:before,
    .fa-rss:before {
        content: "\f09e";
    }

    .fa-hdd-o:before {
        content: "\f0a0";
    }

    .fa-bullhorn:before {
        content: "\f0a1";
    }

    .fa-bell:before {
        content: "\f0f3";
    }

    .fa-certificate:before {
        content: "\f0a3";
    }

    .fa-hand-o-right:before {
        content: "\f0a4";
    }

    .fa-hand-o-left:before {
        content: "\f0a5";
    }

    .fa-hand-o-up:before {
        content: "\f0a6";
    }

    .fa-hand-o-down:before {
        content: "\f0a7";
    }

    .fa-arrow-circle-left:before {
        content: "\f0a8";
    }

    .fa-arrow-circle-right:before {
        content: "\f0a9";
    }

    .fa-arrow-circle-up:before {
        content: "\f0aa";
    }

    .fa-arrow-circle-down:before {
        content: "\f0ab";
    }

    .fa-globe:before {
        content: "\f0ac";
    }

    .fa-wrench:before {
        content: "\f0ad";
    }

    .fa-tasks:before {
        content: "\f0ae";
    }

    .fa-filter:before {
        content: "\f0b0";
    }

    .fa-briefcase:before {
        content: "\f0b1";
    }

    .fa-arrows-alt:before {
        content: "\f0b2";
    }

    .fa-group:before,
    .fa-users:before {
        content: "\f0c0";
    }

    .fa-chain:before,
    .fa-link:before {
        content: "\f0c1";
    }

    .fa-cloud:before {
        content: "\f0c2";
    }

    .fa-flask:before {
        content: "\f0c3";
    }

    .fa-cut:before,
    .fa-scissors:before {
        content: "\f0c4";
    }

    .fa-copy:before,
    .fa-files-o:before {
        content: "\f0c5";
    }

    .fa-paperclip:before {
        content: "\f0c6";
    }

    .fa-save:before,
    .fa-floppy-o:before {
        content: "\f0c7";
    }

    .fa-square:before {
        content: "\f0c8";
    }

    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        content: "\f0c9";
    }

    .fa-list-ul:before {
        content: "\f0ca";
    }

    .fa-list-ol:before {
        content: "\f0cb";
    }

    .fa-strikethrough:before {
        content: "\f0cc";
    }

    .fa-underline:before {
        content: "\f0cd";
    }

    .fa-table:before {
        content: "\f0ce";
    }

    .fa-magic:before {
        content: "\f0d0";
    }

    .fa-truck:before {
        content: "\f0d1";
    }

    .fa-pinterest:before {
        content: "\f0d2";
    }

    .fa-pinterest-square:before {
        content: "\f0d3";
    }

    .fa-google-plus-square:before {
        content: "\f0d4";
    }

    .fa-google-plus:before {
        content: "\f0d5";
    }

    .fa-money:before {
        content: "\f0d6";
    }

    .fa-caret-down:before {
        content: "\f0d7";
    }

    .fa-caret-up:before {
        content: "\f0d8";
    }

    .fa-caret-left:before {
        content: "\f0d9";
    }

    .fa-caret-right:before {
        content: "\f0da";
    }

    .fa-columns:before {
        content: "\f0db";
    }

    .fa-unsorted:before,
    .fa-sort:before {
        content: "\f0dc";
    }

    .fa-sort-down:before,
    .fa-sort-desc:before {
        content: "\f0dd";
    }

    .fa-sort-up:before,
    .fa-sort-asc:before {
        content: "\f0de";
    }

    .fa-envelope:before {
        content: "\f0e0";
    }

    .fa-linkedin:before {
        content: "\f0e1";
    }

    .fa-rotate-left:before,
    .fa-undo:before {
        content: "\f0e2";
    }

    .fa-legal:before,
    .fa-gavel:before {
        content: "\f0e3";
    }

    .fa-dashboard:before,
    .fa-tachometer:before {
        content: "\f0e4";
    }

    .fa-comment-o:before {
        content: "\f0e5";
    }

    .fa-comments-o:before {
        content: "\f0e6";
    }

    .fa-flash:before,
    .fa-bolt:before {
        content: "\f0e7";
    }

    .fa-sitemap:before {
        content: "\f0e8";
    }

    .fa-umbrella:before {
        content: "\f0e9";
    }

    .fa-paste:before,
    .fa-clipboard:before {
        content: "\f0ea";
    }

    .fa-lightbulb-o:before {
        content: "\f0eb";
    }

    .fa-exchange:before {
        content: "\f0ec";
    }

    .fa-cloud-download:before {
        content: "\f0ed";
    }

    .fa-cloud-upload:before {
        content: "\f0ee";
    }

    .fa-user-md:before {
        content: "\f0f0";
    }

    .fa-stethoscope:before {
        content: "\f0f1";
    }

    .fa-suitcase:before {
        content: "\f0f2";
    }

    .fa-bell-o:before {
        content: "\f0a2";
    }

    .fa-coffee:before {
        content: "\f0f4";
    }

    .fa-cutlery:before {
        content: "\f0f5";
    }

    .fa-file-text-o:before {
        content: "\f0f6";
    }

    .fa-building-o:before {
        content: "\f0f7";
    }

    .fa-hospital-o:before {
        content: "\f0f8";
    }

    .fa-ambulance:before {
        content: "\f0f9";
    }

    .fa-medkit:before {
        content: "\f0fa";
    }

    .fa-fighter-jet:before {
        content: "\f0fb";
    }

    .fa-beer:before {
        content: "\f0fc";
    }

    .fa-h-square:before {
        content: "\f0fd";
    }

    .fa-plus-square:before {
        content: "\f0fe";
    }

    .fa-angle-double-left:before {
        content: "\f100";
    }

    .fa-angle-double-right:before {
        content: "\f101";
    }

    .fa-angle-double-up:before {
        content: "\f102";
    }

    .fa-angle-double-down:before {
        content: "\f103";
    }

    .fa-angle-left:before {
        content: "\f104";
    }

    .fa-angle-right:before {
        content: "\f105";
    }

    .fa-angle-up:before {
        content: "\f106";
    }

    .fa-angle-down:before {
        content: "\f107";
    }

    .fa-desktop:before {
        content: "\f108";
    }

    .fa-laptop:before {
        content: "\f109";
    }

    .fa-tablet:before {
        content: "\f10a";
    }

    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "\f10b";
    }

    .fa-circle-o:before {
        content: "\f10c";
    }

    .fa-quote-left:before {
        content: "\f10d";
    }

    .fa-quote-right:before {
        content: "\f10e";
    }

    .fa-spinner:before {
        content: "\f110";
    }

    .fa-circle:before {
        content: "\f111";
    }

    .fa-mail-reply:before,
    .fa-reply:before {
        content: "\f112";
    }

    .fa-github-alt:before {
        content: "\f113";
    }

    .fa-folder-o:before {
        content: "\f114";
    }

    .fa-folder-open-o:before {
        content: "\f115";
    }

    .fa-smile-o:before {
        content: "\f118";
    }

    .fa-frown-o:before {
        content: "\f119";
    }

    .fa-meh-o:before {
        content: "\f11a";
    }

    .fa-gamepad:before {
        content: "\f11b";
    }

    .fa-keyboard-o:before {
        content: "\f11c";
    }

    .fa-flag-o:before {
        content: "\f11d";
    }

    .fa-flag-checkered:before {
        content: "\f11e";
    }

    .fa-terminal:before {
        content: "\f120";
    }

    .fa-code:before {
        content: "\f121";
    }

    .fa-mail-reply-all:before,
    .fa-reply-all:before {
        content: "\f122";
    }

    .fa-star-half-empty:before,
    .fa-star-half-full:before,
    .fa-star-half-o:before {
        content: "\f123";
    }

    .fa-location-arrow:before {
        content: "\f124";
    }

    .fa-crop:before {
        content: "\f125";
    }

    .fa-code-fork:before {
        content: "\f126";
    }

    .fa-unlink:before,
    .fa-chain-broken:before {
        content: "\f127";
    }

    .fa-question:before {
        content: "\f128";
    }

    .fa-info:before {
        content: "\f129";
    }

    .fa-exclamation:before {
        content: "\f12a";
    }

    .fa-superscript:before {
        content: "\f12b";
    }

    .fa-subscript:before {
        content: "\f12c";
    }

    .fa-eraser:before {
        content: "\f12d";
    }

    .fa-puzzle-piece:before {
        content: "\f12e";
    }

    .fa-microphone:before {
        content: "\f130";
    }

    .fa-microphone-slash:before {
        content: "\f131";
    }

    .fa-shield:before {
        content: "\f132";
    }

    .fa-calendar-o:before {
        content: "\f133";
    }

    .fa-fire-extinguisher:before {
        content: "\f134";
    }

    .fa-rocket:before {
        content: "\f135";
    }

    .fa-maxcdn:before {
        content: "\f136";
    }

    .fa-chevron-circle-left:before {
        content: "\f137";
    }

    .fa-chevron-circle-right:before {
        content: "\f138";
    }

    .fa-chevron-circle-up:before {
        content: "\f139";
    }

    .fa-chevron-circle-down:before {
        content: "\f13a";
    }

    .fa-html5:before {
        content: "\f13b";
    }

    .fa-css3:before {
        content: "\f13c";
    }

    .fa-anchor:before {
        content: "\f13d";
    }

    .fa-unlock-alt:before {
        content: "\f13e";
    }

    .fa-bullseye:before {
        content: "\f140";
    }

    .fa-ellipsis-h:before {
        content: "\f141";
    }

    .fa-ellipsis-v:before {
        content: "\f142";
    }

    .fa-rss-square:before {
        content: "\f143";
    }

    .fa-play-circle:before {
        content: "\f144";
    }

    .fa-ticket:before {
        content: "\f145";
    }

    .fa-minus-square:before {
        content: "\f146";
    }

    .fa-minus-square-o:before {
        content: "\f147";
    }

    .fa-level-up:before {
        content: "\f148";
    }

    .fa-level-down:before {
        content: "\f149";
    }

    .fa-check-square:before {
        content: "\f14a";
    }

    .fa-pencil-square:before {
        content: "\f14b";
    }

    .fa-external-link-square:before {
        content: "\f14c";
    }

    .fa-share-square:before {
        content: "\f14d";
    }

    .fa-compass:before {
        content: "\f14e";
    }

    .fa-toggle-down:before,
    .fa-caret-square-o-down:before {
        content: "\f150";
    }

    .fa-toggle-up:before,
    .fa-caret-square-o-up:before {
        content: "\f151";
    }

    .fa-toggle-right:before,
    .fa-caret-square-o-right:before {
        content: "\f152";
    }

    .fa-euro:before,
    .fa-eur:before {
        content: "\f153";
    }

    .fa-gbp:before {
        content: "\f154";
    }

    .fa-dollar:before,
    .fa-usd:before {
        content: "\f155";
    }

    .fa-rupee:before,
    .fa-inr:before {
        content: "\f156";
    }

    .fa-cny:before,
    .fa-rmb:before,
    .fa-yen:before,
    .fa-jpy:before {
        content: "\f157";
    }

    .fa-ruble:before,
    .fa-rouble:before,
    .fa-rub:before {
        content: "\f158";
    }

    .fa-won:before,
    .fa-krw:before {
        content: "\f159";
    }

    .fa-bitcoin:before,
    .fa-btc:before {
        content: "\f15a";
    }

    .fa-file:before {
        content: "\f15b";
    }

    .fa-file-text:before {
        content: "\f15c";
    }

    .fa-sort-alpha-asc:before {
        content: "\f15d";
    }

    .fa-sort-alpha-desc:before {
        content: "\f15e";
    }

    .fa-sort-amount-asc:before {
        content: "\f160";
    }

    .fa-sort-amount-desc:before {
        content: "\f161";
    }

    .fa-sort-numeric-asc:before {
        content: "\f162";
    }

    .fa-sort-numeric-desc:before {
        content: "\f163";
    }

    .fa-thumbs-up:before {
        content: "\f164";
    }

    .fa-thumbs-down:before {
        content: "\f165";
    }

    .fa-youtube-square:before {
        content: "\f166";
    }

    .fa-youtube:before {
        content: "\f167";
    }

    .fa-xing:before {
        content: "\f168";
    }

    .fa-xing-square:before {
        content: "\f169";
    }

    .fa-youtube-play:before {
        content: "\f16a";
    }

    .fa-dropbox:before {
        content: "\f16b";
    }

    .fa-stack-overflow:before {
        content: "\f16c";
    }

    .fa-instagram:before {
        content: "\f16d";
    }

    .fa-flickr:before {
        content: "\f16e";
    }

    .fa-adn:before {
        content: "\f170";
    }

    .fa-bitbucket:before {
        content: "\f171";
    }

    .fa-bitbucket-square:before {
        content: "\f172";
    }

    .fa-tumblr:before {
        content: "\f173";
    }

    .fa-tumblr-square:before {
        content: "\f174";
    }

    .fa-long-arrow-down:before {
        content: "\f175";
    }

    .fa-long-arrow-up:before {
        content: "\f176";
    }

    .fa-long-arrow-left:before {
        content: "\f177";
    }

    .fa-long-arrow-right:before {
        content: "\f178";
    }

    .fa-apple:before {
        content: "\f179";
    }

    .fa-windows:before {
        content: "\f17a";
    }

    .fa-android:before {
        content: "\f17b";
    }

    .fa-linux:before {
        content: "\f17c";
    }

    .fa-dribbble:before {
        content: "\f17d";
    }

    .fa-skype:before {
        content: "\f17e";
    }

    .fa-foursquare:before {
        content: "\f180";
    }

    .fa-trello:before {
        content: "\f181";
    }

    .fa-female:before {
        content: "\f182";
    }

    .fa-male:before {
        content: "\f183";
    }

    .fa-gittip:before,
    .fa-gratipay:before {
        content: "\f184";
    }

    .fa-sun-o:before {
        content: "\f185";
    }

    .fa-moon-o:before {
        content: "\f186";
    }

    .fa-archive:before {
        content: "\f187";
    }

    .fa-bug:before {
        content: "\f188";
    }

    .fa-vk:before {
        content: "\f189";
    }

    .fa-weibo:before {
        content: "\f18a";
    }

    .fa-renren:before {
        content: "\f18b";
    }

    .fa-pagelines:before {
        content: "\f18c";
    }

    .fa-stack-exchange:before {
        content: "\f18d";
    }

    .fa-arrow-circle-o-right:before {
        content: "\f18e";
    }

    .fa-arrow-circle-o-left:before {
        content: "\f190";
    }

    .fa-toggle-left:before,
    .fa-caret-square-o-left:before {
        content: "\f191";
    }

    .fa-dot-circle-o:before {
        content: "\f192";
    }

    .fa-wheelchair:before {
        content: "\f193";
    }

    .fa-vimeo-square:before {
        content: "\f194";
    }

    .fa-turkish-lira:before,
    .fa-try:before {
        content: "\f195";
    }

    .fa-plus-square-o:before {
        content: "\f196";
    }

    .fa-space-shuttle:before {
        content: "\f197";
    }

    .fa-slack:before {
        content: "\f198";
    }

    .fa-envelope-square:before {
        content: "\f199";
    }

    .fa-wordpress:before {
        content: "\f19a";
    }

    .fa-openid:before {
        content: "\f19b";
    }

    .fa-institution:before,
    .fa-bank:before,
    .fa-university:before {
        content: "\f19c";
    }

    .fa-mortar-board:before,
    .fa-graduation-cap:before {
        content: "\f19d";
    }

    .fa-yahoo:before {
        content: "\f19e";
    }

    .fa-google:before {
        content: "\f1a0";
    }

    .fa-reddit:before {
        content: "\f1a1";
    }

    .fa-reddit-square:before {
        content: "\f1a2";
    }

    .fa-stumbleupon-circle:before {
        content: "\f1a3";
    }

    .fa-stumbleupon:before {
        content: "\f1a4";
    }

    .fa-delicious:before {
        content: "\f1a5";
    }

    .fa-digg:before {
        content: "\f1a6";
    }

    .fa-pied-piper-pp:before {
        content: "\f1a7";
    }

    .fa-pied-piper-alt:before {
        content: "\f1a8";
    }

    .fa-drupal:before {
        content: "\f1a9";
    }

    .fa-joomla:before {
        content: "\f1aa";
    }

    .fa-language:before {
        content: "\f1ab";
    }

    .fa-fax:before {
        content: "\f1ac";
    }

    .fa-building:before {
        content: "\f1ad";
    }

    .fa-child:before {
        content: "\f1ae";
    }

    .fa-paw:before {
        content: "\f1b0";
    }

    .fa-spoon:before {
        content: "\f1b1";
    }

    .fa-cube:before {
        content: "\f1b2";
    }

    .fa-cubes:before {
        content: "\f1b3";
    }

    .fa-behance:before {
        content: "\f1b4";
    }

    .fa-behance-square:before {
        content: "\f1b5";
    }

    .fa-steam:before {
        content: "\f1b6";
    }

    .fa-steam-square:before {
        content: "\f1b7";
    }

    .fa-recycle:before {
        content: "\f1b8";
    }

    .fa-automobile:before,
    .fa-car:before {
        content: "\f1b9";
    }

    .fa-cab:before,
    .fa-taxi:before {
        content: "\f1ba";
    }

    .fa-tree:before {
        content: "\f1bb";
    }

    .fa-spotify:before {
        content: "\f1bc";
    }

    .fa-deviantart:before {
        content: "\f1bd";
    }

    .fa-soundcloud:before {
        content: "\f1be";
    }

    .fa-database:before {
        content: "\f1c0";
    }

    .fa-file-pdf-o:before {
        content: "\f1c1";
    }

    .fa-file-word-o:before {
        content: "\f1c2";
    }

    .fa-file-excel-o:before {
        content: "\f1c3";
    }

    .fa-file-powerpoint-o:before {
        content: "\f1c4";
    }

    .fa-file-photo-o:before,
    .fa-file-picture-o:before,
    .fa-file-image-o:before {
        content: "\f1c5";
    }

    .fa-file-zip-o:before,
    .fa-file-archive-o:before {
        content: "\f1c6";
    }

    .fa-file-sound-o:before,
    .fa-file-audio-o:before {
        content: "\f1c7";
    }

    .fa-file-movie-o:before,
    .fa-file-video-o:before {
        content: "\f1c8";
    }

    .fa-file-code-o:before {
        content: "\f1c9";
    }

    .fa-vine:before {
        content: "\f1ca";
    }

    .fa-codepen:before {
        content: "\f1cb";
    }

    .fa-jsfiddle:before {
        content: "\f1cc";
    }

    .fa-life-bouy:before,
    .fa-life-buoy:before,
    .fa-life-saver:before,
    .fa-support:before,
    .fa-life-ring:before {
        content: "\f1cd";
    }

    .fa-circle-o-notch:before {
        content: "\f1ce";
    }

    .fa-ra:before,
    .fa-resistance:before,
    .fa-rebel:before {
        content: "\f1d0";
    }

    .fa-ge:before,
    .fa-empire:before {
        content: "\f1d1";
    }

    .fa-git-square:before {
        content: "\f1d2";
    }

    .fa-git:before {
        content: "\f1d3";
    }

    .fa-y-combinator-square:before,
    .fa-yc-square:before,
    .fa-hacker-news:before {
        content: "\f1d4";
    }

    .fa-tencent-weibo:before {
        content: "\f1d5";
    }

    .fa-qq:before {
        content: "\f1d6";
    }

    .fa-wechat:before,
    .fa-weixin:before {
        content: "\f1d7";
    }

    .fa-send:before,
    .fa-paper-plane:before {
        content: "\f1d8";
    }

    .fa-send-o:before,
    .fa-paper-plane-o:before {
        content: "\f1d9";
    }

    .fa-history:before {
        content: "\f1da";
    }

    .fa-circle-thin:before {
        content: "\f1db";
    }

    .fa-header:before {
        content: "\f1dc";
    }

    .fa-paragraph:before {
        content: "\f1dd";
    }

    .fa-sliders:before {
        content: "\f1de";
    }

    .fa-share-alt:before {
        content: "\f1e0";
    }

    .fa-share-alt-square:before {
        content: "\f1e1";
    }

    .fa-bomb:before {
        content: "\f1e2";
    }

    .fa-soccer-ball-o:before,
    .fa-futbol-o:before {
        content: "\f1e3";
    }

    .fa-tty:before {
        content: "\f1e4";
    }

    .fa-binoculars:before {
        content: "\f1e5";
    }

    .fa-plug:before {
        content: "\f1e6";
    }

    .fa-slideshare:before {
        content: "\f1e7";
    }

    .fa-twitch:before {
        content: "\f1e8";
    }

    .fa-yelp:before {
        content: "\f1e9";
    }

    .fa-newspaper-o:before {
        content: "\f1ea";
    }

    .fa-wifi:before {
        content: "\f1eb";
    }

    .fa-calculator:before {
        content: "\f1ec";
    }

    .fa-paypal:before {
        content: "\f1ed";
    }

    .fa-google-wallet:before {
        content: "\f1ee";
    }

    .fa-cc-visa:before {
        content: "\f1f0";
    }

    .fa-cc-mastercard:before {
        content: "\f1f1";
    }

    .fa-cc-discover:before {
        content: "\f1f2";
    }

    .fa-cc-amex:before {
        content: "\f1f3";
    }

    .fa-cc-paypal:before {
        content: "\f1f4";
    }

    .fa-cc-stripe:before {
        content: "\f1f5";
    }

    .fa-bell-slash:before {
        content: "\f1f6";
    }

    .fa-bell-slash-o:before {
        content: "\f1f7";
    }

    .fa-trash:before {
        content: "\f1f8";
    }

    .fa-copyright:before {
        content: "\f1f9";
    }

    .fa-at:before {
        content: "\f1fa";
    }

    .fa-eyedropper:before {
        content: "\f1fb";
    }

    .fa-paint-brush:before {
        content: "\f1fc";
    }

    .fa-birthday-cake:before {
        content: "\f1fd";
    }

    .fa-area-chart:before {
        content: "\f1fe";
    }

    .fa-pie-chart:before {
        content: "\f200";
    }

    .fa-line-chart:before {
        content: "\f201";
    }

    .fa-lastfm:before {
        content: "\f202";
    }

    .fa-lastfm-square:before {
        content: "\f203";
    }

    .fa-toggle-off:before {
        content: "\f204";
    }

    .fa-toggle-on:before {
        content: "\f205";
    }

    .fa-bicycle:before {
        content: "\f206";
    }

    .fa-bus:before {
        content: "\f207";
    }

    .fa-ioxhost:before {
        content: "\f208";
    }

    .fa-angellist:before {
        content: "\f209";
    }

    .fa-cc:before {
        content: "\f20a";
    }

    .fa-shekel:before,
    .fa-sheqel:before,
    .fa-ils:before {
        content: "\f20b";
    }

    .fa-meanpath:before {
        content: "\f20c";
    }

    .fa-buysellads:before {
        content: "\f20d";
    }

    .fa-connectdevelop:before {
        content: "\f20e";
    }

    .fa-dashcube:before {
        content: "\f210";
    }

    .fa-forumbee:before {
        content: "\f211";
    }

    .fa-leanpub:before {
        content: "\f212";
    }

    .fa-sellsy:before {
        content: "\f213";
    }

    .fa-shirtsinbulk:before {
        content: "\f214";
    }

    .fa-simplybuilt:before {
        content: "\f215";
    }

    .fa-skyatlas:before {
        content: "\f216";
    }

    .fa-cart-plus:before {
        content: "\f217";
    }

    .fa-cart-arrow-down:before {
        content: "\f218";
    }

    .fa-diamond:before {
        content: "\f219";
    }

    .fa-ship:before {
        content: "\f21a";
    }

    .fa-user-secret:before {
        content: "\f21b";
    }

    .fa-motorcycle:before {
        content: "\f21c";
    }

    .fa-street-view:before {
        content: "\f21d";
    }

    .fa-heartbeat:before {
        content: "\f21e";
    }

    .fa-venus:before {
        content: "\f221";
    }

    .fa-mars:before {
        content: "\f222";
    }

    .fa-mercury:before {
        content: "\f223";
    }

    .fa-intersex:before,
    .fa-transgender:before {
        content: "\f224";
    }

    .fa-transgender-alt:before {
        content: "\f225";
    }

    .fa-venus-double:before {
        content: "\f226";
    }

    .fa-mars-double:before {
        content: "\f227";
    }

    .fa-venus-mars:before {
        content: "\f228";
    }

    .fa-mars-stroke:before {
        content: "\f229";
    }

    .fa-mars-stroke-v:before {
        content: "\f22a";
    }

    .fa-mars-stroke-h:before {
        content: "\f22b";
    }

    .fa-neuter:before {
        content: "\f22c";
    }

    .fa-genderless:before {
        content: "\f22d";
    }

    .fa-facebook-official:before {
        content: "\f230";
    }

    .fa-pinterest-p:before {
        content: "\f231";
    }

    .fa-whatsapp:before {
        content: "\f232";
    }

    .fa-server:before {
        content: "\f233";
    }

    .fa-user-plus:before {
        content: "\f234";
    }

    .fa-user-times:before {
        content: "\f235";
    }

    .fa-hotel:before,
    .fa-bed:before {
        content: "\f236";
    }

    .fa-viacoin:before {
        content: "\f237";
    }

    .fa-train:before {
        content: "\f238";
    }

    .fa-subway:before {
        content: "\f239";
    }

    .fa-medium:before {
        content: "\f23a";
    }

    .fa-yc:before,
    .fa-y-combinator:before {
        content: "\f23b";
    }

    .fa-optin-monster:before {
        content: "\f23c";
    }

    .fa-opencart:before {
        content: "\f23d";
    }

    .fa-expeditedssl:before {
        content: "\f23e";
    }

    .fa-battery-4:before,
    .fa-battery:before,
    .fa-battery-full:before {
        content: "\f240";
    }

    .fa-battery-3:before,
    .fa-battery-three-quarters:before {
        content: "\f241";
    }

    .fa-battery-2:before,
    .fa-battery-half:before {
        content: "\f242";
    }

    .fa-battery-1:before,
    .fa-battery-quarter:before {
        content: "\f243";
    }

    .fa-battery-0:before,
    .fa-battery-empty:before {
        content: "\f244";
    }

    .fa-mouse-pointer:before {
        content: "\f245";
    }

    .fa-i-cursor:before {
        content: "\f246";
    }

    .fa-object-group:before {
        content: "\f247";
    }

    .fa-object-ungroup:before {
        content: "\f248";
    }

    .fa-sticky-note:before {
        content: "\f249";
    }

    .fa-sticky-note-o:before {
        content: "\f24a";
    }

    .fa-cc-jcb:before {
        content: "\f24b";
    }

    .fa-cc-diners-club:before {
        content: "\f24c";
    }

    .fa-clone:before {
        content: "\f24d";
    }

    .fa-balance-scale:before {
        content: "\f24e";
    }

    .fa-hourglass-o:before {
        content: "\f250";
    }

    .fa-hourglass-1:before,
    .fa-hourglass-start:before {
        content: "\f251";
    }

    .fa-hourglass-2:before,
    .fa-hourglass-half:before {
        content: "\f252";
    }

    .fa-hourglass-3:before,
    .fa-hourglass-end:before {
        content: "\f253";
    }

    .fa-hourglass:before {
        content: "\f254";
    }

    .fa-hand-grab-o:before,
    .fa-hand-rock-o:before {
        content: "\f255";
    }

    .fa-hand-stop-o:before,
    .fa-hand-paper-o:before {
        content: "\f256";
    }

    .fa-hand-scissors-o:before {
        content: "\f257";
    }

    .fa-hand-lizard-o:before {
        content: "\f258";
    }

    .fa-hand-spock-o:before {
        content: "\f259";
    }

    .fa-hand-pointer-o:before {
        content: "\f25a";
    }

    .fa-hand-peace-o:before {
        content: "\f25b";
    }

    .fa-trademark:before {
        content: "\f25c";
    }

    .fa-registered:before {
        content: "\f25d";
    }

    .fa-creative-commons:before {
        content: "\f25e";
    }

    .fa-gg:before {
        content: "\f260";
    }

    .fa-gg-circle:before {
        content: "\f261";
    }

    .fa-tripadvisor:before {
        content: "\f262";
    }

    .fa-odnoklassniki:before {
        content: "\f263";
    }

    .fa-odnoklassniki-square:before {
        content: "\f264";
    }

    .fa-get-pocket:before {
        content: "\f265";
    }

    .fa-wikipedia-w:before {
        content: "\f266";
    }

    .fa-safari:before {
        content: "\f267";
    }

    .fa-chrome:before {
        content: "\f268";
    }

    .fa-firefox:before {
        content: "\f269";
    }

    .fa-opera:before {
        content: "\f26a";
    }

    .fa-internet-explorer:before {
        content: "\f26b";
    }

    .fa-tv:before,
    .fa-television:before {
        content: "\f26c";
    }

    .fa-contao:before {
        content: "\f26d";
    }

    .fa-500px:before {
        content: "\f26e";
    }

    .fa-amazon:before {
        content: "\f270";
    }

    .fa-calendar-plus-o:before {
        content: "\f271";
    }

    .fa-calendar-minus-o:before {
        content: "\f272";
    }

    .fa-calendar-times-o:before {
        content: "\f273";
    }

    .fa-calendar-check-o:before {
        content: "\f274";
    }

    .fa-industry:before {
        content: "\f275";
    }

    .fa-map-pin:before {
        content: "\f276";
    }

    .fa-map-signs:before {
        content: "\f277";
    }

    .fa-map-o:before {
        content: "\f278";
    }

    .fa-map:before {
        content: "\f279";
    }

    .fa-commenting:before {
        content: "\f27a";
    }

    .fa-commenting-o:before {
        content: "\f27b";
    }

    .fa-houzz:before {
        content: "\f27c";
    }

    .fa-vimeo:before {
        content: "\f27d";
    }

    .fa-black-tie:before {
        content: "\f27e";
    }

    .fa-fonticons:before {
        content: "\f280";
    }

    .fa-reddit-alien:before {
        content: "\f281";
    }

    .fa-edge:before {
        content: "\f282";
    }

    .fa-credit-card-alt:before {
        content: "\f283";
    }

    .fa-codiepie:before {
        content: "\f284";
    }

    .fa-modx:before {
        content: "\f285";
    }

    .fa-fort-awesome:before {
        content: "\f286";
    }

    .fa-usb:before {
        content: "\f287";
    }

    .fa-product-hunt:before {
        content: "\f288";
    }

    .fa-mixcloud:before {
        content: "\f289";
    }

    .fa-scribd:before {
        content: "\f28a";
    }

    .fa-pause-circle:before {
        content: "\f28b";
    }

    .fa-pause-circle-o:before {
        content: "\f28c";
    }

    .fa-stop-circle:before {
        content: "\f28d";
    }

    .fa-stop-circle-o:before {
        content: "\f28e";
    }

    .fa-shopping-bag:before {
        content: "\f290";
    }

    .fa-shopping-basket:before {
        content: "\f291";
    }

    .fa-hashtag:before {
        content: "\f292";
    }

    .fa-bluetooth:before {
        content: "\f293";
    }

    .fa-bluetooth-b:before {
        content: "\f294";
    }

    .fa-percent:before {
        content: "\f295";
    }

    .fa-gitlab:before {
        content: "\f296";
    }

    .fa-wpbeginner:before {
        content: "\f297";
    }

    .fa-wpforms:before {
        content: "\f298";
    }

    .fa-envira:before {
        content: "\f299";
    }

    .fa-universal-access:before {
        content: "\f29a";
    }

    .fa-wheelchair-alt:before {
        content: "\f29b";
    }

    .fa-question-circle-o:before {
        content: "\f29c";
    }

    .fa-blind:before {
        content: "\f29d";
    }

    .fa-audio-description:before {
        content: "\f29e";
    }

    .fa-volume-control-phone:before {
        content: "\f2a0";
    }

    .fa-braille:before {
        content: "\f2a1";
    }

    .fa-assistive-listening-systems:before {
        content: "\f2a2";
    }

    .fa-asl-interpreting:before,
    .fa-american-sign-language-interpreting:before {
        content: "\f2a3";
    }

    .fa-deafness:before,
    .fa-hard-of-hearing:before,
    .fa-deaf:before {
        content: "\f2a4";
    }

    .fa-glide:before {
        content: "\f2a5";
    }

    .fa-glide-g:before {
        content: "\f2a6";
    }

    .fa-signing:before,
    .fa-sign-language:before {
        content: "\f2a7";
    }

    .fa-low-vision:before {
        content: "\f2a8";
    }

    .fa-viadeo:before {
        content: "\f2a9";
    }

    .fa-viadeo-square:before {
        content: "\f2aa";
    }

    .fa-snapchat:before {
        content: "\f2ab";
    }

    .fa-snapchat-ghost:before {
        content: "\f2ac";
    }

    .fa-snapchat-square:before {
        content: "\f2ad";
    }

    .fa-pied-piper:before {
        content: "\f2ae";
    }

    .fa-first-order:before {
        content: "\f2b0";
    }

    .fa-yoast:before {
        content: "\f2b1";
    }

    .fa-themeisle:before {
        content: "\f2b2";
    }

    .fa-google-plus-circle:before,
    .fa-google-plus-official:before {
        content: "\f2b3";
    }

    .fa-fa:before,
    .fa-font-awesome:before {
        content: "\f2b4";
    }

    .fa-handshake-o:before {
        content: "\f2b5";
    }

    .fa-envelope-open:before {
        content: "\f2b6";
    }

    .fa-envelope-open-o:before {
        content: "\f2b7";
    }

    .fa-linode:before {
        content: "\f2b8";
    }

    .fa-address-book:before {
        content: "\f2b9";
    }

    .fa-address-book-o:before {
        content: "\f2ba";
    }

    .fa-vcard:before,
    .fa-address-card:before {
        content: "\f2bb";
    }

    .fa-vcard-o:before,
    .fa-address-card-o:before {
        content: "\f2bc";
    }

    .fa-user-circle:before {
        content: "\f2bd";
    }

    .fa-user-circle-o:before {
        content: "\f2be";
    }

    .fa-user-o:before {
        content: "\f2c0";
    }

    .fa-id-badge:before {
        content: "\f2c1";
    }

    .fa-drivers-license:before,
    .fa-id-card:before {
        content: "\f2c2";
    }

    .fa-drivers-license-o:before,
    .fa-id-card-o:before {
        content: "\f2c3";
    }

    .fa-quora:before {
        content: "\f2c4";
    }

    .fa-free-code-camp:before {
        content: "\f2c5";
    }

    .fa-telegram:before {
        content: "\f2c6";
    }

    .fa-thermometer-4:before,
    .fa-thermometer:before,
    .fa-thermometer-full:before {
        content: "\f2c7";
    }

    .fa-thermometer-3:before,
    .fa-thermometer-three-quarters:before {
        content: "\f2c8";
    }

    .fa-thermometer-2:before,
    .fa-thermometer-half:before {
        content: "\f2c9";
    }

    .fa-thermometer-1:before,
    .fa-thermometer-quarter:before {
        content: "\f2ca";
    }

    .fa-thermometer-0:before,
    .fa-thermometer-empty:before {
        content: "\f2cb";
    }

    .fa-shower:before {
        content: "\f2cc";
    }

    .fa-bathtub:before,
    .fa-s15:before,
    .fa-bath:before {
        content: "\f2cd";
    }

    .fa-podcast:before {
        content: "\f2ce";
    }

    .fa-window-maximize:before {
        content: "\f2d0";
    }

    .fa-window-minimize:before {
        content: "\f2d1";
    }

    .fa-window-restore:before {
        content: "\f2d2";
    }

    .fa-times-rectangle:before,
    .fa-window-close:before {
        content: "\f2d3";
    }

    .fa-times-rectangle-o:before,
    .fa-window-close-o:before {
        content: "\f2d4";
    }

    .fa-bandcamp:before {
        content: "\f2d5";
    }

    .fa-grav:before {
        content: "\f2d6";
    }

    .fa-etsy:before {
        content: "\f2d7";
    }

    .fa-imdb:before {
        content: "\f2d8";
    }

    .fa-ravelry:before {
        content: "\f2d9";
    }

    .fa-eercast:before {
        content: "\f2da";
    }

    .fa-microchip:before {
        content: "\f2db";
    }

    .fa-snowflake-o:before {
        content: "\f2dc";
    }

    .fa-superpowers:before {
        content: "\f2dd";
    }

    .fa-wpexplorer:before {
        content: "\f2de";
    }

    .fa-meetup:before {
        content: "\f2e0";
    }



    /*.transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}*/

    .textLeft {
        text-align: left;
    }

    .textRight {
        text-align: right;
    }

    .white {
        color: #fff;
    }

    .redColor {
        color: #ef4200;
    }

    .grayColorTitr {
        color: #505050;
    }

    .GrayColorlight {
        color: #aaaaaa;
    }

    .orangeColor {
        color: #ef4100;
    }

    a {
        text-decoration: none;
        cursor: pointer;
        color: #0a0e21;
        font-family: "Helvetica","IRANyekan";
    }

    .textRight {
        text-align: right;
    }

    .bold {
        font-weight: bold;
    }

    .rtl_Page {
        direction: rtl;
    }

    .BorderBottm {
        border-bottom: 1.5px solid #982222;
    }

    .textCenter {
        text-align: center;
    }


    .bc-content {
        max-width: 1200px;
        margin: 0 auto;
    }


    .LineUnder {
        border: none;
        border-bottom: 1.3px solid #febe0d;
        width: 130px;
        margin: 0 auto;
        margin-top: 1em;
    }

    .Title {
        padding-top: 4em;
        margin-bottom: 5em;
    }

        .Title span {
            font-size: 22px;
            color: #000;
        }

    .GoldColor {
        color: #ffbb00;
    }

    .GrayLightColor {
        color: #acacac;
    }

    .YellowColor {
        color: #febe0d;
    }

    .rtl_page {
        direction: rtl;
    }

    /* pagination */

    .pagination-wrapper {
        position: relative;
        text-align: center
    }

    @media(max-width:767px) {
        .pagination-wrapper {
            margin: 0 15px;
            padding-top: 0
        }
    }

    .pagination-wrapper .pagination > li:first-child,
    .pagination-wrapper .pagination > li:last-child {
        position: absolute;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .pagination-wrapper .pagination > li:first-child:hover,
        .pagination-wrapper .pagination > li:last-child:hover {
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }

    .pagination-wrapper .pagination > li:first-child {
        left: 0
    }

    .pagination-wrapper .pagination > li:last-child {
        right: 0
    }

    .pagination-wrapper .pagination > li > a,
    .pagination-wrapper .pagination > li > span {
        border: 0;
        border-radius: 100%;
        color: #fff;
        background-color: #fb0;
        margin: 0 3px;
        display: inline-block;
        padding: 7px 16px;
        font-size: 20px;
    }

        .pagination-wrapper .pagination > li > a:hover,
        .pagination-wrapper .pagination > li > span:hover {
            background-color: #000
        }

    .pagination-wrapper .pagination .active > a,
    .pagination-wrapper .pagination .active > a:hover,
    .pagination-wrapper .pagination .active > a:focus,
    .pagination-wrapper .pagination .active > span,
    .pagination-wrapper .pagination .active > span:hover,
    .pagination-wrapper .pagination .active > span:focus {
        background-color: #000
    }

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 3px
    }

        .pagination > li {
            display: inline
        }

            .pagination > li > a,
            .pagination > li > span {
                position: relative;
                float: left;
                padding: 12px 18px;
                line-height: 27px;
                text-decoration: none;
                color: #fff;
                background-color: #fb0;
                border: 1px solid #ffc933;
                margin-left: -1px
            }

                .pagination > li > a:hover,
                .pagination > li > a:focus,
                .pagination > li > span:hover,
                .pagination > li > span:focus {
                    z-index: 3;
                    color: #fff;
                    background-color: #f5b400;
                    border-color: #f5b400
                }

        .pagination > .active > a,
        .pagination > .active > a:hover,
        .pagination > .active > a:focus,
        .pagination > .active > span,
        .pagination > .active > span:hover,
        .pagination > .active > span:focus {
            z-index: 2;
            color: #fff;
            background-color: #e6a800;
            border-color: #e6a800;
            cursor: default
        }

        .pagination > .disabled > span,
        .pagination > .disabled > span:hover,
        .pagination > .disabled > span:focus,
        .pagination > .disabled > a,
        .pagination > .disabled > a:hover,
        .pagination > .disabled > a:focus {
            color: #777;
            background-color: #fff;
            border-color: #ddd;
            cursor: not-allowed
        }

    .pagination-lg > li > a,
    .pagination-lg > li > span {
        padding: 14px 20px;
        font-size: 18px;
        line-height: 1.33333
    }

    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }

    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }

    .pagination-sm > li > a,
    .pagination-sm > li > span {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5
    }

    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px
    }

    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px
    }

    /* endpagination */


    .font3 {
        font-size: 0.8rem;
    }

    .font4 {
        font-size: 0.87rem;
    }

    .font5 {
        font-size: .94rem;
    }

    .font6 {
        font-size: 1rem;
    }

    .font9 {
        font-size: 1.15rem;
    }

    .font20 {
        font-size: 1.25rem;
    }

    .weight {
        /* font-family: 'IRANSansWeb_Medium'; */
    }

    li {
        list-style-type: none;
    }
    /*......*/
    /*breadcrumbInner*/
    .breadcrumbInner {
        list-style: none;
        width: 50%;
        direction: rtl;
        border-right: none;
        padding: 12px;
        position: absolute;
        top: 17vh;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        .breadcrumbInner li {
            display: inline;
            font-size: 19px;
            color: #5e5e5e;
            line-height: 20px;
        }

            .breadcrumbInner li a {
                color: #ffffff;
                font-size: .82rem;
                text-decoration: none;
            }

            .breadcrumbInner li + li:before {
                color: #fff;
                content: "|";
                font-size: 13px;
                position: relative;
                top: 1px;
                margin: 0 4px;
            }

            .breadcrumbInner li span {
                color: #ffffff;
                font-size: .82rem;
                text-decoration: none;
            }

    /*endBreadcrumbInner*/

    /*pagination*/

    .pagination {
        display: inline-block;
    }

        .pagination a {
            color: #000 !important;
            text-decoration: none;
            margin: 0px 5px;
            padding: 7px 17px;
            font-size: 1.2rem;
            transition: all .5s;
            font-family: w_yekan;
            width: 53px;
            border: 1.6px solid #7f7f7f;
        }

            .pagination a:hover {
                color: #ffffff !important;
                background-color: #243F8C;
                border: 1.6px solid #243F8C;
                transition: all .5s;
            }

            .pagination a.active {
                color: #ffffff !important;
                background-color: #243F8C;
                border: 1px solid #243F8C;
            }

        .pagination i {
            position: relative;
            top: 2px;
            font-size: 20px;
        }

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 4em 0;
        margin-bottom: 1em;
        border-radius: 4px;
        width: 100%;
        text-align: center;
        direction: ltr;
    }

        .pagination a:nth-child(4) {
            padding: 7px 15px;
            text-align: center;
            margin-right: 9px;
        }

        .pagination a:nth-child(1) {
            padding: 7px 19px;
            text-align: center;
        }

        .pagination a:last-child {
            padding: 7px 21px;
            text-align: center;
        }

        .pagination a:nth-child(2) {
            padding: 7px 19px;
            text-align: center;
        }

        .pagination a:nth-child(3) {
            padding: 7px 19px;
            text-align: center;
        }
    /*endpagination*/

    .banneerSite img {
        width: 100%;
        height: 100%;
    }

    .bannerTitle {
        position: absolute;
        top: 16vh;
        color: #fff;
        width: 100%;
        text-align: center;
        letter-spacing: 2px;
        font-size: .9rem;
    }

    .grayback {
        background-color: #e7e7e7;
        min-height: 450px;
        height: auto;
        position: relative;
    }

    .TitleCenterEN {
        position: absolute;
        top: 12vh;
        color: #383550;
        width: 100%;
        text-align: center;
        letter-spacing: 3px;
        font-size: .9rem;
    }

    .TitleCenterFA {
        position: absolute;
        top: 15.5vh;
        color: #4f4f52;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: .95rem;
    }




    .no-span {
        display: table;
        white-space: nowrap;
        color: #e7e7e7;
        letter-spacing: 4px;
        font-size: 3.4rem;
        text-align: center;
        font-weight: bold;
    }

        .no-span:before {
            right: 1.5%;
        }

        .no-span:after {
            left: 1.5%;
        }

        .no-span:before, .no-span:after {
            border-top: 1.2px solid #c6c6c6;
            content: '';
            display: table-cell;
            position: relative;
            top: 0.8em;
            width: 45%;
        }

    .touchInner {
        font-size: .95rem;
        color: #444;
        top: -57px;
        position: relative;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }

    .titrTouch {
        overflow: hidden;
    }

    .certificatesPage .titrTouch {
        margin-top: -24em;
    }

    .TouchCall {
        display: flex;
        align-items: center;
        justify-content: center;
        direction: rtl;
        margin-top: -1em;
    }
        .TouchCall img{
            margin-left:.5em;
        }

        .TouchCall li {
            direction: ltr;
            margin: 0 2em;
        }

        .TouchCall span {
            color: #B4CF7B;
            font-size: .8rem;
            font-weight: bold;
        }

        .TouchCall a {
            color: #B4CF7B;
            font-size: .8rem;
            font-weight: bold;
        }
    /*......*/
    /*productCatPage*/
    .productCatPage {
        direction: rtl;
        position: relative;
    }

        .productCatPage .productCat {
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

            .productCatPage .productCat ul {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 11em;
            }

            .productCatPage .productCat li {
                position: relative;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -ms-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }

    .productCatDiv {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 98.9%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.49);
    }

    .productCatPage .productCat li:hover {
        z-index: 300;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .productCatPage .productCat li:hover .productCatDiv {
            box-shadow: 0 0 20px 2px rgba(0,0,0,0.25);
        }
    /*endProductCatPage*/


    /*.......*/


    .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 27px;
    }

    .swiper-button-prev:after {
        font-size: 22px !important;
        z-index: 888;
    }

    @media screen and (max-width: 1493px) {
        .sliderMulti3 .swiper-slide img {
            width: 100%;
            height: auto;
        }

        .sliderMulti3 .swiper-slide {
            height: auto;
        }
    }

    .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 27px;
    }




    .sliderMulti3 .swiper-button-prev:after,
    .sliderMulti3 .swiper-container-rtl .swiper-button-next:after {
        font-size: 19px;
        color: #000;
    }

    .swiper-container {
        overflow-y: visible !important;
        overflow-x: hidden !important;
        padding-bottom: 7em !important;
    }

    .sliderMulti3 .productCatDiv p {
        position: absolute;
        bottom: 3em;
        font-size: .8rem;
    }

    .sliderMulti3 .productCatDiv {
        position: absolute;
        top: 0;
        left: -29px;
        width: 110%;
        height: 97.9%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: -moz-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -webkit-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -o-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -ms-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: linear-gradient(359deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
    }

    .swiper-slide:hover {
        z-index: 300;
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .swiper-slide {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .sliderMulti3 .swiper-container {
        overflow-y: visible !important;
        overflow-x: hidden !important;
        padding: 8em  0 !important;
    }

    .sliderMulti3 .swiper-slide:hover .productCatDiv {
        opacity: 0;
    }

    .certificatesPage .grayback {
        top: -26em;
    }

    /*end*/


    /*namayandgan*/
    /*........*/
    .TabNmayande {
        padding: 5em 0;
    }


        .TabNmayande .TabNmayandeDiv li {
            height: 40px;
            cursor: pointer;
            border-left: 1px solid #e0e0e2;
        }

        .TabNmayande .contentTabNmayandeDiv .active_Portfolios {
            opacity: 1;
        }

    .contentTabNmayandeDiv {
        position: relative;
    }

    .TabNmayande .contentTabNmayandeDiv {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .TabNmayande .in_contentTabNmayandeDiv {
        opacity: 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: -3em;
    }

    .TabNmayande .TabNmayandeDiv {
        overflow: hidden;
        direction: rtl;
        padding: .3em 0;
        margin-top: 3em;
        color: grey;
        text-align: center;
        cursor: pointer;
    }

    .namayandganPage .grayback {
        min-height: unset;
        margin-bottom: 2em;
    }

    @media only screen and (max-width: 1220px) {
        .TabNmayande .TabNmayandeDiv li span {
            font-size: 12px;
        }

        .TabNmayande .TabNmayandeDiv li {
            margin: 5px 14px;
        }
    }

    @media only screen and (max-width: 1056px) {
        .TabNmayande .TabNmayandeDiv {
            padding: 13px 9px;
            margin: 0 1em;
            margin-bottom: 2.5em;
        }

            .TabNmayande .TabNmayandeDiv li {
                margin: 5px 3px;
            }
    }

    @media only screen and (max-width: 845px) {
        .TabNmayande .TabNmayandeDiv li {
            width: 83%;
            margin: 0 auto;
            margin-bottom: .7em;
        }

        .TabNmayande .TabNmayandeDiv {
            display: block;
            width: 80%;
            margin: 0 auto;
            margin-bottom: 2em;
        }
    }

    @media only screen and (max-width:1000px) {
        .TabNmayande .TabNmayandeDiv {
            width: 95% !important;
        }
    }


    .TabNmayande .DivTabNmayandeDiv {
        display: flex;
    }

    .TabNmayande .num {
        height: 21px;
        text-align: left;
        font-size: .97rem;
    }

    .TabNmayande li .line {
        width: 0;
        transition: width .6s;
    }

    .TabNmayande .TabNmayandeDiv li.active_Portfolios .line {
        width: 35px;
        height: 2px;
        float: left;
        background-color: #ACC3E5;
        transition: width .6s;
    }

    .nameTb {
        color: #4f4f52;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: .95rem;
        margin-bottom: 2em;
    }

    .nameBtm {
        color: #666666;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: .85rem;
        margin-bottom: 1.5em;
        z-index: 8;
        position: relative;
    }

    .nameTop, .ShowSlideTop span {
        color: #666666;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: .85rem;
        margin-bottom: 1.5em;
        z-index: 8;
        position: relative;
    }

    .ShowSlideTop span {
        margin: 0 2px;
        font-family: w_yekan;
        font-size: .98rem;
        letter-spacing: -0.3px;
    }

    .number {
        z-index: 2;
        font-size: 11.2rem;
        position: relative;
        top: -.9em;
        font-weight: bold;
        color: #d8d8d8;
    }
    /*.ShowSlideTop{
    overflow:hidden;
}*/
    .ShowSlideTop {
        transform: translateY(-100%);
        transition: transform 1s;
        position: relative;
        z-index: 55;
    }

    .TabNmayande .in_contentTabNmayandeDiv.active_Portfolios .ShowSlideTop {
        transform: translateY(0);
        transition: transform 1s;
        /*opacity: 0.8;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;*/
    }

    .ShowSlideBottom {
        overflow: hidden;
        height: 20px;
        margin-bottom: 1em;
    }

    .nameBtm {
        transform: translateY(100%);
        transition: transform 1.3s;
        position: relative;
        z-index: 55;
    }

    .TabNmayande .in_contentTabNmayandeDiv.active_Portfolios .nameBtm {
        transform: translateY(0);
        transition: transform 1.3s;
    }
    /*endNamayandgan*/

    /*pdoductList*/
    .productListPage .grayback {
        min-height: 250px;
    }

    ul {
        list-style-type: none;
    }

    @media only screen and (min-width: 1161px) {
        .productListPage ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

            .productListPage ul li {
                list-style: none;
                display: inline-block;
                width: calc(100% / 3);
                text-align: center;
            }
    }

    @media only screen and (min-width: 820px) and (max-width: 1160px) {
        .productListPage ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

            .productListPage ul li {
                list-style: none;
                display: inline-block;
                width: calc(100% /2);
                text-align: center;
            }
    }

    @media only screen and (min-width: 1200px) {
        .productListPage li:nth-child(3n+1) {
            text-align: right;
        }
    }

    @media only screen and (min-width: 1200px) {
        .productListPage li:nth-child(3n+3) {
            text-align: left;
        }
    }

    @media only screen and (max-width: 820px) {
        .productListPage ul li {
            text-align: center;
        }
    }

    .productListPage li {
        margin-top: 3em;
        margin-bottom: 1.5em;
    }

    @media only screen and (min-width: 1161px) {
        .productListPage ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

            .productListPage ul li {
                list-style: none;
                display: inline-block;
                width: calc(100% / 3);
                text-align: center;
            }
    }

    @media only screen and (min-width: 1020px) and (max-width: 1160px) {
        .productListPage ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

            .productListPage ul li {
                list-style: none;
                display: inline-block;
                width: calc(100% /2);
                text-align: center;
            }
    }

    .productListPage {
        direction: rtl;
        padding-bottom: 2em;
    }


    @media only screen and (max-width:1400px) and (max-width:1200px) {
        .productListPage ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
        }
    }

    @media only screen and (max-width:1200px) {
        .productListPage ul {
            padding: 0 1em;
        }

        .shadowBox {
            margin: 0 auto;
        }
    }

    @media only screen and (max-width:768px) {
        .productListPage ul {
            display: block;
            text-align: center;
        }

            .productListPage ul li {
                margin: 0 auto;
                text-align: center;
                margin-bottom: 1em;
            }
    }


    @media only screen and (max-width: 980px) {
        .productListPage ul {
            padding: 0;
        }
    }

    .productListDiv {
        position: relative;
        margin-top: -13em;
    }

    /*.shadowBox {
    box-shadow: 0 0 2px 3px #f1f1f1;*/
    .shadowBox {
        max-width: 380px;
        height: auto;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .shadowBox img {
            /* border: 1px solid #bfbfbf; */
        }

    .productListPage li:hover .shadowBox {
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        z-index: 300;
    }

        .productListPage li:hover .shadowBox img {
            box-shadow: 0px 0 23px 2px #b6b6b6;
        }

    .shadowBox img {
        width: 100%;
        height: auto;
    }

    .nameProList {
        line-height: 27px;
        color: #4f4f52;
        width: 62%;
        margin: 0 auto;
        text-align: center;
        font-size: .8rem;
        margin-top: 1.5em;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .productListPage li:hover .nameProList {
        color: #ACC3E5;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .productPage .productListPage li .nameProList {
        color: #fff;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .productPage .productListPage li:hover .nameProList {
        color: #fff;
    }
    /*endProductList*/
    /*productPage*/
    .productPage {
        direction: rtl;
        padding-top: 4em;
    }

        .productPage .descPro {
            color: #969696;
            font-size: 16px;
            line-height: 33px;
            margin: .5em 0;
            margin-bottom: 1.3em;
            direction: rtl;
            text-align: justify;
        }

        .productPage .titlePro {
            color: #5a5a5a;
            font-size: .9rem;
            font-weight: bold;
        }

        .productPage .btnCatalog {
            color: #ACC3E5;
            font-size: .77rem;
            font-weight: bold;
            border: 2px solid #ACC3E5;
            padding: .75em 3em;
            position: relative;
            top: 2em;
        }

            .productPage .btnCatalog i {
                font-size: .9rem;
                margin-left: 11px;
            }

    .productPageL {
        border: 2.5px solid #505050;
        padding: 2em;
        width: 90%;
        float: left;
    }

    .TitleDiv {
        display: flex;
        align-items: center;
    }

        .TitleDiv p {
            color: #5a5a5a;
            font-size: .9rem;
            font-weight: bold;
            margin-bottom: 1em;
        }

        .TitleDiv .hr {
            right: 34px;
            width: 70px;
            height: 2px;
            background-color: #5c5c5c;
            position: relative;
            top: -6px;
        }

    .nameProductTb {
        color: #8A8A8A;
        font-size: .75rem;
        font-weight: bold;
    }

    .JProductTb {
        color: #5a5a5a;
        font-size: .78rem;
        font-weight: bold;
        margin-right: 5px;
    }

    .productPageL li {
        line-height: 30px;
    }

    .productPage .grayback .shadowBox {
        top: -11em;
    }

    .productPage .productListDiv .shadowBox {
        max-width: 380px;
    }

    .productPage .productListPage li:hover .shadowBox img {
        box-shadow: 0px 0 23px 2px #b6b6b6;
    }

    .productPage .productListPage li:hover .shadowBox {
        box-shadow: none;
    }

    .productPage .shadowBox {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        top: 0;
        border: 1px solid transparent;
    }

        .productPage .shadowBox img {
            border: none !important;
        }

    .productPage .grayback {
        margin-top: 17em;
        min-height: 300px;
    }

    .pdiL {
        padding: 2em 6em;
        padding-left: 0;
    }

    .productPage .productListDiv {
        margin-top: 0;
    }

    .productPage .productListPage {
        padding-bottom: 0;
        padding-top: 0;
    }

    .ProductList_inner {
        position: relative;
    }

        .ProductList_inner .TitleCenterEN {
            top: -3em;
        }

        .ProductList_inner .TitleCenterFA {
            top: -1em;
        }

.darkBlueBack1 {
    direction: rtl;
    background-color: #292a2e;
    min-height: 205px;
    margin-top: -11em;
}
    /*......*/
    @media only screen and (max-width: 400px) {
        .HoverBoxEq {
            max-width: 100% !important;
        }
    }

.darkBlueBack {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.5em;
    direction: rtl;
    padding-top: 7em;
    background-color: #292a2e;
}

        .darkBlueBack .TitleCenterEN {
            position: absolute;
            top: 4vh;
            color: #ACC3E5;
        }

        .darkBlueBack .TitleCenterFA {
            color: #ffffff;
            font-weight: 100;
            top: 7.5vh;
        }

        .darkBlueBack ul {
            position: relative;
            z-index: 44;
            width: 90% !important;
            margin: 0 auto;
        }

        .darkBlueBack .lineCenter {
            width: 100%;
            height: 1px;
            background-color: #434343;
            position: relative;
            bottom: 14em;
        }

        .darkBlueBack ul {
            list-style-type: none;
        }

            .darkBlueBack ul li {
                margin-bottom: 4em;
            }

        .darkBlueBack li:nth-child(2n) .HoverBoxEq {
            float: left;
        }

        .darkBlueBack li:nth-child(2n+1) .HoverBoxEq {
            float: right;
        }

    .searchPage .darkBlueBack li .HoverBoxEq_overlay span {
        background-color: #fff;
        color: #000;
        font-size: .85rem !important;
        padding: 1em 1.5em;
        font-weight: bold;
    }

    .searchPage .darkBlueBack .HoverBoxEq_overlay-wrap:before {
        box-shadow: none;
        background: transparent;
    }

    @media only screen and (min-width: 1200px) {
        .darkBlueBack li:nth-child(3n+2) .ImgArticle {
            margin-bottom: 6px;
        }
    }

    @media only screen and (max-width: 1250px) {
        .darkBlueBack {
            padding: 0 1em;
        }
    }

    @media only screen and (max-width: 980px) {
        .darkBlueBack {
            margin: 2em auto;
        }
    }

    .darkBlueBack .ImgArticle {
        margin-bottom: 1em;
    }

    @media only screen and (min-width: 980px) {
        .darkBlueBack ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }
    }

    @media only screen and (min-width: 780px) {
        .darkBlueBack ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

            .darkBlueBack ul li {
                text-align: center;
                list-style: none;
                display: inline-block;
                width: calc(97% / 2);
                margin: 0 auto;
                margin-bottom: 4em;
            }
    }

    @media only screen and (max-width: 380px) {
        .darkBlueBack .ImgArticle {
            width: 100%;
            height: auto;
        }

        .darkBlueBack .HoverBoxEq_overlay-wrap::before {
            position: absolute;
            top: 9px;
            right: 10px;
            bottom: 34px;
            left: 10px;
        }
    }

    .text-center {
        text-align: center !important;
    }

    .HoverBoxEq .HoverBoxEq_overlay {
        position: absolute;
        padding: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .HoverBoxEq .HoverBoxEq_overlay_center {
        left: 0;
        right: 0;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .HoverBoxEq .HoverBoxEq_overlay > * {
        margin-bottom: 15px;
    }

        .HoverBoxEq .HoverBoxEq_overlay > *:last-child {
            margin-bottom: 0;
            font-size: 18px;
        }

    .HoverBoxEq_overlay {
        color: #fff;
    }

    .HoverBoxEq_overlay {
        opacity: 0;
        z-index: 1;
    }

    .HoverBoxEq:hover .HoverBoxEq_overlay {
        opacity: 1;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
    }

    .HoverBoxEq_overlay-wrap:before {
        background: rgba(0, 0, 0, .7);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0;
        z-index: 1;
        bottom: 0;
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
    }

    .HoverBoxEq:hover .HoverBoxEq_overlay-wrap:before {
        opacity: 1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .HoverBoxEq_overlay-wrap img {
        transition: all .35s ease-in-out 0s;
        -webkit-transition: all .35s ease-in-out 0s;
        -moz-transition: all .35s ease-in-out 0s;
        -ms-transition: all .35s ease-in-out 0s;
        -o-transition: all .35s ease-in-out 0s;
    }

    .HoverBoxEq:hover .HoverBoxEq_overlay-wrap img {
        transform: scale(1.1);
        transition: all .35s ease-in-out 0s;
        -webkit-transition: all .35s ease-in-out 0s;
        -moz-transition: all .35s ease-in-out 0s;
        -ms-transition: all .35s ease-in-out 0s;
        -o-transition: all .35s ease-in-out 0s;
    }

    .HoverBoxEq_overlay-wrap:before,
    .HoverBoxEq:hover .HoverBoxEq_overlay-wrap img {
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transform: translate(0);
    }

    .HoverBoxEq_overlay-wrap:before {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        border: 2px solid 1px solid rgba(127, 127, 127, .5);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1);
        background: rgba(0, 0, 0, .3);
    }

    .darkBlueBack .HoverBoxEq {
        position: relative;
        overflow: hidden;
        max-width: 480px;
        margin: 0 auto;
    }

        .darkBlueBack .HoverBoxEq .HoverBoxEq_img {
            position: relative;
            overflow: hidden;
        }

    @media only screen and (max-width:382px) {
        .HoverBoxEq_overlay-wrap::before {
            right: 40px;
            left: 40px;
        }
    }

    @media only screen and (max-width:400px) {
        .HoverBoxEq_overlay-wrap::before {
            box-shadow: unset !important;
        }
    }


    @media only screen and (max-width:1230px) {
        .darkBlueBack li .HoverBoxEq {
            width: 100%;
            margin-top: 10em;
        }

        .darkBlueBack li:nth-child(2n) .HoverBoxEq,
        .darkBlueBack li:nth-child(2n+1) .HoverBoxEq {
            float: unset;
        }
    }

    .titleWhite {
        color: #fff;
        position: absolute;
        bottom: 5em;
        z-index: 88;
        font-size: .8rem;
        right: 3em;
        text-align: right;
    }

    .titleOrg {
        color: #ACC3E5;
        position: absolute;
        bottom: 3em;
        z-index: 88;
        font-size: .75rem;
        right: 3em;
    }
    /*endProductPage*/

    /*searchPage*/

    .titleSearch {
        padding-top: 5em;
        color: #ACC3E5;
        font-weight: bold;
    }

        .titleSearch span {
            color: #545454;
        }

    .prjSearch li {
        position: relative;
    }

    .backGr {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: -moz-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -webkit-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -o-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -ms-linear-gradient(91deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: linear-gradient(359deg, rgba(0,0,0,0.64) 0%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
    }
.backGr img{
     width: 100%;
    height: 100%;
}
    .searchPage li:nth-child(3n+3) .backGr {
        left: 0;
    }

    .searchPage li:nth-child(3n+1) .backGr {
        left: unset;
    }

    .date {
        font-family: W_yekan;
        bottom: 2.3em !important;
        font-size: .9rem !important;
        right: 2.6em !important;
    }
    /*endSearchPage*/

    /*......*/
.es5arrayHome .grayback {
    background-color: #e7e7e7;
    min-height: 136px !important;
    position: relative;
}

@media only screen and (min-width: 1910px) {
    .headerprogress {
        display: none;
    }
}

    .es5arrayHome .darkBlueBack1 {
        direction: rtl;
        background-color: #292a2e;
        min-height: 340px;
        margin-top: -21em;
        position: relative;
    }

    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
        right: unset;
        left: 4em;
    }

    .es5arrayHome .sliderMulti3 .productCatDiv p {
        position: unset;
        bottom: unset;
        font-size: .8rem;
    }

    .es5arrayHome .sliderMulti3 .productCatDiv {
        height: 100%;
    }

    .es5arrayHome .slideshow, .es5arrayHome .slideshow2, .es5arrayHome .slideshow3 {
        width: 100%;
        margin-bottom: 7em;
    }

        .es5arrayHome .slideshow .slide img, .es5arrayHome .slideshow2 .slide img, .es5arrayHome .slideshow3 .slide img {
            /* max-width: 100%;
            width: 100%; */
        }

        .es5arrayHome .slideshow .slick-prev:before, .slideshow .slick-next:before,
        .es5arrayHome .slideshow2 .slick-prev:before, .slideshow2 .slick-next:before,
        .es5arrayHome .slideshow3 .slick-prev:before, .slideshow3 .slick-next:before {
            color: #fff !important;
        }

        .es5arrayHome .slideshow .slick-next, .es5arrayHome .slideshow2 .slick-next {
            right: unset;
            left: 55px;
        }

        .es5arrayHome .slideshow3 .slick-next {
            left: unset;
            right: 0;
        }

        .es5arrayHome .slideshow3 .slick-prev {
            left: unset;
            right: 64px;
        }



        .es5arrayHome .slideshow .slick-next,
        .es5arrayHome .slideshow .slick-prev,
        .es5arrayHome .slideshow2 .slick-next,
        .es5arrayHome .slideshow2 .slick-prev,
        .es5arrayHome .slideshow3 .slick-next,
        .es5arrayHome .slideshow3 .slick-prev {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #444;
        }

            .es5arrayHome .slideshow .slick-next:hover, .slideshow .slick-prev:hover,
            .es5arrayHome .slideshow2 .slick-next:hover, .slideshow2 .slick-prev:hover,
            .es5arrayHome .slideshow3 .slick-next:hover, .slideshow3 .slick-prev:hover {
                background-color: #243F8C;
            }

            .es5arrayHome .slideshow .slick-next:before, .slideshow .slick-prev:before,
            .es5arrayHome .slideshow2 .slick-next:before, .slideshow2 .slick-prev:before,
            .es5arrayHome .slideshow3 .slick-next:before, .slideshow3 .slick-prev:before {
                font-family: unset;
            }

        .es5arrayHome .slideshow .slick-prev,
        .es5arrayHome .slideshow2 .slick-prev {
            left: -4px;
        }

        .es5arrayHome .slideshow .slick-dots,
        .es5arrayHome .slideshow2 .slick-dots,
        .es5arrayHome .slideshow3 .slick-dots {
            display: none !important;
        }

        .es5arrayHome .slideshow .slick-next, .slideshow .slick-prev,
        .es5arrayHome .slideshow2 .slick-next, .slideshow2 .slick-prev {
            top: 112%;
        }

        .es5arrayHome .slideshow .slick-prev:before,
        .es5arrayHome .slideshow2 .slick-prev:before,
        .es5arrayHome .slideshow3 .slick-prev:before {
            content: '←';
        }



        .es5arrayHome .slideshow .slick-prev:before,
        .es5arrayHome .slideshow .slick-next:before {
            color: black;
        }

        .es5arrayHome .slideshow .slick-slide img,
        .es5arrayHome .slideshow2 .slick-slide img,
        .es5arrayHome .slideshow3 .slick-slide img {
            display: block;
            width: 100%;
            height: auto;
        }

    .es5arrayHome .link-wrap {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        -webkit-transform: translate(0, -700%);
        -moz-transform: translate(0, -700%);
        -ms-transform: translate(0, -700%);
        -o-transform: translate(0, -700%);
        transform: translate(0, -700%);
        -webkit-transition-delay: .25s;
        -moz-transition-delay: .25s;
        transition-delay: .25s;
        opacity: 0;
    }

    .es5arrayHome .poSlider:hover .link-wrap {
        -webkit-transform: translate(0, -400%);
        -moz-transform: translate(0, -400%);
        -ms-transform: translate(0, -400%);
        -o-transform: translate(0, -400%);
        transform: translate(0, -400%);
        opacity: 1;
    }

    .es5arrayHome .slideshow3:hover .projects-grid__items__item__wrap__overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }



    .es5arrayHome .site-wrap .slick-slider .slick-list, .es5arrayHome .site-wrap .slick-slider .slick-track {
        /* transform: translate3d(0px, 0px, 0px);
        height: 80vh; */
    }

    body {
        overflow: visible;
    }


    .es5arrayHome .ones .slideshow2 .slick-next, .ones .slideshow2 .slick-prev {
        top: 96%;
        z-index: 999;
    }

    .es5arrayHome .pdiBannerTwo .slideshow3 {
        width: 100%;
        height: 499px;
    }

    .es5arrayHome .pdiBannerTwo .slick-prev,
    .es5arrayHome .pdiBannerTwo .slick-next {
        background-color: #3b3b3b !important;
    }
    /*......*/
    /*servicePage*/
    .servicePage {
        direction: rtl;
        margin-bottom: 3em;
    }

        .servicePage .descPro {
            color: #969696;
            font-size: .85rem;
            line-height: 33px;
            margin: .5em 0;
            margin-bottom: 1.3em;
            direction: rtl;
            text-align: justify;
            height: 356px;
            overflow: hidden;
        }

        .servicePage .titlePro {
            z-index: 88;
            color: #545454;
            font-size: .93rem;
            position: relative;
            font-weight: bold;
            margin-top: 1em;
            margin-bottom: 12px;
        }

        .servicePage .width50 {
            width: 50%;
        }

        .servicePage .flexServiceR .serviceRight {
            position: absolute;
            right: 0;
            padding: 3em 11em;
            padding-left: 3.5em;
            padding-bottom: 0px;
        }

        .servicePage .flexServiceR .serviceLeft {
            position: absolute;
            left: 0;
        }

        .servicePage .flexServiceR, .servicePage .flexServiceL {
            display: flex;
            min-height: 533px;
            max-height: 533px;
            position: relative;
            width: 100%;
        }

        .servicePage .flexServiceR {
            min-height: 506px !important;
            max-height: 506px !important;
            overflow: hidden;
        }

            .servicePage .flexServiceR span, .servicePage .flexServiceL span {
                font-size: 4rem;
                color: #dedede;
                font-weight: bold;
                position: absolute;
                top: .22em;
                margin-right: -12px;
                z-index: 4;
            }

        .servicePage .flexServiceL span {
            margin-right: -1px;
        }

        .servicePage .flexServiceL .serviceLeft {
            position: absolute;
            left: 0;
            padding: 3em 4em;
            padding-left: 11em;
            padding-bottom: 0px;
        }

        .servicePage .flexServiceL .serviceRight {
            position: absolute;
            right: 0;
        }

        .servicePage .width50 img {
            width: 100%;
        }

        .servicePage .flexServiceL {
            max-height: 532px !important;
        }


    @media only screen and (max-width:1350px) and (min-width:880px) {

        .servicePage .flexServiceR .serviceRight {
            padding: 2em 1em;
            padding-left: 1em;
        }

        .servicePage .width50 img {
            width: 100%;
            height: 533px;
        }

        .servicePage .flexServiceL .serviceLeft {
            padding: 2em 1em;
            padding-left: 1em;
        }
    }

    @media only screen and (max-width:880px) {
        .landingPage .productCatPage .grayback {
            min-height: 150px !important;
            margin-bottom: 0;
        }

        .fixed-wrap {
            /* top: 20px;
            right: 0; */
            width: 24%;
        }

        .ArticlePage .textcenterLan {
            padding: 0px 1em;
            text-align: justify;
        }


        .landingPage .productCatPage .productCat ul {
            margin-top: 0;
        }


        .servicePage .flexServiceR, .servicePage .flexServiceL {
            display: block !important;
            max-height: unset !important;
        }

        .servicePage .width50 {
            width: 100%;
        }

        .servicePage .flexServiceL .serviceRight,
        .servicePage .flexServiceL .serviceLeft,
        .servicePage .flexServiceR .serviceLeft,
        .servicePage .flexServiceR .serviceRight {
            position: unset;
        }

        .servicePage .flexServiceR .serviceRight,
        .servicePage .flexServiceL .serviceLeft {
            padding: 1em 1em;
        }

        .servicePage .width50 img {
            width: 100%;
            height: auto;
        }
    }

    @media only screen and (max-width:1200px) and (min-width:500px) {
        .banneerSite {
            min-height: 210px;
            margin-bottom: 1em;
        }

        .pdiBanner .banneerSite {
            min-height: unset;
            margin-bottom: 0;
        }
    }


    /*AboutUsPage*/
    .fixR-menu__list__item.active:before {
        background: #ff6347;
    }

    /*......*/

    .headerprogress {
        position: fixed;
        top: unset;
        bottom:18.5em ;
       
        right: 5.1em;
        z-index: 8888;
        width: 15px;
        height: 187px;
        overflow: hidden;
    }

        .headerprogress h2 {
            text-align: center;
        }

    .progress-container {
        width: 1px;
        height: 100%;
        margin-top: 0;
        right: 0;
        position: absolute;
    }

    .progress-bar {
        height: 0;
        background: #FF5722;
        width: 2px;
    }
    /*..........*/
    .fixR-menu__list__item span {
        position: absolute;
        top: -3px;
        right: 0;
        color: #1e1e1e;
        font-weight: 500;
        font-size: .75rem;
        letter-spacing: 0;
        line-height: 1rem;
        width: 134px;
        margin-right: 2em;
        text-align: center;
    }

    .fixR-menu__list__item {
        width: 10px;
        height: 10px;
        position: relative;
        margin-top: 38px;
        margin: 0 auto;
        background: #D5D5D5;
        border-radius: 150%;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }


        .fixR-menu__list__item:after {
            z-index: -1;
            content: '';
            width: 2px;
            height: 0;
            background: #ACC3E5;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            top: -44px;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }


    .fixR-menu {
        position: fixed;
        bottom: 17em;
        right: 4em;
        left: unset !important;
        background: #fff;
        width: 35px;
        border-radius: 10px;
        padding: 15px 0;
        z-index: 2000;
        border: 1px solid #b0b0b0;
    }

    @media only screen and (max-width: 1024px) {
        .fixR-menu {
            display: none;
        }
        .headerprogress{
            display: none;
        }
    }


    .fixR-menu__list__item:hover {
        background: #ACC3E5;
    }

    .fixR-menu__list__item:before {
        z-index: -1;
        content: '';
        width: 2px;
        height: 44px;
        background: #D5D5D5;
        position: absolute;
        margin-left: -1px;
        left: 50%;
        bottom: 100%;
        margin-bottom: -2px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .fixR-menu__list__item {
        width: 10px;
        height: 10px;
        position: relative;
        margin-top: 38px;
        background: #D5D5D5;
        border-radius: 150%;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .fixR-menu__list__item:before {
            z-index: -1;
            content: '';
            width: 2px;
            height: 44px;
            background: #D5D5D5;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            bottom: 100%;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

        .fixR-menu__list__item:after {
            z-index: -1;
            content: '';
            width: 2px;
            height: 0;
            background: #ACC3E5;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            top: -44px;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

        .fixR-menu__list__item:first-child {
            margin-top: 0;
        }

            .fixR-menu__list__item:first-child:before, .fixR-menu__list__item:first-child:after {
                display: none;
            }


    .fixR-menu li a.active {
        color: #ff6347;
        background: #ff6347;
        width: 10px;
        height: 1px;
        padding: 5px;
    }

    .fixR-menu__list__item a {
        padding-right: 0;
        width: 10px;
        height: 10px;
        position: relative;
        border-radius: 150%;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .fixR-menu__list__item a {
        position: absolute;
        padding-left: 0;
    }


    .fixR-menu a:hover span {
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .fixR-menu a span {
        margin-top: -5px;
        display: inline-block;
        display: inline;
        zoom: 1;
        margin-right: 3em;
        vertical-align: top;
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        visibility: hidden;
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        transform: translate(20px, 0);
        opacity: 0;
        padding: 6px 1.1em;
    }

    /*......*/
    .AboutDesc .backWhite {
        top: -3em;
        padding-right: 10em;
        width: 100%;
        padding-left: 4.2em;
        text-align: left;
    }

    .pdiAbout .galleryNamayeshgahPage .mizKar .videoPnl button {
        background-color: #ffffff;
    }

        .pdiAbout .galleryNamayeshgahPage .mizKar .videoPnl button i {
            color: #000;
        }

    .pdiAbout .AboutPage .titlePro {
        text-align: right;
    }

    .floating-menu {
        position: fixed;
        bottom: 3em;
        left: 4em;
        right: unset !important;
        background: #fff;
        width: 35px;
        border-radius: 10px;
        padding: 15px 0;
        z-index: 2000;
        border: 1px solid #b0b0b0;
    }

    @media only screen and (max-width: 1024px) {
        .floating-menu {
            display: none;
        }
    }

    .floating-menu__list {
        width: 10px;
        margin: 0 auto;
    }

    .floating-menu__list__item {
        width: 10px;
        height: 10px;
        position: relative;
        margin-top: 31px;
        background: #D5D5D5;
        border-radius: 150%;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .floating-menu__list__item:hover {
            background: #243F8C;
        }
        .floating-menu__list__item:hover, .floating-menu__list__item.active {
            background: #243F8C;
        }  
       
          .floating-menu__list__item.active::after {
            height: 44px;
          }
          .floating-menu__list__item::after {
            z-index: -1;
            content: '';
            width: 2px;
            height: 0;
            background: #243F8C;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            top: -44px;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
          }        
        .floating-menu__list__item:before {
            z-index: -1;
            content: '';
            width: 2px;
            height: 44px;
            background: #D5D5D5;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            bottom: 100%;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

        .floating-menu__list__item:after {
            z-index: -1;
            content: '';
            width: 2px;
            height: 0;
            background: #ACC3E5;
            position: absolute;
            margin-left: -1px;
            left: 50%;
            top: -44px;
            margin-bottom: -2px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

        .floating-menu__list__item.active:after {
            height: 44px;
        }

        .floating-menu__list__item:first-child {
            margin-top: 0;
        }

            .floating-menu__list__item:first-child:before,
            .floating-menu__list__item:first-child:after {
                display: none;
            }

        .floating-menu__list__item a {
            position: absolute;
            padding-right: 35px;
            top: -3px;
            right: 0;
            color: #1e1e1e;
            font-weight: 500;
            font-size: .75rem;
            line-height: 1rem;
            width: 225px;
        }


            .floating-menu__list__item a:hover span {
                visibility: visible;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .AboutPage {
        direction: rtl;
    }

        .AboutPage .descPro {
            color: #969696;
            font-size: .86rem;
            line-height: 37px;
            direction: rtl;
            text-align: justify;
        }

        .AboutPage .titlePro {
            z-index: 88;
            color: #545454;
            font-size: .97rem;
            position: relative;
            font-weight: bold;
            margin-top: 4px;
            margin-bottom: 20px;
        }

        .AboutPage .video .rightR {
            padding-right: 9em;
            padding-top: 2em;
            padding-left: 3em;
            position: relative;
            top: -4em;
            background-color: #fff;
        }

        .AboutPage .video .titleProEn {
            color: #06098b;
            letter-spacing: 3px;
            font-size: .96rem;
        }

    .colorBlack {
        color: #505050;
    }

    /*......*/

    .galleryNamayeshgahPage .mizKar .videoPnl video {
        /* height: 490px; */
    }

    .cheshmAndaz .sliderPrjTwo {
        padding-right: 3.5em;
    }

    .cheshmAndaz .galleryNamayeshgahPage .mizKar .videoPnl button {
        width: 65px;
        height: 65px;
        background-color: #272727;
    }

        .cheshmAndaz .galleryNamayeshgahPage .mizKar .videoPnl button i {
            font-size: 18px;
        }

    .galleryNamayeshgahPage .mizKar .videoPnl button {
        width: 65px;
        height: 65px;
        background-color: #272727;
    }

    .galleryNamayeshgahPage .mizKar .videoPnl button {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: absolute;
        display: inline-block;
        top: 40%;
        left: 47%;
        background-color: #ef4100;
        border: none;
        color: #fff;
        cursor: pointer;
    }

        .galleryNamayeshgahPage .mizKar .videoPnl button i {
            font-size: 18px;
        }

    .galleryNamayeshgahPage .mizKar .videoPnl .second {
        display: none;
    }

    .galleryNamayeshgahPage .mizKar .videoPnl {
        position: relative;
    }

    .galleryNamayeshgahPage .mizKar {
        position: absolute;
        width: 100%;
        left: 0;
    }

    .AboutPage .video {
        height: 427px;
        display: flex;
    }

    .AboutPage .width50 {
        width: 50%;
        position: relative;
    }

    .mizKar {
        position: absolute;
        width: 100%;
        left: 0;
    }

    /*........*/

    .AboutPage .TabAbout {
        padding: 5em 0;
    }


        .AboutPage .TabAbout .TabAboutDiv li {
            height: 40px;
            cursor: pointer;
            border-left: none;
        }

        .AboutPage .TabAbout .contentTabAboutDiv .active_Portfolios {
            opacity: 1;
        }

    .AboutPage .contentTabAboutDiv {
        position: relative;
    }

    .AboutPage .TabAbout .contentTabAboutDiv {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .AboutPage .TabAbout .in_contentTabAboutDiv {
        opacity: 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: -3em;
    }

    .AboutPage .TabAbout .TabAboutDiv {
        overflow: hidden;
        direction: rtl;
        padding: .3em 0;
        margin-top: 3em;
        color: grey;
        text-align: center;
        cursor: pointer;
    }

    .AboutPage .grayback {
        min-height: unset;
        margin-bottom: 2em;
        background-color: #292a2e;
    }

    .directionL {
        direction: ltr;
    }

    @media only screen and (max-width: 1220px) {
        .AboutPage .TabAbout .TabAboutDiv li span {
            font-size: 12px;
        }

        .ArticlePage .dirR {
            padding: 0 1em;
        }

        .AboutPage .TabAbout .TabAboutDiv li {
            margin: 5px 14px;
        }
    }

    @media only screen and (max-width: 1056px) {
        .AboutPage .TabAbout .TabAboutDiv {
            padding: 13px 9px;
            margin: 0 1em;
            margin-bottom: 2.5em;
        }

            .AboutPage .TabAbout .TabAboutDiv li {
                margin: 5px 3px;
            }
    }

    @media only screen and (max-width: 845px) {
        .AboutPage .TabAbout .TabAboutDiv li {
            width: 83%;
            margin: 0 auto;
            margin-bottom: .7em;
        }

        .AboutPage .TabAbout .TabAboutDiv {
            display: block;
            width: 80%;
            margin: 0 auto;
            margin-bottom: 2em;
        }
    }

    @media only screen and (max-width:1000px) {
        .AboutPage .TabAbout .TabAboutDiv {
            width: 95% !important;
        }
    }


    .AboutPage .TabAbout .DivTabAboutDiv {
        display: flex;
    }

    .AboutPage .TabAbout .num {
        height: 21px;
        text-align: left;
        font-size: .75rem;
        color: #fff;
        font-weight: 100;
    }

    .AboutPage .TabAbout li .line {
        width: 0;
        transition: width .6s;
    }

    .AboutPage .TabAbout .TabAboutDiv li.active_Portfolios .line {
        width: 35px;
        height: 1px;
        float: left;
        background-color: red;
        transition: width .6s;
    }

    .AboutPage .nameTb {
        color: #a5a5a5;
        width: 100%;
        text-align: center;
        font-weight: 100;
        font-size: .95rem;
        margin-bottom: 0;
    }

    .AboutPage .nameBtm {
        color: #fff;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: .85rem;
        margin-bottom: 1.5em;
        z-index: 8;
        position: relative;
    }

    .AboutPage .nameTop, .AboutPage .ShowSlideTop span {
        color: #ffffff;
        width: 65%;
        text-align: center;
        font-weight: 100;
        font-size: .75rem;
        margin-bottom: 1.5em;
        z-index: 8;
        position: relative;
        margin: 0 auto;
        line-height: 26px;
    }

    .AboutPage .ShowSlideTop span {
        margin: 0 2px;
        font-family: w_yekan;
        font-size: .98rem;
        letter-spacing: -0.3px;
    }

    .AboutPage .number {
        z-index: 2;
        font-size: 11rem;
        position: relative;
        top: -1.3em;
        font-weight: bold;
        color: #333;
    }

    .AboutPage .ShowSlideTop {
        transform: translateY(-100%);
        transition: transform 1s;
        position: relative;
        z-index: 55;
    }

    .AboutPage .TabAbout .in_contentTabAboutDiv.active_Portfolios .ShowSlideTop {
        transform: translateY(0);
        transition: transform 1s;
    }

    .AboutPage .ShowSlideBottom {
        overflow: hidden;
        height: 20px;
        margin-bottom: 2.5em;
    }

    .AboutPage .nameBtm {
        transform: translateY(100%);
        transition: transform 1.3s;
        position: relative;
        z-index: 55;
    }

    .AboutPage .TabAbout .in_contentTabAboutDiv.active_Portfolios .nameBtm {
        transform: translateY(0);
        transition: transform 1.3s;
    }

    .history {
        margin-bottom: 6em;
    }

        .history hr {
            border: none;
            border-bottom: 2px solid #dedede;
            margin: 2em auto;
        }

        .history .year {
            text-align: right;
            padding-right: 2em;
            font-size: .8rem;
            color: #8d8d8d;
        }

        .history .numHistory {
            font-size: 6.2rem;
            font-weight: bolder;
            color: #020169;
        }

        .history .titleProEn {
            color: #06098b;
            letter-spacing: 2px;
            font-size: .75rem;
        }

    .giftDiv {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 3em;
        border: 1px solid #444;
        padding: .85em 2em;
        font-size: .85rem;
        position: relative;
    }

        .giftDiv .icon {
            float: left;
            background-color: #3b3b3b;
            padding: .65em .9em;
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
            font-size: 1rem;
        }

    .graybackCustomer {
        background-color: #e7e7e7;
        min-height: 400px;
        height: auto;
        position: relative;
    }

        .graybackCustomer .TitleCenterEN {
            position: absolute;
            top: 3em;
            color: #06098b;
        }

        .graybackCustomer .TitleCenterFA {
            position: absolute;
            top: 5.5em;
            font-size: .8rem;
        }

    .sliderMoshtarian {
        padding-top: 8em;
    }

        .sliderMoshtarian .swiper-pagination {
            display: none;
        }

        .sliderMoshtarian .swiper-slide {
            margin: 0 auto;
            text-align: center;
        }

        .sliderMoshtarian .swiper-button-prev, .sliderMoshtarian .swiper-container-rtl .swiper-button-next,
        .sliderMoshtarian .swiper-button-next, .sliderMoshtarian .swiper-container-rtl .swiper-button-prev {
            display: none;
        }

        .sliderMoshtarian .swiper-container {
            padding-bottom: 0 !important;
            overflow: hidden !important;
        }

        .sliderMoshtarian .swiper-slide:hover {
            z-index: 300;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

    .backWhite {
        background-color: #fff;
        position: relative;
        top: -3em;
        padding-right: 10em;
        width: 94.5%;
        padding-left: 4.2em;
        direction: rtl;
        text-align: right;
        padding-top: 2.5em;
    }

        /*.l6 img{
    float:left;
}*/
        .backWhite .iconTop {
            width: auto;
            float: right;
        }

    .imgMrg {
        margin-top: 5em;
    }

    .teams {
        background-color: #292a2e;
        min-height: 350px;
        height: auto;
        padding: 2em 0;
        margin-top: -9px;
    }

    .teams {
        position: relative;
    }

        .teams .teamOne {
            direction: rtl;
            margin: 2em 0;
        }

        .teams .lineCenter.one {
            width: 100%;
            height: 1px;
            background-color: #434343;
            position: absolute;
            top: 11em;
        }

        .teams .lineCenter.two {
            width: 100%;
            height: 1px;
            background-color: #434343;
            position: absolute;
            top: 30em;
        }

        .teams img {
            position: relative;
            z-index: 888;
        }

        .teams .boxTransparent {
            width: 100%;
            height: 200px;
        }

        .teams .teamOne .nameBtm {
            position: unset;
            text-align: right;
            margin-right: 14.5em;
        }

        .teams .teamOne .number {
            font-size: 3rem;
            position: unset;
            margin-right: 4em;
        }

        .teams .boxDescPosition {
            position: relative;
        }

        .teams .boxDesc {
            border: 2px solid #fff;
            width: 200px;
            height: 55px;
            position: absolute;
            bottom: 2em;
            left: 0;
            z-index: 888;
        }

            .teams .boxDesc .titleWhite {
                position: unset;
                margin-top: 6px;
                margin-right: 2em;
            }

            .teams .boxDesc .titleOrg {
                position: unset;
                margin-top: -1px;
                margin-right: 2em;
            }

        .teams .l7 {
            padding-right: 5em;
        }

            .teams .l7 .boxDesc {
                right: 21em;
            }
    /*endABoutUsPage*/

    .ContactPage {
        background-color: #e7e7e7;
        /* padding-bottom: 50px; */
    }

        .ContactPage .video .rightR {
            padding-right: 9em;
            padding-top: 2em;
            padding-left: 3em;
            position: relative;
            top: -4em;
            color: #fff;
            background-color: #e7e7e7;
        }

        .ContactPage .video .titleProEn {
            letter-spacing: 3px;
            font-size: .96rem;
            color: #ACC3E5;
        }

        .ContactPage .video {
            height: 600px;
        }


        .ContactPage ul.addresContact p, .ContactPage ul.addresContact a {
            font-size: .8rem;
            display: flex;
            margin-bottom: 2em;
            align-items: center;
        }

            .ContactPage ul.addresContact p img, .ContactPage ul.addresContact a img {
                margin-left: 1.2em;
            }

    .SocialContact {
        bottom: 3em;
        position: absolute;
        left: .5em;
        color: #fff;
    }

    .bgContact {
        position: absolute;
        bottom:0;
    }

    .SocialContact a {
        color: #fff;
    }
    /*endContactUs*/

    /*Defult*/

    .indexPage .projectsDefult {
        background-color: #292a2e;
        padding-top: 0;
    }

    .indexPage .TitleCenterEN {
        top: 8vh;
    }

    .indexPage .TitleCenterFA {
        top: 11.5vh;
    }

    .indexPage .productCat ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10em;
    }

    .divCenter {
        width: 84%;
        margin: 0 auto;
        text-align: right;
        direction: rtl;
    }

    .TitleWhite {
        text-align: right;
        color: #fff;
        font-weight: 100;
        font-size: 1rem;
    }

    .TitleEn {
        position: unset;
        color: #444;
        font-size: 3.5rem;
        letter-spacing: 6px;
        margin-top: .3em;
        font-weight: bold;
    }

    .slideOne .sliderMulti3, .slideTwo .sliderMulti3 {
        float: right;
        max-width: 600px;
    }

        .slideOne .sliderMulti3 .swiper-container-rtl .swiper-button-prev,
        .slideTwo .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
            left: 4em;
            right: unset;
        }

        .slideOne .sliderMulti3 .swiper-container-rtl .swiper-button-next,
        .slideTwo .sliderMulti3 .swiper-container-rtl .swiper-button-next {
            left: 0;
        }
    /*.slideOne .sliderMulti3 .swiper-container {
        overflow-y: hidden !important;
        overflow-x: hidden !important;
        padding: 0 !important;
    }*/
    .slideOne, .slideTwo, .slideThree {
        position: relative;
    }

    .orgTitle {
        position: absolute;
        top: 30%;
width: 172px;
        z-index: 88;
        text-align: right;
        line-height: 39px;
     
        direction: rtl;
    }
    .orgTitle>p{
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .projectsDefult .columns:nth-child(odd) .column .orgTitle{
left: 0;
    }
    .projectsDefult .columns:nth-child(even) .column .orgTitle{
        right: 0;
        padding-right: 30px;
    }
        .orgTitle p {
            color: #ACC3E5;
        }
        .orgTitle p:first-child{
            font-weight: bolder;
            font-size: 18px;
        }
        .orgTitle .ENSlider {
            font-size: 1.03rem;
            letter-spacing: 4.2px;
        }

    .twoSlider .orgTitle .ENSlider {
        margin-left: .5em
    }

    .slideOne .sliderMulti3 .swiper-container,
    .slideTwo .sliderMulti3 .swiper-container,
    .slideThree .sliderMulti3 .swiper-container {
        overflow-y: visible !important;
        overflow-x: hidden !important;
        padding: 3em 1em !important;
        padding-bottom: 7em !important;
    }

    .ENSlider {
        font-size: 1.4rem;
    }

    .slideOne .slideOneDiv, .slideThree .slideOneDiv {
        position: absolute;
        top: 0;
        left: -16px;
        width: 103%;
        height: 98%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: -moz-linear-gradient(444deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -webkit-linear-gradient(444deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -o-linear-gradient(444deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -ms-linear-gradient(444deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: linear-gradient(444deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
    }

    .slideThree .sliderMulti3 .swiper-container-rtl .swiper-button-next {
        right: 4em;
    }

    .slideThree .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }


    .slideThree .slideOneDiv {
        border-radius: 49%;
    }

    .slideOne .swiper-slide:hover,
    .slideTwo .swiper-slide:hover {
        z-index: 300;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .slideTwo .slideOneDiv {
        position: absolute;
        top: 0;
        left: -16px;
        width: 103%;
        height: 98%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: -moz-linear-gradient(315deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -webkit-linear-gradient(315deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -o-linear-gradient(315deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: -ms-linear-gradient(315deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
        background: linear-gradient(315deg, rgb(0 0 0 / 72%) 5%, rgba(248,248,248,0) 79%, rgba(255,255,255,0) 81%);
    }

    .slideTwo .sliderMulti3 {
        float: left;
    }

    .slideOne, .slideTwo, .slideThree {
        max-width: 613px;
    }

    .slideOne, .slideThree {
        float: right;
    }

    .orgTitle {
        /* width: 100%; */
    }

    .slideTwo .orgTitle {
        position: absolute;
        top: 13em;
        right: -32vw;
        z-index: 88;
        text-align: left;
        line-height: 39px;
    }

    .boxOne {
        background-color: #d3d3d3;
        padding: 1.5em 2em;
        line-height: 33px;
        color: #525252;
        font-size: .96rem;
        direction: rtl;
        text-align: justify;
    }

    .newsHome .l4 {
        padding: 0 2em;
    }

    .newsHome {
        background-color: #e7e7e7;
        /* padding-top: 2em; */
        direction: rtl;
    }

        .newsHome .boxTwo {
            background-color: #ffffff;
            padding: 1.5em 2em;
            line-height: 33px;
            color: #525252;
            font-size: .96rem;
            direction: rtl;
            text-align: justify;
            margin-top: 2em;
        }

        .newsHome .SO {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .newsHome .SO img {
                margin: 0 13px;
                width: 16px;
            }

        .newsHome .boxCircle {
            background-color: #00012f;
            color: #fff;
            height: 255px;
            border-radius: 50%;
            width: 255px;
            margin: auto;
            padding: 5em 1em;
            padding-bottom: 0;
        }

            .newsHome .boxCircle p {
                font-size: .9rem;
                width: 80%;
                margin: 0 auto;
                color: #fff;
                margin-bottom: 1em;
            }

        .newsHome .boxOne .org {
            text-align: left;
            color: #cf2e23;
            font-weight: bold;
            font-size: .9rem;
            width: 63%;
            position: relative;
            border-bottom: 1px solid #cf2e23;
            left: -102px;
        }

        .newsHome .titr {
            top: 15.5vh;
            color: #4f4f52;
            width: 100%;
            font-weight: bold;
            font-size: .9rem;
        }

        .newsHome .boxTwo .date {
            color: #ACC3E5;
            font-size: 1rem !important;
            font-family: w_yekan;
            letter-spacing: -1px;
            margin-bottom: .5em;
        }

        .newsHome .descNews {
            color: #969696;
            font-size: .86rem;
            line-height: 35px;
            direction: rtl;
            text-align: justify;
        }

        .newsHome .l5 img {
            width: 100%;
            height: auto;
            margin-bottom: 1em;
        }

        .newsHome .imgNews {
            position: relative;
        }

    /*.newsHome .backGr {
            width: 100%;
            height: 93%;
        }

        .newsHome .searchPage .backGr {
            width: 95%;
            height: 97%;
        }*/

    .newsTitle {
        position: relative;
        height: 85px;
    }

    .titrFa {
        color: #4f4f52;
        font-weight: bold;
        margin-bottom: .5em;
    }

    .titrEn {
        font-size: 3.5rem;
        color: #d1d1d1;
        z-index: 77;
        position: absolute;
        font-weight: bold;
        letter-spacing: 5px;
    }

    .seeMore {
        text-align: left;
        display: flex;
        float: left;
        cursor: pointer;
    }

    .newsTitle i {
        background-color: #3b3b3b;
        padding: .65em .9em;
        position: absolute;
        left: 0;
        top: -6px;
        color: #fff;
        font-size: 1rem;
    }

    .seeMore p {
        font-size: .85rem;
        margin-left: 5em;
    }

    /*endHome*/

    .productPage.projectPage {
        padding-top: 0 !important;
    }

    .tblPrj {
        background-color: #e7e7e7;
    }

        .tblPrj .l6 img {
            width: 100%;
            height: auto;
        }

    .backWhitebox {
        background-color: #fff;
        padding-right: 10em;
        width: 100%;
        padding-left: 2.2em;
        direction: rtl;
        text-align: right;
        margin-top: -1em;
        padding-top: 3em;
        min-height: 350px;
    }

    .tblPrj ul {
        padding: 2em 3em;
    }

    .titleTblPrj {
        margin-top: 4em;
        margin-right: -4em;
        font-size: 18px;
        border-bottom: 1px solid #38393d;
        min-width: 133px;
        line-height: 37px;
        display: inline-block;
    }

    .projectPage.productPage .titlePro {
        color: #414040;
        font-size: 16px;
        font-weight: 500;
    }

    .projectPage .btnCatalog {
        color: #ffffff;
        font-size: .77rem;
        font-weight: 500;
        background-color: #ACC3E5;
        border: 2px solid #ACC3E5;
        padding: .75em 3em;
        position: relative;
        top: 6em;
    }

    .projectOther a {
        top: 6.5em;
        position: relative;
        color: #ACC3E5;
        font-size: .8rem;
        float: left;
        padding-left: 5em;
    }

    .projectOther i {
        color: #fff;
        background-color: #38393d;
        padding: 1em;
        border-radius: 50%;
        margin-right: 1em;
        position: relative;
        top: 0.5em;
    }



    .sliderGalleryProject .swiper-container {
        width: 100%;
        height: 400px;
        margin: 20px auto;
    }

    .sliderGalleryProject .swiper-slide {
        /* width: 600px !important; */
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .sliderGalleryProject.gallery-show-pro  .swiper-slide img{
width: 100%;
    }
    .sliderGalleryProject .append-buttons {
        text-align: center;
        margin-top: 20px;
    }

        .sliderGalleryProject .append-buttons a {
            display: inline-block;
            border: 1px solid #007aff;
            color: #007aff;
            text-decoration: none;
            padding: 4px 10px;
            border-radius: 4px;
            margin: 0 10px;
            font-size: 13px;
        }

    .sliderGalleryProject {
        padding: 1em 0;
    }

        .sliderGalleryProject .swiper-pagination {
            display: none;
        }

        .sliderGalleryProject .swiper-slide:hover {
            z-index: 300;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

    .sliderGalleryProject {
        background-image: url('../images/backPrj.jpg');
        background-size: cover;
    }

    .projectPage.productPage .productListPage {
        background-color: #e7e7e7;
        padding-top: 5em;
    }


    .projectPage .ProductList_inner .TitleCenterEN {
        top: 3em;
    }

    .projectPage .ProductList_inner .TitleCenterFA {
        top: 4.5em;
    }

    .productPage.projectPage {
        direction: ltr;
    }

    .tblPrj .l6 {
        direction: rtl;
    }

    /*endProjectPage*/

    .blogPage .boxOne, .blogPage .boxTwo {
        background-color: #e7e7e7;
    }

    .blogPage .newsHome {
        background-color: #fff;
    }

    .blogPage .boxTwo.height {
        min-height: 321px;
    }

    .blogPage .newsTitle span {
        background-color: #3b3b3b;
        padding: 1.1em;
        font-size: 1rem;
        border-radius: 50%;
        background-color: #3b3b3b;
        position: absolute;
        left: -3em;
        top: -6px;
        color: #fff;
    }

    /*endBlogPage*/
    .landingPage .bannerTitle {
        letter-spacing: 0;
    }

    .landingPage .mrgTop {
        margin-top: 2em;
    }

        .landingPage .mrgTop .descPro {
            line-height: 32px;
        }

        .landingPage .mrgTop .titlePro {
            margin-top: 3em;
        }

    .landingPage .dotTitle a:before {
        display: inline-block;
        content: '';
        border-radius: 50%;
        height: 0.4rem;
        width: 0.4rem;
        background-color: #be0902;
        margin-left: .8em;
    }

    .landingPage .titlePro {
        text-align: right;
    }

    .landingPage .darkBlueBack {
        padding-bottom: 2.5em;
        margin-bottom: 0;
    }

    .landingPage .newsHome {
        /* margin-top: -8px; */
    }

    .landingPage .newsTitle {
        display: flex;
    }

    .landingPage .titrEn {
        margin-top: -0.2em;
    }

    .descPro a {
        color: #ACC3E5 !important;
        border-bottom: 1px solid #ACC3E5;
    }

    .newsHome.backNot {
        background-color: transparent;
    }

    ul.landingCenter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0;
        margin: 2em auto;
    }

    @media only screen and (min-width: 1200px) {
        .landingCenter li:nth-child(3n+1) {
            text-align: right;
        }
    }

    @media only screen and (min-width: 1161px) {
        .landingCenter li {
            list-style: none;
            display: inline-block;
            width: calc(100% / 3);
            text-align: center;
        }
    }

    @media only screen and (min-width: 1200px) {
        .landingCenter li:nth-child(3n+3) {
            text-align: left;
        }
    }

    .textcenterLan {
        padding: 0 8em;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 88;
        color: #545454;
        font-size: .82rem;
        position: relative;
        font-weight: bold;
        line-height: 36px;
    }

        .textcenterLan img {
            width: 70px;
            margin-left: 3em;
        }

    .landingPage .productCatPage .grayback {
        background-color: #e7e7e7 !important;
        min-height: 450px;
        height: auto;
        position: relative;
    }

    .landingPage .darkBlueBack1 {
        direction: rtl;
        min-height: 370px;
        margin-top: -35px;
    }

    .landingPage .ContactPage .video .rightR {
        top: 0;
    }

    .landingPage .titrTouch {
        padding: 2em 0;
    }

    /*endLanfingPage*/

    /*footer*/

    footer {
        background-color: #292a2e;
        direction: rtl;
        text-align: right;
        padding-top: 35px;
    }

        footer p,
        footer,
        footer a {
            color: #dedede;
            font-size: .75rem;
            line-height: 25px;
        }

            footer a:hover {
                color: #c9c9c9 !important;
            }

            footer .title {
                color: #fff !important;
                margin-bottom: 2.5em;
                font-size: .8rem;
                margin-right: 0;
            }

            footer .colBlog .titr {
                color: #fff !important;
                font-size: .73rem;
                margin-bottom: .3rem;
            }

            footer .colBlog p.date {
                font-size: .65rem;
            }



            footer .social-links i {
                padding: 8px;
                font-size: 14px;
                background-color: #8585858c;
                color: #fff;
                width: 28px;
                height: 28px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 0.8em;
                transition: all .5s;
            }

                footer .social-links i:hover {
                    background-color: #9a0000;
                }

            footer .social-links {
                display: flex;
                align-items: center;
                justify-content: center;
                direction: rtl;
            }

    @media only screen and (max-width:1000px) {
        footer .bc-content {
            padding: 0 1em;
        }
    }

    footer li a {
        line-height: 33px;
        font-size: .9rem;
    }


    footer .blackFooterFlex {
        background-color: #000;
        position: relative;
        padding: 6px;
    }

    footer .copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ececec !important;
        font-size: .7rem;
        direction: rtl;
    }

        footer .copyright img {
            margin-right: 5px;
        }




    @media only screen and (max-width:768px) {
        footer .socialF p {
            margin-right: 0;
            text-align: center;
        }

        footer .dastresi {
            padding-right: 0;
        }

        footer .title {
            margin-bottom: 0.5em;
            margin-right: 0;
            margin-top: 2em;
        }

        footer .socialF {
            margin-top: 1em;
        }
    }


    footer .scrollup {
        line-height: 75px;
        color: #fff;
        display: flex;
        position: absolute;
        right: 5em;
        top: 16em;
        width: 45px;
        height: 45px;
        background-color: #373737;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
    }

    footer {
        position: relative;
    }

        footer .scrollup i {
            font-size: 1.2rem;
            margin-bottom: 4px;
        }


    @media (max-width: 1400px) {
        footer .scrollup {
            right: 2em;
        }
    }

    @media only screen and (max-width: 1100px) {
        footer .bc-content {
            padding: 0 1em;
            padding-top: 1em;
        }

        footer .dastresi p {
            margin-top: 2em;
        }
    }



    footer .nameCompany {
        color: #686868 !important;
        font-size: 0.85rem;
        font-weight: bold;
        margin-bottom: 7px !important;
    }

    footer .descCompany {
        font-size: .98rem;
        color: #dedede !important;
    }

    footer .addresCompany {
        color: #6d6d6d !important;
        font-size: 0.9rem;
        margin-bottom: 7px !important;
        text-align: justify;
        direction: rtl;
        line-height: 31px;
        margin-top: 4.5em;
    }

    footer .socialF {
        text-align: left;
    }

        footer .socialF .l9 {
            margin-top: 5.2em;
        }

        footer .socialF p {
            padding-left: 1.5em;
            font-size: .9rem;
        }

    footer .nameScan {
        color: #6d6d6d;
        font-size: .8rem !important;
        padding-left: .7em !important;
        letter-spacing: 1px;
    }

    footer span, footer a {
        color: #999 !important;
        font-size: 0.9rem;
    }

    footer .space {
        margin: 0 10px
    }

    footer .SOcialFooter {
        display: flex;
        direction: ltr;
        margin-top: -.5em;
        left: -65px;
        position: relative;
        width: 14%;
        float: left;
    }

        footer .SOcialFooter li {
            margin: 0 5px;
        }

    footer .dastresi a {
        line-height: 29px;
        color: #d1d1d1 !important;
        font-size: .8rem !important;
    }

    footer .dastresi, footer .socialF {
        padding-top: 6em;
    }

    footer .pdiRFooter {
        padding-right: 1em;
    }

    footer .socialF a img {
        margin-left: .8em;
    }

    /*..........*/

    @media only screen and (max-width:1280px) {
        .AboutPage .video .rightR {
            padding-right: 1em;
            padding-top: 1em;
            padding-left: 1em;
            position: relative;
            top: -4em;
            height: auto;
            background-color: #fff;
        }


        .AboutPage .video {
            height: auto;
        }

        .AboutDesc .backWhite {
            padding-right: 1em;
            padding-left: 1em;
        }

        .teams {
            padding: 2em 1em
        }

        .searchPage.productListPage .HoverBoxEq {
            width: 380px;
            overflow: hidden;
            margin: 0 auto;
        }

        .newsHome .l5 img {
            width: 100%;
            height: auto;
        }

        .blogPage .newsHome {
            padding: 0 1em;
        }
    }

    .rightPdi {
        padding-right: 7em;
    }

    .es5arrayHome .grayback {
        background-color: #e7e7e7;
        min-height: 347px !important;
        position: relative;
    }

    /*@media only screen and (min-width:1580px) {
        .es5arrayHome .grayback {
            height: 70vh;
        }

        .es5arrayHome .grayback {
            height: 29vh;
        }
    }*/

    @media only screen and (max-width:1500px) {
        .indexPage .productCat ul img {
            width: 100%;
            height: auto;
        }

        .content-animating-box__content {
            padding: 1em 2em !important;
        }
    }

    @media only screen and (min-width:1500px) {
        .banneerSite {
            height: 285px;
        }
    }

    @media only screen and (max-width:888px) {
        .TabNmayande .in_contentTabNmayandeDiv {
            left: 0;
        }

        .productPageL {
            padding: 1em;
            width: 90%;
            float: unset;
            margin: 0 auto;
            margin-top: 3em;
        }

        .productPage .btnCatalog {
            position: unset;
            top: 0;
        }

        .productPage .grayback .shadowBox {
            top: 1em;
        }

        .productPage .darkBlueBack1 {
            display: none;
        }

        .darkBlueBack .HoverBoxEq .HoverBoxEq_img img {
            width: 93%;
            height: auto;
        }

        .darkBlueBack .TitleCenterFA {
            position: unset;
            margin-bottom: 3em;
        }

        .darkBlueBack .TitleCenterEN {
            position: unset;
        }

        .productPage .darkBlueBack {
            padding-top: 1em;
        }

        .proList .darkBlueBack li .HoverBoxEq {
            width: 100%;
            margin-top: 0;
        }

        .productPage .bc-content {
            padding: 0 1em;
            padding-top: 2em;
        }

        .pdiL {
            padding: 2em 1em;
            padding-left: 1em;
        }

        .productPage .productListDiv {
            top: 2em;
        }

        .ArticlePage .productPage .productListDiv {
            top: 0;
            padding-bottom: 2em;
        }


        .productPage {
            padding-top: 1em;
        }

        footer .SOcialFooter {
            margin-top: 1em;
            position: unset;
            float: unset;
        }

        footer .SOcialFooter {
            direction: rtl;
        }

        .rightPdi {
            padding-right: 0;
        }

        .blogPage .newsTitle span {
            left: 0;
            top: 0;
        }

        .teams .l7 .boxDesc {
            right: 5em;
        }

        .teams .boxDesc {
            right: 0;
        }

        .teams .l7 .boxDesc {
            right: 0 !important;
        }

        .teams .l7 {
            padding-right: 0;
        }

        .teams .boxDescPosition {
            text-align: center;
            margin-bottom: 1em;
        }

        .teams .teamOne .number {
            margin-right: 0;
            text-align: center;
        }

        .AboutDesc .widthAuto {
            width: 100%;
            height: auto;
        }

        .sliderMoshtarian .swiper-slide {
            text-align: center;
        }

        .history {
            padding: 0 1.1em;
        }

        .innerHome.history {
            padding: 0;
        }

        .innerHome .site-header__logo {
            margin: 0;
        }

        .AboutPage .TabAbout .in_contentTabAboutDiv {
            left: 0;
        }

        .AboutPage .width50 {
            width: 100%;
        }

        .AboutPage .video {
            height: auto;
            display: block;
        }

        /*.banneerSite {
            height: auto;
        }*/



        .galleryNamayeshgahPage .mizKar {
            position: unset;
        }

            .galleryNamayeshgahPage .mizKar .videoPnl button {
                top: 80%;
            }

        .AboutPage .nameTop, .AboutPage .ShowSlideTop span {
            width: 90%;
        }

        .AboutPage .video .rightR {
            padding-top: 0;
        }

        .newsHome .boxOne .org {
            left: 0;
        }

        .productListPage {
            padding-bottom: 1em;
            margin-top: 1em;
        }

        .sliderMulti3 .swiper-container {
            padding: 2em 1em !important;
        }

        .AboutPage.ContactPage .video .rightR {
            padding-right: 1em;
            padding-top: 0 !important;
            padding-left: 1em;
            position: relative;
            top: 0;
            height: auto;
            background-color: unset;
        }

        .ContactPage .bgContact {
            display: none;
        }

        .AboutPage.ContactPage .video {
            margin-top: -.6em;
        }

        .map {
            width: 100%;
            height: auto;
        }

        footer .dastresi, footer .socialF {
            padding-top: 1em;
        }

        .projectPage .backWhitebox {
            padding-right: 1em;
        }

        .projectPage .btnCatalog {
            padding: .75em 1em;
            margin-top: 1em;
        }

        .sliderGalleryProject {
            background-image: unset;
        }

        .projectOther a {
            top: 0;
            padding-left: 5em;
        }

        .tblPrj ul {
            padding: 1em 1em;
        }

        .titleTblPrj {
            margin-top: 1em;
            margin-right: 1em;
            font-size: 1.05rem;
            border-bottom: 1px solid #38393d;
            width: 133px;
            line-height: 38px;
        }

        .tblPrj ul li:last-child {
            padding-top: 1em;
        }

        .projectPage.productPage .productListPage {
            background-color: #fff;
            padding-top: 16em;
        }

        .history.es5arrayHome {
            padding: 0;
        }

        .site-header__logo {
            width: 81px !important;
            height: 81px !important;
            background-size: 79px auto !important;
            right: .5em;
        }


        .content-animating-box__split--smaller {
            margin-top: -31px !important;
        }

        /* .textHome {
            margin: 2em;
            padding: 1em 0;
        } */

        .lineSide {
            /* bottom: 9vh !important;
            width: 40% !important;
            height: 1.5px !important; */
        }

        .indexPage .productCat ul {
            display: block;
            margin-top: 10em;
        }

            .indexPage .productCat ul li img {
                width: 100%;
                height: auto;
            }

        /* .es5arrayHome .darkBlueBack1 {
            min-height: 71vh;
            margin-top: -11em;
        } */



        .es5arrayHome .grayback {
            background-color: #e7e7e7;
            min-height: unset;
        }

        .es5arrayHome .newsHome {
            padding: 0 1em;
            padding-top: 2em;
        }

        .indexPage .projectsDefult {
            padding: 0 1em;
        }

        .orgTitle {
            /* position: relative;
            top: 19em;
            right: 0;
            line-height: 39px;
            left: 0;
            text-align: center; */
        }

        .csstransforms3d .hero-slider__slide__content {
            margin-top: -31px;
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            width: 90%;
            margin: 0 auto;
        }

        .hero-slider__slide__content__controls {
            /* right: unset;
            border-left: unset !important;
            border-right: solid 1px rgba(255,255,255,0.6);
            left: 0; */
        }

        .hero-slider__slide__content__link {
            /* right: 0 !important; */
            /* left: 90px !important; */
            text-align: right !important;
        }

        .hero-slider__slide__content h2 {
            font-size: 1rem !important;
            line-height: 27px !important;
        }

        .page-layouts .slick-slide img {
            /* margin-left: 12em !important; */
        }

        .productCatPage .productCat ul {
            display: block;
        }

        /*.newsHome .backGr {
            width: 95%;
            height: 90%;
        }*/

        .newsHome {
            padding: 0 1em;
            padding-top: 2em;
        }

        .productCatPage .productCat {
            margin: auto;
            position: unset;
        }

            .productCatPage .productCat ul li img {
                width: 100%;
                height: auto;
            }

        .landingPage .darkBlueBack1 {
            direction: rtl;
            background-color: #00012f;
            min-height: auto;
        }
    }

    @media only screen and (max-width:780px) {
        .teams .teamOne .nameBtm {
            position: unset;
            text-align: center;
            margin-right: 0;
        }

        .teams .boxDesc {
            bottom: 2em;
            left: 0;
            right: 0 !important;
            margin: 0 auto;
        }

        .banneerSite img {
            width: 100%;
            height: 175px;
        }

        .TitleEn {
            font-size: 2.5rem !important;
            letter-spacing: 6px;
            font-weight: bold;
            margin: 0 auto;
            margin-top: .3em;
        }

        .es5arrayHome .TitleWhite {
            text-align: center;
        }

        .es5arrayHome .divCenter {
            text-align: center;
        }

        .column .slick-slider .slick-arrow {
            display: none !important;
        }

        .txtMbl, .pdiRFooter {
            text-align: center;
        }

        .addresCompany {
            display: none;
        }

        footer .pdiRFooter {
            margin-bottom: 2em;
        }

        .rightPdi {
            padding-right: 3em;
        }

        footer .socialF {
            padding-top: 0;
            text-align: center;
        }

        footer .scrollup {
            left: 2em;
            right: unset;
            bottom: 4em;
            top: unset;
        }

        footer .bc-content {
            padding: 0 1.5em;
        }
    }

    @media only screen and (max-width:600px) {
        .galleryNamayeshgahPage .mizKar .videoPnl button {
            top: 80%;
        }

        .newsHome .l4 {
            padding: 0;
        }

        .TouchCall li {
            margin: 0 1em;
        }

        .no-span {
            letter-spacing: 0px;
            font-size: 2.4rem;
        }

        .productListPage.searchPage .bc-content {
            padding: 0 1em;
        }

        .productListPage.searchPage .titleSearch {
            padding-top: 1em;
            padding-bottom: 1em;
        }
    }

    @media only screen and (max-width:1400px) and (min-width:1046px) {
        .bannerTitle {
            top: 10vh;
        }

        .breadcrumbInner {
            top: 11vh;
        }
    }

    .titrTouch {
        margin: 1em auto;
    }

    @media only screen and (max-width:500px) {
        .sliderGalleryProject .swiper-button-next, .sliderGalleryProject .swiper-button-prev {
            display: none !important;
        }
    }

    .landingCenter li {
        list-style: none;
        display: inline-block;
        width: calc(100% / 3);
        text-align: center;
    }

    @media only screen and (max-width:1300px) {
        .landingCenter li img {
            width: 90%;
            height: auto;
            margin: 0 auto;
        }

        .site-header__controls {
            padding: 1px;
            margin-left: 0;
        }
    }

    .colorBLNK {
        color: rgb(0, 0, 0);
        font-size: .75rem;
        font-weight: bold;
        margin: 0 4px;
    }

    .ArticlePage .descPro {
        color: #969696;
        font-size: .86rem;
        line-height: 37px;
        direction: rtl;
        text-align: justify;
    }

    .ArticlePage .titlePro {
        z-index: 88;
        color: #545454;
        font-size: .97rem;
        position: relative;
        font-weight: bold;
        margin-top: 4px;
        margin-bottom: 20px;
    }

    .ArticlePage .descPro a {
        color: #ACC3E5 !important;
        border-bottom: 1px solid #ACC3E5;
    }

    .ArticlePage .colorBlack {
        color: #505050;
    }

    .ArticlePage .dirR {
        direction: rtl;
    }

    .ArticlePage .projectPage.productPage .productListPage {
        background-color: #e7e7e7;
        padding-top: 6em;
        margin-top: 2em;
    }

    .ArticlePage .orgColor {
        color: #ACC3E5;
        margin-top: -19px;
        font-size: .8rem;
    }

    .history {
        padding: 0;
    }

    @media only screen and (max-width: 1500px) {
        .AboutPage {
            margin-top: -0.5em;
        }
    }

    @media only screen and (min-width: 1910px) {
        .AboutPage .video .rightR {
            top: -2em;
        }

        .AboutPage .video {
            height: auto;
        }
    }

    @media only screen and (max-width: 1350px) {
        .AboutPage .video .rightR {
            padding-right: 1em;
            padding-top: 1em;
            padding-left: 1em;
        }

        .AboutPage .video {
            height: 368px;
        }
    }

    @media only screen and (max-width: 1045px) and (min-width: 501px) {
        .bannerTitle {
            top: 4.5vh;
        }

        .breadcrumbInner {
            top: 6vh;
        }
    }

    @media only screen and (max-width: 800px) {
        .bannerTitle {
            top: 7vh;
        }

        .breadcrumbInner {
            top: 8vh;
        }

      

        .site-header__logo {
            margin: 0;
        }


        .newsHome .boxCircle {
            margin-top: 1em;
        }
    }

    @media only screen and (max-width: 1272px) {
        .swiper-button-next, .swiper-button-prev {
            cursor: pointer;
            color: var(--swiper-navigation-color, #fff) !important;
        }
        /*.newsHome .searchPage .backGr {
            width: 100%;
            height: 97%;
        }*/

        .sliderMulti3 .swiper-container-rtl .swiper-button-next {
            left: 1em !important;
        }

        .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
            right: 1em !important;
        }

        .sliderMulti3 .swiper-button-next, .sliderMulti3 .swiper-button-prev {
            top: 50% !important;
        }

        .sliderMulti3 .swiper-container {
            overflow-y: visible !important;
            overflow-x: hidden !important;
            padding: 4em 1em !important;
        }

        .sliderMulti3 .swiper-button-prev::after, .sliderMulti3 .swiper-container-rtl .swiper-button-next::after {
            font-size: 19px;
            color: #fff;
        }
    }

    .floatLeft {
        float: left;
        position: relative;
        left: 0;
    }

    .floatRight {
        float: right;
        position: relative;
        right: 0;
    }

    @media only screen and (max-width: 1990px) {
        .ContactPage .map {
            width: 100%;
            height: 100%;
        }
    }

    @media only screen and (min-width: 1990px) {
        .ContactPage .map {
            width: 100%;
        }
    }

    @media only screen and (max-width: 1990px) and (min-width: 1617px) {
        .AboutPage .video {
            height: auto;
        }
    }

    @media only screen and (max-width: 1330px) {
        .ContactPage .map {
            width: 100%;
            height: 100%;
        }
    }

    @media only screen and (max-width: 980px) {
        .productPage .nameProList, .productPage .productListPage li:hover .nameProList {
            color: #4f4f52 !important;
        }

        .AboutPage {
            margin-top: 4em;
        }

        .TouchCall img {
            margin-left: 0;
        }

        .fixed-wrap {
            width: 33%;
        }

        .projectPage .backWhitebox {
            padding: 1em 1em;
        }

        .projectPage.productPage .productListPage {
            padding-top: 5em;
        }

        .projectPage .darkBlueBack li .HoverBoxEq {
            margin-top: 0;
        }

        .site-header__controls {
            margin-left: -1em !important;
            margin-top: .5em;
        }

        .teams .lineCenter.one,
        .teams .lineCenter.two {
            display: none;
        }

        .sliderMulti3 .swiper-button-prev,
        .sliderMulti3 .swiper-container-rtl .swiper-button-next,
        .sliderMulti3 .swiper-button-next,
        .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
            display: flex;
        }

        .darkBlueBack .HoverBoxEq .HoverBoxEq_img img {
            width: 100%;
            height: auto;
        }
    }

    @media only screen and (max-width: 500px) {

        .searchPage.productListPage .HoverBoxEq {
            width: 100%;
            margin: 0 auto;
        }
    }

    @media only screen and (max-width:1380px) {
        .AboutPage .descPro {
            font-size: .75rem;
            line-height: 30px;
        }
    }

    @media only screen and (max-width: 887px) {
        .AboutPage .video {
            height: auto;
        }

        .AboutPage {
            margin-top: -9px;
        }

            .AboutPage.ContactPage .video .rightR {
                padding-top: 1em !important;
            }

            .AboutPage.ContactPage .width50 {
                position: unset;
            }

        .ContactPage ul.addresContact p img, .ContactPage ul.addresContact a img {
            margin-left: 1em;
            width: 15px;
            height: 17px;
        }
    }

    @media only screen and (max-width: 1220px) {

        .proList .productPage .bc-content {
            padding: 0 1em;
        }


        .ContactPage ul.addresContact p img, .ContactPage ul.addresContact a img {
            margin-left: 0.5em;
        }

        .ContactPage ul.addresContact p, .ContactPage ul.addresContact a {
            font-size: .75rem;
            margin-bottom: 1em;
            color: #cfcfcf;
        }

        .ContactPage .bgContact {
            width: 37%;
        }
    }

    .ContactPage .SocialContact {
        direction: ltr;
        bottom: 5em;
        position: absolute;
        left: 5em;
        color: #0a0e21;
    }

        .ContactPage .SocialContact a, .ContactPage .SocialContact span {
            margin-right: .9em;
        }

        .ContactPage .SocialContact img {
            filter: grayscale(99%) brightness(64%) sepia(1%) hue-rotate(49deg) saturate(99%) contrast(0.4);
            -webkit-filter: grayscale(99%) brightness(64%) sepia(1%) hue-rotate(49deg) saturate(99%) contrast(0.4);
        }

            .ContactPage .SocialContact img:hover {
                /* filter: grayscale(99%) brightness(64%) sepia(111%) hue-rotate(-49deg) saturate(9999%) contrast(0.9);
                -webkit-filter: grayscale(99%) brightness(64%) sepia(111%) hue-rotate(-49deg) saturate(9999%) contrast(0.9); */
            }

    @media only screen and (max-width: 1210px) {
        .newsHome .boxCircle {
            background-color: #00012f;
            color: #fff;
            height: 100%;
            border-radius: 50%;
            width: 100%;
            padding: 5em 1em;
        }

        .landingPage .mrgTop, .landingPage .textcenterLan {
            padding: 0 1em;
        }

        .widthres, .landingPage .productCatPage .productCat img {
            width: 100%;
            height: auto;
        }

        .landingPage .productCatPage .productCat ul {
            margin-top: 8em;
        }

        .landingPage .darkBlueBack ul {
            width: 100% !important;
            margin-top: 0;
        }
    }

    @media only screen and (max-width: 1580px) {
        .landingPage .productCatPage .TitleCenterFA {
            top: 5.5vh;
        }

        .landingPage .productCatPage .TitleCenterEN {
            position: absolute;
            top: 3vh;
        }
    }

    @media only screen and (max-width: 1210px) and (min-width: 980px) {

        .landingPage .darkBlueBack .TitleCenterEN {
            top: -8vh;
        }

        .landingPage .darkBlueBack .TitleCenterFA {
            top: -5.5vh;
        }
    }

    .pdiBnr .productCatPage .productCat ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -15em;
    }

    @media only screen and (max-width: 980px) {
        .ContactPage .SocialContact {
            direction: ltr;
            bottom: 2em;
            position: relative;
            left: 1em;
            color: #d3d1d1;
            width: 40%;
            float: left;
        }

        .landingPage .productCatPage .productCat ul {
            margin-top: 0;
        }

        .newsHome .boxCircle {
            height: 255px;
            width: 255px;
            padding: 5em 1em;
        }

        .landingPage .darkBlueBack {
            padding-top: 2em;
            margin: 1em auto;
        }

        .landingPage .newsHome .boxCircle {
            margin-top: 2em;
        }

        .landingPage .TitleCenterFA {
            top: 7vh !important;
        }

        .landingPage .TitleCenterEN {
            top: 3vh !important;
        }

        .landingPage .darkBlueBack1 {
            min-height: unset;
        }

        .landingPage .darkBlueBack li .HoverBoxEq {
            margin-top: 2em;
        }

        .proList .darkBlueBack {
            margin: 0 auto;
        }

        .productListDiv {
            padding: 0 1em;
        }
    }

    @media only screen and (min-width:1600px) {
        .productCatPage .swiper-slide img {
            width: 100%;
        }
    }

    @media only screen and (max-width:890px) {
        .pdiBnr .productCatPage {
            padding-bottom: 0;
        }

        .pdiBnr .certificatesPage {
            min-height: 60vh !important;
        }

        .landingPage .darkBlueBack ul {
            margin-top: 5em;
        }

        .landingPage .productCatPage .grayback {
            min-height: 100px;
            margin-bottom: 0;
        }

        .landingPage .darkBlueBack ul li {
            width: 100%;
        }

        .landingPage .darkBlueBack .HoverBoxEq .HoverBoxEq_img img {
            width: 100%;
        }

        .pdiBnr .productCatPage .productCat ul {
            display: block;
        }
    }

    @media only screen and (max-width:769px) {

        .productPage .productListPage ul {
            padding-bottom: 2em;
        }

        .ArticlePage .textcenterLan img {
            width: 70px;
            margin-left: 1em;
        }

        .ArticlePage .textcenterLan {
            padding: 0;
        }

        .ArticlePage .productPage .productListDiv {
            top: 0;
        }

        .landingCenter li {
            width: 100%;
            text-align: center;
            margin: 0 auto;
        }

        .landingPage .textcenterLan img {
            margin-left: 1em;
        }

        .landingCenter li img {
            width: 100%;
        }

        .newsHome .l4 {
            padding-left: 0;
        }

        .landingPage .searchPage.productListPage .bc-content {
            padding: 0;
        }

        .landingPage .searchPage.productListPage .HoverBoxEq img {
            width: 100%;
            height: auto;
        }

        .landingPage .searchPage.productListPage .HoverBoxEq {
            width: 100%;
        }
    }

    .landingPage .productCat ul {
        margin-top: 9em;
    }

    .landingPage .productCatPage .grayback .TitleCenterEN {
        top: 9vh;
    }

    .landingPage .productCatPage .grayback .TitleCenterFA {
        top: 12vh;
    }

    @media only screen and (min-width: 780px) and (max-width: 1200px) {
        .ArticlePage .productListPage ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

            .ArticlePage .productListPage ul li {
                list-style: none;
                display: inline-block;
                width: calc(88% /3);
                text-align: center;
                margin: 0 auto;
            }
    }

    @media only screen and (max-width:1200px) {
        .ArticlePage .productListDiv {
            margin-top: -10em;
        }

        .pdiAbout .bc-content {
            padding: 0 1em
        }
    }

    @media only screen and (max-width:1500px) {
        .pdiBnr .productCatPage {
            margin-top: -.5em;
        }
    }

    @media only screen and (max-width:1290px) {
        .ArticlePage .darkBlueBack .TitleCenterFA {
            position: unset;
            margin-bottom: 3em;
        }

        .ArticlePage .darkBlueBack {
            margin: 0 auto;
        }

        .pdiBnr .TitleCenterEN {
            top: 7vh;
        }

        .pdiBnr .TitleCenterFA {
            top: 9.5vh;
        }

        .pdiBnr .productCatPage .productCat {
            padding: 0 1em;
        }

        .proList .ProductList_inner .TitleCenterEN {
            top: 0 !important;
        }

        .proList .ProductList_inner .TitleCenterFA {
            top: 0;
        }

        .proList .ProductList_inner .TitleCenterFA {
            top: -28px;
        }

        .proList .ProductList_inner .TitleCenterEN {
            top: 2em;
        }
    }

    @media only screen and (max-width:1400px) {
        .productListPage.searchPage, .productPage.projectPage, .productListPage, .namayandganPage,
        .pdiBannerTwo .projectsDefult {
            margin-top: -1em;
        }
    }

    @media only screen and (min-width:1000px) {
        .pdiBnr .banneerSite, .pdiBnrPro .banneerSite, .pdiPrj .banneerSite, .pdiAbout .banneerSite, .pdiBanner .banneerSite {
            margin-bottom: 0;
        }
    }

    @media only screen and (min-width:1300px) {
        .banneerSite {
            margin-bottom: 2em;
        }

        .ContactPage ul.addresContact p img, .ContactPage ul.addresContact a img {
            margin-left: 1.5em;
        }
    }

    @media only screen and (min-width:900px) {
        .pdiBnr .productCatPage .productCat li img {
            width: 100%;
            height: auto;
        }
    }

    .pdiBnr .productCatPage .productCat {
        position: unset;
    }

    .pdiBnr .productCatPage {
        padding-bottom: 4em;
    }

    @media only screen and (min-width:880px) {
        .servicePage .flexServiceR {
            min-height: 506px !important;
            max-height: 506px !important;
            overflow: hidden;
        }
    }

    .es5arrayHome .landingPage .productCatPage .grayback .TitleCenterEN {
        top: 5vh;
    }

    .es5arrayHome .landingPage .productCatPage .grayback .TitleCenterFA {
        top: 7.5vh;
    }

    .backBlock {
        background-color: rgba(0, 0, 0, 0.59);
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .column:hover .backBlock {
        transition: all .5s;
        opacity: 1;
    }

    .three .backBlock {
        background-color: rgba(0, 0, 0, 0.59);
        position: absolute;
        top: 0;
        width: 100.3%;
        height: 600px;
        border-radius: 50%;
        opacity: 0;
    }

    .twoSlider .orgTitle {
        position: absolute;
        top: 10em;
        right: -8vw;
        z-index: 88;
        line-height: 39px;
        width: 310px;
        text-align: right;
    }

    .showHover {
        position: relative;
        opacity: 1;
    }

        .showHover .lineTitle {
            width: 172px;
            height: 9px;
            background-color: #fff;
            position: absolute;
            right: 0;
            margin: .5em auto;
        }

        .showHover .whiteColor {
            color: #fff;
            padding-top: -1.5em;
            opacity: 0;
        }

    .column:hover .showHover, .columns:hover .showHover {
        transition: all .5s;
        opacity: 1;
    }

        .column:hover .showHover .whiteColor, .columns:hover .showHover .whiteColor {
            padding-top: 1.5em;
            transition: all .5s;
            opacity: 1;
        }


    /* .site-header__logo.cahangeColor {
        -webkit-filter: grayscale(100%) brightness(17%) sepia(122%) hue-rotate(-180deg) saturate(700%) contrast(0.999);
        filter: grayscale(100%) brightness(17%) sepia(122%) hue-rotate(-180deg) saturate(700%) contrast(0.999);
    } */

    .site-header__controls.has2-background {
        background: #292A2E;
    }
    /*@media only screen and (max-width: 380px) {
    .banneerSite img {
        width: 100%;
        height: 110px;
    }
}*/

    .blogPage .boxOne {
        height: 321px;
    }

    .blogPage .instagramPost {
        text-align: left;
        color: #969696;
        font-size: 1rem;
        margin-bottom: 1em;
        letter-spacing: 2px;
    }

    .blogPage .descBoxOne {
        font-size: .9rem;
    }

    .blogPage .newsHome .boxCircle {
        margin-bottom: 7em;
        background-color: #8B8D8F;
    }

    .blogPage .boxLast .boxTwo {
        height: 320px;
    }

    .blogPage .imgNews {
        position: relative;
        max-height: 320px;
        overflow: hidden;
        margin-bottom: 3em;
    }

    .blogPage .productListPage li {
        margin-top: 2em;
    }

    .blogPage .boxTwo.height {
        margin-top: 3em;
    }

    .certificatesPage .sliderMulti3 .swiper-button-prev:after,
    .certificatesPage .sliderMulti3 .swiper-container-rtl .swiper-button-next:after {
        font-size: 19px;
        color: #fff;
    }

    /*productCat*/
    .pdiBnr .sliderMulti3 {
        width: 92%;
        margin: 0 auto;
    }

        .pdiBnr .sliderMulti3 .productCatDiv {
            left: 0;
            width: 100%;
            height: 100%;
        }

    .pdiBnr .certificatesPage {
        min-height: 100vh;
    }

    .pdiBnr .sliderMulti3 .swiper-container {
        overflow-y: hidden !important;
        overflow-x: hidden !important;
        padding: 2em 0 !important;
        padding-bottom: 5em !important;
    }

    .pdiBnr .sliderMulti3 {
        width: 92%;
        margin: 0 auto;
        margin-top: -18em;
    }

        .pdiBnr .sliderMulti3 .swiper-container-rtl .swiper-button-next {
            left: 0;
        }

        .pdiBnr .sliderMulti3 .swiper-button-next, .pdiBnr .sliderMulti3 .swiper-button-prev {
            top: 94% !important;
        }

        .pdiBnr .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
            right: unset;
            left: 4em;
        }

        .pdiBnr .sliderMulti3 .productCatDiv p {
            position: absolute;
            bottom: 3em;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: .8rem;
        }

        .pdiBnr .sliderMulti3 .productCatDiv {
            background-color: rgba(0, 0, 0, 0.40);
        }

    .pdiBnr .swiper-slide:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .pdiBnr .sliderMulti3 .swiper-slide:hover .productCatDiv {
        opacity: 1;
    }

    @media only screen and (max-width: 1300px) {
        .pdiBnr .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
            right: unset !important;
            left: 5em;
        }

        .pdiBnr .sliderMulti3 .swiper-button-next,
        .pdiBnr .sliderMulti3 .swiper-button-prev {
            display: flex;
        }
    }
    /*productCat*/


    /*productlistPage*/
    .pdiBannerTwo.projectList .TitleEn {
        position: relative;
        color: #d2d2d2;
        top: 0.52em;
        font-size: 3.2rem;
        letter-spacing: 6px;
        margin-top: 0;
        font-weight: bold;
    }

    .pdiBannerTwo .three .slideshow .slick-next {
        right: 0;
        left: unset;
    }

    .pdiBannerTwo .three .slideshow .slick-prev {
        right: 62px;
        left: unset;
    }

.pdiBannerTwo .hover .slideshow .slick-next, .pdiBannerTwo .hover .slideshow .slick-prev,
.pdiBannerTwo .hover .slideshow2 .slick-next, .pdiBannerTwo .hover .slideshow2 .slick-prev,
.pdiBannerTwo .hover .slideshow3 .slick-next, .pdiBannerTwo .hover .slideshow3 .slick-prev {
    background-color: #bdbdbd !important;
}

    .pdiBannerTwo .hover .slideshow .slick-next:hover,
    .pdiBannerTwo .hover .slideshow .slick-prev:hover,
    .pdiBannerTwo .hover .slideshow2 .slick-next:hover,
    .pdiBannerTwo .hover .slideshow2 .slick-prev:hover,
    .pdiBannerTwo .hover .slideshow3 .slick-next:hover,
    .pdiBannerTwo .hover .slideshow3 .slick-prev:hover {
        background-color: #243F8C !important;
    }

    .pdiBannerTwo .three .backBlock {
        background-color: rgba(0, 0, 0, 0.59);
        position: absolute;
        top: 0;
        width: 100.3%;
        height: 400px;
        border-radius: 0;
    }

    .pdiBannerTwo .indexPage .projectsDefult {
        background-color: #e7e7e7;
        padding-top: 3em;
    }

    .pdiBannerTwo .slideshow, .pdiBannerTwo .slideshow2, .pdiBannerTwo .slideshow3 {
        width: 100%;
        height: 400px;
        margin-bottom: 1em;
    }

    .pdiBannerTwo .poSlider {
        position: relative;
    }

    .pdiBannerTwo .slideshow .slide img, .pdiBannerTwo .slideshow2 .slide img, .pdiBannerTwo .slideshow3 .slide img {
        /* max-width: 100%;
        width: 100%; */
    }

    .pdiBannerTwo .slideshow .slick-prev:before, .pdiBannerTwo .slideshow .slick-next:before,
    .pdiBannerTwo .slideshow2 .slick-prev:before, .pdiBannerTwo .slideshow2 .slick-next:before,
    .pdiBannerTwo .slideshow3 .slick-prev:before, .pdiBannerTwo .slideshow3 .slick-next:before {
        color: #fff !important;
    }

    .pdiBannerTwo .slideshow .slick-next, .pdiBannerTwo .slideshow2 .slick-next {
        right: unset;
        left: 55px;
    }

    .pdiBannerTwo .slideshow3 .slick-next {
        left: unset;
        right: 0;
    }

    .pdiBannerTwo .slideshow3 .slick-prev {
        left: unset;
        right: 64px;
    }

    .pdiBannerTwo .slideshow3 .slick-next, .pdiBannerTwo .slideshow3 .slick-prev {
        top: 102%;
    }

    .pdiBannerTwo .slideshow .slick-next,
    .pdiBannerTwo .slideshow .slick-prev,
    .pdiBannerTwo .slideshow2 .slick-next,
    .pdiBannerTwo .slideshow2 .slick-prev,
    .pdiBannerTwo .slideshow3 .slick-next,
    .pdiBannerTwo .slideshow3 .slick-prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #444;
    }

        .pdiBannerTwo .slideshow .slick-next:hover, .pdiBannerTwo .slideshow .slick-prev:hover,
        .pdiBannerTwo .slideshow2 .slick-next:hover, .pdiBannerTwo .slideshow2 .slick-prev:hover,
        .pdiBannerTwo .slideshow3 .slick-next:hover, .pdiBannerTwo .slideshow3 .slick-prev:hover {
            background-color: #243F8C !important;
        }

        .pdiBannerTwo .slideshow .slick-next:before, .pdiBannerTwo .slideshow .slick-prev:before,
        .pdiBannerTwo .slideshow2 .slick-next:before, .pdiBannerTwo .slideshow2 .slick-prev:before,
        .pdiBannerTwo .slideshow3 .slick-next:before, .pdiBannerTwo .slideshow3 .slick-prev:before {
            font-family: unset;
        }

    .pdiBannerTwo .slideshow .slick-prev,
    .pdiBannerTwo .slideshow2 .slick-prev {
        left: -4px;
    }

    .pdiBannerTwo .slideshow .slick-dots,
    .pdiBannerTwo .slideshow2 .slick-dots,
    .pdiBannerTwo .slideshow3 .slick-dots {
        display: none !important;
    }

    .pdiBannerTwo .slideshow .slick-next, .slideshow .slick-prev,
    .pdiBannerTwo .slideshow2 .slick-next, .slideshow2 .slick-prev {
        top: 112%;
    }

    .pdiBannerTwo .slideshow .slick-prev:before,
    .pdiBannerTwo .slideshow2 .slick-prev:before,
    .pdiBannerTwo .slideshow3 .slick-prev:before {
        content: '←';
    }



    .pdiBannerTwo .slideshow .slick-prev:before,
    .pdiBannerTwo .slideshow .slick-next:before {
        color: black;
    }

    .pdiBannerTwo .slideshow .slick-slide img,
    .pdiBannerTwo .slideshow2 .slick-slide img,
    .pdiBannerTwo .slideshow3 .slick-slide img {
        display: block;
        width: 100%;
        height: auto;
    }

    .pdiBannerTwo .table-center__cell {
      
    }

    .pdiBannerTwo .slideshow3 .table-center__cell {
        vertical-align: unset;
        display: block;
        margin-top: -28% !important;
    }

    .pdiBannerTwo .poSlider .morePrj {
        display: block;
        width: 91px;
        height: 87px;
        line-height: 17px;
        margin: 0 auto;
        background: #fff;
        border-radius: 150%;
        color: #000;
        font-weight: 500;
        text-align: center;
        /*letter-spacing: 4px;*/
        font-size: 13px;
        padding: 0 7px;
        padding-top: 0px;
        padding-top: 1.8em;
        font-size: .9rem;
        text-transform: uppercase;
    }

    .pdiBannerTwo .link-wrap {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        -webkit-transform: translate(0, -300%);
        -moz-transform: translate(0, -300%);
        -ms-transform: translate(0, -300%);
        -o-transform: translate(0, -300%);
        transform: translate(0, -300%);
        -webkit-transition-delay: .25s;
        -moz-transition-delay: .25s;
        transition-delay: .25s;
        opacity: 0;
    }

    .pdiBannerTwo .poSlider:hover .morePrj {
        background-color: #243F8C;
        color: #fff;
    }

    .pdiBannerTwo .poSlider:hover .link-wrap {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    .pdiBannerTwo .slideshow3:hover .projects-grid__items__item__wrap__overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }



    .pdiBannerTwo .site-wrap .slick-slider .slick-list, .site-wrap .slick-slider .slick-track {
        /* transform: translate3d(0px, 0px, 0px);
        height: 80vh; */
    }



    .pdiBannerTwo .ones .slideshow .slick-next, .ones .slideshow .slick-prev,
    .pdiBannerTwo .ones .slideshow2 .slick-next, .ones .slideshow2 .slick-prev {
        top: 96%;
        z-index: 999;
    }

    .pdiBannerTwo .ones .slideshow .slick-prev,
    .pdiBannerTwo .ones .slideshow .slick-next {
        top: 111%;
    }
    /*endproductlistPage*/

    /*...............................*/
    .es5arrayHome .certificatesPage ul {
        position: absolute;
        bottom: 0;
        width: 100%;
        opacity: 0;
        transition: all .5s;
    }

    .es5arrayHome .certificatesPage .swiper-slide:hover ul {
        opacity: 1;
        transition: all .5s;
    }


    .es5arrayHome .certificatesPage li {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.54);
        line-height: 50px;
        margin-bottom: 2px;
        color: #fff;
        padding: 0 4em;
        padding-right: 1em;
        font-size: .8rem;
        position: relative;
        direction: ltr;
        display: flex;
        justify-content: space-between;
        
    }

    .es5arrayHome .three .backBlock {
        border-radius: 0;
    }

    .es5arrayHome .certificatesPage li a {
        color: #fff;
        direction: rtl;
    }

    .es5arrayHome .sliderMulti3 .swiper-slide:hover .productCatDiv {
        opacity: 1;
    }

    .es5arrayHome .sliderMulti3 .swiper-slide .productCatDiv p {
        transition: all .5s;
    }

    .es5arrayHome .sliderMulti3 .swiper-slide:hover .productCatDiv p {
        position: unset;
        bottom: unset;
        font-size: 1rem;
        margin-top: -16em;
        font-weight: bold;
        color: #ACC3E5;
        transition: all .5s;
    }

    .es5arrayHome .descsliderMulti3 {
        position: absolute;
        bottom: 16em;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        color: #e2e2e2;
        left: 0;
        right: 0;
        font-size: .85rem;
        height: 68px;
        overflow: hidden;
        transition: all .5s;
    }

    .es5arrayHome .certificatesPage .sliderMulti3 .productCatDiv p {
        margin-top: -10em;
        transition: all .5s;
    }

    .es5arrayHome .swiper-slide .descsliderMulti3 p {
        margin-top: 5em;
        transition: all .5s;
    }

    .es5arrayHome .swiper-slide:hover .descsliderMulti3 p {
        bottom: 20em;
        margin-top: -.2em;
        transition: all .5s;
    }

    .es5arrayHome .certificatesPage .sliderMulti3 .productCatDiv {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }

    .es5arrayHome .certificatesPage .fa-long-arrow-right {
        position: absolute;
        right: 2em;
        top: 1.5em;
        left: unset;
    }

    .es5arrayHome .certificatesPage li:hover a {
        color: #ACC3E5;
    }

    .es5arrayHome .certificatesPage li {
        cursor: pointer;
    }

    .overlay {
        display: none;
    }

    .showDivFilter .overlay {
        position: fixed;
        background-color: rgba(50,51,55,0.9);
        width: 100%;
        height: 100%;
        z-index: 888;
        /* display: grid; */
        direction: rtl;
        line-height: 43px;
        text-align: right;
        padding: 10em 4em;
        display: block;
    }

    .showDivFilter .newsTitle span {
        background-color: #de392d;
    }

    .blogPage .newsTitle span {
        z-index: 8889;
    }

    .overlay a.select, .overlay a:hover {
        background: #47484B;
        color: #ACC3E5;
        transition: all .5s;
    }

    .overlay a {
        width: 100px;
        max-width: unset;
        padding: 0 10px;
        color: #fff;
        font-weight: 100;
        font-size: .75rem;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 9px;
        height: 37px;
        margin-bottom: 1px;
        transition: all .5s;
    }

    .indexPage .slideshow3 .slick-slide img {
        width: 500px !important;
    }

    .indexPage .columns.three .orgTitle, .indexPage .columns.ones .orgTitle {
        /* right: 585px; */
    }

    .es5arrayHome .three .orgTitle {
        right: 35vw !important;
    }

    .es5arrayHome .orgTitle {
        /* top: 9em; */
    }

    .indexPage .three .backBlock {
        border-radius: 0;
        /*height: 499px;*/
    }

    .indexPage .slideshow3 .slick-next, .indexPage .slideshow3 .slick-prev {
        top: 110%;
    }

    @media only screen and (max-width: 500px) {
        .pagination a:nth-child(4) {
            margin-right: 2px;
        }

        .pagination a {
            margin: 0px 2px;
            padding: 7px 13px !important;
            font-size: .9rem;
        }
    }

    .pdiBnr .cat.productCatPage {
        padding-bottom: 1em;
    }

    .proList .productPage .grayback {
        height: 295px;
        min-height: unset;
    }

    .landingPage .certificatesPage {
        background-color: #292a2e;
    }

    .landingPage.pdiBnr .cat.productCatPage {
        padding-bottom: 0;
    }

    .landingPage.pdiBnr .sliderMulti3 .productCatDiv p {
        font-size: 1rem;
    }

    .landingPage.pdiBnr .productCatPage .productCat {
        position: unset;
        padding: 0;
    }

    @media only screen and (max-width: 1022px) {
        .newsHome .boxCircle {
            height: 255px;
            width: 255px;
            padding: 5em 1em;
        }

        .landingPage.pdiBnr .sliderMulti3 .productCatDiv {
            height: 99.2%;
        }
    }

    @media only screen and (max-width: 1280px) {
        .landingPage .seeMore {
            width: 200px;
        }

        .blogPage .newsTitle span {
            left: 0;
        }

        .newsHome .boxOne .org {
            left: 0;
        }

        .ARTPG.ArticlePage .productListDiv {
            margin-top: 2em !important;
        }

        .landingPage .newsHome {
            margin-top: -8px;
            padding: 0;
        }

            .landingPage .newsHome .l4 {
                padding: 0 2em;
            }

        .landingPage .video .rightR {
            background-color: #e7e7e7;
        }

            .landingPage .video .rightR a {
                color: #0a0e21;
            }

        .landingPage .searchPage.productListPage .HoverBoxEq,
        .landingPage .searchPage.productListPage .HoverBoxEq img {
            width: 100%;
        }

        /*.landingPage .searchPage.productListPage .HoverBoxEq, .newsHome .searchPage .backGr {
            width: 95%;
        }*/

        .landingPage .searchPage li:nth-child(3n+3) .backGr {
            left: unset;
        }

        .backBlock {
            display: none;
        }

        .orgTitle {
            /* position: absolute;
            top: 8em; */
        }

        .twoSlider .orgTitle {
            top: 8em;
        }

        .indexPage .columns.three .orgTitle, .indexPage .columns.ones .orgTitle {
            right: 34vw;
        }

        .indexPage .ones .orgTitle {
            /* position: absolute;
            top: 8em;
            right: 26em; */
        }

        .pdiBannerTwo .slideshow, .pdiBannerTwo .slideshow2, .pdiBannerTwo .slideshow3 {
            width: 100%;
            height: auto !important;
        }

        .indexPage .projectsDefult {
            padding: 0;
        }

        .pdiBannerTwo .poSlider:hover .link-wrap {
            -webkit-transform: translate(0, -400%);
            -moz-transform: translate(0, -400%);
            -ms-transform: translate(0, -400%);
            -o-transform: translate(0, -400%);
            transform: translate(0, -400%);
            opacity: 1;
        }
    }

    @media only screen and (min-width: 1800px) {
        .es5arrayHome .three .orgTitle {
            right: 23vw !important;
        }

        .indexPage .columns.three .orgTitle, .indexPage .columns.ones .orgTitle {
            right: 28vw;
        }

        .galleryNamayeshgahPage .mizKar .videoPnl video {
            height: 100%;
            width: 100%;
        }

        .AboutPage .video {
            height: 490px;
            overflow: hidden;
        }
    }

    @media only screen and (max-width: 980px) {
        .landingPage .darkBlueBack {
            padding-top: 0;
            margin: 0 auto;
        }


        .landingPage.pdiBnr .productCatPage .productCat {
            margin-top: 16em;
        }

        .landingPage .newsHome .l4 {
            padding-left: 0;
        }

        .landingPage .productListPage.searchPage {
            margin-top: 2em;
        }

        .ContactPage .SocialContact {
            color: #0a0e21;
        }
    }

    @media only screen and (max-width: 800px) {
        /*.landingPage .searchPage.productListPage .HoverBoxEq, .newsHome .searchPage .backGr {
            width: 97%;
        }*/

        .pdiAbout .grayback {
            margin-top: -1em;
        }
    }

    @media only screen and (max-width: 900px) {
        .indexPage .orgTitle, .pdiBannerTwo .table-center__cell,
        .es5arrayHome .orgTitle, .es5arrayHome .table-center__cell {
            /* display: none !important; */
        }

        .es5arrayHome .sliderMulti3 .swiper-button-next, .es5arrayHome .sliderMulti3 .swiper-button-prev {
            top: 47% !important;
        }
    }



    @media only screen and (max-width: 800px) {
        .AboutPage .number {
            top: -1.5em;
            font-size: 4rem;
        }

        .AboutPage .nameTop, .AboutPage .ShowSlideTop span {
            font-size: .7rem;
        }

        .AboutPage .ShowSlideBottom {
            margin-bottom: 1em;
        }

        .teams img {
            position: relative;
            z-index: 888;
            width: 100%;
        }

        .landingPage .bannerTitle {
            top: 15vh;
            width: 90%;
            margin: 0 auto;
            text-align: center;
            left: 0;
            right: 0;
        }

        .landingPage .newsTitle i {
            top: 0;
        }

        .es5arrayHome .indexPage .orgTitle, .indexPage .orgTitle {
            /* position: unset;
            display: block !important;
            width: 100%;
            text-align: center;
            margin: 1em auto; */
        }

        .es5arrayHome .showHover, .indexPage .showHover {
            display: none !important;
        }
    }

    .es5arrayHome .TitleEn {
        position: unset;
        color: #444;
        font-size: 3.5rem;
        letter-spacing: 6px;
        margin-top: 1em;
        font-weight: bold;
        line-height: 12px;
    }

    .es5arrayHome .landingPage .titrEn {
        margin-top: -0.01em;
    }

    .es5arrayHome .landingPage .newsTitle {
        display: flex;
        width: 100%;
    }


    @media only screen and (max-width: 1350px) {


        .es5arrayHome .sliderMulti3 .productCatDiv {
            height: 100%;
        }

        .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container {
            padding: 8em 0 !important;
            width: 100%;
        }
    }

    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
        right: unset !important;
        left: 4em;
    }

    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container {
        /* overflow-y: visible !important; */
        /* overflow-x: hidden !important; */
        padding: 8em 0 !important;
        padding-bottom: 10em !important;
        width: 100% !important;
    }

    @media only screen and (max-width: 1601px) and (min-width: 980px) {
        .es5arrayHome .swiper-slide {
            flex-shrink: 0;
            /* width: 33.333% !important */
        }
    }

    .es5arrayHome .three .backBlock {
        height: 499px;
    }

    @media only screen and (max-width: 600px) {
        .landingPage .newsHome .l4 {
            padding-left: 0;
            padding: 0;
        }

        .ContactPage .SocialContact a, .ContactPage .SocialContact span {
            margin-right: 0.1em;
            font-size: .75rem;
        }

        .pdiBnr .sliderMulti3 {
            margin-top: -22em;
        }

        .searchPage li .HoverBoxEq_img img {
            width: 100%;
            height: auto;
        }

        .searchPage li .backGr {
            left: 0;
            width: 100%;
        }
    }


    @media only screen and (max-width: 885px) {
        .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container-rtl .swiper-button-prev {
            right: 1em !important;
            left: 5em;
        }
    }

    @media only screen and (max-width: 768px) {
        .es5arrayHome .slideshow3 .slick-slide img {
            width: 100% !important;
        }
    }

    .boxHover {
        position: relative;
    }

        .boxHover::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 0px;
            height: 5px;
            background: #ACC3E5;
            transition: all 0.25s ease-in-out 0s;
        }

        .boxHover:hover::before {
            width: 100%;
        }

    /*.HoverBoxEq_img {
    width: 380px;
    height: 253px;
    overflow: hidden;
    position: relative;
    position: relative;
}*/
    .prjSearch .HoverBoxEq {
        position: relative;
        overflow: hidden;
        max-width: 380px;
        max-height: 253px;
        margin: 0 auto;
        overflow: hidden;
    }

    @media only screen and (min-width: 1200px) {
        .prjSearch li:nth-child(3n+1), .prjSearch li:nth-child(3n+1) .HoverBoxEq {
            text-align: right;
            float: right;
        }
    }

    @media only screen and (min-width: 1200px) {
        .prjSearch li:nth-child(3n+3),
        .prjSearch li:nth-child(3n+3) .HoverBoxEq {
            text-align: left;
            float: left;
        }
    }

    /*.......*/
    .site-menu__half__inner .site-menu__half__contact {
        display: flex;
        direction: ltr;
    }

    .mtnMenu span {
        color: #fff !important;
        margin-right: 0;
        font-size: .75rem;
        margin-left: 5px;
    }

    .mtnMenuSocial img {
        width: 14px !important;
        margin: 0 2px !important;
    }

    .mtnMenuSocial a {
        margin: 0 2px;
    }

    .mtnMenuSocial span {
        margin-left: 2em;
        margin-right: 2rem;
    }

    @media only screen and (max-width: 880px) {
        .mtnMenu .numberformatsabet {
            /* display: none; */
        }

        .mtnMenu span {
            color: #fff !important;
            margin-right: 0;
            font-size: .75rem;
            margin-left: 0;
            margin: 0 auto;
        }

     

        .tell img {
            display: none;
        }

        .site-menu__half__inner .site-menu__half__contact {
            line-height: 10px;
        }

        .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container {
            padding-top: 2em !important;
            padding-bottom: 2em !important;
        }
    }

    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container {
        padding-top: 95px !important;
    }




.es5arrayHome .certificatesPage .sliderMulti3:nth-child(odd) .fa-long-arrow-left {
    /* left: 5em; */
}

.es5arrayHome .certificatesPage {
    background-color: #e7e7e7;
    margin-top: -12em;
}

@media only screen and (min-width: 980px) {
    .AboutPage .video .rightR {
        top: 0;
    }

  
}
@media only screen and (max-width: 980px) {
    .projectPage .sliderGalleryProject .swiper-button-next, .projectPage .sliderGalleryProject .swiper-button-prev {
        display: block !important;
    }
    .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
         font-size: 2.5rem !important;
    }
}
.es5arrayHome .pdiBannerTwo .slideshow .slick-next,
.es5arrayHome .pdiBannerTwo .slideshow .slick-prev,
.es5arrayHome .pdiBannerTwo .slideshow2 .slick-next,
.es5arrayHome .pdiBannerTwo .slideshow2 .slick-prev,
.es5arrayHome .pdiBannerTwo .slideshow3 .slick-next,
.es5arrayHome .pdiBannerTwo .slideshow3 .slick-prev {
    background-color: #444;
}

.link-wrap {
    z-index: 88;
    position: relative;
}
.lineCenter {
    width: 100%;
    height: 1px;
    background-color: #C5C5C5;
    position: absolute;
    top: 200px;
    left: 0;
    
}
.pdiBannerTwo .slideshow, .pdiBannerTwo .slideshow2, .pdiBannerTwo .slideshow3 {
    width: 100%;
    height: 400px;
    margin-bottom: 1em;
    position: relative;
    z-index: 5;
}
.backBlock {
    z-index: 9;
}
.es5arrayHome .pdiBannerTwo .indexPage .projectsDefult {
    background-color: #292a2e;
 }
.es5arrayHome {
    overflow-x: hidden;
}
    .es5arrayHome .three .backBlock {
        width: 500px;
        position: absolute;
        left: 0;
    }
    .es5arrayHome .sliderThree .slideshow3 {
        width: 500px !important;
    }
    .es5arrayHome .sliderThree .link-wrap {
        width: 500px !important;
    }
    .es5arrayHome .lineCenter {
        background-color: rgba(205, 205, 205, 0.12);
    }
.sliderThree {
    position: relative;
}
    .es5arrayHome .sliderThree .lineCenter {
        position: absolute;
        top: 30vh;
    }
.es5arrayHome .projectsDefult .TitleEn {
    position: relative;
    top: .85em;
}
.es5arrayHome .pdiBannerTwo .link-wrap {
    width: 100%;
}

.proList .darkBlueBack .lineCenter {
    width: 100%;
    height: 1px;
    background-color: #3e3e3e;
    position: absolute;
    top: 41vh;
}
.sep:last-child{
    display: none !important;
}
.JProductTb >p{
    display: inline;
}

.numberformatsabet {
    display: inline-block;
    direction: ltr;
}
.history  hr:last-child{
    display: none;
}
footer .addresCompany p{
    color: #B1B1B2   !important;
    font-size: 0.9rem !important;
}

   .backGrayR {
            /* width: 50% !important;
            height: 100vh;
            float: right;
            top: 0;
            background-color: rgba(50,51,55,0.9); */
        }
        .site-projects {
             /* background: transparent; */
            width:100%;
            height:100%;

        }
        .site-projects__mouse-area {
            width: 380PX !important;
            height: 100vh;
            float: right;
             clear: unset; 
            /* padding-left: 6em;
            margin-left:0;
            background-color: rgba(50,51,55,0.9); */
        }
        .hero-slider__projects-popup-controls {
            cursor:pointer;
        }

        .page-layouts .layout {
            width: 100%;
            font-family: 'IRANyekan';
     }
.projectsDefult .slide{
    position: relative;
    text-align: center;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #FFFFFF;
overflow: hidden;
}
.projectsDefult .slide a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .projectsDefult .slide a  .desctopShow{
    margin: 0 auto;
  }
.projectsDefult .swiper-container {
    overflow: visible !important;
    padding-bottom: 4em !important;
}
.projectList .projectsDefult .swiper-wrapper{
    overflow: visible !important;
}
     .title-prj-list {
        position: absolute;
        left: -80px;
        top: 50%;
        opacity: 0;
        padding: 20px 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;}
    .column:hover  .swiper-slide-active  .title-prj-list {
        opacity: 1;
    }

    .twoSlider  .title-prj-list{
        left: unset !important;
        right: -119px;
    }

    .projectsDefult .columns {
        padding-bottom: 100px;
        position: relative;
        overflow: hidden;
    }

     .projectList .slider-one-prj.three  .swiper-button-next{

        left: 4em !important;
        right: unset !important;
    }
.projectList .slider-one-prj.three  .swiper-button-prev{
    left: 0 !important;
    right: unset !important;
}

@media only screen and (max-width:768px){
    .title-prj-list{
        right: 0 !important;
        left: 0 !important;
        text-align: center;
    }
    .title-prj-list a{
        color: #fff !important;
    }
    .site-menu__half__inner .site-menu__half__contact {
        /* display: block !important; */
    }
}
@media only screen and (max-width:500px){

.pdiBannerTwo .poSlider:hover .link-wrap{

    -webkit-transform: translate(0, -200%);
-moz-transform: translate(0, -200%);
-ms-transform: translate(0, -200%);
-o-transform: translate(0, -200%);
transform: translate(0, -200%);
}

}


.animated-title__tag.text-sub-slider {
    width: 465px;
    font-size: 18px;
    direction: rtl;
}

.content-animating-box__row.row-1.clearfix {
    margin-top: 75px;
}


.es5arrayHome .sliderMulti3 .swiper-slide .productCatDiv p a{
color: #fff ;
font-size: 18px;
}
.es5arrayHome .sliderMulti3 .swiper-slide:hover .productCatDiv p a{
    color: #ACC3E5;
}


.project-slider-project-home .lineCenter{
top: calc(50% - 6.8em) !important
}

.project-slider-project-home .title-prj-list a{
    color: #fff !important;
}
.es5arrayHome .project-slider-project-home  .def-three-project .orgTitle{

    top: 13em !important;
}
.def-three-project .lineCenter{

    top:250px !important;
}

.def-three-project .poSlider:hover .link-wrap{
    -webkit-transform: translate(0, -300%);
-moz-transform: translate(0, -215%);
-ms-transform: translate(0, -215%);
-o-transform: translate(0, -215%);
transform: translate(0, -215%);
}

.def-three-project .title-prj-list{
    left: -68px !important;
top: 60% !important;
}

/* .project-slider-project-home  .projectsDefult .slider-one-prj  .swiper-button-next,.project-slider-project-home  .projectsDefult .slider-one-prj .swiper-button-prev{
    top: 71% !important
}
.project-slider-project-home  .projectsDefult .twoSlider  .swiper-button-next,.project-slider-project-home  .projectsDefult .twoSlider .swiper-button-prev{
    top: 71% !important
} */


.blogPage.blog-section .newsHome{
    background-color: #E7E7E7;
    /* padding-top: 90px; */
}

.blogPage.blog-section .boxOne, .blogPage.blog-section .boxTwo{
    background-color: #fff !important;
}
.blogPage.blog-section .boxOne.instagram-box{
    background-color: #DADADA !important;
}
.skema-project-show li{
    margin-bottom: 15px;

}
.gallery-project-show{
    direction: rtl;
}

@media only screen and (min-width:1910px){

    .headerprogress{
        display: block !important;
    }
}
.text-about-sec1{
    margin-top: -50px;
}

.about-tab-text{
    padding-bottom: 80px;
}

@media only screen and (max-width:600px){

    .text-about-sec1{
       margin-top: 0 !important;
    }
}
.padd-bott-text{
    padding-bottom: 50px;
}
.ag-padd-bottom{
    padding-bottom: 50px;
}
/* ------------------END BY SANA--------------------- */


/* ------------------- parinaz ----------------------- */

.site-header__logo {
    float: right;
    display: block;
    width: 150px;
    height: 103px;
    background-image: url(../images/logo.png);

    background-repeat: no-repeat;
    margin: 0;
}

.es5arrayHome .sliderGalleryDefult .swiper-button-prev:after {
    content: '\279E';
    color: #fff;
    font-size: 1.5rem;
    transform: rotate(180deg);
}

.es5arrayHome .sliderGalleryDefult .swiper-button-next:after {
    content: '\279E';
    color: #fff;
    font-size: 1.5rem;
}

.es5arrayHome .sliderGalleryDefult .swiper-button-next {
    right: 4em;
    /* margin-top: 0; */
    border-left: 1.3px solid #fff;
    height: 40px;
    /* padding-left: 1em; */
}

.es5arrayHome .history {
    margin-bottom: 0;
}

.es5arrayHome .sliderGalleryDefult .swiper-button-prev {
    right: 6em;
    left: unset;
    /* height: 34px; */
    /* margin-top: 0; */
    
}

.es5arrayHome .page-layouts .slick-slide img {
    margin-left: 0;
}
/* .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 41%;
} */
.es5arrayHome .sliderGalleryDefult .swiper-slide {
    width: 100% !important;
}

.es5arrayHome .sliderGalleryDefult {
    position: relative;
}

.es5arrayHome .sliderGalleryDefult {
    height: 100%;
}

.es5arrayHome .sliderGalleryDefult .backSlide {
        width: 100%;
        height: 100%;
    }

.csstransforms3d .hero-slider__slide__content {
    top: 47%;
    right: 3em;
}

 .fixed-wrap .container {
    /* width: 70%; */
    float: left;
}

.fixed-wrap {
    /* width: 50%; */
}

.es5arrayHome .sliderGalleryDefult .swiper-container {
    height: 100%;
    padding-bottom: 2em !important;
}

.es5arrayHome .hero-slider__slide__content {
    position: absolute;
    top: unset;
    bottom: 40%;
  
}

.es5arrayHome .hero-slider {
    bottom: 20em;
}

.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--1 h1,
.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--1 .h1,
.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--1 h2,
.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--1 .h2 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--2 h1,
.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--2 .h1,
.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--2 h2,
.es5arrayHome .sliderGalleryDefult .swiper-slide-active .animated-title__line--2 .h2 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.es5arrayHome {
    overflow-x: hidden;
    background-color: #e7e7e7;
}

.es5arrayHome .indexPage .pdiBannerTwo .slideshow .swiper-button-next,
.es5arrayHome .indexPage .pdiBannerTwo .slideshow .swiper-button-prev,
.es5arrayHome .indexPage .pdiBannerTwo .slideshow2 .swiper-button-next,
.es5arrayHome .indexPage .pdiBannerTwo .slideshow2 .swiper-button-prev,
.es5arrayHome .indexPage .pdiBannerTwo .slideshow3 .swiper-button-next,
.es5arrayHome .indexPage .pdiBannerTwo .slideshow3 .swiper-button-prev {
    background-color: #444;
}

.es5arrayHome .indexPage .pdiBannerTwo .ones .slideshow .swiper-button-prev,
.es5arrayHome .indexPage .pdiBannerTwo .ones .slideshow .swiper-button-next {
    top: 111%;
}

.es5arrayHome .indexPage .slideshow2 .swiper-slide,
.es5arrayHome .indexPage .slideshow .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
}

.es5arrayHome .indexPage .projectsDefult .slide img,
.es5arrayHome .indexPage .projectsDefult .three .slide,
.es5arrayHome .indexPage .projectsDefult .three .swiper-slide {
    /* width: 100% !important;
    height: 100%; */
}

.es5arrayHome .indexPage .slideshow .swiper-button-next {
    right: 5em;
    left: unset;
}

.es5arrayHome .indexPage .projectsDefult .slideshow2 .swiper-button-next {
    right: unset;
    left: 0;
}

.es5arrayHome .indexPage .projectsDefult .slideshow2 .swiper-button-prev {
    left: 4em;
    right: unset;
}

.es5arrayHome .indexPage .projectsDefult .swiper-button-prev:after {
    content: '→';
}

.es5arrayHome .indexPage .projectsDefult  .swiper-button-next:after {
    content: '←';
}

.es5arrayHome .indexPage .projectsDefult .swiper-button-prev:after,
.es5arrayHome .indexPage .projectsDefult .swiper-button-next:after {
    font-size: 1.5rem !important;
}

.es5arrayHome .indexPage .projectsDefult .swiper-button-next,
.es5arrayHome .indexPage .projectsDefult .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: #bdbdbd;
    top: unset;
    z-index: 888;
    cursor: pointer;
    transition: all .5s;
    color: #fff;
    bottom: 0;
}

.es5arrayHome .indexPage .projectsDefult .three .swiper-button-next,
.es5arrayHome .indexPage .projectsDefult .three .swiper-button-prev {
    top: 88%;
}

.es5arrayHome .indexPage .projectsDefult .three .swiper-slide {
    height: 499px;
}

.es5arrayHome .indexPage .three .swiper-container {
    /* overflow-y: hidden !important; */
    overflow-x: unset !important;
    padding-bottom: 7em !important;
}

.es5arrayHome .indexPage .three .slideshow3 {
    width: 500px !important;
    height: 499px;
}


.es5arrayHome .indexPage .three .table-center__cell {
    width: 500px;
}

.es5arrayHome .indexPage .three .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: unset;
}

.es5arrayHome .indexPage .three .swiper-button-next {
    right: 4em;
    left: unset;
}
.es5arrayHome .projectsDefult .TitleEn {
position: relative;
top: 0;
}


@media only screen and (min-width:880px) {
    .es5arrayHome .three .orgTitle {
        right: 27vw !important;
    }
    .es5arrayHome .indexPage .three .slideshow3,  .es5arrayHome .indexPage .three .table-center__cell {
        float: right;
    }
    .es5arrayHome .three .backBlock {
        right: 0;
        left:unset;
    }
}

  .es5arrayHome .sliderGalleryDefult {
    height: 100vh;
}


.es5arrayHome .sliderGalleryDefult .csstransforms3d{
        width: 100%;
        position: absolute;
        bottom: 1.5em;
        z-index: 99;
    }  
    #overlay-loader-red{  
       transform: translateX(0);
    }
 #overlay-loader-red.showLoadwer{  
      transform: translateX(-100%);
      transition: transform 0.3s linear;
    }
    #overlay-loader-grey{
        transform: translateX(0);
    }
    #overlay-loader-grey.showLoadwer{
        transform: translateX(-100%);
      transition: transform 0.6s linear;
    }

    .es5arrayHome .hero-slider__slide__content {
        left: 20%;
  width: 50%;

}

.es5arrayHome .animated-title__tag.text-sub-slider {
height: 55px;
}

/* .es5arrayHome .sliderGalleryDefult .swiper-button-next {
left: 23%;
margin-top:33px;
right: unset;
} */
.es5arrayHome .sliderGalleryDefult .swiper-button-prev {
    /* left:20%;
margin-top: 33px;
right: unset; */
transform: rotate(180deg);
margin-top: 8px;
}

.es5arrayHome .sliderGalleryDefult .swiper-button-prev:after {
font-size: 1.5rem !important;
}
@media only screen and (max-width: 1200px) {
.es5arrayHome .above-line img {
width: 96%;
height: auto;
}

}
@media only screen and (max-width: 768px) {
.content-animating-box__split--smaller {
width: 95%;
margin: 0 auto;
text-align: center;
}
.es5arrayHome .indexPage .three .slideshow3 {
width: 100% !important;
}
.es5arrayHome .indexPage .projectsDefult .slide img,
.es5arrayHome .indexPage .projectsDefult .three .slide,
.es5arrayHome .indexPage .projectsDefult .three .swiper-slide {
width: 100% !important;
height: auto;
}

.es5arrayHome .projectsDefult .indexPage  .slider-one-prj .swiper-button-next,
.es5arrayHome .projectsDefult  .indexPage .slider-one-prj .swiper-button-prev ,
.es5arrayHome .projectsDefult  .indexPage .slideshow2 .swiper-button-next,
.es5arrayHome .projectsDefult  .indexPage .slideshow2  .swiper-button-prev ,
.es5arrayHome .projectsDefult .indexPage .three .swiper-button-next, 
.es5arrayHome .projectsDefult .indexPage .three .swiper-button-prev {
/* display: none; */
}
.es5arrayHome .indexPage .poSlider .morePrj {
display: none;
}
.es5arrayHome .project-slider-project-home .title-prj-list a {
display: none;
}
.es5arrayHome .title-prj-list {
right: 0 !important;
left: 0 !important;
text-align: center;
}
.es5arrayHome .hero-slider__slide__content {
    /* right: 0 !important; */
    width: 80%;
    left: 30px;
    margin: 0 auto;
    /* top: 9em; */
}

.hero-slider__slide__content__link {
    right: unset !important;
    left: unset !important;
    text-align: right !important;
    width: 70%;
    padding-top: 11px;
font-size: 14px;
}
}

/* projectCatPAge */

.projectCat_Inner .swiper-button-next,.projectCat_Inner .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: #bdbdbd;
    top: 87%;
    z-index: 888;
    cursor: pointer;
    transition: all .5s;
}

.projectCat_Inner .swiper-button-next:after,.projectCat_Inner .swiper-button-prev:after {
        font-size: 1.5rem !important;
        color: #fff;
    }

    .projectCat_Inner .swiper-button-next:hover, .projectCat_Inner .swiper-button-prev:hover {
        background-color: #243F8C !important;
        transition: all .5s;
    }

    .projectCat_Inner .swiper-button-next:after {
        content: '→' !important;
    }

    .projectCat_Inner .swiper-button-prev:after {
        content: '←' !important;
    }

    .projectCat_Inner .swiper-button-prev {
    left: 0 !important;
    right: unset !important;
}

.projectCat_Inner .swiper-button-next {
    left: 4em !important;
    right: unset !important;
}

.projectCat_Inner .swiper-wrapper {
    height: 400px;
    overflow: hidden;
} 
.projectCat_Inner .three .swiper-button-prev{
    right: 62px;
    left: unset;
}
.projectCat_Inner .three .swiper-button-next {
    right: 0;
    left: unset;
}

.projectList .title-prj-list a{
    color:#fff;
}
.projectCat_Inner .title-prj-list a{
    color:#000;
}
.mobile-arrow{
    display: none;
}
@media only screen and (max-width:600px){
    .es5arrayHome .sliderGalleryDefult{
        height: 100vh !important;
    }
    .es5arrayHome .sliderGalleryDefult .swiper-container{
        padding-bottom: 0 !important;
    }
    .es5arrayHome .hero-slider__slide__content{
        /* display: none !important; */
    }
    .es5arrayHome .hero-slider__slide__content{
        left: 30px;
    }
    .hero-slider__slide__content__link{
        padding-top: 0px;
        font-size: 10px;
        width: 100%;
      }
    
    .mobile-arrow{
        /* display: block; */
top: unset !important;
bottom: 0;
right: 0;
margin: 0 auto;
      z-index: 999;
    }
    .hero-slider__arrow{
        /* display: none !important; */
    }
    .hero-slider__arrow{
        /* display: none !important; */
    }
    .hero-slider__slide__content__controls{
        /* border-right: none !important; */
    }
    .content-animating-box__row.row-1.clearfix{
        margin-top: 0 !important;
    }
    .content-animating-box__split--smaller,.es5arrayHome .above-line img{
        width: 100% !important;
    }
    .content-animating-box__split--image{
        height: auto;
    }
}


@media only screen and (min-width:768px){
    .tblPrj .l6 img{
        /* width: auto !important; */
    }
    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container.over-vis{
        /* overflow-x: visible !important; */
    }
}

      @media only screen and (max-width: 600px) {


        .servicePage .descPro {
    height: auto !important;
}
.pdiBannerTwo .poSlider .morePrj {
    display: block;
    width: 67px;
    height: 67px;
    line-height: 14px;
    margin: 0 auto;
    background: #fff;
        background-color: rgb(255, 255, 255);
    border-radius: 150%;
    color: #000;
    font-weight: 500;
    text-align: center;
    letter-spacing: 4px;
    font-size: 13px;
    padding: 0 4px;
        padding-top: 0px;
    padding-top: 0px;
    padding-top: 1.8em;
    font-size: 12px;
    text-transform: uppercase;letter-spacing: 0;
}
.title-prj-list {
    text-align: right;margin-right: 30px !important;
margin-top: 20px !important;
}
.table-center__cell .link-wrap{
    float: right;
margin-right: 57px;
}

            .imgDisplayNone {
                display: none;
            }

            .desctopShow {
                display: none;
            }

            .mobileIphone {
                display: block;
            }


.pdiBannerTwo.pdiBannerTwo-res .slideshow .slide img, .pdiBannerTwo.pdiBannerTwo-res .slideshow2 .slide img, .pdiBannerTwo.pdiBannerTwo-res .slideshow3 .slide img{
        max-width: unset;
    width: unset;
}

        }

.animated-title__tag{
    letter-spacing: 5px;
    line-height: 60px;
    max-width: 330px;
    font-size: 40px;    font-weight: 300;
    margin: 0;
    -webkit-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
        @media only screen and (min-width: 600px) {

            .desctopShow {
                display: block;
                
            }
          
.certificatesPage .desctopShow {
                display: block;
                width: 100%;
            }

            .mobileIphone {
                display: none;
            }
        }
.widget__show-more{
    
    margin-bottom:70px;padding:0 15px 60px;overflow:hidden;-webkit-transition:height .4s ease-in-out;transition:height .4s ease-in-out;position:relative;border-radius:0 0 4px 4px;margin-top:60px;}
.widget__show-more>.toggle{direction:rtl;content:'';position:absolute;bottom:0;left:0;right:0;width:100%;height:100px;line-height:140px;text-align:center;cursor:pointer;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(60%,#fff));background:linear-gradient(to bottom,rgb(0 0 0 / 0%) 0%,#fff 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);}
.widget__show-more>.toggle.active{background:none;-webkit-filter:none;}
.widget__show-more>.toggle.active:before{content:'نمایش کمتر';}
.widget__show-more>.toggle:before{content:'نمایش بیشتر';display:inline-block;height:60px;line-height:60px;color:#000000;}
.js__widget__show-more{height:240px;}
.js__widget__show-more.autoheight2{height:auto;}
.widget__show-more>.toggle.active:after{content:"\f106";-webkit-transform:rotate(0deg);transform:rotate(0deg);}
.widget__show-more>.toggle:after{content:"\f106";display:inline-block;font-family:FontAwesome;color:#000000;font-size:20px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);margin-right:10px;position:relative;top:5px;font-weight:bold;}
.advanced-filtering__description{padding:12px 15px;text-align:justify;direction:rtl;color:#858688!important;}
.advanced-filtering__description h1{font-size:17px;margin:13px 0px;color:#000000;}
.advanced-filtering__description p{line-height:34px;text-align:justify;direction:rtl;color:#858688!important;
    font-size: 14px;}
        .landingSeo .ProductList_inner2 {
     
            margin-top: 13em;
        }
        .productListPage22   .ProductList_inner {
    margin-top: 50px;
}
@media only screen and (max-width: 600px) {
   .landingSeo .ProductList_inner2 {
            margin-top: 0em;
        }

        .productListPage22 .ProductList_inner {
    margin-top: 100px;
        }

       .productListPage22 .ProductList_inner {
    margin-top: 100px;
    padding: 27px 0;


}}
.descPro h2{
    font-size: 17px;
  
}
.descPro h3{
    font-size: 17px;
 
}
.descPro h4{
    font-size: 17px;

}
.descPro h5{
    font-size: 16px;
   
}
.advanced-filtering__description h1{font-size:17px;margin:13px 0px;color:#000000;}
.advanced-filtering__description h2{font-size:17px;margin:13px 0px;color:#000000;}
.advanced-filtering__description h3{font-size:17px;margin:13px 0px;color:#000000;}

.advanced-filtering__description h4{font-size:17px;margin:13px 0px;color:#000000;}


@media only screen and (max-width:1400px) and (min-width:768px){
  .row-1  .content-animating-box__split--smaller img{
max-width: 100%;

    }
    .content-animating-box__row.row-2{
        margin: 50px 0;
    }
}
.pagination a.current{
    background-color: #B4CF7B;
}
 .sliderMulti3 .swiper-slide .productCatDiv img{
    width: auto;
}

.TouchCall li a:nth-child(2) .sep-call {
    display: none;
  }

  /*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

 @-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  
  @keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  
  .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  
  @-webkit-keyframes flash {
    from,
    50%,
    to {
      opacity: 1;
    }
  
    25%,
    75% {
      opacity: 0;
    }
  }
  
  @keyframes flash {
    from,
    50%,
    to {
      opacity: 1;
    }
  
    25%,
    75% {
      opacity: 0;
    }
  }
  
  .flash {
    -webkit-animation-name: flash;
    animation-name: flash;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  @-webkit-keyframes rubberBand {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes rubberBand {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
  }
  
  @-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  
  @keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  
  .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
  
  @-webkit-keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
    }
  
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
    }
  
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
    }
  
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
    }
  
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
    }
  
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
    }
  
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
    }
  
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
    }
  
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  .headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
  }
  
  @-webkit-keyframes swing {
    20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg);
    }
  
    40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg);
    }
  
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg);
    }
  
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg);
    }
  
    to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  
  @keyframes swing {
    20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg);
    }
  
    40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg);
    }
  
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg);
    }
  
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg);
    }
  
    to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  
  .swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
  }
  
  @-webkit-keyframes tada {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes tada {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  
  @-webkit-keyframes wobble {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
  
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
  
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
  
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
  
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes wobble {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
  
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
  
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
  
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
  
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
  }
  
  @-webkit-keyframes jello {
    from,
    11.1%,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
  
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
    }
  
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
  
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
  
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
  
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
  
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  
  @keyframes jello {
    from,
    11.1%,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
  
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
    }
  
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
  
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
  
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
  
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
  
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  
  .jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  
  @-webkit-keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  @-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  
  @-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  
  @-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
  
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
  
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  
  @-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
    }
  
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
    }
  
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  
  @-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
  
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  
  .bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
  }
  
  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
  
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  @keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
  
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  .bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
  }
  
  @-webkit-keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
  }
  
  @-webkit-keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
  }
  
  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
  
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  @keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
  
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  
  @-webkit-keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  
  @-webkit-keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  @keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
  
  @-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  
  @-webkit-keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
  
  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  
  @-webkit-keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
  
  @-webkit-keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  
  @-webkit-keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  @keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
  
  @-webkit-keyframes flip {
    from {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  
    40% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  
    50% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    to {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  
  @keyframes flip {
    from {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  
    40% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  
    50% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    to {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
  }
  
  @-webkit-keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
  
  @-webkit-keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }
  
  @-webkit-keyframes flipOutX {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  
    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
  
    to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  
  @keyframes flipOutX {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  
    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
  
    to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  
  .flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  
  @-webkit-keyframes flipOutY {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  
    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
  
    to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  
  @keyframes flipOutY {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  
    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
  
    to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  
  .flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
  }
  
  @-webkit-keyframes lightSpeedIn {
    from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
  
    60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes lightSpeedIn {
    from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
  
    60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes lightSpeedOut {
    from {
      opacity: 1;
    }
  
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  
  @keyframes lightSpeedOut {
    from {
      opacity: 1;
    }
  
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  
  .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  
  @-webkit-keyframes rotateIn {
    from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes rotateIn {
    from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
  }
  
  @-webkit-keyframes rotateInDownLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes rotateInDownLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  .rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
  }
  
  @-webkit-keyframes rotateInDownRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes rotateInDownRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  .rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
  }
  
  @-webkit-keyframes rotateInUpLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes rotateInUpLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  .rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
  }
  
  @-webkit-keyframes rotateInUpRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes rotateInUpRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  .rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
  }
  
  @-webkit-keyframes rotateOut {
    from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  
  @keyframes rotateOut {
    from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  
  .rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
  }
  
  @-webkit-keyframes rotateOutDownLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  
  @keyframes rotateOutDownLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  
  .rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
  }
  
  @-webkit-keyframes rotateOutDownRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  
  @keyframes rotateOutDownRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  
  .rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
  }
  
  @-webkit-keyframes rotateOutUpLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  
  @keyframes rotateOutUpLeft {
    from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  
  .rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
  }
  
  @-webkit-keyframes rotateOutUpRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  
  @keyframes rotateOutUpRight {
    from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
  
    to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  
  .rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
  }
  
  @-webkit-keyframes hinge {
    0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
  
    20%,
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
  
    40%,
    80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
  
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  
  @keyframes hinge {
    0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
  
    20%,
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
  
    40%,
    80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
  
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  
  .hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
  }
  
  @-webkit-keyframes jackInTheBox {
    from {
      opacity: 0;
      -webkit-transform: scale(0.1) rotate(30deg);
      transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
    }
  
    50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
  
    70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes jackInTheBox {
    from {
      opacity: 0;
      -webkit-transform: scale(0.1) rotate(30deg);
      transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
    }
  
    50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
  
    70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  
  @-webkit-keyframes rollIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes rollIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  
  @-webkit-keyframes rollOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
  }
  
  @keyframes rollOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
  }
  
  .rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
  }
  
  @-webkit-keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }
  
  @keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }
  
  .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }
  
  @-webkit-keyframes zoomInDown {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomInDown {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }
  
  @-webkit-keyframes zoomInLeft {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomInLeft {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }
  
  @-webkit-keyframes zoomInRight {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomInRight {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }
  
  @-webkit-keyframes zoomInUp {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomInUp {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }
  
  @-webkit-keyframes zoomOut {
    from {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes zoomOut {
    from {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    to {
      opacity: 0;
    }
  }
  
  .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }
  
  @-webkit-keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
  }
  
  @-webkit-keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
    }
  }
  
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
    }
  }
  
  .zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
  }
  
  @-webkit-keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
    }
  }
  
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
    }
  }
  
  .zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
  }
  
  @-webkit-keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
  }
  
  @-webkit-keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  
  @-webkit-keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
  
  @-webkit-keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
  
  @-webkit-keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
  
  @-webkit-keyframes slideOutDown {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes slideOutDown {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }
  
  @-webkit-keyframes slideOutLeft {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes slideOutLeft {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
  
  @-webkit-keyframes slideOutRight {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes slideOutRight {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }
  
  @-webkit-keyframes slideOutUp {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  @keyframes slideOutUp {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion: reduce) {
    .animated {
      -webkit-animation-duration: 1ms !important;
      animation-duration: 1ms !important;
      -webkit-transition-duration: 1ms !important;
      transition-duration: 1ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
    }
  }


   
b, mark, strong {
    font-weight: 700
}

dfn, em, i, mark {
    font-style: italic
}

ins, mark {
    color: #000
}

.ir:before, q:after, q:before {
    content: ""
}

.group:after, .hidden, .invisible {
    visibility: hidden
}

/*abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: inherit;
    vertical-align: baseline;
    background: 0 0
}*/

td, textarea {
    vertical-align: top
}

.ir:before, article, aside, details, figcaption, figure, footer, header, hgroup, hr, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

    audio:not([controls]) {
        display: none
    }

[hidden] {
    display: none
}

/*html {
    font-size: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4
}*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

/*a {
    color: #00f
}*/

    /*a:focus {
        outline: dotted thin
    }

    a:active, a:hover {
        outline: 0
    }*/

li {
    list-style: none
}

abbr[title] {
    border-bottom: none
}

ins {
    background: #ff9;
    text-decoration: none
}

mark {
    background: #ff0
}

code, kbd, pre, samp {
 
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

    q:after, q:before {
        content: none
    }

small {
    font-size: 85%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}


label {
    cursor: pointer
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
    font-family: inherit
}

button, input {
    line-height: normal;
    overflow: visible
}

    button, input[type=button], input[type=reset], input[type=submit] {
        cursor: pointer;
        -webkit-appearance: button
    }

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

textarea {
    overflow: auto;
    resize: vertical
}

.ir, .visuallyhidden {
    border: 0;
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.ir {
    background-color: transparent;
    *text-indent: -9999px
}

    .ir:before {
        width: 0;
        height: 150%
    }

.hidden {
    display: none !important
}

.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

/*.clearfix {
    *zoom: 1
}*/

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: "."
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

/** {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownFixed {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownFixed {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownFixed {
    -webkit-animation-name: fadeInDownFixed;
    animation-name: fadeInDownFixed
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5)
    }

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../images/fancybox_loading.gif) center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: 0 0;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(../images/fancybox_sprite%402x.png);
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url(../images/fancybox_loading%402x.gif);
            background-size: 24px 24px
        }
}
/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa {
    font-family: FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}*/

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
        background-color: #eee;
        opacity: .9
    }

        .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            background-color: #999
        }

    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
        background-color: #eee;
        opacity: .9
    }

        .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            background-color: #999
        }

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    bottom: 3px;
    height: 8px
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        transition: background-color .2s linear;
        bottom: 0;
        height: 8px
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    right: 3px;
    width: 8px
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        transition: background-color .2s linear;
        right: 0;
        width: 8px
    }

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
        background-color: #eee;
        opacity: .9
    }

        .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            background-color: #999
        }

    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
        background-color: #eee;
        opacity: .9
    }

        .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            background-color: #999
        }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
}

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        background-color: #eee;
        opacity: .9
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: #999
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        background-color: #eee;
        opacity: .9
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: #999
        }

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background:unset  ;
}

/*@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slickd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/slick.woff) format('woff'),url(../fonts/slick.ttf) format('truetype'),url(../fonts/slick.svg#slick) format('svg')
}*/

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        /* color: transparent;
        outline: 0;
        background: 0 0 */
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            /* width: 20px;
            height: 20px; */
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

        /**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

/*:root {
    --swiper-theme-color: #007aff
}*/

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black,
    .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform, .2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform, .2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
:root {
    --swiper-theme-color: #288711;
}

.sliderMulti .swiper-button-prev:after, 
.sliderMulti .swiper-container-rtl .swiper-button-next:after{
    font-size: 19px;
    color: #000;
}

.sliderMulti .swiper-button-prev,.sliderMulti .swiper-container-rtl .swiper-button-next{
    box-shadow: 0px 0px 5px rgba(125, 125, 125, 0.38);
    border-radius: 1px;
}

/* .sliderMulti .swiper-button-next.swiper-button-disabled,
.sliderMulti .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
} */

.sliderMulti .swiper-button-next, 
.sliderMulti .swiper-container-rtl .swiper-button-prev {
    right: 5px ;
    left: auto;
}

.sliderMulti .swiper-button-prev,
.sliderMulti .swiper-container-rtl .swiper-button-next {
    left: 5px ;
    right: auto;
}

.sliderMulti .swiper-button-next,
.sliderMulti .swiper-button-prev {
    position: absolute;
    top: 47% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    padding: 32px 1.5em !important;
   }


   /* ..... */

.sliderMulti2 .swiper-button-prev:after,
.sliderMulti2 .swiper-container-rtl .swiper-button-next:after,
.sliderProductShow1 .swiper-button-prev:after,
.sliderProductShow1 .swiper-container-rtl .swiper-button-next:after,
.sliderProductShow2 .swiper-button-prev:after,
.sliderProductShow2 .swiper-container-rtl .swiper-button-next:after,
.sliderProjectProductShow .swiper-button-prev:after,
.sliderProjectProductShow .swiper-container-rtl .swiper-button-next:after,
.sliderProjectShow .swiper-button-prev:after,
.sliderProjectShow .swiper-container-rtl .swiper-button-next:after,
.sliderProjectOther .swiper-button-prev:after,
.sliderProjectOther .swiper-container-rtl .swiper-button-next:after,
.sliderProjectOtherrelated .swiper-button-prev:after,
.sliderProjectOtherrelated .swiper-container-rtl .swiper-button-next:after,
.sliderProjectHomePage .swiper-button-prev:after,
.sliderProjectHomePage .swiper-container-rtl .swiper-button-next:after,
.sliderProductShow1B .swiper-button-prev:after,
.sliderProductShow1B .swiper-container-rtl .swiper-button-next:after,
.sliderProductShow2B .swiper-button-prev:after,
.sliderProductShow2B .swiper-container-rtl .swiper-button-next:after,
.sliderProjectProductShowB .swiper-button-prev:after,
.sliderProjectProductShowB .swiper-container-rtl .swiper-button-next:after,
.sliderProject_prjCat .swiper-button-prev:after,
.sliderProject_prjCat .swiper-container-rtl .swiper-button-next:after,
.sliderMostViewed .swiper-button-prev:after,
.sliderMostViewed .swiper-container-rtl .swiper-button-next:after,
.sliderProduct_prjCat .swiper-button-prev:after,
.sliderProduct_prjCat .swiper-container-rtl .swiper-button-next:after,
.sliderArticleShow1 .swiper-button-prev:after,
.sliderArticleShow1 .swiper-container-rtl .swiper-button-next:after,
.sliderArticleShow2 .swiper-button-prev:after,
.sliderArticleShow2 .swiper-container-rtl .swiper-button-next:after,
.sliderProductSearch .swiper-button-prev:after,
.sliderProductSearch .swiper-container-rtl .swiper-button-next:after,
.sliderProjectSearch .swiper-button-prev:after,
.sliderProjectSearch .swiper-container-rtl .swiper-button-next:after,
.sliderMostViewedsearch .swiper-button-prev:after,
.sliderMostViewedsearch .swiper-container-rtl .swiper-button-next:after {
    font-size: 19px;
    color: #000;
}

.sliderMulti2 .swiper-button-prev, .sliderMulti2 .swiper-container-rtl .swiper-button-next,
.sliderProductShow1 .swiper-button-prev, .sliderProductShow1 .swiper-container-rtl .swiper-button-next,
.sliderProductShow2 .swiper-button-prev, .sliderProductShow2 .swiper-container-rtl .swiper-button-next,
.sliderProjectProductShow .swiper-button-prev, .sliderProjectProductShow .swiper-container-rtl .swiper-button-next,
.sliderProjectShow .swiper-button-prev, .sliderProjectShow .swiper-container-rtl .swiper-button-next,
.sliderProjectOther .swiper-button-prev, .sliderProjectOther .swiper-container-rtl .swiper-button-next,
.sliderProjectOtherrelated .swiper-button-prev, .sliderProjectOtherrelated .swiper-container-rtl .swiper-button-next,
.sliderProjectHomePage .swiper-button-prev, .sliderProjectHomePage .swiper-container-rtl .swiper-button-next,
.sliderProductShow2B .swiper-button-prev, .sliderProductShow2B .swiper-container-rtl .swiper-button-next,
.sliderProductShow1B .swiper-button-prev, .sliderProductShow1B .swiper-container-rtl .swiper-button-next,
.sliderProjectProductShowB .swiper-button-prev, .sliderProjectProductShowB .swiper-container-rtl .swiper-button-next,
.sliderProject_prjCat .swiper-button-prev, .sliderProject_prjCat .swiper-container-rtl .swiper-button-next,
.sliderMostViewed .swiper-button-prev, .sliderMostViewed .swiper-container-rtl .swiper-button-next,
.sliderProduct_prjCat .swiper-button-prev, .sliderProduct_prjCat .swiper-container-rtl .swiper-button-next,
.sliderArticleShow1 .swiper-button-prev, .sliderArticleShow1 .swiper-container-rtl .swiper-button-next,
.sliderArticleShow2 .swiper-button-prev, .sliderArticleShow2 .swiper-container-rtl .swiper-button-next,
.sliderProductSearch .swiper-button-prev, .sliderProductSearch .swiper-container-rtl .swiper-button-next,
.sliderProjectSearch .swiper-button-prev, .sliderProjectSearch .swiper-container-rtl .swiper-button-next,
.sliderMostViewedsearch .swiper-button-prev, .sliderMostViewedsearch .swiper-container-rtl .swiper-button-next {
    box-shadow: 0px 0px 5px rgba(125, 125, 125, 0.38);
    border-radius: 1px;
}

.sliderMulti2 .swiper-button-next,
.sliderMulti2 .swiper-container-rtl .swiper-button-prev,
.sliderProductShow1 .swiper-button-next,
.sliderProductShow1 .swiper-container-rtl .swiper-button-prev,
.sliderProductShow2 .swiper-button-next,
.sliderProductShow2 .swiper-container-rtl .swiper-button-prev,
.sliderProjectProductShow .swiper-button-next,
.sliderProjectProductShow .swiper-container-rtl .swiper-button-prev,
.sliderProjectShow .swiper-button-next,
.sliderProjectShow .swiper-container-rtl .swiper-button-prev,
.sliderProjectOther .swiper-button-next,
.sliderProjectOther .swiper-container-rtl .swiper-button-prev,
.sliderProjectOtherrelated .swiper-button-next,
.sliderProjectOtherrelated .swiper-container-rtl .swiper-button-prev,
.sliderProjectHomePage .swiper-button-next,
.sliderProjectHomePage .swiper-container-rtl .swiper-button-prev,
.sliderProductShow2B .swiper-button-next,
.sliderProductShow2B .swiper-container-rtl .swiper-button-prev,
.sliderProductShow1B .swiper-button-next,
.sliderProductShow1B .swiper-container-rtl .swiper-button-prev,
.sliderProjectProductShowB .swiper-button-next,
.sliderProjectProductShowB .swiper-container-rtl .swiper-button-prev,
.sliderProject_prjCat .swiper-button-next,
.sliderProject_prjCat .swiper-container-rtl .swiper-button-prev,
.sliderMostViewed .swiper-button-next,
.sliderMostViewed .swiper-container-rtl .swiper-button-prev,
.sliderProduct_prjCat .swiper-button-next,
.sliderProduct_prjCat .swiper-container-rtl .swiper-button-prev,
.sliderArticleShow1 .swiper-button-next,
.sliderArticleShow1 .swiper-container-rtl .swiper-button-prev,
.sliderArticleShow2 .swiper-button-next,
.sliderArticleShow2 .swiper-container-rtl .swiper-button-prev,
.sliderProductSearch .swiper-button-next,
.sliderProductSearch .swiper-container-rtl .swiper-button-prev,
.sliderProjectSearch .swiper-button-next,
.sliderProjectSearch .swiper-container-rtl .swiper-button-prev,
.sliderMostViewedsearch .swiper-button-next,
.sliderMostViewedsearch .swiper-container-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
}

.sliderMulti2 .swiper-button-prev,
.sliderMulti2 .swiper-container-rtl .swiper-button-next,
.sliderProductShow1 .swiper-button-prev,
.sliderProductShow1 .swiper-container-rtl .swiper-button-next,
.sliderProductShow2 .swiper-button-prev,
.sliderProductShow2 .swiper-container-rtl .swiper-button-next,
.sliderProjectProductShow .swiper-button-prev,
.sliderProjectProductShow .swiper-container-rtl .swiper-button-next,
.sliderProjectShow .swiper-button-prev,
.sliderProjectShow .swiper-container-rtl .swiper-button-next,
.sliderProjectOther .swiper-button-prev,
.sliderProjectOther .swiper-container-rtl .swiper-button-next,
.sliderProjectOtherrelated .swiper-button-prev,
.sliderProjectOtherrelated .swiper-container-rtl .swiper-button-next,
.sliderProjectHomePage .swiper-button-prev,
.sliderProjectHomePage .swiper-container-rtl .swiper-button-next,
.sliderProductShow1B .swiper-button-prev,
.sliderProductShow1B .swiper-container-rtl .swiper-button-next,
.sliderProductShow2B .swiper-button-prev,
.sliderProductShow2B .swiper-container-rtl .swiper-button-next,
.sliderProjectProductShowB .swiper-button-prev,
.sliderProjectProductShowB .swiper-container-rtl .swiper-button-next,
.sliderProject_prjCat .swiper-button-prev,
.sliderProject_prjCat .swiper-container-rtl .swiper-button-next,
.sliderMostViewed .swiper-button-prev,
.sliderMostViewed .swiper-container-rtl .swiper-button-next,
.sliderProduct_prjCat .swiper-button-prev,
.sliderProduct_prjCat .swiper-container-rtl .swiper-button-next,
.sliderArticleShow1 .swiper-button-prev,
.sliderArticleShow1 .swiper-container-rtl .swiper-button-next,
.sliderArticleShow2 .swiper-button-prev,
.sliderArticleShow2 .swiper-container-rtl .swiper-button-next,
.sliderProductSearch .swiper-button-prev,
.sliderProductSearch .swiper-container-rtl .swiper-button-next,
.sliderProjectSearch .swiper-button-prev,
.sliderProjectSearch .swiper-container-rtl .swiper-button-next,
.sliderMostViewedsearch .swiper-button-prev,
.sliderMostViewedsearch .swiper-container-rtl .swiper-button-next {
    left: 5px;
    right: auto;
}

.sliderMulti2 .swiper-button-next,
.sliderMulti2 .swiper-button-prev,
.sliderProductShow1 .swiper-button-next,
.sliderProductShow1 .swiper-button-prev,
.sliderProductShow2 .swiper-button-next,
.sliderProductShow2 .swiper-button-prev,
.sliderProjectProductShow .swiper-button-next,
.sliderProjectProductShow .swiper-button-prev,
.sliderProjectShow .swiper-button-next,
.sliderProjectShow .swiper-button-prev,
.sliderProjectOther .swiper-button-next,
.sliderProjectOther .swiper-button-prev,
.sliderProjectOtherrelated .swiper-button-next,
.sliderProjectOtherrelated .swiper-button-prev,
.sliderProjectHomePage .swiper-button-next,
.sliderProjectHomePage .swiper-button-prev,
.sliderProductShow1B .swiper-button-next,
.sliderProductShow1B .swiper-button-prev,
.sliderProductShow2B .swiper-button-next,
.sliderProductShow2B .swiper-button-prev,
.sliderProjectProductShowB .swiper-button-next,
.sliderProjectProductShowB .swiper-button-prev,
.sliderProject_prjCat .swiper-button-next,
.sliderProject_prjCat .swiper-button-prev,
.sliderMostViewed .swiper-button-next,
.sliderMostViewed .swiper-button-prev,
.sliderProduct_prjCat .swiper-button-next,
.sliderProduct_prjCat .swiper-button-prev,
.sliderArticleShow1 .swiper-button-next,
.sliderArticleShow1 .swiper-button-prev,
.sliderArticleShow2 .swiper-button-next,
.sliderArticleShow2 .swiper-button-prev,
.sliderProductSearch .swiper-button-next,
.sliderProductSearch .swiper-button-prev,
.sliderMostViewedsearch .swiper-button-next,
.sliderMostViewedsearch .swiper-button-prev {
    position: absolute;
    top: 47% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    padding: 32px 1.5em !important;
    background-color: #fff;
}
.sliderMulti3 .swiper-button-next,
.sliderMulti3 .swiper-button-prev {
    position: absolute;
    top: 89% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    padding: 25px 1.58em !important;
}
 
      /* ..... */

    .sliderMulti3 .swiper-button-prev:after {
        font-size: 19px;
        color: #fff;
    }
.sliderMulti3 .swiper-container-rtl .swiper-button-next:after {
    content: "←";
}

.sliderMulti3 .swiper-button-prev:after {
    content: '→';
}
.sliderMulti3 .swiper-button-prev:hover,
.sliderMulti3 .swiper-container-rtl .swiper-button-next:hover {
    background-color: #ACC3E5;
}
.sliderMulti3 .swiper-button-prev:after,
.sliderMulti3 .swiper-container-rtl .swiper-button-next:after {
    font-size: 19px;
    color: #fff;
}
.sliderMulti3 .swiper-button-next.swiper-button-disabled,
.sliderMulti3 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.sliderMulti3 .swiper-button-prev, .sliderMulti3 .swiper-container-rtl .swiper-button-next {
    background-color: #444;
    color: #fff;
    border-radius: 50%;
}

.sliderMulti3 .swiper-button-next, .sliderMulti3 .swiper-button-prev {
    top: 87% !important;
}

.sliderMulti3 .swiper-container-rtl .swiper-button-next {
    left: 34em;
}

.sliderMulti3 .swiper-container-rtl .swiper-button-prev {
    right: 34em;
}


         /* ..... */
    .sliderMulti4 .swiper-button-prev:after, .sliderMulti4 .swiper-container-rtl .swiper-button-next:after{
    font-size: 19px;
    color: #000;
}

.sliderMulti4 .swiper-button-prev,.sliderMulti4 .swiper-container-rtl .swiper-button-next{
    box-shadow: 0px 0px 5px rgba(125, 125, 125, 0.38);
    border-radius: 1px;
}

.sliderMulti4 .swiper-button-next, 
.sliderMulti4 .swiper-container-rtl .swiper-button-prev {
    right: 5px ;
    left: auto;
}

.sliderMulti4 .swiper-button-prev,
.sliderMulti4 .swiper-container-rtl .swiper-button-next {
    left: 5px ;
    right: auto;
}

.sliderMulti4 .swiper-button-next,
.sliderMulti4 .swiper-button-prev {
    position: absolute;
    top: 47% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    padding: 32px 1.5em !important;
   }

/* ..... */

.projectOthrtCat_Page .swiper-button-prev:after,
.projectOthrtCat_Page .swiper-container-rtl .swiper-button-next:after {
    font-size: 19px;
    color: #000;
}

.projectOthrtCat_Page .swiper-button-prev, .projectOthrtCat_Page .swiper-container-rtl .swiper-button-next {
    box-shadow: 0px 0px 5px rgba(125, 125, 125, 0.38);
    border-radius: 1px;
}

.projectOthrtCat_Page .swiper-button-next,
.projectOthrtCat_Page .swiper-container-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
}

.projectOthrtCat_Page .swiper-button-prev,
.projectOthrtCat_Page .swiper-container-rtl .swiper-button-next {
    left: 5px;
    right: auto;
}

.projectOthrtCat_Page .swiper-button-next,
.projectOthrtCat_Page .swiper-button-prev {
    position: absolute;
    top: 47% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    padding: 32px 1.5em !important;
}

/* ..... */
.sliderMultiBrandsHome .swiper-button-prev:after,
.sliderMultiBrandsHome .swiper-container-rtl .swiper-button-next:after ,
.sliderBrandsProCat1 .swiper-button-prev:after,
.sliderBrandsProCat1 .swiper-container-rtl .swiper-button-next:after,
.LatestProductsCatproPage .swiper-container-rtl .swiper-button-next:after{
    font-size: 19px;
    color: #000;
}

.sliderMultiBrandsHome .swiper-button-prev,
.sliderMultiBrandsHome .swiper-container-rtl .swiper-button-next,
.sliderBrandsProCat1 .swiper-button-prev,
.sliderBrandsProCat1 .swiper-container-rtl .swiper-button-next ,
.LatestProductsCatproPage .swiper-container-rtl .swiper-button-next {
    box-shadow: none;
    border-radius: 1px;
}

.sliderMultiBrandsHome .swiper-button-next,
.sliderMultiBrandsHome .swiper-container-rtl .swiper-button-prev ,
.sliderBrandsProCat1 .swiper-button-next,
.sliderBrandsProCat1 .swiper-container-rtl .swiper-button-prev {
    display: none;
}

.sliderMultiBrandsHome .swiper-button-prev,
.sliderMultiBrandsHome .swiper-container-rtl .swiper-button-next,
.sliderBrandsProCat1 .swiper-button-prev,
.sliderBrandsProCat1 .swiper-container-rtl .swiper-button-next {
    display: none;
}


.sliderMulti .swiper-pagination,
.sliderMulti2 .swiper-pagination,
.sliderMultiBrandsHome .swiper-pagination,
.sliderMulti3 .swiper-pagination,
.sliderBrandsProCat1 .swiper-pagination,
.LatestProductsCatproPage .swiper-pagination{
    display: none;
}

@media only screen and (max-width: 1150px) {
    .sliderMulti .swiper-button-next, .sliderMulti .swiper-button-prev,
    .sliderMulti2 .swiper-button-next, .sliderMulti2 .swiper-button-prev,
    .sliderMultiBrandsHome .swiper-button-next, .sliderMultiBrandsHome .swiper-button-prev,
    .sliderMulti3 .swiper-button-next, .sliderMulti3 .swiper-button-prev,
    .sliderBrandsProCat1 .swiper-button-next, .sliderBrandsProCat1 .swiper-button-prev ,
    .LatestProductsCatproPage .swiper-button-next, .LatestProductsCatproPage .swiper-button-prev{
        display: none;
    }
}

/*.......*/
.sliderProductSearch .swiper-button-next, 
.sliderProductSearch .swiper-button-next {
    box-shadow: 3px 0px 5px rgba(125, 125, 125, 0.38) !important;
    background-color:#fff;
}
.sliderProductSearch .swiper-button-next,
.sliderProductSearch .swiper-container-rtl .swiper-button-prev {
    box-shadow: 3px 0px 5px rgba(125, 125, 125, 0.38) !important;
    background-color: #fff;
}
  

/* .es5arrayHome .sliderGalleryDefult  .swiper-button-next, .es5arrayHome .sliderGalleryDefult  .swiper-button-prev{
    top: unset;
   bottom: 34%;
} */
    @media only screen and (max-width: 900px){

        .es5arrayHome .sliderGalleryDefult  .swiper-button-next, .es5arrayHome .sliderGalleryDefult  .swiper-button-prev{
        
            /* margin-top: 338px */
        }
        
    
}

@media only screen and (max-width: 768px){

    .es5arrayHome .sliderGalleryDefult  .swiper-button-next, .es5arrayHome .sliderGalleryDefult  .swiper-button-prev{
    
        /* margin-top: 318px */
    }
    

}

@media only screen and (max-width: 600px){

    .es5arrayHome .sliderGalleryDefult  .swiper-button-next{
    
        /* right: 2.5em; */
    }
    .es5arrayHome .sliderGalleryDefult  .swiper-button-prev{
        /* right: 4.5em; */
    }
    .animated-title__tag.text-sub-slider{
        width: auto;
    }
}

.btn-resume {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    text-align: center;
    float: right;
    margin-top: 40px;
    transition: .5s ease all;
  }

  .btn-resume:hover{


    background-color: #000;
    color: #fff;
  }
  .services-grid__intro {
    padding-bottom: 180px;
    text-align: center;
    position: relative;
  }
  .services-grid__intro::before {
    content: '';
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    width: 390px;
    height: 300px;
    background-image: url("../images/services-triangle-dark.svg");
    -webkit-background-size: 390px 300px;
    -moz-background-size: 390px 300px;
    -o-background-size: 390px 300px;
    background-size: 390px 300px;
  margin: 0 auto;
    z-index: 1;
  }

  .projectsDefult .columns .column{
    display: flex;
    direction:ltr;
 
  } 
  .projectsDefult .columns:first-child .column{
   
    width: 94%;
margin: 0 auto;
  } 


  .projectsDefult .columns:nth-child(2) .column{
direction: rtl;
  }   
  .title-box-de{
    position: relative;
  }
  .marg-auto{
    margin: 0 auto;
  }


  #overlay-loader-red .overlay-loader-inner{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .has-child ul li{
float: right;
  }
  .has-child ul li {

    margin-left: 17px;
    margin-bottom: 10px;
  }
  .has-child ul li:nth-child(even){

  }
  .menu-item{
    transition: .5s ease all;
  }
  .has-child{
    position: relative;
    overflow: hidden;
  }
  .has-child >ul{
    display: none;

   /* max-width: 50%; */
  
  }

.has-child>ul li{

  display: inline;
}
.brandabs a{

    position: absolute;
    bottom: 48px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    color: #fff;
   text-transform: uppercase; 
    border-bottom: 1px solid #919399;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding-bottom: 30px;
        
}
.brandabs img{
    margin-left: 20px;
}
.nre-pro-titr{
   
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: -22px;
z-index: 9;
position: relative;
}
.khabarname input {
    background-color: #3A3B41;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #fff;
    padding-right: 10px;
    font-size: 14px;
    width: 100%;
  }
.khabarname button{
    height: 40px;
    width: 100%;
    display: block;
    background-color: #243F8C;
    color: #fff;
    font-size: 14px;
    border: none;
    margin-top: 30px;
}
.socialboxff{
    text-align: left;
}
  .socialfooter ul  {
    display: flex;
    justify-content: flex-start;
    direction: ltr;
  
  }
  .socialfooter ul li {

    margin-right: 10px;
  }
  .footer-padd{
    padding: 0 115px;
  }
  .cnt-arrowslider {
    position: absolute;
    left: 0;
    margin-top: 1px;
    top:100%;
    width: 90px;
    height: 62px;
    border: none;
 
  }
  .cnt-arrowslider .swiper-button-next,.cnt-arrowslider .swiper-button-prev{
    display: block;
float: left;
height: 40px;
width: 40px;
margin-top: 13px;
background-repeat: no-repeat;
position: unset;
text-align: center;
  }
  .list-pro-page{
    background-color: #292A2E;
  }
  .list-pro-page .projectsDefult{
    margin-top: 180px;
  }

  .es5arrayHome.show-pro-page .sliderGalleryDefult .backSlide{
width: auto !important;
height: auto !important;
  }

  .es5arrayHome.show-pro-page .hero-slider__slide__content{
    left: unset;
width: 50%;
right: 0;
  }
  .show-pro-page .hero-slider__slide__content h2{
letter-spacing: 0 !important;
max-width: unset;
direction: rtl;
text-align: right;
padding: 20px 0;
  }
  .show-pro-page .hero-slider__slide__content h1{
    letter-spacing: 0 !important;
    max-width: unset;
    direction: rtl;
    text-align: right;
    padding: 20px 0;
      }
  .show-pro-page .hero-slider__slide__content__link{
    left: unset;
    right: 0;
    max-width: unset;
    direction: rtl;
    text-align: right;
    letter-spacing: 0;
    width: 100%;
  }

  .show-pro-page.es5arrayHome .sliderGalleryDefult{
    background: linear-gradient(108.35deg, rgba(41, 42, 46, 0.6) 60.59%, rgba(51, 51, 51, 0) 221.21%);


  }
  .show-pro-page.es5arrayHome .sliderGalleryDefult .swiper-slide{
    display: flex;
    align-items: center;
  }

  .es5arrayHome.show-pro-page .hero-slider{
    bottom: 25em;
  }

  .gallery-images .swiper-slide{
  
    text-align: center;
  }
  .gallery-images .swiper-slide .innerslide{
/* box-shadow: 25px 15px 39px rgba(83, 83, 83, 0.18);    */
 text-align: center;
    width: 414px;
    height: 414px;
    margin: 0 auto;
    position: relative;
  }
  .gallery-images  .swiper-slide-active{
    transform: scale(1.3);
  }

  .gallery-images .swiper-slide .innerslide::before{
    content: "";
    width: 100%;
    height: 100%;
    /* background: rgba(41, 42, 46, 0.3); */
opacity: 0.15;
position: absolute;
  }
  .gallery-images  .swiper-slide-active .innerslide::before{
content: unset;
  }
  .gallery-images .swiper-button-next,  .gallery-images .swiper-button-prev{
    width: 50px !important;
height: 50px !important;
border-radius: 50%;
background-color: #444;
  }
  .gallery-images .swiper-button-next::after {
 
    content: '→';
  }
  .gallery-images .swiper-button-prev::after {
    content: '←';
  }
  
  .gallery-images .swiper-button-prev::after,.gallery-images .swiper-button-next::after {

    font-size: 1.5rem !important;
    color: #fff;
}
.gallery-images .swiper-button-next,.gallery-images .projectsDefult .swiper-button-prev {
    cursor: pointer;
    color: #fff;
  }

  .projectsDefult.rel-pro-cntxx .columns .column {
    display: flex;
    direction: rtl;
  }
  .projectsDefult.rel-pro-cntxx .columns:nth-child(2) .column {
    direction: ltr;
  }
  .projectsDefult.rel-pro-cntxx .columns:nth-child(odd) .column .orgTitle{
    right: 0;
    padding-right: 30px;

        }
        .projectsDefult.rel-pro-cntxx .columns:nth-child(even) .column .orgTitle{
            left: 0;
        }
        .rel-pro-cntxx .nre-pro-titr{
            color: #4B4B4C;
        }
.get-in-touch__inner .btn.light{
    width: 80%;
    display: inline-block;
    padding: 0;
      padding-bottom: 0px;
    padding-bottom: 15px;
    text-align: left;

}
   
.news-list-page .news-grid.layout--news-grid{
    background-color:#292A2E;
}
.more-arc{
    width: 94px;
    height: 94px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #292A2E;
    color: #fff;
    transition: .5s ease all;
    margin: 0 auto;
    text-align: center;
    line-height: 94px;
}
.more-arc:hover{
   
    background-color: #fff;
    color: #000;
}

.textabout1{
    text-align: right;
    direction: rtl;
}
.textabout1 .small-title{
font-size: 14.2px;
color: #243F8C;
margin-bottom: 50px;
}
.textabout1 p{
    font-size: 14.2px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 30px;
}
.small-title.logo-grid__title {
    font-size: 14.2px;
    margin-bottom: 40px;
    color: #243F8C;
  }
  .logo-grid__content h2{
color: #292A2E;
font-size: 14.2px;
line-height: 24px;
  }
  #our-clients .logo-grid__content h2{
margin-bottom: 90px;  

}
  .backproabout{
    margin-top: 40px;text-align: left;
  }
  .backproabout .btn.dark{
    width: 227px;
display: inline-block;
  }
  .close-pop {
    background: none;
    border: none;
    margin-left: 25px;
  }
  .overlay-log-error {
    width: 0;
    height: 100vh;
    position: fixed;
    background: #00000091;
    z-index: 99999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-with-map .content-with-image__content-column h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .content-with-map .content-with-image__content-column p{
    font-size: 14.2px;
    line-height: 24px;
    display: flex;
flex-wrap: wrap;
justify-content: space-between;
  }
  .content-with-map .content-with-image__content-column a.cccc{
    font-size: 14.2px;
    color: #243F8C !important;
  }
  .content-with-map .content-with-image__content-column span{
    font-size: 14.2px;
    color: #243F8C;
  }
  .es5arrayHome.brand-list-page .sliderGalleryDefult .swiper-slide{
    transform: unset !important;
  }
  #ajax-next-posts-post-pagination .loading {
    display: none;
  }
  @media all and (orientation: landscape) and (min-width:1200px){

    .list-pro-page .projectsDefult{
        margin-top: 100px;
    }

  }
  @media all and (orientation: landscape) and (max-width:1200px){

    .hero-slider__slide__content h2{
        line-height: 40px !important;
    }
    .es5arrayHome .hero-slider{
        bottom: 5em !important;
    }
  }
  @media only screen and (max-width:1450px){
  .hero-slider__slide__content h2{
    font-size: 25px;
  }
  .hero-slider__slide__content h1{
    font-size: 25px;
  }
  .es5arrayHome.show-pro-page .hero-slider{
    bottom: 15em;
  }
  .project-post__details__content__other__detail h2{
    font-size: 20px;
  }}
.about-banner{
    display: none;
    width: 100%;
    height: 100%;
}
.about-banner1{
    display: none;
    width: 100%;
    height: auto;
}
  @media only screen and (max-width:1340px){
    .layout--introduction{

min-height: unset;
height: 100%;
background-image: unset;

    }
    .introduction-section__bg{
      display: none;
    }
    .about-banner{
        display:block;
    }
    .about-banner1{
        display:block;
    }
  }
  @media only screen and (max-width:1200px){
    .footer-padd{
padding: 0 20px;
    }
    .project-post__abstract{
        overflow: hidden;
    }
    .es5arrayHome.show-pro-page .hero-slider__slide__content{
        right: 50px;
    }
   .about-page .content-with-image__half--image{
background-image: unset !important;
    }
  }
  @media only screen and (max-width:1200px) and (orientation: portrait){
   
    .es5arrayHome .sliderGalleryDefult{
        height: 50vh;
    }
  }
  @media only screen and (max-width:1020px){
  .table-center__cell{
    flex-direction: column;
  }
  .brand-list-page .layout-service-images .content-with-image__half--image{
    background-size: contain;
    background-repeat: no-repeat;
    /* height: auto !important; */
    min-height: 400px !important;
  }
  .es5arrayHome.brand-list-page  .above-line img{
    width: auto !important;
  }


}
@media only screen and (max-width:1100px){
.news-post__wrap__content:before{
    content: unset;
}}
@media only screen and (max-width:1080px){
    .news-grid__items__item--double{
        margin-top: 0 !important;
    }
}
  @media only screen and (max-width:900px){
    .site-footer__columns__column{
        width: 50%;
        margin: 0;
    }
    .site-footer__columns__column:nth-child(3){
        width: 100% !important;
    }
    .socialboxff{
        padding: 0;
        text-align: center;
    }
    .socialfooter ul{
        justify-content: center;
    }
    .es5arrayHome .certificatesPage{
        margin-top: 0 !important;
    }
    .content-animating-box{
        padding-bottom: 0 !important;
    }
    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container{
        padding-top: 0 !important;
    }
    .es5arrayHome .certificatesPage .sliderMulti3 .swiper-container{
        padding: 0 !important;
    }
    .gallery-images .swiper-slide-active{
        transform: unset;
    }
    .show-pro-page .hero-slider__slide__content h2{
        padding: 0 !important;
        line-height: 20px !important;
    }
    .news-post__featured-image img{
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: auto;
    }
    .news-post__featured-image__bg{
        background-image: unset !important;
    }
  }
  .related-content__items__item__inner{
    min-height: unset;
    height: 100%;
}
@media only screen and (max-width:820px){
    .list-pro-page .projectsDefult{
        margin-top: 100px;
    }
    .fixed-wrap{
        top: 5px;
        right: 0;
    }
 
}
@media only screen and (max-width: 790px){

    .numbered-slider__slide__content{
        min-width: unset !important;
    }
}

@media only screen and (max-width: 768px){
.form-slider__slide .table-center {
  min-height: auto;
}
.table-center__cell{
    position: relative;
}
.content-with-image__half,.content-with-image__half--content .table-center{
    min-height: auto;
}}
  @media only screen and (max-width:600px){
    .form-slider__slide h2{
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .projectsDefult .columns .column{
        flex-direction: column;
    }
    .team-grid__blocks__block.mh.team-grid__blocks__block--spacer{
        display: none;
    }
    .content-with-image__half,.content-with-image__half--content .table-center,.brand-list-page .content-with-image__half--content{
        min-height: unset !important;
    }
    
    .brand-list-page .content-with-image__half--content{
        height: auto !important;
    }
   
    .layout--introduction{
        height: unset;
        min-height: unset;
    }
    .indexPage .orgTitle{
        position: unset;
        width: 100%;
    }
    .nre-pro-titr{
        font-size: 25px;
        margin-bottom: unset;
        text-align: center;
    }
    .projects-grid__filter__options div:first-child{
        padding-left: 0 !important;
        border: none;
    }
    .projects-grid__filter__options{
        flex-direction: column;
    }
    .projects-grid__filter__options a{
        padding: 0;
    }
    .projects-grid__filter__options div:last-child{
        padding-right: 0;
    }
    .projects-grid__filter__options{
        position: absolute;
    top: 90px;
    right: 0;
    }
    .site-menu__half__inner .site-menu__half__contact{
        justify-content: center;
    }
    .site-menu__half__contact a{
        margin-right: 0 !important;
    }
    .site-menu__half__inner .site-menu__half__contact{
        flex-direction: column;
    }
    .site-menu__half__contact a{
        margin-bottom: 15px;
    }
    .has-child > ul li{
        display: block;
        
    }
    .circle-sep{
        display: none;
    }
    .site-footer__columns__column{
        width: 100%;
        margin: 0;
    }
    .services-grid__intro{
        padding: 0 15px;
    }
    .services-grid__intro::before {
        top: -70px !important;
        background-size: 250px 240px;
        width: 250px;
        height: 240px;
    }
    .post-item__double__image h2{
        right: 20px;
    }
    .post-item__double__image .meta{
        bottom: unset;
        top: 20px;
        right: 20px;
    }
 
    .gallery-images .swiper-slide .innerslide{
        width: 98%;
        height: auto;
        margin: 0 auto;
    }
    .gallery-images .swiper-slide .innerslide img{
        width: 100% !important;
        height: auto !important;
    }
    .es5arrayHome.show-pro-page .sliderGalleryDefult .backSlide{
        width: 100% !important;
    }
    .get-in-touch__inner{
        margin: 0 auto;
    }
    .project-post__abstract{
        margin-bottom:  0 !important;
    }
    .content{
        padding-bottom: 0 !important;
    }
   .brand-list-page .content-animated-line{
    display: none;
   }
   .shownewstext img{
    width: 100% ;
    height: auto;
   }
   .shownewstext p{
    text-align: justify;
   }
   .large-testimonial__testimonial{
    padding-top: 0 !important;
   }
   .large-testimonial__testimonial .speechmarks{
    line-height: 0;
   }
   .form-slider__slide h2{
    margin-bottom: 0 !important;
   }
   .layout--custom-html .wpcf7-form{
    padding-bottom: 50px;
   }
  }
  @media only screen and (max-width: 480px) {
    .site-footer__columns__column__inner {
        padding-left: 0;
        padding-right: 0 !important;
    }
    .site-footer__columns__column p{
        max-width: 100%;
    }
    .site-footer__columns__column .text a{
        width: 100%;
    }
}

@media only screen and (max-width:340px){
    .post-item__double__image h2{
        display: none;
    }
    .page-layouts{
        padding-bottom: 2rem;
    }
    .es5arrayHome.brand-list-page .above-line img {
        width: 98% !important;
    }
}


@media only screen and (min-width:1200px){
    .size1p{
        width: 633px !important;
    }
    .size2p{
        width: 439px !important;
    }
    .size3p{
        width: 627px !important;
    }
    .size1rel{
        width: 441px !important;
    }
    .size2rel{
        width: 627px !important;
    }
}
.nre-pro-titr.bc-col.l6.pc12.m12.s12.marg-auto span {
    margin-left: 45px;
  }
  .fa.fa-instagram-o {
    width: 20px;
    height: 20px;
    background-image: url(../images/instagram.png);
    background-repeat: no-repeat;
    background-position: center;

    opacity: .4;
    background-size: contain;
    margin-top: 3px;
  }

  .es5arrayHome .indexPage .projectsDefult .swiper-button-next::after{
    background-image: url("../images/prevvv.png");
    background-repeat: no-repeat;
background-position: center;
color: transparent;
  }
  .es5arrayHome .indexPage .projectsDefult .swiper-button-prev::after{
    background-image: url("../images/nexttt.png");
    background-repeat: no-repeat;
background-position: center;
color: transparent;
  }
  .projectsDefult .columns:first-child .column .orgTitle{
left: -15px;
  }

  @media only screen and (max-width:1450px){
    .gallery-images .swiper-slide .innerslide{
        width: 90%;
        height: auto;
    }
    .gallery-images .swiper-slide .innerslide img{
        width: 100%;
        height: auto;
    }
  }
  .brand-list-page .content-animated-line{
    display: none;
  }
  .content-with-image--dark .content-with-image__half--content p{
    color: #fff;
  }
  .about-page #who-we-are .content-with-image__half{
    min-height: 620px !important;
  }
  .about-page #who-we-are  .content-with-image__half--content .table-center{
    min-height: 620px !important;
  }
  .about-page #who-we-are .content-animated-line{
bottom: 4%;
background: #000;
opacity: .1;
  }
  .about-page  #our-pro  .content-with-image__half{
    min-height: 956px !important;
  }
  .about-page  #our-pro  .content-with-image__half--content .table-center{
    min-height: 956px !important;
  }
  #slick-slide04.form-slider__slide h2{
    margin: 40px auto;
  }
  .content-with-image__content-column p {
    margin-bottom: 30px;
  }  
  .content-with-image__content-column a {
    color: #000;
  }
  .mailboxcnt {
    text-align: left;
  }

  @media only screen and (max-width:1200px){
  .projectList .column .swiper-slide  .desctopShow {
width: 100% !important;
    }
  }
@media only screen and (max-width:820px){
    .project-post__details__block__inner{
        padding-top: 75px !important;
    }
    .team-grid__blocks__block--spacer{
height: unset !important;
    }
    .about-page  .content-animated-line{
display: none !important;
    }
    .site-menu__half.site-menu__half--project.screen-height {
        display: none;
      }
}
@media only screen and (max-width:768px){
    .form-slider .slick-arrow{
        width: 35px;
        height: 35px;
        bottom: -40px;
    }
    .content-with-map__map iframe{
height: 350px;
    }
}
  @media only screen and (max-width:600px){
    .content-animating-box__row.row-1 h4 img {
        display: none;
        
      }
      .content-animating-box__row.row-1  .services-grid__intro{
        margin: 65px 0;
      }
      .has-child > ul{
        padding: 0 20px;
      }
      .has-child ul li{
        margin-bottom: 0 !important;
      }
      .site-menu{
        overflow: auto;
      }
      .es5arrayHome .descsliderMulti3{
        width: 60%;
      }
      .projects-grid__filter__options a{
        font-size: 12px;
      }
    .show-pro-page.es5arrayHome .hero-slider__slide__content{
        display: block !important;
width: 90% !important;
right: 15px !important;
    }
    .get-in-touch__inner{
        height: 80px !important;
    }
    .projects-grid{
        padding-bottom: 0;
    }
    .service-hero::before{
        width: 245px;
        height: 159px;
        background-size: 245px 159px;
        margin-top: 20px;
    }
    .circle-button{
        width: 57px;
height: 57px;
line-height: 48px;
padding-left: 0 !important;

    }
    .news-post {
        padding-top: 100px !important;
      }
      .news-post__wrap__sidebar__title__heading{
        letter-spacing: 0 !important;
      }
      .new-news-show .container{
        padding-right: 0 !important;
        padding-left: 0 !important;
      }
      .news-post__wrap__sidebar{
        padding: 0 20px;
      }
      .site-menu__half__contact.mtnMenu{
        bottom: -60px;
      }
  }
  .logo-footer {
    transition: .5s ease all;
}
.logo-footer:hover{
    opacity: .5;
}
.socialfooter i,.fa.fa-instagram-o{
    transition: .5s ease all;
}
.socialfooter i:hover{
    opacity: .5;
}
.fa.fa-instagram-o:hover{
    opacity: .2;
}
.hero-text-block .page-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.36;
    letter-spacing: 0;
    display:block;
    color: #fff;
    padding: 0 271px;
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-text-block .page-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0 13.5rem;
    color: #fff;
    text-align: justify;
  }
  .site-page .template-container .container {
    border: 1px solid #fff !important;
    max-width: 331px;
    padding: 25px;
    margin: .5rem;
    width: 331px;
    max-height: 570px !important;
  }
  .page-title {
    color: #fff;
    font-size: 16px;
  }
  .site-page .template-container .container img {
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-page .template-container {
    padding-top: 2rem;
    padding-bottom: 50px;
    justify-content: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .site-page {
    direction: rtl;
  }
  .site-page .template-container .container p {
    font-size: 14px;
    color: #fff;
    margin-bottom: .7rem;
    text-align: right;
  }
  .hero-text-block {

    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media only screen and (max-width: 600px){
  .hero-text-block .page-title {
    font-size: 22px !important;
  }
  .hero-text-block .page-title {
    font-size: 20px;
  }
  .hero-text-block .page-title, .hero-text-block .page-text {
    padding: 0 !important;
  }
}

  @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/webfonts/fa-brands-400.eot");
    src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/webfonts/fa-regular-400.eot");
    src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/webfonts/fa-solid-900.eot");
    src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}


.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa-instagram::before {
    content: "\f16d";
}  
.namasiteboxx{
    
    display: flex;
    justify-content: center;
    align-items: center;

}
.btn-site-copyright{

    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    gap: 14px;
    font-size: 13px;
}

.related-content__items__item__content > a h2 {
    margin-top: 0 !important;
    font-size: 18px;
  }

