* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "DM Sans", sans-serif;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px 40px !important;
}


/*=======butn=================*/
/*============================*/

.cumn-butn-body {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	padding: 12px 20px;
	transition: 0.5s;
	margin: 0px;
}


.yelw-butn {
	background: #FCAF16;
	color: #000;
}


.yelw-butn:hover {
	background: #000;
	color: #fff;
}


/*============================*/
/*=======butn=================*/


.header {
	background: #F4EEDB;
	padding: 10px 0px;
	margin: 0px;
}


.logo {
	width: 164px;
	margin: 11px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 148px;
	margin: 13px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
}

.main-nav.scroll {
	background-color: #000;
	height: 80px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

.stellarnav {
	padding: 0px;
	margin: 0px;
}

.stellarnav ul {
	margin: 0px;
	padding: 28px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0px;
}

.stellarnav>ul>li>a {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: right;
	color: #212222;
	padding: 0px 0px 0px 30px;


}

.stellarnav>ul>li>a:hover {
	color: #FCAF16;
}

.stellarnav>ul>li>a.active {
	color: #FCAF16 !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #CE4A64;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #CE4A64;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 18px;
	justify-content: end;
	margin-top: 15px;
	padding: 0px;
}

/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 41px 65px;
}

.modal-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #da3859 !important;
	border: 1px solid transparent;
	padding: 18px 32px;
	font-size: 19px;
	border-radius: 0px 33px 33px 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-cardtext .form-control {
	display: block;
	padding: 21px 36px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*=============	Modal Area CSS End =============*/
.rightlink .input-group {
	width: 50%;
}

.rightlink .form-control {
	display: block;
	padding: .375rem 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #000000;
	border-right: 0px solid #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 22px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rightlink .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.rightlink .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #000000f7;
	border-left: 0px solid #000000f7;
	padding: .375rem 18px;
	font-size: 19px;
	margin-left: -1px;
	border-radius: 22px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.usercard a {
	border: 2px solid #000000;
	width: 37px;
	position: relative;
	height: 37px;
	border-radius: 50px;
	text-align: center;
	padding: 0px 9px;
	display: flex;
	align-items: center;
}

.usercard a img {
	width: 16px;
}

.usercard {
	position: relative;
}

.caunt {
	position: absolute;
	top: -8px;
	right: -9px;
	font-size: 13px;
	background: #000;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	/* font-size: 13px; */
}

/* ======================================================================== */
/* Banner - start */
/* ======================================================================== */


.banner-section {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 99;
	background: #000;
}

.banner-section .owl-carousel .item img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: url(../images/shdw.png);
	background-size: cover;
}

.bannercarousel-text {
	position: absolute;
	width: 40%;
	text-align: left;
	padding: 0px 0%;
	bottom: 30%;
	right: 0px;
	left: 40px;
}

.bannercarousel-text h1 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 80px;
	line-height: 100px;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.banner-section .owl-carousel .owl-nav {
	display: none;
}


.banner-section .owl-dots {
	position: absolute;
	bottom: 125px;
	left: 40px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 6px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #FFFFFF !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #FFD582 !important;
	width: 38px;
	height: 14px;
	border-radius: 15px;
}


/* ======================================================================== */
/* Banner - end */
/* ======================================================================== */

/* ======================================================================== */
/* Featured product Section */
/* ======================================================================== */


.featured-product-Section {
	margin: 0px 0px;
	padding: 60px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
}


.featured-product-Section h2 {
	margin: 0px 0px 60px 0px;
	padding: 0px;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
}


.featured-product-box {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.product-box-img {
	background: url(../images/pro-bg.png);
	background-size: cover;
	width: 100%;
	height: 400px;
	padding: 0px 9px;
	margin: 0px auto;
	text-align: center;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.product-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.product-box-text {
	padding: 0px;
	margin: 20px 0px 0px;
}


.product-box-text h6 {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #FCAF16;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.product-box-text h3 {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 1%;
	color: #1D1D1D;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.product-box-text .cumn-butn-body {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 20px;
}


/* ======================================================================== */
/* Featured product Section */
/* ======================================================================== */


/* ======================================================================== */
/* about Section */
/* ======================================================================== */

.about-section {
	margin: 0px 0px;
	padding: 60px 0px;
	background: #F6F5F0;
	width: 100%;
}

.about-section-left {
	padding: 0% 2% 0% 0%;
	margin: 0px;
}


.about-section-left h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-section-left p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 40px 0px;

}


.about-section-right {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
}

.about-section-right video {
	width: 100%;
	height: 500px;
	object-fit: cover;
}


/* ======================================================================== */
/* about Section */
/* ======================================================================== */


/* ======================================================================== */
/* banner-tag Section */
/* ======================================================================== */

.banner-tag-section {
	padding: 60px 0px;
	margin: 0px;
}


.banner-tag-section-inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 99;
	background: #000;
	border-radius: 20px;
	overflow: hidden;
}

.banner-tag-section-inner img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.banner-tag-section-inner #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: url(../images/add-bg-shw.png);
	background-size: cover;
}

.banner-tag-text {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center;
	padding: 20px 20px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}


.banner-tag-text h3 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 70px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;

}


.banner-tag-text p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	color: #F6F5F0;
	padding: 0px 90px 50px;
	margin: 0px;
}


/* ======================================================================== */
/* banner-tag Section */
/* ======================================================================== */


/* ======================================================================== */
/* client Section */
/* ======================================================================== */


.client-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/client.png) no-repeat;
	background-size: cover;
}

.client-section h2 {
	margin:
		0px 0px 60px 0px;
	padding:
		0px;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
}


.testimonial-box {
	width: 100%;
	text-align: center;
	padding: 0% 10%;
	margin: 0px auto;
}

.testimonial-box p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #1D1D1D;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.testimonial-box h6 {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 26px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #DA950D;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.client-section .owl-dots {
	position: absolute;
	bottom: -10px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 6px;
}

.client-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #C2C2C2 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.client-section .owl-dots .owl-dot.active span,
.client-section .owl-dots .owl-dot:hover span {
	background: #FFD582 !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.client-section .owl-nav {
	display: none;
}


/* ============================================================== */
/* =========================client-sectiom======================== */


/* ==========================================================*/
/* ========================footer-sectiom====================*/

.footer-section {
	background: #212222;
	padding: 0px;
	margin: 0px;
}


.footer-top {
	padding: 60px 0px;
	margin: 0px;
}


.footer-logo {
	padding: 0% 40% 0% 0%;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}

.footer-logo img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 6px;
}


.footer-social-icon {
	margin: 25px 0px 0px 0px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}

.footer-social-icon h4 {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2%;
	color: #F2F0EF;
	padding: 0px;
	margin: 0px;
}

.footer-social-icon ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.footer-social-icon ul li a {
	font-size: 24px;
	color: #FCAF16;
}

.footer-social-icon ul li a:hover {
	color: #F2F0EF;
}


.footer-menu {
	padding: 0% 0% 0% 15%;
	margin: 0px;
}

.footer-menu h3 {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 24px;

	line-height: 100%;
	letter-spacing: 2%;

	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.footer-menu ul {
	margin:
		0px;
	padding:
		0;
	list-style:
		none;
	column-count: 2;
}

.footer-menu ul li {
	padding:
		0px 0px 5px 0px;
	margin:
		0px;
	list-style-type: none;
}


.footer-menu ul li a {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 14px;

	line-height: 24px;
	letter-spacing: 0%;
	text-transform: capitalize;

	color: #F2F0EF;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-menu ul li a:hover {
	color: #FCAF16;
	padding-left: 4px;
}


.footer-info {
	margin: 0% 0% 0% 30%;
	padding: 0px;

}


.footer-info h3 {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 24px;

	line-height: 100%;
	letter-spacing: 2%;

	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.footer-info ul {
	margin:
		0px;
	padding:
		0;
	list-style:
		none;

}

.footer-info ul li {
	padding:
		0px 0px 5px 0px;
	margin:
		0px;
	list-style-type: none;
}


.footer-info ul li a {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 14px;

	line-height: 24px;
	letter-spacing: 0%;
	text-transform: capitalize;

	color: #F2F0EF;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-info ul li a:hover {
	color: #FCAF16;
	padding-left: 4px;
}


.accept-sec {
	padding: 0px;
	margin: 0px;
	float: right;
}

.accept-sec ul {
	margin: 0px 0px 20px 0px;
}

.accept-sec h4 {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	color: #fff;
}


.accept-sec p {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 14px;

	line-height: 20px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
	color: #fff;
}


.footer-bottom {
	padding: 18px 0px;
	margin: 0px;
	border-top: 1px solid #FFFFFF4D;
}


.footer-bottom p {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 14px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;

	padding: 0px;
	margin: 0px;
	color: #DEDEDE;

}


.footer-bottom p a {
	color: #FCAF16;
}

.footer-bottom p a:hover {
	color: #DEDEDE;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}


/* ==============================================*/
/* ==============footer-sectiom==================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #FCAF16;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #FCAF16;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/*================================================
inner banner
=================================================*/


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	height: 300px;
	position: relative;
}


.inner-banner-section img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


/*================================================
inner banner
=================================================*/


.cmn-section {
	padding: 60px 0px;
	margin: 0px;
}


/*================================================
about -page
=================================================*/


.about-page-left-img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
}


.about-page-left-img video {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.about-page-right {
	padding: 0px;
	margin: 0px;
}

.about-page-right h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-page-right p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.full-wd {
	margin: 40px 0px 0px 0px;
}

.full-wd p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


/*================================================
about-page
=================================================*/


/*================================================
contact-page
=================================================*/


.contact-fm-section {
	padding: 0px;
	margin: 0px;
}


.contact-fm-section h2 {
	margin:
		0px 0px 60px 0px;
	padding:
		0px;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
}

.frm-inner .form-group {
	margin: 0px 0px 20px 0px;
}


.frm-inner .form-control {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-family: DM Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #535353;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #B7C3C6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


textarea.form-control {
	min-height: calc(1.5em + (.75rem + 2px));
}


.contact-fm-section .yelw-butn {
	border: none;
}


.contact-info-section {
	margin: 0px 0px;
	padding: 60px 0px;
	background: #F6F5F0;
	width: 100%;
}


.contact-info-section-inner {
	margin: 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.addresscard {
	margin: 0px 0px 10px 0px;
	padding: 35px 35px;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	min-height: 111px;
	display: flex;
	align-items: self-start;
	justify-content: start;
	gap: 25px;
	border: #FCAF16 2px dotted;
}

.addresscard-icon {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background: right;
	width: auto;
	height: auto;
}

.addresscard-icon i {
	color: #FCAF16;
	font-size: 40px;
	padding: 0px;
	margin: 0px;
}


.addresscard h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: DM Sans;
	font-size: 24px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 700;
}

.addresscard p {
	margin: 0px 0px;
	padding: 7px 0px;
	text-align: left;
	font-family: DM Sans;
	font-size: 16px;
	letter-spacing: 0px;
	color: #212222;
	width: auto;
}

.addresscard p a {
	color: #212222;
}


.addresscard p a:hover {
	color: #FCAF16;
}


/*================================================
contact-page
=================================================*/


/*===============================================================
woocmns-page
================================================================*/


.wcapf-filter.wcapf-filter-108.wcapf-filter-taxonomy-product_cat {
	background: #F4EEDB;
	border-radius: 8px;
	padding: 30px 30px;
	margin: 0px 0px 20px 0px;
}

.wcapf-filter.wcapf-filter-109.wcapf-filter-price {
	background: #F4EEDB;
	border-radius: 8px;
	padding: 20px 20px;
	margin: 0px 0px 20px 0px;
}


.wcapf-filter-title-inner {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.wcapf-list-wrapper.list-type-native.display-type-checkbox.stylish-checkbox-radio.layout-list {
	padding: 0px;
	margin: 0px;
}

.wcapf-filter-item-label {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 0%;
}

#price-109-min {
	background: transparent;
	border: none;
	text-align: center;
	font-size: 16px;
}


#price-109-max {
	border: none;
	text-align: center;
	background: transparent;
	font-size: 16px;
}

.wcapf-noui-target {
	background: #D9D0B6 !important;
}


.wcapf-noui-touch-area {
	background: #fcaf16;
	border-radius: 50%;
}


.wcapf-noui-connect {
	background: #fcaf16 !important;
}


.woocommerce-result-count {

	font-family: DM Sans;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #212222;
	margin: 0px 0px 40px 0px !important;
	padding: 0px;
}


.orderby {
	border: 2px solid #171717;
	border-radius: 30px;
	padding: 13px 20px;
	background: transparent;
}


.stylish-checkbox-radio input[type="checkbox"],
.stylish-checkbox-radio input[type="radio"] {
	border: 1px solid #212222 !important;
}


.slider.wpgis-slider-for.slick-initialized.slick-slider {
	background: #F2F0EF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin: 0px auto;
	text-align: center;
	align-self: center;
}


.entry-summary p.single_sub_title {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: 0%;
	color: #18100F94;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.entry-summary h1.product_title.entry-title {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #18100F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.star-rating {
	margin: 6px 16px 0px 0px !important;
	color: #FCAF16 !important;
}


.woocommerce-product-details__short-description p {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #18100F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.woocommerce-Price-amount.amount {
	font-family: DM Sans;
	font-weight: 600;
	/*font-size: 30px;*/
	leading-trim: Cap height;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #FCAF16;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.product_meta {
	margin: 20px 0px;
	display: flex;
	justify-content: start;
	gap: 100px;
}

.sku_wrapper {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0018F9;
}


.sku_wrapper .sku {
	color: #232323;
}


.posted_in {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0018F9;
}


.posted_in a {
	color: #232323;
}


.quantity {
	width: 100%;
	margin: 0px 0px 20px 0px !important;
}

.woocommerce .quantity .qty {
	border: 1px solid #8D8D8D !important;
	width: 36% !important;
	padding: 10px 20px !important;
	text-align: left !important;
	border-radius: 7px !important;
}

.woocommerce div.product form.cart .button {
	background: #FCAF16;
	color: #000;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	padding: 16px 30px;
	transition: 0.5s;
	margin: 0px;
}


.related.products {
	margin: 20px 0px;
}

.related.products h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	color: #000000;
}


.single.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0px 0px;
	overflow: unset;
	position: relative;
	background: #EEEEEE;
	border-radius: 8px 8px 0px 0px;
}

.single.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0px 0px;
	overflow: unset;
	position: relative;
	background: #EEEEEE;
	border-radius: 8px 8px 0px 0px;
}

.woocommerce-Tabs-panel {
	background: #F9F9F9;
	padding: 30px 30px !important;
	border-radius: 0px 0px 15px 15px;
	min-height: auto;
	box-shadow: 0px 9px 10px 0px #0000000A;
}


.single #tab-additional_information {
	background: #F9F9F9;
	padding: 21px 24px;
	border-radius: 0px 0px 8px 8px;
	min-height: 360px;
}


.single #tab-additional_information {
	background: #fff;
	padding: 21px 24px !important;
	border-radius: 0px 0px 8px 8px;
	min-height: 360px;
	box-shadow: 0px 8px 10px 0px #0000000A;
}

.woocommerce-Tabs-panel h5 {
	font-family: Rockwell;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #1C1C1C;
	padding: 15px 0px 30px 0px;
}

.single .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 600;
	color: #515151;
	font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #DF9400;
}

.single .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #DF9400;
}

.single.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0px solid #cfc8d8;
	background-color: transparent;
	color: #292929;
	border-radius: 4px 4px 0 0;
	margin: 0 14px;
	padding: 6px 1em;
	border-bottom: transparent 2px solid;
}


.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #DF9400;


}

.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom: #DF9400 2px solid;
}

.single.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	border-bottom: #DF9400 2px solid;
	color: #DF9400;
}

.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: 0px 0px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 100 !important;
	color: #515151;
	text-decoration: none;
	font-family: DM Sans;
	font-weight: 600 !important;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}


.single.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::before {
	box-shadow: 0px 0px 0 #fff;
	content: "\f0d7";
	bottom: 0px;
	left: 50%;
	color: #DF9400;
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	right: 50%;
}

.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 0px 0px 0 #fff;
	content: "\f0d7";
	bottom: 0px;
	left: 50%;
	color: #DF9400;
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	right: 50%;
}


.woocommerce-Tabs-panel h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.woocommerce-Tabs-panel p {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #18100F;
	margin:
		0px 0px 20px 0px;
	padding:
		0px;
}


.form-submit .submit {
	background: #FCAF16;
	color: #000;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	padding: 16px 30px;
	transition: 0.5s;
	margin: 0px;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #FCAF16;
	color: #000;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	padding: 16px 30px;
	transition: 0.5s;
	margin: 0px;
	border: none;
}

.woocommerce-button.button.woocommerce-form-login__submit {
	background: #FCAF16;
	color: #000;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	padding: 16px 30px;
	transition: 0.5s;
	margin: 0px 20px 0px 0px;
	border: none;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	background: #FCAF16;
	color: #000;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	padding: 16px 30px;
	transition: 0.5s;
	margin: 0px 20px 0px 0px;
	border: none;
}

.button.wc-forward {
	background: #FCAF16;
	color: #000;
	font-family: DM Sans;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	border-radius: 6px;
	padding: 16px 30px;
	transition: 0.5s;
	margin: 0px 20px 0px 0px;
	border: none;
}


.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background: #FCAF16;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0px !important;
	border-radius: 8px !important;
	min-height: auto;
	margin: 20px 0px 0px;
	border: none;
}


.wc-block-components-button:hover {
	background: #000;
	color: #fff;
}


.wc-block-cart-item__wrap a {
	visibility: ;
	font-family: DM Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.wc-block-cart-items__header-image {
	font-size: 22px;
	font-weight: 700;
}

.wc-block-cart-items__header-total {
	font-size: 22px;
}

.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
	font-size: 22px !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	height: 300px;
	background: #faf7f7;
}


/*=============================my-account=================================================*/


.innerpage-section-wrap {
	padding: 20px 0px;
}


.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
	background: #FCAF16;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #000;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #000;
	color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: #F9F9F9C7 0% 0% no-repeat padding-box;
	border: 1px solid #E8E7E5;
	border-radius: 10px;
	padding: 11px 11px;
	min-height: 500px;
}

.tabs.wc-tabs {
	margin: 0px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	margin: 0px 0px 11px 0px;
	font-size: 22px;
}


.u-column1.col-1.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column2.col-2.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}

.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}


.woocommerce-Address-title h2 {
	text-align: left;
	font: normal normal 600 17px/20px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 50%;
	text-align: left;
}


.woocommerce-account .addresses .title .edit {
	background: #FCAF16;
	color: #000;
	padding: 10px 11px;
	border-radius: 8px;
	font-size: 14px;
	height: auto;
}


.woocommerce-account .addresses .title .edit:hover {
	background: #000;
	color: #fff;
}

.woocommerce-Button.button {
	background: #000 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	border-radius: 23px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 6px 22px !important;
	border: 0px;
	font-weight: 700;
}

.woocommerce-Button.button:hover {
	background: #0AB1EB !important;
}

.tinv-header h2 {
	font-size: 21px !important;
}

legend {
	text-align: left;
	/* font: normal normal bold 25px/27px Inter; */
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 19px 0px 14px 0px;
	border-bottom: #ccc 1px solid;
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 600;
}

.button.wc-forward {
	background: #000 !important;
	border-radius: 8px !important;
	text-align: center;
	font-family: DM Sans;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	opacity: 1;
	padding: 15px 20px !important;
	margin: 0px;
	float: left;
	cursor: pointer;
	font-weight: 500;
	margin: 10px 0px 0px !important;
}


.button.wc-forward:hover {
	background: #FCAF16 !important;
}

.google-location {
	display: none;
}

.product_meta {
	display: none;
}

.qib-button:not(#qib_id):not(#qib_id) {
	line-height: 1;
	display: inline-block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	height: 35px;
	width: 30px;
	color: black;
	background: #C8C8C8;
	border-color: #C8C8C8;
	float: left;
	min-height: initial;
	min-width: initial;
	max-height: initial;
	max-width: initial;
	vertical-align: middle;
	font-size: 28px;
	letter-spacing: 0;
	border-style: solid;
	border-width: 1px;
	transition: none;
	border-radius: 0;
	line-height: 25px;
}

.edit-account .woocommerce-Input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 40px;
	padding: 8px 12px;
	font-size: 15px;
}

.edit-account label {
	line-height: 2;
	font-size: 15px;
}

.edit-account em {
	font-size: 14px;
}

.woocommerce-MyAccount-content h2 {
	text-align: left;
	font: normal normal bold 17px/27px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 6px 0px 6px 0px;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
}

.woocommerce-MyAccount-content label {
	font-family: DM Sans;
	letter-spacing: 0px;
	color: #3D3D3D;
}

.woocommerce-MyAccount-content .input-text {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 40px;
	padding: 8px 12px;
	font-size: 15px;
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: #ececec 1px solid !important;
	border-radius: 4px;
	height: 40px;
	padding: 5px 0px;
	font-size: 15px;
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 8px;
	right: 5px;
	width: 20px;
}

.woocommerce-address-fields .button {
	background: #FDD700 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	border-radius: 23px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 16px !important;
	text-transform: uppercase;
	padding: 16px 22px !important;
	border: 0px;
	font-weight: 700;
	margin-top: 12px !important;
}

.woocommerce-address-fields .button:hover {
	background: #fdad00 !important;
	color: #000000;
	text-decoration: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 4px 21px !important;
	line-height: normal;
	box-sizing: border-box;
	color: var(--wc-form-color-text, #444);
	font-weight: 400;
}

.wc-block-components-button {
	background: #000;
	border-radius: 41px !important;
	padding: 15px 63px !important;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
	border: 0;
}

.wc-block-components-button:hover {
	background: #000 !important;
	color: #fff !important;
}


.wc-block-checkout__actions_row {
	align-items: center;
	display: flex;
	justify-content: center;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
	width: auto !important;
}

.wc-block-components-product-metadata__description p {
	font-size: 16px;
}

.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="text"] {
	background-color: #fff;
	border: #ccc 1px solid !important;
	border-radius: 5px;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
	border: #ccc 1px solid !important;
	border-radius: 5px;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
	border: #ccc 1px solid !important;
	border-radius: 5px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #ccc !important;
}

.woocommerce #review_form #respond textarea {
	border: #ccc 1px solid;
	border-radius: 5px;
}

.comment-respond .submit {
	background: #FDD700 !important;
	color: #000 !important;
	border-radius: 23px !important;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 12px 31px !important;
	border: 0px !important;
	font-weight: 600 !important;
}

.comment-respond .submit:hover {
	background: #fdad00 !important;
	color: #000000;
	text-decoration: none;
}

.comment-form-email input {
	margin: 0px 0px 0px 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 35px;
	padding: 0px 10px;
	width: 100%;
}

.comment-form-author input {
	margin: 0px 0px 0px 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 35px;
	padding: 0px 10px;
	width: 100%;
}

.woocommerce-form .woocommerce-Input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 39px;
	padding: 12px 12px;
	font-size: 14px;
	font-weight: 300;
	color: #5e5c5c;
}

.woocommerce-Button.button {
	background: #FCAF16 !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	border-radius: 8px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 15px 30px !important;
	border: 0px;
	font-weight: 700;
	font-family: DM Sans;
}

.woocommerce-Button.button:hover {
	background: #000 !important;
}

.wc-block-components-formatted-money-amount {
	white-space: nowrap;
	color: #fcaf16;
}

.wc-block-components-title.wc-block-components-checkout-step__title {
	font-size: 26px;
	font-weight: 700;
}

.wc-block-components-checkout-order-summary__title-text {
	font-size: 26px;
	font-weight: 700;
}

/*Blog Page*/

.blog_section .card img {
    height: 250px;
    object-fit: contain;
}

.blog_section .card-body {
    min-height: 190px;
    background: #F4EEDB;
    padding: 10px 15px;
    margin: 0px;
    text-align: center;
}

.blog_section .card-body h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    color: #3563AD;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.bl-auth p {
    font-weight: 700;
}

p.card-text {
    padding-bottom: 18px;
}

.blog_section a.btn.btn-info {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 6px;
    padding: 12px 20px;
    transition: 0.5s;
    margin: 0px;
        font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
       background: #FCAF16;
    color: #000; box-shadow:none;
    border-color:#fff !important;
}
.blog_section a.btn.btn-info:hover{    background: #000;
    color: #fff;}
.bl-auth {
    margin-bottom: 10px;
}

.blog_section .card {
    margin-bottom: 20px;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog_section .card .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    height: 35px;
    line-height: 35px;
    background-color: #1954DF;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

.common-heading h1 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.blog-details-img {
    position: relative;
    margin-bottom: 30px;
}
.blog-details-img img {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    object-fit: cover;
}


.blog-page-inn-section p {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.blog-details-img .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    height: 35px;
    line-height: 35px;
    background-color: #1954DF;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

/*div#comments {
    display: none;
}*/

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 120px;
}

.innerpage-section-wrap h2{
     font-family: DM Sans;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.innerpage-section-wrap h3{
     font-family: DM Sans;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.innerpage-section-wrap p {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.container2 {
    border: 2px solid #ccc;
    background-color: #00000005;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
}

.container2::after {
  content: "";
  clear: both;
  display: table;
}

.container2 img {
width:100%;
}

/*.container2 span {
  font-size: 20px;
  margin-right: 15px;
}*/

@media (max-width: 500px) {
  .container2 {
      text-align: center;
  }
  .container2 img {
      margin: auto;
      float: none;
      display: block;
  }
}

.event_left h2{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    color: #3563AD;
    padding: 0px 0px 10px 0px;
    margin: 0px;   
}

.event_left h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #000;
    padding: 30px 0px 0px 0px;
    margin: 0px;
}

.event_left h3 span {
    font-size: 22px;
    color: #FCAF16;
    font-weight: 800;
}

.event_left h4{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: #000;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.event_left h4 span{
 font-size: 18px;
 }
 .event_right p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}
 
 .bbp-breadcrumb {
    display: none;
}

.bbp-form .bbp-form input[type=text] {
    display: block;
    width: 100%;
    padding: 10px 20px !important;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px !important;
    height: 42px !important;
    letter-spacing: 0px;
    color: #535353;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B7C3C6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bbp-form input#bbp_topic_title {
 display: block;
    width: 100%;
    padding: 10px 20px !important;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px !important;
    height: 42px !important;
    letter-spacing: 0px;
    color: #535353;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B7C3C6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button#bbp_reply_submit {
    background: #FCAF16;
    color: #000;
    font-family: DM Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 6px;
    padding: 12px 20px;
    transition: 0.5s;
    margin: 0px;
}

.archive .innerpage-section-wrap {
    padding: 60px 0px;
}

.single-product .innerpage-section-wrap {
    padding: 60px 0px;
}

/*.woocommerce div.product div.images img {*/
/*	border: 3px solid #dad5d3;*/
/*	border-radius: 20px;*/
/*	margin: 10px 0px 0px;*/
/*}*/

/*blog*/

.blog_category, .blog_tags, .blog_post {
    margin-bottom: 25px;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);
    background: #fff;
}

.blog_category h2 {
    background-color: #FCAF16;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}

.blog_category ul {
    background-color: #ffffff;
    margin-bottom: 0;
}
.blog_category ul li:last-child, .blog_post li:last-child {
    border-bottom: none;
}
.blog_category ul li:hover a, .blog_category ul li.active a {
    color: #f21d1d;
}

.blog_category ul li a {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px;
}

.blog_post h2 {
    background-color: #FCAF16;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}

.blog_post li {
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 20px;
    list-style: none !important;
}
.blog_post .row {
    margin: 0;
}

.postimg {
    width: 95px;
    overflow: hidden;
    float: left;
}
.postimg img {
    border: 1px solid #e1e1e1;
    max-width: 100% !important;
    width: 100%;
    margin: 0 10px 0 0 !important;
}

.postcontent {
    float: left;
    width: 64%;
    padding: 0 15px;
}

.postcontent p {
    font-size: 13px !important;
    line-height: 19px !important;
    margin: 0 !important;
}

.blog_tags li.active a, .blog_tags li:hover a, .blog_post a {
    color: #40a2d5;
    display: block;
}

.blog_left .nav-links {
    display: flex;
    padding: 20px 0;
}

.blog_detail .nav-previous {
    width: auto;
    float: left;
    margin: 10px 10px;
    background: #FCAF16;
    padding: 7px;
    /* color: #fff; */
}

.blog_left .nav-links a {
    color: #fff;
    font-size: 15px;
}

.blog_detail .nav-next {
    width: auto;
    float: right;
    margin: 10px 10px;
    background: #FCAF16;
    padding: 7px;
}

.blog_detail .nav-links a {
    color: #fff;
    font-size: 15px;
}

.blog_right .tags {
    display: flex;
    gap: 15px;
}

.blog_right .tags a {
    background: #ddd;
    padding: 6px 10px;
    color: #000;
}

.blog_right .tags {
    display: flex;
    gap: 15px;
    padding: 20px 10px;
}

.blog_search {
    margin-bottom: 30px;
}

.comments-area textarea#comment {
display: block;
    width: 100%;
    padding: 10px 20px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #535353;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B7C3C6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 120px;
}

.comments-area input#url {
display: block;
    width: 100%;
    padding: 5px 20px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #535353;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B7C3C6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

p.form-submit {
    padding-top: 15px;
}

.blog_right {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
}

.event_right h2 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FCAF16;
    padding: 0px;
    margin: 0px 0px 12px 0px;
}
.event_right h4{
       text-align: right; 
       font-size: 15px;
}

.event_right h4 span {
    color: #FCAF16;
    font-weight: 800;
    font-size: 20px;
}
.stellarnav>ul>li>a.active, .current-menu-item a {
    color: #FCAF16 !important;
}
.stellarnav>ul>li>a.active, .current-menu-item a {
    color: #FCAF16 !important;
}

.blog-page-inn-section h4{
    padding: 12px 0;
        color: #3563AD;
}

.file_listing a{
    color:#000;
}

.viewmore_link a{
 font-family: DM Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    background: #FCAF16;
    color: #000;
    border-radius: 6px;
    padding: 12px 20px;
    transition: 0.5s;
    margin: 0px;   
}

.viewmore_link a:hover {
    background: #000;
    color: #fff;
}

.viewmore_link {
    padding-top: 38px;
    text-align: center;
}

.mvx_regi_main .button {
    height: auto !important;
    line-height: normal !important;
}


/*.is-form-style.is-form-style-3 input.is-search-input {
    height: 46px;
}*/