
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}

body {
    margin: 0;
    background: #fff;
    font-family: Open Sans
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .55
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .55
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-.625rem);
        transform: translateY(-.625rem)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-.625rem);
        transform: translateY(-.625rem)
    }
}

@-webkit-keyframes animationFramesR {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    to {
        -webkit-transform: translate(0) rotate(100deg);
        transform: translate(0) rotate(100deg)
    }
}

@keyframes animationFramesR {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    to {
        -webkit-transform: translate(0) rotate(100deg);
        transform: translate(0) rotate(100deg)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.octo {
    margin-top: 120px;
    filter: drop-shadow(2px 7px 6px #eaeaec);
}



.partner-section {
    padding: 2.875rem 0 7.5rem;
    margin-top: 40px;
    background-color: #f3f3f3;
}

    .partner-section .partner-text {
        text-align: center;
        margin-bottom: 1.438rem
    }

        .partner-section .partner-text .partner-title {
            font-size: 24px;
            color: #fa6d1d;
            text-transform: uppercase;
            line-height: 1.5
        }

        .partner-section .partner-text .partner-subtitle {
            font-size: 50px;
            color: #000;
            font-weight: 700;
            line-height: 1.2;
            margin: 0 0 10px
        }

        .partner-section .partner-text .partner-description {
            font-size: 22px;
            color: #897272;
            font-weight: 300;
            line-height: 1;
            width: 75%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0;
        }
    .partner-section .item-single {margin:20px 5px}


        .partner-section .item-single .shadow-block {
            border: .063rem solid #fff;
            border-radius: .625rem;
            background-color: #fff;
            box-shadow: 0px 1px 34px 0 rgb(0 0 0 / 7%);
        }

        .partner-section .item-single .shadow-block .img-block .sale-ribbon-left {
            background-image: url('../img/home-3/img/new-bg.png');
            background-repeat:no-repeat;
            position: absolute;
            background-size: 100%;
            top: 1.875rem;
            height: 1.875rem;
            width: 3.125rem;
            color: #fff !important;
            font-size: 1.5em;
            cursor: pointer;
            line-height: .8;
            transition: line-height .5s
        }

            .partner-section .item-single .shadow-block .img-block .sale-ribbon-left span {
                font-size: .875rem;
                font-weight: 600;
                margin-left: .313rem
            }

        .partner-section .item-single .shadow-block .img-block .sale-ribbon {
            background: url(../img/home-3/img/bg.png) no-repeat;
            position: absolute;
            background-size: 1.875rem;
            height: 6.25rem;
            right: 2.5rem;
            text-align: center;
            z-index: 1;
            color: #fff !important;
            cursor: pointer;
            width: 1.875rem;
            line-height: 1.25rem;
            transition: line-height .5s
        }

            .partner-section .item-single .shadow-block .img-block .sale-ribbon span {
                font-size: .875rem;
                font-weight: 600
            }

        .partner-section .item-single .shadow-block .img-block .image-area img {
            background: 100%;
            width: 100%;
            padding: 2.5rem 5rem
        }

        .partner-section .item-single .shadow-block .info-block .name {
            font-size: 1.125rem;
            color:#535593;
            font-weight: 600;
            line-height: 1.417;
            text-align: center;
            margin: .688rem 0 .625rem
        }

        .partner-section .item-single .shadow-block .info-block .price-block {
            text-align: center
        }

            .partner-section .item-single .shadow-block .info-block .price-block .price {
                font-size: 1.75rem;
                color: #000;
                font-weight: 600;
                line-height: 1.357
            }

        .partner-section .item-single .shadow-block .info-block .btn-buy-now {
            text-align: center;
            margin: 2.313rem 0 3.125rem
        }

            .partner-section .item-single .shadow-block .info-block .btn-buy-now .buy-btn {
                font-size: .875rem;
                color: #fff;
                font-weight: 600;
                text-transform: uppercase;
                background: #f82120;
                padding: 1.125rem 0 .938rem 1.875rem;
                border-radius: 1.875rem;
                text-decoration: none;
                outline: none
            }

                .partner-section .item-single .shadow-block .info-block .btn-buy-now .buy-btn i {
                    background: #fb8a4a;
                    border-radius: 50%;
                    padding: .75rem;
                    font-size: 1.25rem;
                    margin: 0 .313rem
                }

        .partner-section .item-single:hover .shadow-block {
            border: .063rem solid #ff6868;
            border-radius: .625rem
        }

    .partner-section .partner-section-slider.slick-initialized button {
        opacity: 0
    }

    .partner-section .partner-section-slider.slick-initialized .slick-prev {
        left: -1%;
        top: 40%;
        position: absolute;
        bottom: -.625rem;
        font-size: 1.25rem;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 .688rem 1.375rem 0 rgba(35,35,35,.08);
        border: none;
        height: 3.125rem;
        width: 3.125rem;
        padding: 0;
        line-height: 3.125rem;
        outline: none;
        z-index: 1
    }

        .partner-section .partner-section-slider.slick-initialized .slick-prev:hover {
            background-color: #fa6d1d;
            transition: .5s
        }

        .partner-section .partner-section-slider.slick-initialized .slick-prev i {
            color: #000;
            font-weight: 700
        }

    .partner-section .partner-section-slider.slick-initialized .slick-next {
        right: -1%;
        top: 40%;
        position: absolute;
        bottom: -.625rem;
        font-size: 1.25rem;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 .688rem 1.375rem 0 rgba(35,35,35,.08);
        border: none;
        height: 3.125rem;
        width: 3.125rem;
        padding: 0;
        line-height: 3.125rem;
        outline: none
    }

        .partner-section .partner-section-slider.slick-initialized .slick-next:hover {
            background-color: #fa6d1d;
            transition: .5s
        }

        .partner-section .partner-section-slider.slick-initialized .slick-next i {
            color: #d4d8e3;
            font-weight: 700
        }

    .partner-section .partner-section-slider.slick-initialized:hover button {
        opacity: 1;
        transition: .5s
    }


@media (min-width:320px) and (max-width:575px) {
    .justify-content-xm-center {
        justify-content: center !important
    }

    .shape-section {
        display: none
    }
}



@media (max-width:767px) {
    .nio-dia-skill-progress-bar p {
        display: block !important;
    }

    .nio-dia-skill-progress-bar .skill-set-percent .progress {
        
        left: 0 !important 
    }

    .nio-dia-skill-progress-bar img {
        float:none !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (min-width:576px) and (max-width:767px) {


    .partner-section .partner-text .partner-title {
        font-size: 1.6rem
    }

    .partner-section .partner-text .partner-subtitle {
        font-size: 1.333rem
    }



    .partner-section .partner-section-text .partner-section-title {
        font-size: 1.6rem
    }

    .partner-section .partner-section-text .partner-section-subtitle {
        font-size: 3.333rem
    }

    .partner-section .item-single .shadow-block .img-block .image-area img {
        width: 80%;
        padding: 1.25rem 0 .625rem 1.75rem
    }




    .product-showcase-section .product-showcase-text .product-showcase-title {
        font-size: 1.25rem
    }

    .product-showcase-section .product-showcase-text .product-showcase-subtitle {
        font-size: 2.375rem
    }

    .product-showcase-section .product-showcase-text .product-showcase-description {
        font-size: 1.3rem;
        width: 100%
    }

    .product-showcase-section .product-review .product-review-area .drag-element .image-area img {
        width: 65%
    }


    .partner-section .partner-text .partner-title {
        font-size: 1.25rem
    }

    .partner-section .partner-text .partner-subtitle {
        font-size: 1.375rem
    }

    .partner-section .partner-text .partner-description {
        font-size: 1.3rem;
        width: 100%
    }

    .partner-section .item-single .shadow-block .img-block .image-area img {
        width: 80%;
        padding: 1.25rem 0 .625rem 1.75rem
    }

    .partner-section .item-single .shadow-block .info-block .price-block .price {
        font-size: 2.3rem
    }
}


.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

    .carousel .item {
        color: #747d89;
        min-height: 325px;
        text-align: center;
        overflow: hidden;
    }

    .carousel .thumb-wrapper {
        padding: 25px 15px;
        background: #fff;
        border-radius: 6px;
        text-align: center;
        position: relative;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }

    .carousel .item .img-box {
        height: 120px;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
    }

    .carousel .item img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .carousel .item h4 {
        font-size: 18px;
    }

    .carousel .item h4, .carousel .item p, .carousel .item ul {
        margin-bottom: 5px;
    }

    .carousel .thumb-content .btn {
        color: #7ac400;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        background: none;
        border: 1px solid #7ac400;
        padding: 6px 14px;
        margin-top: 5px;
        line-height: 16px;
        border-radius: 20px;
    }

        .carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
            color: #fff;
            background: #7ac400;
            box-shadow: none;
        }

        .carousel .thumb-content .btn i {
            font-size: 14px;
            font-weight: bold;
            margin-left: 5px;
        }

    .carousel .carousel-control {
        height: 44px;
        width: 40px;
        background: #7ac400;
        margin: auto 0;
        border-radius: 4px;
        opacity: 0.8;
    }

        .carousel .carousel-control:hover {
            background: #78bf00;
            opacity: 1;
        }

        .carousel .carousel-control i {
            font-size: 36px;
            position: absolute;
            top: 50%;
            display: inline-block;
            margin: -19px 0 0 0;
            z-index: 5;
            left: 0;
            right: 0;
            color: #fff;
            text-shadow: none;
            font-weight: bold;
        }

    .carousel .item-price {
        font-size: 13px;
        padding: 2px 0;
    }

        .carousel .item-price strike {
            opacity: 0.7;
            margin-right: 5px;
        }

    .carousel .carousel-control.left i {
        margin-left: -2px;
    }

    .carousel .carousel-control.right i {
        margin-right: -4px;
    }

    .carousel .carousel-indicators {
        bottom: -50px;
    }

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

    .carousel-indicators li.active {
        background: rgba(0, 0, 0, 0.6);
    }

.carousel .wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    color: #abb0b8;
}

    .carousel .wish-icon .fa-heart {
        color: #ff6161;
    }

.star-rating li {
    padding: 0;
}

.star-rating i {
    font-size: 14px;
    color: #ffc000;
}