:root {
    --theme-color: #b44748;
    --secondary-color: #000;
    --dark-color: #000;
    --white-color: #fff;
    --bg-color: #d8d2d2;
    --light-blue: #eff6fd;
    --h1-font-size: 58px;
    --h2-font-size: 42px;
    --h3-font-size: 36px;
    --h4-font-size: 32px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
}

body {
    color: rgb(0, 0, 0);
    background: #f6f2ef;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}

main {
    flex-grow: 1;
}

.bg-black {
    background: var(--dark-color);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    /* color: rgb(0, 0, 0); */
    font-family: Poppins, sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-size: 23px;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 2.5rem;
    }
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #b44748;
}

a.navbar-brand img {
    width: 250px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.btn-black {
    color: #000;
    border: 5px solid #000;
}

.btn.btn-link {
    padding: 13px 27px;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.btn {
    transition: all 150ms linear 0s;
}

a:hover {
    color: var(--theme-color);
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
}

.hometext h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Anton', sans-serif;
    color: var(--theme-color);
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.inner-content {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
    padding: 10px;
    left: 0;
    right: 0;
}

.inner-content .btn {
    background: #f6f2ef;
    color: #623e2a !important;
}

.allbtn .btn {
    background: #f6f2ef;
    color: #623e2a;
}

.section_title h2 {
    font-size: 47px;
    font-weight: 600;
    color: var(--theme-color);
    font-family: 'Anton', sans-serif;
}

.pt-100 {
    padding-top: 100px;
}

.font-family {
    font-family: 'Anton', sans-serif;
}

.product_card:hover {
    /* color: var(--theme-color); */
}


/* .pointer{
    cursor: pointer;
} */

.fs-18 {
    font-size: 18px;
}

.text-justify {
    text-align: justify;
}

.bg-color {
    background: var(--bg-color);
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quick_links a {
    font-size: 23px;
    color: #fff;
}

.quick_links a:hover {
    color: var(--theme-color);
}

.quick_links li {
    margin-bottom: 15px;
}

.fs-21 {
    font-size: 21px;
}

.footcontact span.d-block {
    margin-top: 8px;
}

.border-color {
    border-bottom: 1px solid #623e2a;
}

.border-color1 {
    border-top: 1px solid #623e2a;
}

.btn-theme {
    background: var(--theme-color);
}

.fs-24 {
    font-size: 23px;
}

.about_para p {
    color: #623e2a;
    padding-top: 1.5rem;
}

.mission p {
    margin-bottom: 20px;
}

.text-black {
    color: #000 !important;
}

.letschat li {
    margin-bottom: 15px;
}

.careerform .form-control {
    border: 2px solid #000;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
}

.careerform ::placeholder {
    color: #000;
}

.bg-color1 {
    background: #f6f2ef;
}

.bsb-blockquote-icon {
    --bsb-blockquote-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-quote%27%3E%3Cpath d=%27M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z%27/%3E%3C/svg%3E");
    --bsb-blockquote-icon-opacity: 0.1;
    position: relative;
    z-index: 1
}

.bsb-blockquote-icon.bsb-blockquote-icon-2 {
    --bsb-blockquote-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-chat-quote%27%3E%3Cpath d=%27M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z%27/%3E%3Cpath d=%27M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z%27/%3E%3C/svg%3E")
}

.bsb-blockquote-icon:before {
    background-image: var(--bsb-blockquote-icon);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 64px;
    left: -1rem;
    opacity: var(--bsb-blockquote-icon-opacity);
    position: absolute;
    top: -1rem;
    width: 114px;
    z-index: -1
}

.bsb-ratings {
    --bsb-star-off: #ddd
}

.bsb-ratings[data-bsb-star="1"]:before {
    content: "★"
}

.bsb-ratings[data-bsb-star="2"]:before {
    content: "★★"
}

.bsb-ratings[data-bsb-star="3"]:before {
    content: "★★★"
}

.bsb-ratings[data-bsb-star="4"]:before {
    content: "★★★★"
}

.bsb-ratings[data-bsb-star="5"]:before {
    content: "★★★★★"
}

.bsb-ratings[data-bsb-star-off="1"]:after {
    color: var(--bsb-star-off);
    content: "★"
}

.bsb-ratings[data-bsb-star-off="2"]:after {
    color: var(--bsb-star-off);
    content: "★★"
}

.bsb-ratings[data-bsb-star-off="3"]:after {
    color: var(--bsb-star-off);
    content: "★★★"
}

.bsb-ratings[data-bsb-star-off="4"]:after {
    color: var(--bsb-star-off);
    content: "★★★★"
}

.bsb-ratings[data-bsb-star-off="5"]:after {
    color: var(--bsb-star-off);
    content: "★★★★★"
}

.text-theme {
    color: var(--theme-color);
}

blockquote.bsb-blockquote-icon.mb-4.fs-21 {
    height: 12em;
    overflow-y: auto;
}


/* width */

.testimonial ::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.testimonial ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.testimonial ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

.gallerysec img {
    height: 21em;
    width: 100%;
    object-fit: contain;
    background: #fff;
}


/* Handle on hover */

.testimonial ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.inner-content .btn:hover {
    color: #bc494a !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 23px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: var(--theme-color);
}

.allproducts {
    padding-top: 7rem;
    margin-top: -7rem;
}

.allproducts img {
    height: 160px;
    object-fit: contain;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.australianlogo {
    position: absolute;
    right: 108px;
    justify-content: end;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: end;
}

.australianlogo img {
    width: 90px;
    height: 90px;
    margin-top: 15px;
    background: #fff;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 31px; */
    padding: 5px;
    object-fit: contain;
}

.ourcustomers img {
    height: 127px;
    width: 100%;
    margin: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    object-fit: contain;
    padding: 5px;
}

.product_inner .product_card img {
    width: 257px;
    height: 156px;
    object-fit: contain;
}

.allproducts p {
    font-size: 18px;
}

.slide-read-more {
    overflow: hidden;
}

.slide-read-more-button {
    cursor: pointer;
    text-align: right;
    margin-top: 8px;
    color: #488A8A;
    display: none;
}

.paragraph {
    overflow: hidden;
    height: auto;
    max-height: 70px;
    /* Adjust this height according to your need */
    transition: max-height 0.5s ease;
    /* Smooth transition when expanding */
}

.readMoreBtn {
    display: none;
    /* Hide the button by default */
}

.description_box {
    height: 150px;
    overflow: hidden;
    line-height: 1.5;
    padding: 20px 0px;
    position: relative;
}

.active {
    height: auto;
}

.description_box button {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-color);
    background-color: transparent;
    padding: 20px 0px;
    z-index: 1;
    cursor: pointer;
}

.description_box button:after {
    position: absolute;
    content: "";
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 80px;
    background: linear-gradient(180deg, #f6f2ef94, #f6f2ef, #f6f2ef);
    z-index: -1;
}

.active_button {
    position: unset;
    width: 100%;
}

.active_button:after {
    background: transparent;
}
.fsnewstyle{
		font-size:20px;
	}
@media(min-width:992px) {
    .w-95 {
        width: 95%;
    }
    ul.quick_links {
        text-align: start;
        columns: 2;
    }
}

@media(max-width:992px) {
    .hometext h1 {
        font-size: 45px;
        text-align: center;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .py-100 {
        padding-top: 52px;
        padding-bottom: 57px;
    }
    .footcontact {
        /* text-align: center !important; */
        font-size: 14px !important;
    }
    .hometext {
        padding-top: 3rem;
    }
    .gallerysec img {
        height: 15em;
        width: 100%;
        object-fit: contain;
        background: #fff;
    }
    a.navbar-brand img {
        width: 123px;
    }
    .section_title h2 {
        font-size: 31px;
        /* font-weight: 600; */
        color: var(--theme-color);
        font-family: 'Anton', sans-serif;
    }
    ul.quick_links {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #eee;
        columns: 2;
        text-align: start;
        padding-bottom: 1rem !important;
        padding-left: 0;
    }
    .swiper-button-next:after,
    .swiper-button-prev {
        display: none;
    }
    .homeabt_img img {
        height: unset !important;
    }
    .quick_links a {
        font-size: 14px;
        color: #fff;
    }
    .fs-21 {
        font-size: 18px;
    }
    .text-justify {
        text-align: start;
    }
    .fs-23 {
        font-size: 17px;
    }
	.fsnewstyle{
		font-size:16px;
	}
    .fs-22 {
        font-size: 18px;
    }
    .inner-content {
        position: absolute;
        bottom: -29px;
        transform: translateY(-50%);
        text-align: center;
        z-index: 9;
        padding: 10px;
        left: 0;
        right: 0;
    }
    .fs-18 {
        font-size: 14px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
    }
    .copyright,
    .credits {
        font-size: 14px !important;
    }
    footer {
        padding: 20px 0 !important;
    }
    .quick_links li {
        margin-bottom: unset;
    }
    .australianlogo img {
        width: 90px;
        height: 90px;
        margin-top: 15px;
        background: #fff;
        /* margin: auto; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* line-height: 31px; */
        padding: 5px;
        margin-right: 9px;
        margin-bottom: 15px;
    }
    .australianlogo {
        position: relative;
        right: unset;
        justify-content: center;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        align-items: end;
    }
}