﻿body {
    padding-top: 0;
}

.header {
    background: none;
}

.main-carousel-home .slider-img-box {
    display: block;
    width: 100%;
}

.main-carousel-home img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-carousel-home video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-carousel-home .flickity-page-dots {
    bottom: 30px;
}

    .main-carousel-home .flickity-page-dots .dot {
        opacity: 1;
        background: #fff;
    }

        .main-carousel-home .flickity-page-dots .dot.is-selected {
            width: 30px;
            background: #ffd100;
            border-radius: 4px;
        }





.carousel-section .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: rgba(255,255,255,0.5);
    border: 1px solid #b3b3b3;
    outline: none;
    font-size: 20px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
}

    .carousel-section .flickity-prev-next-button:hover {
        box-shadow: 0 2px 25px rgba(0,0,0,0.3);
    }

    .carousel-section .flickity-prev-next-button svg {
        width: 30%;
        height: 30%;
        left: 35%;
        top: 35%;
    }

    .carousel-section .flickity-prev-next-button.next {
        left: 15px !important;
    }

    .carousel-section .flickity-prev-next-button.previous {
        right: 15px !important;
    }

@media(max-width:480px) {
    .main-carousel-home .slider-img-box {
        height: 200px;
    }

    .carousel-section .flickity-prev-next-button {
        width: 34px;
        height: 34px;
    }
}
/******************************************************/
/* service section */
.why-cycas-section {
    margin: 50px 0;
}

    .why-cycas-section header {
        margin-bottom: 30px;
        text-align: center;
    }

        .why-cycas-section header span {
            border: 1px solid #ffd10099;
            padding: 10px 20px;
            border-radius: 7px;
            font-family: ism;
            font-size: 12px;
            background-color: #fffae5;
        }

            .why-cycas-section header span:before {
                font-family: fontello;
                content: '\02a3';
                color: #ffd100;
                vertical-align: middle;
                margin-left: 10px;
                font-size: 8px;
            }

.why-cycas-des {
    margin-bottom: 50px;
    text-align: center;
}

    .why-cycas-des h2 {
        line-height: 1.5;
        font-family: isb;
        font-weight: normal;
        margin-bottom: 15px;
    }

.why-cycas-item-container {
    display: flex;
    flex-wrap: wrap;
}

.why-cycas-item {
    padding-bottom: 30px;
    width: 33%;
    padding: 30px;
}

    .why-cycas-item:nth-child(-n+3) {
        border-bottom: 1px solid #eee;
    }

    .why-cycas-item:nth-child(3n+2) {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .why-cycas-item:hover {
        background-color: #f5f5f5;
    }

    .why-cycas-item:before {
        background-color: #ffd100;
        height: 2px;
    }

.why-cycas-img {
    border: 1px solid #ffd10099;
    border-radius: 7px;
    font-family: ism;
    font-size: 12px;
    background-color: #fffae5;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.why-cycas-item:hover .why-cycas-img {
    background-color: #ffd100;
}

.why-cycas-img img {
    height: 26px;
}

.why-cycas-item h6 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: isb;
}

.why-cycas-item:hover .why-cycas-item h6 {
    color: #ffd100;
}

.why-cycas-item p {
    font-size: 14px;
    color: rgba(115,115,115,1);
    height: 60px;
}

@media(max-width:480px) {
    .why-cycas-des {
        margin-bottom: 20px;
    }

        .why-cycas-des h2 {
            font-size: 20px;
        }

        .why-cycas-des p {
            font-size: 14px;
            font-family: ism;
            padding: 0 15px;
        }

    .why-cycas-item {
        padding: 15px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #eee;
    }

        .why-cycas-item:last-child {
            border-bottom: none;
        }

        .why-cycas-item:nth-child(3n+2) {
            border-left: none;
            border-right: none;
        }

    .why-cycas-img {
        border-radius: 5px;
        height: 40px;
        width: 40px;
    }

        .why-cycas-img img {
            height: 20px;
        }

    .why-cycas-item h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
/***************************************/

.news-section {
    padding: 75px 0;
    background-color: #f8f8f8;
}

    .news-section header {
        margin-bottom: 30px;
        text-align: center;
    }

        .news-section header span {
            border: 1px solid #ffd10099;
            padding: 10px 20px;
            border-radius: 7px;
            font-family: ism;
            font-size: 12px;
            background-color: #fffae5;
        }

            .news-section header span:before {
                font-family: fontello;
                content: '\02a3';
                color: #ffd100;
                vertical-align: middle;
                margin-left: 10px;
                font-size: 8px;
            }

.news-section-des {
    margin-bottom: 50px;
    text-align: center;
}

    .news-section-des h2 {
        line-height: 1.5;
        font-family: isb;
        font-weight: normal;
        margin-bottom: 15px;
    }

.news-tabs {
    margin-bottom: 20px;
    text-align: center;
}


    .news-tabs .tab-title {
        text-align: center;
        display: inline-block;
        width: 120px;
        padding: 10px;
        border-radius: 15px;
        transition: all 0.2s ease-in-out;
        color: #000;
        cursor: pointer;
    }

        .news-tabs .tab-title.active {
            background-color: #ffd100;
            color: #000;
            border-radius: 10px;
            font-family: ism;
        }

.news-footer {
    text-align: center;
}

    .news-footer .btn-more {
        display: inline-block;
        background: #ffd100;
        color: #000;
        padding: 8px 30px;
        text-decoration: none;
        transition: .3s;
        font-family: isb;
        text-decoration: none;
        outline: none;
        border-radius: 8px;
    }

.carousel-news .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: rgba(255,255,255,0.5);
    border: 1px solid #b3b3b3;
    outline: none;
    font-size: 20px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
}

    .carousel-news .flickity-prev-next-button:hover {
        box-shadow: 0 2px 25px rgba(0,0,0,0.3);
    }

    .carousel-news .flickity-prev-next-button svg {
        width: 30%;
        height: 30%;
        left: 35%;
        top: 35%;
    }


    .carousel-news .flickity-prev-next-button.next {
        left: -70px !important;
    }

    .carousel-news .flickity-prev-next-button.previous {
        right: -70px !important;
    }

.carousel-news .carousel-cell {
    padding-left: 10px;
    padding-right: 10px;
}

@media(max-width:480px) {
    .news-tabs .tab-title {
        width: auto;
        padding: 0 12px;
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
        color: #000;
        cursor: pointer;
        font-size: 13px;
    }

    .carousel-news .flickity-prev-next-button {
        display: none;
    }

    .carousel-news .carousel-cell {
        padding-left: 5px;
        padding-right: 5px;
    }

    .news-footer .btn-more {
        padding: 6px 10px;
        font-size: 13px;
        font-family: ism;
    }
}
/***************************************/

.services-section {
    width: 100%;
}

.service-item {
    display: flex;
    width: 100%;
    align-items: center;
}

    .service-item.reverse {
        flex-direction: row-reverse;
    }

.service-content {
    width: 50%;
}

.service-image {
    width: 50%;
    height: 420px;
}

    .service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.service-content {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 50px;
    box-sizing: border-box;
}

.service-content-inner {
    max-width: 520px;
}

.service-subtitle {
    color: #f5b400;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: ism;
}

.service-title {
    font-size: 30px;
    font-family: isb;
    color: #111;
    line-height: 1.4;
    margin-bottom: 25px;
}

.service-description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-tags {
    margin-bottom: 35px;
}

.service-tag {
    display: inline-block;
    background: #f5f5f5;
    color: #000;
    font-size: 12px;
    padding: 3px 12px;
    margin: 0 0 8px 8px;
    border-radius: 8px;
}

.service-btn {
    display: inline-block;
    background: #ffd100;
    color: #000;
    padding: 8px 30px;
    text-decoration: none;
    transition: .3s;
    font-family: isb;
    text-decoration: none;
    outline: none;
    border-radius: 8px;
}

    .service-btn:hover {
        background: #ffe055;
        color: #000;
    }

@media(max-width:480px) {
    .service-item {
        flex-direction: column !important;
        align-items: center;
    }

    .service-content {
        width: 100%;
        padding: 15px;
    }

    .service-image {
        width: 100%;
        height: auto;
    }

    .service-subtitle {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .service-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .service-description {
        font-size: 13px;
    }

    .service-tags {
        margin-bottom: 15px;
    }

    .service-tag {
        font-size: 11px;
        padding: 3px 10px;
        margin: 0 0 4px 4px;
        border-radius: 8px;
    }

    .service-btn {
        padding: 6px 10px;
        font-size: 13px;
        font-family: ism;
        margin-bottom: 30px;
    }
}
/*******************************************************/
.products-section {
    width: 100%;
    margin-top: 100px;
}

    .products-section header {
        margin-bottom: 30px;
        text-align: center;
    }

        .products-section header span {
            border: 1px solid #ffd10099;
            padding: 10px 20px;
            border-radius: 7px;
            font-family: ism;
            font-size: 12px;
            background-color: #fffae5;
        }

            .products-section header span:before {
                font-family: fontello;
                content: '\02a3';
                color: #ffd100;
                vertical-align: middle;
                margin-left: 10px;
                font-size: 8px;
            }

.products-section-des {
    margin-bottom: 50px;
    text-align: center;
}

    .products-section-des h2 {
        line-height: 1.5;
        font-family: isb;
        font-weight: normal;
        margin-bottom: 15px;
    }

.products-carousel-container {
    background: #f8f8f8;
    padding: 40px 0;
}

.carousel-nav {
    margin-bottom: 30px;
}

.nav-cell {
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    opacity: .45;
    transition: .35s;
    border-bottom: 2px solid #f8f8f8;
    margin: 0 20px;
}

    .nav-cell h3 {
        font-size: 20px;
        margin: 0 10px;
        font-family: isb;
    }

    .nav-cell span {
        font-size: 10px;
        display: block;
        margin-top: 6px;
        letter-spacing: 1px;
        color: #404040;
    }

.carousel-nav .is-nav-selected {
    opacity: 1;
}

    .carousel-nav .is-nav-selected h3 {
        color: #000;
    }

.carousel-nav .is-nav-selected {
    border-bottom: 2px solid #ffd100;
}

.carousel-main {
    width: 100%;
}

    .carousel-main .carousel-cell {
        width: 100%;
        text-align: center;
    }

        .carousel-main .carousel-cell img {
            height: 380px;
            display: block;
            margin: 0 auto 30px auto;
        }

    .carousel-main .flickity-prev-next-button {
        width: 40px;
        height: 40px;
        border-radius: 0;
        background: rgba(255,255,255,0.5);
        border: 1px solid #b3b3b3;
        outline: none;
        font-size: 20px;
        box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
    }

        .carousel-main .flickity-prev-next-button:hover {
            box-shadow: 0 2px 25px rgba(0,0,0,0.3);
        }

        .carousel-main .flickity-prev-next-button svg {
            width: 30%;
            height: 30%;
            left: 35%;
            top: 35%;
        }

        .carousel-main .flickity-prev-next-button.next {
            left: 50px !important;
        }

        .carousel-main .flickity-prev-next-button.previous {
            right: 50px !important;
        }

.products-footer {
    text-align: center;
}

    .products-footer .btn-more {
        display: inline-block;
        background: #ffd100;
        color: #000;
        padding: 8px 30px;
        text-decoration: none;
        transition: .3s;
        font-family: isb;
        text-decoration: none;
        outline: none;
        border-radius: 8px;
        margin: 0 5px;
    }

        .products-footer .btn-more:hover {
            background: #ffe055;
            color: #000;
        }

    .products-footer .btn-catalog {
        display: inline-block;
        background: #263238;
        color: #fff;
        padding: 8px 30px;
        text-decoration: none;
        transition: .3s;
        font-family: ism;
        text-decoration: none;
        outline: none;
        border-radius: 8px;
        margin: 0 5px;
    }

        .products-footer .btn-catalog:hover {
            background: #455a64;
            color: #fff;
        }

@media(max-width:480px) {
    .products-section {
        margin-top: 50px;
    }

    .products-section-des h2 {
        font-size: 24px;
    }

    .carousel-main .carousel-cell img {
        height: auto;
        width: 70%;
    }

    .carousel-main .flickity-prev-next-button {
        width: 34px;
        height: 34px;
    }

        .carousel-main .flickity-prev-next-button.next {
            left: 15px !important;
        }

        .carousel-main .flickity-prev-next-button.previous {
            right: 15px !important;
        }

    .nav-cell h3 {
        font-size: 14px;
        margin: 0 5px;
    }

    .nav-cell span {
        font-size: 8px;
    }

    .products-footer .btn-more {
        padding: 6px 10px;
        font-size: 13px;
        font-family: ism;
    }

    .products-footer .btn-catalog {
        padding: 6px 10px;
        font-size: 13px;
    }
}
/*************** Parallax **************/
.parallax {
    min-height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-des {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 10px;
}

@media (max-width: 480px) {
    .parallax {
        min-height: 200px;
    }
}
