/*
    Tamplate Name: Honley
*/

/*
Table Of Content

1. main menu area
2. mobile menu area
3. slider area
4. video area
5. breadcum area
6. feature area
7. about area
8. service area
9. counter area
10. shop area
11. video area
12. team area
13. contact area
14. map area
15.  testimonial area
16. offer area
17. faq area
18. blog area
19. brand area
20. portfolio area
21. blog left area
22. project information area 
23. footer area

*/

/* ======= site font family ==========*/
@import url('css2.css');

:root {
    --base-color: #f2e3d8;
    --base-font-color: #a75f5c;
    --font-color-grey: #7c7979;
    --blackc: #000;
    --whitec: #fff;
    --bgcolor: #30180c;
    --brcolor: #ff859f;
    --paracolor: #555555;
    --linkcolor: #fcc800;
    --titlecolor: #30180c;
    --again: rgb(255, 0, 54);
    --text-color-gray2: rgba(0, 0, 0, 0.2);
    --text-color-gray4: rgba(0, 0, 0, 0.4);
    --text-color-gray6: rgba(0, 0, 0, 0.6);
    --text-color-gray8: rgba(0, 0, 0, 0.8);
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Microsoft JhengHei', 'Courier New', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* defult css */
body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: var(--paracolor);
    line-height: 26px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--titlecolor);
    line-height: 1.2;
    padding: 0;
    margin-bottom: 2px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

.btn-primary:focus,
textarea:focus,
input:focus {
    box-shadow: none !important;
    border: none;
}

textarea,
input {
    outline: none;
}

.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

::-moz-placeholder {
    font-size: 16px;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

:-ms-input-placeholder {
    font-size: 16px;
}

::placeholder {
    font-size: 16px;
}

.font-color-blue {
    color: #006BFF;
}

a {
    font-size: 15px;
    font-weight: 500;
    transition: .5s;
    text-decoration: underline;
    color: #006BFF;
}

    a:focus,
    a:hover {
        color: #0c5dcd;
        text-decoration: underline;
        outline: none;
    }



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

p.form-messege {
    margin-top: 8px;
}

.text-color-gray2 {
    color: var(--text-color-gray2);
}

.text-color-gray4 {
    color: var(--text-color-gray4);
}

.text-color-gray6 {
    color: var(--text-color-gray6);
}

.text-color-gray8 {
    color: var(--text-color-gray8);
}

.text-color-price {
    color: var(--brcolor);
}

.witr_all_pd0 {
    padding: 0;
}
/* highlight color css */
.highlight {
    color: var(--brcolor);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.footerLine {
    background: url(/image/line.jpg);
    background-repeat: repeat-x;
    height: 2px;
}

.base-background {
    background: var(--base-color);
}

.base-font-color {
    color: var(--base-font-color);
}

.MainTitleBackground {
    background-image: url(/image/MainTitleBackground.jpg);
    background-repeat: repeat-x;
    height: 59px;
}

.MainProdName {
    color: #a16931;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 7px;
}

.MainDiscription {
    color: var(--font-color-grey);
    font-size: .85rem;
    margin-bottom: 15px;
    margin-top: 20px;
}

.MainDataFontColor {
    color: #b36445;
}

.MainDataTitle {
    position: relative; /*相對定位*/
    color: #b36445;
    margin-left: 15px;
    width: 50px;
    letter-spacing: .2rem;
}

    .MainDataTitle::before {
        position: absolute; /*絕對定位*/
        content: "";
        width: 4px;
        height: 6px;
        top: 8px;
        left: -15px;
        background: url(/image/MainTitleBefore.jpg);
    }

.MainDataInfo {
    color: #9f282b;
    font-weight: bold;
}

.sortable-placeholder {
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    height: 30px; /* 根據你的項目高度調整 */
}

.fs-65 {
    font-size: .65rem;
}

.fs-7 {
    font-size: .7rem;
}

.fs-75 {
    font-size: .75rem;
}

.fs-8 {
    font-size: .8rem;
}

.fs-85 {
    font-size: .85rem;
}

.fs-9 {
    font-size: .9rem;
}

.fs-95 {
    font-size: .95rem;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.banner {
    position: relative;
    overflow: hidden;
    margin: 90px auto;
    width: 520px;
    height: 280px;
    background-color: aqua;
    border-radius: 12px;
}

li {
    list-style: none;
}

.banner ul {
    position: absolute;
    top: 0;
    left: 0;
}

    .banner ul li {
        float: left;
    }

        .banner ul li a img {
            display: block;
            width: 520px;
            height: 280px;
        }

.banner .prev,
.banner .next {
    display: none;
    z-index: 2;
    position: absolute;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.banner .prev {
    left: 0;
    transform: translate(-50%, -50%);
    text-indent: 28px;
}

.banner .next {
    right: 0;
    transform: translate(50%, -50%);
    text-indent: 8px;
}

    .banner .prev:hover,
    .banner .next:hover {
        background-color: rgba(0, 0, 0, .3);
    }

.banner .gd {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -36.5px;
    display: flex;
    justify-content: space-around;
    width: 75px;
    height: 15px;
    border-radius: 8px;
    background-color: #ffffff4d;
}

    .banner .gd i {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-top: 2.5px;
        background-color: azure;
    }

.current {
    background-color: #ff5000 !important;
    width: 15px !important;
    height: 9px !important;
    border-radius: 4.5px !important;
}

.openMainPic {
    max-width: 100%;
}

.openSmallPic {
    max-width: 90px;
}

.divBoxColor {
    width: 25px;
    height: 15px;
    border-radius: 2px;
    line-height: 0px;
    font-size: 18px;
    text-align: center;
}

.divBoxBlack {
    background: #000;
}

.divBoxWhite {
    background: #FFF;
    border: solid 1px #000;
}

.divBoxBlue {
    background: #87CEFA;
}

.divBoxPink {
    background: #FFD9EC;
}

.divBoxDarkpink {
    background: #F5AFAC;
}

.divBoxRed {
    background: #930000;
}

.divfooterMenu,
.divfooterMenu div {
    display: none;
}
/*======== main menu area start ==========*/
.main_menu_area {
    background-color: var(--whitec);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #FFF;
}

    .main_menu_area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999999;
        background: #FFF;
    }

    .main_menu_area .sticky_logo {
        display: none;
    }

    .main_menu_area.sticky .main_logo {
        display: none;
    }

    .main_menu_area.sticky .sticky_logo {
        display: block;
    }

    .main_menu_area.sticky .inner_main_nav_area > ul > li > a {
        /*color: var(--whitec);*/
    }

    .main_menu_area.sticky .main_nav_icon_right > i, .main_menu_area.sticky .main_nav_icons > i {
        color: var(--whitec);
    }

    .main_menu_area.sticky .inner_main_nav_area > ul > li > a:hover {
        color: var(--linkcolor);
    }

    .main_menu_area.sticky .inner_main_nav_area > ul > li > a i {
        color: var(--whitec);
    }

    .main_menu_area.sticky .main_nav_btn a {
        color: var(--whitec);
    }

    .main_menu_area.sticky .main_nav_icons a i {
        color: var(--whitec);
    }
/* main nav area css */
.main_nav_area {
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
/* absolute menu css */
.absolute_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}

    .absolute_menu .main_nav_area {
        justify-content: space-between;
    }
/* landing menu css */
.landing_menu .main_nav_area {
    justify-content: end;
}

.main_menu_all_item {
    align-items: center;
    background-image: url(/image/main.jpg);
    background-repeat: repeat-x;
    height: 45px;
}
/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin-bottom: 8px;
    padding: 0;
}

.inner_main_nav_area > ul > li {
    display: inline-block;
    position: relative;
}

    .inner_main_nav_area > ul > li > a {
        display: inline-block;
        font-size: 16px;
        margin: 0px 20px;
        text-transform: uppercase;
        color: var(--titlecolor);
    }

        .inner_main_nav_area > ul > li > a > i {
            font-weight: 700;
        }

        .inner_main_nav_area > ul > li > a:hover {
            color: var(--brcolor);
        }

.absolute_menu .inner_main_nav_area > ul > li > a {
    color: var(--whitec);
}

    .absolute_menu .inner_main_nav_area > ul > li > a:hover {
        color: var(--linkcolor);
    }
/* main nav icons together */
.honley_right_area {
    display: flex;
    align-items: center;
}

.main_nav_icons_together {
    display: flex;
    align-items: center;
}
/* main nav icons */
.main_nav_icons {
    margin-left: 7px;
}

    .main_nav_icons > i {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        transition: .5s;
    }

        .main_nav_icons > i:hover {
            background-color: var(--brcolor);
            color: var(--whitec);
        }
/* main nav btn css */
.main_nav_btn {
    margin-left: 35px;
}

    .main_nav_btn a {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        padding: 14px 50px;
        background-color: var(--brcolor);
        color: var(--whitec);
        border-radius: 50px;
    }

        .main_nav_btn a:hover {
            background-color: var(--bgcolor);
            color: var(--whitec);
        }
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: -110%;
    left: 0%;
    background: #000000f0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

    .nav_icon_popup.icon_popup {
        opacity: 1;
        visibility: visible;
        top: 0;
    }
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}

    .inner_nav_icon_popup input {
        font-size: 30px;
        font-weight: 500;
        padding: 17px 40px 15px 15px;
        width: 100%;
        border: none;
        outline: none;
        box-shadow: 0px 0px 30px 0px #dddddd45;
        background: var(--whitec);
        border-radius: 10px;
    }

        .inner_nav_icon_popup input::placeholder {
            font-size: 30px;
        }
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}

.inner_nav_popup_btnicon {
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}

.inner_nav_icon_popup i {
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 18px;
    position: relative;
}

    .main_nav_icons_middle a {
        position: relative;
        font-size: 18px;
        cursor: pointer;
        padding: 8px;
        display: inline-flex;
        background: #fff;
        border-radius: 100%;
    }

        .main_nav_icons_middle a span {
            position: absolute;
            top: 0;
            right: 0px;
            width: 18px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            background-color: var(--brcolor);
            border-radius: 100%;
            color: var(--whitec);
        }

.main_nav_middle_box_item {
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 300px;
    height: auto;
    max-height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    transition: .5s;
    border: 2px solid #a75f5c;
}

.main_nav_icons_middle:hover .main_nav_middle_box_item {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main_nav_middle_box_item p {
    padding: 20px;
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu {
    position: absolute;
    top: 130%;
    left: 0;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

    .inner_main_nav_area ul li .sub_menu li {
        position: relative;
    }

        .inner_main_nav_area ul li .sub_menu li a {
            display: inline-block;
            color: var(--titlecolor);
            padding: 6px 17px;
        }

            .inner_main_nav_area ul li .sub_menu li a:hover {
                color: var(--brcolor);
                margin-left: 5px;
            }

.inner_main_nav_area > ul > li:hover .sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.inner_main_nav_area .sub_menu > li > ul.sub_menu {
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area {
    display: none !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}

.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}

    .mean-container .mean-nav ul li li a,
    .mean-container .mean-nav ul li a {
        color: #444;
    }

    .mean-container .mean-nav ul li li a {
        border-top: 1px solid #ddd;
    }

    .mean-container .mean-nav ul li a:hover {
        color: #ff4a17;
    }

.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 20px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}

.tx-s-open {
    transform: translateX(0);
}

.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}

.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li.menu {
    border: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}

.mean-container .mean-nav ul li.menu {
    margin: 0;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: auto;
}

.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mobilemenu_con .mobile_menu_logo img {
        width: 80%;
    }

.mobile_menu_option .mobile_menu_shoppingNote img {
    width: 90%;
}

.mobile_menu_o i {
    font-size: 26px;
}

.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}

.mobile_cicon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}

    .mobile_overlay.mactive {
        opacity: 1;
        visibility: visible;
    }
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.inner_slider_area {
    height: 875px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    position: relative;
}

.inner_slider_content {
    width: 68%;
    margin: 0 auto;
}

    .inner_slider_content h1 {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .inner_slider_content h2 {
        font-size: 72px;
        font-weight: 600;
    }

    .inner_slider_content p {
        color: var(--whitec);
        width: 50%;
        margin: 20px 0 45px;
    }
/* golobal btn css */
.hbtn a {
    display: inline-block;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 100px;
    background-color: var(--brcolor);
    color: var(--whitec);
    margin-right: 10px;
}

    .hbtn a:hover {
        background-color: var(--bgcolor);
        color: var(--whitec);
    }

    .hbtn a.active {
        background-color: var(--bgcolor);
        color: var(--whitec);
    }

        .hbtn a.active:hover {
            background-color: var(--brcolor);
            color: var(--whitec);
        }
/* golobal slick defult arrow css */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -20px;
}

    .slick-prev::before, .slick-next::before {
        content: '\eac9';
        font-family: IcoFont;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 100%;
        font-size: 45px;
        font-weight: 700;
        background-color: var(--bgcolor);
        color: var(--whitec);
        transition: 1s;
    }

    .slick-next::before {
        content: '\eaca';
    }

    .slick-prev:hover::before, .slick-next:hover::before {
        background-color: var(--brcolor);
        color: var(--whitec);
    }
/*======== slider area end  ==========*/

/*======== video area start  ==========*/
.video_slider_area {
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .video_slider_area::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #00000061;
    }

.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
    transform: scale(1.3);
}

    .witr_youtube_video iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.video_slider_area .inner_slider_content h2,
.video_slider_area .inner_slider_content h1 {
    color: var(--whitec);
}
/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    padding: 75px 0 80px;
    background-size: cover;
    background-position: left bottom;
}

.inner_breadcum_area h1 {
    font-size: 29px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}

.inner_breadcum_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .inner_breadcum_area ul li {
        display: inline-block;
        color: var(--whitec);
    }

        .inner_breadcum_area ul li a {
            display: inline-block;
            color: var(--whitec);
        }

            .inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
                font-size: 22px;
            }
/*======== breadcum area end  ==========*/

/*======== feature area end =======*/
.feature_area {
    padding: 110px 0 40px;
}

.inner_feature_area {
    margin-bottom: 20px;
}

    .inner_feature_area img {
        margin-bottom: 10px;
    }

    .inner_feature_area h3 a {
        font-size: 18px;
        font-weight: 600;
    }

        .inner_feature_area h3 a:hover {
            color: var(--brcolor);
        }

    .inner_feature_area p {
        width: 90%;
        margin: 0 auto;
    }
/*======== feature area end  ========*/

/*======== about area start ========*/
.about_area {
    padding: 50px 0 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #f5e6d45e 100%);
}
/* single page about css */
.single_page_about {
    background: transparent;
    padding: 50px 0 80px;
}

.inner_about_left_img img {
    transition: 1s;
    width: 100%;
}

    .inner_about_left_img img:hover {
        transform: rotateY(180deg);
    }

.inner_about_area {
    position: relative;
    z-index: 1;
}
/* section title area css */
.section_title_area {
    margin-bottom: 55px;
}

    .section_title_area h2 {
        font-size: 18px;
        font-weight: 500;
        color: var(--brcolor);
        text-transform: uppercase;
    }

    .section_title_area h3 {
        font-size: 48px;
    }
/* inner about bottom area css */
.inner_about_bottom_area {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.inner_about_counter {
    display: flex;
    align-items: baseline;
}

    .inner_about_counter > h3 {
        font-size: 72px;
        color: var(--linkcolor);
        margin-right: 6px;
    }

    .inner_about_counter > h4 {
        font-size: 72px;
        color: var(--linkcolor);
    }

.inner_about_counter_cont > h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.inner_about_counter_cont > p {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* inner about bottom btn css */
.inner_about_bottom_btn a {
    display: inline-block;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 400;
    background-color: var(--brcolor);
    color: var(--whitec);
    border-radius: 100px 0px 100px 100px;
}

    .inner_about_bottom_btn a:hover {
        background-color: var(--bgcolor);
        color: var(--whitec);
    }
/* inner about right shap area css */
.inner_about_right_shap {
    position: absolute;
    top: -70%;
    right: -48%;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}

@keyframes witr_movetb_box45 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(45px);
    }
}
/*======== about area end ========*/

/*======== service area start ========*/
.service_area {
    padding: 180px 0 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.single_service_area {
    margin-bottom: 20px;
}

    .single_service_area img {
        margin-bottom: 20px;
    }

    .single_service_area p {
        width: 90%;
        margin: 0 auto 10px;
    }

.ser_btn a {
    font-size: 18px;
    color: var(--brcolor);
}
/*======== service area end ========*/

/*===== counter area start  ====*/
.counter_area {
    padding: 120px 0 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}
/* about counter css */
.about_counter {
    padding: 120px 0 65px;
}

.testimonial_counter {
    padding: 150px 0 120px;
    z-index: 1;
}

.inner_counter_area {
    position: relative;
}

.inner_counter_sub_cont {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

    .inner_counter_sub_cont h3, .inner_counter_sub_cont span {
        color: var(--brcolor);
        font-size: 72px;
        font-weight: 600;
    }

.inner_counter_area h2 {
    font-size: 22px;
    font-weight: 500;
}

.inner_counter_area img {
    position: absolute;
    top: 0;
    right: 0;
}
/*===== counter area end  ====*/

/*======== shop area start ==========*/
.shop_area {
    padding: 0;
    position: relative;
}

    .shop_area .portfolio_nav_all {
        padding: 10px 0 50px;
    }
/* inner shap right img css */
.inner_shap_right_img {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}

@keyframes witr_movetb_box45 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(45px);
    }
}
/* inner shap middle img css */
.inner_shap_middle {
    position: absolute;
    bottom: -24%;
    right: 5%;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}
/* inner shap bottom area css */
.inner_shap_bottom {
    position: absolute;
    bottom: -15%;
    left: -20px;
    z-index: -1;
    animation: witr_movetb_box46 5s linear 1s infinite alternate running;
}

@keyframes witr_movetb_box46 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(45px);
    }
}

.shop_area .shop_nav_area ul li {
    font-size: 18px;
    font-weight: 500;
    border: 2px dashed var(--bgcolor);
    border-radius: 100px;
    padding: 14px 30px 14px 40px;
}

    .shop_area .shop_nav_area ul li:hover {
        background-color: var(--brcolor);
        color: var(--whitec);
        border: 2px dashed transparent;
    }

    .shop_area .shop_nav_area ul li.current_menu_item {
        background-color: var(--brcolor);
        color: var(--whitec);
        border: 2px dashed transparent;
    }

.shop_title {
    margin-bottom: 55px;
}

    .shop_title p {
        margin: 0 auto;
    }

.inner_shop_area {
    background-color: var(--whitec);
    margin-bottom: 20px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px dashed var(--whitec);
    border-radius: 10px;
    transition: .2s;
}


.inner_shop_img {
    overflow: hidden;
    text-align: center;
    transition: .5s;
}

    .inner_shop_img img {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
/* inner shop icons css */
.inner_shop_icons {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition: .5s;
}

.inner_shop_area:hover .inner_shop_icons {
    bottom: 20px;
}
/* inner shop icons css */
.inner_shop_icons a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--whitec);
    color: var(--titlecolor);
}

    .inner_shop_icons a:hover {
        background-color: var(--brcolor);
        color: var(--whitec);
    }
/* inner shop content css */
.inner_shop_content {
    padding: 10px 0 20px;
}

    .inner_shop_content h3 a {
        font-weight: 600;
    }

    .inner_shop_content p {
        font-weight: 700;
        color: var(--brcolor);
        margin: 0;
    }

    .inner_shop_content i {
        display: inline-block;
        margin-top: 12px;
        font-size: 19px;
        color: #ffc107;
    }

    .inner_shop_content .prodName {
        font-size: .85rem;
        line-height: 1.2rem;
    }
/* select items area css */
.inner_single_course_right_select {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
}

.inner_shop_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
/* shop btn area css */
.shop_btn_area {
    margin-top: 30px;
}

    .shop_btn_area a {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        padding: 17px 50px;
        background-color: var(--brcolor);
        color: var(--whitec);
        text-align: center;
        border-radius: 30px;
    }

        .shop_btn_area a:hover {
            background-color: var(--bgcolor);
            color: var(--whitec);
        }
/* select items css */
.select_items {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.inner_shop_title_right {
    display: flex;
    align-items: center;
}

.inner_shop_right_icon ul li a {
    font-size: 22px;
    margin: 1px 0 0;
    padding: 7px 9px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    color: #333;
    border: 1px solid #e8e8e8;
}

    .inner_shop_right_icon ul li a.active {
        background-color: var(--brcolor);
        color: var(--whitec);
    }
/* tab list main css */
.tab_list_main {
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.tab_list_img img {
    width: 100%;
}

.inner_tab_list_text {
    padding: 30px 20px 20px;
}

    .inner_tab_list_text span {
        color: var(--brcolor);
        font-weight: 700;
        margin-bottom: 20px;
    }

    .inner_tab_list_text p {
        margin-top: 10px;
    }
/* tab list socail icon css */
.tab_list_socail_icon a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--whitec);
    color: var(--titlecolor);
    margin: 0 5px;
    box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
}

    .tab_list_socail_icon a:hover {
        background-color: var(--brcolor);
        color: var(--whitec);
    }
/* style 2 shop area css */
.style2_shop_area {
    padding: 150px 0 50px;
    position: relative;
}
/* style 2 shop right shap css */
.style2_shop_right_shap {
    position: absolute;
    top: 120px;
    right: 60px;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}

.style2_shop_area .section_title_area {
    margin-bottom: 50px;
}

.style2_shop_area .inner_shop_area {
    margin: 10px 15px;
}

.shop_area:hover .slick-prev, .shop_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
/* product shop area css */
.product_shop {
    padding: 130px 0 50px;
}

    .product_shop .inner_shop_area {
        margin: 10px 15px;
    }
/*======== shop area end ==========*/

/*======== single shop page start  ==========*/
.single_shop_page {
    padding: 120px 0 0px;
}

.inner_sin_shop_img img {
    width: 100%;
}

.sin_page_icons {
    padding: 10px 0 15px;
}

    .sin_page_icons i {
        color: #ffc107;
    }

.sin_shop_right_content span {
    color: var(--brcolor);
    font-weight: 500;
}

.sin_shop_right_content p {
    margin-top: 10px;
}

.shop_quenty {
    padding: 20px 0 20px;
}

    .shop_quenty span {
        color: var(--brcolor);
        margin-right: 10px;
    }

    .shop_quenty input {
        border: 1px solid #ddd;
        height: 40px;
        padding: 0 20px;
        margin-right: 10px;
    }

    .shop_quenty button {
        display: inline-block;
        padding: 10px 15px;
        border: none;
        outline: none;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: var(--brcolor);
        color: var(--whitec);
        border-radius: 3px;
        border: none;
        outline: none;
    }

        .shop_quenty button a i {
            font-size: 18px;
            margin-right: 10px;
        }
/*======== single shop page end  ==========*/

/======== check-page-template area start ==========/

.details_heading {
    color: #fff;
    background: var(--bgcolor);
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.check_label {
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
    display: block;
}

    .check_label span {
        color: red;
        font-weight: 700;
    }

.check_input {
    width: 100%;
    display: block;
    border: 1px solid #e4e4e4;
    padding: 0.8em;
    border-radius: 2px;
    font-weight: 400;
}

    .check_input:focus {
        border: 1px solid #e4e4e4;
    }

    .check_input::placeholder {
        font-weight: 500;
        font-size: 16px;
    }

.check_info {
    margin-bottom: 15px;
}

    .check_info input {
        width: 100%;
        height: 45px;
        padding: 20px;
        border: 1px solid #e4e4e4;
    }

    .check_info select {
        width: 100%;
        border: 1px solid #e4e4e4;
        padding: 0.6180469716em;
        border-radius: 2px;
        font-weight: 400;
    }

        .check_info select:focus-visible {
            border: 1px solid #e4e4e4;
            outline: 0;
        }

        .check_info select option {
            font-weight: 500;
            font-size: 16px;
            color: #555;
            font-family: "DM Sans", sans-serif;
        }

.product_checkout {
    padding: 100px 0;
}

.woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: #e0a067;
}

    .woocommerce-info a {
        color: var(--bgcolor);
    }

    .woocommerce-info::before {
        font-family: WooCommerce;
        content: "\e028";
        display: inline-block;
        position: absolute;
        top: 1em;
        left: 1.5em;
        color: #e0a067;
    }

.product_details,
.total_pr {
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 18px;
    text-transform: uppercase;
}

.product_quantity {
    font-weight: 700 !important;
}

.check_tab {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.payment_text {
    background: #fbf9f9;
    border-radius: 5px;
    padding: 1em;
}

    .payment_text p {
        padding: 1em 2em 1em 3.5em;
        margin: 0 0 2em;
        position: relative;
        background-color: #f7f6f7;
        color: #515151;
        border-top: 3px solid #be9674;
        list-style: none outside;
        width: auto;
        word-wrap: break-word;
        line-height: 2;
    }

        .payment_text p span {
            color: #e0a067;
        }

    .payment_text h6 {
        padding: 1em;
        color: #666;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        border-top: 1px solid #d3ced2;
        font-family: "Barlow", sans-serif;
    }

        .payment_text h6 a {
            color: #ff9800;
            font-size: 16px;
            font-weight: 400;
        }

            .payment_text h6 a:hover {
                color: #e0a067;
            }

.pay_sub_btn {
    text-align: center;
}

    .pay_sub_btn button {
        background: var(--brcolor);
        color: var(--whitec);
        padding: 0.6em 1em;
        outline: none;
        border: 0;
        cursor: pointer;
        border-radius: 3px;
        font-weight: 700;
        transition: .6s;
    }

        .pay_sub_btn button:hover {
            background-color: var(--bgcolor);
            color: var(--whitec);
        }

.product_details2 {
    font-weight: 400;
    text-transform: uppercase;
}

/* Checkout area end */
/======== check-page-template area end ==========/
/*======== video area start ==========*/
.video_area {
    position: relative;
    z-index: 99;
    padding: 70px 0 0;
}

.inner_video_area {
    position: relative;
}

    .inner_video_area img {
        width: 100%;
    }

    .inner_video_area a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 100%;
        animation: witr-shadow 1s linear infinite;
        background-color: var( --whitec);
        color: var( --blackc);
    }

@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/*======== video area end ==========*/

/*======== team area start ==========*/
.team_area {
    padding: 115px 0 65px;
}

.inner_team_area {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.inner_team_img {
    position: relative;
    overflow: hidden;
}

    .inner_team_img img {
        width: 100%;
    }
/* team overlay css */
.team_overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: rgb(186 58 0 / 64%);
    transition: .5s;
}

.inner_team_area:hover .team_overlay {
    width: 100%;
}

.team_socail_icons {
    position: absolute;
    top: -235px;
    right: 50px;
    display: grid;
    transition: 1s;
}

.inner_team_area:hover .team_socail_icons {
    top: 50%;
}

.team_socail_icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 20px;
    margin: 5px 0;
}

    .team_socail_icons a:hover {
        background-color: var(--bgcolor);
        color: var(--whitec);
    }
/* team content css */
.inner_team_content {
    position: relative;
    margin: -50px 20px 0;
    padding: 15px 30px 13px;
    background-color: var(--whitec);
    box-shadow: 0px 0px 30px 0 rgba(42, 67, 113, .15);
}

    .inner_team_content h2, .inner_team_content p {
        margin: 0;
    }
/*======== team area end ==========*/

.main-box {
    margin-top: 120px
}

/*======== contact area start  ==========*/
.contact_area {
    margin-top: -220px;
    padding: 350px 0 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* inner contact form css */

.inner_contact_form input,
.inner_contact_form select {
    border: 1px solid #a75f5c;
    border-radius: 2px;
    padding: 2px 5px;
}

.inner_contact_form textarea {
    width: 100%;
    border: 1px solid #a75f5c;
    padding: 2px 5px;
    border-radius: 2px;
}
/* inner contact btn */
.inner_contact_btn {
    margin-top: 10px;
}

    .inner_contact_btn button {
        display: inline-block;
        font-weight: 600;
        background-color: var(--brcolor);
        color: var(--whitec);
        border-radius: 50px;
        padding: 16px 40px;
        border: none;
        outline: none;
        transition: 1s;
    }

        .inner_contact_btn button:hover {
            background-color: var(--bgcolor);
            color: var(--whitec);
        }

.contact_area p.form-messege {
    color: var(--whitec);
}
/*======== contact area end  ==========*/

/*======== single page contact area start  ==========*/
.sp_contact_area {
    padding: 50px 0 70px;
}

.sp_contact_border {
    padding: 70px 60px 50px;
    border: 3px solid var(--brcolor);
}

.sp_inner_contact_area {
    padding: 0 20px;
}
/* inner contact form */
.sp_inner_contact_form {
    margin-top: 20px;
}
    /* inner contact form */
    .sp_inner_contact_form input {
        outline: none;
        border: 1px solid #dddddd;
        width: 100%;
        height: 55px;
        padding: 0 20px;
        margin-right: 15px;
    }

        .sp_inner_contact_form input::placeholder {
            color: var(--titlecolor);
        }

    .sp_inner_contact_form textarea {
        width: 100%;
        outline: none;
        padding: 20px 20px;
        border: 1px solid #dddddd;
    }

    .sp_inner_contact_form button {
        width: 100%;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        outline: none;
        background-color: var(--brcolor);
        color: var(--whitec);
        transition: .5s;
    }

        .sp_inner_contact_form button:hover {
            background-color: var(--bgcolor);
        }
/*======== single page contact area end  ==========*/

/*======== map area start  ==========*/
.map_area {
    margin: 50px 0 50px;
}

.inner_contact_map {
    width: 100%;
    height: 450px;
}

    .inner_contact_map iframe {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
    }
/*======== map area end  ==========*/

/*======= testimonial area start =======*/
.testimonial_area {
    padding: 50px 0 50px;
    position: relative;
}
/* about testimonial css */
.about_testimonial {
    padding: 120px 0 70px;
}

.inner_testimonial_area {
    margin: 0 15px;
}

.testimonial_inner_img img {
    margin: 0 auto;
}
/* inner testimonial content */
.inner_testimonial_content p {
    width: 90%;
    margin: 15px auto 20px;
    font-weight: 500;
    font-size: 24px;
    color: var(--bgcolor);
    line-height: 38px;
}

.inner_test_subcont h3 {
    margin: 10px 0 5px;
}

.inner_test_subcont span {
    color: var(--brcolor);
    font-size: 14px;
}
/* testimonial left shap css */
.testimonial_left_shap {
    position: absolute;
    top: 85%;
    left: 30px;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}
/* testimonial middle shap css */
.testimonial_middle_shap {
    position: absolute;
    top: -100%;
    left: 20%;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}
/* testimonial right shap css */
.testimonial_right_shap {
    position: absolute;
    top: -200px;
    right: 40px;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}

.testimonial_area:hover .slick-prev, .testimonial_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
/*======== testimonial area end ======*/

/*======== offer area start ======*/
.offer_area {
    padding: 50px 0 50px;
}
/* service offer css */
.service_offer {
    padding: 70px 0 85px;
}

.inner_offer_area {
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 200px 30px 30px;
}
/* inner offer btn css */
.inner_offer_btn {
    margin: 110px 0 10px;
}

    .inner_offer_btn a {
        font-size: 18px;
    }

        .inner_offer_btn a:hover {
            color: var(--brcolor);
        }

        .inner_offer_btn a i {
            font-size: 22px;
        }
/*======== offer area end ======*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 55px 0 60px;
    position: relative;
}

.inner_faq_img img {
    width: 100%;
    transition: 1s;
}

    .inner_faq_img img:hover {
        transform: rotateY(180deg);
    }

.inner_faq_left_content h2 {
    font-size: 48px;
    text-transform: uppercase;
}
/* inner faq item css */
.inner_faq_area {
    margin-top: 70px;
}

.inner_faq_ac_item {
    margin-bottom: 20px;
}

    .inner_faq_ac_item a {
        width: 100%;
        font-size: 17px;
        padding: 15px 30px 15px 20px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px dashed var(--brcolor);
        border-radius: 10px;
    }

        .inner_faq_ac_item a:hover {
            background-color: var(--brcolor);
            color: var(--whitec);
            border: 1px dashed var(--whitec);
        }

        .inner_faq_ac_item a i {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px;
            text-align: center;
            background-color: var(--bgcolor);
            color: var(--whitec);
            font-size: 18px;
            font-weight: 400;
        }

        .inner_faq_ac_item a.active {
            background-color: var(--brcolor);
            color: var(--whitec);
            position: relative;
            border: 1px dashed var(--whitec);
        }

            .inner_faq_ac_item a.active::before {
                content: '\ef9a';
                font-family: Icofont !important;
                position: absolute;
                top: 15px;
                bottom: 0;
                right: 30px;
                display: inline-block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 5px;
                text-align: center;
                background-color: var(--whitec);
                color: var(--bgcolor);
                font-size: 18px;
                font-weight: 400;
            }

            .inner_faq_ac_item a.active i {
                display: none;
            }
/* inner faq text */
.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--textcolor);
}

    .inner_faq_text p {
        padding: 10px 20px 10px 20px;
    }
/* inner faq right shap css */
.inner_faq_right_shap {
    position: absolute;
    top: -250px;
    right: 0;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}
/*======== faq area end  ==========*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 105px 0 50px;
    position: relative;
}

    .blog_area .section_title_area {
        margin-bottom: 65px;
    }
/* inner blog area css */
.inner_blog_area {
    margin: 10px 15px;
    overflow: hidden;
    background-color: var(--whitec);
    box-shadow: 0 0 10px #dddddd6e;
}
/* inner blog thumb css */
.inner_blog_thumb {
    position: relative;
    overflow: hidden;
}

.inner_blog_img img {
    width: 100%;
    transition: .5s;
}

.inner_blog_area:hover .inner_blog_img img {
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}

.inner_blog_area:hover .blog_overlay {
    transform: scale(1.2);
}
/* inner blog absolute css */
.inner_blog_absolute {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: var(--whitec);
    background: var(--brcolor);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
/* inner blog text css */
.blog_all_main {
    padding: 20px 20px 20px;
}

.inner_blog_text span a {
    color: var(--paracolor);
    font-weight: 400;
    font-size: 14px;
}

.inner_blog_text span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    color: var(--paracolor);
}

    .inner_blog_text span i {
        margin-right: 3px;
        color: var(--brcolor);
    }
/*inner blog content css */
.inner_blog_content {
    padding: 10px 0px 0px;
}

    .inner_blog_content h2 a {
        display: inline-block;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .inner_blog_content p {
        font-size: 14px;
        width: 90%;
    }

    .inner_blog_content > a {
        font-size: 18px;
        font-weight: 400;
        color: var(--brcolor);
    }

        .inner_blog_content > a:hover {
            color: var(--brcolor);
        }
/* inner blog btn css */
.inner_blog_btn {
    padding: 5px 0px 0px;
}

    .inner_blog_btn a {
        font-size: 18px;
        font-weight: 400;
        color: var(--bgcolor);
    }

        .inner_blog_btn a i {
            font-weight: 700;
            margin-left: 4px;
            font-size: 20px;
        }

.blog_area:hover .slick-prev, .blog_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
/* inner blog shap css */
.inner_blog_shap {
    position: absolute;
    top: -50px;
    left: 26%;
    animation: witr_movetb_box47 7s linear 1s infinite alternate running;
}

@keyframes witr_movetb_box47 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*======== blog area end  ==========*/

/*======== brand area start  ==========*/
.brand_area {
    padding: 35px 0 120px;
}
/* about brand area css */
.about_brand_area {
    padding: 85px 0 120px;
}

.inner_brand_area img {
    margin: 0 auto;
}

.brand_area:hover .slick-prev, .brand_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
/*======== brand area end  ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 115px 0 120px;
}
/* portfolio 2 css */
.portfolio_2 {
    margin-bottom: 30px;
}

.portfolio_title h2 {
    font-size: 18px;
    color: var(--brcolor);
}

.portfolio_title h3 {
    font-size: 48px;
}

.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}

    .portfolio_2_subc h2 a {
        font-size: 24px;
        transition: .5s;
        color: var(--brcolor);
    }

        .portfolio_2_subc h2 a:hover {
            color: var(--bgcolor);
        }

.portfolio_nav_all {
    padding: 0px 0 22px;
}
/* portfolio nav css */
.portfolio_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .portfolio_nav ul li {
        display: inline-block;
        border: 1px solid #f3eaea;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
        margin: 0 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        transition: .5s;
    }

        .portfolio_nav ul li.current_menu_item {
            background-color: var(--brcolor);
            color: var(--whitec);
        }

        .portfolio_nav ul li:hover {
            background-color: var(--brcolor);
            color: var(--whitec);
        }
/* portfolio items css */
.portfolio_img_area {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .portfolio_img_area img {
        width: 100%;
    }

.inner_portfolio_items:hover .portfolio_overlay {
    opacity: 1;
    visibility: visible;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ba3b0094;
    text-align: center;
}

.inner_port_possition {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

    .inner_port_possition > a {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 5px;
        text-align: center;
        color: var(--whitec);
        margin-right: 6px;
        transition: .5s;
    }

    .inner_port_possition a:hover {
        background-color: var(--bgcolor);
        color: var(--whitec);
    }

    .inner_port_possition > a > i {
        font-size: 22px;
    }

    .inner_port_possition h2 a {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        font-size: 22px;
        color: var(--whitec);
        transition: .5s;
    }

        .inner_port_possition h2 a:hover {
            background: none;
            color: var(--blackc);
        }

    .inner_port_possition p {
        color: var(--whitec);
    }

.inner_portfolio_items:hover .overlay {
    opacity: 1;
    visibility: visible;
}
/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .portfolio_overlay_cont > a {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 5px;
        text-align: center;
        background: none;
        color: var(--whitec);
    }

        .portfolio_overlay_cont > a:hover {
            background: var(--bgcolor);
            color: var(--whitec);
        }

        .portfolio_overlay_cont > a i {
            font-size: 25px;
        }

    .portfolio_overlay_cont h2 {
        margin: 0;
    }

        .portfolio_overlay_cont h2 a {
            margin-top: 10px;
            display: inline-block;
            font-size: 24px;
            color: var(--whitec);
            transition: .5s;
        }

            .portfolio_overlay_cont h2 a:hover {
                color: var(--bgcolor);
            }

    .portfolio_overlay_cont p {
        color: var(--whitec);
    }

.inner_portfolio_items:hover .portfolio_overlay_cont {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area {
    padding: 40px 0 0;
}

.inner_portfolio_lower_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .inner_portfolio_lower_nav ul li {
        display: inline-block;
    }

        .inner_portfolio_lower_nav ul li a {
            display: inline-block;
            border-radius: 5px;
            font-size: 19px;
            line-height: 1;
            margin: 0 5px;
            padding: 15px 24px;
            box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
        }

            .inner_portfolio_lower_nav ul li a.current {
                background-color: var(--brcolor);
                color: var(--whitec);
            }

            .inner_portfolio_lower_nav ul li a:hover {
                background-color: var(--brcolor);
                color: var(--whitec);
            }

            .inner_portfolio_lower_nav ul li a i {
                font-size: 22px;
                font-weight: bold;
            }
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 100px 0 70px;
}

.inner_yblog_form {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

    .inner_yblog_form input {
        width: 90%;
        outline: none;
        height: 55px;
        border: 1px solid #efefef;
        margin-left: 20px;
        padding-left: 20px;
    }

    .inner_yblog_form button {
        position: absolute;
        right: 0;
        display: inline-block;
        outline: none;
        border: none;
        padding: 16px 20px 14px;
        margin-left: -5px;
        background-color: #ddddddb9;
    }

        .inner_yblog_form button i {
            font-size: 18px;
        }
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

    .inner_yblog_left_title h2 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .inner_yblog_left_title a {
        display: inline-block;
        margin-top: 15px;
    }

        .inner_yblog_left_title a.bottom {
            border-bottom: none;
        }

        .inner_yblog_left_title a:hover {
            color: var(--hoverbg);
        }
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}

    .inner_yblgo_left_style2 a:hover {
        color: var(--brcolor);
    }
/* blog left inner css */
.inner_yblog_left_img {
    margin-bottom: 10px;
}

    .inner_yblog_left_img img {
        width: 100%;
    }

.yblog_left_inner {
    padding: 0 0;
    background: none;
    margin: 0 0 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}

.yblog_left_sub {
    padding: 25px 0 30px 15px;
}

    .yblog_left_sub h2 a {
        width: 100%;
        font-size: 22px;
    }

        .yblog_left_sub h2 a:hover {
            color: var(--brcolor);
        }

.yblog_left_text_sub {
    padding: 0px 0 10px;
}

    .yblog_left_text_sub span {
        color: var(--paracolor);
    }

        .yblog_left_text_sub span i {
            color: var(--brcolor);
        }

.yblog_left_sub p {
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}

.yblog_left_sub > a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--paracolor);
    text-transform: capitalize;
}

    .yblog_left_sub > a:hover {
        background-color: var(--brcolor);
        color: var(--whitec);
    }

.ycalender_inner h5 {
    background-color: var(--brcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}

.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}

    .ycalender_inner th {
        text-align: center;
        border: 1px solid #dddddd;
        padding: 10px 16px;
        font-size: 15px;
        font-weight: 700;
    }

    .ycalender_inner td {
        text-align: center;
        border: 1px solid #dddddd;
        padding: 10px 12px;
        font-size: 14px;
        font-weight: 400;
    }

        .ycalender_inner td.active {
            background-color: var(--brcolor);
            color: var(--whitec);
        }
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}

.inner_project_information_img {
    margin-bottom: 20px;
}

    .inner_project_information_img img {
        width: 100%;
    }
/* inner project right content css */
.inner_project_right_content h2 {
    font-size: 24px;
}

.inner_project_right_content p span {
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a {
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}

    .inner_project_in_icon a:hover {
        background-color: var(--brcolor);
        color: var(--whitec);
    }
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}

    .inner_project_text_area h2 {
        font-size: 24px;
    }

.inner_project_information_descrip {
    margin-bottom: 8px;
}

    .inner_project_information_descrip h4 {
        font-size: 16px;
    }

    .inner_project_information_descrip p {
        margin: 0;
    }
/* inner project information description css */
.inner_project_infor_list {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

    .inner_project_infor_list li {
        margin-bottom: 5px;
    }
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area {
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}

    .inner_single_box_area p {
        margin-bottom: 5px;
    }

.inner_single_page_content_area p {
    margin-top: 20px;
}
/* inner single page middle text css */
.inner_single_page_middle_text {
    margin: 35px 0 45px;
}

    .inner_single_page_middle_text h2 {
        font-size: 24px;
    }
/* single blog group css */
.single_blog_group {
    margin-top: 125px;
}

.inner_single_blog_group_box {
    background-color: #f8f9fa;
    padding: 10px 20px 30px;
    margin-top: 30px;
}

    .inner_single_blog_group_box p {
        font-size: 1.5em;
        font-style: italic;
        margin-bottom: 0;
    }

    .inner_single_blog_group_box span {
        font-size: 1.125em;
        font-weight: 400;
        color: var(--paracolor);
    }

.single_blog_post_area {
    margin: 80px 0 30px;
    padding: 25px 0 25px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

    .single_blog_post_area p {
        margin: 0;
    }

    .single_blog_post_area a {
        color: var(--paracolor);
        font-size: 16px;
        font-weight: 400;
    }

        .single_blog_post_area a:hover {
            color: var(--hoverbg);
        }
/* single comment title css */
.single_comment_title {
    margin: 35px 0 55px;
}

    .single_comment_title h3 {
        font-size: 20px;
    }

.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .inner_single_post_checkbox input {
        height: 15px;
        width: 12px;
        margin-right: 6px;
    }

.single_post_comment_area textarea {
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.single_post_comment_area button {
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}

    .single_post_comment_area button:hover {
        background-color: var(--bgcolor);
    }
/*======== single blog page area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 150px 0 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 999;
}
/* footer upper address css */
.footer_upper_address {
    margin-bottom: 65px;
    padding: 50px 0 30px;
    border-bottom: 2px dashed var(--brcolor);
}

.footer_address_area {
    display: flex;
}

.footer_address_icon {
    margin-right: 15px;
}

    .footer_address_icon i {
        display: inline-block;
        border: 2px solid var(--bgcolor);
        font-size: 25px;
        border-radius: 15px 15px 15px 0px;
        width: 56px;
        height: 56px;
        line-height: 50px;
        text-align: center;
        transition: .5s;
    }

.footer_address_area:hover .footer_address_icon i {
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 2px solid transparent;
}

.footer_address_content h3 {
    margin: 0;
}

.footer_address_content p {
    font-size: 14px;
}

.footer_logo_area p {
    padding: 10px 0 10px;
    margin: 0;
}
/* footer socail icon css */
.footer_socail_icons {
    padding: 10px 0 0;
}

    .footer_socail_icons a {
        display: inline-block;
        color: var(--whitec);
        background: var(--bgcolor);
        font-size: 18px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border-radius: 5px;
        text-align: center;
        margin-right: 10px;
    }

        .footer_socail_icons a:hover {
            background-color: var(--brcolor);
            color: var(--whitec);
        }
/* footer widget */
.footer_widget h2 {
    margin-bottom: 20px;
    padding: 0 0 12px;
    color: var(--brcolor);
}
/* footer nav css */
.footer_nav {
    margin-top: 12px;
}

    .footer_nav ul {
        list-style: none;
        padding-left: 0;
    }

        .footer_nav ul li {
            padding: 0 0 10px;
        }

            .footer_nav ul li a {
                font-weight: 400;
            }

                .footer_nav ul li a i {
                    font-weight: 700;
                }

.footer_widget form {
    position: relative;
}

.footer_widget input {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 15px 15px;
    height: 50px;
}

.footer_widget button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    border: none;
    outline: none;
    background: var(--brcolor);
    color: var(--whitec);
    font-size: 30px;
    border-radius: 10px;
    transition: .5s;
}

    .footer_widget button:hover {
        background-color: var(--bgcolor);
        color: var(--whitec);
    }

.copy_right_border {
    padding: 35px 0 0;
    border-top: 2px dashed var(--brcolor);
}

.copyright_text p {
    margin: 0;
    font-size: .8em;
}

.footer_left_shap {
    position: absolute;
    top: 125px;
    left: 30px;
    z-index: -1;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}

.footer_right_shap {
    position: absolute;
    bottom: 50px;
    right: 50px;
    animation: witr_movetb_box45 5s linear 1s infinite alternate running;
}
/* about footer area css */
.about_footer_area {
    padding: 20px 0 0px;
    background-position: center center;
}

    .about_footer_area .footer_socail_icons a {
        background-color: var(--brcolor);
        color: var(--whitec);
    }


    .about_footer_area .footer_widget input, .about_footer_area .footer_widget button {
        border-radius: 0;
    }

    .about_footer_area .copy_right_border {
        padding: 10px 0 0;
        border-top: 1px solid var(--whitec);
    }

    .about_footer_area .inner_copyright_right ul {
        list-style: none;
        padding: 0;
    }

        .about_footer_area .inner_copyright_right ul li {
            margin-left: 25px;
            display: inline-block;
        }

            .about_footer_area .inner_copyright_right ul li a {
                color: var(--whitec);
            }
/*======== footer area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    bottom: 40px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--brcolor);
    color: var(--whitec);
    box-shadow: 0 0 10px #0000002e;
}

.table {
    border: solid #004f68 1px;
    font-size: .95rem;
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
}

    .table thead tr th,
    .table tfoot tr td {
        font-weight: bold;
        background: #cccccc !important;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff)) !important;
        background: -ms-linear-gradient(bottom, #eee, #fff) !important;
        background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%) !important;
        background: -o-linear-gradient(#fff, #eee) !important;
    }

    .table thead tr {
        border-bottom: solid #e0d9d9 2px;
    }

    .table tfoot tr {
        border-top: solid #e0d9d9 2px;
    }

    .table thead tr th {
        padding-top: 3px;
        padding-bottom: 3px;
        border: solid #e0d9d9 1px;
    }

    .table tbody td,
    .table tfoot td {
        padding: 3px 2px;
        border: solid rgba(0,0,0,.12) 1px;
        vertical-align: middle;
    }

    .table .pic,
    div .pic {
        width: 100%;
    }

    .table .table-content {
        width: 100%;
        border: 1px solid #f0f0f0;
    }

        .table .table-content thead tr th {
            background-color: #e0d7d2;
            border: 1px solid #f0f0f0;
            color: #405467;
            font-weight: normal;
        }

        .table .table-content tbody tr td {
            border: 1px solid #f0f0f0;
        }

    .table tbody tr td .divCalendarBox {
        display: flex;
        justify-content: center;
        text-align: center;
    }

        .table tbody tr td .divCalendarBox .divCalendarYear {
            display: none;
        }

        .table tbody tr td .divCalendarBox .divCalendarMonth {
            display: none;
        }

        .table tbody tr td .divCalendarBox .divCalendarDay {
            display: none;
        }

    .table tbody tr td .divHour {
        display: block;
        text-align: center;
    }

    .table tbody tr td .divToolBox {
        display: flex;
        justify-content: center;
    }

    .table tbody tr td .table-tool {
        display: inline-block;
        width: 32px;
        height: 32px;
        padding: 2.4px 0;
        font-size: 1rem;
        border-radius: 2px;
        vertical-align: -1px;
        text-align: center;
        border: 1px solid #d9d9d9;
        cursor: pointer;
        transition: all .3s cubic-bezier(.645,.045,.355,1);
        margin-left: 5px;
        margin-right: 5px;
        background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
        background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
        background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
        background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .table tbody tr td .table-tool i {
            margin: 5px 7px;
        }

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background: #FFFCEC;
}

    .form-control:focus {
        border: solid 1px #a7a6a6;
        background: #FFFCEC;
    }

*,
label::after {
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}

.switch {
    display: none;
}

.toggle {
    width: 3.5rem;
    height: 1.5rem;
    background: #e9e9eb;
    border-radius: 1rem;
    position: relative;
    cursor: pointer;
}

.light {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.toggle::after {
    position: absolute;
    left: 0.25rem;
    top: 0.15rem;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
}

input:checked + .toggle {
    background: #34c85a;
}

    input:checked + .toggle::after {
        left: 2.1rem;
    }

input:checked ~ .light {
    background: #fff;
}

.btn {
    border: none;
    padding: 6px 12px;
    border-bottom: 2px solid;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    outline: none;
    border-radius: 3px;
    background-clip: padding-box;
}

.btn-primary {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

    .btn-primary:hover {
        background-color: #18af91;
        border-color: #1ABC9C;
    }

.barBackgarund {
    background: url(/image/barBackgarund.jpg);
    background-repeat: repeat-x;
    height: 31px;
    border: solid 1px #ece0d1;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.barTitle {
    font-weight: bold;
    color: #74603f;
    font-size: 1.1rem;
    margin-left: 10px;
    letter-spacing: .3rem;
}

.cursorPointer {
    cursor: pointer;
}

.menu {
    font-size: 16px;
    margin: 0px 20px;
}

    .menu:hover {
        color: var(--brcolor);
    }

.components-reconnect-modal
.components-reconnect-show,
.components-reconnect-failed,
.components-reconnect-rejected {
    display: none;
}

#divShoppingInfo2 {
    display: none;
}

.iconNew {
    background: var(--again);
    color: #FFF;
    padding: 2px 4px 0px 4px;
    border-radius: 2px;
    font-size: .85rem;
    margin-right: 5px;
    line-height: 16px;
}

.iconAgain {
    background: var(--linkcolor);
    color: #FFF;
    padding: 2px 4px 0px 4px;
    border-radius: 2px;
    font-size: .85rem;
    margin-right: 5px;
    line-height: 16px;
}

.footerdark {
    padding-top: 41px;
    border-top: 1px solid #eee;
}

.footerbar {
    margin-top: -55px;
    width: 55px;
    height: 25px;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

.footer-box-border {
    border-bottom: 1px solid #555;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.5rem;
}

    .footer-box-border .titleImg {
        margin-right: 10px;
        height: 25px;
    }

#MainMenu {
    display: block;
}

#mobileMenu {
    display: none;
}

.btnShoppingNote {
    border: solid 1px var(--font-color-grey);
    padding: 3px 15px;
    font-size: .9rem;
}

#divSale-p {
    position: fixed;
    top: 150px;
    right: -8px;
}

#btnSale {
    position: relative;
    background-color: #FFF;
    border: 3px #646567 solid;
    border-radius: 10px 0 0 10px;
    padding: 7px 15px 0px 7px;
}

    #btnSale .SaleTabText {
        font-size: 10px;
        margin-left: 8px;
    }

#divSale {
}

    #divSale #divSaleBox.sale-expanded {
        position: absolute;
        z-index: 999999;
        top: 0px;
        right: 100px;
        transform: scale(0);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform-origin: top right; /* 控制縮放的起點，可以改成你需要的方向 */
        pointer-events: none; /* 防止點到不可見的元素 */
    }

    #divSale #divSaleBox.sale-collapsed {
        position: absolute;
        z-index: 999999;
        top: 0px;
        right: 100px;
        transform: scale(1);
        opacity: 1;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform-origin: top right;
    }

    #divSale #divSaleBox img {
        border: solid 10px #FFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
        margin-top: 20px;
        max-width: auto;
        max-height: auto;
    }

    #divSale .closeSale {
        position: absolute;
        z-index: 999998;
        top: 0px;
        right: -15px;
        font-size: 20px;
        background: #8f8d8d;
        color: #FFF;
        border-radius: 50%;
        padding: 0px;
        text-align: center;
        width: 37px;
        height: 37px;
        border: 5px solid #FFF;
    }
