html, body {
    background: #131313;
    font-family: 'Red Hat Display', sans-serif;
}
.header_css {
    border-bottom: 2px solid #e1b87a;
}
.logocss {
    width: 100%;
    max-width: 250px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e1b87a;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #e1b87a;
}
.menu_but_css {
    background: #e1b87a;
    padding: 0;
    padding-left: 5px;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.menu_but_css > .nav-link {
    color: #131313 !important;
}
.menu_but_css:hover {
    box-shadow: inset 0 0 5px #131313de;
}
.sm_icons {
    display: inline-flex;
}
.fa_icons_css {
    padding: 0;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.fa_icons_css > .nav-link {
    padding: 5px 0;
}
.fa_icon_css {
    color: #e1b87a;
    font-size: 32px;
}
.marqueecss {
    vertical-align: middle;
    padding: 5px 0;
    background: #e1b87a;
    color: #131313;
    font-weight: 600;
}
.carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #e1b87a;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 0 20px #131313de;
}
.carousel-caption h5 {
    font-size: 32px;
    font-weight: bold;
    color: #131313;
}
.carousel-caption p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: #131313;
}
.htagscss {
    background: #e1b87a;
    color: #e1b87a;
    font-size: 8px;
    margin: 0;
}
.pad_css {
    padding: 40px 0;
}
.head_css {
    font-size: 32px;
}
.grid_all_center {
    display: grid;
    align-items: center;
}
.about_img_css {
    border-radius: 10px;
}
.review_css {
    margin-bottom: 15px;
}
.review_title_css {
    font-size: 24px;
}
.dividercss {
    margin: auto;
    border-radius: 50%;
    padding: 3px;
    border: 0;
    background: #e1b87a;
    max-width: 600px;
}
.divider_box {
    padding: 20px;
}
.footer_box_css {
    border-radius: 10px;
    padding: 30px 0;
}
.hrclasses {
    margin: 30px 0;
    padding: 2px;
}
.m_hrclasses {
    margin: 10px 0;
    padding: 2px;
}
.but_css {
    background: #e1b87a;
    border: 0;
    padding: 17px 20px;
    border-radius: 5px;
    font-weight: 700;
}
.fa-phone-volume {
    transform: rotate(320deg);
}
.footer_css {
    background: #131313;
    padding: 5px 0;
    text-align: center;
    border-top: 2px solid #e1b87a;
}
.footer_css p {
    font-size: 16px;
}
.t_categories {
    margin-top: 15px;
    font-size: 32px;
}
.sub_t_categories {
    font-size: 22px;
}
.t_item_css {
    font-size: 26px;
}
.t_item_desc_css {
    font-size: 18px;
}
.item_price_css {
    text-align: right;
}
.three_item_price_css {
    text-align: right;
}
.item_div_css {
    background: #e1b87a1c;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 15px;
}
.c-forms-confirmation-message.c-html {
    text-align: center;
}
.c-forms-confirmation-message.c-html span p {
    color: #e1b87a;
}
.extra_spacing {
	padding-top: 15px;
}
.cog-confirmation__message.cog-content.cog-html.cog-input {
    color: var(--white) !important;
    text-align: center !important;
}
@media (max-width: 1366px) {
    html, body {
        font-size: 16px;
    }
    .fa_icon_css {
        font-size: 26px;
    }
    .head_css {
        font-size: 26px;
    }
    .but_css {
        padding: 23px;
    }
    .t_categories {
        font-size: 28px;
    }
    .sub_t_categories {
        font-size: 20px;
    }
    .t_item_css {
        font-size: 24px;
    }
    .t_item_desc_css {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .menu_but_css {
        margin-right: 0;
        margin-left: 0;
        margin: 5px 0;
        text-align: center;
    }
	.extra_spacing {
		padding-top: 0;
	}
    .t_categories {
        font-size: 22px;
    }
    .t_item_css {
        font-size: 20px;
    }
    .t_item_desc_css {
        font-size: 16px;
    }
    .sub_t_categories {
        font-size: 16px;
    }
    .item_css {
        width: 60%;
        padding-right: 10px;
    }
	.three_item_price_css {
		text-align:center;
	}
    .item_price_css {
        width: 40%;
        padding-left: 0;
    }
	.but_css {
		padding: 5px 20px;
		margin-block: 4px;
	}
    .footer_box_css h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .footer_box_css {
        margin: 10px 0;
    }
    .review_box_css {
        margin-bottom: 30px;
    }
    .head_css {
        margin-bottom: 20px;
    }
    .about_img_css {
        margin-bottom: 20px;
    }
    .sm_icons {
        justify-content: center;
    }
    .navbar-light .navbar-toggler {
        color: #e1b87a;
        border-color: #e1b87a;
        background: #e1b87a;
    }
    .carousel-caption {
        position: relative;
        right: auto;
        bottom: auto;
        left: 0;
        top: 0;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        background: #131313;
    }
    .carousel-caption h5 {
        font-size: 26px;
        font-weight: bold;
        color: #e1b87a;
    }
    .carousel-caption p {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 500;
        color: #e1b87a;
    }
    .htagscss {
        font-size: 4px;
    }
	.m-col-md-12 {
		width: 100% !important;
	}
	.m-col-md-4 {
		width: 33.33%;
	}
}