@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cedarville+Cursive&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	overflow: auto !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p {
	margin-bottom: 0 !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	list-style: none;
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto !important;
	overflow: auto !important;
}

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

.v_a_img {
	vertical-align: middle;
}

hr {
	border: 0.5px solid #f1f1f1;
}

/*-----benefits of hiring-------*/
.prd_txt h2 {
	font-size: 20px;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	line-height: 180%;
	color: #000000;
	margin: 15px 0 !important;
}

.prd_txt h4 {
	font-size: 18px;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	line-height: 180%;
	color: #d72817;
	margin: 15px 0 !important;
}

.prd_txt h4 span {
	text-decoration: line-through;
	color: #808080;
}

.prd_txt p span {
	font-weight: 600;
}

.prd_txt p {
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: 180%;
	color: #000000;
	margin: 15px 0 !important;
	text-align: justify;
}

.our_promise p {
	font-size: 19px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: 180%;
	color: #fff;
	word-spacing: 5px;
	text-align: center !important;
	padding: 3px;
}

.our_promise span {
	font-weight: 900;
}

.min_height {
	min-height: 419px;
}

.title3 {
	font-size: 30px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	line-height: 120%;
	color: #000000;
	margin: 14px 1%;
}

.title2 {
	text-align: center;
	margin: 20px;
}

.title2 h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
	color: #000;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 5px;
}

.title h2 {
	font-family: 'Popines', sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 140%;
}

.title p {
	font-family: 'Popines', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.img_wrap2 {
	width: 50px;
	margin: 0 auto;
}

.img_wrap4 {
	overflow: hidden;
}

.carousel_txt2 h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 123%;
	color: #141414;
	font-family: "Schibsted Grotesk", sans-serif;
	letter-spacing: 0;
	word-spacing: 5px;
	margin: 14px;
	text-align: center;
}

.carousel_txt2 .flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.carousel_txt2 li {
	font-size: 19px;
	font-weight: 600;
	line-height: 123%;
	color: #4e4b4b;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0;
	word-spacing: 5px;
	/* margin: 14px; */
	text-align: center;
}

.carousel_txt2 .dot {
	list-style-type: disc;
}

.marg {
	margin: 0 !important;
}

.mrgin_top10 {
	margin-top: 40px !important;
}

.icon_wrap {
	width: 70px;
	height: 70px;
	background: #ca943c;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.icon_wrap i {
	font-size: 35px;
	color: #fff;
}

.img_wrap5 {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.img_wrap5 img {
	transition: transform .4s ease-in-out;
}

.img_wrap5:hover img {
	transform: scale(1.1);
}

.btn_txt {
	background: #fff;
	padding: 5px 10px;
}

.btn_txt a {
	font-size: 13px;
}

.link_card {
	font-size: 28px;
	font-weight: 500;
	line-height: 120%;
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	word-spacing: 5px;
}

.overlay3 {
	position: absolute;
	inset: 0;
	background: #262525bf;
	opacity: .5;
	transition: ease-in-out opacity .4s;
}

.img_wrap5:hover .overlay3 {
	opacity: .9;
}

.img_wrap5:hover .btn_txt {
	background: none;
	border: 1px solid #ffffff6b;
}

.img_wrap5:hover .btn_txt a {
	color: #fff;
}

/* footer=============== */
.icon_wrap5 {
	width: 45px;
	margin: 0 auto;
}

.mrgin-13 {
	margin-top: 5% !important;
}

.ftr_first1,
.ftr_first {
	text-align: center;
}

.ftr_first1 h2,
.ftr_first h2 {
	font-size: 17px;
	font-weight: 500;
	line-height: 120%;
	color: #353434;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	word-spacing: 5px;
	margin: 12px 0;

}

.ftr_first p {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: #000000;
	font-family: "Schibsted Grotesk", sans-serif;
	letter-spacing: 0;
}

.ftr_first p a {
	font-size: 16px;

	font-weight: 500;
	line-height: 150%;
	color: #000000;
	font-family: "Schibsted Grotesk", sans-serif;
	letter-spacing: 0;
}

.ftr_first1 p a {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: #000000;
	font-family: "Schibsted Grotesk", sans-serif;
	letter-spacing: 0;
}

.flex_ftr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex_ftr p {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: #000000;
	font-family: "Schibsted Grotesk", sans-serif;
}

.flex_ftr p a {
	font-size: 17px;
	font-weight: 500;
	line-height: 190%;
	color: #161616;
	font-family: "Schibsted Grotesk", sans-serif;
	border-bottom: 1.5px solid #000;

}

.social_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	gap: 8px;
}

.social_icon i {
	color: #3e3e3e !important;
	font-size: 17px;
}

.txt4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.txt4 h2 {
	font-size: 34px;
	color: #000;
	text-align: center;
	line-height: 150%;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0% !important;
	padding: 0 7%;
}

.bg_img {
	background-image: url(../image/footer-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 250px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.brd-pad2 {
	padding: 1%;
	background-color: #fff;
}

.brd_top {
	border-top: 1px solid #ccc;
}

/* -----------------------------------------------------
  footer section start
  ------------------------------------------------------- */



.col_sm222 {
	width: 80%;
	margin: 1%;
	float: left;
}

.flex45 {
	display: flex;
	flex-direction: column;
}

.flex46 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.flex2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}



.ft_item {
	width: 24.3%;
	float: left;
	margin: 1%;
}


.social-icons img {
	width: 30px;
	margin-right: 10px;
}

.video {
	margin-top: 24px;
}

.video a {
	background: #2bbbed;
	margin: 18px 0;
	color: #fff;
	border-radius: 5px;
	padding: 10px 22px;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: 180%;
}

/* -----------------------------------------------------
  end here
  ----------------------------------------------------- */

.menu-link {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
	color: #000;
}

.active a {
	border-bottom: 2px solid #2bbbed;

}

.flex3 {
	display: flex;
	flex-wrap: wrap;
}

.pro1 p {
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	text-align: center;
	color: #000;
	margin: 2%;
	font-family: 'Poppins', sans-serif;
}

.pro1 h2 {
	font-family: 'Poppins', sans-serif;
	color: #1e98b5;
	font-size: 28px;
	margin: 0% 1% 1.5% !important;
	font-weight: 600;
	text-transform: capitalize;
}

/* -------------------------------------------------------
end here
------------------------------------------------------- */

.pd {
	background-color: rebeccapurple;
	height: 80px;
}

.pd h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	letter-spacing: 0.4px;
}

.pd2 {
	height: 226px;
}

.fa-file-pdf {
	color: #ffffff;
	font-size: 17px;
}

.overlay6 p a {
	border: 1px solid #d9d9d9;
	background-color: #fff;
	padding: 5px 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 130%;
}

.pd2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	/* text-align: center; */
	font-weight: 600;
	color: #000;
	line-height: 140%;
	letter-spacing: 0.4px;
	padding: 0% 1%;
}

.pd2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 130%;

	padding: 1% 1% !important;
	display: flex;
	align-items: center;

}


.pd p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 130%;

}

.pd button {
	font-family: 'Poppins', sans-serif;
	border: none;
	outline: none !important;
	padding: 7px 0px;
	background-color: transparent;
	margin: 4.8% 0%;
	font-size: 16px;
	font-weight: 500;
	transition: all .7s;
	color: #FFF;
}

.a-c {
	background-color: rgb(255 0 0 / 58%);
}

.overlay {
	position: relative;
	inset: 0 0 0 0;
	/* padding: 15% 7%; */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}


.bullet3 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin: 0% 2% 1.3% 0%;
	text-decoration: none;
	font-weight: 500;
}


.bullet3 ul {
	list-style-image: url(../images/bullet.png);
	margin-left: 39px;
}

.bullet5 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin: 0% 2% 1.3% 0%;
	text-decoration: none;
	font-weight: 400;
}

.sub_lable6 {
	font-family: 'Popines', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 140%;

}


.bullet5 ul {
	list-style-image: url(../images/bullet.png);
	margin-left: 3%;
}

.bullet4 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	margin: 0% 2% 1.3% 0%;
	text-decoration: none;
	font-weight: 500;
}


.bullet4 ul {
	list-style-image: url(../images/bullet.png);
	margin-left: 16%;
}


.bullet ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin: 0% 2% 1.3% 0%;
	text-decoration: none;
	font-weight: 500;
}

.bullet2 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	margin: 0% 2% 1.3% 0%;
	text-decoration: none;
	font-weight: 500;
}

.bullet2 ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 16%;
}



.b-r {
	border-right: 1px solid #c15d66;
}



@keyframes slide {
	0% {
		transform: translateX(-25%);
	}

	100% {
		transform: translateX(25%);
	}
}

.fix_nav {
	position: static;
	z-index: 9;
}



.pro h2 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin: 0% 1% 0%;
	font-weight: 700;
}

.pro p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 123%;
	text-align: center;
	font-weight: 500;
	padding: 1% 11%;
}

.pro-bg {
	background-color: #fff;
	min-height: 493px;
}

.pro-pd {
	padding: 2%;
}

.txt h2 {
	background-color: #fff;
	color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 150%;
	padding: 1% 0% 0%;
}

.txt p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 120%;
	padding: 0% 5% 7%;
	text-align: justify;
}

.brd-r {
	border-radius: 20% 0% 20% 0%;
}

.testi-icon {
	width: 54px;
	margin: 13px auto;
}

.brd-over {
	border-radius: 20px !important;
	overflow: hidden;
}

.rel {
	position: relative;
}

.rel2 {
	position: relative;
	overflow: hidden;
}

.pro-txt4 h2 {
	color: #edecec;
	font-size: 221px;
	text-align: center;
	margin: -7% 0% 1% !important;
	font-weight: 600;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 40px;

}

.testi-txt3 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 1% 1% 3% !important;
	line-height: 150%;
}

.title {
	font-size: 20px;
	font-weight: 500;
	font-family: "Bebas Neue", sans-serif;
	line-height: 120%;
	color: #2cbbed;

}

.title span {
	width: 70px;
	height: 2px;
	background: #2bbbed;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle !important;

}

.wel_txt {
	margin-top: 64px !important;
}

.wel_txt h2 {
	font-size: 56px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	line-height: 120%;
	color: #000000;
	margin: 14px 0;
}

.wel_txt p {
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: 180%;
	color: #000000;
	margin: 15px 0 !important;
	word-spacing: 5px;
	text-align: justify;
}


.wel_txt .flex {
	display: flex;
	align-items: center;
	gap: 20px;

}

.numb a {
	font-size: 22px;
	font-weight: 600;
	color: #626262e0;
}

.numb a i {
	color: #2bbbed;
}

.left_img {
	width: 207px;
	position: absolute;
	left: -53px;
	transform: rotate(-11.5593deg);
	top: 195px;
}


.icon {
	background: #fff;
	width: 90px;
	display: flex;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	justify-content: center;
	height: 90px;
	border-radius: 100%;
}


.icon i {
	font-size: 40px;
}

.rgt_img {
	width: 207px;
	position: absolute;
	right: -3px;
	top: 102px;
}

.btn-rest {
	margin: 18px 0;
	color: #fff;
	border-radius: 5px;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 30px;
	background-color: #2bbbed;
}

.btn-rest a {
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

.overlay2 {
	position: absolute;
	top: 76px;
	left: 17px;
	border-bottom: 64px solid #1c627c;
	border-right: 104px solid transparent;
	transform: rotateY(180deg);
}

.testi-txt2 {
	padding: 2%;
}

.bg_img6-1 {
	background-color: #fff;
}

.bg_img6-1 {
	background-color: #009846;
}

.testi-txt2 h2 {
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 150%;
}

.testi-txt2 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 150%;
}

.fa-star {
	font-size: 23px;
	color: #ffd600;
}

.testi-txt h2 {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 28px;
	text-align: center;
	margin: 0% 1% 2%;
	font-weight: 700;
}

.client-txt h2 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin: 0% 1% 2%;
	font-weight: 500;
}



.brd-client {
	border: 1px solid #0098465c;
}

/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
image hover effect
--------------------------------------------------------------*/

.content2 {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.content2 img {
	display: block;
}

.content2 .content2-overlay {
	background: rgba(000, 000, 000, 0.5) !important;
	position: absolute !important;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content2:hover .content2-overlay {
	opacity: 1;
}

.content2-image {
	width: 100%;
}

.content2-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content2:hover .content2-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content2-details h3 {
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.fadeIn-top {
	top: 20%;
}

.bg_clr2 {
	background-color: #faf6f6;
}

.bg_clr222 {
	background-color: #8951bb;
}

.bg_clr8 {
	background: #fff;
}

.bg_clr10 {
	background-color: #fbf6f3;
}

.brd {
	border: 4px solid #fff;
}

.brd_rds {
	border-radius: 100%;
}

.brd_rds-10 {
	border-radius: 10px;
}

.icon-fit {
	width: 78px;
	display: block !important;
	margin: 13px auto;
}

.vision h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	color: #000;
	text-align: center;
}

.vision p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 170%;
	text-align: center;
	margin: 2% 2%;
	padding: 0% 4%;
	min-height: 140px;
}

.bg_clr5 {
	background-color: #cccccc3b;
}






/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 100px;
	right: 10px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 37px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.whatsapp-icon {
	margin-top: 16px;
}

.rltv {
	position: relative;
}

.light {
	background-color: #383632;
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	opacity: .3;

}

.bg_img2 {
	background: url(../image/banner1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 641px;
	z-index: -3;
}

.about_bg {
	background: url(../image/bg-img.jpg);

	background-position: center;
	background-size: cover;

}


.bg_img4 {
	background: url(../image/demo-restaurant-home-01.png);

}

.ovrflo-hidn {
	overflow: hidden;
}


/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 10px;
	}

	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 75px;
		right: 10px;
		font-size: 22px;
	}
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
	width: 100%;
	z-index: 999999;
	background: #fff;
}


.top {
	width: 95%;
	margin: 0 auto;
	max-width: 19200px;
}

.top2 {
	width: 98%;
	margin: 0 auto;
	max-width: 1920px;
}

.top4 {
	width: 65%;
	margin: 0 auto;
}

.top3 {
	width: 75%;
	margin: 0 auto;
	max-width: 1920px;
}

.top5 {
	width: 85%;
	margin: 0 auto;
	max-width: 1920px;
}

.logo {
	width: 350px;
	margin: 3.8% 1%;
}

.top_right {
	width: fit-content;
	float: right;
}

.icon_item .flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	/* gap: 25px; */
}

.navbarrr {
	width: fit-content;
	float: left;
	margin: 1.3% 0%;
}

.call_em {
	width: fit-content;
	float: left;
	margin: 0% 1%;
}

.call {
	width: 310px;
	float: left;
	padding: 1.2% 1%;
	/* border-right: 0.2px solid rgb(225 227 225); */
}

.email {
	width: 325px;
	float: left;
	padding: 1% 1% 1%;
	/* border-right: 0.2px solid rgba(255, 255, 255, 0.2); */
}

.loca {
	width: 130px;
	float: left;
	padding: 1.2% 1%;
	border-right: 0.2px solid rgb(225 227 225);
}


.call_em_txt {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 14px;
}

.call_em_txt .fa {
	font-size: 16px !important;
	color: #000;
}

.brd_botm {
	border-bottom: 0.2px solid rgba(255, 255, 255, 0.2);
}

.brd {
	border: 1px dashed #ccc;
}

.brd2 {
	border: 1px solid #d6d6d6;
}


.cliennt_hed {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	padding: 1%;
	text-align: left;
	line-height: 160%;
}

.cliennt p {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	padding: 4% 1% 1%;
	text-align: center;
	line-height: 160%;
	min-height: 75px;
}

.quote {
	width: 140px;
	float: right;
	margin: 4.7% 0%;
}

.quote_btn {
	width: 100%;
	padding: 5% 7%;
	font-size: 15px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight: 500;
	border-radius: 7px;
	border: 1.5px solid #0d3600c7;
	transition: all .4s;
}

.quote_btn:hover {
	background-color: #0d3600c7;
	color: #fff;
	border: none;
}

.dis_none {
	display: none !important;
}

.logo_rigt {
	width: fit-content;
	float: right;
}

.servi_rd_more {
	width: 130px;
	float: none;
	margin: 1% auto;
}

.servi_rd_more_btn {
	width: 100%;
	padding: 5% 7%;
	font-size: 15px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 500;
	border-radius: 7px;
	border: 1.5px solid #fff;
}

.servi_rd_more_btn:hover {
	background-color: #d72817;
	color: #fff;
	border: 1.5px solid #d72817;
}





.read_mre {
	width: 130px;
	float: none;
	margin: 1% auto;
}

.read_mre_btn {
	width: 100%;
	padding: 5% 7%;
	font-size: 15px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 500;
	border-radius: 7px;
	border: 1.5px solid #fff;
}

.read_mre_btn:hover {
	background-color: #d72817;
	color: #fff;
	border: 1.5px solid #d72817;
}














.ab_shawdo {
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.main_heading h1 {
	font-family: Inter;
	color: #009a50;
	font-size: 28px;
	padding: 1% 1%;
	font-weight: 700;
	margin: 0;
}



.pro {
	text-align: center;
}



/*.icon {
	background-color: transparent !important;
	width: 108px !important;
	margin: 0 auto;
	border: 2px solid #cccccc4f;
	padding: 23px;
	border-radius: 50%;
}*/

.bg_clr9 {
	background: linear-gradient(45deg, #12c4d8, #b8f882);
	padding: 10% 0%;
}

.who h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 130%;
	margin: 0 !important;
	color: #006478;
}

.who6 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
	/* margin: 0 !important; */
	color: #1e98b5;
	text-transform: capitalize;

}



.bld1 p {
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #000 !important;
	line-height: 170% !important;
	text-align: justify !important;
	/* margin: 0% 0%; */
}

.who5 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
	margin: 0% 1% !important;
	color: #fff;
	text-transform: capitalize;
}

.who5 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
	margin: 0% 1% !important;
	color: #fff;
	text-transform: capitalize;
}

.cent {
	display: flex;
	align-items: center;
	justify-content: center;
}

.who4 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
	margin: 0% 1% !important;
	color: #1e98b5;
	text-transform: capitalize;
}

.who4 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
	margin: 0 !important;
	color: #1e98b5;
	text-transform: capitalize;
}

.who4 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 170%;
	text-align: justify;
	margin: 0% 1%;
}


.who h1 span {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	color: #00637b;
	position: relative;
}

.who h1 span::after {
	content: "";
	position: absolute;
	bottom: 43%;
	right: -64px;
	width: 90%;
	border: 1px solid #00637b;
}


.who h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 150%;
	/* text-align: justify; */
	margin: 0% 0% 1%;
}

.who p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 170%;
	text-align: justify;
	margin: 0% 0%;
}

.who2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 170%;
	text-align: justify;
	margin: 0% 0%;
}

.who2 h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	margin: 0 !important;
	color: #000;
}

.who2 p a {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #7e4a41;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0%;
}


.c_cler h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 160%;
	text-align: justify;
	margin: 2% 0%;
}

.c_cler h5 span {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.c_cler p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 0% 1%;
}

.c_cler p span {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.who h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 1% 1%;
}


.abt_rounded {
	/* background-color: #FFF0E6 !important; */
	border-radius: 50px !important;
	/* padding: 1% 2% !important; */
	margin-bottom: 1% !important;
	display: inline-block;
}

.abt_rounded p {
	color: #fff;
}

.roundded {
	background-color: #F8F8F9 !important;
	border-radius: 6px !important;
	padding: 1.5rem !important;
	margin-bottom: 1% !important;
	border-bottom: 5px solid #d72817 !important;
}


.servi_roundded {
	background-color: #fff !important;
	border-radius: 6px !important;
	margin-bottom: 1% !important;
	/* border-top: 5px solid #d72817 !important; */
}


.overview p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 150%;
	text-align: justify;
	margin: 2% 0%;
}


.overview h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	color: #fff;
}

.overview_rounded {
	background-color: #FFF0E6 !important;
	border-radius: 50px !important;
	padding: 1% 2% !important;
	margin-bottom: 1% !important;
	display: inline-block;
}


.overview_rounded p {
	color: #d1103e;
}


.miss h5 {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 22px;
	line-height: 160%;
	text-align: center;
	font-weight: 300;
	padding: 2% 1% 1%;
	margin: 0 !important;
}



.miss p {
	font-family: 'Poppins', sans-serif;
	color: #d1103e;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	font-weight: 400;
	padding: 1% 2% 2%;
	margin-bottom: 2%;
}


.main_hedd h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	line-height: 130%;
	margin: 1% 1% 2%;
	border-bottom: 4px solid #d72817;
	padding: 0.5% 1%;
	display: inline-block;
	background-color: #19396a;
}



.value-txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.value-txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	text-align: center;
	margin: 1%;
	color: #fff;
}

/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/
.col_ms33 {
	width: 31%;
	float: left;
}



.col_ms3 {
	width: 62%;
	float: left;
}

.col_ms33 {
	width: 31%;
	float: left;
	min-height: 660px !important;
}






.c_icon {
	width: 7%;
	float: left;
}

.c_icon .fa {
	color: #fff;
	margin-top: 20%;
}



.c_link2 {
	color: #fff;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
breadcrumb
--------------------------------------------------------------*/

.inner_banner {
	height: 370px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}



ul.breadcrumb4 li {
	display: inline;
	font-size: 18px;
}

ul.breadcrumb4 li+li:before {
	padding: 8px;
	color: #fff;
	content: "/\00a0";
}

ul.breadcrumb4 li a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
	width: 100%;
	position: relative;
}

.link {
	text-decoration: none;
	color: #000;
}

.link:hover {
	text-decoration: none;
	color: #000;
}

.link2 {
	text-decoration: none;
	color: #fff;
}

.link3 {
	text-decoration: none;
	color: #000 !important;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm73 {
	width: 63%;
	float: left;
	margin: 1%;
}

.col_sm45 {
	width: 48%;
	height: 20%;
	margin: 1%;
	float: left;
}

.col_sm455 {
	width: 48%;
	margin: 0 auto;

}

.col_sm46 {
	width: 24%;
	height: 20%;
	margin: 1%;
	float: left;
}

.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm111 {
	width: 78%;
	float: left;
	margin: 1%;
}

.col_sm11 {
	width: 16.5%;
	float: left;
	margin: 1%;
}


.col_sm2 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm2_1 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm22 {
	width: 60%;
	float: left;
	margin: 1%;
}

.col_sm3 {
	width: 31%;
	float: left;
	margin: 1%;
}

.col_sm3_1 {
	width: 33.33%;
	float: left;
	margin: 0%;
}

.col_sm33 {
	width: 33.3%;
	float: left;
	/* margin: 1%; */
}

.col_sm3_2 {
	width: 23.8%;
	float: left;
	margin: 1% 0% 1% 1%;
}

.col_sm4 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm4_1 {
	width: 23%;
	margin: 1% 1%;
	float: left;
}

.col_sm4_2 {
	width: 33%;
	margin: 1% 1%;
	float: left;
}

.col_sm4_3 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm5 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm6 {
	width: 16%;
	float: left;
	margin: .5% 0%;
}



.col_sm666 {
	width: 84%;
	float: left;
	margin: 1%;
}

.col_sm66 {
	width: 11%;
	float: left;
	margin: 1%;
}



.col_sm8 {
	width: 29%;
	margin: 1%;
	float: right;
}


.col_sm88 {
	width: 65%;
	margin: 1%;
	float: left;
}

.col_sm9 {
	width: 31%;
	margin: 1%;
	float: left;
}

.col_sm99 {
	width: 65%;
	margin: 1%;
	float: left;
}

.col_sm889 {
	width: 68%;
	margin: 1%;
	float: left;
}

.col_sm10 {
	width: 13%;
	float: left;
	margin: 1%;
}

.col_sm100 {
	width: 83%;
	float: left;
	margin: 1%;
}

.col_sm444 {
	width: 63%;
	margin: 1%;
	float: left;
}

.col_sm44 {
	width: 33%;
	margin: 1%;
	float: left;
}

.col_sm55 {
	width: 18%;
	margin: 1% 1%;
	float: left;
}

.col_sm555 {
	width: 78%;
	margin: 1%;
	float: left;
}

.col_sm77 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm777 {
	width: 73%;
	margin: 1%;
	float: left;
}

.col_sm12 {
	width: 41%;
	margin: 1%;
	float: left;
}

.col_sm122 {
	width: 55%;
	margin: 1%;
	float: left;
}

/*------------------------------------------
footer
------------------------------------------*/



/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.tickty {

	position: sticky;
	top: 10%;

}

.bg_clr1 {
	background: #006179;
	/* background-color: #edf2fa; */
}

.bg_clr6 {
	background: #ffffffe3;
}

.bg_clr3 {
	background-color: #bc1e2a;
	padding: 20px 0px;
}

.bg_clr4 {
	background-color: #7c4b43;
}

.bg_clr7 {
	background-color: #005b73;
}

.shdddw {
	-webkit-box-shadow: 0px 0px 13px -10px rgba(46, 46, 46, 1);
	-moz-box-shadow: 0px 0px 13px -10px rgba(46, 46, 46, 1);
	box-shadow: 0px 0px 13px -10px rgba(46, 46, 46, 1);
	padding: 2%;
}

.hero1 {
	background-color: #97cd64;
}

.hero2 {
	background-color: #0098b9;
}

.hero3 {
	background-color: #97cd64;
}

.hero5 {
	background-color: #1e98b5;
}

.hero6 {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 0px 0px;
}

.bgg {
	background-image: url(../images/bgg.png);
	background-size: cover;
	background-position: center center;
}

/*--------------------------------------------------------------
company profile page
--------------------------------------------------------------*/

.vishindas p {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 160%;
	text-align: justify;
	font-weight: 400;
	padding: 1%;
	margin-bottom: 2%;
}

.vishindas p span {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}



/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/


.who ul li a {
	font-family: 'Poppins', sans-serif;
	float: left;
	margin: 0% 1%;
	padding: 18px 22px;
	background-color: #ef3f34;
	text-decoration: none;
	color: #fff;
}

.ftr_txt h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0% 0% 4% 0%;
	color: #fff;
}

.ftr_txt3 h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0% 0% 3% 10%;
	color: #fff;
}

.ftr_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0% 0% 2% 0%;
	color: #fff;
}

.ftr_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 1% 0%;
	line-height: 160%;
	color: #fff;
	text-align: left;
}

.ftr_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0%;
	line-height: 160%;
	color: #fff;
	text-align: justify;
	padding-right: 84px;
}

.ftr_lt_txt {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #fff;
	margin: 0;
}

.ftr_right {
	text-align: right;
}

.col-icon {
	color: #fff !important;
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/

.table_hedd {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
}

.table_para {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: justify;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #afafaf;
	background-color: #FFFFFF;
}

th,
td {
	border: solid 1px #cfcfcf !important;
	text-align: left !important;
	padding: 8px !important;
}

tr:nth-child(even) {
	background-color: #f3f3f3;
}

.bodytext_bold5 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #d1103e;
	padding: 0.5% 0% 0.5% 1%;
	text-align: center;
}

.td_txt {
	padding: 0.5% 0% 0.5% 1%;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 160%;
}

.td_txt span {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.col_sm16 {
	width: 99%;
}

.tbl_link {
	color: #000;
	text-decoration: none;
}


.mapp h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 150%;
	margin: 3% 2% 1%;
	color: #001D23;
}

/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/

.bullet1 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	margin: 0% 2% 2% 0%;
	text-decoration: none;
	font-weight: 400;
	/* list-style: disc; */
	cursor: pointer;
}

.bullet1 ul li:hover {
	color: #9ece53;
}


/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
.page_head {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-top: 3%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
}

.contact_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 1% 1% 0%;
	color: #122a5a;
}

.cont_col_sm3 {
	width: 31%;
	float: left;
	margin: 1%;
	border: 1px solid #e9e9e9;
	background-color: #f3f3f3;
	min-height: 190px;
	padding: 20px;
	border-radius: 5px;
}

.cont_pdg_sm3 {
	padding: 1% 1.5%;
}

.pdg-top {
	padding-top: 30px;
}

.marg {
	margin: 20px 0 !important;
}

.con_heading h2 {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 2% 1% 2% 1%;
}


.con_heading h2 span {
	color: #000;
	font-size: 14px;
}

.cont_icn {
	width: 20px;
	float: left;
	margin: 1.5% 3% 0% 1%;
}

.cont_icn i {
	font-size: 20px;
}

.cont_txt_main {
	width: 85%;
	float: left;
}

.cont_txt_main p {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	text-align: left;
	margin: 6px 0px;
}

.cont_txt_main p span {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}




.cont_col_sm2 {
	width: 48%;
	float: left;
	margin: 1%;
	border: 1px solid #e9e9e9;
	background-color: #f3f3f3;
	min-height: 190px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	bottom: 3%;
	transition-duration: 1s;
	background-image: url('../image/top.jpg');
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 999;
	background-size: 100% 100%;
}


.m-blk {
	display: none !important;
}


.min_height-cushion {
	min-height: 476px;
}

.min_height_products {
	min-height: 468px;
}

.min_height {
	min-height: 482px;
}

.ingredients_popup {
	width: 800px;
}

.ingredients_popup3 {
	width: 500px;
}

.ingredients_popup1 {
	width: 300px;
}

.remodal_popup {
	width: 1000px;
}

@media only screen and (max-width:1600px) {
	.min_height-cushion {
		min-height: 497px;
	}

	.min_height_products {
		min-height: 544px;
	}

	.min_height {
		min-height: 547px;
	}
}


@media only screen and (max-width:1300px) {
	.col_sm66 {
		width: 13%;
	}

	.min_height-cushion {
		min-height: 446px;
	}

	.pd h2 {
		font-size: 16px;
	}

	.col_sm100 {
		width: 85%;
	}

	.col_sm10 {
		width: 13%;
	}

}

@media only screen and (max-width:1200px) {
	.col_sm4_3 {
		width: 48%;
	}

	.dis_aapear {
		display: none !important;
	}

	.pro-txt4 h2 {
		font-size: 144px;
		margin: -8% 0% 1% !important;
	}

	.min_height {
		min-height: 587px !important;
	}

	.min_height_products {
		min-height: 517px;
	}

	.logo {
		width: 140px;
	}

	.brd-pad2 {
		min-height: 270px;
	}
}



@media only screen and (max-width:1125px) {
	.top {
		width: 98%;
	}

	.min_height {
		min-height: 450px !important;
	}

	.pd h2 {
		font-size: 14px;
	}

	.navbar {
		align-items: center;
		margin-bottom: 1%;
	}

	.min_height-cushion {
		min-height: 510px;
	}
}

@media only screen and (max-width:991px) {
	.col_sm66 {
		width: 13%;
	}

	.min_height-cushion {
		min-height: 845px !important;
	}

	.min_height_products {
		min-height: 845px !important;
	}

	.min_height {
		min-height: 845px !important;
	}

	.button-stly {
		padding: 0px 0px;
	}

	.navbar {
		margin-bottom: 0%;
	}

	.brd-pad2 {
		min-height: 240px;
	}

	.col_sm22 {
		width: 100%;
	}



}

@media only screen and (max-width:960px) {

	.col_sm55 {
		width: 48%;
	}

	.col_sm2 {
		width: 98%;
		float: left;
		margin: 1%;
	}

	.pro-txt4 h2 {
		font-size: 118px;
	}

	/* .min_height {
		min-height: 474px !important;
	} */

	.col_sm66 {
		width: 13%;
	}

	.flex3 {
		flex-direction: row;
	}

	.col_sm77,
	.col_sm777 {
		width: 98%;
	}

	.queries-txt h2 {
		text-align: center;
	}

	.col_sm88,
	.col_sm8 {
		width: 98%;
	}

	.col_sm4 {
		width: 98%;
	}

	.dis_none {
		display: block !important;
	}

	.call_em {
		display: none;
	}

	.logo {
		margin: 0.8% 1%;
		padding-top: 1%;
		float: none;
		width: 170px;
	}

	.logo_rigt {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.col_sm3 {
		width: 98%;
	}

	.top {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: #009a50 !important;
	}

	.col_sm444 {
		width: 100%;
	}

	.col_sm44 {
		width: 100%;
	}

	.ingredients_popup {
		width: 100%;
	}

	.ingredients_popup1 {
		width: 100%;
	}

	.ingredients_popup3 {
		width: 100%;
	}

	.remodal_popup {
		width: 100%;
	}
}

@media only screen and (max-width:800px) {

	.pro-txt4 h2 {
		font-size: 100px;
		margin: -9% 0% 1% !important;
	}

	.col_sm66 {
		width: 13%;
	}

	.col_sm73 {
		width: 98%;
	}

	.col_sm6 {
		width: 31%;
		min-height: 76px;
	}

	.col_sm3_2 {
		width: 49%;
	}

	.col_sm10 {
		width: 20%;
	}

	.col_sm100 {
		width: 98%;
	}

	.col_ms33 {
		width: 98%;
		margin: 1%;
	}

	.col_ms3 {
		width: 98%;
		float: left;
		margin: 1%;
	}

	.ftr_txt3 h1 {
		margin: 0% 0% 4% 0%;
	}

	.col_sm99 {
		width: 98%;
	}

	.col_sm9 {
		width: 98%;
	}

	.col_sm8 {
		width: 98%;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.col_sm88 {
		width: 98%;

	}

	.ftr_txt2 p {
		margin: 1% 1% 1% 1%;
	}

	.col_sm4 {
		width: 98%;
	}

	.col_sm33 {
		width: 98%;
		margin: 1% 0%;
	}

	.ftr_txt h1 {
		margin: 4% 0%;
	}

	.col_sm2 {
		width: 98%;
	}

	.ftr_right {
		text-align: left;
	}

}

@media only screen and (max-width:700px) {
	.pro-txt4 h2 {
		font-size: 86px;
		margin: -9% 0% 1% !important;
	}

	.col_sm55 {
		width: 31%;
	}

	.col_sm66 {
		width: 13%;
	}

	.bg_img2 {

		height: 530px;

	}

	.col_sm4_3 {
		width: 98%;
	}

	.border {
		padding: 2% 1%;
	}

	.flex2 {
		gap: 10px;
	}
}

@media only screen and (max-width:600px) {
	.col_sm55 {
		width: 98%;
	}

	.pro-txt4 h2 {
		font-size: 58px;
		margin: -9% 0% 1% !important;
	}

	.bg_img2 {
		height: 426px;
	}

	.pd {
		height: 119px;
	}

	.pd h2 {
		font-size: 13px;
	}

	.bullet2 ul {
		margin-left: 5%;
	}

	.bullet3 ul {
		margin-left: 39px;
	}

	.c_clr {
		padding: 33px 15px;
	}

	.col_sm3_2 {
		width: 99%;
	}

	.brd-pad2 {
		padding: 2%;
	}

	.flex_ftr {
		flex-direction: column;
	}
}

@media only screen and (max-width:500px) {
	.col_sm66 {
		width: 13%;

	}

	.pro-txt4 h2 {
		display: none !important;
	}

	.bg_img2 {
		height: 346px;
	}

	.call {
		margin: 2% 0%;
	}

	.email {
		margin: 2% 0%;
	}

	.col_sm100 {
		width: 98%;
	}

	.call {
		width: 200px;
	}

	.call_em {
		width: 355px;
	}
}

@media only screen and (max-width:400px) {

	.col_sm66 {
		width: 13%;

	}

	.bg_img2 {
		height: 280px;
	}
}

@media only screen and (max-width:360px) {
	.call_em {
		width: 320px;
	}

	.logo {
		width: 130px;
	}

	.fa-location-dot,
	.fa-phone-volume {
		height: 42px;
	}

	.bullet3 ul {
		margin-left: 7%;
	}

}