﻿

:root {
    /* Body Font (TikTokSans) */
    --custom-body-font-family: "TikTokSans", sans-serif;
    --custom-body-font-size: 15px;
    --custom-body-font-weight: 500;
    --custom-body-font-weight2: 600;
    --custom-body-font-weight3: 700;
    --custom-body-line-height: 1.74;
    --custom-body-color: #4c4c4c;
    --custom-body-bg: #ffffff;
    /* Heading Font (Cabin) */
    --custom-heading-font-family: "Cabin", sans-serif;
    --custom-heading-font-weight: 700;
    --custom-heading-color: #030629;
    --custom-heading-line-height: 1.2;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* TikTok Sans – Regular */
@font-face {
    font-family: "TikTokSans";
    src: url("../fonts/TikTokSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* TikTok Sans – Medium */
@font-face {
    font-family: "TikTokSans";
    src: url("../fonts/TikTokSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* TikTok Sans – SemiBold */
@font-face {
    font-family: "TikTokSans";
    src: url("../fonts/TikTokSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* TikTok Sans – Bold */
@font-face {
    font-family: "TikTokSans";
    src: url("../fonts/TikTokSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.tiktok-regular {
    font-family: "TikTokSans", sans-serif;
    font-weight: 400;
}

.tiktok-medium {
    font-family: "TikTokSans", sans-serif;
    font-weight: 500;
}

.tiktok-semibold {
    font-family: "TikTokSans", sans-serif;
    font-weight: 600;
}

.tiktok-bold {
    font-family: "TikTokSans", sans-serif;
    font-weight: 700;
}
/* Cabin – Regular */
@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Cabin – Medium */
@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Cabin – SemiBold */
@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Cabin – Bold */
@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.cabin-regular {
    font-family: "Cabin", sans-serif;
    font-weight: 400;
}

.cabin-medium {
    font-family: "Cabin", sans-serif;
    font-weight: 500;
}

.cabin-semibold {
    font-family: "Cabin", sans-serif;
    font-weight: 600;
}

.cabin-bold {
    font-family: "Cabin", sans-serif;
    font-weight: 700;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: var(--custom-body-font-family);
    font-size: var(--custom-body-font-size);
    font-weight: var(--custom-body-font-weight);
    line-height: var(--custom-body-line-height);
    color: var(--custom-body-color);
    background-color: var(--custom-body-bg);
    visibility: visible;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--custom-heading-font-family);
    font-weight: var(--custom-body-font-weight);
    color: var(--custom-heading-color);
    line-height: var(--custom-heading-line-height);
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 80px;
}

    h1 small {
        font-size: 44px
    }

@media(min-width:768px) {
    .machine-learning-hero-text h1 {
        font-size: 60px;
        line-height: 55px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 45px;
    }

    .infotechno-hero-text h2 {
        font-size: 45px
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 27px;
    }

    .infotechno-hero-text h2 {
        font-size: 27px
    }
}

@media only screen and (max-width: 370px) {
    h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 320px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 3rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

button, input[type=submit] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.menu-style-four .navigation-menu > ul > li:hover > a > span,
.menu-style-four .navigation-menu > ul > li:hover > a:after,
.menu-style-four .navigation-menu > ul > li.active > a:after,
.submenu > li > a:hover,
.submenu > li > a:hover svg,
.megamenu--mega > li > ul > li > a:hover,
.megamenu--mega > li > ul > li > a:hover i,
.navigation-menu > ul > li > a svg,
.prodect-price span,
.submenu > li.active > a,
.submenu > li.active > a svg,
.megamenu--mega > li > ul > li.active > a,
.megamenu--mega > li > ul > li.active > a i,
.menu-style-four .navigation-menu > ul > li.active > a > span,
.price-product {
    color: var(--bs-red);
}

.offcanvas-body p .text-danger,
.text-body {
    color: var(--bs-red) !important;
}

.menu-style-four .navigation-menu > ul > li > a:before,
.navigation-menu > ul > li.has-children .megamenu:before,
.ht-btn,
.minicart-buttons .btn-checkout,
.ribbon,
input[type="range"]::-webkit-slider-thumb,
.page-pagination li a.current,
.ht-tab-menu li a.active:before,
.btn {
    background: var(--bs-red);
}

.footer-widget__title:before {
    background: var(--bs-red) !important;
}

.ht-btn:before,
.btn:hover {
    background: #ff4d4d; /* lighter red hover */
}

.ht-btn,
.thumb.active {
    border-color: var(--bs-red);
}

.submenu {
    border-top-color: var(--bs-red);
}

.footer-area-wrapper {
    background: #ffeaea; /* light red background */
}

.icon-circle {
    background: rgb(220 120 120); /* soft red */
}

.breadcrumb-area:before {
    background: #b44f4f00 linear-gradient(339deg, #ff4d4d4a 21%, #ff7a7a17 79%) 0% 0% no-repeat padding-box;
}



.text-black {
    color: #333333 !important;
}

.bg-white {
    background: #ffffff;
}

.bg-black {
    background: #333;
}

.bg-body {
    background: #ce6c11 !important
}








/*------- Defauld Class --------*/
.text-black {
    color: #333;
}


.border {
    border: 1px solid #ededed !important;
}




.section-sub-title {
    color: #0d4faf;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}



::-moz-selection {
    color: #ffffff;
    background-color: #086AD8;
}

::selection {
    color: #ffffff;
    background-color: #086AD8;
}







/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #000000;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 0 26px #666666;
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
}

.scroll-top:hover {
    background-position: right center;
}

    .scroll-top:hover .arrow-top {
        -webkit-transform: translate(-50%, -80px);
        -ms-transform: translate(-50%, -80px);
        transform: translate(-50%, -80px);
    }

    .scroll-top:hover .arrow-bottom {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }





.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

textarea {
    width: 100%;
    border-color: #ccc;
    border-radius: 4px;
}


/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area {
    position: relative;
    z-index: 9;
}

    .header-area .is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 999;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        background: #FFF !important;
        padding: 0px 0
    }

        .header-area .is-sticky .logo-area {
            width: 100px;
            border: 1px solid rgb(189 136 4 / 39%);
            height: 103px;
            margin-top: -35px;
            background: #000;
            border-radius: 0px;
            text-align: center;
            border-top: 0;
            border-bottom: 0;
        }

            .header-area .is-sticky .logo-area .logo {
                position: absolute;
                top: 71px;
            }


        .header-area .is-sticky .navigation-menu--text_white > ul > li > a {
            color: #444;
        }

            .header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
                background-color: #444;
            }

        .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
            color: #000000;
        }

            .header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
                color: #000000;
            }

            .header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
                color: #000000;
            }

        .header-area .is-sticky .header-search-form .search-form-top .style-02 {
            background-color: transparent;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

        .header-area .is-sticky .header-search-form .search-form-top.style-03 {
            background-color: transparent;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
                color: #333;
            }

        .header-area .is-sticky .header-search-form .search-form-top .search-field {
            color: #000;
        }

        .header-area .is-sticky .header-search-form .search-form-top .search-submit {
            color: #333;
        }

        .header-area .is-sticky .header__logo .dark-logo {
            display: inherit;
            width: 268px
        }

        .header-area .is-sticky .header__logo .light-logo {
            display: none;
        }

        .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
            color: #333;
        }

        .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
            color: #ce6c11;
        }

        .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
            width: 100%;
            left: 0;
        }

        .header-area .is-sticky .header-search-form-two.white-icon a {
            color: #333;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area.is-sticky.only-mobile-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 999;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
        display: none !important;
    }
}

.header-area--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.header-area--absolute__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.header-area--default {
    border-color: #E4E8F6;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* logo */
}

.header__logo {
    padding: 14px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .header__logo.top-logo {
        padding: 25px 0;
    }



    .header__logo .dark-logo {
        display: none;
    }

    .header__logo .light-logo {
        display: inherit;
        width: 360px
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__logo .dark-logo {
        display: inherit;
    }

    .header__logo .light-logo {
        display: none;
    }
}

.header.default-menu-style .header__logo {
    -webkit-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header.default-menu-style .header-midle-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header.default-menu-style .header-right-box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header.default-menu-style .header-right-box .header-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box .header-right-inner {
        margin: auto;
    }
}












.header-bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom-left-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-top-wrap {
    color: #ebebeb;
    border-bottom: 1px solid rgb(189 136 4 / 39%)
}

    .header-top-wrap p {
        margin: 0
    }

.logo {
    width: 198px;
    margin-top: 0px;
    border-radius: 0px;
    border-top: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
}

    .logo img {
        height: 70px;
        max-width: 198px;
        object-fit: contain
    }




/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .navigation-menu > ul > li {
        margin: 0 24px;
    }

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .navigation-menu > ul > li {
        margin: 0 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .navigation-menu > ul > li {
        margin: 0 15px;
    }
}

.navigation-menu > ul > li > a {
    display: block;
    padding: 21px 2px;
    position: relative;
    font-weight: var(--custom-body-font-weight2);
    color: var(--bs-black);
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    text-align: center;
}

    .navigation-menu > ul > li > a svg {
        width: 46px;
        height: 27px;
    }



    .navigation-menu > ul > li > a:before {
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        position: absolute;
        left: 0;
        background-color: #29afaa;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navigation-menu > ul > li > a span {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.navigation-menu > ul > li.has-children > a {
    position: relative;
}

    .navigation-menu > ul > li.has-children > a:after {
        position: static;
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        font-weight: 600;
        font-size: 14px;
        vertical-align: middle;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.navigation-menu > ul > li.has-children--multilevel-submenu {
    position: relative;
}
/*.navigation-menu > ul > li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}*/
/* Initial hidden state for both submenu and megamenu */
.navigation-menu > ul > li.has-children > .submenu,
.navigation-menu > ul > li.has-children > .megamenu {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; /* smooth animation */
}

/* Show submenu / mega menu when parent has 'submenu-open' */
.navigation-menu > ul > li.has-children.submenu-open > .submenu,
.navigation-menu > ul > li.has-children.submenu-open > .megamenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navigation-menu > ul > li.has-children .megamenu:before {
    content: "";
    background: #f90b0b;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0
}

.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/*.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}*/

.navigation-menu > ul > li.has-children > .submenu {
    /* initial hidden state */
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; /* smooth animation */
}

/* show submenu when parent has 'submenu-open' */
.navigation-menu > ul > li.has-children.submenu-open > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
    color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
}

.navigation-menu.primary--menu > ul > li > a {
    padding: 10px 13px;
}

    .navigation-menu.primary--menu > ul > li > a i {
        margin-bottom: 5px
    }

.navigation-menu--text_white > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
}

    .navigation-menu--text_white > ul > li > a:before {
        background-color: #ffffff;
    }

.navigation-menu--text_white > ul > li.active > a {
    color: #ffffff;
}

    .navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
        color: #ffffff;
    }

    .navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
        color: #ffffff;
    }

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
    margin: 0 0px 0 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    /* border-bottom: 3px solid #ce6c11; */
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 275px;
    padding: 0px 0;
    z-index: 9;
    border-radius: 0 0 4px 4px;
    max-height: 450px;
    overflow: auto;
    border-top: 3px solid red;
}

    .submenu > li {
        position: relative;
    }

        .submenu > li > a {
            padding: 14px 0;
            color: #4c4c4c;
            line-height: 1.2;
            -webkit-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s;
            position: relative;
            padding-left: 22px;
            font-weight: 600;
            border-bottom: 1px dashed #CCC;
            width: 100%;
        }

            .submenu > li > a svg {
                position: absolute;
                left: 10px;
                top: 13px;
                height: 19px;
                /* fill: #000; */
                color: #090401;
            }

            .submenu > li > a > span {
                position: relative;
            }

                .submenu > li > a > span:after {
                    content: "";
                    width: 0;
                    height: 1px;
                    bottom: 0;
                    position: absolute;
                    left: auto;
                    right: 0;
                    z-index: -1;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }


        .submenu > li:hover > .submenu {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            visibility: visible;
            opacity: 1;
            z-index: 9;
        }

        .submenu > li.active > a, .submenu > li.active > a svg {
            color: #ce6c11;
        }

        .submenu > li.has-children > a {
            position: relative;
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

            .submenu > li.has-children > a:after {
                position: absolute;
                right: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                content: "\f105";
                font-size: 14px;
                vertical-align: middle;
                color: #ababab;
            }

            .submenu > li.has-children > a:hover:after {
                color: #086AD8;
            }

        .submenu > li.has-children.active > a {
            color: #086AD8;
        }

    .submenu .submenu {
        top: 0px;
        left: 100%;
        right: auto;
    }

        .submenu .submenu.left {
            right: 100%;
            left: auto;
        }

        .submenu .submenu .submenu {
            top: 0;
            left: 100%;
            right: auto;
        }

            .submenu .submenu .submenu.left {
                right: 100%;
                left: auto;
            }

            .submenu .submenu .submenu .submenu {
                top: 0;
                left: 100%;
                right: auto;
            }

                .submenu .submenu .submenu .submenu.left {
                    right: 100%;
                    left: auto;
                }

                .submenu .submenu .submenu .submenu .submenu {
                    top: 0;
                    left: 100%;
                    right: auto;
                }

                    .submenu .submenu .submenu .submenu .submenu.left {
                        right: 100%;
                        left: auto;
                    }

.menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}

@media (max-width:1199px) {
    .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.menu-style-three .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 0%;
    left: 0;
}

.menu-style-three .submenu.left, .menu-style-four .submenu.left {
    left: -100px;
}

    .menu-style-three .submenu.left .submenu.left, .menu-style-four .submenu.left .submenu.left {
        right: 100%;
        left: auto;
    }


.menu-style-four .navigation-menu > ul > li > a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
}

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 18px 40px rgb(51 51 51 / 18%);
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border-radius: 0 0 10px 10px;
}

.megamenu--mega {
    min-width: 980px;
    width: 100%;
    padding: 35px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    max-height: 450px;
    overflow-y: auto;
}

    .megamenu--mega > li {
        flex: 1 0 25%; /* max 4 per row */
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        min-width: 700px;
    }
}

.megamenu--mega > li .page-list-title {
    font-size: 19px;
    margin-bottom: 6px;
    color: #333;
    padding-bottom: 3px;
    font-weight: 800;
    display: inline-block;
    position: relative
}

    .megamenu--mega > li .page-list-title:before {
        content: "";
        position: absolute;
        left: 0px;
        top: auto;
        font-size: 13px;
        font-weight: 600;
        height: 3px;
        width: 30px;
        background: #000;
        bottom: 0;
    }

.megamenu--mega > li > ul > li > a {
    padding: 12px 0;
    color: #4c4c4c;
    line-height: 1.2;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: relative;
    font-weight: 600;
    border-bottom: 1px dashed #CCC;
    width: 100%;
}

    .megamenu--mega > li > ul > li > a svg {
        position: absolute;
        left: 0;
        width: auto;
        height: 21px;
        color: #060606;
    }

    .megamenu--mega > li > ul > li > a i {
        margin-right: 10px;
        color: #555555;
        width: 20px;
    }


    .megamenu--mega > li > ul > li > a:hover, .megamenu--mega > li > ul > li > a:hover svg {
        color: #f90b0b;
    }

        .megamenu--mega > li > ul > li > a:hover span:after {
            width: 100%;
            left: 0;
            right: auto;
        }

    .megamenu--mega > li > ul > li > a > span {
        position: relative;
    }

.megamenu--mega > li > ul > li.active > a, .megamenu--mega > li > ul > li.active > a svg {
    color: #ce6c11;
}

.container-fluid .megamenu--mega {
    padding: 35px 220px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        min-width: 700px;
    }
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 0px;
}

    .mobile-navigation-icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 13px;
        height: 2px;
        background-color: #000;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .mobile-navigation-icon i:before {
            position: absolute;
            bottom: 8px;
            left: 0;
            width: 28px;
            height: 2px;
            background-color: #000;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-navigation-icon i:after {
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 22px;
            height: 2px;
            background-color: #000;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-navigation-icon.white-md-icon i {
        background-color: #fff;
    }

        .mobile-navigation-icon.white-md-icon i:before {
            background-color: #fff;
        }

        .mobile-navigation-icon.white-md-icon i:after {
            background-color: #fff;
        }

    .mobile-navigation-icon.white-md-icon:hover i {
        background-color: #086AD8;
    }

        .mobile-navigation-icon.white-md-icon:hover i:before {
            width: 80%;
            background-color: #086AD8;
        }

        .mobile-navigation-icon.white-md-icon:hover i:after {
            background-color: #086AD8;
            width: 60%;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .is-sticky .white-md-icon i {
        background-color: #333;
    }

        .is-sticky .white-md-icon i:before {
            background-color: #333;
        }

        .is-sticky .white-md-icon i:after {
            background-color: #333;
        }
}

.page-open-off-sidebar:hover i {
    width: 100%;
}

    .page-open-off-sidebar:hover i:before {
        width: 100%;
    }

    .page-open-off-sidebar:hover i:after {
        width: 100%;
    }

.page-open-off-sidebar i {
    width: 100%;
    background-color: #333;
}

    .page-open-off-sidebar i:before {
        width: 70%;
        background-color: #333;
    }

    .page-open-off-sidebar i:after {
        width: 70%;
        background-color: #333;
    }

.hidden-icons-menu {
    margin-left: 15px;
}

    .hidden-icons-menu a {
        color: #6D70A6;
        font-size: 20px;
    }

        .hidden-icons-menu a:hover {
            color: #086AD8;
        }

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(../images/icons/light-close.webp) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #FFF;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
        width: 100%;
    }
}

.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
    visibility: visible;
    opacity: 1;
}

    .mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
    padding: 12px 11px 6px;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
}

    .mobile-menu-overlay__header .logo img {
        padding: 9px;
        border-radius: 6px;
        height: 71px;
        max-width: 200px;
    }

    .mobile-menu-overlay__header .logo {
        margin-top: -7px;
        width: 150px !important;
        border: 0
    }

    .mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
        position: relative;
        cursor: pointer;
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: inline-block;
    }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
            position: absolute;
            top: 23px;
            left: 8px;
            content: "";
            width: 24px;
            height: 3px;
            background: red;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
            position: absolute;
            top: 23px;
            left: 8px;
            content: "";
            width: 24px;
            height: 3px;
            background: red;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
            color: #086AD8;
        }

            .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
    padding: 20px 25px 100px;
}

    .mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
        /* onepage style */
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
            border-bottom: 1px solid rgb(0 0 0 / 10%);
        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
                display: block;
                color: #000;
                padding-top: 18px;
                padding-bottom: 18px;
                font-size: 19px;
                font-weight: 500;
                line-height: 1.5;
                -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

.offcanvas-navigation > ul > li a span {
    display: flex;
    align-items: center
}

    .offcanvas-navigation > ul > li a span svg {
        width: auto;
        height: 22px
    }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
    color: #000;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
    position: relative;
}

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
        content: "\f106";
    }

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
        position: absolute;
        right: 0;
        top: 22px;
        width: 25px;
        height: 25px;
        background: rgb(255 9 9);
        color: #fff;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        border-radius: 4px;
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
            background: rgb(0 0 0 / 53%);
        }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
            content: "\f107";
            font-size: 18px;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
        }

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
                display: block;
                font-size: 17px;
                color: rgb(0 0 0 / 81%);
                font-weight: 600;
                line-height: 1.5;
                padding: 7px 0;
                padding-left: 5px;
                position: relative;
                border-bottom: 1px solid #e5e5e5;
                position: relative;
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a i {
                    width: 20px
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a svg, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a svg {
                    position: absolute;
                    left: 0;
                    top: 13px;
                    width: 20px;
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
                    color: #000;
                }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
                border-bottom: 0;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
                position: relative;
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
                    content: "\f106";
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
                    position: absolute;
                    right: 0;
                    top: 6px;
                    width: 25px;
                    height: 25px;
                    background: rgb(255 105 105);
                    color: #fff;
                    text-align: center;
                    line-height: 27px;
                    cursor: pointer;
                    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
                        background: rgba(255, 255, 255, 0.2);
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
                        content: "\f107";
                        font-size: 16px;
                        font-family: "FontAwesome";
                        font-weight: 500;
                    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
            position: relative;
        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
                content: "\f106";
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
                content: "\f107";
                font-size: 16px;
                font-family: "Font Awesome 5 Free";
                font-weight: 500;
            }

.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
    font-weight: 700;
}

/*======================================
    - offset search
======================================*/
.page-oppen-off-sidebar {
    right: 0;
}

.page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px;
    float: right;
    background: #ffffff;
}

@media only screen and (max-width: 479px) {
    .page-oppen-off-sidebar__inner {
        width: 300px;
    }
}

.page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.page-oppen-off-sidebar__header {
    background: #ffffff;
    padding: 15px 35px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

    .page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
        color: #6d70a6;
        min-width: calc(1em + 18px);
        font-size: 16px;
    }

    .page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
        color: #38cb89;
    }

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
    overflow: hidden;
}

    .page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
        width: 50%;
        float: left;
        margin-bottom: 8px;
    }

        .page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
            line-height: 17px;
        }

/*===============================
    - search overlay
===============================*/
.search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 71px;
    background-color: transparent;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    /* upar hide rahega */
    transform: translateY(-100%);
}

.search-overlay__inner {
    width: 100%;
    height: 73px;
    cursor: default;
    background: #ffffff;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-overlay.active {
    /* upar se niche slide */
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-overlay__header {
    background-color: #ffffff;
    padding: 15px 0;
}

    .search-overlay__header .mobile-navigation-close-icon {
        position: relative;
        cursor: pointer;
        height: 48px;
        width: 25px;
        line-height: 48px;
        display: inline-block;
    }

        .search-overlay__header .mobile-navigation-close-icon:before {
            position: absolute;
            top: 21px;
            left: 0px;
            content: "";
            width: 25px;
            height: 1px;
            background: #333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-overlay__header .mobile-navigation-close-icon:after {
            position: absolute;
            top: 21px;
            left: 0px;
            content: "";
            width: 25px;
            height: 1px;
            background: #333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-overlay__header .mobile-navigation-close-icon:hover {
            color: #086AD8;
        }

            .search-overlay__header .mobile-navigation-close-icon:hover:before, .search-overlay__header .mobile-navigation-close-icon:hover:after {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

.search-overlay__body {
    width: 100%;
    margin: 0 auto;
    margin-right: 35px
}

.search-overlay__form {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

    .search-overlay__form input {
        background-color: transparent;
        border: 0;
        /* border-bottom: 2px solid #086AD8; */
        border-radius: 0;
        padding: 15px 50px 15px 52px;
        width: 100%;
        font-size: 18px;
        height: 52px;
        background: #f5f5f5;
        border-radius: 100px;
    }

        .search-overlay__form input::-webkit-input-placeholder {
            color: #333;
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-overlay__form input::-moz-placeholder {
            color: #333;
            -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-overlay__form input:-ms-input-placeholder {
            color: #333;
            -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-overlay__form input::-ms-input-placeholder {
            color: #333;
            -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-overlay__form input::placeholder {
            color: #333;
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-overlay__form input[type=text]:focus {
            color: #333;
            border-color: #086AD8;
        }

.header__navigation.preview-menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .header__navigation.preview-menu .navigation-menu-right {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.preview-header-inner {
    padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .preview-header-inner {
        padding: 0;
    }
}

.preview-header-inner.is-sticky {
    padding: 0px 0;
}

    .preview-header-inner.is-sticky .header__navigation.preview-menu ul > li > a {
        color: #333;
    }

    .preview-header-inner.is-sticky .header__actions--preview .ht-btn {
        background: transparent;
        border: 1px solid #086AD8;
        color: #086AD8;
        line-height: 42px;
        height: 43px;
    }

.preview-header-inner .header__actions--preview .ht-btn {
    background: #086AD8;
    border: 1px solid #086AD8;
    color: #ffffff;
}

    .preview-header-inner .header__actions--preview .ht-btn:hover {
        background: #ffffff;
        color: #086AD8;
    }

/*=====  End of Header  ======*/

/*=======================================
=            07. Sidebar Css           =
=========================================*/
.page-sidebar-right {
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-sidebar-right {
        padding-left: 0;
    }
}

.page-sidebar-left {
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-sidebar-left {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-sidebar-right, .page-sidebar-left {
        margin-top: 60px;
    }
}

.sidebar-widget + .sidebar-widget {
    margin-top: 15px;
}

.sidebar-widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    background: #ce6c11;
    border-radius: 6px;
    text-align: center;
    font-size: 24px;
    padding: 5px;
    color: #FFF;
}

.widget-search {
    position: relative;
}

    .widget-search input {
        width: 100%;
        outline: none;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 3px 20px;
        padding-right: 20px;
        height: 46px;
        color: #ababab;
        border-color: #f8f8f8;
        background-color: #FFF;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0em;
        padding-right: 72px;
    }

    .widget-search .search-submit {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        border: 0;
        border-radius: 0 5px 5px 0;
        width: 56px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }


.widget-blog-recent-post ul li:first-child a {
    margin-top: -16px;
}

.widget-blog-recent-post ul li a {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 0 16px 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    line-height: 25px
}

    .widget-blog-recent-post ul li a img {
        width: 80px;
        border-radius: 16px;
        height: 80px;
        object-fit: cover;
        margin-right: 20px
    }

@media(min-width:500px) {
    .widget-blog-recent-post ul li a {
        display: flex
    }
}

.widget-blog-recent-post ul li:last-child a {
    border-bottom: 0
}

.widget-blog-recent-post ul li a::before, .widget-blog-recent-post ul li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog-item .post-info .post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    font-size: 13px;
    color: #737373;
    align-items: center
}

    .single-blog-item .post-info .post-meta .post-author {
        padding: 5px 10px 0;
    }

        .single-blog-item .post-info .post-meta .post-author .avatar-96 {
            width: 32px;
            vertical-align: middle;
            margin-right: 6px;
            border-radius: 50%;
            height: 32px
        }

    .single-blog-item .post-info .post-meta .post-date, .single-blog-item .post-info .post-meta .post-view {
        padding: 5px 10px;
    }

        .single-blog-item .post-info .post-meta .post-date .meta-icon, .single-blog-item .post-info .post-meta .post-view .meta-icon {
            margin-right: 6px;
        }

    .single-blog-item .post-info .post-meta .post-comments {
        padding: 5px 10px;
    }

        .single-blog-item .post-info .post-meta .post-comments .meta-icon {
            margin-right: 6px;
        }

.single-blog-item.xs-list-blog-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

blockquote {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    margin: 35px 35px 35px 0;
    margin-right: 0;
    position: relative;
    background: #f3f3f3;
    padding: 30px
}

    blockquote::before {
        content: "";
        font-size: 28px;
        font-family: ElegantIcons;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-left: 6px solid #ff4001;
        height: 100%;
    }

.widget-tag .ht-btn {
    color: #ababab;
    background: #f5f5f5;
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .widget-tag .ht-btn:hover {
        color: #ffffff;
        background: #086AD8;
    }

.widget-product-item {
    overflow: hidden;
    margin-bottom: 20px;
}

    .widget-product-item .thumbnail {
        max-width: 150px;
        float: left;
        margin-right: 20px;
        margin-left: 0;
        width: 80px;
    }

    .widget-product-item .info .product-title {
        font-weight: 400;
        font-size: 16px;
    }

    .widget-product-item .info .star-rating a {
        display: inline-block;
        color: #ffb805;
        line-height: 1;
        font-size: 14px;
        margin: 0;
    }

    .widget-product-item .info .price-box {
        margin-top: 5px;
    }

        .widget-product-item .info .price-box .old-price {
            font-size: 0.88em;
            font-weight: 400;
            color: #b6b7d2;
            text-decoration: line-through;
        }

        .widget-product-item .info .price-box .new-price {
            font-size: 14px;
            font-weight: 500;
            color: #6d70a6;
        }

/*=====  End of Sidebar  ======*/
/*=============================================
=            08. Button Css           =
=============================================*/
.header-area .ht-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: 0.5s;
    height: 45px !important;
    line-height: 41px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

    .header-area .ht-btn:hover {
        border-color: transparent;
        border-radius: 6px
    }

.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: #eb0d0d;
    padding: 0 20px;
    text-align: center;
    color: #ffffff;
    background: #eb0d0d;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    overflow: hidden;
    height: 46px;
    line-height: 46px;
}

    .ht-btn:hover, .ht-btn:active, .ht-btn:focus {
        color: #fff;
    }

    .ht-btn:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
        transform: scale(0,0);
        background: #ff001d;
        transition: all 500ms ease;
        border-radius: 4px;
    }

    .ht-btn:hover:before {
        transform: scale(1,1);
    }

    .ht-btn.ht-btn-xs, .btn.ht-btn-xs {
        height: 31px;
        line-height: 28px;
        font-size: 13px;
        padding: 0 10px;
    }

    .ht-btn.ht-btn-sm {
        padding: 0 30px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }

    .ht-btn.ht-btn-md {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0em;
        line-height: 54px;
        height: 54px;
    }

    .ht-btn.ht-btn-lg {
        padding: 0 40px;
        height: 64px;
        line-height: 64px;
        font-size: 16px;
    }

    .ht-btn.ht-btn-custom {
        min-width: 280px;
    }

    .ht-btn.ht-btn-full {
        width: auto;
        display: block;
    }

.ht-btn--outline {
    border-width: 1px;
    background: transparent !important;
    border-color: #1739bb;
    color: #1739bb;
}

    .ht-btn--outline:hover, .ht-btn--outline:focus, .ht-btn--outline:active {
        color: #fff;
    }

.ht-btn--solid {
    border-width: 1px;
    line-height: 54px;
    background: transparent;
    border-color: #ddd;
    color: #000;
}

    .ht-btn--solid:hover, .ht-btn--solid:focus, .ht-btn--solid:active {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        border-color: transparent;
        background: #000;
        color: #ffffff;
    }

.ht-btn--circle {
    border-radius: 30px;
}

.ht-btn--no-round {
    border-radius: 0px;
}

.ht-btn.ht-btn-default {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 180px;
}

.ht-btn .btn-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-size: 20px;
    margin-left: 10px;
}

.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 17px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 46px;
    line-height: 46px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #df0e0e;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

    .btn:hover, .btn:active, .btn:focus {
        color: #ffffff;
    }

.btn--secondary {
    background-image: none;
    background-color: #bc8b03;
}

    .btn--secondary:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
        transform: scale(0, 0);
        background: linear-gradient(270deg, rgb(187 136 4) 0, rgb(203 151 19) 100%) 0 0;
        transition: all 500ms ease;
        border-radius: 6px;
    }

    .btn--secondary:hover:before {
        transform: scale(1, 1);
    }

.btn--black {
    background-image: none;
    background-color: #000000;
}

    .btn--black:hover {
        background-image: none;
        background: #000000;
    }

.btn--white {
    background-image: none;
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

    .btn--white:hover, .btn--white:focus {
        background-image: none;
        background: #ffffff;
        color: #000000;
    }

.btn--gradient {
    background-image: none;
    background: -webkit-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
    background: -o-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
    background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%) !important;
}

    .btn--gradient:hover {
        background-image: none;
        background: -webkit-linear-gradient(300deg, #FF3F85 0, #FAA720 100%);
        background: -o-linear-gradient(300deg, #FF3F85 0, #FAA720 100%);
        background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%);
    }

.btn--link {
    color: #086AD8;
}

    .btn--link:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.btn.ht-btn-default {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 180px;
}

.hover-style-link {
    position: relative;
}

    .hover-style-link i {
        margin-right: 10px
    }

    .hover-style-link:before {
    }

    .hover-style-link:after {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #FFF;
    }

    .hover-style-link:hover:after {
        left: 0;
        width: 100%;
        right: auto;
    }

.hover-style-link--secondary {
    color: #d2a98e;
}

    .hover-style-link--secondary:after {
        background-color: #d2a98e;
    }

    .hover-style-link--secondary:hover {
        color: #d2a98e;
    }

.hover-style-link--white {
    color: #ffffff;
}

    .hover-style-link--white:after {
        background-color: #ffffff;
    }

    .hover-style-link--white:hover {
        color: #ffffff;
    }

.hover-style-link--sub-color {
    color: #6d70a6;
}

    .hover-style-link--sub-color:after {
        background-color: #6d70a6;
    }

    .hover-style-link--sub-color:hover {
        color: #6d70a6;
    }

.hover-style-default {
    position: relative;
}

    .hover-style-default:after {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #086AD8;
    }

    .hover-style-default:hover {
        color: #086AD8;
    }

        .hover-style-default:hover:after {
            left: 0;
            width: 100%;
            right: auto;
        }

/* Images Button */
.image-btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 5px;
    overflow: hidden;
}

/* video pay link */
.video-play i {
    color: #d2a98e;
}

.video-play span {
    font-weight: 500;
    letter-spacing: 3px;
    margin-left: 10px;
}

/* button wrapper */
.button-wrapper > a {
    border: none;
}

@media only screen and (max-width: 479px) {
    .button-wrapper > a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .button-wrapper > a:last-child {
        margin-bottom: 0;
    }
}

/* Text Button*/
.btn-text {
    color: #086AD8;
}

    .btn-text:hover {
        color: #d2a98e;
    }

.single-button-group h5 {
    margin-bottom: 10px;
}


.single-button-group a:hover, .single-button-group a:active, .single-button-group a:focus {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*=====  End of Button  ======*/
/*=============================================
=            09. Accordions Css           =
=============================================*/
.faq-wrapper .panel.panel-default {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq-wrapper .card, .faq-wrapper .card-header {
    border-radius: 0;
}

.faq-wrapper .card {
    border-bottom: none;
    margin-bottom: 10px;
    border: none;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #FFF;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .faq-wrapper .card h5 {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #7039a8
    }

    .faq-wrapper .card p {
        color: #3f3f3f;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .faq-wrapper .card .payment-icon figure {
        width: 100px
    }

        .faq-wrapper .card .payment-icon figure img {
            max-width: 90px
        }


    .faq-wrapper .card:hover:before, .faq-wrapper .card:hover:after {
        opacity: 1;
        height: 120%;
        width: 120%;
        border-radius: 0;
    }

    .faq-wrapper .card .bg-shape {
        position: absolute;
        bottom: -200px;
        left: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        pointer-events: none;
    }

    .faq-wrapper .card:hover .bg-shape {
        bottom: 0;
        opacity: 1;
    }

    .faq-wrapper .card:last-child {
        margin-bottom: 0;
    }

.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #FFF;
}

    .faq-wrapper .card-header h5 button {
        border: none;
        width: 100%;
        text-align: left;
        color: #000;
        padding: 20px 30px;
        position: relative;
        overflow-wrap: break-word;
        white-space: normal;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500;
        border-radius: 5px;
        background: #FFF;
        text-decoration: none;
    }

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button {
        padding-left: 15px;
        padding-right: 20px;
    }
}

.faq-wrapper .card-header h5 button span {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button span {
        right: 15px;
    }
}

.faq-wrapper .card-header h5 button span i {
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.faq-wrapper .card-header h5 button:hover, .faq-wrapper .card-header h5 button:focus {
    text-decoration: none;
    color: #000000;
}

.faq-wrapper .card-header h5 button[aria-expanded=true] {
    color: #ffffff;
    background: #a58d52;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .faq-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
        visibility: visible;
        opacity: 1;
        display: inline;
    }

    .faq-wrapper .card-header h5 button[aria-expanded=true]:before {
        height: 100%;
    }

.faq-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-body {
    padding: 23px 30px 29px;
}

.faq-two-wrapper .panel.panel-default {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq-two-wrapper .card, .faq-two-wrapper .card-header {
    border-radius: 0;
}

.faq-two-wrapper .card {
    border-bottom: none;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ebebeb;
}

    .faq-two-wrapper .card:last-child {
        margin-bottom: 0;
    }

.faq-two-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

    .faq-two-wrapper .card-header h5 button {
        font-size: 24px;
        border: none;
        width: 100%;
        text-align: left;
        color: #ababab;
        padding: 20px 35px;
        position: relative;
        overflow-wrap: break-word;
        white-space: normal;
        line-height: 1.2;
        font-weight: 700;
        border-radius: 5px;
        background: #ffffff;
        text-decoration: none;
    }

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button {
        padding-left: 25px;
        padding-right: 10px;
    }
}

.faq-two-wrapper .card-header h5 button span {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button span {
        right: 15px;
    }
}

.faq-two-wrapper .card-header h5 button span i {
    font-size: 24px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.faq-two-wrapper .card-header h5 button:hover, .faq-two-wrapper .card-header h5 button:focus {
    text-decoration: none;
    color: #086AD8;
}

.faq-two-wrapper .card-header h5 button[aria-expanded=true] {
    color: #086AD8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .faq-two-wrapper .card-header h5 button[aria-expanded=true] span i {
        color: #d2a98e;
    }

        .faq-two-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
            visibility: visible;
            opacity: 1;
            display: inline;
        }

    .faq-two-wrapper .card-header h5 button[aria-expanded=true]:before {
        height: 100%;
    }

.faq-two-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-two-wrapper .card-body {
    padding: 0px 30px 29px;
}

.faq-custom-col {
    max-width: 570px;
    float: right;
    width: 100%;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-custom-col {
        float: inherit;
        margin: 0 auto 30px;
    }
}






/*----------------------------
    tooltip library
----------------------------*/
[class*=hint--] {
    position: relative;
    display: inline-block;
    /**
  * tooltip arrow
  */
    /**
  * tooltip body
  */
}

    [class*=hint--]:before, [class*=hint--]:after {
        position: absolute;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: hidden;
        opacity: 0;
        z-index: 1000000;
        pointer-events: none;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    [class*=hint--]:hover:before, [class*=hint--]:hover:after {
        visibility: visible;
        opacity: 1;
    }

    [class*=hint--]:hover:before, [class*=hint--]:hover:after {
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    [class*=hint--]:before {
        content: "";
        position: absolute;
        background: transparent;
        border: 7px solid transparent;
        z-index: 1000001;
    }

    [class*=hint--]:after {
        background: #086AD8;
        color: white;
        padding: 8px 10px;
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
        border-radius: 5px;
        -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    }

    [class*=hint--][aria-label]:after {
        content: attr(aria-label);
    }

    [class*=hint--][data-hint]:after {
        content: attr(data-hint);
    }

[aria-label=""]:before, [aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
    display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
    border-top-color: #086AD8;
}

.hint--top-right:before {
    border-top-color: #086AD8;
}

.hint--top:before {
    border-top-color: #086AD8;
}

.hint--bottom-left:before {
    border-bottom-color: #086AD8;
}

.hint--bottom-right:before {
    border-bottom-color: #086AD8;
}

.hint--bottom:before {
    border-bottom-color: #086AD8;
}

.hint--left:before {
    border-left-color: #086AD8;
}

.hint--right:before {
    border-right-color: #086AD8;
}

.hint--white:after {
    background: #ffffff;
    color: #333;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--white:before {
    border-top-color: #ffffff;
}

.hint--black:after {
    background: #000000;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--black:before {
    border-top-color: #000000;
}

.hint--black.hint--bottom::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top-left::before {
    border-top-color: #000000;
}

.hint--black.hint--bottom-left::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top::before {
    border-top-color: #000000;
}

.hint--black.hint--left::before {
    border-left-color: #000000;
}

.hint--black:before {
    border-top-color: transparent;
}

.hint--theme-two:after {
    background: #d2a98e;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--theme-two:before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--bottom::before {
    border-bottom-color: #d2a98e;
}

.hint--theme-two.hint--top-left::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--top::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--left::before {
    border-left-color: #d2a98e;
}

.hint--theme-two:before {
    border-top-color: transparent;
}

/**
 * top tooltip
 */
.hint--top:before {
    margin-bottom: -13px;
}

.hint--top:before, .hint--top:after {
    bottom: 100%;
    left: 50%;
}

.hint--top:before {
    left: calc(50% - 7px);
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}





/*=============================================
=         31. Testimonial slider Css           =
=============================================*/
.testimonial-slider__container {
    padding-bottom: 0;
}

.testimonial-slider--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider--info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-slider__media {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    background: #ccc;
    border-radius: 100px;
}

    .testimonial-slider__media img {
        border-radius: 50%;
    }

.testimonial-slider__author {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .testimonial-slider__author .testimonial-rating {
        font-size: 16px;
        margin-bottom: 10px;
        color: #ffb944;
    }

    .testimonial-slider__author .author-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (max-width: 767px) {
    .testimonial-slider__author .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-slider__author .name {
    color: #333333;
}

.testimonial-slider__author .designation {
    font-size: 14px;
}

    .testimonial-slider__author .designation:before {
        content: " / ";
        padding: 0 5px;
    }

.testimonial-slider__one {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    background: #FFF;
}

    .testimonial-slider__one .testimonial-slider--info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .testimonial-slider__one .testimonial-slider--info .post-thumbnail {
            margin-right: 20px;
        }

@media only screen and (max-width: 767px) {
    .testimonial-slider__one .testimonial-slider--info .post-thumbnail {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.testimonial-slider__one:hover {
    -webkit-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}

@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider__one {
        padding: 31px 20px 31px;
    }
}

.testimonial-slider__single {
    background: #ffffff;
    padding: 51px 37px 40px;
    border-radius: 5px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .testimonial-slider__single .testimonial-subject {
        margin-bottom: 15px;
    }

    .testimonial-slider__single .testimonial-slider__text {
        color: #0b8095;
    }

    .testimonial-slider__single .author-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }

.testimonial-slider__container-two .swiper-slide.swiper-slide-prev {
    opacity: 0.5;
}

.testimonial-slider__container-two .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}

.modern-it-company-testimonial {
    max-width: 570px;
}

    .modern-it-company-testimonial .text {
        font-size: 34px;
        line-height: 1.34;
        font-weight: 500;
        color: #000000;
        margin-bottom: 80px;
    }

    .modern-it-company-testimonial .author h6 {
        text-transform: uppercase;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-testimonial .text {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-testimonial {
        margin-top: 30px;
    }

        .modern-it-company-testimonial .text {
            font-size: 24px;
            margin-bottom: 40px;
        }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-testimonial-bg {
        background-position: left 144px bottom 340px !important;
    }
}
/*=====  End of testimonial slider  ======*/
/* =========================
    Typed Text 
=============================*/
.cd-headline.clip span {
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
    background-color: #ddd;
    width: 4px;
}

.cd-headline.clip span {
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
    background-color: #f10;
    width: 4px;
}

.typed-text-wrap {
    text-align: center;
}

    .typed-text-wrap h4 {
        max-width: 700px;
        font-size: 48px;
        line-height: 1.34;
        margin-bottom: 0;
        word-wrap: break-word;
        font-weight: 700;
        margin-top: -20px;
    }

        .typed-text-wrap h4 span b {
            font-weight: 700;
            font-style: normal;
            color: #086AD8;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .typed-text-wrap h4 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .typed-text-wrap h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .typed-text-wrap h4 {
        font-size: 20px;
    }
}

/*===================================
=          32. Project Css           =
====================================*/
.projectinfotechno-bg {
    background-image: url(../images/patterns/mitech-home-infotechno-case-study-section-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.projects-slider__container .projects-wrap.style-01 {
    display: block;
}

    .projects-slider__container .projects-wrap.style-01 .projects-image-box {
        margin: 20px 15px 35px;
    }

.projects-wrap.style-01 {
    display: block;
}

    .projects-wrap.style-01 .projects-image-box {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
        box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
        position: relative;
        margin-bottom: 30px;
        /*margin: 20px 15px 35px;*/
    }

    .projects-wrap.style-01 .content {
        padding: 25px 26px 94px;
        padding-bottom: 88px;
    }

        .projects-wrap.style-01 .content .heading {
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 2px;
            color: #333 !important;
        }

        .projects-wrap.style-01 .content .post-categories {
            color: #086AD8;
            margin-bottom: 2px;
        }

        .projects-wrap.style-01 .content .text {
            color: #696969;
            margin-top: 13px;
        }

        .projects-wrap.style-01 .content .box-projects-arrow {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            height: 56px;
            line-height: 55px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            border-top: 1px solid #eee;
            color: #000;
        }

            .projects-wrap.style-01 .content .box-projects-arrow::before {
                background-color: #2817ae;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
                -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                z-index: -1;
            }

    .projects-wrap.style-01:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .projects-wrap.style-01:hover .content .heading {
            color: #086AD8;
        }

        .projects-wrap.style-01:hover .content .box-projects-arrow {
            color: #ffffff;
        }

            .projects-wrap.style-01:hover .content .box-projects-arrow::before {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }


/*======================================
=         33. Contact Us Css            =
=======================================*/
.contact-form__two input[type=text]:focus, .contact-form__two input[type=email]:focus, .contact-form__two input[type=url]:focus, .contact-form__two input[type=password]:focus, .contact-form__two input[type=search]:focus, .contact-form__two input[type=number]:focus, .contact-form__two input[type=tel]:focus, .contact-form__two input[type=range]:focus, .contact-form__two input[type=date]:focus, .contact-form__two input[type=month]:focus, .contact-form__two input[type=week]:focus, .contact-form__two input[type=time]:focus, .contact-form__two input[type=datetime]:focus, .contact-form__two input[type=datetime-local]:focus, .contact-form__two input[type=color]:focus, .contact-form__two textarea:focus, .contact-form__two select:focus, .contact-form__two select:focus, .contact-form__two textarea:focus {
    color: #222;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0.15rem rgb(13 110 253 / 16%);
    box-shadow: 0 0 0 0.15rem rgb(13 110 253 / 16%);
}




/*=================================
=         35. Infotechno Css        =
===================================*/
.infotechno-bg {
    background: rgb(233 241 244) none repeat scroll 0% 0%;
}

.infotechno-hero-text h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

@media(max-width:400px) {
    .infotechno-hero-text h5 {
        font-weight: 500;
        margin-bottom: 12px;
        font-size: 16px
    }
}

.infotechno-hero-text h6 {
    color: #FFF;
    font-weight: 500
}

.infotechno-hero-text h1 span {
    color: #f8f40e
}



.infotechno-hero-inner-images {
    margin: 40px 25px 20px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .infotechno-hero-text {
        margin-top: 0px;
    }

    .infotechno-hero-inner-images {
        max-width: 327px;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {

    .infotechno-hero-inner-images .infotechno-inner-one {
        max-width: 260px;
        margin: auto;
    }
}

.infotechno-inner-one {
    position: absolute;
    top: 10px;
}

.infotechno-inner-two {
    z-index: 1;
    position: relative;
}

.infotechno-hero-text {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-text {
        float: inherit;
        padding: 0 15px
    }
}



/* ====================
    Toolbar Area 
========================*/
.aeroland__toolbar .inner {
    position: absolute;
    top: 200px;
    right: 100%;
    display: block;
    width: 40px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

    .aeroland__toolbar .inner a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #222;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.demo-option-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 55px;
}

    .demo-option-wrapper .demo-panel-header {
        padding: 40px 30px 30px;
        text-align: center;
    }

.demo-option-container {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    width: 350px;
    max-width: calc(100% - 45px);
    z-index: 100000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .demo-option-container.open {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
        box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    }

.demo-quick-option-list {
    padding: 27px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

    .demo-quick-option-list a img {
        border-radius: 5px;
    }

    .demo-quick-option-list a:hover img {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }



.dec-text {
    font-size: 18px;
}


.footer-area-wrapper {
    z-index: 2;
    background: #ffdfdf
}


    .footer-area-wrapper li a, .footer-area-wrapper a, .footer-area-wrapper p, .footer-area-wrapper h6, .footer-area-wrapper li, .footer-area-wrapper {
        color: #000 !important
    }

.footer-widget__list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
    line-height: 20px;
}

    .footer-widget__list li i {
        position: absolute;
        left: 0;
        top: 2px
    }

.fw-600 {
    font-weight: 600
}

.list-style-one li {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 10px;
}

    .list-style-one li:before {
        content: "\f00c";
        position: absolute;
        font-family: 'Fontawesome';
        font-weight: 900;
        left: 0;
        color: #ffffff;
        height: 20px;
        width: 20px;
        background: #bb8804;
        border-radius: 100px;
        font-size: 11px;
        text-align: center;
        font-size: 10px;
        line-height: 20px;
        top: 3px;
    }

.list-style-two li {
    position: relative;
    padding-left: 27px;
    line-height: 19px;
    margin-bottom: 7px;
    font-size: 15px;
}

    .list-style-two li:before {
        content: "\f054";
        position: absolute;
        font-family: 'Fontawesome';
        font-weight: 900;
        left: 0;
        height: 15px;
        width: 15px;
        font-size: 11px;
        text-align: center;
        font-size: 10px;
        line-height: 16px;
        top: 1px;
        background: #1e88ce;
        color: #ffffff;
        font-size: 7px;
    }

.dec-text li {
    line-height: 28px
}

.list-style-one li b {
    color: #2c17c1;
}





.responsive-images100 {
    padding-bottom: 90%
}

.responsive-images62 {
    padding-bottom: 62%
}

.responsive-images75 {
    padding-bottom: 75%
}

.responsive-images90 {
    padding-bottom: 90%
}

.responsive-images41 {
    padding-bottom: 41%
}

.responsive-images120 {
    padding-bottom: 120%
}



.responsive-images62, .responsive-images100, .responsive-images90, .responsive-images75, .responsive-images41, .responsive-images120 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: left;
    background: url(/assets/images/loader-logo.png) center center no-repeat !important
}

    .responsive-images62 img, .responsive-images100 img, .responsive-images90 img, .responsive-images75 img, .responsive-images41 img, .responsive-images120 img {
        position: absolute !important;
        object-fit: cover;
        width: 105%;
        height: 100%;
        object-position: top;
        top: 0
    }

        .responsive-images62 img:after, .responsive-images90:after, .responsive-images120 img:after, .responsive-images75 img:after, .responsive-images100 img:after, .responsive-images41 img:after {
            content: "";
            position: absolute;
            background: #FFF;
            width: 19px;
            height: 19px;
            top: 0;
            left: 0;
            z-index: 0
        }

.logo-line1 {
    position: relative;
    text-align: center;
    display: inline-block;
}

.hr-line {
    position: relative
}

.circle1 {
    height: 100px;
    width: 100px;
    background: #ccc;
    position: absolute;
    bottom: 142px;
    left: 76px;
}

.bg-yellow {
    background: #faf510;
    color: #000
}

.bg-black {
    color: #FFF
}

.bg-light:before {
    background: #eaf1f4;
}

.bg-black:before {
    background: #000;
}

.bg-light {
    background: #eaf1f4 !important;
}



.btn-gray {
    background: #696969 !important
}

    .btn-gray:hover {
        background: #ababab !important
    }


.text-body {
    color: #ce6c11 !important
}

.text-golden {
    color: #F2E98D
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important
}

.swiper-container {
    padding: 0px 0 30px !important;
}

.slider-area-main .swiper-container, .slider-area-main .swiper-slide {
    height: calc(100vh - 150px);
    max-height: 450px;
    min-height: 300px
}

@media(max-width:991px) {
    .slider-area-main .swiper-container, .slider-area-main .swiper-slide {
        max-height: 350px
    }
}

@media(max-width:500px) {
    .slider-area-main .swiper-container, .slider-area-main .swiper-slide {
        max-height: 250px;
        min-height: 250px
    }
}



.slider-mask:before {
    background: linear-gradient(60deg, #000000 0%, #F2295B00 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: ""
}

.slider-mask-2:before {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.95;
}

.slider-mask-3:before {
    background: linear-gradient(224deg, #bc1b8c 22%, #23129f 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.9
}

.slider-mask-4 {
    background: linear-gradient(224deg, #000000 22%, #02010a 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.9;
}

.slider-mask-5 {
    background: url(/assets/images/mapbg.webp);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.9;
}

.slider-mask-3:after {
    background: url(/assets/images/bg-map.webp) no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.5;
    background-size: contain
}

.ht-box-images .image-box-wrap {
    position: relative;
    z-index: 2
}








.contact-form-wrap svg {
    display: block;
    height: 54px;
    width: 54px;
    color: #1ebf12;
    margin: auto;
    /* SVG path use currentColor to inherit this */
}

.booking-success svg {
    display: block;
    width: 54px;
    color: #1ebf12;
    margin: auto;
}

.circle {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    -webkit-animation: draw 1s forwards;
    animation: draw 1s forwards;
}

.tick {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-animation: draw 1s forwards 1s;
    animation: draw 1s forwards 1s;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.cross {
    stroke-dasharray: 14; /* approximate length of line */
    stroke-dashoffset: 14;
    animation: draw 1s forwards 1s; /* starts after circle is drawn */
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/*CAPTCHA*/
.submit__generated {
    display: inline-block;
}

    .submit__generated span {
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: center;
        line-height: 35px;
        font-weight: bold;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.9);
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .submit__generated.valid:after, .submit__generated.unvalid:after {
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 10px;
    }

    .submit__generated.valid:after {
        content: "";
        color: #2ecc71;
    }

    .submit__generated.valid .submit__input {
        border: 1px solid #2ecc71;
        color: #2ecc71 !important;
    }

    .submit__generated.unvalid:after {
        content: "";
        color: #e74c3c;
    }

    .submit__generated.unvalid .submit__input {
        border: 1px solid #e74c3c;
        color: #e74c3c;
    }

    .submit__generated .submit__input {
        position: relative;
        outline: 0;
        height: 35px;
        width: 35px;
        border-radius: 4px;
        border: 1px solid #42A0DD;
        color: #42A0DD;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        top: -2px;
    }

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}

    i.fa-refresh:hover {
        color: rgba(0, 0, 0, 0.4);
        transform: rotate(180deg);
    }

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

    .submit:hover {
        background-color: #3498db;
    }

    .submit:active, .submit.enter-press, .submit.overlay {
        margin: 55px 0 46px 0;
        box-shadow: none;
    }

.submit__overlay {
    height: 54px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -54px;
    margin-left: 0px;
}

.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

/*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-area .form-inner {
        width: 100%;
    }

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #475F7B;
        background-color: #FFF;
        border-color: #5A8DEE;
        outline: 0;
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
    }

.intl-tel-input,
.iti {
    width: 100%;
}

select {
    padding: 3px 20px;
    height: 56px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background: #fff url(../images/selector-icon.webp) no-repeat center right 20px;
    background-color: #FFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.select option {
    cursor: pointer
}

.logo-area {
    position: relative;
    z-index: 1;
    text-align: center
}




@media(max-width:768px) {

    .banner-space {
        padding-top: 40px;
    }

    .logo-area:before, .logo-area:after, .logo:before {
        bottom: -14px;
    }
}

@media(max-width:400px) {


    .logo-area:before, .logo-area:after, .logo:before {
        bottom: -13px;
    }
}

.mobile-menu-overlay__inner .logo {
    padding: 0;
    width: auto
}

    .mobile-menu-overlay__inner .logo:before {
        display: none
    }

.blog-pages-wrapper h1 {
    font-size: 2rem;
}

@media(max-width:991px) {
    .blog-pages-wrapper h1 {
        font-size: 24px;
    }
}

@media(max-width:991px) {
    .blog-pages-wrapper h1 {
        font-size: 18px;
    }
}

.application-icons ul li {
    background: #ccc;
    width: 140px;
    height: 150px
}

.rounded-top-left {
    border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-top-right {
    border-top-right-radius: var(--bs-border-radius) !important;
}

.circle-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 42%);
    height: 56px;
    width: 56px;
    background: #ffffff;
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 100px;
    text-align: center;
    color: #000;
    line-height: 38px;
    border: 8px solid #b97101;
}

    .circle-arrow .middle-dot {
        pointer-events: none;
        content: "";
        position: absolute;
        top: -12px;
        left: -12px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #086ad8;
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

.bg-gray {
    background: #f7f7f7
}

.bg-gray-3 {
    background: #f6f2ed;
}

.text-orange {
    color: #fe790a
}

.outline-white {
    border-color: #FFF;
    color: #FFF
}

.outline-gray {
    border-color: #959595;
    color: #FFF
}

.outline-gold {
    border-color: #b97101;
    color: #b97101
}

.list-item-icon {
    font-size: 88px;
    left: 20px;
    top: 4px;
}
/*===================================
    - Breadcrumb
===================================*/

.breadcrumb-area {
    padding: 20px 0;
    background-color: #f6f2ed;
    position: relative;
    z-index: 3;
    border-bottom: 0;
}

    .breadcrumb-area:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0
    }



/* Breadcrumb List */


.breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.58;
    text-transform: uppercase;
}

@media(max-width:768px) {
    .breadcrumb-list li {
        font-size: 12px;
        letter-spacing: 0px;
    }
}

.breadcrumb-list li a {
    position: relative;
    color: inherit;
    text-decoration: none;
}

    .breadcrumb-list li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background: currentColor;
        transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .breadcrumb-list li a:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }

.breadcrumb-list li.active {
    color: #6D70A6;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

/* Pagination */
.page-pagination li {
    display: inline-block;
}

    .page-pagination li a {
        display: block;
        min-width: 41px;
        height: 41px;
        line-height: 41px;
        padding: 0 10px;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ababab;
        border-radius: 5px;
        text-decoration: none;
    }

        .page-pagination li a.current {
            background: #f6f5f9;
            color: #6D70A6; /* theme color replace */
        }

        .page-pagination li a:hover {
            color: #6D70A6; /* theme color replace */
        }

.list-info ul li {
    font-size: 15px;
    margin-right: 25px;
    color: #8d93af;
}

.list-info li img {
    margin-top: -5px
}

.list-icon li {
    font-size: 17px;
    color: #0d4faf !important
}

.page-pagination li {
    display: inline-block;
}

    .page-pagination li a.current {
        background: #f6f5f9;
        color: #086AD8;
    }

    .page-pagination li a {
        font-weight: 500;
        padding: 0 10px;
        display: block;
        text-align: center;
        line-height: 27px;
        min-width: 27px;
        height: 27px;
        text-transform: uppercase;
        color: #515151;
        letter-spacing: 2px;
        border-radius: 3px;
        background: #ebebeb;
    }

        .page-pagination li a:hover {
            color: #086AD8;
        }

        .page-pagination li a.current {
            background: #f30b0b;
            color: #ffffff;
        }

.student-profile-pic img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    object-fit: cover
}

/*Uload image*/
.upload__box {
    padding: 40px;
    border: 1px solid #1836ab;
    border-radius: 4px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

    .upload__btn i {
        font-size: 24px
    }

    .upload__btn:hover {
        background-color: unset;
        color: #4045ba;
        transition: all 0.3s ease;
    }

.upload__btn-box {
    margin-bottom: 10px;
    text-align: center
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 120px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

    .upload__img-close:after {
        content: "âœ–";
        font-size: 14px;
        color: white;
    }

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

@media(max-width:768px) {
    .machine-learning-hero .ht-btn.ht-btn-md {
        line-height: 52px;
        height: 52px;
    }

    .machine-learning-hero .ht-btn {
        padding: 0 13px;
    }
}

img {
    text-indent: -9999px;
    opacity: 1
}

.bg-light input, .bg-light textarea {
    border-color: #FFF
}

input, textarea, select {
    font-weight: 600 !important
}

.light-bg {
    background: #E6F2F4;
}

.shadow {
    -webkit-box-shadow: 0px 11px 51px rgb(0 0 0 / 8%) !important;
    box-shadow: 0px 11px 51px rgb(0 0 0 / 8%) !important;
}

.services .list-style-one li:nth-child(n+3) {
    display: none;
}




body {
    top: 0px !important;
}




.header-right-side .header-right-items a {
    font-size: 24px;
}

.header-right-items .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: var(--custom-body-font-weight2);
    border-bottom: 1px dashed #ccc;
    padding: 10px 20px;
}

.header-right-items .dropdown-menu li:first-child {
    background: #e7e7e7
}

.header-right-items .dropdown-menu li:last-child .dropdown-item,
.header-right-items .dropdown-menu li:nth-last-child(2) .dropdown-item {
    border: 0;
}

.header-right-items .dropdown-menu li:last-child .dropdown-item {
    border-top: 1px solid #ccc;
}

.servicetop .box {
    position: relative;
    line-height: 21px;
    color: #000;
    padding: 15px 0px 15px 53px;
}

    .servicetop .box img {
        left: 0px;
        top: 18px;
        max-width: 34px;
    }

.servicetop .container .row > [class*="col-"] {
    border-right: 1px solid #d9d9d9;
}

    .servicetop .container .row > [class*="col-"]:last-child {
        border-right: 0;
    }

.products-box-wrap {
    background: #FFF;
    min-height: 175px;
    border-radius: 16px;
    font-size: 13px;
    transition: transform 0.3s ease !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    position: relative
}

a.products-box-wrap img {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

a.products-box-wrap:hover img, a .products-box-wrap:hover img {
    transform: scale(1.2);
}


.product-info {
    padding: 15px 15px 0
}

.shop-by-categories-section .product-info {
    padding: 15px
}

.product-info p {
    display: none
}

.products-box-wrap
.product-info .heading {
    font-size: 18px;
    font-weight: var(--custom-body-font-weight2)
}


.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ribbon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ffffff;
    padding: 0 15px;
    z-index: 3;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 21px 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    border-radius: 4px;
    display: none
}

.banner-shape {
    display: inline-block;
    position: relative;
    /* *************************************** */
    /* OVERLAP KO ROKNE KE LIYE YEH ZARURI HAI */
    /* *************************************** */
    /* ::before aur ::after bars ko apni jagah dene ke liye margin */
    margin-left: 20px;
    margin-right: 20px;
}

    /* SIDE BARS (PEHLE SE MAUJOOD CODE) */
    .banner-shape::before, .banner-shape::after {
        /* ... (Side bars ka code same rahega) ... */
        content: "";
        position: absolute;
        top: 0;
        width: 8px;
        height: 86%;
        background: #000;
        top: 3px;
    }

    .banner-shape::before {
        left: -10px;
        transform: skewX(14deg);
    }

    .banner-shape::after {
        right: -10px;
        transform: skewX(-14deg);
    }

/* TEXT BOX - CLIP-PATH PX MEIN BADLA GAYA */
.shape {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    background: #000;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 9px) 100%, 9px 100%);
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 0;
    margin: 0
}


.latest .cart {
    font-size: 11px;
}

@media(max-width:1499px) and (min-width:1200px) {
    .container {
        max-width: 95% !important
    }
}

.cart-count {
    background: red;
    width: 17px;
    height: 17px;
    font-size: 11px;
    border-radius: 100px;
    bottom: 3px;
    left: 15px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: 900;
}

.infotechno-hero {
    height: calc(85vh - 50px);
    max-height: 600px;
    position: relative
}

@media(max-width:1200px) {
    .infotechno-hero {
        max-height: 400px;
    }
}

@media(max-width:991px) {
    .infotechno-hero {
        max-height: 330px;
    }
}

@media(max-width:768px) {
    .infotechno-hero {
        max-height: 250px;
        z-index: 1
    }
}

@media (max-width: 767px) {
    .products-slider__container .swiper-wrapper {
        display: flex;
        flex-wrap: wrap
    }

        .products-slider__container .swiper-wrapper a {
            margin: 10px 5px
        }

            .products-slider__container .swiper-wrapper a .product-info p {
                display: none
            }

            .products-slider__container .swiper-wrapper a .responsive-images120 {
                padding-bottom: 100%
            }

    .products-box-wrap
    .product-info .heading {
        font-size: 14px;
        font-weight: var(--custom-body-font-weight2)
    }

    .dec-text {
        font-size: 14px
    }

    .dropdown-toggle::after {
        visibility: hidden;
        display: none
    }

    .header-right-items li img {
        height: 30px;
        width: 30px
    }

    .logo img {
        max-width: 156px;
        height: 48px;
    }

    .product-info {
        padding: 10px
    }

    .logo {
        width: 156px;
    }

    .products-box-wrap {
        border-radius: 10px;
    }

        .products-box-wrap .rounded-top-4 {
            border-radius: 10px 10px 0 0 !important
        }
}

.header-bottom-wrap {
    min-height: 73px;
    display: flex;
    align-items: center
}

.header-area--absolute .header-bottom-wrap {
    background: rgb(255 255 255 / 47%);
}

.logo-vertical img {
    max-width: 126px;
    position: absolute;
    background: #FFF;
    z-index: 1;
    padding: 2px 6px;
    top: 8px;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 0.8s ease;
    border: 1px solid #000;
    height: 106px;
}

@media(max-width:768px) {
    .logo-vertical img {
        top: 0px;
        height: 67px;
    }
}

@media(max-width:330px) {
    .logo, .logo img {
        width: 122px;
    }

    .mobile-menu-overlay__header .logo img {
        width: auto
    }
}

.products-section .products-box-wrap {
    box-shadow: none
}

.products-section img {
    object-fit: contain !important
}

.products-section .single-flexible-slider {
    padding: 15px;
    border-radius: 12px;
    border: 1px dashed #696969;
    position: relative
}

@media(max-width:500px) {
    .products-section .single-flexible-slider {
        padding: 5px;
    }
}




.prodect-price span {
    color: red;
    font-weight: var(--custom-body-font-weight3)
}

.old-price {
    color: #b9b9b9 !important;
    text-decoration: line-through;
    font-weight: var(--custom-body-font-weight) !important
}

.products-section .products-box-wrap .single-flexible-slider:before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 6%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    opacity: 0;
    transition: 0.5s
}

.products-section .products-box-wrap:hover .single-flexible-slider:before {
    opacity: 1
}

.single-product-item .products-box-wrap .product-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

    .single-product-item .products-box-wrap .product-actions a {
        width: 45px;
        height: 45px;
        line-height: 48px;
        background-color: #fff;
        text-align: center;
        border-radius: 50%;
        font-size: 20px;
        margin-left: 7px;
        margin-right: 7px;
        color: #000;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

        .single-product-item .products-box-wrap .product-actions a i {
            background: #fff;
            padding: 12px;
            border-radius: 100px;
        }


        .single-product-item .products-box-wrap .product-actions a:nth-child(1) {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
        }

        .single-product-item .products-box-wrap .product-actions a:nth-child(2) {
            -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }

        .single-product-item .products-box-wrap .product-actions a:nth-child(3) {
            -webkit-transition-delay: .3s;
            -o-transition-delay: .3s;
            transition-delay: .3s;
        }

        .single-product-item .products-box-wrap .product-actions a .tool-tip {
            position: absolute;
            background: #000;
            text-align: center;
            padding: 8px 12px;
            z-index: 3;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .6s, margin .3s;
            -o-transition: opacity .6s, margin .3s;
            transition: opacity .6s, margin .3s;
            white-space: pre;
            font-size: 13px;
            line-height: 14px;
            top: -30px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            color: #fff;
            border-radius: 2px;
        }

            .single-product-item .products-box-wrap .product-actions a .tool-tip::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
                border-style: solid;
                border-width: 5px 0 5px 5px;
                content: "";
                height: 0;
                position: absolute;
                bottom: 10px;
                left: 50%;
                width: 0;
                bottom: -6px;
                -webkit-transform: translateX(-50%) rotate(90deg);
                -ms-transform: translateX(-50%) rotate(90deg);
                transform: translateX(-50%) rotate(90deg);
            }

        .single-product-item .products-box-wrap .product-actions a:hover {
            color: #dcb14a;
        }

            .single-product-item .products-box-wrap .product-actions a:hover .tool-tip {
                visibility: visible;
                opacity: 1;
                top: -35px;
            }

.single-product-item .products-box-wrap:hover .product-thumbnail::after {
    opacity: 1;
    visibility: visible;
}

.single-product-item .products-box-wrap:hover .product-actions a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

    .single-product-item .products-box-wrap:hover .product-actions a:nth-child(1) {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .single-product-item .products-box-wrap:hover .product-actions a:nth-child(2) {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

    .single-product-item .products-box-wrap:hover .product-actions a:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }


.author-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

/* Screenshot ke design ko match karne ke liye custom CSS */
.quantity-input {
    max-width: 120px;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
    height: 42px;
    min-width: 120px;
}

.btn.btn-qty {
    background-color: #ddd;
    color: #333;
    width: 40px;
    padding: 0 12px;
    line-height: 37px;
    height: 42px;
    border-radius: 0px;
    font-size: 25px;
}

.btn-qty:hover {
    background-color: #e2e2e2;
}

.input-qty {
    border-left: none;
    border-right: none;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    border: 0
}
/* Chrome, Safari, Edge, Opera se default arrows hatane ke liye */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Carousel Controls - Circle Buttons */
.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    border-radius: 4px; /* Circular buttons */
    background-color: #ccc; /* Light gray background */
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background-color: #999; /* Darker on hover */
        opacity: 1;
    }

/* Keep vendor icons as-is */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}
/* cart bounce animation */
@keyframes cart-bounce {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    25% {
        transform: translateY(-6px) scale(1.05);
    }

    50% {
        transform: translateY(3px) scale(0.95);
    }

    75% {
        transform: translateY(-3px) scale(1.02);
    }
}

.minicart-btn.bounce {
    animation: cart-bounce 0.6s ease;
}

.minicart-first {
    flex: 1; /* fills available space */
    overflow-y: auto; /* scroll if content exceeds */
}

/* Close Button */
.demo-close-btn {
    position: absolute;
    top: 22px;
    right: 15px;
    background: #6b6b6b;
    color: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    z-index: 10;
    line-height: 11px;
}

/* Overlay */
.demo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 99999;
}

    /* Active Overlay */
    .demo-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.minicart-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.minicart-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
}

.minicart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.minicart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #fff;
}

.minicart-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.minicart-body .minicart-item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.mini-img {
    border: 1px solid #d3d3d3;
    padding: 4px;
    width: 73px;
    height: 70px;
    border-radius: 6px;
    text-align: center
}

.minicart-item img {
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.minicart-buttons {
    display: flex;
    gap: 10px;
}

.minicart-body .quantity-input {
    height: 29px;
}

.minicart-body .btn.btn-qty {
    background-color: #f5f5f5;
    width: 21px;
    padding: 0 0px;
    line-height: 15px;
    height: 27px;
    border-radius: 2px;
    font-size: 20px;
}

.minicart-body .input-qty {
    padding: 2px 5px;
}

.minicart-body .quantity-input {
    max-width: 73px;
    border: 1px solid #ededed;
    min-width: 73px;
}

.btn-view,
.btn-checkout {
    flex: 1;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
}

.btn-view {
    border: 1px solid #000;
    color: #000;
}

.btn-checkout {
    background: #000;
    color: #fff;
}

.minicart-info h6 {
    font-weight: 500;
    font-size: 16px;
}

.minicart-info .price {
    font-size: 14px
}

.minicart-info {
    margin-left: 10px;
    flex-grow: 1; /* takes all space between image and trash */
}

.minicart-delete {
    cursor: pointer;
    color: #ff4d4f;
    font-size: 15px;
    flex-shrink: 0; /* prevents it from shrinking */
}

    .minicart-delete:hover {
        color: #d9363e;
    }

.profile-header {
    background: #e9e9e9;
    height: 65px;
    padding: 20px;
    text-align: center;
    margin-bottom: 60px
}

    .profile-header .user-pic {
        height: 70px;
        width: 70px;
        border-radius: 100px;
        border: 3px solid #FFF;
        overflow: hidden;
        margin: auto
    }

        .profile-header .user-pic img {
            height: 100%;
            width: 100%;
        }

.profile-body li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

    .profile-body li a {
        font-weight: var(--custom-body-font-weight2)
    }

.modal-header .btn-close {
    position: absolute;
    right: 13px;
    z-index: 1
}

.offcanvas#rightModal .ht-tab-menu li a {
    border: 0 !important;
    border-radius: 0 !important;
    background: #f5f5f5
}

.ht-tab-menu li a.active {
    color: #000;
    background: #FFF !important;
    position: relative
}

    .ht-tab-menu li a.active:before {
        content: "";
        background: red;
        width: 70px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -2px
    }

/* --- Global Scrollbar Styling (Standard & Webkit Browsers) --- */

/* Firefox ke liye thin aur dim scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(128, 128, 128, 0.4) transparent; /* Dim gray thumb, transparent track */
}

/* Webkit (Chrome, Safari, Edge, Opera) ke liye detailed styling */

/* 1. Scrollbar ki overall width ko thin karein */
::-webkit-scrollbar {
    width: 6px; /* Width badha/ghata kar dekh lein apne hisaab se */
    height: 6px; /* Horizontal scrollbar ke liye */
}

/* 2. Scrollbar Track (background) */
::-webkit-scrollbar-track {
    background: transparent; /* Track ko gayab ya transparent rakhein */
}

/* 3. Scrollbar Thumb (woh hissa jisko pakad ke scroll karte hain) */
::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0.4); /* Thoda dim (transparent) gray color */
    border-radius: 10px; /* Corners round karne ke liye */
}

    /* 4. Hover effect: Jab mouse scrollbar par jaye to color thoda dark ho */
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(128, 128, 128, 0.7); /* Thoda zyada visible on hover */
    }

.ht-tab-menu {
    margin: 0 0px;
    border-bottom: 1px solid #ededed;
    white-space: nowrap !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* Scrollbar hide */
    /*-ms-overflow-style: none;*/ /* IE and Edge */
    /*scrollbar-width: none;*/ /* Firefox */
}

    .ht-tab-menu::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .ht-tab-menu li {
        margin: 0 0px;
    }

        .ht-tab-menu li a {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.3;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 1px solid rgb(237 237 237) !important;
            border: rgb(237, 237, 237);
            background: #fff;
            color: #696969;
            padding: 0 0 10px;
            /* min-width: 200px; */
            margin-right: 20px;
            margin-bottom: -1px;
        }



@media(max-width:500px) {
    .ht-tab-menu li a {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0px;
        padding: 0 0 10px;
        /* min-width: 200px; */
        margin-right: 10px;
        margin-bottom: -1px;
    }
}

.user-account-icon i {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: inline-block;
    margin: auto;
    line-height: 37px;
    border: 1px solid #e1e1e1;
    font-size: 21px;
    margin-bottom: 23px;
    background: #f1f0f0;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

    .form-group input {
        width: 100%;
        padding: 12px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
    }

    .form-group label {
        position: absolute;
        left: 12px;
        top: 12px;
        background: #fff;
        padding: 0 5px;
        color: #777;
        transition: 0.3s ease;
        pointer-events: none;
    }

    /* Jab input focus ho ya value ho */
    .form-group input:focus + label,
    .form-group input:not(:placeholder-shown) + label {
        top: -8px;
        left: 8px;
        font-size: 12px;
        color: #000;
    }

.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .toolbar select {
        padding: 4px;
        padding-left: 30px;
        height: 42px;
        min-width: 89px;
        border-color: #bfbfbf !important;
        background: #ffffff url(../images/selector-icon.webp) no-repeat center right 5px;
    }

.left-section, .right-section {
    display: flex;
    gap: 10px;
}



.view-icons {
    display: flex;
    gap: 15px;
    font-size: 20px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
}

.shop-toolbar {
    width: 91px
}

@media(max-width:991px) {
    /*.toolbar {
        position: absolute;
        right: 12px;
        top: -62px;
  
    }*/
    .left-section {
        margin-right: 20px
    }
}



/* Sidebar/Filter Styles */
.sidebar {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.filter-card {
    background: white;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    max-height: 260px;
    overflow: auto;
}

.filter-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Price Slider Placeholder */
.slider {
    height: 4px;
    background: #ddd;
    position: relative;
    margin: 20px 0;
}

.dot {
    height: 15px;
    width: 15px;
    background: #ff4500;
    border-radius: 50%;
    position: absolute;
    top: -5px;
}

/* Size List */
.size-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #555;
}

.count {
    background: #eee;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 12px;
}

    .count.active {
        background: #ff4500;
        color: white;
    }



/* Brand Grid Placeholder */
.brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

    .brand-grid span {
        padding: 10px;
        border: 1px solid #f0f0f0
    }




.filter-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

/* Slider Container */
.range-slider {
    position: relative;
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Orange Track (Dono dots ke beech ka hissa) */
.slider-track {
    position: absolute;
    height: 100%;
    background: #ff4500;
    border-radius: 5px;
}

/* Input Range Styles */
input[type="range"] {
    position: absolute;
    width: 100%;
    background: none;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    top: -7px;
}

    /* Slider Dots (Handles) */
    input[type="range"]::-webkit-slider-thumb {
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #ff4500;
        pointer-events: auto;
        -webkit-appearance: none;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    }

/* Price Text & Button Row */
.price-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.price-label {
    font-size: 14px;
    color: #333;
}

    .price-label b {
        font-weight: 700;
    }

.filter-btn {
    background: #f1f1f1;
    border: none;
    padding: 2px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

    .filter-btn:hover {
        background: #e5e5e5;
    }

/* Naya CSS jo aapko add karna hoga */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .checkbox-group label {
        font-size: 14px;
        color: #555;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .checkbox-group input[type="checkbox"] {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

.brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.brand-item {
    padding: 10px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

    .brand-item:hover {
        border-color: #ff4500;
        color: #ff4500;
    }

/* Desktop */
@media (min-width: 992px) {
    .sidebar {
        position: static;
        width: 100%;
        transform: none !important;
    }

    .filter-overlay {
        display: none !important;
    }
}

/* Mobile Offcanvas */
@media (max-width: 991.98px) {
    .filter-card {
        margin: 0 20px 15px 20px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 400px;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        padding: 20px;
        transition: 0.4s ease;
        z-index: 1055;
        box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    }

        .sidebar.active {
            right: 0;
        }

    .filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        display: none;
        z-index: 1050;
    }

        .filter-overlay.active {
            display: block;
        }
}

@media(max-width:500px) {
    .sidebar {
        width: 100%
    }
}

.apply-filter-wrapper {
    position: fixed;
    bottom: 0px;
    width: 388px;
    /* width: 95%; */
    margin: auto;
    background: #FFF;
    padding: 20px;
}

@media(max-width:500px) {
    .apply-filter-wrapper {
        width: 97%;
    }
}

/* List view styling */
.list-view .product-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.list-view .products-box-wrap {
    display: flex !important;
    text-align: left !important;
    gap: 20px;
    border: 1px dashed;
    padding: 10px
}

    .list-view .products-box-wrap .responsive-images120 {
        flex: 0 0 120px;
        max-width: 120px;
    }

    .list-view .products-box-wrap .product-info {
        text-align: left !important;
    }

        .list-view .products-box-wrap .product-info p {
            display: block
        }

.list-view .single-flexible-slider {
    width: 135px;
    border: none;
    flex-shrink: 0;
}

/* Default Grid (Bootstrap ka default rehne do) */

/* List View */
.row.g-2.g-lg-4.list-view {
    flex-direction: row;
}

    .row.g-2.g-lg-4.list-view > .product-item {
        width: 50%; /* 2 items per row */
        max-width: 50%;
    }

/* Mobile par 1 item */
@media (max-width: 1200px) {
    .row.g-2.g-lg-4.list-view > .product-item {
        width: 100%;
        max-width: 100%;
    }
}


@media(max-width:768px) {
    .list-view .single-flexible-slider {
        max-width: 100px;
        padding: 5px
    }

    .list-view .products-box-wrap {
        min-height: 100px;
    }
}

@media (max-width: 768px) {
    .list-view .single-flexible-slider {
        max-width: 80px;
        padding: 5px;
    }

    .list-view .products-box-wrap {
        gap: 0px;
    }
}

.read-more-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .read-more-text.expanded {
        -webkit-line-clamp: unset;
    }

.read-more-btn {
    color: #ff4500;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.price-product {
    color: red
}

.product-size, .color-family {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #f9f9f9;
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.size-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

    .size-list li {
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-weight: 500;
        transition: 0.3s;
        border-radius: 4px;
    }

        .size-list li:hover {
            border-color: #198754;
        }

        .size-list li.active {
            color: red;
            border-color: red;
        }

/* Container and Heading */

.color-family h6 {
    font-size: 16px;
    margin-bottom: 12px;
}

#selectedColor {
    color: #6c757d;
    margin-left: 8px;
    font-weight: 400;
}

/* List Setup */
.color-list {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* --- THE MAIN BOX LOGIC --- */
.color-box {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    border-radius: 4px; /* Outer roundness */
    /* Pehle se laga hua light border */
    border: 1px solid #d1d1d1;
    /* Background aur border ke darmiyan 2px ka gap */
    padding: 2px;
    /* Ye property background ko padding ke andar rakhti hai (gap banane ke liye) */
    background-clip: content-box !important;
    transition: all 0.2s ease;
}

    /* Active State (Pehle se lage border ko Red kar dena) */
    .color-box.active {
        border: 1.5px solid #ff0000; /* Red border exactly 1px gap ke baad */
    }

        /* Red Triangle Corner inside the box */
        .color-box.active::after {
            content: "";
            position: absolute;
            bottom: 3px; /* Gap ke hisab se adjusted */
            right: 3px; /* Gap ke hisab se adjusted */
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 10px 10px;
            border-color: transparent transparent #ff0000 transparent;
        }

/* --- MOBILE ONLY --- */
@media(min-width:501px) {
    .product-mobile-header, .options-close-btn, .btn-loading-text, .in-cart {
        display: none
    }
}

@media (max-width: 500px) {
    .in-cart {
        background: #fff;
        height: 46px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        color: #020202;
        line-height: 25px;
        padding: 10px;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 13px;
        border: 1px solid #6b6b6b;
        display: none
    }

    .add-to-cart-wrapper .quantity-input {
        display: none
    }

    .add-to-cart-wrapper .add-to-cart-btn {
        width: 100%
    }

    .mobile-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 100;
    }

        .mobile-backdrop.show {
            opacity: 1;
            visibility: visible;
        }
    /* fixed add to cart button */
    .add-to-cart-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background: #ffefef;
        display: flex;
        gap: 10px;
        z-index: 1039;
        margin-bottom: 0 !important;
        justify-content: center;
        border-top: 1px solid #ffdbdb;
    }

        .add-to-cart-wrapper.active {
            background: #fff !important;
            border-top-color: #dfdfdf;
        }

        .add-to-cart-wrapper .add-to-cart-btn {
            border-radius: 3px !important
        }

        .add-to-cart-wrapper .quantity-input {
            border-radius: 3px !important;
            overflow: hidden;
        }

    /* hide options-section by default */
    .options-section {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        background: #ffffff;
        border-top: 1px solid #f1f1f1;
        position: fixed;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 101;
        max-height: 80vh;
        overflow-y: auto;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.35s ease, opacity 0.35s ease;
        border-radius: 15px 15px 0 0;
    }

        .options-section.show {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

    .product-options-wrapper {
        padding-bottom: 00px; /* space for fixed add-to-cart */
    }


    /* Close button style */
    .options-close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 22px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .add-to-cart-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    /* Loader */
    .btn-loader {
        width: 16px;
        height: 16px;
        border: 2px dotted #fff;
        border-top: 2px dotted transparent;
        border-radius: 50%;
        display: none;
        animation: spin 0.6s linear infinite;
    }

    /* Hide loading text by default */
    .btn-loading-text {
        display: none;
    }

    /* When loading */
    .add-to-cart-btn.loading .btn-loader {
        display: inline-block;
    }

    .add-to-cart-btn.loading .btn-text {
        display: none;
    }

    .add-to-cart-btn.loading .btn-loading-text {
        display: inline-block;
    }

    .add-to-cart-btn.loading {
        pointer-events: none;
        opacity: 0.9;
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
}


.breadcrumb-container {
    background-color: #f7f7f7; /* Image ka light grey background */
    padding: 15px 0px;
}

.breadcrumb-list {
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow-x: auto;
}

    .breadcrumb-list li a {
        text-decoration: none;
        color: #4a5568; /* Greyish text color */
        transition: color 0.2s;
    }

        .breadcrumb-list li a:hover {
            color: #000;
        }

    /* Font Awesome Icon Styling */
    .breadcrumb-list .separator {
        margin: 0 12px;
        color: #a0aec0; /* Icon ka light color */
        font-size: 10px; /* Icon ko thoda chota rakhne ke liye */
    }

    /* Last item (Current page) */
    .breadcrumb-list li.active {
        color: #2d3748;
        font-weight: 500;
    }

.tab-history-wrap {
    background: #f5f5f5
}













/* ============================= */
/* GALLERY LAYOUT */
/* ============================= */

.product-gallery-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important; /* Mobile par stack nahi hoga */
    align-items: flex-start;
    gap: 15px;
}

    /* Thumbnail Column */
    .product-gallery-wrapper .col-auto {
        width: 90px;
        flex-shrink: 0;
    }

    /* Main Image Column */
    .product-gallery-wrapper .col {
        flex: 1;
        min-width: 0;
    }

/* ============================= */
/* THUMB SLIDER */
/* ============================= */

#thumb-slider {
    height: 360px;
    overflow: hidden;
    margin: 5px 0;
}

    #thumb-slider .owl-stage {
        display: flex;
        flex-direction: column !important;
        width: 100% !important;
        transition: transform 0.4s ease !important;
    }

    #thumb-slider .owl-item {
        width: 100% !important;
    }

    #thumb-slider .owl-nav {
        display: none
    }

/* Thumbnail Style */
.thumb {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
}

    .thumb:hover {
        border-color: #f30404;
    }

    .thumb.active {
        border: 2px solid #f30404;
    }

/* Navigation Buttons */
.nav-btn {
    background: #e3e3e3;
    border: none;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    border-radius: 6px;
}

/* ============================= */
/* MAIN IMAGE */
/* ============================= */

.main-img-container {
    position: relative;
    height: 450px;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: zoom-in;
    border-radius: 8px;
}

#featured {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

/* ============================= */
/* TABLET RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {

    .main-img-container {
        height: 414px;
    }

    #thumb-slider {
        height: 320px;
    }
}

/* ============================= */
/* MOBILE RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {

    .product-gallery-wrapper {
        gap: 0px;
    }

        .product-gallery-wrapper .col-auto {
            width: 75px;
        }

    .thumb {
        height: 70px;
    }

    .main-img-container {
        height: 355px;
    }

    #thumb-slider {
        height: 280px;
    }

    .nav-btn {
        padding: 4px;
        font-size: 12px;
    }
}

/* ============================= */
/* SMALL MOBILE */
/* ============================= */

@media (max-width: 480px) {

    .product-gallery-wrapper .col-auto {
        width: 65px;
    }

    .thumb {
        height: 50px;
    }

    .main-img-container {
        height: 300px;
    }

    #thumb-slider {
        height: 220px;
    }
}



#featured {
    transition: transform 0.1s ease;
}

/* Lazy load fade */
.lazy {
    opacity: 0;
}


    .lazy.loaded {
        opacity: 1;
        -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
        -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
        transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    }

.brands-logo {
    background: #FFF !important;
}

    .brands-logo img {
        object-position: center;
        padding: 20px
    }

.profile-toggle {
    background: #ccc;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
}

    .profile-toggle img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

@media(max-width:768px) {
    .brands-logo img {
        padding: 0
    }

    .profile-toggle img {
        height: 34px;
        width: 34px
    }
}












.header-right-side .dropdown .dropdown-toggle::after {
    border-top: .5em solid #7f7f7f;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}

body.menu-lock {
    overflow: hidden;
    height: 100vh;
}

/* mobile menu scroll */
#mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.product-info img {
    height: 70px;
    width: 70px;
    object-fit: contain
}

.product-info p {
    line-height: 19px
}

.header-search-form.default-search .search-submit {
    position: absolute;
    top: 11px;
    right: 10px;
    background: no-repeat;
    border: 0;
}

.header-search-form.default-search input {
    height: 45px;
    width: 400px
}

@media(max-width:991px) {
    .header-search-form.default-search {
        width: 100%;
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

        .header-search-form.default-search input {
            width: 100%
        }
}

.cart-table .product-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.cart-table tr td {
    padding: 15px 6px;
    vertical-align: middle;
    line-height: 18px;
}

@media(max-width:768px) {
    .cart-table tr td {
        font-size: 13px
    }
}

.cart-table tr td.product-remove {
    width: 50px;
    text-align: center;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgb(207 148 148);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.contact-item .text small {
    display: block;
    font-size: 13px;
    color: #000;
}

.contact-item .text p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.contact-item svg {
    color: #FFF;
    font-size: 20px;
    width: 20px;
}

/* Mobile */
@media (max-width: 767px) {
    .contact-item {
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}

.contact-strip {
    color: #fff;
    border-bottom: 1px solid rgb(98 34 0 / 19%);
}

.ht-social-networks {
    display: flex;
    gap: 10px
}

    .ht-social-networks .item .social-link {
        display: flex;
        justify-content: center;
        background: #FFF;
        width: 35px;
        height: 30px;
        align-items: center;
        border-radius: 6px;
        border: 1px solid #efefef;
    }



.comment-list {
    margin: 0;
    padding: 0;
}

    .comment-list .comment {
        list-style-type: none;
        padding: 25px 0;
    }

        .comment-list .comment:last-child {
            padding-bottom: 0;
        }

    .comment-list .comment-author {
        float: left;
    }

        .comment-list .comment-author img {
            border-radius: 50px;
        }

    .comment-list .comment-content {
        position: relative;
        overflow: hidden;
        margin-left: 100px;
    }

    .comment-list .meta {
        margin-bottom: 12px;
    }

        .comment-list .meta .fn {
            font-size: 15px;
            text-transform: uppercase;
            color: #333;
            display: inline-block;
            margin-bottom: 0;
        }

        .comment-list .meta .comment-datetime {
            position: relative;
            display: inline-block;
            padding-left: 15px;
            margin-left: 10px;
            font-size: 14px;
            font-style: italic;
            color: #ababab;
        }

            .comment-list .meta .comment-datetime::before {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -1px;
                left: 0;
                width: 3px;
                height: 3px;
                background: #d8d8d8;
                border-radius: 50%;
            }

    .comment-list .comment-actions a {
        margin-right: 20px;
        font-weight: 500;
        color: #333;
    }

        .comment-list .comment-actions a:hover {
            color: #086AD8;
        }

    .comment-list .children {
        margin: 20px 0 20px 50px;
        padding: 0;
    }

@media only screen and (max-width: 767px) {
    .comment-list .children {
        margin: 40px 0 20px 40px;
    }
}

.comment-list .children li + li {
    margin-top: 35px;
}

.comment-list .comment-actions {
    margin-top: 16px;
    margin-top: 16px;
    color: #ababab;
}

    .comment-list .comment-actions .comment-datetime {
        display: inline-block;
        margin-right: 10px;
    }

    .comment-list .comment-actions .comment-reply-link {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 700;
    }

.contact-title .sub-title {
    font-size: 18px;
}

.contact-input {
    margin: 0 -10px;
}

    .contact-input .contact-inner {
        float: left;
        margin: 0 0 20px;
        padding: 0 10px;
        width: 50%;
    }

@media only screen and (max-width: 575px) {
    .contact-input .contact-inner {
        width: 100%;
    }
}

.contact-inner {
    margin: 0 0 20px;
}

    .contact-inner input, .contact-inner textarea {
        width: 100%;
        color: #000;
        border-color: #f8f8f8;
        background-color: #FFF;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0em;
        border: none;
        width: 100%;
        outline: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px 20px;
        height: 50px;
    }

    .contact-inner select {
        height: 50px
    }

    .contact-inner input:focus, .contact-inner textarea:focus {
        color: #222;
        background: #fff;
        -webkit-box-shadow: 0 0 6px 0.15rem rgb(206 108 17 / 22%);
        box-shadow: 0 0 6px 0.15rem rgb(206 108 17 / 22%);
        border-color: #e17208;
    }

    .contact-inner textarea {
        min-height: 100px;
        padding: 15px;
    }

    .contact-inner select {
        color: #777;
    }

.grand-total-wrap .grand-total-content {
    padding: 30px 0 30px;
}

    .grand-total-wrap .grand-total-content ul li {
        font-weight: bold;
        border-bottom: 1px solid #CDCDCD;
        padding-bottom: 16px;
        margin-bottom: 17px;
    }

        .grand-total-wrap .grand-total-content ul li:last-child {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .grand-total-wrap .grand-total-content ul li span {
            float: right;
            font-weight: 400;
        }

.order-card {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.order-header {
    background: #f7f7f7 !important;
    color: #000;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: bold;
}

.order-body {
    padding: 20px;
    background: #fff;
}

.order-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

    .order-row:last-child {
        border-bottom: none;
    }

.order-label {
    color: #666;
    font-weight: 600;
}

.order-value {
    color: #333;
    font-weight: 700;
}

.order-amount {
    color: #015F5F;
    font-size: 18px;
}

.mt-negative-220 {
    margin-top: -220px;
    z-index: 3;
    position: relative;
}

@media(max-width:991px) {
    .mt-negative-220 {
        margin-top: -200px;
    }
}

.mb-negative-150 {
    margin-bottom: 150px;
}

.my-account .nav .nav-link {
    padding: 20px;
    position: relative;
    margin-right: 0;
    margin-bottom: 0px;
    z-index: 2
}

    .my-account .nav .nav-link.active {
        background: #f9f9f9 !important;
    }

        .my-account .nav .nav-link.active:before {
            display: none
        }

    .my-account .nav .nav-link:before {
        content: "";
        left: 0;
        position: absolute;
        height: 100%;
        width: 0px;
        background: #f9f9f9;
        transition: 0.3s;
        top: 0;
        z-index: -1
    }

    .my-account .nav .nav-link:hover:before {
        width: 100%;
    }



.my-account li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #373737;
}

.my-account .nav-link:focus, .my-account .nav-link:hover {
    color: #333
}



.ht-message-box.style-error {
    background: rgba(254, 40, 84, 0.1);
    color: #fe2854;
}

.ht-message-box {
    background: #eee;
    padding: 27px 30px 27px 50px;
    font-weight: 500;
    border-radius: 5px;
}

.payment-method-area .card img {
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
    height: 50px;
    object-fit: contain
}

.payment-method-area a .card {
    position: relative
}

.payment-method-area a:hover .card {
    background: #eef2f7
}

.payment-method-area a:focus .card {
    background: #eef2f7
}

    .payment-method-area a:focus .card:before {
        content: "\f058";
        position: absolute;
        font-family: FontAwesome;
        top: -11px;
        right: -4px;
        color: #11bf30;
        font-size: 20px;
    }

.payment-method-area .card {
    font-size: 17px;
    color: #000
}

.form-check label {
    color: #676767;
    font-size: 14px;
}

.form-check input {
    border-color: #ababab
}

.btn-back {
    background: rgb(255 255 255 / 57%);
    display: inline-block;
    width: 30px;
    border-radius: 3px;
    text-align: center;
    transform: rotate(180deg);
    line-height: 26px;
    padding-top: 4px;
}
