/* Regular */
@font-face {
    font-family: 'BaiJamjuree';
    src: url('font/BaiJamjuree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'BaiJamjuree';
    src: url('font/BaiJamjuree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: 'BaiJamjuree';
    src: url('font/BaiJamjuree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'BaiJamjuree';
    src: url('font/BaiJamjuree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'BaiJamjuree';
    src: url('font/BaiJamjuree-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

body {
    font-family: 'BaiJamjuree', sans-serif;
    font-weight: 500;
    /* Will now correctly load Medium.ttf */
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    background: #ffffff;
    color: #666666;
}

.title1 .title-inner1 {
    text-transform: capitalize;
}

.ahead-container {
    padding: 0px 43px;
}

.top-header {
    background-color: #329bc5;
}

.top-header .header-contact {
    padding: 10.75px 0;
}

.top-header .header-contact li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #ffffff;

}

.base-svg-icon {
    height: 1em;
    width: 1em;
    color: #f7f7f7;
}

.base-svg-icon:hover {
    color: #888888;
}

.top-header .header-dropdown li {
    padding: 10px 8.6px;
}

.main-menu .brand-logo img {
    height: 52px;
}

.main-menu .brand-logo {
    display: inline-block;
    padding: 24px 0px;
}

.form_search {
    display: flex;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 700px;
    background-color: #f7f7f7;
    border: 0px none transparent;
    max-width: 100%;
    width: 580px;
    box-shadow: 0 0 0 1px #f7f7f7;
}

.header-style-5 .form_search {
    border-radius: 50px 50px 50px 50px;
}

.search-category-field select {
    font-size: 15px;
    height: 40px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    padding: 3px 35px 3px 15px;
    /* add right padding so text doesn’t overlap icon */
    width: 167px;
    color: #666666;
    font-family: 'BaiJamjuree', sans-serif;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.6px;
    cursor: pointer;

    /*  Custom arrow */
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==') no-repeat;
    background-size: 21px 20px;
    background-position: right 12px top 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-category-field select:focus {
    color: #222222;
}

.header-style-5 .form_search select::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.search-category-field select option {
    font-size: 15px;
    height: 40px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    padding: 3px 35px 3px 15px;
    color: #222222;
    font-family: 'BaiJamjuree', sans-serif;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.6px;
    cursor: pointer;

    /*  Custom arrow */
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==') no-repeat;
    background-size: 21px 20px;
    background-position: right 12px top 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-category-field {
    position: relative;
}

.search-category-field::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5e5e5;
}

.form_search input {
    padding: 16px 20px 7px 15px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 15px;
    padding-right: 10px;
    height: 40px;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.6px;
}

.form_search input::placeholder {
    color: #b7b7b7;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #222222;
}

.form_search button {
    top: 4px;
    right: 4px;
    width: 37px;
    height: 37px;
    background-color: #329bc5;
    border-radius: 50%;
}

.thebase-svg-icon {
    height: 1.1em;
    width: 1.1em;
}

.header-contact-but {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0em;
    margin-left: calc(0.6em / 2);
    margin-right: calc(0.6em / 2);
}

.header-contact-but .base-svg-iconset {
    font-size: 30px;
}

.header-contact-but .contact-content {
    margin-left: 10px;
}

.header-contact-but .contact-content span {
    display: block;
}

.contact-content .contact-label {
    font-size: 15px;
}

.main-menu .menu-right .icon-nav li {
    padding-block: 0;
    padding-left: 0px;
}

.icon-nav .header-divider {
    border-right: 1px solid #e5e5e5;
    height: 35px;
    position: relative;
    top: 7px;
    margin-left: 10px;
    margin-right: 10px;

}

.header-style-5 .bottom-part.bottom-light {
    border-top: 0;
}

.header-style-5.style-light .bottom-part .category-menu .toggle-sidebar {
    color: #222222;
    background-color: #ffffff;
    border: 0;
    text-align: start;
}

.header-style-5.style-light .bottom-part .category-menu .toggle-sidebar h5 {
    color: #222222;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: 13px;

}

.base-menu-svg {
    height: 1.4em;
    width: 1.4em;
    color: #222222;
}

@media (min-width: 1200px) {
    .col-xl-2-5 {
        flex: 0 0 auto;
        width: 20.3%;
    }

    .col-xl-9-5 {
        flex: 0 0 auto;
        width: 76%;
    }

    .col-xl-7-5 {
        flex: 0 0 auto;
        width: 60%;
    }

    .col-xl-5-5 {
        flex: 0 0 auto;
        width: 39.332%;
    }
}

.header-style-5 .bottom-part .category-menu {
    margin-right: 10px;
    position: relative;
}

.bottom-part .ahead-container .col-xl-2-5 .category-menu::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    top: 16px;
    right: 0;
    background-color: #e5e5e5;
}

.header-style-5.style-light .bottom-part.bottom-light .main-nav-center .sm>li>a {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding-right: 25px;
    color: #222222;
}

.header-style-5.style-light .bottom-part.bottom-light .main-nav-center .sm>li>a {
    padding-block: 19.5px;
}

/* .pixelstrap a .sub-arrow {
    display: none;
} */
.pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0px;
}

.base-arrow-down-svg {
    height: 0.9em;
    width: 1em;
    color: #222222;
}

.pixelstrap ul {
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 20px;
    width: 280px !important;
}

@media (min-width: 1200px) {

    .pixelstrap ul a,
    .pixelstrap ul a:hover,
    .pixelstrap ul a:focus,
    .pixelstrap ul a:active,
    .pixelstrap ul a.highlighted {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #666666;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

}

.home-slider .home,
.center-slider .home {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    aspect-ratio: 2 / 1;
    width: 100%;
}

.header-style-5.style-light .bottom-part.bottom-light .fixed {
    transition: all 0.3s ease;
}

.ahead-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #ffffff !important;
    width: 100%;
}

#sub-menu>li>a {
    padding-left: 21.55px;
    padding-right: 21.55px;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    color: #fff;
    background: #222;
    white-space: nowrap;

}

#sub-menu>li {
    border-bottom: 1px solid #404040;
}

#sub-menu {
    border: 0px solid #eee;
}

.marketplace-sidebar.sidenav.fixed-sidebar {
    top: 62px;
    width: auto;
    overflow-y: scroll;
    height: 90vh;
}

.product-detail {
    padding: 1rem;
}

.product-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #222222;
}

.a-red {
    font-size: 13px;
    color: #ff0000;
    white-space: nowrap;
}

.a-red-1 {
    margin: 5px 0;
}

.prices {

    font-weight: 700;
    color: #329bc5;
    font-size: 16px;
    line-height: 1.2;
}

del {
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    font-weight: 600;
    opacity: 0.4;
    margin-right: 5px;
}

.read-button {
    display: flex;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    border: 2px none transparent;
    background: #f0f0f0;
    color: #222222;
    max-height: 45px;
    width: 100%;
    text-align: center;
    transition: color .2s ease, background .2s ease, border .2s ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 35px 10px 35px;
    width: fit-content;
}

.read-button:hover {
    background: #329bc5;
}

.read-button-blue {
    display: flex;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    border: 2px none transparent;
    background: #329bc5;
    color: #fff;
    max-height: 45px;
    width: 100%;
    text-align: center;
    transition: color .2s ease, background .2s ease, border .2s ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 35px 10px 35px;
    width: fit-content;
}

.read-button-blue:hover {
    background: #222222;
}

.product-border .border-radius-10 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 315px;
    object-fit: cover;
    height: auto;
}

.a-product-5 .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px solid #e5e5e5;
}

.product-border {
    border: 0px solid #e5e5e5;
}

.a-product-5 .slick-track {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.a-product-5 .slick-slide>div {
    margin: 0 0px;
    border: 1px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    border-left: 0px;
}

.a-bottom-border .a-product-5 .slick-slide>div {
    border-bottom: 1px solid #e5e5e5;
}

.collection-banner {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000;
}

.full-banner.parallax-layout {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 600px;
}

.full-banner .banner-contain h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.full-banner.parallax-layout .banner-contain h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #FFF;
    margin-bottom: 40px;
}

.a-deal .product-6 .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px solid #e5e5e5;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #329bc5;
}

.product-6 .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px solid #e5e5e5;
}

.product-6 .slick-track {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.product-6 .slick-slide>div {
    margin: 0 0px;
    border: 1px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    border-left: 0px;
}

.a-bottom-border .product-6 .slick-slide>div {
    border-bottom: 1px solid #e5e5e5;
}

.a-bg-blue {
    background-color: #329bc5;
    margin: 20px 0 20px 0;
    padding: 10px 10px 10px 10px;
}

.collection .collection-block .collection-content h3 {
    color: #222222;
    text-transform: capitalize;
    font-size: 16px;
    padding: 5px 0px;
    font-weight: 700;
}

.tools-parallax-product.full-banner {
    padding: 70px 0 70px 0;
    margin-bottom: 60px;
}

.theme-card .offer-slider img {
    width: 160px;
    object-fit: cover;
    height: 160px;
}

.theme-card .offer-slider .media {
    border: 1px solid #e5e5e5;
    border-right: 1px;
    padding: 15px;
}

.theme-card .offer-slider div:first-child {
    border-bottom: 0px solid #e5e5e5;
}

.multiple-slider>div {
    margin-bottom: 0px;
}

.multiple-slider {
    margin-bottom: 0px;
}

.theme-card .offer-slider .media .media-body a h6 {
    margin-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #222222;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.theme-card .offer-slider .media .media-body a h6 {
    margin: 10px 0 10px 0;
}

.footer-theme .footer-logo img {
    height: auto;
    width: 216px;
}

.darken-layout {
    background-color: #222;
    padding-top: 75px;
}

.sub-footer.dark-subfooter {
    background-color: #222;
    padding-top: 30px;
    padding-bottom: 90px;
}

.sub-footer {
    border-top: inset #b2b2b2;
    border-width: 1px;
}

footer .darken-layout p {
    color: #b2b2b2;
}

.footer-theme .sub-title li {
    color: #b2b2b2;
}

.footer-theme .footer-logo {
    margin-bottom: 30px;
}

footer .darken-layout .sub-title h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #fff;
    line-height: 1.5;
    text-transform: capitalize;
}

footer .darken-layout .sub-title li a {
    color: #b2b2b2;
}

footer .darken-layout .sub-title .contact-list li {
    color: #b2b2b2;
}

footer .darken-layout .sub-title .contact-list i {
    color: #b2b2b2;
}

.footer-end ul {
    font-size: 1.2em;
    gap: 0.6em;
    display: flex;
}

.footer-end li {
    color: #222;
    background: #f5f5f5;
    border: 2px none transparent;
    border-radius: 50px;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-end li a {
    display: flex;
}

.footer-end li .base-svg-icon {
    height: 1em;
    width: 1em;
    color: #222;
}

.sub-footer p {
    color: #b2b2b2;
    padding: 0px 0;
}

.floating_btn {
    position: fixed;
    bottom: 140px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #20b038;
    -webkit-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.login-page .theme-card-1 {
    padding: 30px;
    background-color: #329BC5;
    line-height: 1;
    border: 0px solid #eee;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -60px 0 -60px 15px;
    padding: 50px 70px 30px 60px;
}

.login-page h3 {
    text-transform: capitalize;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.0em;
}

.login-page p {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.6px;
}

.login-page .theme-card .form-box .form-control {
    font-size: 14px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 6px 12px;
    color: #494d50;
    border: 1px solid #8e98a2;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    border-radius: 3px;
}

.en-form {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.en-form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 120px !important;
}

.en-form input::placeholder,
.en-form textarea::placeholder {
    color: #8e98a2;
}

.en-form button {
    color: #555;
    height: auto;
    cursor: pointer;
    background: none;
    box-shadow: none;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.login-page .authentication-right {
    height: 100%;
    padding: 60px 60px 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-page .authentication-right h3 {
    color: #000;
    text-transform: none;

    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0px;
}

.login-page .authentication-right li {
    padding-bottom: calc(25px / 2);
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: calc(25px / 2);
}

.login-page .authentication-right li span {
    align-self: center;
    padding-inline-start: 5px;
    color: #737373;
}

.login-page .authentication-right li i {
    font-size: 19px;
    width: 1.25em;
}

.service-block .media i {
    font-size: 50px;
    color: #222222;
    margin-right: 15px;
    transition: all .3s;
}

.service-block .media:hover i {
    color: #329BC5;
}

.service-block h4 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .6px;
    color: #222222;
    line-height: 1.5;
}

.service-block p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .6px;
    color: #666666;
}

.service-block .media {
    padding-top: 0px;
    padding-bottom: 0px;
}

.slide-2 {
    padding: 15px 0;
    margin: 0 25px;
}

.slide-2 .slick-list .slick-slide>div {
    padding: 0 10px;
    height: 100%;

    display: flex;
}

.slide-2 .media {
    margin: 0 auto;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border-color: #ebebeb;
    background-color: #ffffff;
}

.slide-2 .media>div:first-child {
    display: flex;
    padding: 16px 0 16px 0;
    border-bottom: solid 2px #aaa;
    margin: 0 10px 0 10px;
    width: -webkit-fill-available;
}

.slide-2 .slick-track {
    display: flex
}

.slide-2 .slick-slide {
    height: auto;
}

.testimonial {
    background-color: #ffffff;
}

.testimonial .testimonial-slider .media img {
    border-radius: 100%;
    border: 0px solid #ddd;
    padding: 0px;
    height: 56px;
    width: 56px;
}

.review-thumbnail {
    flex-basis: 56px;
    flex-shrink: 0;
    margin-right: 16px;
    position: relative;
    display: flex;
}

.product-rating {
    padding: 17px 0 17px 0;
    display: flex;
    align-items: center;
    margin: 0 10px 0 10px;
    overflow: hidden;
    line-height: 0;
}

.product-rating svg {
    color: #FFBC00;
    font-size: 25px;
}

.product-rating a {
    margin: 0 0 0 15px;
    font-family: sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .1em;
    text-align: left;
    color: #898F92;
}

.testimonial .testimonial-slider .media .media-body {
    padding: 16px;
    background: #FCFCFC;
    border: 1px solid #F9F9F9;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-size: 16px;
    margin: 0 10px 15px 10px;
    flex: 1;
}

.testimonial .testimonial-slider .media .media-body p {
    color: #484E51;
}

.breadcrumb-section {
    background-color: #f0f0f0;
    padding: 0px 0;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.breadcrumb-section .breadcrumb a {
    color: #222222;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
}

.breadcrumb-item.active {
    color: #222222;
}

.breadcrumb-section .breadcrumb {
    text-transform: capitalize;
    font-size: 15px;
    gap: 4px;
    font-weight: 500;
}

.mid-breadcrumb {
    color: #222222;
}

.breadcrumb {
    padding: 0;
    margin: .5em 0;
}

.breadcrumb-section h1 {
    font-size: 36px;
    color: #222222;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 0px;
}

.contact-right {
    margin-bottom: 30px;
}

.contact-right .contact-icon {
    display: flex;
    align-items: center;
}

.contact-right .media-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-page .contact-right ul li {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    border: 0px solid #eee;
    background-color: #f7f7f7;
}

.contact-page .contact-right ul li:nth-child(odd) {
    background-color: #f0f0f0;
}

.contact-page .contact-right ul li .contact-icon i {
    fill: #329bc5;
    color: #329bc5;
    border-color: #329bc5;
    background-color: transparent;
    font-size: 20px;
    padding: 15px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-radius: 50%;
    width: 52px;
    height: 52px;
}

.contact-page .fa-phone-alt {
    transform: rotate(90deg);
}

.contact-page .contact-right ul {
    display: flex;
    gap: unset;
    margin-top: 0px;
}

.contact-page .theme-card-1 {
    padding: 30px;
    background-color: #f7f7f7;
    line-height: 1;
    border: 0px solid #eee;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contact-page h3 {
    text-transform: capitalize;
    margin-top: 0px;
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.0em;
    margin-bottom: 20px;
}

.contact-page p {
    color: #666666;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.6px;
}

.contact-page .theme-card .form-box .form-control {
    font-size: 14px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 6px 12px;
    color: #494d50;
    border: 1px solid #8e98a2;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    border-radius: 3px;
}

.contact-page .authentication-right {
    height: 100%;
    padding: 60px 60px 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-page .authentication-right h3 {
    color: #000;
    text-transform: none;

    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0px;
}

.contact-page .authentication-right li {
    padding-bottom: calc(25px / 2);
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: calc(25px / 2);
}

.contact-page .authentication-right li span {
    align-self: center;
    padding-inline-start: 5px;
    color: #737373;
}

.contact-page .authentication-right li i {
    font-size: 19px;
    width: 1.25em;
}

.login-page .theme-card-2 {
    background-color: transparent;
    line-height: 1;
    background-image: url('../images/qoute-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px solid #eee;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -60px 0 -60px 15px;
    padding: 50px 70px 30px 60px;
    z-index: 1;
}

.login-page .theme-card-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #303030f2;
    z-index: -1;
}

.about-page .authentication-right li {
    margin-top: 0;
}

.about-page1 .theme-card {
    background-color: transparent;
    line-height: 1;
    border: 0px solid #eee;
    padding: 15px;
}

.about-page1 .authentication-right p {
    color: #212529;
}

.about-page1 .authentication-right li p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.about-page1 .authentication-right li {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-page1 .authentication-right li span {
    align-self: center;
    padding-inline-start: 0px;
    color: #737373;
}

.about-page1 .authentication-right li i {
    font-size: 29px;
    display: block;
    height: unset;
    position: relative;
    width: unset;
    text-align: center;
}

.about-page1 .authentication-right li .about-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 14.5px;
    border: 3px solid;
    fill: #329BC5;
    color: #329BC5;
    border-color: #329BC5;
    margin-right: 20px;
}

.clients {
    background-image: url('../images/banner/testimonial_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clients .slide-2 {
    padding: 0px 0;
    margin: 0 0px;
}

.clients .slide-2 .slick-track {
    display: flex;
    margin: 0;
}

.clients .slide-2 .slick-list .slick-slide>div {
    padding: 0 0px;
    height: 100%;
    display: flex;
}

.clients .slide-2 .media {
    margin: 0 auto;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border-color: #ebebeb;
    background-color: transparent;
    text-align: left;
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #E5E5E5;
}

.clients .slide-2 .media>div:first-child {
    display: flex;
    padding: 0px 0 0px 0;
    border-bottom: solid 0px #aaa;
    margin: 0 0px 0 0px;
    width: -webkit-fill-available;
}

.clients .review-thumbnail img {
    border-radius: 50%;
    height: 60px;
    width: auto;
}

.clients h5,
.clients h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: .6px;
    color: #222222;
}

.clients .media-body p {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: .6px;
    margin-bottom: 20px;
}

.product-wrapper-grid .product-border {
    border: 1px solid #e5e5e5;
    border-right: 0px;
    border-bottom: 0px;
    padding: 0;
}

.product-wrapper-grid .product-border:nth-of-type(4n) {
    border-right: 1px solid #e5e5e5;
}

.product-wrapper-grid .product-border:nth-last-of-type(-n+4) {
    border-bottom: 1px solid #e5e5e5;
}

.product-wrapper-grid .product-border:last-of-type {
    border-right: 1px solid #e5e5e5;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-body {
    background-color: #fff;
    overflow: hidden;
    max-height: 100%;
}

.collection-filter-block {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-header .accordion-button {
    background-color: #fff;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-body .collection-listing li .form-check .form-check-input::after {
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-body .collection-listing li .form-check .form-check-label {
    color: #666666;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-body .collection-listing li .form-check .form-check-label:hover {
    color: #329bc5;
    text-decoration: underline;
}


/* fade transition */
/* container */
.product-link {
  position: relative;      /* stack hover image on top */
  display: inline-block;   /* keeps size from default image */
  overflow: hidden;        /* crop any overflow if sizes differ */
}

/* default image stays in flow */
.product-img-default {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* hover image sits on top and is initially invisible */
.product-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* optional: keeps aspect / fills */
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;    /* so the link still works smoothly */
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}

/* fade on hover */
.product-link:hover .product-img-hover {
  opacity: 1;
}
.product-link:hover .product-img-default {
  opacity: 0;
}

/* fade transition */

.basic-product .ribbon-round {
    z-index: 3;
}





/* start sliders */
.a-slide-2 .slick-prev:before,
.a-product-5 .slick-prev:before,
.slide-2 .slick-prev:before,
.product-6 .slick-prev::before {
    content: "\ea64";
}

.a-slide-2 .slick-prev:before,
.a-slide-2 .slick-next:before,
.a-product-5 .slick-prev:before,
.a-product-5 .slick-next:before,
.slide-2 .slick-prev:before,
.slide-2 .slick-next:before,
.product-6 .slick-prev::before,
.product-6 .slick-next::before {
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    color: #222;
    background-color: #f0f0f0;
    border-radius: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
}

.slick-prev,
.slick-next {
    height: 30.8px;
    width: 30.8px;
}

.a-slide-2 .slick-prev,
.a-product-5 .slick-prev,
.slide-2 .slick-prev,
.product-6 .slick-prev {
    left: -15px;
    z-index: 1;
}

.a-slide-2 .slick-prev,
.a-slide-2 .slick-next {
    display: none !important;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
    -webkit-box-shadow: 0 0 8px #ddd9;
    box-shadow: 0 0 8px #ddd9;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%) !important;
}

.a-slide-2 .slick-next,
.a-product-5 .slick-next,
.slide-2 .slick-next,
.product-6 .slick-next {
    right: -15px;
}

.a-slide-2 .slick-next:before,
.a-product-5 .slick-next:before,
.slide-2 .slick-next:before,
.product-6 .slick-next::before {
    content: "\ea6e";
}

.a-slide-2:hover .slick-prev,
.a-slide-2:hover .slick-next {
    display: block !important;
}

.a-product-5 .slick-prev,
.a-product-5 .slick-next,
.slide-2 .slick-prev,
.slide-2 .slick-next,
.product-6 .slick-prev,
.product-6 .slick-next {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
    -webkit-box-shadow: 0 0 8px #ddd9;
    box-shadow: 0 0 8px #ddd9;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%) !important;
}

/* end sliders */


@media only screen and (max-width: 600px) {
    .form_search {
        display: none;
    }

    .bar-style {
        display: none;
    }

    .main-menu .menu-right {
        display: none;
    }

    .top-header {
        height: 45px;
    }

    .top-header .header-contact {
        display: block;
    }

    .ahead-container {
        padding: 0px 15px;
    }

    .top-header .header-contact li {
        font-size: 14px;
        padding-right: 3px;
        color: #222222;
            white-space: nowrap;
    }

    .main-menu .brand-logo img {
        height: auto;
        max-width: 150px;
    }

    .main-menu {
        min-height: 80px;
    }

    .main-menu .menu-left .navbar {
        padding: 0px 0px 0px 0 !important;
    }

    .pixelstrap ul {
        box-shadow: unset;
        width: auto !important;
    }

    .pixelstrap a .sub-arrow {
        right: 15px;
    }

    .base-menu-svg {
        height: 1.6em;
        width: 1.6em;
        color: #222222;
    }

    .base-search-svg {
        height: 1.6em;
        width: 1.6em;
        color: #222222;
    }

    .right-0 {
        right: 0;
    }

    .modal-dialog-centered {

        align-items: baseline;
        margin: 0;
    }

    .sm-horizontal {
        right: -400px;
        width: 90%;
    }

    .header-style-5.style-light .bottom-part.bottom-light .main-nav-center .sm>li>a {
        padding-block: 5px;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 7.8px 6.5px;
        color: #222222;
    }

    .pixelstrap li ul li a {
        padding-block: 5px;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 7.8px 6.5px;
        color: #222222;
    }

    .pixelstrap li ul li a:hover {
        color: var(--theme-color);
        font-size: 13px;
        padding: 7.8px 6.5px;
        text-transform: uppercase;
    }

    .pixelstrap li>ul>li>ul>li a {
        margin-left: 0px;
    }

    .pixelstrap li>ul>li>ul {
        margin-top: 0px;
        margin-left: 0px;
    }

    .pixelstrap li>ul>li>ul>li a::before {
        display: none;
    }

    .read-button {
        padding: 10px 20px 10px 20px;
    }

    .full-banner .banner-contain {
        background-color: transparent;
        padding: 0;
    }

    .full-banner .banner-contain h3 {
        font-size: 23px;
        line-height: 31px;
    }

    .full-banner.parallax-layout {
        min-height: 300px;
    }

    .footer-title .according-menu {
        font: normal normal normal 14px / 1 FontAwesome;
        display: none;
    }

    .a-slide-2 .slick-prev,
    .a-slide-2 .slick-next {
        display: inline-block !important;
    }

    .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
        border-left: 1px solid #ebebeb;
        padding-left: 10px;
    }

    .testimonial .testimonial-slider .media .media-body {

        height: auto;
    }

    .service-block {
        display: flex !important;
    }

    .service-block .media {
        display: flex;
        text-align: start;
    }

    .banner-section a:hover .bg-size,
    .banner-section a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1);
    }

    .a-deal .product-6 .slick-list {
        margin-left: 0px;
        margin-right: 0px;
        border-right: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #329bc5;
    }

    .a-deal .product-6.product-m.basic-product.slick-initialized.slick-slider {
        border: 2px solid #329bc5;
    }

    .login-page .theme-card-1 {
        margin: 0px 0 0px 0px;
        padding: 40px 40px 5px 40px;
    }

    .en-form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .right-login {
        margin-top: 0px;
    }

    .login-page .authentication-right {
        padding: 50px 30px 50px 30px;
    }

    .darken-layout .footer-title,
    .dark-layout .footer-title {
        border-bottom: 0px;
    }

    .footer-theme .footer-mobile-title {
        display: block !important;
    }

    .mobile-fix-option {
        display: none;
    }

    .footer-content {
        display: block !important;

    }

    .darken-layout {
        background-color: #222;
        padding-top: 15px;
    }

    .row>.col-lg-3>.footer-content {
        margin-right: 24%;
    }

    .footer-theme {
        grid-row-gap: 20px;
    }

    footer .darken-layout .sub-title h4 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 18px !important;
        letter-spacing: 0.6px;
        color: #fff;
        line-height: 1.5;
        text-transform: capitalize;
    }

    footer .darken-layout p {
        font-weight: 600;
        font-size: 15px;
        color: #b2b2b2;
    }

    footer .darken-layout .sub-title li a {
        color: #b2b2b2;
        font-weight: 600;
        font-size: 15px;
    }

    .footer-theme .sub-title li {
        padding-top: 0px;
        line-height: 2;
    }

    footer .darken-layout .sub-title .contact-list li {
        color: #b2b2b2;
        margin: 16px 0;
    }

    .footer-end {
        text-align: center;
        justify-content: center;
    }

    .sub-footer .row {
        grid-row-gap: 25px;
    }

    body {
        height: 100vh;
    }

    .sub-footer p {
        color: #b2b2b2;
        padding: 0px 0;
        font-size: 15px;
    }

    .sub-footer .payment-card-bottom {
        padding-bottom: 0px;
    }

    .sub-footer.dark-subfooter {
        padding-bottom: 80px;
    }

    .contact-page .contact-right ul {
        display: grid;

        grid-row-gap: 15px;
    }

    .contact-page .contact-right ul li {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .contact-page .right-login {
        height: 660px;
    }

    .about-page1 .theme-card {

        padding: 0 15px 50px 15px;
    }

    .login-page .theme-card-2 {

        margin: 0px 0 0px 0px;
        padding: 40px 40px 30px 40px;
        text-align: start;
    }

    .about-page .authentication-right {

        text-align: start;
    }

    .base-list-filter-svg {
        height: 1.4em;
        width: 1.4em;
        color: #f7f7f7;
    }

}