body {
    font-family: var(--content);
    color: var(--color-body)
}

header {
    padding: 40px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

    header .center {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    header .header-right {
        display: flex;
        align-items: center;
        gap: 30px
    }

        header .header-right .btn {
            margin: 0
        }

        header .header-right .email a, header .header-right .call a {
            font-weight: 600;
            font-size: 14px
        }

        header .header-right i {
            color: var(--color-main)
        }

.slider {
    position: relative;
    overflow: hidden
}

    .slider .owl-item.active span {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        animation-delay: .2s
    }

    .slider .owl-item.active p {
        display: inline-block;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: .6s
    }

    .slider .owl-item.active small {
        display: inline-block;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: .6s
    }

    .slider .owl-item.active .btn, .slider .owl-item.active .video-btn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: 1s
    }

    .slider .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

        .slider .overlay:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%
        }

        .slider .overlay .slide-content {
            max-width: 720px
        }

        .slider .overlay .center {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%
        }

        .slider .overlay .slide-content span {
            font-size: 56px;
            color: var(--color-dark);
            font-weight: 799;
            margin-bottom: 10px;
            display: block;
            font-family: var(--title);
            letter-spacing: -1px;
            position: relative
        }

        .slider .overlay .slide-content small {
            color: var(--color-dark);
            display: block;
            font-size: 20px;
            margin-bottom: 15px
        }

        .slider .overlay .slide-content p {
            display: block;
            width: 100%;
            font-size: 16px;
            color: #231F20;
            font-weight: 500
        }

#cssmenu {
    position: relative;
    z-index: 99;
    font-family: var(--nav)
}

    #cssmenu > ul {
        display: flex
    }

        #cssmenu > ul > li {
            margin: 0 0 0 -4px
        }

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        list-style: none;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        #cssmenu > ul > li > a {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: var(--color-nav);
            padding: 0 15px;
            line-height: 50px;
            letter-spacing: -.5px
        }

        #cssmenu > ul > li.active > a, #cssmenu ul li:hover > a {
            color: var(--color-nav-hover);
            position: relative
        }

        #cssmenu #menu-button {
            display: none
        }

        #cssmenu > ul > li {
            display: inline-block
        }

        #cssmenu ul ul {
            position: absolute;
            left: -9999px;
            box-shadow: 0 0 40px rgba(0,0,0,.2);
            text-align: left;
            background: var(--color-main);
            padding: 12px 0
        }

        #cssmenu.align-right ul ul {
            text-align: right
        }

        #cssmenu li:hover > ul {
            left: auto
        }

        #cssmenu.align-right li:hover > ul {
            left: auto;
            right: 0
        }

        #cssmenu ul ul ul {
            margin-left: 100%;
            top: 0
        }

        #cssmenu.align-right ul ul ul {
            margin-left: 0;
            margin-right: 100%
        }

        #cssmenu ul ul li a {
            padding: 12px 20px;
            font-size: 14px;
            display: block;
            width: 240px;
            text-decoration: none;
            color: var(--color-white);
            font-weight: 600;
            position: relative
        }

            #cssmenu ul ul li a:hover {
                background: color:var(--color-main);
                color: var(--color-white);
                opacity: .6
            }

        #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
            border-bottom: 0
        }

        #cssmenu .has-sub {
            position: relative
        }

            #cssmenu .has-sub > a {
                padding-right: 40px
            }

            #cssmenu .has-sub:before {
                content: '\f107';
                font-family: var(--faw);
                font-size: 12px;
                font-weight: 600;
                position: absolute;
                right: 20px;
                line-height: 50px;
                color: var(--color-nav)
            }

            #cssmenu .has-sub:hover:before {
                color: var(--color-second);
                content: '\f106';
                font-family: var(--faw);
                font-weight: 600
            }

        #cssmenu .active.has-sub:before {
            color: var(--color-second)
        }

.sidebar-content {
    display: flex;
    gap: 40px
}

    .sidebar-content .content {
        width: 80%
    }

    .sidebar-content .sidebar {
        width: 20%
    }

.side-menu {
    background: var(--color-main);
    border-radius: 6px
}

    .side-menu ul {
        list-style: none;
        padding: 30px 0
    }

        .side-menu ul li a {
            display: block;
            padding: 15px 30px;
            font-size: 14px;
            font-family: var(--title);
            color: var(--color-white);
            border-bottom: 1px solid var(--color-purple)
        }

        .side-menu ul li:last-child a {
            border-bottom: none
        }

        .side-menu ul li a:hover, .side-menu ul li.active a {
            opacity: .7
        }

.circle {
    width: 240px;
    height: 240px;
    color: #fff;
    justify-content: center;
    background: var(--color-main);
    display: block;
    border-radius: 240px;
    text-align: center;
    line-height: 240px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center
}

    .circle img {
        max-width: 180px
    }

    .circle:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 260px;
        height: 260px;
        border-radius: 260px;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        background: var(--color-main);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        z-index: -2
    }

    .circle:after {
        text-align: center;
        line-height: 280px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 280px;
        height: 280px;
        background: var(--color-main);
        border-radius: 50%;
        transition: all 200ms;
        content: '';
        z-index: -1;
        animation: pulse-border 1500ms ease-out infinite
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0
    }
}

.hidden-header {
    height: 160px
}

.product-box, .product-detail .image img {
    padding: 30px;
    border: 1px solid var(--color-light);
    border-radius: 6px
}

    .product-box img, .product-detail .image img {
        width: 100%
    }

.get-offer {
}

    .get-offer a {
        background: var(--color-red);
        border: 1px solid var(--color-border);
        padding: 30px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .get-offer a h4 {
            color: var(--color-main)
        }

.benefits .center {
    display: flex;
    align-items: center;
    gap: 40px
}

.benefits .b-left {
    width: 40%;
    text-align: right
}

.benefits .b-center {
    position: relative;
    width: 30%
}

.benefits .b-right {
    width: 40%
}

.benefits .b-box {
    padding: 20px 0
}

.home-about .center {
    display: flex;
    align-items: center;
    gap: 40px
}

.home-about .text {
    width: 40%
}

.home-about .about-box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px
}

    .home-about .about-box .a-box {
        width: 40%;
        text-align: center;
        background: var(--color-red);
        border: 1px solid var(--color-border);
        border-radius: 10px;
        padding: 40px;
        flex-direction: column;
        align-items: center;
        display: flex
    }

        .home-about .about-box .a-box .icon {
            position: relative;
            margin-top: -110px;
            margin-bottom: 20px;
            width: 120px;
            height: 120px;
            border-radius: 120px;
            background: var(--color-main)
        }

.stats {
    background: url(../img/statbg.svg) left center no-repeat var(--color-main);
    text-align: center
}

    .stats .stat-box p {
        color: var(--color-white);
        font-size: 18px;
        font-weight: 600
    }

    .stats .stat-box .count-box {
        font-size: 50px;
        font-weight: 600;
        color: var(--color-white)
    }

.blog-box .b-image img {
    border-radius: 10px
}

.blog-box .b-ex {
    padding: 40px
}

span.date {
    font-size: 13px;
    color: var(--color-main);
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.contact {
    background: url(../img/contactbg.jpg);
    background-size: cover;
    background-attachment: fixed
}

    .contact .center {
        max-width: 720px
    }

    .contact h2, .contact p {
        color: var(--color-white)
    }

h2 a {
    display: inline-block;
    float: right;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--color-grey)
}

footer h5 {
    margin-bottom: 20px
}

.f-logo img {
    margin-bottom: 20px
}

.f-nav ul {
    list-style: none
}

    .f-nav ul li {
        display: block;
        padding: 4px 0
    }

        .f-nav ul li a {
            font-size: 13px;
            font-weight: 500
        }

.f-contact ul li {
    font-size: 14px;
    display: block;
    padding: 4px 0
}

    .f-contact ul li i {
        color: var(--color-main)
    }

.f-social {
    text-align: right
}

    .f-social ul li {
        display: inline-block
    }

        .f-social ul li a {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: var(--color-main);
            font-size: 18px;
            display: block
        }

            .f-social ul li a:hover {
                color: var(--color-dark)
            }

.bottom {
    border-top: 2px solid var(--color-border)
}

.bottom {
    background: var(--color-red)
}

    .bottom p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0
    }

.address ul {
    list-style: none
}

    .address ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

        .address ul li .icon {
            width: 80px;
            height: 80px;
            line-height: 80px;
            min-width: 80px;
            background: var(--color-red);
            color: var(--color-main);
            border-radius: 2px;
            text-align: center;
            font-size: 24px;
            margin-right: 20px;
            border-radius: 6px
        }

        .address ul li small {
            display: block;
            font-weight: 600;
            color: var(--color-main);
            font-size: 14px
        }

        .address ul li a {
            color: var(--color-dark)
        }

@media only screen and (max-width:1249px) {
    #cssmenu > ul > li.active > a, #cssmenu ul li:hover > a {
        opacity: 1;
        position: relative
    }

    #cssmenu {
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        text-align: left;
        margin: 0
    }

        #cssmenu > ul > li > a:hover {
            background: var(--color-dark);
            color: var(--color-white)
        }

        #cssmenu > ul {
            margin: 0;
            position: relative
        }

        #cssmenu > ul {
            display: none;
            z-index: 9;
            position: absolute;
            top: 60px;
            left: 10px;
            right: 10px
        }

        #cssmenu ul {
            display: none;
            z-index: 9;
            position: absolute
        }

        #cssmenu:after, #cssmenu > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

        #cssmenu.align-center > ul, #cssmenu.align-right ul ul {
            text-align: left
        }

        #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto
        }

        #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
            float: none;
            display: block
        }

        #cssmenu > ul > ul > li > a {
            font-size: 12px;
            color: var(--color-white);
            background: none;
            padding: 15px 20px 20px 30px
        }

        #cssmenu > ul > li > a {
            padding: 20px !important;
            color: var(--color-white) !important;
            display: block;
            background: color:var(--color-main);
            font-size: 14px;
            line-height: normal !important;
            border-bottom: 1px solid var(--color-light)
        }

        #cssmenu > ul > li:last-child > a {
            border-bottom: none
        }

        #cssmenu > ul > li {
            background: var(--color-main);
            margin: 0
        }

        #cssmenu ul ul li a {
            padding: 15px 20px
        }

        #cssmenu ul ul {
            padding: 0 !important
        }

            #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
                color: var(--color-white);
                background: var(--color-main)
            }

            #cssmenu ul ul li > a, #cssmenu ul ul li a {
                background: var(--color-white)
            }

            #cssmenu ul ul ul li a {
                padding-left: 40px
            }

            #cssmenu ul ul ul ul li a {
                padding-left: 40px
            }

        #cssmenu > ul > li {
            border-right: none
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0
        }

        #cssmenu #menu-button {
            display: block;
            color: var(--color-main);
            cursor: pointer;
            font-size: 12px;
            height: 48px;
            background: var(--color-dark);
            width: 48px;
            position: absolute;
            top: 8px;
            right: 30px;
            border-radius: 2px
        }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 10;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid var(--color-light);
            height: 55px;
            width: 55px;
            cursor: pointer
        }

            #cssmenu .submenu-button::after {
                content: '';
                position: absolute;
                top: 21px;
                left: 26px;
                display: block;
                width: 1px;
                height: 11px;
                background: var(--color-white);
                z-index: 99
            }

            #cssmenu .submenu-button::before {
                content: '';
                position: absolute;
                left: 21px;
                top: 26px;
                display: block;
                width: 11px;
                height: 1px;
                background: var(--color-white);
                z-index: 99
            }

        #cssmenu ul li a, #cssmenu ul ul li a {
            width: 100%
        }

        #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after, #menu-line, #cssmenu .submenu-button.submenu-opened:after {
            display: none
        }

        #cssmenu ul ul li a {
            color: var(--color-white);
            background: var(--colo-main)
        }

        #cssmenu ul ul {
            border-bottom: none
        }

            #cssmenu ul ul li a {
                border-bottom: 1px solid var(--color-light)
            }

    #menu-button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994
    }

        #menu-button:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            margin: auto;
            position: absolute;
            top: 24px;
            right: 0;
            left: 0;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #ddd;
            border-bottom: 2px solid #ddd;
            content: ''
        }

        #menu-button:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            margin: auto;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 17px;
            right: 0;
            left: 0;
            display: block;
            height: 2px;
            width: 20px;
            background: #ddd;
            content: ''
        }

        #menu-button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 22px;
            border: 0;
            height: 2px;
            width: 19px;
            background: var(--color-white);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        #menu-button.menu-opened:before {
            top: 22px;
            background: var(--color-white);
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    #cssmenu .has-sub:before {
        display: none
    }

    .slider .slide img {
        object-fit: cover;
        height: 60vh
    }

    .slider .overlay .slide-content span {
        font-size: 30px;
        line-height: 34px
    }

    .benefits .center {
        flex-direction: column;
    }

    .benefits .b-left, .benefits .b-center, .benefits .b-right {
        width: 100%
    }

    .benefits .b-left, .benefits .b-right {
        display: flex;
        gap: 20px
    }

    .benefits .b-box {
        text-align: left;
        width: 50%;
    }

        .benefits .b-box h3 {
            font-size: 16px
        }

        .benefits .b-box p {
            font-size: 13px
        }

    .circle {
        width: 170px;
        height: 170px;
        border-radius: 170px;
        line-height: 170px;
    }

        .circle img {
            max-width: 140px
        }

        .circle:before {
            width: 170px;
            height: 170px;
        }

        .circle:after {
            line-height: 170px;
            width: 170px;
            height: 170px;
        }

    .home-about .center {
        flex-direction: column;
    }

    .home-about .about-box {
        width: 100%;
        margin-top: 100px
    }

    .home-about .text {
        width: 100%;
        text-align: center;
    }

    .home-about .about-box .a-box {
        width: 100%
    }

    h2 a {
        font-size: 12px;
        line-height: 24px
    }

    footer .col-5 {
        grid-template-columns: repeat(1,1fr);
    }

    footer, .f-social {
        text-align: center;
    }

    header .center {
        flex-direction: column-reverse;
        gap: 5px;
        align-items: stretch;
    }

    header .header-right .email {
        display: none;
    }

    header .header-right .btn {
        padding: 12px 30px
    }

    header .header-right {
        justify-content: space-between;
    }

    header {
        padding: 20px 0
    }

    .home-about {
        padding: 0 0 120px 0
    }
}
