﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster|Merriweather:700&display=swap');

body {
	font-size: 15px;
	font-family: "Roboto", serif;
	color: #1c1c1c;
}

h1,
h2,
h3,
h4 {
	margin: 10px 0;
	font-family: "Outfit", serif;
}

h1 span {
	color: #72b626;
}

h3 {
	color: #222222;
	font-size: 2.0em;
	/*font-weight: 600;*/
	padding-bottom: 10px;
}

h1 {
	color: #07080c;
	font-size: 35px;
	padding-bottom: 25px;
	line-height: 50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform: uppercase;
}

.legal-img {
	border: 2px solid #88b747;
}

h1 span {
	color: #88b747;
}

p {
	color: #1c1c1c;
	line-height: 25px;
	font-size: 15px;
}

p.highlight {
	font-size: 25px;
	font-weight: 500;
	color: #555 !important;
	margin-bottom: 20px;
	text-transform: uppercase;
}

p.highlight span {
	font-weight: 800 !important;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.more-info {
	background: #72b626;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	margin: 15px 0;
	text-transform: uppercase;
}

.top-space {
	margin: 15px 0;
}

.list-style {
	list-style-image: url(../img/bullet.png);
	margin-top: 15px;
	padding: 0 0 0 25px !important;
}

.list-style li {
	padding: 5px 0;
	line-height: 2em;
}

.clr {
	clear: both;
}

.divider .outer-line {
	width: 25%;
	border-bottom: 1px solid #ddd;
}

.divider span {
	display: inline-block;
	vertical-align: middle;
}

.divider .fa {
	font-size: 20px;
	margin: 0 20px;
}

#about {
	padding: 2.0em 0 0;
	/*	padding: 5.0em 0 0;*/
	background: url(../img/layer-bottom.png) bottom repeat-x;
}

#about h1 {
	/*margin-bottom:30px;*/
	text-align: center;
}

#about h3 {
	margin: 0px;
	padding: 0px;
}

#about p {
	margin-bottom: 15px;
	text-align: justify;

}

#about p span {
	color: #88b747;
	font-weight: bold;
	font-size: 18px;
}

#about h4 {
	color: #222222;
	font-size: 1.6em;
	font-weight: 600;
	padding-top: 10px;
}

#about i.contact-icon {
	font-size: 1.8em;
	color: #090909;
	padding-right: 5px;
	line-height: 35px;
}

.video-w3l {

	background: rgba(0, 0, 0, 0.28);
	min-height: 300px;
	text-align: center;

}

.video-w3l h5 {

	color: #fff;
	font-size: 45px;
	letter-spacing: 2px;
	text-align: center;
	width: 70%;
	line-height: 1.5;
	margin: 0 auto;
	padding-top: 60px;
	text-shadow: 6px 4px 2px rgba(10, 10, 10, 0.78);
}

#welcome {
	padding: 50px 0 0;
	background: url(../img/welcome-bg.png) bottom repeat-x;
}

#welcome h1 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 50px;
	color: #df781c;
}

#welcome h4 {
	font-family: 'Lobster', cursive;
	font-size: 30px;
	margin-bottom: 20px;
}

#welcome p {
	text-align: justify;
	padding: 0px 0;
	font-size: 18px;
	line-height: 30px;
}

#welcome h3 {
	color: #fc623b;
	text-align: left;
	font-size: 3.0;
	margin: 20px 0 10px;
}

.head-line {
	background: url(../img/line.png) center bottom no-repeat;
	width: 100%;
	height: 29px;
}

.cta-btn-container {

	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.cta-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 20px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff;
	margin-top: 3em;
}

.cta-btn:hover {
	background: #88b747;
	border: 3px solid #fff;
	color: #fff;
	text-decoration: none !important;
}

.more-info {

	/*background: linear-gradient(to right, rgba(48,48,48,1) 0%, rgba(0,0,0,1) 100%);*/
	color: #fff;


}

.more-info {

	background: linear-gradient(135deg, #83af3f 0%, #517f0a 100%) !important;
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none !important;
	border-radius: 25px;
	margin: 15px 0;
	text-transform: uppercase;
	font-weight: 700;
	border: 0px;

}

/************tag line type*************/
.donate-box {
	position: relative;
	margin-bottom: 30px;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px;
	backdrop-filter: blur(2px);
	border-radius: 20px;
	border: 2px solid #000;
}

.box-padd {
	padding: 0px;
}

.img-padd {
	padding: 0 30px;
	position: relative;
	top: 45px;
}

.donate-box .inner {
	position: relative;
	text-align: center;
}

.donate-box .inner .icon-box {
	position: relative;
	width: 85px;
	height: 85px;
	color: #52cd0e;
	font-size: 46px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 12px;
	border: 2px solid #ffffff;
	border-radius: 50px 0px 50px 50px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: #ffffff;
	backdrop-filter: blur(2px);
	padding: 0px;
}

.donate-box .inner h3 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 32px;
}

.donate-box .inner h3 {
	color: #fff !important;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.donate-box .inner h3 a:hover {
	color: #1ecb16;
}

.donate-box .inner:hover .icon-box {
	border-color: #1ecb16;
}

.donate-box .inner:hover h3 a {
	color: #1ecb16;
}

.donate-box .inner p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
.scale-up-center {
	-webkit-animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
	animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}

@-webkit-keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.fl-right {
	display: none;
}

.fl-big {
	display: block;
}

.welcome-top-space {
	/*margin-top: 100px;*/
}

/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.featured-fluid-section {
	position: relative;
	padding: 0px;
	min-height: 250px;
	background: #f9f9f9;
}

.featured-fluid-section .column {
	position: relative;
	display: block;
	float: left;
	width: 50%;
}

.featured-fluid-section .image-column {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
}

.featured-fluid-section .text-column {
	float: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.featured-fluid-section .text-column .content-box {
	position: relative;
	max-width: 600px;
	padding-left: 15px;
}

.featured-fluid-section .dark-column .content-box {
	padding: 80px 15px 80px 50px;
	color: #a8a8a8;
}

.featured-fluid-section .dark-column:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 25, 0.95);
}

.featured-fluid-section.style-two .dark-column:before {
	background: rgba(106, 198, 16, 0.95);
}

.featured-fluid-section .dark-column h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2em;
}

.featured-fluid-section .dark-column .title-text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.featured-fluid-section.style-two .dark-column .title-text a {
	color: #ffffff;
}

.featured-fluid-section .dark-column .title-text:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 100%;
	width: 30px;
	height: 3px;
	background: #6ac610;
	color: #ffffff;
}

.featured-fluid-section.style-two .dark-column .title-text:after {
	background: #ffffff;
}

.featured-fluid-section .theme-btn {
	margin-right: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.featured-fluid-section .dark-column .text {
	position: relative;
	color: #d5d5d5;
	font-size: 15px;
	margin-bottom: 50px;
}

.featured-fluid-section.style-two .dark-column .text {
	color: #f2f2f2;
}

/*****====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 90px 0px 90px;
}

.services-block {
	position: relative;
	margin-bottom: 70px;
}

.services-block:last-child {
	margin-bottom: 0px;
}

.services-block .inner-box {
	position: relative;
	text-align: center;
	max-width: 330px;
}

.services-block .inner-box .icon-box {
	position: relative;
	margin-bottom: 17px;
}

.services-block .inner-box h3 {
	position: relative;
	color: #2f2f2f;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.services-block .inner-box h3 a {
	color: #2f2f2f;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block .inner-box h3 a:hover {
	color: #9cc327;
}

.services-block .inner-box .text {
	position: relative;
	color: #444444;
	font-size: 15px;
}

.services-section .left-column .services-block:nth-child(1),
.services-section .left-column .services-block:nth-child(3) {
	margin-left: 115px;
}

.services-section .right-column .services-block:nth-child(2) {
	margin-left: 115px;
}

.services-section .bulb-box {
	position: absolute;
	left: 50%;
	float: left;
	bottom: 150px;
	margin-left: -150px;
}

.services-section:after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 403px;
	height: 529px;
	z-index: -1;
	background: url(../images/resource/side-icon.jpg) right bottom no-repeat;
}

/*****====================================================================
	Services Section
====================================================================

***/
.update {
	padding: 5.0em 0;
	background: #88b747;
}

.update h1 {
	color: #fff;
}

.update-box {
	text-align: center;
	padding: 25px 20px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 3px 1px #ddd;
	border-radius: 100%;
	width: 250px;
	height: 250px;
	margin: 10px auto 0px auto;
}

.update h3 {
	font-size: 23px;
	margin-top: 25px;
	color: #05060a;
}

.update p {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}


.update i {
	color: #88b747;
	margin: 20px 0 0;
	font-size: 6.0em;
	line-height: 50px;
}




#whychoose {
	padding: 6.0em 0;

}

#whychoose h1 {
	margin-bottom: 30px;
	text-align: center;
}

.btn-style-two {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 11px 25px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background: #6ac610;
	color: #ffffff !important;
	border: 2px solid #6ac610 !important;
	border-radius: 3px;
}

.btn-style-two:hover {
	background: #ffffff;
	color: #6ac610 !important;
	border-color: #6ac610;
}

.theme-btn {
	margin-right: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

/***********tagline***********/
#tagline {
	background-image: url(../img/bottom-img-1.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 80px 0px 260px;
}

.tag h1 {
	font-size: 55px;
	color: #fff;

}

.tag h2 {
	font-size: 35px;
	font-family: 'Lobster', cursive;
	color: #fff;
	font-weight: normal !important;
}

.tag span {
	color: #9cc327;
}

#tagline2 {
	/* background-image: url(../img/tag2-bg.jpg); */
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 6em 1em;
}

.tag h1 {
	font-size: 34px;
	color: #000;
	line-height: 45px;
	font-weight: 600;
	margin-top: 0px;
}

.tag h2 {
	font-size: 42px;
	font-family: 'Lobster', cursive;
	color: #df781c;
	font-weight: normal !important;
	text-align: center;
	text-transform: capitalize;
}

.tag span {
	color: #9cc327;
}

#mission {
	background: #f8f8f8;
	padding: 6.0em 0 0 0;

}

#mission h1 {
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
}

#mission h3 {
	font-size: 23px;
	margin: 10px 0 0;
	color: #05060a;
}

#mission p {
	text-align: left;
	font-size: 16px;
	margin: 10px 0 10px;
}

#mission .list-style {
	margin-top: 0px;
}

#mission .list-style li {
	/*color: #2b2b2b;*/
	font-size: 15px;
}




#benefit {
	padding: 6.0em 0 0 0;

}

#benefit h1 {
	margin-bottom: 30px;
	text-align: left;
}

#benefit h3 {
	font-size: 23px;
	margin: 10px 0 0;
	color: #05060a;
}

#benefit p {
	text-align: left;
	font-size: 16px;
	margin: 10px 0 10px;
}

#benefit .list-style {
	margin-top: 0px;
}

#benefit .list-style li {
	/*	color: #2b2b2b;*/
	font-size: 15px;
}








#example {
	padding: 5.0em 0;
}

.step-box {
	text-align: center;
	padding: 20px;
	margin: 10px 0px;
	border: 2px solid #ccc;
	border-radius: 100%;
}

.step-box::after {
	border-left: 5px solid ccc;
}

.step-box p {
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
}

.step-box i {
	color: #88b747;
	text-align: center;
	margin: 20px 0 0;
	font-size: 3.0em;
}

#example-2 {
	padding: 0 0;
}

.example-box {
	padding: 4em 4.0em;
	text-align: center;
	background: url(../img/goshopee-bg.jpg);
}

.example-box .list-style li {
	text-align: center;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}


.example-box i {
	color: #88b747;
	text-align: center;
	margin: 5px 0;
	font-size: 3.0em;
}

.example-box2 {
	padding: 4em 4.0em;
	text-align: center;
	background: #040707;
}

.example-box2 h1 {
	color: #fff;
}

.example-box2 .list-style li {
	text-align: center;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.example-box2 i {
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
	font-size: 2.0em;
}


#exa {
	background: #f8f8f8;
}

.exa-box {
	text-align: center;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 40px 20px 40px 20px;
}

.exa-img {
	background: url(../img/img-1.jpg) no-repeat center;
	height: 650px;
	background-size: 100%;
}


.exa-box .icon-box {
	position: relative;
	margin-bottom: 19px;
}

.exa-box i {
	color: #fff;
	font-size: 3.0em;
}

.content-box p {

	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.content-box i {
	color: #88b747;
	text-align: center;
	margin: 10px 0;
	font-size: 2.2em;
	font-weight: 600;
}

.content-box h1 {
	color: #fff !important;
	text-align: left;
}

.content-box h3 {
	color: #fff !important;
	text-align: left;
	font-family: 'Lobster', cursive;
	font-size: 20px;

}




/************Product*************/

.product-w-one {
	padding: 50px 0px;
}

.upper-heading {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.quality-box {
	display: flex;
	align-items: center;
	margin: 10px 0px;
}

.quality-content {
	width: calc(100% - 150px);
}

.quality-box .quality-icon {
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.quality-box .quality-content h3 {
	font-size: 25px;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: 600;
}

.quality-box .quality-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.product-w-one h4,
.product-w-two h4 {
	font-size: 20px;
	line-height: 30px;
}

.product-w-two {
	padding: 50px 0px;
	background: url(../img/welcome-bg.png)
}

.product-heading {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
}

.product-heading-green {
	color: #699726;
}

.product-heading-blue {
	color: #0c54a0;
}


.product-sub-head {
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 32px !important;
    line-height: 42px !important;
}

.product-sub-text {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0px;
	padding: 15px;
	color: #fff;
	border-radius: 10px;
}

.product-sub-text-green {
	background: linear-gradient(90deg, #95ba2d, #699727);
}


.product-sub-text-blue {
	background: linear-gradient(90deg, #6a83c1, #0c54a0);
}


/************About Us*************/
.align-item-center {
	display: flex;
	align-items: center;
}

.about-us {
	padding: 50px 0px;
}

.about-us h3 {
	font-size: 45px;
	font-weight: 600;
}

.who-we-are {
	padding: 0px 0px 50px 0px;
	background: url(../img/welcome-bg.png)
}

.who-we-are h3 {
	margin-top: 80px;
	font-size: 45px;
	font-weight: 600;
}

.Promise {
	padding: 50px 0px;
	background: url(../img/bg-2.jpg);
	background-size: 100%;
	height: 480px;
}

.promise-box {
	border: 2px solid #df781c;
	padding: 50px;
	text-align: center;
	background: rgb(0 0 0 / 20%);
	backdrop-filter: blur(4px);
}

.Promise h3 {
	color: #ffffff;
	font-size: 45px;
	font-weight: 600;
}

.Promise p {
	color: #ffffff;
}

.Promise .img-style {
	margin-top: -35px;
}

.vision-wrapper {
	display: flex;
}

.vision-box {
	border-radius: 15px;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin: 25px 0px;
	width: calc(100% - 30px);
	margin: 15px;
}

.vision-box h4 {
	font-size: 30px;
	font-weight: 600;
}

@media (max-width:1024px) {
	#whychoose h3 {
		font-size: 18px;
	}

	.update-box {
		width: 220px;
		height: 220px;
	}

	.update h3 {
		font-size: 20px;
	}

	.exa-box {
		padding: 7px 10px 10px 10px;
	}

	.exa-img {
		background: url(../img/img-1.jpg) no-repeat center;
		background-size: auto;
		height: 686px;
		background-size: 100%;
	}
}

@media (min-width: 769px) {
	.cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

@media(max-width:768px) {
	.usp-box {
		text-align: center;
	}
	.fl-big {
		display: none;
	}
	.fl-right {
		display: block;
		margin-top: 0px;
		width: 100%;
	}

	.usp-right {
		text-align: center;
	}

	#whychoose img {
		display: none;
	}

	#welcome {
		padding: 20px 0 0;
	}

	#welcome h1 {
		font-size: 30px;
	}

	#welcome h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#welcome p {
		font-size: 16px;
		line-height: 25px;
	}

	.heading {
		padding: 20px 0px 0em 0em;
	}
	.donate-box {
		width: calc(50% - 20px);
		margin: 5px 10px;
	}
	.img-padd {
		text-align: center;
		position: unset;
		margin: 25px 0px;
	}
	.img-padd img {
		width: 60%;
		margin: 0 auto;
	}
	#tagline {
		padding: 30px 0px 140px;
	}
	.tag h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.tag h2 {
		font-size: 30px;
	}
	.align-item-center {
		display: unset;
		align-items: center;
	}
	.about-us {
		padding: 0px 0px;
	}
	.about-us h3 {
		font-size: 30px;
	}
	.who-we-are {
		padding: 0px 0px 20px 0px;
	}
	.who-we-are h3 {
		margin-top: 0px;
		font-size: 30px;
	}
	.Promise {
		padding: 20px 0px;
		height: 375px;
	}
	.promise-box {
		padding: 15px;
	}
	.Promise h3 {
		font-size: 30px;
	}
	.vision-wrapper {
		display: unset;
	}
	.vision-box h4 {
		font-size: 26px;
	}
	.product-w-one {
		padding: 20px 0px;
	}
	.product-heading {
		font-size: 30px;
		padding-bottom: 0px;
	}
	.product-sub-head {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	.product-sub-text {
		font-size: 16px;
		padding: 10px;
	}
	.quality-box .quality-icon {
		width: 120px;
		height: 120px;
	}
	.product-w-one h4, .product-w-two h4 {
		font-size: 18px;
		line-height: 30px;
	}
	.product-w-two {
		padding: 20px 0px;
	}
}

@media(max-width:600px) {
	
	.welcome-top-space {
		margin-top: 0px;
	}

	h1 {
		font-size: 28px;
	}

	.exa-img {
		height: 400px;
	}

	#whychoose {
		padding: 2.0em 0;
	}

	.update {
		padding: 2.0em 0;
	}

	#mission {
		padding: 2.0em 0;
	}

	#benefit {
		padding: 2.0em 0;
	}

	.donate-box {
		width: 100%;
		margin: 5px 0px;
	}
	.Promise {
        height: 353px;
    }
	.vision-box {
		padding: 15px;
	}
	.upper-heading {
		font-size: 18px;
		font-weight: 500;
	}
	.quality-box .quality-content h3 {
		font-size: 20px;
		margin: 0px 0px 5px;
	}
}

@media (max-width: 500px) {
    .img-padd img {
        width: 100%;
        margin: 0 auto;
    }
	.tag h1 {
        font-size: 20px;
        line-height: 30px;
    }
	.tag h2 {
        font-size: 24px;
    }
	#tagline {
        padding: 30px 0px 90px;
    }
	.Promise {
        height: 368px;
    }
	.Promise .img-style {
		margin-top: -15px;
	}
	.quality-box {
		display: unset;
		margin: 0 auto;
	}
	.quality-box .quality-icon {
		float: none;
		margin: 0 auto;
	}
	.quality-content {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: center;
	}
	.product-w-one h4, .product-w-two h4 {
        text-align: center;
    }
	.product-w-two h3 {
		text-align: center;
	}

	.ma-padd-0 {
		padding: 0px;
	}
}

@media(max-width:360px) {
	.Promise {
        height: 410px;
    }
}