*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
    /* overflow-x: hidden; */
}


.brand-logo {
    margin: 0 4rem 0 1rem !important;
}

.sell-product a{
    color: #db3030 !important;
    font-size: 17px;
    font-family: sans-serif;

}


/* slick slider  */

.slick-slider .slick-next, .slick-slider .slick-prev {
    left: 96% !important;
}


/* category slider  */

.category-slider .item {
    border-radius: 10px !important;
    /* width: 200px !important; */
}
.category-slider .card {
    border: none !important;
    padding: 0;
    padding: 0 !important;
}

.category-slider .card img {
    /* border-radius: 5px !important; */
    padding: 5px;
    border: 1px dotted green;
}

.category-slider .card .card-body {
    padding: 0;
}


/* product section  */

/* .card-product .card-btn {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 10px;
} */

.card-product .card-btn a {
    font-size: 0.8rem;
    /* padding: 5px; */
    /* border: 1px solid #0648FF; */
    /* border-radius: 6px; */
    /* padding: 5px; */

}

.card-product .card-btn a:hover {
    color: white;
    background-color: #0648FF;
}


.products .card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0 !important;
    transition: 0.5s;
}

.products .card:hover {
    border: 1px solid #0648FF;
}

.products .card img {
    border-radius: 8px 8px 0px 0px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.products .card .btn{
    color: #0648FF;
    border: 1px solid #0648FF;
    padding: 3px 5px;
    transition: 0.5s;
    font-size: 0.8rem;
}

.products .card .btn:hover{
    color: white;
    background-color: #0648FF;
}
/* end  */

/* ==================================================================== */




/* product details page start  */

/* breadcrumb start  */
.breadcrumb-item+.breadcrumb-item:before {
    color: var(--fc-breadcrumb-divider-color);
    content: "" !important;
    /* float: left; */
    padding-right: var(--fc-breadcrumb-item-padding-x);
}


/* slider arrow button  */

.slider-nav .slick-prev {
    left: 30px !important;
    top: 84% !important;
    z-index: 1;
}

/* product details section  */

.product-preview {
    margin-top: 2rem;
}

.product-preview .preview-list {
    padding: 0;
}

.product-preview .preview-list li {
    list-style-type: none;
    margin-left: 10px;
}



/* ============================================ */

/* about us page start  */


.about .heading h1 {
    font-size: 3rem;
    color: #0648FF;
    margin-bottom: 1rem;
}

.about .about-details {
    font-size: 15px;
    text-align: justify;
    color: #000;
    /* margin-top: 10px; */
}

.about .banner2 .icon-wrapper{
    display: flex;
    justify-content: center;
}

.about .banner2 .text-head {
    text-align: center;
    margin-top: 10px;
}

.about .banner2 .text-head h2 {
    font-size: 1.7rem;
    color: rgba(0, 0, 0, 0.7);
}

.about .banner2 .text-head p {
    font-size: 1.1rem;
}

/* vision section  */

.about .vision-text h2 {
    font-size: 2rem;
    color: #E95A60;
    margin-bottom: 15px;
}

.about .vision-text h4 {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    margin-bottom: 10px;
}


.about .vision-text p {
    font-size: 16px;
    text-align: justify;
    line-height: 31px;
}


/* leader section start  */

.leader {
    background-color: #f9f2ec;
    min-height: 400px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.leader .header h2 {
    color:#E95A60;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 20px;
}

.leader .img-wrapper {
    position: absolute;
    top: -20%;
    z-index: 5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
}

.leader .img-wrapper img {
    width: 90%;
    border: 2px solid rgba(0, 0, 0, 0.0.1);
    border-radius: 50%;
}

.leader .card {
    margin-top: 120px;
    margin-left: 10px;
    margin-right: 10px;
    /* min-height: 438px; */
    height: 520px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.leader .card .text-wrapper {
    padding-top: 63px;
    /* padding-bottom: 10px; */
    /* height: 400px !important; */
}

.leader .card .text-wrapper h2 {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.leader .card .text-wrapper h3 {
    text-align: center;
    color: #E95A60;
    font-size: 17px;
}

.leader .card .text-wrapper p {
    /* text-align: justify; */
    text-align: center;
    padding: 15px;
    color: rgba(0, 0, 0, 0.7);
}


/* core value section  */


.values h2 {
    text-align: center;
    color:#E95A60;
    font-size: 2.2rem;
} 

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-color: #0648ff;
}

/* .values .core-text {
    margin-right: 15px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */

/* end  */

/* ======================================== */

/* contact page start  */

.contact .header {
    color:#E95A60;
    font-size: 2rem;
}

.contact .number ul li {
    list-style-type: none;
}

.contact .text-wrap > ul, .text-wrap .mail {
    padding: 0;
}

.contact .text-wrap > ul li, .text-wrap .mail li {
    list-style-type: none;
}

.contact .text-wrap .fa-solid {
    font-size: 1.2rem;
    color: #0648FF;
    margin-right: 10px;
    padding-top: 5px;
}

@media screen and (min-width: 760px) {
    .contact .form-wrapper {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
  }

  .category-heading{
    font-size: 1.3rem;
    color: #0648FF;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }


  #accordian {
    /*background: #78913c;*/
    background: #016bf8;
    /* width: 250px; */
    padding: 5px;
    /* margin: 50px auto 0 auto; */
    color: white;
}

#accordian h3 {
    /* background: #0a2f17; */
    /* background: linear-gradient(#db3030, #db3030); */
    border-bottom: 1px solid #fff;
}

#accordian h3 a {
    position: relative;
    display: block;
    padding: 0 10px;
    font-size: 15px;
    line-height: 34px;
    color: white;
    text-decoration: none;
}

#accordian h3 a .InnerBar {
    position: absolute;
    width: auto;
    top: 3px;
    left: 35px;
    right: 0px;
    bottom: 3px;
    padding: 0 10px;
    line-height: 28px;
}

#accordian h3 a:hover>.InnerBar {
    background: linear-gradient(#031d11, #0a2f17);
}

.InnerBarActive {
    background: linear-gradient(#031d11, #0a2f17);
}

#accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
    margin-right: 3px;
}

#accordian li {
    list-style-type: none;
}

#accordian ul ul li a,
#accordian h4 {
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
    position: relative;
}

.SubOptn-Hover:hover {
    background: #003545;
    border-left: 5px solid lightgreen;
    background: #4a5412;
    border-left: 5px solid #7b9a50;
    background: #000;
    border-left: 5px solid #000;
}

#accordian ul ul {
    display: none;
}

#accordian li.active>ul {
    display: block;
}

#accordian ul ul ul {
    border-left: 15px solid #2a3a09;
}

.SubMenu1,
.SubMenu2 {
    border-left-width: 15px;
    border-right-width: 0px;
    border-style: solid;
    -webkit-border-image:
        -webkit-gradient(linear, 0 0, 0 100%, from(#304600), to(#243100)) 1 100%;
    -webkit-border-image:
        -webkit-linear-gradient(#304600, #243100) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(#304600, #243100) 1 100%;
    -o-border-image:
        -o-linear-gradient(#304600, #243100) 1 100%;
    /* border-image: linear-gradient(to bottom, #002b63, #002b63) 1 100%; */
    /* background: linear-gradient(#002b63, #002b63); */
}


.why-content{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 18px;
    border-radius: 8px;
    /*height: 150px;*/
    border-bottom: 2px solid blue;
    margin-top:20px;
    transition: 0.5s;
}

.why-content img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.why-content h4{
    color:#000;
    font-size:17px;
    margin-top:10px;
}
.why-content:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}




