﻿.about-section {
    position: relative;
    padding: 120px 0 90px;
    background: #fff
}

    .about-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -410px;
        width: 50%;
        height: 100%;
        background: #f4f5f8
    }

.about-me-one {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (min-width:1200px) {
    .about-me-one {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .about-me-one__content {
        padding-left: 30px
    }
}

.about-me-one__content .sec-title {
    margin-bottom: 0;
    text-align: center
}

.about-me-one__qoute {
    color: var(--thm-base);
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    font-weight: 400;
    text-align: center
}

.about-me-one__text {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 34px
}

.feature-six {
    background-color: #f4f5f8
}

.feature-six__image, .video-one .video-one__image {
    position: relative;
    margin-bottom: 60px
}

    .feature-six__image img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

.feature-six__image__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    padding: 40px;
    white-space: pre-line;
    text-transform: uppercase;
    line-height: 1;
    color: var(--thm-black);
    font-weight: 500;
    font-size: 22px;
    font-family: var(--thm-font)
}

@media (min-width:1200px) {
    .about-me-one__qoute {
        margin-top: 15px
    }

    .about-me-one__text {
        margin-bottom: 8px;
        text-align: center;
        text-indent: 10px
    }

    .feature-six__image {
        margin-bottom: 0
    }

        .feature-six__image img {
            max-width: none !important;
            width: auto;
            float: right
        }

    .feature-six__content {
        padding-left: 60px
    }
}

@media (min-width:1440px) {
    .about-me-one__content {
        padding-left: 70px
    }

    .feature-six__content {
        padding-left: 115px
    }
}

.feature-six__content .sec-title {
    margin-bottom: 10px
}

.feature-six__list li:last-child, .process-one .sec-title, .video-one__content .sec-title {
    margin-bottom: 0
}

.feature-six__content__text {
    font-size: 20px;
    line-height: 34px;
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    margin-bottom: 20px
}

.feature-six__list li {
    position: relative;
    font-size: 20px;
    color: var(--thm-black);
    font-family: var(--thm-b-font);
    line-height: 1.4em;
    margin-bottom: 8px
}

.call-to-section h2, .call-to-section-two h2 {
    line-height: .85em;
    margin: 0 0 25px;
    float: left
}

.feature-six__list li > i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--thm-base);
    font-size: 20px
}

.video-one {
    padding-top: 90px;
    padding-bottom: 75px
}

    .video-one .video-one__image img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        border-radius: 8px
    }

.product-card__content, .video-one__content {
    text-align: center
}

    .video-one__content .sec-title h2 {
        letter-spacing: -.02em
    }

    .video-one__content .block-text {
        margin: 0;
        font-family: var(--thm-b-font);
        font-size: 22px;
        line-height: 34px;
        color: var(--thm-text);
        padding-bottom: 20px
    }

@media (min-width:768px) {
    .video-one__content .sec-title h2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .video-one__content .block-text {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }
}

.sec-title-six {
    margin-bottom: 54px
}

.sec-title-six__text {
    color: var(--thm-base);
    font-size: 20px;
    margin: 0 0 26px;
    line-height: 1
}

    .sec-title-six__text span {
        padding-bottom: 6px;
        border-bottom: 2px solid currentColor
    }

.sec-title-six__title {
    font-size: 40px;
    font-weight: 700;
    color: var(--thm-black);
    margin: 0;
    line-height: 1
}

.video-six {
    background-color: var(--thm-base);
    position: relative
}

.video-six__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px
}

.video-six__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.process-one__list li, .process-one__summery {
    font-weight: 400;
    color: var(--thm-text);
    font-size: 20px
}

.video-six__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.video-six__video__text {
    font-family: reeyregular;
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 1
}

.fa {
    line-height: inherit
}

.shop-page {
    padding-top: 100px;
    padding-bottom: 85px
}

@media (max-width:992px) {
    .shop-page {
        padding-top: 120px;
        padding-bottom: 105px
    }
}

.product-card {
    margin-bottom: 30px
}

.product-card__buttons {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: .5s;
    transition: .5s
}

.product-card:hover .product-card__buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.product-card__buttons .btn-style-one {
    margin-right: 10px
}

.product-card__buttons .theme-btn .btn-title {
    padding: 7px 21px 3px;
    font-size: 20px
}

.product-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 370px;
    height: 370px
}

    .product-card__image > img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.product-card__title {
    margin: 25px 0 5px;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase
}

    .product-card__title a {
        color: inherit;
        -webkit-transition: .5s;
        transition: .5s
    }

        .page-banner .bread-crumb li a:hover, .page-banner .bread-crumb li.active, .product-card__title a:hover {
            color: var(--thm-base)
        }

.product-card__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

    .product-card__stars i {
        font-size: 14px;
        color: var(--thm-base)
    }

        .product-card__stars i + i {
            margin-left: 5px
        }

.load-more-products {
    margin-top: 30px
}

.product-details {
    padding-bottom: 60px;
    padding-top: 100px
}

.product-details__buttons {
    margin-bottom: 35px;
    margin-top: 15px
}

    .product-details__buttons .theme-btn {
        margin-right: 10px;
        margin-top: 5px
    }

.product-details__title {
    font-size: 45px;
    text-transform: uppercase;
    margin: 30px 0 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.process-one {
    counter-reset: processCount
}

.process-one__image {
    counter-increment: processCount;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    border-radius: 8px;
    background-color: var(--thm-black)
}

.btn-style-one, .btn-style-two {
    text-align: center;
    letter-spacing: .05em;
    border-radius: 5px;
    font-family: var(--thm-font);
    text-transform: uppercase;
    overflow: hidden
}

.process-one__image::before {
    content: "";
    border-radius: 50%;
    background-color: #f4f5f8;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.process-one__image::after {
    content: counters(processCount, ".", decimal-leading-zero);
    background-color: var(--thm-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 30px;
    padding-top: 5px;
    width: 60px;
    height: 60px;
    top: 20%;
    left: 20%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.process-one__image img {
    max-width: 100%;
    border-radius: 8px;
    position: relative;
    mix-blend-mode: luminosity
}

.process-one__summery {
    margin: 0
}

.process-one__list li {
    position: relative;
    padding-left: 30px
}

    .process-one__list li > i {
        position: absolute;
        top: 8px;
        left: 0;
        color: var(--thm-base);
        font-size: 20px
    }

.theme-btn {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s
}

.call-to-section {
    position: relative;
    padding: 0;
    z-index: 1
}

    .call-to-section .shape-1 {
        position: absolute;
        right: 0;
        top: 0;
        width: 340px;
        max-width: 100%;
        height: 100%;
        background: url(../images/icons/call-to-shape-1.png) right top no-repeat;
        z-index: 1
    }

    .call-to-section .shape-2 {
        position: absolute;
        right: 170px;
        top: 0;
        width: 410px;
        height: 54px;
        background: url(../images/icons/call-to-shape-2.png) right top no-repeat;
        z-index: 0
    }

.btn-style-one .btn-curve, .btn-style-two .btn-curve {
    width: 26px;
    height: 100%;
    opacity: .2;
    top: 0;
    right: -15px
}

.call-to-section .inner {
    position: relative;
    display: block;
    padding: 95px 95px 68px;
    background: var(--thm-base);
    color: var(--thm-black);
    border-radius: 7px;
    overflow: hidden;
    bottom: -60px;
    margin-top: -60px
}

.call-to-section h2 {
    position: relative;
    display: block;
    font-size: 60px;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 500;
    z-index: 3
}

.call-to-section .link-box {
    position: relative;
    float: right;
    padding-top: 12px;
    z-index: 3
}

.btn-style-one .btn-title, .call-to-section-two, .call-to-section-two h2 {
    position: relative;
    z-index: 1
}

.call-to-section-two {
    padding: 120px 0 90px;
    background-color: #2a2c30;
    background-image: url(../images/icons/cta-bg-1-1.png);
    color: #fff
}

    .call-to-section-two .inner, .default-form .field-inner {
        position: relative;
        display: block
    }

    .call-to-section-two h2 {
        display: block;
        font-size: 70px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400
    }

.btn-style-one, .btn-style-two:hover, .sec-title h2 {
    color: var(--thm-black)
}

.call-to-section-two .link-box {
    position: relative;
    float: right;
    padding-top: 25px;
    z-index: 1
}

.btn-style-one .btn-title, .btn-style-two .btn-title {
    font-size: 18px;
    line-height: 30px;
    padding: 19px 50px 16px;
    display: block;
    font-weight: 400;
    letter-spacing: .1em
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.btn-style-one {
    position: relative;
    display: inline-block;
    background: var(--thm-base);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .btn-style-one .btn-curve, .btn-style-two, .contact-section .info-block .inner-box:hover, .page-banner {
        background: var(--thm-black)
    }

    .btn-style-one .btn-curve {
        position: absolute;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s
    }

    .btn-style-one:hover .btn-curve, .btn-style-two:hover .btn-curve {
        opacity: 1;
        right: 0;
        width: 100%;
        -webkit-transform: skewX(0);
        transform: skewX(0)
    }

.btn-style-two {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .btn-style-two .btn-title {
        position: relative;
        z-index: 1;
        -webkit-transition: .5s;
        transition: .5s
    }

    .btn-style-two .btn-curve {
        position: absolute;
        background: #fff;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s
    }

.default-form {
    position: relative
}

    .default-form .row {
        margin: 0 -15px
    }

    .contact-section .info-block, .default-form .form-group {
        position: relative;
        margin-bottom: 30px
    }

        .default-form .form-group input[type=email], .default-form .form-group input[type=file], .default-form .form-group input[type=number], .default-form .form-group input[type=password], .default-form .form-group input[type=tel], .default-form .form-group input[type=text], .default-form .form-group input[type=url], .default-form .form-group textarea {
            position: relative;
            display: block;
            height: 70px;
            width: 100%;
            font-size: 14px;
            color: #686a6f;
            line-height: 40px;
            font-weight: 400;
            padding: 14px 30px;
            background-color: #f4f5f8;
            border: 1px solid #f4f5f8;
            border-radius: 7px;
            font-family: var(--thm-b-font);
            -webkit-transition: .3s;
            transition: .3s
        }

        .default-form .form-group ::-webkit-input-placeholder {
            opacity: 1;
            color: inherit
        }

        .default-form .form-group :-ms-input-placeholder {
            opacity: 1;
            color: inherit
        }

        .default-form .form-group ::-ms-input-placeholder {
            opacity: 1;
            color: inherit
        }

        .default-form .form-group ::placeholder {
            opacity: 1;
            color: inherit
        }

        .default-form .form-group textarea {
            height: 220px;
            resize: none
        }

.contact-form .form-group button, .contact-form .form-group input[type=submit] {
    display: inline-block
}

.default-form .form-group input[type=email]:focus, .default-form .form-group input[type=file]:focus, .default-form .form-group input[type=number]:focus, .default-form .form-group input[type=password]:focus, .default-form .form-group input[type=tel]:focus, .default-form .form-group input[type=text]:focus, .default-form .form-group input[type=url]:focus, .default-form .form-group textarea:focus {
    border-color: var(--thm-base)
}

.default-form ::-webkit-input-placeholder {
    color: #aaa
}

.default-form ::-moz-input-placeholder {
    color: #aaa
}

.default-form ::-ms-input-placeholder {
    color: #aaa
}

.banner-section {
    position: relative;
    z-index: 1
}

.banner-one-page {
    margin-top: 117px
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

    .sec-title.centered {
        max-width: 650px;
        margin: 0 auto 50px
    }

    .sec-title .upper-text {
        position: relative;
        display: inline-block;
        line-height: 1.6em;
        font-size: 20px;
        color: #9b9fa6;
        font-weight: 400;
        margin: 0 0 20px
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 70px;
        line-height: .9em;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 0
    }

        .sec-title h2 .dot {
            color: var(--thm-base);
            padding-left: 7px
        }

.sec-title-two {
    margin-bottom: 45px
}

    .sec-title-two p {
        text-transform: uppercase;
        margin: 0;
        letter-spacing: .1em;
        font-size: 14px;
        font-weight: 600;
        color: var(--thm-base);
        line-height: 1
    }

    .sec-title-two h2 {
        margin: 0;
        font-size: 60px;
        color: var(--thm-black);
        font-weight: 800
    }

.map-data, .map-data h6 {
    color: #222;
    letter-spacing: .05em;
    font-family: var(--thm-font);
    text-align: center
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255,255,255,0);
        box-shadow: 0 0 0 40px rgba(255,255,255,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255,255,255,0);
        box-shadow: 0 0 0 40px rgba(255,255,255,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

.map-section {
    position: relative;
    padding: 0 0 120px
}

    .map-section .map-container {
        position: relative;
        display: block;
        width: 100%;
        margin-top: -120px;
        border-radius: 7px;
        overflow: hidden;
        z-index: 3
    }

.contact-section__one-page, .map-section__one-page {
    padding-bottom: 0
}

    .map-section__one-page .map-container {
        margin-top: 0
    }

.map-iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 450px
}

.map-section__one-page .map-iframe {
    height: 575px
}

.map-data {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em
}

    .map-data h6 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 1em;
        text-transform: uppercase
    }

.contact-section .info-block .inner-box h5, .page-banner .bread-crumb li, .page-banner h1 {
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-banner {
    position: relative;
    padding: 0;
    color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

    .page-banner .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        -webkit-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .page-banner .shape-1, .page-banner .shape-2 {
        right: 0;
        top: 0;
        width: 250px;
        max-width: 100%;
        position: absolute;
        height: 100%
    }

    .page-banner .shape-1 {
        background: url(../images/background/b-shape-1.png) right bottom no-repeat;
        z-index: 1
    }

    .page-banner .shape-2 {
        background: url(../images/background/b-shape-2.png) right top no-repeat;
        z-index: 1
    }

    .page-banner .banner-inner {
        position: relative;
        display: block;
        text-align: center;
        z-index: 3
    }

    .page-banner .inner-container {
        position: relative;
        padding: 240px 0 120px
    }

    .page-banner h1 {
        position: relative;
        font-size: 100px;
        color: #fff;
        line-height: .9em;
        font-weight: 600;
        margin: 0
    }

    .page-banner .page-nav {
        position: relative;
        padding-top: 5px;
        text-align: center
    }

    .page-banner .bread-crumb {
        position: relative;
        display: inline-block
    }

        .page-banner .bread-crumb li {
            position: relative;
            float: left;
            font-size: 20px;
            line-height: 30px;
            color: #ccd6df;
            font-weight: 400;
            cursor: default;
            padding-right: 15px;
            margin-right: 15px;
            letter-spacing: .1em;
            font-family: var(--thm-font)
        }

            .page-banner .bread-crumb li:before {
                position: absolute;
                right: -15px;
                width: 30px;
                text-align: center;
                font-size: 20px;
                line-height: 30px;
                font-weight: 400;
                content: "-"
            }

            .page-banner .bread-crumb li:last-child {
                padding-right: 0;
                margin-right: 0
            }

                .page-banner .bread-crumb li:last-child:before {
                    display: none
                }

            .page-banner .bread-crumb li a {
                color: #fff;
                font-weight: 400;
                -webkit-transition: .3s;
                transition: .3s
            }

.contact-section {
    position: relative;
    padding: 80px 0 10px;
    background: #fff
}

    .contact-section .map-box {
        position: relative;
        display: block;
        margin: 0 0 120px;
        border-radius: 7px;
        overflow: hidden
    }

    .contact-section .form-box {
        position: relative;
        display: block;
        max-width: 770px;
        margin: 0 auto;
        text-align: center
    }

        .contact-section .form-box form .row {
            margin: 0 -10px
        }

        .contact-section .form-box form .form-group {
            padding: 0 10px;
            margin-bottom: 20px
        }

    .contact-section .upper-info {
        position: relative;
        margin-bottom: 90px
    }

    .contact-section .info-block .inner-box {
        position: relative;
        display: block;
        height: 100%;
        min-height: 100%;
        padding: 45px 45px 40px;
        background: #fff;
        border-radius: 7px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
        -webkit-transition: .5s;
        transition: .5s
    }

        .contact-section .info-block .inner-box h5 {
            font-size: 24px;
            color: var(--thm-black);
            font-weight: 400;
            line-height: 1.1em;
            margin: 0
        }

            .contact-section .info-block .inner-box h5 a {
                color: var(--thm-black);
                transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s
            }

        .contact-section .info-block .inner-box:hover h5, .contact-section .info-block .inner-box:hover h5 a {
            color: #fff
        }

        .contact-section .info-block .inner-box .text {
            position: relative;
            display: block;
            color: var(--thm-text);
            padding: 30px 0 0;
            z-index: 1
        }

            .contact-section .info-block .inner-box .text a {
                position: relative;
                color: var(--thm-text)
            }

        .contact-section .info-block .inner-box:hover .text, .contact-section .info-block .inner-box:hover .text a {
            color: #999b9f
        }

            .contact-section .info-block .inner-box:hover .text a:hover, .contact-section .info-block .inner-box:hover h5 a:hover {
                text-decoration: underline;
                color: #fff
            }

[class*=portfolio-horizontal__shape-] {
    position: absolute;
    display: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:768px) {
    .page-banner h1 {
        font-size: 50px;
    }

    .page-banner h1 {
        font-size: 50px;
    }

    .page-banner .bread-crumb li {
        font-size: 15px;
        line-height: 30px;
        color: #ccd6df;
        font-weight: 400;
        cursor: default;
        padding-right: 5px;
        margin-right: 0px !important;
        letter-spacing: 1px;
    }

    .page-banner .inner-container {
        padding: 100px 0 60px;
    }

    .page-banner .image-layer {
        background-position:left bottom;
    }
}


@media (min-width:992px) {
    .feature-six__image__caption {
        font-size: 30px;
        padding: 43px 60px
    }

    .feature-six__content .sec-title, .feature-six__content__text {
        max-width: 550px
    }

    .video-one {
        padding-top: 120px;
        padding-bottom: 105px
    }

    .video-one__content {
        text-align: left
    }

    .sec-title-six__title {
        font-size: 50px
    }

    .process-one .row:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .process-one .row:nth-child(2n) .process-one__image__column {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .process-one .row:nth-child(2n) .process-one__image::after, .process-one .row:nth-child(2n) .process-one__image::before {
            left: auto;
            right: 0;
            -webkit-transform: translate(50%,-50%);
            transform: translate(50%,-50%)
        }

    .process-one .row {
        margin-bottom: 120px
    }

    .process-one__image {
        margin-bottom: 0
    }

        .process-one__image::before {
            width: 387px;
            height: 387px;
            top: 50%;
            left: 0;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

        .process-one__image::after {
            width: 128px;
            height: 128px;
            top: 50%;
            left: 0;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            font-size: 50px;
            padding-top: 12px
        }

    [class*=portfolio-horizontal__shape-] {
        display: block
    }
}

@-webkit-keyframes banner3Shake {
    0%,100% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }

    30%,80% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    60% {
        -webkit-transform: rotate3d(1,0,0,0deg);
        transform: rotate3d(1,0,0,0deg)
    }
}

@keyframes banner3Shake {
    0%,100% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }

    30%,80% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    60% {
        -webkit-transform: rotate3d(1,0,0,0deg);
        transform: rotate3d(1,0,0,0deg)
    }
}

@-webkit-keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateY(0);
        transform: perspective(200px) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg)
    }
}

@keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateY(0);
        transform: perspective(200px) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg)
    }
}

@-webkit-keyframes shapeMover {
    0%,100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes shapeMover {
    0%,100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

.contact-two .form-box {
    text-align: left
}

.contact-two .sec-title {
    margin-bottom: 34px
}

.contact-two__text {
    max-width: 351px;
    margin: 0;
    font-size: 20px;
    line-height: 34px
}

.contact-two__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

    .contact-two__social a {
        color: #686a6f;
        font-size: 20px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .contact-two__social a:hover {
            color: var(--thm-base)
        }

        .contact-two__social a + a {
            margin-left: 24px
        }

.contact-info-two {
    padding-bottom: 80px
}

@media (min-width:1200px) {
    .feature-six__content .sec-title {
        margin-bottom: 30px
    }

    .feature-six__content__text {
        margin-bottom: 40px
    }

    .video-six__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        padding-top: 110px;
        padding-bottom: 120px
    }

    .video-six__title {
        font-size: 50px;
        max-width: 651px
    }

    .video-six__video {
        margin-top: 0
    }

    .product-details {
        padding-top: 120px
    }

    .product-details__title {
        margin-top: -5px;
        margin-right: 10px
    }

    .contact-info-two {
        padding-bottom: 0
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px
    }
}

@keyframes treeMove {
    0%,100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes zoomIn {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }
}
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

:root {
    --thm-font: "Teko",sans-serif;
    --thm-b-font: "Teko",sans-serif;
    --thm-black: #222429;
    --thm-black-rgb: 24,46,101;
    --thm-text: #7c8498;
    --thm-base: #ffc001
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

body {
    font-size: 18px;
    font-family: var(--thm-b-font);
    color: var(--thm-text);
    line-height: 2.125em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    top: 0 !important
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--thm-base)
}

    a:active, a:focus, a:hover, a:visited {
        text-decoration: none;
        outline: 0
    }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 400;
    margin: 0 0 20px;
    background: 0 0;
    line-height: 1.25em;
    font-family: var(--thm-font);
    color: var(--thm-black)
}

h1 {
    font-size: 140px
}

h2 {
    font-size: 70px
}

h3 {
    font-size: 60px
}

h4 {
    font-size: 40px
}

h5 {
    font-size: 30px
}

h6 {
    font-size: 26px
}

.text {
    line-height: 1.9em;
    margin: 0 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .theme-btn i {
        position: relative;
        display: inline-block;
        font-size: 14px;
        margin-left: 3px
    }

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: var(--thm-base);
    color: var(--thm-black);
    border-radius: 5px;
    overflow: hidden;
    font-family: var(--thm-font);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

    .btn-style-one .btn-title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: .1em;
        padding: 19px 50px 16px;
        z-index: 1
    }

    .btn-style-one .btn-curve {
        position: absolute;
        right: -15px;
        top: 0;
        width: 26px;
        height: 100%;
        background: var(--thm-black);
        opacity: .2;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

    .btn-style-one:hover .btn-curve {
        opacity: 1;
        right: 0;
        width: 100%;
        -webkit-transform: skewX(0);
        transform: skewX(0)
    }

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255,255,255,0);
        box-shadow: 0 0 0 40px rgba(255,255,255,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255,255,255,0);
        box-shadow: 0 0 0 40px rgba(255,255,255,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

.fluid-section {
    position: relative;
    padding: 0
}

    .fluid-section .content-box {
        position: relative;
        max-width: 620px;
        margin: 0 auto
    }

    .fluid-section h3 {
        position: relative;
        display: block;
        font-size: 60px;
        line-height: 1.1em;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        margin: 0 0;
        z-index: 3
    }

    .fluid-section .link-box {
        position: relative;
        padding-top: 25px;
        z-index: 3
    }

.error-section {
    position: relative;
    background: #fff;
    padding: 120px 0
}

    .error-section .content {
        position: relative;
        max-width: 700px;
        text-align: center;
        margin: 0 auto
    }

    .error-section .big-text {
        position: relative;
        line-height: .7em;
        font-size: 340px;
        color: var(--thm-base);
        font-weight: 400;
        letter-spacing: 15px;
        line-height: 1em
    }

    .error-section h2 {
        font-weight: 400;
        color: var(--thm-black);
        line-height: 1em;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: .005em
    }

    .error-section .text {
        position: relative;
        display: block;
        line-height: 1.5em
    }

    .error-section .link-box {
        position: relative;
        padding-top: 20px
    }

        .error-section .link-box .theme-btn {
            position: relative;
            min-width: 200px
        }

[class*=portfolio-horizontal__shape-] {
    position: absolute;
    display: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width:992px) {
    [class*=portfolio-horizontal__shape-] {
        display: block
    }
}

@-webkit-keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }

    30% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    60% {
        -webkit-transform: rotate3d(1,0,0,0deg);
        transform: rotate3d(1,0,0,0deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }

    30% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    60% {
        -webkit-transform: rotate3d(1,0,0,0deg);
        transform: rotate3d(1,0,0,0deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }
}

@-webkit-keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateY(0);
        transform: perspective(200px) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg)
    }
}

@keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateY(0);
        transform: perspective(200px) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg)
    }
}

@-webkit-keyframes shapeMover {
    0%,100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes shapeMover {
    0%,100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@keyframes treeMove {
    0%,100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes zoomIn {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }
}