body {
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #605656;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a,button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
h1,h2,h3,h4,h5,h5,p,span,li,a {
	word-break: break-word;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row>*,
.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.container-1650 {
	max-width: 1680px !important;
}
.text-primary-color {
	color: #ED1C24;
}
.heading-primary-color {
	color: #251717;
}
.site-main-continer {

}
/* Header Section start */
.header-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-section.sticky {
	position: fixed;
	top: 0;
	background-color: #fff;
	padding: 10px 0;
	box-shadow: 3px 3px 6px rgba(60,73,119,.28);
	z-index: 9;
}
.header-section .menu-logo-block img {
	max-height: 90px;
}
.header-section.sticky .menu-logo-block img {
	max-height: 70px;
}
.header-section.sticky .menu-switch-icon span {
	background-color: #6B0C10;
}
.menu-switch-icon span {
	width: 26px;
	height: 4px;
	background-color: #FFF5F5;
	margin-bottom: 8px;
	display: block;
	border-radius: 5px;
}
.menu-switch-icon .line-2 {
	width: 35px;
}
.menu-switch-icon .line-3 {
	margin-left: 8px;
}
.sidebar-menu {
	position: fixed;
	top: 0;
	right: -300px;
	background-color: #fff;
	overflow-y: auto;
	height: 100%;
	width: 300px;
	z-index: 999;
	padding: 30px 20px;
	transition: right 300ms ease-out;
	-webkit-transition: right 300ms ease-out;
}
.sidebar-menu.active { 
	right: 0;
	display: block;
}
.sidebar-menu ul {
	list-style: none;
}
.sidebar-menu ul li a {
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}
.sidebar-menu ul li a {
	font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #6B0C10;
}
.sidebar-menu ul li a:hover,
.sidebar-menu ul li a.active {
	color: #ED1C24;
}
.menuclose-icon a {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	color: #FFF5F5;
	background-color: #6B0C10;
	position: absolute;
	top: 20px;
	right: 20px;
}
/* Header Section End */

/* Explore Section start */
.explore-section {
	background-color: #FFF6F7;
	margin-bottom: 100px;
	height: 930px;
}
.explore-section .explore-content {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	margin-top: 70px;
}

.explore-section .explore-img-block {
	padding-left: 0;
	padding-right: 0;
}
.explore-content h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 26px;
}
.explore-content h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 75px;
	margin-bottom: 25px;
}
.explore-content p {
	font-size: 17px;
	font-weight: 600;
	line-height: 29px;
	max-width: 638px;
}
.explore-content p:last-of-type {
	margin-bottom: 45px;
}
.form-submit-btn button,
.custom-btn-1 {
	display: inline-block;
	border-radius: 5px;
	background-color: #6B0C10;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
	padding: 13px 20px;
	text-align: center;
	min-width: 170px;
	border: 0;
	outline: 0 !important;
	box-shadow: 0px 15px 25px 0px #ED1C241A;
}
.form-submit-btn button:hover,
.custom-btn-1:hover {
	background-color: #ED1C24;
}
.form-submit-btn button {
	min-width: 235px;
}
.form-submit-btn button i,
.custom-btn-1 i {
	margin-left: 5px;
	position: relative;
	top: 2px;
}
.explore-img-block-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.explore-img-inner {
	position:relative;
}
.explore-img-inner::before,
.explore-img-block-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6C0C1080;
}
/* Explore Section end */

/* About Section Start */
.about-us-section {
	margin-bottom: 100px;
}
.about-us-section .section-header {
	margin-bottom: 45px;
}

.about-us-section .about-img img {
	border-radius: 5px;
}
.about-us-section .about-content .icon-box {
	margin-bottom: 20px;
}
.about-us-section .about-content .icon-box span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 57px;
	height: 57px;
	border-radius: 100%;
	background-color: #FFD0D5;
	z-index: -1;
}
.about-us-section .about-content h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 29px;
	color: #251717;
	margin-bottom: 20px;
}
.about-us-section .about-content .about-desc-text {
	margin-bottom: 30px;
}
.about-us-section .about-content .about-desc-text p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
}
.read-more-link a {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #6B0C10;
}
.read-more-link a i {
	margin-left: 5px;
}
.read-more-link a:hover {
	color: #ED1C24;
	padding-left: 10px;
}
.mb-45 {
	margin-bottom: 45px;
}
/* About Section End */

/* Product Section Start */
.product-section {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #FFF6F7;
	margin-bottom: 110px;
}
.product-section .section-header {
	margin-bottom: 45px;
}
.product-section .section-header p {
	max-width: 1069px;
	margin-left: auto;
	margin-right: auto;
}
.product-section-inner {
	max-width: 1110px;
	margin: 0 auto;
}
.product-section-inner .row {
	margin: 0 -10px;
}
.product-section-inner .product-box {
	padding: 0 10px;
	margin-bottom: 30px;
}
.product-section-inner .product-box .product-img {
	margin-bottom: 30px;
}
.product-section-inner .product-box .product-img img {
	border-radius: 5px;
}
.product-section-inner .product-box .product-title {
	margin-bottom: 15px;
}
.product-section-inner .product-box .product-title h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 0;
	color: #251717;
}
.product-section-inner .product-box .product-title h2 a {
	color: #251717;
}
.product-section-inner .product-box .product-desc p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #605656;
}
/* Product Section End */

/* Testimonial Section Start */
.testimonial-section {
	margin-bottom: 110px;
}
.testimonial-section .section-header {
	margin-bottom: 45px;
}
.testimonial-section .section-header p {
	max-width: 1069px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-block {
	background-color: #FFF6F7;
	padding: 45px 15px;
	max-width: 915px;
	margin: 0 auto 40px;
	text-align: center;
}
.testimonial-block .tesimonial-item .icon-img {
	opacity: .3;
	margin-bottom: 20px;
}
.testimonial-block .tesimonial-item h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	margin-bottom: 10px;
	color: #251717;
}
.testimonial-block .tesimonial-item p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	text-align: center;
	color: #605656;
	max-width: 508px;
	margin: 0 auto;
}
/* Testimonial Section End */

/* Contact Section Start */
.contact-section {
	margin-bottom: 110px;
}
.section-header h2 {
	font-size: 60px;
	font-weight: 500;
	line-height: 26px;
	color: #FFEBEC;
}
.section-header h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color:#6B0C10;
}
.section-header h3 {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	color: #251717;
	margin-bottom: 15px;
}
.section-header p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #535353;
	margin-bottom: 20px;
}
.contact-form-inner {
	padding-right: 15px;
}
.contact-form-inner .form-group {
	margin-bottom: 10px;
}
.contact-form-inner .form-submit-btn {
	margin-top: 35px;
}
.common-form-control {
	border: 0;
	border-bottom: 1px solid #969595;
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	padding: 3px 0 12px;
	border-radius: 0;
	color: #969595;
	box-shadow: none !important;
	outline: 0 !important;
}
.common-form-control::-webkit-input-placeholder {
	color: #969595;
}
.common-form-control::-moz-placeholder {
	color: #969595;
}
.common-form-control:-ms-input-placeholder {
	color: #969595;
}
.common-form-control:-moz-placeholder {
	color: #969595;
}
.img-map-block .row {
	margin-left: -10px;
	margin-left: -10px;
}
.img-map-block .imgblock {
	padding-left: 10px;
	padding-right: 10px;
	width: 45.4%;
}
.img-map-block .imgblock img {
	box-shadow: 10px 20px 25px 0px #0000001A;
}
.img-map-block .mapblock {
	padding-left: 10px;
	padding-right: 10px;
	width: 54.6%;
}
/* Contact Section End */

/* Footer Section Start */
.footer-section {
	background-color: #1E1E1E;
}
.footer-widget-block {
	padding-top: 60px;
	padding-bottom: 30px;
}
.footer-widget-block .about-widget {
	margin-bottom: 30px;
}
.footer-widget-block .about-widget .logo-block {
	margin-bottom: 30px;
}
.footer-widget-block .about-widget .social-icon {
	list-style: none;
}
.footer-widget-block .about-widget .social-icon li {
	margin-right: 10px;
}
.footer-widget-block .about-widget .social-icon li:last-of-type {
	margin-right: 0;
}
.banner-social a img,
.address-box .icon-box img,
.service-box .icon-box img,
.footer-widget-block .about-widget .social-icon li a img {
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}
.banner-social a:hover img,
.address-box:hover .icon-box img,
.service-box:hover .icon-box img,
.footer-widget-block .about-widget .social-icon li a:hover img {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.menu-widget-area .menu-list-block ul {
	justify-content: end;
	list-style: none;
}
.menu-widget-area .menu-list-block ul li {
	padding-right: 70px;
}
.menu-widget-area .menu-list-block ul li:last-of-type {
	padding-right: 0;
}
.menu-widget-area .menu-list-block ul li a {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #FFF5F5;
}
.menu-widget-area .menu-list-block ul li a:hover,
.menu-widget-area .menu-list-block ul li a.active {
	color: #ED1C24;
}
.menu-widget-area .menu-list-block {
	padding-top: 70px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #535353;
}
.widget-contact p {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	color: #FFF5F5;
	padding-left: 50px;
	margin-bottom: 20px;
}
.widget-contact p a {
	color: #FFF5F5;
}
.widget-contact p a:hover {
	color: #ED1C24;
}
.widget-contact p span {
	position: absolute;
	top: 0;
	left: 0;
}
.footer-widget-block .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.footer-widget-block .row>* {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.copyright-section {
	border-top: 1px solid #535353;
	padding-top: 13px;
	padding-bottom: 13px;
}
.copyright-section p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #FFF5F5;
}
/* Back To Top */
#back-to-top {
	font-size: 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #fff;
	background-color: #6B0C10;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
	animation: MoveUpDown 1s linear infinite;
}
#back-to-top i {
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#back-to-top:hover {
	background-color: #ED1C24;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
}
/* Footer Section End */

/* Contact Page */
.contact-address-section {
	margin-bottom: 70px;
}
.contact-address-section .row {
	margin: 0 -10px;
}
.contact-address-section .address-box {
	padding: 0 10px;
	margin-bottom: 30px;
}
.address-box .addrss-box-inner {
	background: #6b0c100f;
	padding: 35px 35px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 30px 0px #0000000A;
}
.address-box .icon-box {
	margin-bottom: 20px;
	min-height: 62px;
}
.address-box .icon-box span:before {
	content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 41.5px;
    height: 41.5px;
    border-radius: 100%;
    background-color: #FFD0D5;
    z-index: -1;
}
.address-box .icon-box span img {
	margin-top: 10px;
}
.address-box h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	margin-bottom: 15px;
}
.address-box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	text-align: center;
	color: #605656;
}
.address-box p a {
	color: #605656;
}
.contact-image-block img {
	border-radius: 5px;
}
.banner-social {
	position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	padding-top: 30px;
}
.banner-social a {
	margin-bottom: 20px;
}
.banner-social span.bottom,
.banner-social span.top {
	position:relative;
}
.banner-social span.top:before {
	content: "";
	position: absolute;
	top: -150px;
	right: 0;
	width: 1px;
	height: 122px;
	background-color: #FFF5F5;
}
.banner-social span.bottom:before {
	content: "";
	position: absolute;
	bottom: -130px;
	right: 0;
	width: 1px;
	height: 117px;
	background-color: #FFF5F5;
}
/* Contact Page End */

/* About Page Start */
.about-main-section {
	margin-bottom: 110px;
}
.about-main-section .row {
	margin: 0 -10px;
}
.about-main-section .about-main-img {
	width: 49%;
}
.about-main-section .about-main-content {
	padding: 0 10px;
	width: 51%;
}
.service-section {
	margin-bottom: 110px;
	padding: 100px 0 80px;
	background-color: #FFF6F7;
}
.service-section .section-header {
	margin-bottom: 40px;
}
.service-section .section-header h3 {
	max-width: 912px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.service-section .row {
	margin: 0 -10px;
}
.service-section .service-box {
	margin-bottom: 20px;
	padding: 0 10px;
}
.service-box .service-box-inner {
	background: #6b0c100f;
    padding: 35px 35px 40px;
    height: 100%;
	display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 30px 0px #0000000A;
}
.service-box .icon-box {
	margin-bottom: 20px;
	min-height: 80px;
}
.service-box .icon-box span {
	z-index: 1;
}
.service-box .icon-box span:before {
	content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    background-color: #FFD0D5;
    z-index: -1;
}
.service-box h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	color: #251717;
	margin-bottom: 20px;
}
.service-box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
}
.service-box .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-box .icon-box span img {
	margin-top: 8px;
}
.our-range-section {
	margin-bottom: 80px;
}
.our-range-section .section-header {
	margin-bottom: 40px;
}
.our-range-section .row {
	margin: 0 -10px;
}
.our-range-section .gallery-box {
	padding: 0 10px;
	margin-bottom: 20px;
}

.gallery-box .gallery-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: #6B0C10;*/
	background-color: rgba(107,12,16,.75);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.our-range-section .gallery-box:hover .gallery-overlay {
  height: 100%;
}

.gallery-box .gallery-overlay .gallery-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	width: 100%;
    padding: 10px;
}
.gallery-box .gallery-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    margin-bottom: 10px;
}
.gallery-box .gallery-content p {
	font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
}
.partner-section {
	padding: 100px 0;
	margin-bottom: 100px;
	background-color: #FFF6F7;
}
.partner-section .section-header {
	margin-bottom: 40px;
}
.partner-carousel .partner-item {
	border: 1px solid #FBD7D9;
	padding: 8px;
	text-align: center;
	height: 108px;
}
.partner-carousel .partner-item img {
	width: auto;
	text-align: center;
	margin: 0 auto;
	background-blend-mode: MULTIPLY;
    mix-blend-mode: screen;
}
.partner-carousel .owl-nav {
	text-align: center;
	margin-top: 20px;
	display: none;
}

.partner-carousel .owl-prev {
	margin-right: 5px;
}
.partner-carousel .owl-next {
	margin-left: 5px;
}
.partner-carousel .owl-prev i,
.partner-carousel .owl-next i {
	margin-left: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color: #fff;
	background-color: #6B0C10;
	font-size: 14px;
}
/* About Page End */

/* Product Page */
.product-grid-section {
	margin-bottom: 100px;
}
.product-content-area .row {
	margin: 0 -10px;
}
.product-grid-section .product-box {
	margin-bottom: 20px;
	padding: 0 10px;
}
.product-grid-section .product-box-inner {
	border: 1px solid #DADADA;
	border-radius: 5px;
}
.product-grid-section .product-box .product-img {
	overflow: hidden;
}

.productzoom {
  position: relative;
  overflow: hidden;
}
.product_zoom_img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}
.product--zoomed .product_zoom_img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

.product-grid-section .product-box .product-img img {
	border-radius: 5px 5px 0px 0px;
	box-shadow: 10px 20px 25px 0px #0000000D;
}
.product-grid-section .product-box .product-content {
	padding: 30px 20px;
}
.product-grid-section .product-box .product-content h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 29px;
	color: #251717;
	margin-bottom: 15px;
}
.product-grid-section .product-box .product-content h2 a {
	color: #251717;
}
.product-grid-section .product-box .product-content p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #605656;
}
.custom-pagination {
	margin-top: 35px;
}
.custom-pagination span,
.custom-pagination .page-link {
	border: 1px solid #D4D4D4;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 600;
	color: #605656;
	display: inline-block;
	margin-right: 20px;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
}
.custom-pagination span:hover,
.custom-pagination .page-link:hover,
.custom-pagination .page-link.active {
	color: #6B0C10;
	border-color: #6B0C10;
	background-color: #FFF5F5;
}
.custom-pagination .page-link.next,
.custom-pagination .page-link.prev {
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	color: #605656;
	padding-right: 35px;
	width: auto;
	height: auto;
	border: 0;
	background-color: transparent;
	margin: 0;
}
.custom-pagination .page-link.next {
	padding-right: 0;
	padding-left: 15px;
}
.filter-area-top {
	margin-bottom: 45px;
}
.filter-area-top .left-filter-badge span {
	display: inline-block;
	background: #6B0C10;
	border-radius: 4px;
	color: #fff;
	box-shadow: 0px 4px 30px 0px #0000000A;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	padding:8.5px 14px;
	margin-right: 10px;
}
.filter-area-top .left-filter-badge span i {
	margin-left: 5px;
}
.custom-nice-select {
	border: 1px solid #EA9FA2;
	height: auto;
	padding: 12px 40px 12px 10px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	color: #605656;
	outline: 0;
	box-shadow: none !important;
	outline: 0 none !important;
	min-width: 261px;
}
.custom-nice-select.nice-select:after {
	content: "";
	background-image: url(../images/sorting.png);
	width: 19px;
	height: 12px;
	border: 0;
	transform: unset;
}
.product-sidebar-widget .filter-title-text {
	box-shadow: 0px 4px 30px 0px #0000000A;
	background: #6b0c100f;
	font-size: 25px;
	font-weight: 600;
	line-height: 29px;
	color: #6B0C10;
	padding: 16.5px 20px;
	margin-bottom: 25px;
}
.product-sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    color: #251717;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-sidebar-widget .category-list:not(.show) {
	display: none;
}
.product-sidebar-widget .widget-title:not(.show) i:before {
	content: "\f078";
}
.custom-check-box {
	margin-bottom: 10px;
	position: relative;
}
.custom-check-box input {
	display: none;
}
.custom-check-box label {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	color: #605656;
	padding-left: 30px;
	cursor: pointer;
}
.custom-check-box label:before {
	content: "";
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.custom-check-box input:checked + label:before {
	background-color: #6B0C10;
	border-color: transparent;
}
.custom-check-box label:after {
	content: "\f00c";
    font-weight: 900;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 12px;
}
.widget-category {
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.filter-btn {
	box-shadow: 0px 15px 25px 0px rgba(237, 28, 36, 0.1);
	border-radius: 5px;
	background-color: #6B0C10;
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
	color: #FFF5F5;
	border: 0;
	outline: 0;
	padding: 13px 15px;
	text-align: center;
	width: 170px;
}
.filter-btn:hover {
	background-color: #ED1C24;
}
/* Product Page End */
@media (min-width: 1366px) {
	.container {
		max-width: 1360px;
	}
}
@media (min-width: 1200px) {
	.about-us-section .container {
		max-width: 1140px;
	}
}
@media (min-width: 992px) {
	
	.explore-content .empty-content {
		width: 29%;
	}
	.explore-content-inner {
		padding-right: 20px;
	}
}
@media (min-width: 1451px) and (max-width: 1700px) {
	.banner-social span.top:before {
		height: 80px;
		top: -120px;
	}
	.banner-social span.bottom:before {
		height: 80px;
		bottom: -100px;
	}
}	
@media (min-width: 1366px) and (max-width: 1450px) { 
	.banner-section .banner-social span.bottom, 
	.banner-section .banner-social span.top {
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1365px) { 
	.explore-content h1 {
		font-size: 52px;
		line-height: 64px;
	}
	.explore-section .explore-content {
		margin-top: 90px;
	}
	.banner-section .banner-social span.bottom, 
	.banner-section .banner-social span.top {
		display: none;
	}
	.banner-section .banner-social {
		top: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.service-box .service-box-inner {
		padding: 20px 15px;
	}
	.service-box h4 {
		font-size: 22px;
		line-height: 26px;
	}
	.banner-social span.top:before {
		height: 80px;
		top: -90px;
	}
	.banner-social span.bottom:before {
		height: 80px;
		bottom: -80px;
	}
	.address-box .addrss-box-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.widget-contact p {
		font-size: 13px;
	}
	.section-header h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.section-header h2 {
		font-size: 44px;
		line-height: 20px;
	}
	.explore-content h1 {
		font-size: 42px;
		line-height: 55px;
		margin-bottom: 15px;
	}
	.explore-content p:last-of-type {
		margin-bottom: 15px;
	}
	.explore-section .explore-content {
		margin-top: 130px;
	}
	.banner-section .banner-social span.bottom, 
	.banner-section .banner-social span.top {
		display: none;
	}
	.banner-section .banner-social {
		top: auto;
	}
}
@media (max-width: 991px) {
	.address-box .addrss-box-inner {
		padding: 20px 15px;
	}
	.header-section.sticky {
		padding: 5px 0;
	}
	.header-section .menu-logo-block img {
		max-height: 70px;
	}
	.contact-form-block {
		margin-bottom: 30px;
	}
	.explore-img-block-inner {
		display: none;
	}
	.explore-img img {
		opacity: 1!important;
	}
	.explore-section .explore-content {
		order: 2;
	}
	.explore-section .explore-img {
		order: 1;
		position: relative;
	}
	.banner-social span.top:before {
		height: 50px;
		top: -75px;
	}
	.banner-social span.bottom:before {
		height: 50px;
		bottom: -60px;
	}
	.container {
		max-width: 100%;
	}
	.explore-section .explore-content {
		margin-top: 40px;
	}
	.explore-content h1 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 15px;
	}
	.explore-content p:last-of-type {
		margin-bottom: 20px;
	}
	.explore-section {
		padding-bottom: 25px;
	}
	.explore-section .container {
		padding: 0;
	}
	.explore-section .explore-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.space-lr-20 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.product-content-area, .product-sidebar-widget {
		padding-left: 15px;
		padding-right: 15px;
	}
	.img-map-block .imgblock {
		width: 40.4%;
	}
	.img-map-block .mapblock {
		width: 59.6%;
	}
	.section-header h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.section-header h2 {
		font-size: 44px;
		line-height: 20px;
	}
	.widget-contact p {
	    font-size: 12px;
		line-height: 23px;
		color: #FFF5F5;
		padding-left: 32px;
	}
	.footer-widget-block .about-widget .social-icon li {
		margin-right: 5px;
	}
	.footer-widget-block .about-widget .social-icon li img {
		width: 30px;
		height: 30px;
	}
	.about-us-section .about-content .about-desc-text {
		margin-bottom: 15px;
	}
	.about-us-section .about-content h2 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.about-us-section .about-content .about-desc-text p {
		font-size: 15px;
		line-height: 24px;
	}
	.filter-area-top .left-filter-badge span {
		font-size: 13px;
		line-height: 16px;
		padding: 5px 8px;
	}
	.custom-nice-select {
		min-width: 230px;
		font-size: 14px;
	}
	.custom-pagination .page-link.prev {
		padding-right: 20px;
	}
	.custom-pagination .page-link.next {
		padding-left: 20px;
	}
	.filter-area-top .left-filter-badge span {
		margin-right: 7px;
	}
}
@media (max-width: 767px) {
	
	.gallery-box .gallery-content h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.gallery-box .gallery-content p {
		font-size: 14px;
		line-height: 22px;
	}
	.partner-carousel .owl-nav {
		display: block;
	}
	.custom-check-box label {
		font-size: 14px;
		line-height: 18px;
	}
	.product-sidebar-widget .filter-title-text {
		font-size: 22px;
		line-height: 22px;
		padding: 10px 15px;
	}
	.custom-pagination .page-link.next,
	.custom-pagination .page-link.prev {
		font-size: 14px;
		line-height: 30px;
	}
	.contact-section,
	.product-grid-section {
		margin-bottom: 60px;
	}
	.custom-pagination {
		margin-top: 10px;
	}
	.custom-pagination .page-link.next {
		padding-left: 0;
	} 
	.custom-pagination .page-link.prev {
		padding-right: 10px;
	}
	.custom-pagination span,
	.custom-pagination .page-link {
		margin-right: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.explore-content h3 {
		font-size: 20px;
		line-height: 16px;
	}
	.explore-content h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.filter-area-top .product-filter-drp {
		width: 100%;
	}
	.sidebar-menu {
		width: 100%;
		right: -100%;
	}
	.service-box h4 {
		font-size: 20px;
		line-height: 26px;
	}
	.service-box p {
		font-size: 15px;
		line-height: 24px;
	}
	.contact-image-block {
		margin-bottom: 30px;
		text-align: center;
	}
	.filter-area-top .left-filter-badge span {
		font-size: 13px;
		line-height: 16px;
		padding:6.5px 10px;
		margin-right: 7px;
	}
	.contact-address-section {
		margin-bottom: 40px;
	}
	.banner-social span.bottom, 
	.banner-social span.top {
		display: none;
	}
	.explore-section .explore-content {
        margin-top: 30px;
    }
	.our-range-section {
		margin-bottom: 30px;
	}
	.contact-addres-section {
		margin-bottom: 30px;
	}
	.partner-section,
	.service-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.partner-section,
	.service-section,
	.about-main-section,
	.contact-section,
	.testimonial-section,
	.product-section,
	.explore-section {
		margin-bottom: 50px;
	}
	.footer-widget-block .about-widget {
		text-align: center;
	}
	.menu-widget-area .menu-list-block {
		padding-top: 0;
	}
	.res-order-1 {
		order: 1;
	}
	.res-order-2 {
		order: 2;
	}
	.about-widget.res-order-2 {
		margin-bottom: 0;
	}
	.menu-widget-area .menu-list-block ul {
		justify-content: center;
	}
	.menu-widget-area .menu-list-block ul li {
		padding-right: 30px;
	}
	.section-header h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.section-header h2 {
		font-size: 30px;
		line-height: 16px;
	}
	.about-us-section .about-img {
		margin-bottom: 30px;
		text-align: center;
	}
	.about-content.order-1,
	.about-img.order-2 {
		order: unset !important;
	}
	.filter-area-top {
		flex-direction: column;
	}
	.filter-area-top .left-filter-badge {
		order: 2;
	}
	.filter-area-top .product-filter-drp {
		order: 1;
	}
	.filter-area-top .product-filter-drp {
		margin-left: 0 !important;
	}
	.filter-area-top .custom-nice-select {
		width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.product-sidebar-widget {
		margin-bottom: 40px;
	}
	.service-box .service-box-inner {
		padding: 20px 15px;
	}
	.about-main-section .about-main-img {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.about-main-section .about-main-content {
		width: 100%;
	}
	.form-submit-btn button,
	.custom-btn-1 {
		font-size: 14px;
		line-height: 24px;
		min-width: 150px;
		padding: 7px 15px;
	}
	.filter-btn {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 15px;
		width: 150px;
	}
	.widget-category {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.sidebar-menu ul {
		text-align: center;
	}
	.space-lr-20 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.product-content-area,
	.product-sidebar-widget {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-grid-section .product-box .product-content h2 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.product-grid-section .product-box .product-content p {
		font-size: 14px;
		line-height: 22px;
	}
	.product-grid-section .product-box .product-content {
		padding: 15px;
	}
	.custom-nice-select {
		font-size: 14px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.about-widget .logo-block img {
		max-height: 80px;
	}
	.footer-widget-block {
		padding-top: 40px;
	}
	.footer-widget-block .about-widget {
		margin-bottom: 20px;
	}
	.menu-widget-area .menu-list-block {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.gallery-box img {
		width: 100%;
	}
	.custom-pagination .page-link.next,
	.custom-pagination .page-link.prev {
        font-size: 12px;
        line-height: 28px;
    }
	.custom-pagination span, .custom-pagination .page-link {
        margin-right: 8px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
	.sidebar-menu ul {
		text-align: center;
	}
	.menu-widget-area .menu-list-block ul li a {
		font-size: 14px;
		line-height: 20px;
	}
	.menu-widget-area .menu-list-block ul li {
        padding-right: 12px;
    }
	.widget-contact p {
		font-size: 14px;
		line-height: 22px;
		padding-left: 40px;
	}
	.copyright-section p {
		font-size: 13px;
		line-height: 22px;
	}
	.banner-social {
		top: auto;
		flex-direction: unset;
		padding-top: 0;
	}
	.banner-social a {
		margin-right: 15px;
	}
	.banner-social a:last-of-type {
		margin-right: 0;
	}
	.product-grid-section .product-box .product-content {
		padding: 15px 15px;
	}
}
@media (max-width: 414px) {
	.product-grid-section .product-box {
		width: 100%;
	}
	.product-grid-section .product-box .product-img img {
		width: 100%;
	}
}