body {
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}

header {
    /* background: #ec7a16; */
    background: #d2680a;
    color: white;
    padding: 5px 80px;
    box-sizing: border-box;
}

.icons-top {
    margin-top: 14px;
}

.icons-top a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.icons-top img {
    padding-right: 8px;
}

.icons-social {
    margin-left: 30px;
}

.icons-social img {
    padding-right: 10px;
}

.icons-top p {
    padding-right: 8px;
}

.icons-top li {
    list-style: none;
    margin-right: 20px;
}

/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
nav {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
}

.collapse {
    justify-content: right;
}

.nav-link {
    font-weight: 600;
    margin-right: 25px;
    font-size: 15px;
}

.nav-glob {
    padding: 5px 70px;
}

.glob-lr {
    padding: 60px 70px;
}

.right-align {
    text-align: right;
    justify-content: end;
}

.req-btn {
    background-color: white;
    border: 1px solid #06331d;
    color: #06331d;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 10px;
}

.drop-service .dropdown-item:hover {
    background-color: #f7941d !important;
    color: #06331d !important;
}

.drop-service .dropdown-item::before {
    color: #6a2408;
    content: "\2B9A";
    font-weight: 900;
    margin-right: 10px;
}

.drop-service .dropdown-item::before:hover {
    color: #ffffff;
    content: "\2B9A";
    font-weight: 900;
    margin-right: 10px;
}

/* -------------------navbar end--------------- */

/* ------------------------------------- */
.fst-box {
    box-shadow: 1px 1px 12px 1px #e7e7e7;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.right-serve {
    border-right: 1px solid #cfcfcf;
}

.title-h6 {
    font-weight: 500;
    font-size: 15px;
}

.right-serve p {
    font-size: 14px;
}

.right-serve-non p {
    font-size: 14px;
}

.fst-serv {
    align-content: center;
}

/* .right-serve img{
    width: 55px;
    height: 45px;
} */
/* ------------------------------------- */

/* ------------------------------------------------ */
.sm-title {
    color: #ec7a16;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid #096409;
}

.title {
    font-size: 25px;
    color: #004b93;
    margin-bottom: 20px;
    margin-top: 10px;
}

.mid-title {
    font-size: 16px;
    color: #004b93;
    margin-bottom: 20px;
    margin-top: 10px;
}

.glob-lr {
    padding: 40px 60px;
}

a {
    color: black;
    text-decoration: none;
}

.text-center {
    text-align: center !important;
}

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

/* ------------------------------------------------ */

/* ----------------------about-------------------------- */
.read-btn {
    background-color: #ec7a16;
    color: white;
    font-size: 14px;
    border: none;
    padding: 7px 12px;
    border-radius: 6px;
}

.secn-box p {
    font-size: 11px !important;
    text-align: center;
    margin-top: 8px;
}

/* ----------------------about-------------------------- */

/* -------------------feature product---------------------- */
.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.section-title-main {
    font-size: 22px;
}

.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
    margin: 0px 20px;
}

.view {
    font-size: 13px;
    color: black;
    text-decoration: none;
}

/* -------------------------------------------------------- */
.pro-box {
    /* padding: 20px 0px;  */
    margin-bottom: 40px;
}

.product {
    box-shadow: 1px 1px 12px #cecece;
    border-radius: 6px;
    padding: 10px;
    height: 100%;
}

.product:hover {
    box-shadow: 1px 1px 12px #b1b1b1;
    color: #000000;
}

.product img {
    text-align: center;
    margin: auto;
    width: 175px;
    height: 175px;
    margin-bottom: 10px;
}

.p-name {
    text-align: left;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #504c4c
}

.p-ram {
    text-align: left;
    margin-bottom: 0;
    font-size: 13px;
}

.p-price {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-top: 8px !important;

}

.wrng-pr {
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 8px;
    color: #dd1a1a;
}

.pr-buy {
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 10px;
}

.product-search input {
    border: 1px solid #d3d3d3;
    padding: 6px 10px;
}

.search input {
    border: 1px solid #cecece !important;
}

.search .form-control~i {
    color: #2b2f3a;
    right: 10px;
    top: 11px;
}

/* -------------------feature product---------------------- */


/* --------------------logos------------------------ */

.u-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.c-carousel {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.c-carousel__wrapper.swiper {
    margin: 0 48px;
    position: static;
}

.c-carousel__inner-wrapper.swiper-wrapper {
    display: flex;
    align-items: center;
}

.c-carousel img {
    margin: 0 auto;
}

.c-carousel__controls {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-carousel__button--next,
.c-carousel__button--prev {
    cursor: pointer;
}

.c-carousel__button--prev.swiper-button-disabled,
.c-carousel__button--next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.c-carousel__item.swiper-slide {
    max-width: 300px;
    width: auto;
    flex-shrink: 0;
}

/* ------------------------new css------------------------ */
.logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%); */
    /* mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%); */
}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    animation: slide 30s linear infinite;
}

.logos-slider-container img {
    width: 150px;
    max-width: 150px;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

h1 {
    text-align: center;
    font-family: 'Lato';
    color: #3D4A54;
}

.card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%)
}

/* --------------------logos------------------------ */



/* --------------------------business profile---------------------- */

.bus-pro {
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 1px 1px 12px 1px #bebebe;
    border-radius: 5px;
    padding: 25px;
}

.bus-pro img {
    margin-bottom: 15px;
}

/* --------------------------business profile---------------------- */


/* --------------------------TESTIMONIAL---------------------- */
#featureContainer .carousel-inner .carousel-item.active,
#featureContainer .carousel-inner .carousel-item-next,
#featureContainer .carousel-inner .carousel-item-prev {
    display: flex;
}

.card {
    box-shadow: 1px 1px 12px 5px rgb(236, 236, 236);
    width: fit-content;
    min-height: 273px;
    margin: 10px;
    padding: 20px;
}

/* --------------------------TESTIMONIAL---------------------- */

/* -----------------------------footer---------------------- */
.footer {
    color: #000000;
    padding: 40px 42px;
}

.widgets_container h6 {
    margin-bottom: 20px;
}

.widgets_container h6::after {
    background: #ee6b00;
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    margin: 8px 0px;
}

/* ------------- */
.whatsapp {
    position: fixed;
    left: 0%;
    bottom: 10%;
    z-index: 999999;
}

.callIcon {
    position: fixed;
    left: 0%;
    bottom: 18%;
    z-index: 999999;
}

.whatsapp img {
    width: 42px;
}

.callIcon img {
    width: 40px;
}

/* ------------- */
.footer_bottom {
    padding: 12px 0;
    background: #502f20;
}

.widgets_container a p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
}

.widgets_container p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
}

.copyright_area {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

p:last-child {
    margin-bottom: 0;
}

.copyright_area p a {
    color: #ffffff;
}

.copyright_area p {
    font-size: 14px;
    margin-bottom: 0px;
}

.facebook {
    position: fixed;
    right: -7.3%;
    bottom: 45%;
    z-index: 999999;
}

.insta {
    position: fixed;
    right: -7.3%;
    bottom: 37%;
    z-index: 999999;
}

.youtube {
    position: fixed;
    right: -7.3%;
    bottom: 29%;
    z-index: 999999;
}

.facebook:hover {
    position: fixed;
    right: 0%;
    bottom: 45%;
    z-index: 999999;
    transition: 0.5s;
}

.insta:hover {
    position: fixed;
    right: 0%;
    bottom: 37%;
    z-index: 999999;
    transition: 0.5s;
}

.youtube:hover {
    position: fixed;
    right: 0%;
    bottom: 29%;
    z-index: 999999;
    transition: 0.5s;
}

.colorBtn {
    padding: 6px 10px;
    border: 2px solid #ffc5a5;
    border-radius: 2px;
    min-width: 36px;
    position: relative;
    font-size: 10px;
}

.colorBtn:hover {
    padding: 6px 10px;
    border: 2px solid #ffc5a5;
    background: #ffa500;
    border-radius: 2px;
    min-width: 36px;
    position: relative;
    font-size: 10px;
}

.storegeBtn {
    padding: 6px 10px;
    border: 2px solid #ffc5a5;
    border-radius: 2px;
    min-width: 36px;
    position: relative;
    font-size: 10px;
}

.storegeBtn:hover {
    padding: 6px 10px;
    border: 2px solid #ffc5a5;
    background: orange;
    border-radius: 2px;
    min-width: 36px;
    position: relative;
    font-size: 10px;
}

.detail-pro {
    margin-bottom: 30px;
}

.tit-hed {
    display: flex;
    font-size: 14px;
    font-weight: 500;
}

.tit-hed a {
    color: black;
}

.pdLable {
    font-size: 16px;
    color: #212121;
}

.discounPrice {
    color: green;
    font-size: 11px;
    font-weight: 400 !important
}

/* -------------------footer---------------------- */
.address_title {
    background-color: #2c7c89;
    color: #ffffff;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.addnewaddress {
    color: #ffffff;
    font-size: 14px;
    vertical-align: text-bottom;
}

.pl25 {
    padding-left: 25px;
    font-size: 15px;
}