body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}



@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.landing_page_banner {
	background: url("../images/banner_img2.jpg") no-repeat center;
	background-size: cover;
	padding: 0 0 180px;
}
.landing_page_banner:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.landing_page_banner .container {
	position: relative;
	z-index: 9;
}
.landing_page_banner_logo img {
	width: 235px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 18px;
}
.landing_page_banner_heading {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 150px;
}
.landing_page_banner_text {
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
}
.landing_page_banner_text strong {
	font-weight: 600;
	color: #ab8b50;
	font-size: 22px;
}
.landing_page_banner_btn {
	display: inline-block;
	background: #ab8b50;
	color: #fff !important;
	font-weight: 500;
	padding: 12px 25px;
	border-radius: 35px;
	margin-top: 30px;
	font-size: 17px;
}
.landing_taste_section {
	padding: 85px 0;
}
.landing_taste_section_heading {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	color: #caa45c;
}
.landing_taste_section_text {
	color: #666;
	margin-top: 20px;
	font-size: 17px;
}
.landing_taste_box {
	margin-top: 40px;
}
.landing_taste_box_inner {
	background: rgba(171, 139, 80, 0.1);
	border-radius: 10px;
	padding: 50px 20px;
	min-height: 100%;
}
.landing_taste_box:nth-child(2) .landing_taste_box_inner {
	background: rgba(28, 119, 58, 0.1);
}
.landing_taste_box_inner img {
	background: #ab8b50;
	width: 70px;
	border-radius: 50%;
	padding: 8px;
}
.landing_taste_box:nth-child(2) .landing_taste_box_inner img {
	background: #1c773a;
}
.landing_taste_box_heading {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
}
.landing_taste_box_text {
	color: #666;
	margin-top: 5px;
}
.landing_form_section {
	padding: 85px 0;
	background: #1C773A;
	background: linear-gradient(130deg, rgba(28, 119, 58, 0.1) 0%, rgba(171, 139, 80, 0.1) 100%);
}
.landing_form_section_inner {
	background: #fff;
	border-radius: 10px;
	padding: 50px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
}
.landing_reward_section {
	padding: 85px 0;
}
.landing_reward_coupon {
	font-weight: 500;
	font-size: 15px;
	background: #fffad9;
	border-radius: 4px;
	padding: 6px 20px;
	margin-top: 10px;
}
.landing_reward_section_inner {
	background: rgba(171, 139, 80, 0.1);
	padding: 40px;
	border-radius: 10px;
	margin-top: 50px;
}
.landing_reward_section_img img {
	border-radius: 10px;
}
.landing_reward_section_heading {
	color: #111;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
}
.landing_reward_section_list ul {
	padding: 0;
	margin: 0;
}
.landing_reward_section_list ul li {
	list-style: none;
	position: relative;
	color: #555;
	margin-top: 10px;
	padding-left: 25px;
}
.landing_reward_section_list ul li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 15px;
	border-right: 3px solid #1c773a;
	border-bottom: 3px solid #1c773a;
	top: 2px;
	left: 4px;
	transform: rotate(45deg);
}
.landing_bottom_section {
	background: url("../images/bottom_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.landing_bottom_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1C773A;
	background: linear-gradient(130deg, rgba(28, 119, 58, 1) 0%, rgba(171, 139, 80, 1) 48%);
	opacity: 0.95;
}
.landing_bottom_section .container {
	position: relative;
	z-index: 9;
}
.landing_bottom_section_btn {
	display: inline-block;
	background: #1c773a;
	color: #fff !important;
	font-weight: 500;
	padding: 12px 25px;
	border-radius: 35px;
	margin-top: 30px;
	font-size: 17px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer {
	background: #111;
	padding: 0 0 20px;
}
.footer_logo img {
	width: 160px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 15px;
	margin-bottom: 10px;
}
.footer_text {
	font-weight: 500;
	font-size: 17px;
}
.footer_copyright {
	font-size: 14px;
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}
#back-to-top {
	background: #1c773a;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.landing_form p {
	margin-bottom: 0 !important;
}
.contact_form_label {
	font-weight: 600;
	font-size: 19px;
	margin: 40px 0 10px;
	line-height: 1.2;
}
.contact_form_radio .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
}
.contact_form_radio .wpcf7-list-item {
	border: 1px solid #eee;
	width: 32%;
	padding: 8px 15px;
	margin: 10px 1% 0 0 !important;
	border-radius: 5px;
}
.half_radio .wpcf7-list-item {
	width: 49%;
}
span.wpcf7-list-item {
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 0;
	color: #666;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 26px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 17px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #1c773a;
	border-color: #1c773a;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #1c773a;
	border-color: #1c773a;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_form_input input {
	width: 100%;
	border: 1px solid #ddd !important;
	min-height: 45px;
	border-radius: 5px;
}
.landing_form .wpcf7-submit {
	background: #ab8b50 !important;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	text-transform: none;
	min-height: 45px;
	margin-top: 22px;
	padding: 12px 25px;
}
.landing_form .wpcf7-spinner {
	display: block !important;
}



@media only screen and (min-width : 300px) and (max-width : 1023px) {
.landing_page_banner_logo img {
  width: 160px;
}
.landing_page_banner_heading {
  font-size: 46px;
  margin-top: 80px;
}
.landing_page_banner_text {
  font-size: 24px;
}
.landing_page_banner_text strong {
  font-size: 18px;
}
.landing_page_banner_btn {
  padding: 10px 20px;
  font-size: 15px;
}
.landing_page_banner {
  padding: 0 0 70px;
}
/* .landing_taste_section_heading {
  font-size: 26px;
} */
.landing_taste_section_text {
  font-size: 18px;
}
.landing_form_section_inner {
  padding: 40px 20px 20px;
}
.contact_form_label {
  font-size: 22px;
}
.contact_form_radio .wpcf7-list-item, .half_radio .wpcf7-list-item {
  width: 100%;
  margin: 10px 0 0 0 !important;
}
.landing_reward_section_inner {
  padding: 20px;
}
.footer_logo img {
  width: 125px;
}
.landing_taste_section, .landing_form_section, .landing_reward_section, .landing_bottom_section {
  padding: 50px 0;
}
.landing_form .wpcf7-submit {
  font-size: 15px;
  padding: 10px 20px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}


@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.contact_form_radio .wpcf7-list-item {
  width: 49%;
}
.half_radio .wpcf7-list-item {
  width: 99%;
}
}









