:root {
    --font: "Tenor Sans", sans-serif;
    --font2: "Source Sans 3", sans-serif;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --pri: #ff7400;
    --dark: #d15f00;
    --tri: #2765cf;
    --sec: #1F1F1F;
    --text-color: #0A0A0B;
    --text-light: #000;
    --para-color: #000;
    --dhola-color: #fff;
    --card-height: 440px;
    --card-width: calc(var(--card-height) / 1.5);
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: var(--font);
    color: var(--para-color);
    font-size: 15px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-weight: 400;
    line-height: normal;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

p {
    color: var(--para-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--font2);
}

a {
    display: block;
    text-decoration: none;
}

p a {
    display: inline;
}

header {
    position: relative;
    z-index: 999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .02);
}

.top-bar {
    background:var(--tri);
    /* font-family: var(--font2); */
    color: #fff;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.top-bar .tx-bx {
    display: block;
    line-height: normal;
}


.mid-bar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.mid-bar ul li {
    position: relative;
    /* border: 1px solid red; */
    padding: 0 20px;
    line-height: 15px;
}

.mid-bar ul li::before {
    content: "";
    position: absolute;
    color: #666;
    opacity: .5;
    background: linear-gradient(45deg, #b84502, transparent);
    width: 2px;
    height: 35px;
    left: 0;
    top: 1px;
}

.mid-bar ul li:first-child:before {
    content: none;
}

.mid-bar ul li a {
    color: var(--para-color);
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}

.mid-bar ul li a svg {
    width: 23px;
    height: 23px;
    margin-top: -1px;
}

.mid-bar ul li a:hover {
    color: var(--pri);
}

.mid-bar ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.mid-bar ul li select {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #FAFAFA;
    max-width: 70px;
    font-weight: 300;
}

.mid-bar ul li select option {
    color: var(--text-color);
    font-size: 13px;
}

.mid-bar {
    padding: 10px 0;
    font-weight: 300;
    /* border-bottom: 1px solid #eaeaea; */
}

.logo {
    max-width: 170px;
}

/* .search-bx {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
     margin: 0 auto; 
    background: #fffbf4;
    border-radius: 50px;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .05);
} */
.search-bx form {
    display: flex;
    align-items: center;
}

.search-bx input {
    padding: 10px 10px 10px 40px;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: none;
    width: 100%;
    background: #2765cf17;
    border: 1px solid #2765cf26;
    color: rgb(0 0 0);
    border-radius: 5px;
    position: relative;
    margin: 0;
    font-weight: 500;
    height: 100%;
    transition: all .1s 
ease-in .1s;
}

.search-bx form svg.bi.bi-search {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
}

.search-bx button {
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    width: 50px;
    align-content: center;
    text-align: center;
    color: #333;
}

.search-bx button:hover {
    color: var(--dark);
}

.call-now {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}

.call-now .icon-bx {
    min-width: 38px;
    width: 38px;
    height: 38px;
    color: #b84502;
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.call-now .icon-bx:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid var(--pri);
    border-style: dotted;
    border-radius: 100%;
    /* -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite; */
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.call-now .icon-bx svg {
    width: 17px;
    height: 17px;
}

.call-now .con-bx {
    text-align: right;
}

.call-now .con-bx span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-light);
    display: block;
    letter-spacing: 0.3px;
}

.call-now .con-bx span a,
.call-now .con-bx span p {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 3px;
    margin-bottom: 0;
    line-height: normal;
}

.call-now .con-bx span a:hover {
    color: var(--pri);
}


.menubar {
    position: relative;
    background: var(--pri);
    border-top: 1px solid #eaeaea;
}

.menubar .logo {
    display: none;
}

.stickyHeader_dec.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: 0.3s all ease-in-out !important;
    box-shadow: 0px 0px 12px #8f8d8b;
    border: 0;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    width: 40px;
    height: 40px;
    background: var(--dark);
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul li a {
    padding: 11px 16px;
    display: block;
    color: var(--dhola-color);
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: var(--font);
    background: transparent;
    font-weight: 600;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--dhola-color);
    background-color: var(--dark);
    border-color: var(--dark);
}



.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 250px;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

/* .navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
} */

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--pri);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--dhola-color);
}

.navigation ul li.cs-submenu a button svg {
    width: 15px;
    height: 15px;
}

.navigation >ul >li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #ffffff;
}

li.cs-submenu.mg-li.bg_border {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--dark);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu a:hover svg {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -31px;
}


.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.readMore.light {
    border: 1px solid white;
    padding: 8px 20px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font);
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.readMore.light:hover {
    background: var(--sec);
    border-color: var(--sec);
    color: white;
}

.main-btn {
    padding: 12px 20px;
    color: white;
    border: 1px solid var(--tri);
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font);
    text-transform: capitalize;
    white-space: nowrap;
    background: var(--tri);
    outline: none;
    transition: 0.2s ease-in-out;
}

.main-btn:hover {
    background: var(--dark);
    color: white;
    border-color: var(--dark);
}

.main-btn.light {
    background: transparent;
    color: var(--pri);
}

.main-btn.light:hover {
    background: var(--pri);
    color: white;
}

.w-btn {
    padding: 12px 20px;
    color: white;
    border: 1px solid #00c966;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font);
    text-transform: capitalize;
    white-space: nowrap;
    background-color: #00c966;
    outline: none;
    transition: 0.2s ease-in-out;
}

.w-btn:hover {
    border-color: #00c966;
    background-color: #00b95d;
}

.head-sec {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 28px;
}

.head-sec .tt {
    font-family: var(--font);
    color: var(--text-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}

.head-sec .tt span {
    color: var(--pri);
}

.head-sec.left {
    text-align: left;
}

.head-sec.left .tt::before {
    left: 0;
}

.head-sec p {
    font-size: 16px;
    color: var(--para-color);
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.1px;
}

main,
main img {
    /* aspect-ratio: 16 / 5; */
    transition: 0.5s ease-in-out;
}

main:hover img {
    transform: scale(1.02);
}

.carousel-control-next,
.carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background-color:rgb(70 123 214);
    border-radius: 100%;
    z-index: 99;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 15px;
    width: 15px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: var(--pri);
    opacity: 1;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

@media (max-width:980px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 20px;
        height: 35px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 13px;
        width: 13px;
    }

    .carousel-control-prev {
        left: 0px;
        border-radius: 0 3px 3px 0;
    }

    .carousel-control-next {
        right: 0px;
        border-radius: 3px 0px 0px 3px;
    }
}

.whyChooseSection {
    padding: 60px 0;
}

.why-us-bx {
    border: 1px solid #eee;
    height: 100%;
    text-align: center;
    padding: 20px;
    transition: 0.3s ease-in-out;
}

.why-us-bx:hover,
.why-us-bx.active {
    background: var(--pri);
    color: white;
}

.why-us-bx .icon-bx svg {
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.why-us-bx .tt {
    font-size: 16px;
    margin: 10px 0;
    font-family: var(--font);
    font-weight: 500;
}

.why-us-bx p {
    line-height: 21px;
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.why-us-bx:hover p,
.why-us-bx.active p {
    color: white;
}


.why-bx {
    background: #f5f5f5;
    height: 100%;
    position: relative;
    padding: 25px;
    overflow: hidden;
    transition: 0.4s;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
    border: 1px solid #f5f5f5;
}

.why-bx:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
}

.why-bx .count-bx {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 80px;
    font-weight: 800;
    color: var(--tri);
    opacity: 0.3;
    line-height: 90px;
    transition: all 0.5s linear;
}

.why-bx:hover .count-bx {
    opacity: 1;
}

.why-bx .icon-bx {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    /* background: var(--pri); */
    margin-bottom: 15px;
    transition: 0.7s;
}

.why-bx:hover .icon-bx {
    transform: rotateY(360deg);
}

.why-bx .tt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-color);
    transition: 0.4s;
}

.why-bx p {
    color: #666;
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}

.feature-icon-sec {
    width: 100%;
    padding: 30px 0 20px;
    text-align: center;
}

.fect-icon-bx {
    border-right: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.fect-icon-bx .img {
    width: 55px;
    margin: 0 auto 12px;
}

.fect-icon-bx .tx {
    margin-bottom: 0;
    font-weight: 500;
    font-family: var(--font);
    color: var(--text-color);
}

.collection-bx {
    border-radius: 5px;
    overflow: hidden;
}

.collection-bx img {
    aspect-ratio: 40 / 21;
    object-fit: contain;
    width: 100%;
    display: block;
    transition: 0.4s ease-in-out;
}

.collection-bx:hover img {
    transform: scale(1.02);
}

.collection-bx.aspect-ratio img {
    aspect-ratio: auto;
}

.shop-sec {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.shop-sec.bg-grey {
    background-color: #f7f7f7;
}

.c_bx .img_bx {
    overflow: hidden;
    position: relative;
    display: block;
    aspect-ratio: 1;
    border:1px solid #ffe9d4;
}

.c_bx .img_bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pri);
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.c_bx:hover .img_bx::before {
    opacity: 0.5;
}

.c_bx .img_bx span {
      position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    border: 0px solid white;
    padding: 10px 13px;
    border-radius: 0px;
    z-index: 2;
    color: white;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font);
    white-space: nowrap;
    transition: 0.3s 
ease-in-out;
    background: var(--tri);
}
.blog-bx.blog-card .read-mr:hover { 
    color: var(--pri);}
.c_bx .img_bx span svg {
    width: 15px;
    height: 15px;
}

.c_bx:hover .img_bx span {
    left: 50%;
}

.c_bx .img_bx span:hover {
    background: var(--pri);
    border-color: var(--pri);
    color: white;
}

.c_bx .img_bx img {
    width: 100%;
    transition: 0.4s ease-in-out;
    aspect-ratio:1;
    object-fit: contain;
    object-position: center;
}

.c_bx .des {
    padding: 10px 0;
}

.c_bx .des .tt a {
    font-size: 16px;
    font-weight: 700;
    color: var(--tri);
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 1.4;    text-align: center;
}

.c_bx.pr-bx .des .tt a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

.c_bx .des h4 {
    margin-bottom: 0;
}

.c_bx:hover .des .tt a {
    color: var(--pri);
}

.c_bx .des .price {
    font-size: 14px;
    color: var(--text-light);
    line-height: 24px;
    font-weight: 600;
    font-family: var(--font);
    margin-bottom: 2px;
}

.c_bx .des p {
    color: var(--para-color);
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    font-weight: 400;
    display: block; 
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;    text-align: center;
}
div#Trendingpro {
    padding-top: 30px;
}
.swiper-next,
.swiper-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button.owl-next,
button.owl-prev,
.swiper-next,
.swiper-prev {
    top: 45%;
    background: var(--para-color);
    opacity: 0.5;
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}

button.owl-next:hover,
button.owl-prev:hover,
.swiper-next:hover,
.swiper-prev:hover {
    /* background: var(--sec); */
    opacity: 1;
    color: white;
}

button.owl-next,
.swiper-next {
    right: -17px;
    left: auto;
}

button.owl-prev,
.swiper-prev {
    left: -17px;
    right: auto;
}

button.owl-next:after,
button.owl-prev:after {
    font-size: 12px;
}

.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
    opacity: 0.4;
}

.swiper_wrap {
    /* height: 100%; */
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}

.left-bar {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.left-bar .img-bx {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../images/bg/left-bar.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}

.left-bar:hover .img-bx {
    scale: 1.1;
}

.left-bar .bar-des {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    height: 100%;
}

.left-bar .bar-des .title {
    font-size: 18px;
    color: var(--pri);
    font-weight: bolder;
    line-height: normal;
    font-weight: bold;
}

.left-bar:hover .bar-des .title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}

.left-bar .bar-des .sub-title {
    font-size: 30px;
    color: var(--text-color);
    margin: 22px 0;
}

.left-bar:hover .bar-des .sub-title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.1s;
}

/* .left-bar::before {
    content: "";
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.mid-banner {
    /* background: url(../images/bg/bg1.jpg) no-repeat;
    background-position: center right;
    background-size: contain; */
    position: relative;
    z-index: 1;
    background-color: #fbf6f6;
}

.mid-banner .content-bx {
padding-top:0px;
    padding-bottom: 5px;
}

.mid-banner .content-bx .tt {
    font-family: var(--font);
    font-size: 30px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 7px;
}

.mid-banner .content-bx h1 {
    color: #ff7400;
    font-size: 25px;
    margin: 10px 0px;
    font-weight: bold;
}

/* .mid-banner .content-bx .tt::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 70px;
    height: 1px;
    background: var(--text-color);
} */

/* .mid-banner .content-bx .tt::after {
    content: "Baghel Industries";
    position: absolute;
    left: 0;
    color: #f5deb4;
    font-size: 65px;
    width: max-content;
    z-index: -1;
    bottom: 22px;
    opacity: 0.8;
} */

.mid-banner .content-bx p {
    font-size: 16px;
    line-height: 24px;
    color: var(--para-color);
    text-align: justify;
    margin: 0;
}

.video-sec {
    padding: 60px 0;
}

.video-sec .container {
    position: relative;
}

.vd_bx {
    position: relative;
}

.vd_bx img {
    width: 100%;
}


.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    transition: all .5s;
}

.video-play-icon svg {
    width: 80px;
    height: auto;
}

.video-play-icon:hover {
    animation: none;
    color: #fff;
}

.video-sec .content-bx {
    padding: 40px 60px;
    background: var(--pri);
    color: white;
    max-width: 650px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video-sec .content-bx .sub-tt {
    letter-spacing: 3px;
    font-size: 14px;
    font-family: var(--font);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.video-sec .content-bx .tt {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--font);
}

.video-sec .content-bx p {
    font-size: 13px;
    color: #BBE9E7;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 300;
}

.testimonial-sec {
    padding: 50px 0 40px;
    position: relative;
    z-index: 1;
  background: #e3ebf9;
}

.testimonial-sec .swiper-wrapper {
    transition-timing-function: linear;
}

.review_item {
    padding: 25px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 6px 34px rgba(215, 216, 222, .5);
    direction: ltr;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    min-height: 100%;
    transition: 400ms;
    border: 1px solid #457ad65e;
}

.review_item .clint-info-wrapper {
    display: flex;
    align-items: center
}

.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 65px;
    width: 65px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    min-width: 65px;
}

.review_item .clint-info-wrapper .client-info {
    padding-left: 15px
}

.review_item .clint-info-wrapper .client-info .title {
    color: var(--text-color);
    font-weight: 700;
    font-size: 17px
}

.review_item .clint-info-wrapper .client-info span {
    color: #6b7385;
    font-weight: 500;
    font-size: 15px
}

.review_item::before {
    position: absolute;
    content: "";
    right: 35px;
    top: 35px;
    z-index: -1;
    background-image: url(../images/icon/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px
}

.review_item .description {
    margin-top: 15px
}

.review_item .description p {
    margin-bottom: 0;
    color: var(--para-color);
    font-size: 16px;
}

.swiper-pagination-bullet-active {
    background: var(--dark);
    position: relative;
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -3px;
    left: -3px;
    border: 1px solid var(--dark);
    border-radius: 100%;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.blog-sec {
    padding: 40px 0;
    font-family: var(--font);
}

.foo {
    padding: 60px 0;
    margin-bottom: 30px;
}

.blog-bx {
    position: relative;
    transition: 0.3s;
}

.blog-card {
    display: flex;
    gap: 10px;
}

.blog-card.border-card {
    padding-block: 20px;
    border-top: 1px solid #e3e3e3;
}

.blog-card.border-card:first-child {
    border: 0;
    padding-top: 0;
}

.blog-sec .collection-bx .img-bx {
    overflow: hidden;
    /* margin-bottom: 15px; */
    border: 1px solid #f3f3f3;    border-radius: 10px;
}

.blog-card .img-bx {
    width: 110px;
    min-width: 110px;
}

.blog-card .tx-bx {
    width: calc(100% - 120px);
}

.blog-bx img {
    aspect-ratio: 4 / 3;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-bx .des,
.blog-details .des {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    margin-bottom: 5px;
}

.blog-bx .des li,
.blog-details .des li {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    position: relative;
}

.blog-bx .des li::before,
.blog-details .des li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 8px;
    height: 1px;
    width: 12px;
    background: var(--pri);
}

.blog-bx .des li:last-child:before,
.blog-details .des li:last-child:before {
    content: none;
}

.blog-bx .des li a,
.blog-details .des li a {
    display: inline;
    color: var(--text-color);
}

.blog-bx .des li a:hover,
.blog-details .des li a:hover {
    color: var(--sec);
}

.blog-bx .tt {
    font-weight: 700;
    font-size: 18px;
    color: var(--text-color); 
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 6px;
    transition: 0.3s ease-in-out;
    line-height: 1.5;
}

.blog-bx.blog-card .tt {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.blog-bx:hover .tt {
    color: var(--pri);
}

.blog-bx p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--para-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-bx.blog-card p {
    -webkit-line-clamp: 2;
    font-size: 15px;
    margin-bottom: 3px;
}

.blog-bx.blog-card .read-mr {
    font-size: 14px;
    color: var(--tri);
    font-weight: bold;

}

.content-sec {
    background-color: transparent;
    /* padding: 50px 0; */
    /* border-top: 1px solid #666; */
}

.content-sec .ff_h,
.content-sec .ff_h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    text-align: left;
    margin-bottom: 6px;
    line-height: 1.4;
}

.content-sec h3 {
    font-size: 16px;
}

.content-sec ul {
    padding-left: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.content-sec p {
    margin-bottom: 10px;
}

.content-sec p,
.content-sec ul li {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    text-align: justify;
    font-family: var(--font2);
}

.content-sec ul li a {
    display: inline;
    color: #444;
}

.content-sec ul li a:hover {
    text-decoration: underline;
}

ul.footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

ul.footer-menu-list li a {
    margin-right: 15px;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    color: #444;
}

ul.footer-menu-list li a:hover {
    color: var(--pri);
}

ul.footer-menu-list li a::before {
    content: '|';
    padding: 0;
    font-size: 13px;
    position: absolute;
    right: -9px;
    top: 1px;
    color: var(--para-color);
}

ul.footer-menu-list li:last-child a::before {
    content: none;
}

footer {
    background: #000000ed;
    padding: 60px 0 0px;
    position: relative;
}
footer .logo img {
    filter: brightness(0) invert(1);
}
footer .search-bx,
footer .search-bx input {
    background-color: white;
    height: 49px;
}

footer .search-bx input::placeholder {
    color: var(--text-light);
}

footer .search-bx button {
    background-color: var(--pri);
    color: white;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    margin-left: 8px;
}

footer .search-bx button:hover {
    color: white;
    background-color: var(--sec);
}

footer .search-bx button svg {
    width: 18px;
    height: 18px;
}

.ft-bx {
    position: relative;
    z-index: 1;
}

.ft-bx .con-bx {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    gap: 10px;
}

.ft-bx .con-bx .ic-bx svg {
    min-width: 17px;
    width: 17px;
    height: 17px;
    color:#9dc1ff;
}

.ft-bx .con-bx a,
.ft-bx .con-bx p {
    font-family: var(--font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #cccccc;
    margin-bottom: 0px;
}

.ft-bx .con-bx a {
    font-weight: 600;
}

.ft-bx .con-bx a:hover {
    color: #9dc1ff;
}

.ft-bx .ft-tt {
    font-family: var(--font);
    font-weight: 600;
    font-size: 18px;
    color:#9dc1ff;
    text-transform: capitalize;
    /* border-bottom: 1px solid; */
    margin-bottom: 15px;
}

.ft-bx p {
    color: #cccccc;
    line-height: 1.5;
}

.ft-bx ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ft-bx ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #cccccc;
    font-family: var(--font2);
    padding: 3px 0;
    transition: 0.2s;
}

.ft-bx ul li a:hover {
    color: var(--dark);
}

.ft-bx ul.social {
    display: flex;
    gap: 10px;
}

.ft-bx ul.social img {
    height: 33px;
    width: 33px;
    object-fit: contain;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
}

.copyright {
      padding: 15px 0px;
    border-top: 0px solid #666;
    margin-top: 45px;
    background: #000;
}

.copyright p {
    color: var(--para-color);
    margin-bottom: 0;
}

.copyright p a {
    color: #ffffff;
    display: inline;
}

.copyright p a:hover {
    color: var(--dark);
    text-decoration: underline;
}

.copyright .shipping-partner {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.copyright .shipping-partner img {
    width: 270px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
}

.breadcum-sec {
    background: url(../images/about-banner.jpg);
    background-position: center;
    padding: 100px 0;
    background-size: cover;
    position: relative;
    z-index: 1;
    font-family: var(--font);
}

.breadcum-sec.breadcum-sec2 {
    background: #fff9ef;
    padding: 8px 0;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .02);
}

.breadcum-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0.3;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.breadcum-sec.breadcum-sec2::before {
    content: none;
}

.breadcum-sec .main-tt {
    font-size: 25px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}

.breadcum-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.breadcum-sec ul li {
    color: white;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    font-family: var(--font2);
}

.breadcum-sec.breadcum-sec2 ul li {
    color: var(--pri);
    font-size: 15px;
}

.breadcum-sec ul li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 16 4-4-4-4"/> </svg>');
    position: absolute;
    top: -1px;
    right: -23px;
    width: 23px;
    height: 23px;
}

.breadcum-sec.breadcum-sec2 ul li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10 16 4-4-4-4"/> </svg>');
}

.breadcum-sec ul li:last-child:before {
    content: none;
}

.breadcum-sec ul li a {
    color: white;
}

.breadcum-sec.breadcum-sec2 ul li a {
    color: var(--text-color);
}

.breadcum-sec ul li a:hover {
    color: var(--tri);
}

.breadcum-sec.breadcum-sec2 ul li a:hover {
    color: var(--pri);
}

.factSheet-sec {
    background: url(../images/bg/factsheet-bg.jpg) no-repeat;
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.factSheet-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0.5;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.factSheet-bx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.factSheet-bx .img-bx {
    width: 70px;
}

.factSheet-bx .tx-bx {
    width: calc(100% - 80px);
    color: white;
}

.factSheet-bx .tx-bx span {
    line-height: 24px;
    letter-spacing: 0.3px;
}

.factSheet-bx .tx-bx p {
    margin-bottom: 0;
    font-size: 18px;
    color: white;
    line-height: 33px;
    letter-spacing: 0.1px;
}

.category-page {
    padding: 60px 0;
}

.cate-tx h1,
.cate-tx h2,
.cate-tx h3 {
    font-size: 20px;
    color: var(--text-color);
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 700;
}

.cate-tx h2,
.cate-tx h3 {
    font-size: 18px;
    font-weight: 600;
}

.cate-tx ul {
    padding-left: 18px;
    margin: 0;
    margin-bottom: 10px;
    font-family: var(--font2);
}

.cate-tx p,
.cate-tx ul li {
    color: var(--para-color);
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
}

.cate-tx ul li {
    margin-bottom: 2px;
}

.cate-tx .price {
    font-size: 16px;
    letter-spacing: 0.1px;
    color: var(--pri);
    font-weight: 600;
    margin: 6px 0 15px;
}

.cate-tx table {
    margin-bottom: 15px;
    font-family: var(--font);
    width: 100%;
    max-width: 100%;
}

.cate-tx table tr td {
    padding: 5px 8px;
    font-weight: 500;
    font-family: var(--font2);
    border: 1px solid #E1E1E1;
    color: var(--text-color);
}

.cate-tx table tr td:first-child {
    color: var(--para-color);
}

.cate-img img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.cate-img .mySwiper {
    margin-top: 5px;
}

.cate-img .mySwiper img {
    cursor: pointer;
}

.gallery-sec {
    padding: 60px 0;
}


.masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

/* .masonry .item {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
} */

.masonry .item .img-bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.masonry .item:hover .img-bx::before {
    opacity: 0.5;
}

.masonry .item:before,
.masonry .item:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 2;
}

.masonry .item:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
}

.masonry .item:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.masonry .item:hover:before,
.masonry .item:hover:after {
    height: 60px;
    width: 60px;
    opacity: 1;
}

.masonry .item img {
    max-width: 100%;
}

.masonry .item .link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out;
    pointer-events: none;
}

.masonry .item:hover .link-wrap {
    opacity: 1;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.form-group {
    position: relative;
    margin-bottom: 12px;
}

.modal-header {
    padding: 13px;
    background: var(--tri);
    border-radius: 0;color: #fff;
    border: 0;
}

.modal-content {
    border-radius: 0;
}

.modal-content .main-tt {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.btn-close {
    float: right;
    box-shadow: none;    filter: invert(1);
}

.btn-close:hover,
.btn-close:focus {
    box-shadow: none;
}

.pop-img {
    aspect-ratio:1;
}

.pop-img img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.form-label {
    font-size: 14px;
    color: var(--text-color);
    font-family: var(--font);
    font-weight: 500;
    margin-bottom: 4px;
}

.form-control {
    font-weight: 500;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 12px;
    color: var(--text-color);
    font-family: var(--font);
}

textarea.form-control {
    min-height: 100px;
    resize: none;
}

.form-control:focus {
    border-color: var(--sec);
    box-shadow: none;
}

.blog-details {
    padding: 60px 0;
}

.blog-details .main-tt,
.blog-details h2,
.blog-details h3 {
    font-size: 22px;
    color: var(--text-color);
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-details .img-bx {
    margin: 15px auto;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog-details .img-bx img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 16 / 10;
}

.blog-details .blog-card .img-bx {
    margin: 0;
    margin-bottom: 15px;
}

.blog-details .blog-card .img-bx img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.blog-details .content-bx p {
    color: var(--text-color);
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.blog-details h2,
.blog-details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-sec {
    padding: 60px 0;
}

.contact-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 25px;
}

.contact-bx .head-sec {
    margin-bottom: 30px;
}

.contact-bx .head-sec .tt {
    font-size: 20px;
    line-height: 28px;
}

.contact-bx .head-sec .tt::before {
    top: 40px;
}


.contact-bx .con-bx {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.contact-bx .con-bx .ic-bx {
    min-width: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
 background-color: #3c74d424;
    border: 1px solid #3c74d424;
}

.contact-bx .con-bx .ic-bx svg {
    min-width: 15px;
    width: 15px;
    height: 15px;
    color: var(--pri);
}

.contact-bx .con-bx a,
.contact-bx .con-bx p {
    font-family: var(--font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 0px;
}

.contact-bx .con-bx a {
    font-weight: 600;
}

.contact-bx .con-bx a:hover {
    color: var(--pri);
}

.map-bx {
    width: 100%;
    display: block;
}

.sitemap-sec {
    padding: 60px 0;
}


.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
    font-family: var(--font);
    color: var(--text-color);
    font-weight: 500;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: var(--dark);
}

.market-sec {
    padding: 60px 0;
    font-family: var(--font);
}

.market-sec h1,
.market-sec .main-tt,
.market-sec h2,
.market-sec h3 {
    font-size: 24px;
    color: var(--text-color);
    line-height: 26px;
    margin: 20px 0 15px;
    font-weight: 700;
}

.market-sec h2,
.market-sec h3 {
    font-size: 20px;
    font-weight: 600;
}

.market-sec .market-bx {
    padding: 10px 12px;
    background-color: #E8E8E8;
    color: var(--text-color);
    font-size: 14px;
    transition: 0.2s ease-in-out;
}

.market-sec .market-bx:hover {
    background-color: var(--tri);
    color: white;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px;
}

.g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
}

.business-enq {
    position: fixed;
    bottom: 32px;
    left: 20px;
    z-index: 20;
    border: 0;
    outline: 0;
    background: var(--liner);
    background-color: var(--tri);
    color: white;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 5px;
    padding-right: 15px;
    border-radius: 24px;
    transition: 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    animation: wiggle 2s linear infinite;
}

.business-enq:hover {
    transform: scale(1.03);
}

.business-enq .icon {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: var(--pri);
}

.business-enq .icon svg {
    height: 18px;
    width: 18px;
}


.whatapp_btn {
    background: #01e675;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    left: 20px;
    bottom: 85px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.whatapp_btn svg {
    width: 19px;
    height: 19px;
}

.whatapp_btn:hover {
    transform: scale(1.1);
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

.error {
    font-size: 14px;
    color: red;
}

/* neww */

.trending_bg {
    background: var(--tri);
    position: relative;
    height: 100%;
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trending_bg .title_tr span {
    font-size: 22px;
    color:#ffbd86;
}

.trending_bg .title_tr {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}

.trending_bg .title_tr .Trending_hh {
    font-weight: 900;
    text-transform: uppercase;
}

.trending_bg p {
    color: #fff;
}

button.owl-prev,
button.owl-next {
        width: 25px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid var(--dark);
    line-height: 0;
    position: absolute;
    top: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: var(--colorWhite);
    border: 0;
    outline: 0;
    background: #242424 !important;
    border-radius: 0px;
    z-index: 9;
    opacity: 1;
}

button.owl-prev span,
button.owl-next span {
    color: #fff;
    font-size: 30px;
    line-height: 20px;
}

button.owl-next:after,
button.owl-prev:after {
    font-size: 20px;

}

button.owl-prev {
    left: 0px;
    right: auto
}

button.owl-next {
    left: auto;
    right:0px;
}
div#Trendingpro button.owl-next {
    left: auto;
    right: 0px;
    border-radius: 0px;
}
div#Trendingpro button.owl-prev {
    left: 0px;
    right: auto;
    border-radius: 0px;
}
button.owl-prev:hover,
button.owl-next:hover {
    background: var(--dark);
    border-color: var(--dark);
    color: var(--colorWhite);
}
.call-now .icon-bx.whatsapp:before {
    border:2px solid #2ebd76;    border-style: dotted;}
    .Trending_b {
  text-align: center;
}

.Trending_b .category-thumbnail {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.875rem;
  border: 1px solid #f1ad2857;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;    width: 85%;
    margin: auto;
}

.Trending_b .category-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
}

.Trending_b .category-thumbnail a img {
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.Trending_b .category-content .entry-title {
  font-size: 1rem;
  font-weight: 500;
  color: currentColor;
  text-decoration: none;
}

.Trending_b .category-content .entry-title a {
  color: #333;    margin-top: 17px;
  font-weight: 600;
}
.Trending_b .category-content:hover .entry-title a {
  color: var(--dark);
  font-weight: 600;
}

.Trending_sec .col-lg-3.col-md-3.col-sm-12 {
  padding: 0;
}

.Trending_sec .col-lg-9.col-md-9.col-sm-12 {
  padding: 0;
}

/*box-sec-tiopn*/

/* Animation property */
/* button.save-btn {
    animation: wiggle 2s linear infinite;
} */

/* Keyframes */
@keyframes wiggle {

  0%,
  7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-15deg);
  }

  20% {
    transform: rotateZ(10deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  30% {
    transform: rotateZ(6deg);
  }

  35% {
    transform: rotateZ(-4deg);
  }

  40%,
  100% {
    transform: rotateZ(0);
  }
}

#scrollUp {
  position: fixed;
  left: calc(96% - 3em);
  top: calc(95% - 2em);
  background: transparent;
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
}
#scrollUp:before {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  border-style: dotted;
  animation: border-animation 5s linear infinite;
  -webkit-animation: border-animation 5s linear infinite;
  background:#242424;
  transform: rotate(139deg);
}
#scrollUp svg {
  width: 20px;
  height: 20px;
  color: var(--dhola-color);
  position: relative;
}

#scrollUp:hover {
  color: #fff;
}

.categorywheel {
  padding: 40px 0;
}

#categorywheel1 .c_bx .img_bx {
  background: #ff740014;
}

#categorywheel1 .c_bx .des {
  text-align: center;
}

.bg_two_i img {
  aspect-ratio: auto;
}

/* Card Hover design */
.trending_sec_hover .card {
  width: var(--card-width);
  height: var(--card-height);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 2500px;
}

.trending_sec_hover .cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trending_sec_hover .wrapper {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.trending_sec_hover .card:hover .wrapper {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  opacity: 0.4;
}

.trending_sec_hover .wrapper::before,
.wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}

.trending_sec_hover .wrapper::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(to top,
      transparent 46%,
      rgba(12, 13, 19, 0.5) 68%,
      rgba(12, 13, 19) 97%);
}

.trending_sec_hover .wrapper::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(to bottom,
      transparent 46%,
      rgba(12, 13, 19, 0.5) 68%,
      rgba(12, 13, 19) 97%);
}

.trending_sec_hover .card:hover .wrapper::before,
.wrapper::after {
  opacity: 1;
}

.trending_sec_hover .card:hover .wrapper::after {
  height: 120px;
}

.trending_sec_hover .title {
  width: 100%;
  transition: transform 0.5s;
  bottom: -150px;
  position: relative;
  width: 166px;
  margin: auto;
  filter: brightness(90);
}

.trending_sec_hover .card:hover .title {
  transform: translate3d(0%, -50px, 100px);
  filter: brightness(1);
}

.trending_sec_hover .character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.trending_sec_hover .card:hover .character {
  opacity: 1;
  transform: translate3d(0%, -30%, 100px);
}

.blog-sec .collection-bx img {
  aspect-ratio: auto;
}

.collection_bx_tx {
  position: relative;
  overflow: hidden;
}

.collection-tx {
  position: absolute;
  top:40%;
  z-index: 1;
  padding: 25px;
  height: auto;
}

.wdt-heading svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.wdt-heading .wdt-heading-deco-line {
  width: 50px;
  height: 2px;
  align-self: center;
  background: #fff;
}

.wdt-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.wdt-heading-title-wrapper.wdt-heading-align-center span.wdt-heading-title {
  font-size: 36px;
  color: #fff;
}

.wdt-heading-title-wrapper.wdt-heading-align-center span.wdt-heading-title {
  font-size:17px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: 600;
}

.wdt-heading-content-wrapper {
  color: #fff;
  font-weight: 300;
}

.collection-bg {
    background: #000000c7;
    padding: 15px;
    border: 1px solid #ffffff91;
    border-radius: 10px;
}

.collection-bg .wdt-heading-title-wrapper {
    margin: 10px 0px;
}

.qty-pro-sec {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
}

.production-sec {
  position: relative;
  z-index: 1;
  background: url(../images/bg/Strength-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 40px 0;
  background-attachment: fixed;
}

.production-sec::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.production-sec .prod-card-row {
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.production-sec .prod-card-row .prod-card .img-bx {
  color: white;
  font-weight: bold;
  font-size: 13px;
  width: 90px;
  height: 90px;
  padding: 25px;
  background: var(--liner);
  background-color: #4379d452;
  transition: 0.6s all;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  /* border-radius: 200px 200px 0px 200px; */
  -moz-border-radius: 200px 200px 0px 200px;
  /* -webkit-border-radius: 200px 200px 0px 200px; */
}

.production-sec .prod-card-row .prod-card .img-bx:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: 80px;
  width: 80px;
  border: 2px dotted #366cc6;
   animation: border-animation 5s linear infinite; 
   -webkit-animation: border-animation 5s linear infinite;
  /* border-radius: 50%; */
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  transform: rotate(139deg);
}

.production-sec .prod-card-row .prod-card .img-bx img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(2px 4px 6px #ff7400b3);
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.production-sec .prod-card-row .prod-card .tx-bx {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #262626;
}

.production-sec .prod-card-row .prod-card:hover .img-bx {
  /* box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23); */
  box-shadow:#3f76d4 0px 0px 0px 2px inset, rgb(255, 255, 255) 10px -10px 0px -3px, var(--tri) 10px -10px;
}

ul.megaSectionUl ul.cs-dropdown li:hover {
  background: #ff740017;
}

.navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a:hover {
  text-decoration: none !important;
}

.prod-card {
  text-align: center;
}

p.pp {
  font-size: 15px;color: #fff;
}

.pb-0.fs-16.fw-bold.lsp-5.text-gray-light.text-capitalize {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
}

p.link-secondary {
  color: #fff !important;
  margin: 0;
}
.ft-bx ul{display: flow-root;}
.col-content {
    background: #272727;
    padding: 30px 12px;
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: top 
ease .4s;
    margin-bottom: 10px;
    border: 1px solid #333;
}

.shipping-support.pb-4 {
  margin-top: -15px;
}

.col-content:hover {
  top: -10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.top-bar .tx-bx strong {
  color: #ffffff;
}

.mid-banner h2, .mid-banner h3, .mid-banner h4 {
    font-family: var(--font);
    position: relative;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--tri);
    font-size: 22px;
    margin: 10px 0px;
    font-weight: bold;
}
 .Trending_sec {
    background: #2765cf21;
}

.mid-banner:before {
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
    background: #d15f0017;
    border-left: 0px solid #2765cf30;
}
.mid-banner img {
border: 0px solid var(--tri);
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    position: relative;transition: all 0.5s ease;
    border-radius: 10px;
}
.mid-banner .container-fluid {
  position: relative;
}

.content-sec ul {
  display: flow-root;
  margin: 0px 0px 8px;
  padding: 0px;
  line-height: 24px;
}

.content-sec ul li {
  list-style: none;
  margin-right: 12px;
  float: left;
  margin-left: 0px;
  font-size: 15px;
  color: #ffffff;

}

.content-sec ul li a {
  color: #333;
  border-right: 1px solid #8e8e8e;
  padding-right: 10px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

.content-sec ul li a:hover {
  color: var(--dark);
  text-decoration: none;
}

.content-sec h3 {
  font-size: 17px !important;
  margin-bottom: 12px;
  color: #e75228;
  letter-spacing: 0.5px;
}

/* FAQ */

.accordion-item {
  margin-bottom: 15px;
  border-radius: 16px !important;
  overflow: hidden;
}

.accordion-header {
  padding: 0 !important;
  margin: 0 !important;
  text-transform: initial;
}

.accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
  padding: 12px 15px;
  font-size: 18px;
  font-weight: normal;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: var(--pri);
  font-weight: normal;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
  color: #fff;
  background: var(--dark);
  ;
}

.accordion-button:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(-180deg);
}

.accordion-body p {
  font-size: 16px;
  line-height: 24px;
}

.accordion-button {
  background-color: var(--tri);
  color: #fff;
}

/* End */
.contact-bx {
    padding: 40px 28px;
    background: #fbf6f6;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ff740033;
}

.blog-bx a {
  margin-bottom: 15px;
}
.item:hover{
  animation: zoom-in-out 2s linear 0s infinite normal none;
}

.cate-img .mySwiper {
  margin-top: 0px;
  max-height: 540px;
}

.cate-img .mySwiper img {
  cursor: pointer;
}

.mySwiper .swiper-slide {
  height: 100%;
  opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.follow-us {
    display: block;
    padding: 20px 0;
    float: left;
    margin: 0;
    text-align: left;
}
.follow-us li {
    padding-left: 5px;
    font-size: 18px;
    float: left;
    list-style: none;
}
.follow-us li.facebook a {
    background: #496eb4;
    border-color: #496eb4;
}
.follow-us li a {
    color: #fff;
    width: 35px;
    height: 35px;
    border:0px solid;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
}

.follow-us li.twitter a 
 {
    background: #323232;
    border-color: #323232;
}
.follow-us li.youtube a {
    background: #e12428;
    border-color: #e12428;
}
.follow-us li.linkedin a {
    background: #0274b3;
    border-color: #0274b3;
}
.follow-us li.instagram a {
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.ft-bx .follow-us li a { 
    color: #ffffff; 
    padding: 3px 0; 
    line-height: 30px;
}
a.readMore.mx-0.mx-2.mb-2.callbacks {
    margin-left: 6px !important;
}
.ft-bx .follow-us li a:hover svg, .ft-bx .follow-us li a:hover{transform: scale(1.1);color:#fff;}
.d-footer-link li{width: 50%;float: left;}

/* .loop button.owl-prev {
    border-radius: 50px !important;
    width: 45px;
    left: -28px;
}
.loop button.owl-next {
    border-radius: 50px !important;
    width: 45px;
    right: -28px;
} */
 .collectionBox {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative; 
     margin-bottom: 0px;
    border-radius: 5px;
}

.collectionBox img {
    width: 100%;
    object-fit: contain;
    object-position: center; transition: all 0.5s ease;
}

.collectionBox .collectionOverlay {
    background: rgb(0 0 0 / 43%);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collectionBox .collectionOverlay .collectionInfo .collectionTitle {
    margin: 0;
    transition: transform 0.35s;
    font-size: 25px;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 2px 2px #00000052;
}

.collectionBox .collectionOverlay .collectionInfo span {
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 100%, 0);
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
}

.collectionBox:hover .collectionOverlay {
    background-color: rgb(0 0 0 / 57%);
    transition-duration: 1s;
}

.collectionBox:hover .collectionInfo .collectionTitle {
       color: #ff7400;
    text-shadow: 0px 1px #ffffffa8;
}
.collectionBox:hover img{transform: scale(1.1);}
.collectionBox .collectionOverlay .collectionInfo span.buttons {
    display: block;
    transform: translate3d(0, 50%, 0);
    background:#467bd6;
    width: 135px;
    margin: auto !important;transition: all 0.5s ease;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font);
    padding: 10px 10px;
}
.collectionBox:hover .collectionOverlay .collectionInfo span.buttons {    background:  #ff7400;}
.stroke-text {
-webkit-text-stroke: 0.01px #ffffff;
    color: #457bd6 !important;
}
.box-overflow.overflow-hidden {
    aspect-ratio: 53 / 60; border-radius: 10px;width:95%;
}
.box-overflow.overflow-hidden img{
  transition: all 0.5s ease;width: 100%;
}
div#Trendingpro {
    padding: 20px 30px 10px;
}
.box-overflow.overflow-hidden:hover img{transform: scale(1.1);   }

  /* video start code */
/* .video_gallery { float: left; width: 100%; position: relative; padding: 50px 0; overflow: hidden; z-index: 1; }  */
.video_gallery .vd_bx { position: relative; overflow: hidden; z-index: 1; border-radius: 16px; border: 1px solid #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; margin-bottom: 15px; } 
.video_gallery .video-play-icon { width: 50px; height: 50px; line-height: 48px; } 
.video-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 65px; height: 65px; border-radius: 80px; text-align: center; line-height: 65px; color: #fff; display: block; margin: auto; transition: all .5s; background: var(--liner); background-color: #d9141b; box-shadow: 0 0 0 0 rgba(110, 39, 37, .5); -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); } @-webkit-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-moz-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-ms-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
.video_gallery .moreBtn:before, .video_gallery .moreBtn:after { background: #333; } 
.video_gallery .moreBtn:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; color: white; }
.video_gallery .video-play-icon svg {
    width: 25px;}
/* video end code */
footer .logo.mb-3 {
    max-width: 250px;
}
button.owl-prev:hover, button.owl-next:hover { 
    background: var(--pri) !important;}

        .head-top-bar {
         display: block;
         overflow: hidden;
         white-space: nowrap;
         box-sizing: border-box;
         }
         .head-top-bar div {
         display: inline-block;
         padding-left: 100%;
         animation: marquee 50s linear infinite;
         }
         @keyframes marquee {
         from { transform: translateX(0); }
         to { transform: translateX(-100%); }
         }

         .breadcum-sec {
    background: url(../images/about-banner.jpg) center/cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    font-family: var(--font)
}

.category-page,.factSheet-sec {
    padding: 40px 0
}

.breadcum-sec.breadcum-sec2 {
    background: #fff9ef;
    padding: 8px 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.02)
}

.breadcum-sec::before,.factSheet-sec::before,.masonry .item .img-bx::before {
    content: "";
    height: 100%;
    background: var(--text-color);
    left: 0;
    top: 0;
    position: absolute
}

.breadcum-sec::before {
    opacity: .3
}

.breadcum-sec .main-tt {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.breadcum-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px
}

.breadcum-sec ul li {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: relative
}

.breadcum-sec.breadcum-sec2 ul li {
    color: var(--pri);
    font-size: 15px
}

.breadcum-sec ul li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 16 4-4-4-4"/> </svg>');
    position: absolute;
    top: -1px;
    right: -23px;
    width: 23px;
    height: 23px
}

.breadcum-sec.breadcum-sec2 ul li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10 16 4-4-4-4"/> </svg>')
}

.breadcum-sec ul li a:hover {
    color: var(--tri)
}

.factSheet-sec {
    background: url(../images/bg/factsheet-bg.jpg) center/cover no-repeat;
    position: relative;
    z-index: 1
}

.factSheet-sec::before {
    opacity: .5
}

.factSheet-bx .img-bx {
    width: 70px
}

.factSheet-bx .tx-bx {
    width: calc(100% - 80px);
    color: #fff
}

.factSheet-bx .tx-bx span {
    line-height: 24px;
    letter-spacing: .3px
}

.factSheet-bx .tx-bx p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 33px;
    letter-spacing: .1px
}

.cate-tx h1,.cate-tx h2,.cate-tx h3 {
    font-size: 20px;
    color: var(--text-color);
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 700
}

.cate-tx h2,.cate-tx h3 {
    font-size: 26px;
    font-weight: 600
}

.cate-tx ul {
    margin: 0 0 10px;
    padding: 0
}

.cate-tx table,.form-control,.form-label {
    font-family: var(--font)
}

.cate-tx p,.cate-tx ul li {
    color: var(--para-color);
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px
}

.cate-tx ul li {
    margin-bottom: 2px
}

.cate-tx .price {
    font-size: 16px;
    letter-spacing: .1px;
    color: var(--pri);
    font-weight: 600;
    margin: 6px 0 15px
}

.cate-tx table {
    margin-bottom: 15px;
    width: 100%
}

.cate-tx table tr td {
    padding: 5px 8px;
    font-weight: 500;
    border: 1px solid #e1e1e1
}

.cate-tx table tr td:first-child {
    color: var(--para-color)
}

.cate-img img,.pop-img img {
    object-fit: contain;
    object-position: center;
    width: 100%
}

.cate-img .mySwiper {
    margin-top: 5px
}

.cate-img .mySwiper img {
    cursor: pointer
}

.masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

.masonry .item {
    display: inline-block; 
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    -webkit-transition: 1s; 
    border: 1px solid #ff740033;
    background: #fbf6f6;
}

.btn-close,.btn-close:focus,.btn-close:hover {
    box-shadow: none
}
.category-page, .factSheet-sec {
    padding: 40px 0;
}
.homeRight {
    float: right;
    max-width: 450px;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.homeRight a.cate-img{border-radius: 10px !important;
    overflow: hidden;}
.cmTitle {
    color: var(--pri);
    font-size: 17px
}

.shop-sec h3 {
    font-family: var(--font);
    color: var(--text-color);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px
}
.cate-tx h1, .cate-tx h2, .cate-tx h3 {
    font-size: 20px;
    color: var(--text-color);
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 700;
}
.cate-tx h2, .cate-tx h3 {
    font-size: 26px;
    font-weight: 600;
}
.cmTitle, .shop-sec h3 {
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.cate-tx p, .cate-tx ul li {
    color: var(--para-color);
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
}
.cate-tx ul {
    margin: 0 0 10px;
    padding: 0;
}

.cate-tx p, .cate-tx ul li {
    color: var(--para-color);
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
}
.cate-tx ul li {
    margin-bottom: 2px;list-style: circle;margin-left: 20px;
}
section ul li strong {
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
}

/* section ul li strong:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dark);
    font-size: 18px
} */

.titleh6.catName {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px
}
/* ABOUT CSS CUSTOM */
.features {
    width: 100%;
    padding: 50px 0 0;
    margin: 0;
    position: relative;
    background: url(../images/banner-imagesk.jpg) center center / cover no-repeat fixed;
}

.features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
       background: #2b68d0eb;
    background-image: linear-gradient(90deg, rgba(6, 23, 51, 0) 0%
0%
, rgba(29, 42, 77, 0) 0%, #3f76d4a8 80%);
}

/* Section Heading */
.h2_title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
    color: #383d92;
}

.features .h2_title {
    color: #fff;
}

.h2_title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #d2deff;
    margin-left: -50px;
}

/* Grid Layout */
.features .features-holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;    position: relative;
}

/* Panel */
.features .feature-panel-holder {
    padding-top: 20px;
    transition: 0.3s ease-in-out;
}

.features .feature-panel-holder:hover {
    padding-top: 0;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark {
    background-color: #2461ca
}
.fs-20.title5 {
    font-weight: 800;
    font-size: 18px;
    color: #366ccb;
}
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact {
       color: #ff883f;
    font-weight: 700;
}

.features .feature-panel-holder:hover .feature-panel .feature-content p {
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {
    color: #ccc;
    border-color: #ccc;
    margin-top: 12px;
}

.features .feature-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 33px;
    border-radius: 8px 0 8px 8px;
    border: 1px solid rgb(249 249 249 / 40%);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* Icon */
.features .feature-icon {
    margin-bottom: 5px;
}

.features .feature-icon img {
    width: 40px;
    display: inline-flex;
    filter: invert(1);
    transition: 0.3s ease-in-out;
}

/* Text content */
.features .feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.shadow2 {
    box-shadow: 0px 0px 6px 0px #ff740029 !important;
    height: 100%;
}
.features .feature-content .titleFact {
    font-weight: 500;
  font-family: var(--font);
    font-size: 16px;
    line-height: 28px;
    text-transform: inherit;
    margin-bottom: 6px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.features .feature-content p {
    font-size: 15px;
    line-height: 24px;
    color: #ddd;
    text-align: center;
    margin-bottom: 0;
    height: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

/* Link */
.features .feature-panel a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: -32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}

/* Card Panel */
.features .features-card {
    display: flex;
    justify-content: space-between;
    transform: translateY(100px);
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.features .card-panel {
    display: flex;
    align-items: center;
    flex-basis: 48%;
    background: #fff;
    border-radius: 8px 0 8px 8px;
    padding: 30px 40px 34px;
    box-shadow: 0 5px 83px rgba(9, 29, 62, 0.15);
    position: relative;
}

.features .card-panel .panel-icon img {
    width: 80px;
    min-width: 80px;
    transition: 0.3s ease-in-out;
}

.features .card-panel.reversed {
    flex-direction: row-reverse;
}

.features .card-panel.reversed .panel-icon {
    margin-left: 40px;
    margin-right: 0;
    display: flex;
    align-items: center;
    transform: translateY(-7px);
}

.features .card-panel .titleCat {
 font-family: var(--font);
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #2765cf;
}

/* More features */
.features .more-features {
    text-align: center;
    margin-bottom: 20px;
}

.features .more-features p {
    font-weight: 700;
    font-size: 18px;
    color: #f4f4f4;
    margin-bottom: 0;
    position: relative;
}

.features .more-features p a {
    color: #383d92;
    padding-bottom: 8px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    position: relative;
}

.features .more-features.more-features-2 p a {
    color: #ffa152;
}

/* Background Color Helpers */
.bg-skype,
.bg-firoze {
    background-color: #2765cf !important;
}

.bg-orange {
    background-color: #cd692d !important;
}

/* Misc */
.counter-block.shadow2 img {
    width: 60px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.div-cla p.fs-18.mt-0 {
    text-align: justify;
}
/* product details */
.you_may {
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: #2765cf;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
}
/* pdf */
.product_showcase {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 6px 0;
    margin-bottom: 8px;
}

.productBrochureandvideo {
    margin-right: 15px;
}

.productBrochureandvideo a {
    display: flex ;
    justify-content: center;
    align-items: center;
    border: 1px dashed #242424;
    padding: 7px 6px;
    color: #242424;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    letter-spacing: 0px;
}
.ft-bx ul.social.w-100.mb-1.float-none li.youtube svg.bi.bi-youtube {
    width: 16px;
}
.productBrochureandvideo a svg {
    color: #242424;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.more_info {
    margin-bottom: 15px;
    max-height: 350px;padding-right:20px;
    overflow-y: auto;
}
/* browser & youtube */
.right-content .item.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    height: 35px;
    border-radius: 5px;
    width: 40px;
}

.slider .slides {
    width: 60px;
    border: 1px solid #eee;
    cursor: pointer;
}
.slider .slides.active 
 {
    border: 2px solid #2765cf;
}

.item.youtube svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
/* Add more cleanup here as needed for remaining blocks */
span.readMore.mx-auto.mt-3 {
    padding: 10px 20px;
}

.w-100.bg-white2.py-5.product-details {
    display: flow-root;    background: #fbf6f6;
}
.more_info .text.text-start {
    color: var(--para-color);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font2);
    line-height: 24px;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #cd692d;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 10px 0;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}
.wps_right {
    display: flow-root;
    text-align: justify;
}
.product_right_image {
    float: right;
    max-width: 350px;
    width: 100%;
    margin: 0 0 25px 25px;
    text-align: center;
}

.product_right_image img {
    width: 100%;
}

.product_right_image .detail_image,
.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.product_right_image .detail_image {
    height: 500px;
}

.product_right_image .product_dimage {
    height: 400px;
}

.product_right_image .detail_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #2765cf;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin: 7px 0;
    color: #2765cf;
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin: 7px 0;
    color: #2765cf;
}

.wps_right table {
    margin: 0;
    width: 100%;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: #2765cf;
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #2765cf;
    border: 1px solid #6b2b76;
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #cd692d;
    color: #fff;
    border-color: #cd692d;
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 0px 6px 0px #e4dbc0;
    transition: all 0.35s ease-in-out;
    border: 1px solid #eee;
    border-bottom: none;    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: block;
}

.product_listing .product .image1 {
     width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    aspect-ratio: 1;
}

.product_listing .product .image1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 0px solid #eee;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin-right: 0;
}

.product_listing .product .small .item.active {
    border-color: #2765cf;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .youtube svg {
    width: 25px;
    height: 25px;
}

.product_listing .product p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .read_more {
    margin-top: 0;
}

.product_listing .right-content .read_more {
    margin-top: 10px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a, .right-content h4 a {
   color: #2765cf;
}

.right-content h4,
.right-content .title4 {
 line-height: 24px;
    padding: 10px 0;
    text-align: left;
    font-size: 20px;
    font-family: var(--font);
    font-weight:700;
    color:#ff7400;margin: 0px;
}
.right-content .title4 a:hover, .product_listing:hover .right-content .title4 a{color: #2765cf !important;}
.right-content .title4 a{      color: #ff7400;
    font-weight: 600;}
.right-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    height: 1.1px;
    background: #eee;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a,
.product_listing:hover .right-content h4 a,
.product_listing:hover .right-content .title4 a {
    color: #cd692d;
}
a.readMore.mx-0.mx-2.mb-2 {
background: #242424;
    border-color: #242424;
    padding: 13px 15px;
    margin: 0px 7px 0px 0px !important;
    color: #fff;
}
.more_info {
    margin-bottom: 10px;
}
a.readMore.mx-0.mx-2.mb-2:hover {
    background: #cd692d;
    border-color: #cd692d;
}
.right-content .table-responsive {
    width: 100%;
    max-height: max-content;
    padding-right: 5px;
    margin: 0 !important;
}
.right-content a.readMore {
    padding: 10px 20px;
}
.right-content table {
    margin-bottom: 0;
    width: 100%;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: #2765cf;
    width: 40%;
}
.homeRight img {
    border-radius: 10px;
}

.blog-sec.foo .blog-bx {
    position: relative;
    transition: 0.3s;
    background: #fbf6f6;
    border-radius: 10px;    height: 100%;
    overflow: hidden;    border: 1px solid #ff740033;
}
.blog-bx1.blog-card .read-mr:hover {
    color: var(--pri);
}
.blog-bx1.blog-card .read-mr {
    font-size: 14px;
    color: var(--tri);
    font-weight: bold;
}
.blog-bx1.blog-card.border-card {
    border: 0px;
    padding: 20px;
}
ul.des.mx-auto.text-center.fw-bold.justify-content-center {
    background: #ff740024;
    border-radius: 50px;
    padding: 7px;
    border: 1px solid #f2cdb0;
    color: #3f76d4;    width: 125px;
    font-size: 18px;
}
ul.des.mx-auto.text-center.fw-bold.justify-content-center li.fw-bold {
    font-size: 15px;
    color: #0d4ab2;
}
.masonry.photofactory {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px; 
}
    .tx-bx.content-bx.px-md-4 {
    overflow-y: auto;
    height: 500px;
}
.tx-bx.content-bx.px-md-4 ul li {
    margin-bottom: 2px;
    list-style: circle;
    margin-left: 20px;line-height: 22px;
}
.tx-bx.content-bx.px-md-4 ul {
    margin: 10px 0 10px;
    padding: 0;    
}
.cate-tx h2, .cate-tx h3, .cate-tx h4, .cmTitle {
    font-family: var(--font);
    position: relative;
    text-transform: capitalize;
    line-height: normal;
    color: var(--tri);
    font-size: 22px;
    margin: 10px 0px;
    font-weight: bold;
}
    .scrollbar-width{
    overflow-y: auto;padding-right: 20px;
    height: 430px;
}
    /* CARD */
.col-lg-3.col-md-6.col-12 .product_listing {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all .35s ease;margin: 0px;
}

/* IMAGE */
.col-lg-3.col-md-6.col-12 .product,
.col-lg-3.col-md-6.col-12 .product a {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.col-lg-3.col-md-6.col-12 .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.col-lg-3.col-md-6.col-12 .right-content {
    position: relative;
}

.col-lg-3.col-md-6.col-12 .title3 {
     font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 5px 0px;
}

.col-lg-3.col-md-6.col-12 .title3 a {
    text-decoration: none;    font-size: 16px;
    color: inherit;transition: all 0.5s ease;
}
.col-lg-3.col-md-6.col-12 .title3 a:hover{color:#ff7400}
.col-lg-3.col-md-6.col-12 .blue-line1 {
    display: block;
    height: 1px;
    background: #d5d5d5;
    margin: 8px 0;
}

/* TEXT CLAMP */
.col-lg-3.col-md-6.col-12 .more_info p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* BUTTONS */
 
.col-lg-3.col-md-6.col-12 .mainBtn2 {
    background: #ff7400;
}

.col-lg-3.col-md-6.col-12 .mainBtn3 {
    background: #2a2a2a;
}

.col-lg-3.col-md-6.col-12 .mainBtn2:hover,
.col-lg-3.col-md-6.col-12 .mainBtn3:hover {
    opacity: .85;
}
.collectionBox:hover .collectionOverlay {
    background-color: rgb(0 0 0 / 39%); 
    z-index: 1;
}
.wdt-heading-title-wrapper.wdt-heading-align-center span.wdt-heading-title a.tt {
    color: #ff9b47;
}
.masonry .item, .masonry .item a.img-bx { 
    transition: all 0.5s ease;
}
.content-bx li {
    margin-bottom: 5px;
    list-style: circle;
    margin-left: 20px;
}
.content-bx ul {
    padding: 0px;
}

.iti {width: 100%;}
select, input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.iti__selected-country-primary {
    background: #eee;
    padding: 0px 3px;
}
span.iti__country-name {
    color: #333;
}
 .iti .iti__selected-dial-code { 
    color: #333;
}
.error-message {
    color: red;
    margin-top: 5px;
}
.form-group.phone-group label.error {
    display: none !important;
}
button.iti__selected-country {
    margin-top: 0px;
}
.searchContainer {
    position: relative;
}

.searchBtn {
    position: absolute;
    right: inherit;
    top: 0%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    left: 0px;
}

.searchInput {
    padding-right: 40px;
}
.link-secondary:focus, .link-secondary:hover {
    color: rgb(128 128 128) !important;}
    .tx-bx.content-bx.px-md-4.ps-0 {
    padding-left: 5px !important;
    margin-bottom: 15px;
}
.card .wrapper img.cover-image {
    min-height: 100%;
    object-fit: cover;
}

.heading_banner {
    /* float: left; */
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 9px 0px;
    margin: 0;
}
.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 94%);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}
.heading_banner .cat_title {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    margin: 3px 0 5px;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px;
}
.inner_breadcrumb {
    /* float: left; */
    width: 100%;
    background: #ffffff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 1px #ccc;
}
.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 45px;
    display: flex;
    list-style: none;
    font-size: 16px;
}
.inner_breadcrumb .breadcrumb li+li:before {
    /* float: left; */
    padding: 0px 10px;
    color: #bfbfbf;
    content: "/";
    font-size: inherit;
    text-rendering: auto;
    display: inline-block;
}


.main-tt.text-white.position-relative.fs-6.fw-bold.pt-2 {
    font-size: 18px !important;
}
@media (min-width:1024px) {
    .col-md-5c{width:20%;}
}