* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}


html,
body {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;

}

html {
	scroll-behavior: smooth;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;

}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;


}

p:last-child {
	margin-bottom: 0;
}


img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-family: '2NF'"Inter", sans-serif;
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 80px;
}

.cumn-butn-body {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	padding: 16px 35px;
	transition: all 0.3s ease;
	display: inline-flex;
	border-radius: 30px;
}

.pink-butn {
	color: #fff;
	background: #B33A78;
	transition: all 0.3s ease;
}


.pink-butn:hover {
	background: #fff;
	color: #B33A78;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);
}


.wht-butn {
	background: #fff;
	color: #B33A78;
	transition: all 0.3s ease;
}


.wht-butn:hover {

	background: #B33A78;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);

}


.yellow-butn {
	background: #D4A81B;
	color: #000000;
	transition: all 0.3s ease;
}


.yellow-butn:hover {

	background: #0f0008;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);

}


.black-butn {
	background: #000000;
	color: #fff;
	transition: all 0.3s ease;
}


.black-butn:hover {

	background: #fff;
	color: #000;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);

}


/*=============header-top-logo-section========================= */

.header-section {
	background: #fff;
	padding: 0px;
	position: relative;
	height: 90px;
}


.header-section::before {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #8C2359;
	content: '';
	padding: 20px 20px;
	clip-path: polygon(41% 1%, 100% 0%, 100% 100%, 0% 100%);
	height: 90px;
	padding: 20px 100px;
	text-align: center;
	color: #fff;
	width: 400px;
}


.header-section.scroll {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.logo {
	width: 170px;
	height: auto;
	margin: 0px;
	padding: 25px 0px;
	position: relative;
}


.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 100px;
	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;
}


.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0px;
}

.stellarnav>ul>li>a {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #272B3B;
	padding: 0px 35px !important;
	border-bottom: none;
}

.stellarnav .menu-toggle span.bars span {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 6px;
	background: #000;
	margin: 0 0 5px;
}

.stellarnav>ul>li>a:hover {
	color: #8C2359;
}

.stellarnav>ul>li>a.active {
	color: #8C2359 !important;
}

.stellarnav.mobile ul {
	background: #8C2359;
	z-index: 99;
}

.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;

}

.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;
}


.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
	max-width: 600px;
}


.nav-butn-row {
	display: flex;
	margin: 50px 50px;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, .15);
}

.stellarnav .icon-close {
	width: 25px;
	height: 25px;
}

.stellarnav .icon-close::before {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	border-bottom: solid 3px #fff;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}


.stellarnav .icon-close::after {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #fff;
	position: absolute;
	transform: rotate(-45deg);
}


.inquiry-form {
	padding: 0px;
	margin: 16px 0px;
	position: relative;
	text-align: center;
}

.inquiry-form h4 {
	font-size: 15px;
	color: #fff;
	padding: 7px 0px;
}


.inquiry-form-hover:hover h4 {
	color: #000;
}


/* ================================================================== */
/* header - top */
/* ==================================================================  */


/* ================================================================== */
/* contact-info-section */
/* ==================================================================  */

.contact-info-section {
	background: #A6701A;
	padding: 10px 0px;
	margin: 0px;
}


.contact-info-section-right ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 40px;
}

.contact-info-section-right ul li {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
	font-size: 14px;
	line-height: 14px;
}


.contact-info-section-right ul li a {
	color: #fff;
}

.contact-info-section-right ul li a:hover {
	color: #000;
}


.contact-info-section-right ul li span {
	font-size: 20px;
	line-height: 20px;
	margin-right: 10px;
}

.contact-info-section-left {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.contact-info-section-left p {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}


/* ================================================================== */
/* contact-info-section */
/* ==================================================================  */


/* ================================================================== */
/* banner section */
/* ==================================================================  */


.banner-section {
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.banner-carousel .item {
	border-radius: 0px;
	width: 100%;
	height: 900px;
	overflow: hidden;
}

.banner-carousel .item img {
	width: 100%;
	height: 900px;
	object-fit: cover;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;
	background: #0000;
}

.banner-text {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 48%;
	padding: 0px 0px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;


}

.banner-text h6 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: -3%;
	text-transform: capitalize;
	color: #3D3D3D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.banner-text h1 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 100px;
	line-height: 100px;
	letter-spacing: -3%;
	text-transform: capitalize;
	color: #3D3D3D;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.banner-text h1 span {
	color: #B33A78;
}

.banner-text p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;

	font-size: 40px;
	line-height: 56px;
	letter-spacing: -1.5%;
	color: 000000;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	max-width: 100%;
}


.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #CECECE;
	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: #B33A78;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}


.banner-srch-sec {
	width: 85%;
}

.banner-srch-sec .input-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
	width: 87%;
	position: relative;
}

.banner-srch-sec .input-group .form-control {
	display: block;
	padding: 20px 20px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px;
	font-family: Plus Jakarta Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	color: #6E7887;
	line-height: 150%;
	letter-spacing: 0%;
	border: 0px;
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}


.banner-srch-sec .input-group .input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #E8677C;
	border-radius: 50px;
	position: absolute;
	right: 8px;
	border: 0px;
	cursor: pointer;
}

.banner-srch-sec .input-group .input-group-text:hover {
	background-color: #000;
}


.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 0px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}


.banner-butn-sec {
	display: flex;
	justify-content: start;
	gap: 30px;
	align-items: center;
}


/* ==================================================================*/
/* banner section */
/* ==================================================================*/


/* ==================================================================*/
/* about section */
/* ==================================================================*/

.about-section {
	background: #522B3F;
	height: 100%;
	background-size: 100% 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
}


.about-section-left {
	padding: 100px 0px 100px 90px;
	margin: 0px;
	position: relative;
	height: 100vh;
	background: url(../images/about-left-bg.png) no-repeat;
	background-size: 100% 100%;
	min-height: 1000px;
}

.about-section-left h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 70px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}


.about-section-left h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

.about-section-left h3::before {
	content: "";
	background: url(../images/coma.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	position: absolute;
	left: -114px;
	width: 100%;
	height: 100%;
	top: 6px;
}

.about-section-left h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.about-section-left p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 100%;
}


.about-section-left p span {
	font-weight: 800;
}


.about-section-left ul {
	margin: 50px 0px;
	padding: 0px;
}

.about-section-left ul li {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	margin: 0px 0px 22px 0px;
	padding: 0px 0px 0px 26px;
	position: relative;
}

.about-section-left ul li::before {
	font: normal normal normal 8px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: absolute;
	margin: 0px;
	color: #D5E9E5;
	font-size: 14px;
	left: 0px;
	top: 5px;
}


.about-section-right {
	padding: 100px 0px;
	margin: 0px auto;
	text-align: center;
	position: relative;

	height: 100vh;
}

.about-bg-tag {
	position: absolute;
	right: 0px;
	top: 111px;
	-webkit-animation: moveleftbounce 4s linear infinite;
	animation: moveleftbounce 4s linear infinite;
}


.about-bg-img {
	position: absolute;
	top: 183px;
	right: 75px;
	height: 650px;
	width: 650px;
	overflow: hidden;
	border-radius: 20px;
}

.about-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-bg-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.blue-dots {
	-webkit-animation: lds-spinner 3s linear infinite;
	animation: lds-spinner 3s linear infinite;
	position: absolute;
	bottom: 70px;
	right: -11px;
}


/* ==================================================================*/
/* about section */
/* ==================================================================*/

/* ==================================================================*/
/* Categories-section */
/* ==================================================================*/


.categories-section {
	padding: 100px 0px;
	margin: 0px;
}


.categories-section-tittle {
	margin: 0px auto;
	text-align: center;
}


.categories-section-tittle h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #B33A78;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.categories-section-tittle h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.categories-section-body {
	margin: 50px 0px 0px;
	padding: 0px;
}


.categories-box {
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}


.categories-box #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.74%, #000000 100%);

}


.categories-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.categories-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.categories-big-img {
	height: 740px;
}

.categories-mid-img {
	height: 360px;
}

.categories-sml-img {
	margin: 0px 0px 20px 0px;
	height: 360px;
}


.categories-box-text {
	position: absolute;
	bottom: 50px;
	height: auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 50px;
	right: 50px;
}

.categories-box-text-left {
	padding: 0px;
	margin: 0px;
}

.categories-box-text-left h3 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-shadow: 1px 1px #1c0b0b, -1px -1px #444;
}


.categories-box-text-left h4 {
	font-family: Plus Jakarta Sans;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #D1D5DB;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.categories-box-text-right .link-arrow {
	padding: 0px 0px;
	width: 40px;
	height: 40px;
	background: #D9D9D9C4;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	cursor: pointer;
	font-size: 27px;
}

.categories-box-text-right .link-arrow:hover {
	background: #B33A78;
	color: #ffffff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}


/* ==================================================================*/
/* Categories-section */
/* ==================================================================*/


/* ==================================================================*/
/* project-section */
/* ==================================================================*/


.project-section {
	padding: 100px 0px;
	margin: 0px;
	height: 100%;
	background: url(../images/project-bg.png) no-repeat;
	background-size: 100% 100%;
}

.project-section h2 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1%;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}


.project-section h2 span {
	color: #555555;
}


.project-section-inner {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 40px;
	height: 100%;
	margin: 0;
}

.project-section-innerWrap {
	width: calc(100% - 80px);
	display: flex;
	justify-content: flex-end;
	align-content: center;
	gap: 30px;
}


.project-section-inner-left {
	width: 200px;
	height: 610px;
	background: #fff;
	border: 10px solid #B33A78;
	border-radius: 118px;
	padding: 30px 30px;
	position: relative;
	top: 115px;
}


.project-section-inner-left-in {
	transform: rotate(-90deg);
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 19px;
	position: relative;
	top: 49px;
}

.project-section-inner-left h2 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 100px;
	line-height: 120px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #B33A78;
	padding: 0px;
	margin: 0px;

}

.project-section-inner-left h6 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 45px;
	line-height: 50px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #000;
	padding: 0px;
	margin: 0px;
}


.project-section-inner-right {
	width: calc(100% - 230px);
	/* height: 800px; */
	/* background-color: #fff; */
	/* border-radius: 50px 0px 0px 50px; */
	/* padding: 0px 80px 100px 0px; */
	position: relative;
	padding: 0 0 300px;
}

.project-section-inner-right-top {

	padding: 50px 50px;

	top: 0px;

	background-color: #fff;
	border-radius: 50px 0px 0px 50px;
	padding: 50px 50px 150px;
}


.project-section-inner-right-top-img {
	position: relative;

}

.project-section-inner-right-top-img-in {

	height: 600px;
	background: #000;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 75px;
}

.project-section-inner-right-top-img-in img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.project-section-inner-right-top-img-in:hover img {
	transform: scale(1.1);
}

.project-section-inner-right-top-img-icon {
	position: absolute;
	right: 33px;
	bottom: -37px;
	-webkit-animation: moveleftbounce 4s linear infinite;
	animation: moveleftbounce 4s linear infinite;
}

.project-section-inner-right-top-img-icon img {
	animation: animationFramesOne 25s infinite linear;

}


.project-section-inner-right-butm {
	position: absolute;
	padding: 50px 50px;
	margin: 0px;
	bottom: 55px;
}


.project-section-inner-right-top-text {
	max-width: 80%;
}


.project-section-inner-right-top-text h3 {
	font-family: Poppins;
	font-weight: 500;

	font-size: 50px;

	line-height: 60px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	position: relative;

}


.project-section-inner-right-top-text h3::after {
	content: "";
	background: url(../images/tittle-icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	position: absolute;
	left: 290px;
	width: 100%;
	height: 100%;
	bottom: -72px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}


.project-section-inner-right-top-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: -1%;

	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.project-section-inner-right-top-text p span {
	font-family: Poppins;
	font-weight: 700;

	font-size: 32px;

	line-height: 48px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #B33A78;
	padding: 0px;
	margin: 0px;
}


.project-customer-tag {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 40px;
	margin: 50px 0px;
	padding: 0px;
}


.project-customer-tag h5 {
	font-family: Poppins;
	font-weight: 500;

	font-size: 65px;

	line-height: 30px;
	letter-spacing: -1%;
	text-transform: uppercase;
}


.project-customer-tag h6 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -1%;
	text-transform: uppercase;
	width: 38%;
}


.project-section-inner-right-top-text .pink-butn span {
	margin-left: 20px;
}

.project-section-inner-right-top-text .pink-butn:hover {
	background: #000;
	color: #fff;
}


.project-img-box {
	width: 100%;
	height: 304px;
	background: #ccc;
	border-radius: 50px;
	border: 1px solid #fff;
	overflow: hidden;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}


.project-img-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}


.project-img-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.project-img-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ==================================================================*/
/* project-section */
/* ==================================================================*/


/* ==================================================================*/
/* current-specials-section */
/* ==================================================================*/


.current-specials-section {
	margin: 100px 0px;
	padding: 0px;
}

.current-specials-section h2 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1%;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


.current-specials-section h2 span {
	color: #555555;
}


.current-specials-section-inner {
	margin: 60px 0px 0px;
	padding: 0px;
}

/* ============box-with-hover==================== */

.current-specials-box {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	transition: all 300ms ease-in-out;
	top: 0px;
	margin-bottom: 50px;
}

.current-specials-box:hover {
	top: -10px;
}

.current-specials-box::after {
	background: linear-gradient(180deg, rgba(8, 10, 20, 0) 0%, #080A14 100%);
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}


.current-specials-box:hover::after {
	background: linear-gradient(360deg, rgba(173, 20, 98, 0.38) 40.99%, rgba(255, 158, 176, 0.38) 67.1%, rgba(255, 204, 204, 0.38) 100%);
}


.current-specials-box .thamble img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.current-specials-box .text {
	position: absolute;
	width: auto;
	bottom: -24px;
	left: 30px;
	right: 30px;
	margin: auto;
	text-align: left;
	z-index: 2;
	transition: all 300ms ease-in-out;
}


.current-specials-box:hover .text {
	bottom: 30px;
}

.current-specials-box .text .tittle {
	padding: 0;
	max-width: 355px;
	margin: 0px;

}


.current-specials-box .text .tittle h3 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	width: auto;
	text-align: left;
}


.current-specials-box .text a {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.current-specials-box .text a:hover {
	color: #B33A78;
}


.current-specials-box .text a span {
	margin-left: 15px;
}


/* ============box-with-hover==================== */


.current-specials-section .pink-butn span {
	margin-left: 20px;
}

.current-specials-section .pink-butn:hover {
	background: #000;
	color: #fff;
}


/* ==================================================================*/
/* current-specials-section */
/* ==================================================================*/


/* ==================================================================*/
/* our-gallery-section */
/* ==================================================================*/


.our-gallery-section {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/gallery-bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}


.our-gallery-section h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.our-gallery-section p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


.our-gallery-section .pink-butn span {
	margin-left: 20px;
}

.our-gallery-section .pink-butn:hover {
	background: #000;
	color: #fff;
}


/* ==================================================================*/
/* our-gallery-section */
/* ==================================================================*/


/* ==================================================================*/
/* inquiry form section */
/* ==================================================================*/


.inquiry-form-section {
	background: #7E3F60;
	padding: 100px 0px;
	position: relative;
	top: 0px;
	height: 900px;
}

.inquiry-form-section-butm {
	position: absolute;
	bottom: 0px;
}


.inquiry-form-left-info {
	padding: 0px 0px 30px 100px;
	max-width: 85%;
}


.inquiry-form-left-info h2 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1%;
	text-transform: capitalize;
	text-align: left;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	position: relative;
}

.inquiry-form-left-info h2::before {
	content: "";
	background: url(../images/enquary-icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: -100px;
	width: 75px;
	height: 75px;
	top: 0px;
}


.inquiry-form-left-info h5 {
	font-family: Inter;
	font-weight: 300;

	font-size: 34px;

	line-height: 34px;
	letter-spacing: -1%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.inquiry-form-left-info p {
	font-family: Inter;
	font-weight: 300;

	font-size: 24px;

	line-height: 34px;
	letter-spacing: -1%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.inquiry-form-left .footer-social-icon {
	margin: 0px 0px 50px 100px;
	padding: 0px;
}


.inquiry-form-left .footer-social-icon ul li a:hover {
	color: #000;
}


.inquiry-form-left .footert-logo {
	margin: 0px 0px 0px 100px;
	padding: 0px;
}


.call-num {
	position: absolute;
	bottom: 53px;
	z-index: 99;
	left: 180px;
}


.call-num h6 {
	font-family: Poppins;
	font-weight: 300;

	font-size: 35px;

	line-height: 34px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.call-num h6 span {
	font-family: Poppins;
	font-weight: 700;

	font-size: 40px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.call-num h6:hover span {
	color: #000;
}


.inquiry-form-right {
	position: relative;
	bottom: 15px;
	background: #E8E8E8;
	height: 900px;
	border-radius: 50px;
	max-width: 100%;
	z-index: 9;
	padding: 60px 60px;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inquiry-form-right h2 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: 0%;
	text-transform: uppercase;
	position: relative;
	color: #000;
	padding: 0px 0px 50px 70px;
	margin: 0px;
}

.inquiry-form-right h2 span {
	font-weight: 300;
}


.inquiry-form-right h2::before {
	content: "";
	background: url(../images/schel-icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	width: 75px;
	height: 75px;
	top: 11px;
}


.inquiry-form-right .quoteform .form-control {
	display: block;
	width: 100%;
	padding: 14px 20px;
	background-color: transparent;
	background-clip: padding-box;
	border: 2px solid #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 30px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 20px;
	font-family: Poppins;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #000;

}

.wpcf7-acceptance.optional .wpcf7-list-item label{
    display: flex !important; 
}     

.frm-box {
	position: relative;
}

.frm-icon {
	position: absolute;
	right: 41px;
	top: 14px;
	font-size: 20px;
}


.inquiry-form-right p {
	font-family: Inter;
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -1%;
	text-transform: capitalize;
	color: #000;
	margin: 10px 0px 30px 0px;
	padding: 0px;
}


.inquiry-form-right .black-butn {

	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
	border: none;
}


/* ==================================================================*/
/* inquiry form section*/
/* ==================================================================*/


/* ==================================================================*/
/* info-tag-section */
/* ==================================================================*/


/* ==================================================================*/
/* New Arrivals section */
/* ==================================================================*/

.new-arrivals {
	margin: 0px 0px 100px 0px;
	padding: 0px;
}

.new-arrivals h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	color: #191D1F;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}


.arrivals-box {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	transition: all 0.4s ease;
}

.arrivals-box:hover {
	transform: translateY(-8px);
}

.arrivals-box-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}

.arrivals-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.arrivals-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.arrivals-box-text {
	margin: 10px 0px;
}

.arrivals-box-text h4 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #22282B;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.arrivals-box:hover .arrivals-box-text h4 {
	color: #052D5E;
}

.arrivals-box-text h5 {
	font-family: Plus Jakarta Sans;
	font-weight: 600;

	font-size: 24px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #22282B;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.arrivals-box:hover .arrivals-box-text h5 {
	color: #7a050f;
}


/* ==================================================================*/
/* New Arrivals section */
/* ==================================================================*/


/* ==================================================================*/
/* Premium Quality section */
/* ==================================================================*/

.premium-quality-section {
	margin: 0px;
	padding: 100px 0px;
}


.premium-quality-section-icon {
	margin: 0px;
	padding: 0px;
}


.premium-quality-icon-box {

	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.premium-quality-icon-box-img {
	width: 65px;
	height: 65px;
	background: #E8677C;
	border-radius: 50%;
	padding: 10px 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}

.premium-quality-icon-box-text {
	padding: 0px;
	margin: 0px;
	width: 90%;
}


.premium-quality-icon-box-text h4 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.premium-quality-icon-box-text p {
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 185%;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 80%;
}


.premium-quality-icon-box:hover .premium-quality-icon-box-img {
	background: #052D5E;
	-webkit-animation: headShake 1.5s infinite;
	animation: headShake 1.5s infinite;
}


/* ==================================================================*/
/* New Arrivals section */
/* ==================================================================*/


/* ==================================================================*/
/* top-product-section */
/* ==================================================================*/


.top-product-section {
	padding: 100px 0px;
	margin: 0px;
	background: #F3F5F6;
}


.top-product-section h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;

	font-size: 42px;

	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #22282B;
	margin: 0px 0px 50px 0px;
	padding: 0px;

}

.gallery-carousel {
	margin: 80px 0px;
	padding: 0px;
}


.gallery-box {
	width: 100%;
	height: 450px;
	border-radius: 50px;
	border: 5px solid #ffff;
	overflow: hidden;
}

.gallery-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ==================================================================*/
/* top-product-section */
/* ==================================================================*/


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/

.happy-client-section {
	padding: 150px 0px 0px 0px;
	margin: 0px;
	position: relative;
}

.happy-client-section-butm {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.client-carousel {
	padding: 50px 0px 100px;
}


.happy-client-section h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.client-box {
	padding: 50px 50px;
	background: #EAEAEA;
	box-shadow: 24px 32px 30px 0px #00000005;
	border-radius: 20px;
	text-align: center;
	margin: 0;
	transition: all 0.3s ease;
}


.client-box p {
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	text-align: center;
	color: #596780;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.client-box h3 {
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.client-box h3 i {
	color: #FEB000;
}


.client-carousel .owl-nav {
	display: block;
	position: relative;
	margin: 50px auto 0px;
	text-align: center;
}

.client-carousel .owl-nav .owl-prev {
	position: relative;
	left: -12px;
}


.client-carousel .owl-nav .owl-next {
	position: relative;
	right: -12px;
}


.client-carousel .owl-dots {
	display: none;
}


.client-box h5 {
	font-family: Plus Jakarta Sans;
	font-weight: 700;

	font-size: 18px;

	line-height: 32px;
	letter-spacing: -2%;
	text-align: center;
	color: #101112;
	padding: 0px;
	margin: 0px;
}

.owl-item.center .client-box {
	background: #C05D91;
	color: #fff;
}

/* Center item text overrides */
.owl-item.center .client-box h5,
.owl-item.center .client-box p {
	color: #fff;
	/* make text and stars white */
}


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/


/* ==================================================================*/
/* add-section*/
/* ==================================================================*/


.add-section {
	padding: 100px;
	margin: 0px;
}


.add-section-left {
	background: #052D5E;
	border-radius: 40px;
	padding: 60px 40px;
	margin: 0px;
	text-align: left;
	height: 420px;
}


.add-section-left h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 700;

	font-size: 42px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.add-section-left p {
	font-family: Plus Jakarta Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.add-section-right {
	padding: 0px;
	margin: 0px;
	height: 420px;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	text-align: center;
}

.add-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.add-section-right #overlay {
	position: absolute;
	width: 100%;
	height: 420px;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

}


.add-section-right-inner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 120px;
}


.add-section-right-inner h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;

	font-size: 42px;

	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.add-section-right-inner p {
	font-family: Plus Jakarta Sans;
	font-weight: 500;

	font-size: 18px;

	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


/* ==================================================================*/
/* add-section*/
/* ==================================================================*/


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/

.footer {
	background: #0F0F0F;
	height: 100%;
	padding: 100px 0px;
	position: relative;
}

.footer-top {
	padding: 0px;
	margin: 0px;
}


.footer-logo {
	margin: 0px 0px 40px 0px;
	margin: 0px;
}

.footer-logo img {
	width: auto;
	height: auto;
	object-fit: cover;
	margin-bottom: 20px;
}

.footer-logo p {
	font-family: Albert Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.28px;
	vertical-align: middle;
	color: #060118;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

.newsletter-form {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 11px 8px 11px 20px;
	position: relative;
	border-radius: 4px;
	display: flex;
	background-color: #F5F5F5;
	transition: 0.3s;
	width: 58%;
	border-radius: 50px;
}

.newsletter-form input[type="email"] {
	border: 0;
	padding: 4px;
	width: 100%;
	background-color: #F5F5F5;
	color: #2c2c2c;
}

.newsletter-form input[type="submit"] {
	border: 0;
	font-size: 16px;
	padding: 0 30px;
	margin: -5px 2px -5px 0;
	background: #E67136;
	color: #fff;
	transition: 0.3s;
	border-radius: 40px;
	font-family: Anton;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 7%;
	text-align: center;
}

.newsletter-form input:hover {
	background: #000;
}


.footer-quick-links h3 {
	font-family: Anton;
	font-weight: 400;

	font-size: 20px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #4E2E13;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.footer-quick-links ul {
	padding: 0px;
	margin: 0px;
}

.footer-quick-links ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}


.footer-quick-links ul li a {
	font-family: Albert Sans;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #616064;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-quick-links ul li a:hover {
	color: #E67136;
	padding-left: 4px;
}

.footer-info-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px 40px 0px;
}

.footer-info-section p {
	font-family: Albert Sans;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #0A0A0A;
	padding: 0px;
	margin: 0px;
}

.footer-info-section p a {
	color: #0A0A0A;
}


.footer-info-section p a:hover {
	color: #E67136;
}

.footer-info-left {
	width: 11%;
	text-align: left;
}


.footer-info-right {
	text-align: right;
}


.footer-contact-frm {
	border-left: 1px solid #ccc;
	padding-left: 50px;
	margin: 0px;
	min-height: 100%;
}

.footer-contact-frm h2 {
	color: #C7C7C7;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}


.quoteform {
	padding: 0px;
	nav-down: 0px;
}


.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 14px 20px;
	background-color: #202020;
	background-clip: padding-box;
	border: 2px solid #848484;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 30px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 15px;
	font-family: Poppins;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #fff;
}

.quoteform textarea.form-control {
	min-height: calc(1.5em + (5.75rem + 2px));
	border-radius: 20px;
}

.quoteform .pink-butn {
	border: none
}


.footer-info {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.footer-info h2 {
	color: #C7C7C7;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	text-transform: uppercase;
}


.footer-info p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	text-align: left;
	color: #fff;
	padding: 0px;
	margin: 0px;
	width: 60%;
}

.footer-social-icon {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	gap: 20px;
	align-items: center;
	padding: 0px;
	margin: 0px;
}


.footer-social-icon ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	cursor: pointer;

}

.footer-social-icon ul li a {
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #fff;
	font-size: 40px;
	transition: 0.3s ease-in-out;
}


.footer-social-icon ul li a:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out;
	color: #B33A78;
}


.footer-quick-links {
	margin: 0px;
	padding: 0px;
}


.footer-quick-links h2 {
	color: #C7C7C7;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left
}

.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 1;
}

.footer-quick-links ul li {
	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}


.footer-quick-links ul li a {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #D6D0C4;
	opacity: 1;
	transition: all 300ms ease-in-out;
}


.footer-quick-links ul li a:hover {
	color: #B33A78;
	padding-left: 4px;
}


.footer-butm {

	background: #7E3F60;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
}

.footer-butm p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #ffff;
	padding: 0px;
	margin: 0px;
	;
}

.footer-butm p a {
	color: #ffff;
}

.footer-butm p a:hover {
	color: #ccc;
}


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #8C2359;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	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: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*inner Page CSS*/

.inner-banner-section {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.inner-banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.inner-banner-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(289.97deg, rgba(0, 0, 0, 0) 11.7%, rgba(0, 0, 0, 0.25) 99.75%);
}

.inner-banner-section-text {
    position: absolute;
    top: 135px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.inner-banner-section-text h1 {
    text-align: center;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 4vw;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 20px;
    line-height: 4vw;
    padding-bottom: 100px;
}

.inner-pages {
    padding: 65px 0px;
}
.aboutuspage-text {
    margin: 0px 0px;
    padding: 0px 50px 30px 0px;
    position: relative;
    width: 100%;
}
.aboutuspage-text h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 51px;
    line-height: 100px;
    letter-spacing: -3%;
    text-transform: capitalize;
    color: #3D3D3D;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}
.inner-pages p {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.28px;
    vertical-align: middle;
    color: #060118;
    margin: 0px;
    padding: 0px;
}

.aboutrightimg {
    margin: 22px 0px 22px 0px;
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.aboutrightimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our_team_listing_odd {
    background: #cccccc33;
    padding: 30px 0;
}
.team_img {
    border-radius: 20px;
    overflow: hidden;
}
.team_img img {
    width: 100%;
}
.product-middle h3 {
       font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 51px;
    line-height: 100px;
    letter-spacing: -3%;
    text-transform: capitalize;
    color: #3D3D3D;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}

.contact-us-sec {
    padding: 40px 0;
}

.contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 40px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}

.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresscard-icon img {
    width: 26px;
}

.contact-us-inn .addresscard h5 {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #621A4A;
    text-transform: uppercase;
    width: 100%;
}

.contact-us-inn .addresscard p {
    margin: 0px 0px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #161413;
    width: 100%;
}

.addresscard p a {
    color: #161413;
    text-decoration: none;
}
.contact_section2 {
    margin-top: 60px;
}

.contact_section2 h3 {
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px;
    font-family: Plus Jakarta Sans;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
}

.contact_right .form-group {
    margin-bottom: 23px;
}
.contact_right .form-group label {
    display: inline-block;
    margin-top: 10px;
    float: left;
}

.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 95px;
    resize: none;
    font-family: 'Arial';
    border-radius: 20px;
}

.contact_right .contact_button {
    margin: 33px 0px 0px 0px;
    padding: 10px 25px;
    position: relative;
    border: #000 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    background: #000;
    display: block;
    width: 154px;
    text-align: center;
    font-family: 'Inter';
}

.service-box-inn .thamble img{
    height:320px;
}

.current-specials-section .current-specials-box .thamble img{
    height:450px;
}

/*================================================
Go Top CSS
=================================================*/


/*================================================
*keyframes
==================================================*/

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.dreamkitchen-section{
    padding: 30px 0; 
}

.dreamkitchenrightimg {
    margin: 0 0 22px;
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.dreamkitchenrightimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dreamkitchen-text h3 {
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 40px;
    line-height: 97%;
    letter-spacing: -3%;
    text-transform: capitalize;
    color: #3D3D3D;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.our-cabinet-section {
    padding: 100px 0px;
    margin: 0px;
    position: relative;
    height: 100%;
    background: url(../images/gallery-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.our-cabinet-section-inner {
    margin: 0 100px;
    padding: 20px 0;
    background: #8c235982;
} 

.our-cabinet-section h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 97%;
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
    margin: 0px 0px 20px 0px;
    padding: 10px 20px;
} 

.our-cabinet-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
    margin: 0px;
    padding: 10px 20px;
    width: 100%;
} 

.our-cabinet-section .gallery-carousel {
    margin: 30px 0px 20px;
    padding: 0px;
}

.benefit-section {
    padding: 30px 0;
}

.benefit-section h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 97%;
    letter-spacing: 0%;
    text-align: left;
    color: #3D3D3D;
    margin: 0px 0px 20px 0px;
    padding: 10px 20px;
}

.benefit-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: #3D3D3D;
    margin: 0px;
    padding: 10px 20px;
    width: 100%;
}

.benefit-section li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: #3D3D3D;
    margin: 0px;
    padding: 5px 20px 5px 0;
    list-style-type: disc;
    width: 100%;
    margin: 0 0 0 40px;
} 

.current-special-about h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 97%;
    letter-spacing: 0%;
    text-align: left;
    color: #3D3D3D;
    margin: 0px 0px 40px 0px;
    padding: 10px 20px;
    text-transform: capitalize;
    text-align:center;
} 

.current-specials-box .text .tittle h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #f54aa2;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    width: auto;
    text-align: left;
} 

section.current-specials-section.current-special-about {
    margin: 40px 0;
} 

.thermofoil-section{
    background: #cccccc33;
    padding: 50px 0;  
}
.thermofoil-section h3 {
          font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 97%;
    letter-spacing: 0%;
    text-align: left;
    color: #3D3D3D;
    margin: 0px 0px 40px 0px;
    padding: 10px 20px;
    text-align: center;
}

.thermofoil-inner .tittle h3{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
       color: #3D3D3D;
    padding: 0px;
    margin: 10px 0px 15px 0px;
}
.thermofoil-section .text-center {
    padding-top: 25px;
}

.thermofoil-details{
    margin: 0px 0px 50px 0px;
}

.modal-popup-information p {
    font-size: 14px;
    padding-bottom: 10px;
}

.modal-popup-information p span {
    font-weight: 600;
    font-size: 15px;
}

.thermofoils_top h3{
   font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #3D3D3D;
    padding: 0px;
    margin: 10px 0px 15px 0px; 
}

.thermofoils_top {
    padding-bottom: 40px;
}

.footer-contact-frm .wpcf7-response-output {
    color: #fff;
}

.top_service ul li {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.28px;
    vertical-align: middle;
    color: #060118;
    margin: 0px;
     list-style: disc;
}

.top_service ul {
     padding-left: 40px;
}

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/