/*
Theme Name: Onehive
Theme URI: https://wordpress.com/
Author: CMW Developer
Author URI: https://wordpress.com/
Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onehivegroup
Tags:
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@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');
.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
}
.roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.roboto-thin-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
}
.roboto-light-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: italic;
}
.roboto-regular-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.roboto-medium-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
}
.roboto-bold-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}
.roboto-black-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: italic;
}
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #67748E;
	font-weight: 400;
}
p:empty {
	display: none;
}
* {
	line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	line-height: normal;
}
p {
	margin-bottom: 15px;
	font-size: clamp(1rem, 0.8864rem + 0.3636vw, 1.25rem);
	line-height: 1.7;
}
a {
	outline: none;
	color: #F8BD4A;
	transition: all .2s ease-in-out;
}
a:hover,
a:focus {
	color: #F8BD4A;
	outline: none;
	text-decoration: none;
}
button,
button:focus {
	outline: none;
}
br {
	line-height: 0;
}
.container {
	max-width: 1600px;
	padding-left: clamp(1.875rem, 0.4726rem + 3.9024vw, 4.375rem);
	padding-right: clamp(1.875rem, 0.4726rem + 3.9024vw, 4.375rem);
}
h1,
.h1 {
	font-size: clamp(1.625rem, 0.2927rem + 3.7073vw, 4rem);
}
h2,
.h2 {
	font-size: clamp(1.5rem, 0.3079rem + 3.3171vw, 3.625rem);
	color: #000;
	font-weight: 400;
}
h2 b,
.h2 b,
h3 b,
.h3 b {
	color: #073666;
	font-weight: 700;
}
h3,
.h3 {
	font-size: clamp(1.375rem, 0.5335rem + 2.3415vw, 2.875rem);
	color: #000;
}
strong {
	color: #073666;
}
/* common css start */
.formWrapper input {
	font-weight: 400;
	width: 100%;
	border: 1px solid #D2D6DA;
	border-radius: 6px;
}
.blue-btn a,
.newsLetterForm input[type="submit"] {
	background: #073666;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 6px;
}
.formWrapper input::placeholder {
	color: #495057;
	opacity: 50%;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.cmnBtn {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	padding: 14px 28px;
	display: inline-block;
	border-radius: 6px;
}
.blueBtn {
	background: #073666;
	color: #fff;
}
.yellowBtn {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	padding: 14px 28px;
	display: inline-block;
	background: #F8BD4A;
	color: #fff;
	border-radius: 6px;
}
.yellowBtn:hover {
	background: #fff;
	color: #073666;
}
.page_title {
	z-index: 1;
	position: relative;
}
.cta_btnRow a:hover {
	background: #F8BD4A;
	color: #fff;
}
/* common css end */
/* header css start */
.top_header {
	padding: 17px 40px;
	background: #fff;
}
.navbar ul li {
	margin: 0 20px;
	position: relative;
}
.navbar a {
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
	font-weight: 400;
	color: #18191F;
}
.navbar ul li .sub-menu li a {
	padding: 10px 0;
}
ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	min-width: 243px;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #073666;
	background: #ffff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: .0.3s all;
	-ms-transition: .0.3s all;
	-o-transition: 0.3s all;
}
.navbar-collapse {
	max-width: max-content;
}
.navbar .blue-btn a {
	margin-left: 30px;
	color: #fff;
}
.navbar-dark .navbar-brand {
	padding: 0;
	margin: 0;
}
.footer-brand img, .navbar-brand img {
	max-width: 190px;
	width: 190px;
	height: 63px;
	object-fit: contain;
	display:block;
}
/* header css end */
/* footer css start */
.footer_top>div {
	font-size: clamp(1rem, 0.9299rem + 0.1951vw, 1.125rem);
	font-weight: 400;
	line-height: clamp(1.5rem, 1.3247rem + 0.4878vw, 1.8125rem);
	border-top: 1px solid;
	border-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 50.52%, rgba(0, 0, 0, 0) 100%);
	border-image-slice: 1;
	padding-top: clamp(2.1875rem, 1.1707rem + 2.8293vw, 4rem);
	padding-bottom: 30px;
}
.footer_top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_top .titleh4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 23.44px;
	margin-bottom: clamp(1.5625rem, 0.8613rem + 1.9512vw, 2.8125rem);
	color: #000;
}
.footerText {
	max-width: 334px;
	margin-top: clamp(1.5625rem, 1.1067rem + 1.2683vw, 2.375rem);
}
.footerContact li a {
	color: #67748E;
	margin: 0 0 20px 0;
	display: inline-block;
}
.newsLetterForm .wpcf7-response-output {
	margin: 0 !important;
	border-color: #18191F !important;
	font-size: 16px !important;
}
.newsLetterForm .wpcf7-not-valid-tip {
	margin: 5px 0 0 !important;
	font-size: 16px !important;
}
.newsLetterForm .formWrapper .submitBtn p {
	margin-bottom: 0;
}
.footerSocialIcon ul li:not(.footerSocialIcon ul li:last-child) {
	margin-right: 24px;
}
.footer-copyright {
	margin-top: 30px;
}
.newsLetterForm input {
	padding: 9px 13px;
	font-size: 14px;
	line-height: 20px;
}
.newsLetterForm .formWrapper p {
	margin-bottom: 20px;
}
/* footer css end */
/* home page css start */
.slideContent {
	position: absolute;
	left: 0;
	top: 50%;
	height: auto;
	width: 51%;
	transform: translate(0%, -50%);
	color: #fff;
}
.slideBox {
	position: relative;
}
.slider-home.slick-slider {
	margin-bottom: 0;
}
.slideContent>div {
	padding: 0 0 0 clamp(0.9375rem, -0.9558rem + 5.2683vw, 4.3125rem);
}
.slideText {
	font-weight: 400;
	line-height: clamp(1.2775rem, 1.1723rem + 0.2927vw, 1.465rem);
	margin-top: 40px;
	font-size: clamp(1rem, 0.8598rem + 0.3902vw, 1.25rem);
}
.slideTitle {
	font-size: clamp(1.375rem, 0.5335rem + 2.3415vw, 2.875rem);
	margin: 0;
}
.slideTitle,
.slideTitle b {
	color: #fff;
}
.innovativeRightImages {
	margin: 3% 0 0;
}
.innovativeSolutionsLeft {
	margin-top: clamp(3.125rem, 1.4773rem + 5.2727vw, 6.75rem);
}
.innovativeRightImages>div>div {
	display: flex;
	flex-wrap: wrap;
	width: 50.641vw;
	height: 30.9vw;
	margin-left: auto;
	position: relative;
	margin: 7.64% 0 7.64% auto;
	max-width: 803px;
}
.innovativeRightImages>div>div>div {
	width: 100%;
	position: relative;
	position: absolute;
	width: 37.5%;
	height: 45.6%;
	overflow: hidden;
}
.innovativeRightImages>div>div>div.imgSix {
	text-align: left !important;
	top: 14vw;
	z-index: -1;
	clip-path: unset;
	width: 15.9vw;
	height: 13.8vw;
	left: 1.5vw;
}
.imgOne.withGraphic {
	right: 10%;
	z-index: 0;
	width: 39.4%;
	height: 47.8%;
	top: -10%;
	clip-path: unset;
	overflow: visible;
}
.imgTwo {
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.imgThree {
	top: 25%;
	left: 0;
}
.imgFour {
	top: 25%;
	right: 0;
}
.imgFive {
	top: 51%;
	left: 50%;
	transform: translate(-50%, 0);
}
.innovativeRightImages>div>div>div.imgSix {
	text-align: left !important;
	top: 57%;
	z-index: -1;
	clip-path: unset;
	width: 41.5%;
	height: 50.6%;
	left: 5%;
}
.innovativeSolutionsSec {
	margin-top: clamp(2.5rem, 1.7188rem + 2.5vw, 3.125rem);
	margin-bottom: clamp(2.5rem, -1.4063rem + 12.5vw, 5.625rem);
}
.innovativeRightImages>div>div>div.imgOne.withGraphic img,
.innovativeRightImages>div>div>div.imgSix img {
	width: 100%;
}
.imgOne.withGraphic::after {
	content: '';
	width: 30.8%;
	height: 34%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="98" height="95" viewBox="0 0 98 95" fill="none"><path d="M75.9127 25.1835C77.8074 26.2774 79.3839 27.8467 80.4863 29.7365C81.5887 31.6262 82.179 33.7709 82.1987 35.9586L82.4128 59.7693C82.433 62.0145 81.8515 64.2242 80.7288 66.1687C79.6062 68.1131 77.9832 69.7215 76.0287 70.8267L55.3001 82.547C53.3957 83.6238 51.2431 84.185 49.0553 84.1751C46.8675 84.1653 44.7201 83.5848 42.8254 82.4909L21.4918 70.1742C19.597 69.0803 18.0206 67.5109 16.9182 65.6212C15.8157 63.7315 15.2255 61.5868 15.2058 59.3991L14.99 35.5874C14.9699 33.3422 15.5513 31.1326 16.674 29.1881C17.7967 27.2436 19.4196 25.6352 21.3742 24.5301L42.1027 12.8098C44.0072 11.733 46.1597 11.1718 48.3475 11.1816C50.5353 11.1915 52.6827 11.772 54.5774 12.8659L75.9127 25.1835Z" fill="%23F8BD4A"/><mask id="mask0_247_382" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="31" y="28" width="36" height="40"><path d="M66.1147 28.0088H31.4688V67.4128H66.1147V28.0088Z" fill="white"/></mask><g mask="url(%23mask0_247_382)"><path d="M59.7566 49.378C59.6424 48.6539 59.3568 47.9675 58.9235 47.3762C58.4902 46.7849 57.9218 46.3057 57.2657 45.9787L52.1741 43.5461C52.4904 42.9262 52.6544 42.2397 52.6523 41.5438C52.6561 40.965 52.5425 40.3915 52.3184 39.8579C52.0943 39.3243 51.7643 38.8417 51.3485 38.4392L51.7783 37.5787C51.9019 37.3355 51.9299 37.0547 51.8567 36.7919C51.7835 36.5291 51.6145 36.3032 51.3829 36.1589C51.2697 36.0944 51.1443 36.0542 51.0147 36.0408C50.8852 36.0275 50.7542 36.0413 50.6302 36.0814C50.5063 36.1215 50.3921 36.187 50.2948 36.2737C50.1976 36.3604 50.1195 36.4664 50.0655 36.585L49.612 37.493C49.0887 37.3742 48.5455 37.3729 48.0217 37.4893L47.57 36.585C47.5159 36.4664 47.4378 36.3604 47.3405 36.2738C47.2432 36.1871 47.1289 36.1216 47.005 36.0816C46.881 36.0415 46.75 36.0277 46.6204 36.041C46.4908 36.0543 46.3654 36.0944 46.2522 36.1589C46.0206 36.3033 45.8515 36.5292 45.7783 36.7921C45.7051 37.0551 45.7331 37.3359 45.8568 37.5791L46.2806 38.4266C45.8608 38.8295 45.5275 39.3137 45.301 39.8496C45.0745 40.3855 44.9596 40.962 44.9632 41.5438C44.9611 42.2397 45.1249 42.9261 45.441 43.5461L40.414 45.948C39.4088 46.4264 38.6136 47.2565 38.1788 48.2814C37.8052 49.1446 37.6884 50.0972 37.8423 51.025C37.9963 51.9529 38.4145 52.8168 39.0468 53.5131C39.4322 53.9395 39.9023 54.2808 40.4271 54.5152C40.9519 54.7495 41.5199 54.8718 42.0946 54.8742C42.3605 54.8742 42.6257 54.8478 42.8863 54.7955C43.454 54.6784 43.991 54.4441 44.463 54.1077C44.6385 54.4777 44.8561 54.8262 45.1117 55.1461L47.9686 58.7112C48.0699 58.8362 48.1976 58.9372 48.3425 59.0071C48.4874 59.0769 48.646 59.1139 48.8068 59.1154C48.969 59.1143 49.1289 59.0772 49.2749 59.0069C49.421 58.9365 49.5497 58.8345 49.6516 58.7084L52.5047 55.1475C52.7602 54.8276 52.9778 54.4792 53.1529 54.1091C53.6263 54.4456 54.1648 54.6794 54.7339 54.7955C54.9945 54.8478 55.2597 54.8742 55.5255 54.8742C56.1002 54.8717 56.6681 54.7494 57.1928 54.5151C57.7175 54.2807 58.1875 53.9394 58.5729 53.5131C59.0741 52.9606 59.4421 52.3006 59.6484 51.5838C59.8547 50.867 59.894 50.1124 59.7631 49.378M57.3076 52.1496C57.0318 52.4599 56.6794 52.6924 56.2857 52.8241C55.8919 52.9557 55.4706 52.9818 55.0636 52.8998C54.6495 52.813 54.2638 52.6238 53.9418 52.3495C53.6197 52.0752 53.3716 51.7245 53.22 51.3296L50.5652 44.8877L56.5435 47.7435C56.9287 47.9324 57.2624 48.2118 57.516 48.5579C57.7696 48.9039 57.9356 49.3063 57.9996 49.7305C58.0791 50.1601 58.0576 50.6023 57.9368 51.0221C57.8159 51.442 57.5991 51.828 57.3035 52.1496M51.6814 52.9412C51.5553 53.2835 51.3753 53.6034 51.1482 53.8888L48.9842 56.5897C48.9628 56.616 48.9358 56.6371 48.9051 56.6517C48.8745 56.6662 48.841 56.6738 48.8071 56.6738C48.7731 56.6738 48.7396 56.6662 48.709 56.6517C48.6783 56.6371 48.6513 56.616 48.6299 56.5897L46.4659 53.8888C46.2389 53.6034 46.0591 53.2835 45.9332 52.9412H51.6814ZM46.485 51.0111L46.8831 50.0434H50.7272L51.1254 51.0111H46.485ZM46.7495 41.5438C46.7282 41.2608 46.7655 40.9765 46.8592 40.7086C46.9528 40.4408 47.1008 40.1951 47.2937 39.9871C47.4867 39.779 47.7206 39.6131 47.9806 39.4996C48.2407 39.3861 48.5214 39.3275 48.8052 39.3275C49.089 39.3275 49.3697 39.3861 49.6298 39.4996C49.8898 39.6131 50.1237 39.779 50.3167 39.9871C50.5096 40.1951 50.6576 40.4408 50.7512 40.7086C50.8449 40.9765 50.8822 41.2608 50.8609 41.5438C50.8636 41.9721 50.7472 42.3927 50.5247 42.7587L49.1673 42.1095C49.0544 42.0556 48.9309 42.0277 48.8059 42.0277C48.6808 42.0277 48.5574 42.0556 48.4445 42.1095L47.088 42.7577C46.8653 42.3918 46.7487 41.9712 46.7514 41.5428M47.6785 48.1133L48.8073 45.3701L49.9361 48.1133H47.6785ZM47.0489 44.8877L44.3983 51.3291C44.2467 51.7241 43.9986 52.0747 43.6765 52.349C43.3545 52.6233 42.9688 52.8125 42.5547 52.8993C42.1477 52.9814 41.7262 52.9553 41.3324 52.8237C40.9385 52.6921 40.5861 52.4595 40.3102 52.1491C40.0147 51.8275 39.7981 51.4415 39.6774 51.0218C39.5566 50.6021 39.5351 50.16 39.6145 49.7305C39.6786 49.3062 39.8447 48.9038 40.0985 48.5577C40.3523 48.2117 40.6862 47.9323 41.0716 47.7435L47.0489 44.8877Z" fill="white"/><path d="M48.8806 67.4129C48.6793 67.4128 48.4815 67.36 48.3069 67.2597L32.9012 58.4326C32.4845 58.1929 32.138 57.8481 31.8963 57.4326C31.6545 57.0171 31.5261 56.5454 31.5237 56.0648L31.4688 39.2242C31.4683 38.7439 31.5938 38.2718 31.8327 37.8551C32.0716 37.4384 32.4156 37.0916 32.8304 36.8494L47.3877 28.379C47.8036 28.1379 48.2755 28.0102 48.7562 28.0086C49.237 28.0069 49.7097 28.1315 50.1272 28.3697L65.533 37.1972C65.799 37.3496 65.9936 37.6014 66.074 37.8973C66.1543 38.1932 66.1138 38.5088 65.9614 38.7748C65.809 39.0409 65.5572 39.2355 65.2613 39.3158C64.9654 39.3961 64.6498 39.3557 64.3837 39.2033L48.978 30.3758C48.913 30.3383 48.8392 30.3186 48.7642 30.3186C48.6892 30.3186 48.6155 30.3383 48.5505 30.3758L33.9932 38.8456C33.9282 38.8836 33.8744 38.9381 33.8371 39.0035C33.7998 39.0688 33.7804 39.1429 33.7808 39.2182L33.8358 56.0587C33.8362 56.1338 33.8562 56.2074 33.894 56.2723C33.9317 56.3371 33.9858 56.391 34.0509 56.4284L49.4567 65.2541C49.6778 65.3808 49.8508 65.5771 49.9488 65.8124C50.0468 66.0476 50.0644 66.3086 49.9988 66.5549C49.9331 66.8011 49.788 67.0188 49.5858 67.1741C49.3837 67.3293 49.136 67.4134 48.8811 67.4133" fill="white"/></g></svg>') no-repeat;
	top: -17%;
	right: 11%;
	position: absolute;
	background-size: contain;
}
.innovativeSolutionsText {
	margin-top: clamp(1.5625rem, 0.8523rem + 2.2727vw, 3.125rem);
	max-width: 564px;
	color: #67748E;
	margin-bottom: 0 !important;
}
.productsSec {
	padding-top: clamp(2.5rem, 1.7045rem + 2.5455vw, 4.25rem);
	padding-bottom: clamp(2.5rem, 0.5966rem + 6.0909vw, 6.6875rem);
}
.productsSec h2.vc_custom_heading {
	margin-bottom: clamp(1.5625rem, 0.8523rem + 2.2727vw, 3.125rem);
}
.hex-container {
	position: relative;
	width: 100%;
	height: 46vw;
	display: flex;
	flex-wrap: wrap;
	margin: 0 19px -4vw;
	max-width: 100%;
}
.hex {
	height: 13.3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	/*! text-align: center; */
	position: absolute;
	background: #F8BD4A;
	width: 16.6%;
	max-height: 212px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="242" height="212" viewBox="0 0 242 212" fill="none"><path d="M170.573 1C174.268 1.00005 177.9 1.96644 181.108 3.80363C184.315 5.64083 186.989 8.28518 188.863 11.4751L238.068 95.221C239.988 98.4878 241 102.209 241 106C241 109.791 239.988 113.512 238.068 116.779L188.863 200.525C186.989 203.715 184.315 206.359 181.108 208.196C177.9 210.034 174.268 211 170.573 211H71.4274C67.7321 211 64.1007 210.034 60.8927 208.196C57.6846 206.359 55.0111 203.715 53.1368 200.525L3.93167 116.779C2.01222 113.512 1 109.791 1 106C1 102.209 2.01222 98.4878 3.93167 95.221L53.1372 11.4751C55.0114 8.28519 57.6849 5.64083 60.8929 3.80363C64.1008 1.96644 67.7321 1.00005 71.4274 1H170.573Z" stroke="%23F8BD4A" stroke-width="2"/></svg>') no-repeat;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.filled {
	color: #ffffff;
}
.hex1 {
	top: 0;
	left: 0;
}
.hex2 {
	top: 24%;
}
.hex3 {
	top: 52%;
}
.hex4 {
	top: 11%;
}
.hex5 {
	top: 38.5%;
}
.hex6 {
	top: 66%;
}
.hex7 {
	top: 24%;
}
.hex8 {
	top: 52%;
}
.hex9 {
	top: 11%;
}
.hex10 {
	top: 38.5%;
}
.hex11 {
	left: 50.2vw;
	top: 66%;
}
.hex12 {
	left: 70%;
	top: 52%;
	z-index: 1;
}
.hex13 {
	left: 76%;
	top: 25%;
}
.hex2,
.hex3 {
	left: 12%;
}
.hex4,
.hex5,
.hex6 {
	left: 26.5%;
}
.hex7,
.hex8 {
	left: 41%;
}
.hex9,
.hex10,
.hex11 {
	left: 55.5%;
}
.hex span {
	max-width: 7vw;
	text-align: center;
	font-size: 1.25vw;
	color: #000;
	display: block;
}
.hex.filled span {
	color: #fff;
}
.hex.bigBox span {
	max-width: 10vw;
	text-align: center;
	font-size: 2vw;
	color: #000;
}
.hex.double-outline::after {
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
}
.hex.bigBox {
	font-size: 1.8vw;
	width: 22.85%;
	height: 36%;
	max-height: 289px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="334" height="290" viewBox="0 0 334 290" fill="none"><path d="M95.0785 2.10717C91.2807 2.10717 87.5303 3.10547 84.2329 4.99413C80.9354 6.88281 78.1732 9.6147 76.2448 12.8944L5.1299 133.846C1.0944 140.709 1.09435 149.237 5.12985 156.1L76.2448 277.052C78.1732 280.332 80.9354 283.063 84.2328 284.952C87.5303 286.841 91.2806 287.839 95.0784 287.839H238.172C241.969 287.839 245.72 286.841 249.017 284.952C252.315 283.063 255.077 280.332 257.005 277.052L328.12 156.1C332.156 149.237 332.156 140.709 328.12 133.846L257.005 12.8944C255.077 9.6147 252.315 6.88281 249.017 4.99413C245.72 3.10547 241.969 2.10717 238.172 2.10717H95.0785ZM95.0785 0H238.172C246.656 0 254.508 4.49736 258.816 11.8245L329.931 132.776C334.356 140.302 334.356 149.644 329.931 157.17L258.816 278.122C254.508 285.449 246.656 289.946 238.172 289.946H95.0784C86.5939 289.946 78.7419 285.449 74.4339 278.122L3.31894 157.17C-1.10632 149.644 -1.10632 140.302 3.319 132.776L74.4339 11.8245C78.742 4.49736 86.594 0 95.0785 0Z" fill="%23F8BD4A"/></svg>');
}
.hex.filled {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="242" height="212" viewBox="0 0 242 212" fill="none"><path d="M170.573 0C174.443 5.48644e-05 178.245 1.01206 181.604 2.93586C184.964 4.85967 187.763 7.62857 189.725 10.9686L238.931 94.7144C240.94 98.1349 242 102.031 242 106C242 109.969 240.94 113.865 238.931 117.286L189.725 201.031C187.763 204.371 184.964 207.14 181.604 209.064C178.245 210.988 174.443 212 170.573 212H71.4274C67.5577 212 63.755 210.988 60.3957 209.064C57.0364 207.14 54.237 204.371 52.2746 201.031L3.06947 117.286C1.05976 113.865 0 109.969 0 106C0 102.031 1.05976 98.1349 3.06947 94.7144L52.275 10.9686C54.2374 7.62857 57.0367 4.85967 60.3959 2.93586C63.7551 1.01206 67.5577 5.48644e-05 71.4274 0H170.573Z" fill="%23F8BD4A"/><path d="M170.573 0C174.443 5.48644e-05 178.245 1.01206 181.604 2.93586C184.964 4.85967 187.763 7.62857 189.725 10.9686L238.931 94.7144C240.94 98.1349 242 102.031 242 106C242 109.969 240.94 113.865 238.931 117.286L189.725 201.031C187.763 204.371 184.964 207.14 181.604 209.064C178.245 210.988 174.443 212 170.573 212H71.4274C67.5577 212 63.755 210.988 60.3957 209.064C57.0364 207.14 54.237 204.371 52.2746 201.031L3.06947 117.286C1.05976 113.865 0 109.969 0 106C0 102.031 1.05976 98.1349 3.06947 94.7144L52.275 10.9686C54.2374 7.62857 57.0367 4.85967 60.3959 2.93586C63.7551 1.01206 67.5577 5.48644e-05 71.4274 0H170.573Z" stroke="%23F9F9F9"/></svg>') no-repeat;
}
.double-outline {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="242" height="212" viewBox="0 0 242 212" fill="none"><path d="M170.573 3C173.919 3.00005 177.208 3.8752 180.114 5.53917C183.019 7.20315 185.441 9.59841 187.139 12.4883L236.344 96.2342C238.083 99.1937 239 102.565 239 106C239 109.435 238.083 112.806 236.344 115.766L187.139 199.512C185.441 202.402 183.019 204.797 180.114 206.461C177.208 208.125 173.919 209 170.573 209H71.4274C68.0809 209 64.7921 208.125 61.8866 206.461C58.981 204.797 56.5592 202.402 54.8612 199.512L5.65605 115.766C3.91714 112.806 3 109.434 3 106C3 102.565 3.91714 99.1937 5.65605 96.2342L54.8615 12.4883L52.275 10.9686L54.8616 12.4883C56.5595 9.59841 58.9813 7.20315 61.8868 5.53917C64.7923 3.8752 68.081 3.00005 71.4275 3H170.573Z" fill="%23F9F9F9" stroke="%23F8BD4A" stroke-width="6"/></svg>');
}
.productsSec::after {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="258" height="589" viewBox="0 0 258 589" fill="none"><g clip-path="url(%23clip0_864_1632)"><g style="mix-blend-mode:multiply"><path d="M151.012 174.372C151.012 165.34 148.644 156.421 144.164 148.579C139.684 140.736 133.203 134.166 125.423 129.579L-58.0827 21.3777C-74.374 11.7719 -94.6147 11.7719 -110.906 21.3776L-294.412 129.579C-302.192 134.166 -308.672 140.736 -313.152 148.579C-317.632 156.421 -320 165.34 -320 174.372V392.869C-320 401.901 -317.632 410.82 -313.152 418.663C-308.672 426.505 -302.192 433.075 -294.412 437.663L-110.906 545.864C-94.6146 555.47 -74.3741 555.47 -58.0827 545.864L125.423 437.663C133.203 433.075 139.684 426.505 144.164 418.663C148.644 410.82 151.012 401.901 151.012 392.869L151.012 174.372ZM156.012 174.372L156.012 392.869C156.012 413.047 145.344 431.721 127.963 441.97L-55.5432 550.171C-73.4069 560.704 -95.5817 560.704 -113.445 550.171L-296.952 441.97C-314.333 431.721 -325 413.047 -325 392.869V174.372C-325 154.194 -314.333 135.52 -296.951 125.272L-113.445 17.0706C-95.5817 6.53766 -73.4069 6.53766 -55.5432 17.0706L127.963 125.272C145.344 135.52 156.012 154.194 156.012 174.372Z" fill="%23F8BD4A"/></g></g><path d="M212.145 198.329C216.214 200.678 219.599 204.049 221.967 208.107C224.334 212.165 225.602 216.771 225.644 221.469L226.088 270.5C226.131 275.321 224.883 280.066 222.472 284.242C220.061 288.418 216.576 291.872 212.378 294.245L169.694 318.376C165.605 320.689 160.982 321.894 156.284 321.873C151.586 321.852 146.974 320.606 142.905 318.256L98.9431 292.875C94.8743 290.526 91.4889 287.156 89.1215 283.097C86.7541 279.039 85.4866 274.434 85.4443 269.735L85.0038 220.707C84.9604 215.885 86.2091 211.14 88.62 206.964C91.0309 202.788 94.516 199.334 98.7133 196.961L141.397 172.83C145.486 170.518 150.108 169.312 154.806 169.333C159.503 169.354 164.114 170.6 168.183 172.948L212.145 198.329Z" fill="%23F8BD4A"/><mask id="mask0_864_1632" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="119" y="204" width="73" height="83"><path d="M191.982 204.44H119.48V286.901H191.982V204.44Z" fill="white"/></mask><g mask="url(%23mask0_864_1632)"><path d="M178.681 249.158C178.441 247.644 177.843 246.208 176.937 244.971C176.03 243.735 174.841 242.732 173.468 242.048L162.808 236.953C163.469 235.656 163.812 234.22 163.808 232.763C163.816 231.552 163.578 230.351 163.109 229.234C162.64 228.116 161.949 227.106 161.078 226.263L161.978 224.463C162.237 223.954 162.295 223.367 162.142 222.817C161.989 222.267 161.635 221.794 161.15 221.492C160.913 221.358 160.651 221.274 160.38 221.246C160.109 221.218 159.835 221.247 159.575 221.331C159.316 221.415 159.077 221.552 158.874 221.733C158.67 221.915 158.507 222.136 158.394 222.384L157.445 224.284C156.35 224.036 155.213 224.033 154.117 224.276L153.172 222.384C153.059 222.136 152.895 221.915 152.692 221.733C152.488 221.552 152.249 221.415 151.99 221.331C151.731 221.247 151.457 221.218 151.185 221.246C150.914 221.274 150.652 221.358 150.415 221.492C149.93 221.795 149.577 222.267 149.424 222.818C149.27 223.368 149.329 223.955 149.588 224.464L150.474 226.238C149.596 227.082 148.898 228.095 148.424 229.216C147.95 230.338 147.71 231.544 147.717 232.761C147.713 234.218 148.056 235.654 148.717 236.951L138.2 241.981C136.095 242.982 134.43 244.719 133.519 246.864C132.737 248.671 132.493 250.664 132.815 252.606C133.137 254.548 134.012 256.355 135.335 257.812C136.141 258.705 137.125 259.419 138.224 259.909C139.322 260.4 140.51 260.655 141.713 260.66C142.268 260.66 142.821 260.605 143.365 260.496C144.556 260.253 145.682 259.764 146.673 259.059C147.04 259.834 147.495 260.564 148.03 261.233L154.008 268.694C154.22 268.956 154.487 269.168 154.791 269.314C155.094 269.46 155.426 269.537 155.763 269.54C156.101 269.537 156.435 269.458 156.739 269.31C157.043 269.162 157.311 268.949 157.523 268.685L163.494 261.233C164.029 260.564 164.484 259.835 164.851 259.06C165.841 259.765 166.968 260.254 168.159 260.497C168.703 260.606 169.256 260.661 169.811 260.661C171.014 260.656 172.202 260.401 173.3 259.91C174.398 259.42 175.382 258.706 176.188 257.813C177.238 256.657 178.008 255.276 178.44 253.776C178.872 252.275 178.955 250.696 178.681 249.158ZM173.543 254.958C172.965 255.608 172.227 256.096 171.403 256.371C170.578 256.647 169.695 256.701 168.843 256.528C167.978 256.346 167.172 255.951 166.499 255.378C165.826 254.805 165.307 254.072 164.989 253.247L159.443 239.761L171.951 245.738C172.757 246.134 173.456 246.718 173.987 247.442C174.517 248.167 174.865 249.009 174.999 249.896C175.165 250.795 175.12 251.721 174.867 252.599C174.614 253.477 174.161 254.285 173.543 254.958ZM161.781 256.612C161.517 257.329 161.141 257.998 160.666 258.595L156.135 264.247C156.09 264.302 156.033 264.347 155.969 264.377C155.905 264.408 155.835 264.423 155.764 264.423C155.693 264.423 155.623 264.408 155.559 264.377C155.495 264.347 155.438 264.302 155.393 264.247L150.864 258.595C150.389 257.998 150.013 257.329 149.749 256.612H161.781ZM150.911 252.576L151.741 250.547H159.781L160.614 252.572L150.911 252.576ZM151.464 232.764C151.416 232.171 151.492 231.573 151.686 231.01C151.88 230.447 152.189 229.93 152.593 229.492C152.997 229.054 153.487 228.705 154.033 228.466C154.579 228.227 155.168 228.103 155.764 228.103C156.36 228.103 156.949 228.227 157.495 228.466C158.041 228.705 158.531 229.054 158.935 229.492C159.339 229.93 159.648 230.447 159.842 231.01C160.036 231.573 160.112 232.171 160.064 232.764C160.071 233.66 159.828 234.54 159.364 235.306L156.517 233.947C156.281 233.834 156.022 233.776 155.76 233.776C155.499 233.776 155.24 233.834 155.004 233.947L152.165 235.303C151.701 234.537 151.458 233.657 151.465 232.761M153.405 246.511L155.767 240.77L158.129 246.511H153.405ZM152.081 239.761L146.538 253.247C146.22 254.073 145.7 254.805 145.027 255.378C144.353 255.951 143.547 256.347 142.681 256.528C141.829 256.701 140.946 256.647 140.121 256.371C139.297 256.096 138.559 255.608 137.981 254.958C137.363 254.285 136.909 253.477 136.656 252.599C136.403 251.721 136.358 250.795 136.524 249.896C136.658 249.008 137.006 248.166 137.537 247.442C138.068 246.718 138.766 246.133 139.573 245.738L152.081 239.761Z" fill="white"/><path d="M155.917 286.902C155.496 286.902 155.083 286.791 154.717 286.582L122.48 268.109C121.608 267.607 120.882 266.886 120.376 266.016C119.869 265.146 119.6 264.159 119.595 263.153L119.48 227.911C119.479 226.905 119.742 225.917 120.242 225.045C120.742 224.173 121.462 223.447 122.33 222.941L152.793 205.215C153.664 204.71 154.651 204.443 155.657 204.44C156.663 204.436 157.653 204.697 158.526 205.196L190.765 223.669C191.041 223.826 191.283 224.037 191.478 224.289C191.672 224.54 191.815 224.827 191.898 225.134C191.982 225.441 192.004 225.761 191.963 226.076C191.923 226.391 191.821 226.695 191.663 226.971C191.505 227.247 191.294 227.489 191.043 227.683C190.792 227.877 190.504 228.02 190.198 228.104C189.891 228.187 189.571 228.209 189.256 228.169C188.94 228.128 188.636 228.026 188.36 227.869L156.12 209.394C155.984 209.315 155.83 209.274 155.673 209.274C155.516 209.274 155.362 209.315 155.225 209.394L124.762 227.119C124.627 227.198 124.515 227.311 124.436 227.448C124.358 227.584 124.317 227.738 124.317 227.896L124.433 263.141C124.434 263.298 124.476 263.452 124.555 263.587C124.634 263.723 124.747 263.836 124.883 263.915L157.122 282.384C157.585 282.648 157.947 283.059 158.152 283.551C158.358 284.042 158.395 284.588 158.258 285.104C158.121 285.619 157.818 286.074 157.396 286.399C156.973 286.724 156.455 286.901 155.922 286.902" fill="white"/></g><defs><clipPath id="clip0_864_1632"><rect width="481.012" height="588.625" fill="white" transform="translate(-325)"/></clipPath></defs></svg>') no-repeat;
	width: 12%;
	height: 42%;
	position: absolute;
	left: 0;
	bottom: -10%;
	background-size: contain;
}
.productsSec {
	position: relative;
	background: #F9F9F9;
	overflow: visible !important;
}
.leftShape {
	position: absolute;
	left: 0;
	top: 0;
	width: 55%;
	height: 100%;
}
.leftTransparentShape {
	position: absolute;
	left: 0;
	top: 10%;
	width: 5%;
	height: 19%;
	z-index: 111;
}
.bottomTransparentShape {
	position: absolute;
	right: 5%;
	bottom: -12%;
}
.leftShape svg,
.leftTransparentShape svg,
.bottomTransparentShape svg {
	width: 100%;
	height: 100%;
}
.slideBtn {
	margin-top: clamp(1.25rem, 0.1982rem + 2.9268vw, 3.125rem);
	display: flex;
	align-items: center;
	gap: 18px;
}
.slider-home .slick-dots li button::before,
.testimonialSlider .slick-dots li button::before,
.tab-slider .slick-dots li button:before {
	display: none;
}
.slider-home .slick-dots li button,
.slider-home .slick-dots li,
.testimonialSlider .slick-dots li button,
.testimonialSlider .slick-dots li,
.tab-slider.tab-slider .slick-dots li button,
.tab-slider .slick-dots li {
	width: 8px;
	height: 8px;
}
.slider-home .slick-dots li button,
.testimonialSlider .slick-dots li button,
.tab-slider .slick-dots li button {
	padding: 0;
	background: #fff;
	border-radius: 100%;
}
.slider-home .slick-dots li.slick-active button {
	background: #C4C4C4;
}
.slider-home .slick-dots {
	bottom: unset;
	width: auto;
	top: 50%;
	left: 38px;
}
.slider-home .slick-dots li {
	display: block;
	margin: 7px 0;
}
.paymentSec {
	margin-top: clamp(2.5rem, -2.0579rem + 12.6829vw, 4.625rem);
	margin-bottom: clamp(2.5rem, 0.7955rem + 5.4545vw, 6.25rem);
}
.vc_section.storeSliderSec{
	margin-top: clamp(2.5rem, -2.0579rem + 12.6829vw, 6.625rem);
}
.paymentsBox .wpb_single_image,
.paymentsBox .wpb_content_element,
.whyChooseBox .wpb_single_image,
.whyChooseBox .wpb_content_element {
	margin-bottom: 0;
}
.paymentsBox>div>div {
	background: #FAFAFA;
	box-shadow: 0px 4px 30px 0px #0000001A;
	padding: 0 clamp(1.25rem, 1.1364rem + 0.3636vw, 1.4rem) clamp(1.25rem, 1.1364rem + 0.3636vw, 1.5rem);
	margin-top: 80px;
	transition: 0.3s all;
	height: 100%;
}
.paymentsBox>div>div:hover {
	transform: translate(0px, 60px);
}
.paymentsBox .wpb_single_image.posImg img {
	max-width: 259px;
	margin-top: -16px;
}
.paymentsBox .wpb_single_image.posImg {
	min-height: 164px;
}
.paymentsBox .wpb_single_image.orderingImg img {
	max-width: 134px;
	margin-top: -57px;
	margin-right: 30px;
}
.paymentsBox .wpb_single_image.kioskImg img {
	max-width: 156px;
	margin-right: 34px;
	margin-top: -94px;
}
.paymentsBox .wpb_single_image.cloudImg img {
	max-width: 256px;
	margin-top: -39px;
}
.paymentsBox .wpb_content_element p,
.whyChooseBox .wpb_content_element p {
	font-size: 14px;
	line-height: 1.43;
}
.paymentsBox .wpb_single_image img {
	margin-top: -80px;
	width: 100%;
}
.paymentsBox .vc_custom_heading,
.whyChooseBox .vc_custom_heading {
	font-size: clamp(1.25rem, 1.1364rem + 0.3636vw, 1.5rem);
	margin-bottom: 16px !important;
	color: #000;
	font-weight: 400;
}
.paymentSec .paymentText {
	margin: clamp(1.5625rem, 1.4205rem + 0.4545vw, 1.875rem) 0 clamp(1.5625rem, 0.9943rem + 1.8182vw, 2.8125rem) !important;
}
.ssnSlide {
	font-size: clamp(1.25rem, 0.5488rem + 1.9512vw, 2.1rem);
	opacity: 70%;
	text-align: center;
	cursor: pointer;
}
.ssnSlide.slick-slide.slick-current.slick-active {
	opacity: 100%;
}
.storeSlider-nav .slick-prev,
.storeSlider-nav .slick-next {
	width: 54px;
	height: 54px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54" fill="none"><circle cx="27" cy="27" r="26.25" transform="rotate(-180 27 27)" stroke="%23073666" stroke-width="1.5"/><path d="M31 40L19.8824 27.2941L31 14.5882" stroke="%23073666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
	left: 0;
	z-index: 9999;
	background-size: contain !important;
	background-size: contain !important;
	background-color: #fff !important;
}
.storeSlider-nav .slick-next {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54" fill="none"><circle cx="27" cy="27" r="26.25" stroke="%23073666" stroke-width="1.5"/><path d="M23 14L34.1176 26.7059L23 39.4118" stroke="%23073666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	right: 0;
	left: unset;
}
.storeSlider-nav .slick-prev:hover,
.storeSlider-nav .slick-prev:focus,
.storeSlider-nav .slick-next:hover,
.storeSlider-nav .slick-next:focus {
	background-color: unset;
}
.slick-prev:before,
.slick-next:before {
	display: none;
}
.storeSliderSec .wpb_text_column.wpb_content_element {
	margin-bottom: 0 !important;
}
.ssfSlideRow {
	display: flex;
	align-items: center;
}
.ssfSlideRow {
	display: flex;
	align-items: center;
}
.ssfSlideRight {
	width: 60%;
	padding-left: 15px;
}
.ssfSlideText ul,
.tabSec .vc_tta-panels-container .wpb_text_column ul {
	padding: 0;
	margin: clamp(1.5625rem, -0.3906rem + 6.25vw, 3.125rem) 0 0;
	max-width: 397px;
}
.ssfSlideLeft {
	width: 40%;
	padding-right: 15px;
}
.storeSlider-nav {
	margin-bottom: clamp(2.5rem, 0.3963rem + 5.8537vw, 6.25rem);
}
.ssfSlideText li,
.tabSec .vc_tta-panels-container .wpb_text_column ul li {
	font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem);
	margin-bottom: 20px;
	color: #000;
	position: relative;
	list-style: none;
	padding-left: 31px;
}
.ssfSlideRight img {
	width: 100%;
}
.ssfSlideText li::after,
.tabSec .vc_tta-panels-container .wpb_text_column ul li:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none"><g clip-path="url(%23clip0_247_344)"><path d="M6.56078 10.1308C6.67953 9.96553 6.7488 9.83914 6.85765 9.7322C9.94515 6.68914 13.0425 3.64609 16.1498 0.612753C16.4269 0.350253 16.8129 0.116919 17.179 0.0294194C17.8618 -0.126136 18.505 0.233586 18.8217 0.826642C19.1285 1.40997 19.0394 2.10025 18.5644 2.61553C18.5051 2.68359 18.4457 2.74192 18.3863 2.80025C14.7941 6.32942 11.2019 9.85859 7.60974 13.3975C7.16442 13.835 6.64984 14.1364 6.01651 13.9419C5.66026 13.835 5.27432 13.6114 5.05661 13.3294C3.46338 11.2975 1.89984 9.23636 0.346195 7.18497C-0.207972 6.44609 -0.079326 5.50303 0.633174 4.97803C1.35557 4.44331 2.31547 4.58914 2.88942 5.33775C4.01755 6.79609 5.13578 8.27386 6.25401 9.7322C6.32328 9.82942 6.40245 9.92664 6.56078 10.1308Z" fill="%23F8BD4A"/></g><defs><clipPath id="clip0_247_344"><rect width="19" height="14" fill="white"/></clipPath></defs></svg>');
	width: 19px;
	height: 14px;
}
.storeSlider-nav .slick-list {
	margin: 0 50px;
}
.tslSlideBox {
	mask-image: url(assets/images/polygonshape.png);
	-webkit-mask-image: url(assets/images/polygonshape.png);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100%;
	mask-position: center;
	mask-repeat: no-repeat;
}
.tslSlideText {
	max-width: 70%;
	margin: 0 auto 18px;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.tslSlideinner {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	background: #F9F9F9;
	padding: 110px 0 68px;
}
.tslSlideinner h4 {
	font-size: clamp(1rem, 0.6259rem + 1.0409vw, 1.875rem);
	font-weight: 400;
	margin-bottom: 0;
	color: #000000;
}
.tslOwner {
	color: #67748E;
	margin-bottom: 0;
	font-size: clamp(1rem, 0.8931rem + 0.2974vw, 1.25rem);
}
.tslSlideImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s;
}
.tslSlideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tslSlide {
	padding: 0 15px;
	width: 487px !important;
}
.tslSlideinner h4,
.tslSlideinner .tslOwner {
	position: relative;
	z-index: 1;
}
.tslSlideBox:hover .tslSlideImg {
	opacity: 1;
}
.tslSlideBox:hover .tslSlideinner h4,
.tslSlideBox:hover .tslSlideinner .tslOwner {
	color: #fff;
}
.tslSlideImg::before {
	content: "";
	background: linear-gradient(180deg, rgba(7, 54, 102, 0) 66%, #073666 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.tslSlideBox {
	position: relative;
}
.ssfSlideShapeRight {
	position: absolute;
	bottom: -50%;
	right: 0;
	height: 99%;
	width: 20%;
}
.storeSliderSec {
	overflow: visible !important;
}
section.storeSliderSec::after {
	content: "";
	position: absolute;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="295" height="713" viewBox="0 0 295 713" fill="none"><path d="M489.33 139.994C485.689 133.686 480.438 128.413 474.145 124.745C467.853 121.076 460.677 119.105 453.394 119.043L229.905 117.155C214.689 117.026 200.58 125.172 193.084 138.414L82.9744 332.914C79.386 339.253 77.5056 346.453 77.5363 353.737C77.5671 361.021 79.5082 368.205 83.1499 374.513L197.309 572.251C200.95 578.559 206.201 583.832 212.494 587.5C218.786 591.169 225.962 593.141 233.245 593.202L456.734 595.09C471.95 595.219 486.059 587.073 493.555 573.831L603.665 379.331C607.253 372.992 609.134 365.792 609.103 358.508C609.072 351.224 607.131 344.04 603.489 337.732L489.33 139.994ZM492.82 137.98L606.979 335.717C615.115 349.81 615.188 367.155 607.171 381.316L497.062 575.816C488.84 590.339 473.388 599.261 456.7 599.12L233.211 597.231C216.939 597.094 201.955 588.358 193.819 574.265L79.6604 376.528C71.5245 362.435 71.4514 345.09 79.468 330.929L189.577 136.429C197.799 121.906 213.251 112.984 229.939 113.125L453.428 115.014C469.7 115.151 484.684 123.887 492.82 137.98Z" fill="%23F6CA61"/><path d="M180.885 210.896C184.163 212.789 186.892 215.506 188.799 218.776C190.707 222.046 191.729 225.758 191.763 229.544L192.133 270.753C192.168 274.638 191.162 278.462 189.219 281.828C187.276 285.193 184.468 287.976 181.085 289.889L145.214 310.173C141.918 312.037 138.193 313.008 134.407 312.991C130.621 312.974 126.904 311.969 123.625 310.076L86.7066 288.76C83.4277 286.867 80.6996 284.151 78.7918 280.88C76.884 277.61 75.8626 273.898 75.8285 270.112L75.4551 228.902C75.4202 225.016 76.4264 221.192 78.3693 217.827C80.3121 214.462 83.1207 211.678 86.5031 209.766L122.375 189.482C125.671 187.618 129.396 186.647 133.182 186.664C136.968 186.681 140.684 187.686 143.963 189.579L180.885 210.896Z" fill="%23F8BD4A"/><mask id="mask0_734_2713" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="103" y="215" width="61" height="69"><path d="M163.926 215.786H103.97V283.981H163.926V215.786Z" fill="white"/></mask><g mask="url(%23mask0_734_2713)"><path d="M152.924 252.768C152.726 251.515 152.232 250.327 151.482 249.304C150.732 248.28 149.748 247.451 148.613 246.885L139.802 242.675C140.349 241.602 140.633 240.414 140.629 239.21C140.636 238.208 140.439 237.216 140.051 236.292C139.664 235.369 139.093 234.533 138.373 233.837L139.117 232.348C139.331 231.927 139.379 231.441 139.252 230.986C139.126 230.531 138.833 230.14 138.432 229.89C138.237 229.779 138.02 229.709 137.795 229.686C137.571 229.663 137.344 229.687 137.13 229.756C136.915 229.826 136.718 229.939 136.549 230.089C136.381 230.239 136.246 230.423 136.153 230.628L135.368 232.199C134.462 231.994 133.522 231.992 132.616 232.193L131.834 230.628C131.741 230.423 131.605 230.239 131.437 230.089C131.269 229.939 131.071 229.826 130.856 229.757C130.642 229.687 130.415 229.663 130.191 229.686C129.966 229.709 129.749 229.779 129.553 229.89C129.153 230.14 128.86 230.531 128.733 230.986C128.607 231.441 128.655 231.927 128.869 232.348L129.603 233.815C128.876 234.512 128.299 235.35 127.908 236.278C127.516 237.205 127.317 238.203 127.323 239.21C127.319 240.414 127.603 241.602 128.15 242.675L119.45 246.832C117.711 247.66 116.335 249.097 115.582 250.87C114.936 252.364 114.733 254.013 115 255.619C115.266 257.225 115.99 258.72 117.084 259.925C117.751 260.663 118.565 261.253 119.473 261.659C120.381 262.064 121.364 262.276 122.359 262.28C122.819 262.28 123.278 262.235 123.729 262.144C124.711 261.941 125.64 261.536 126.457 260.954C126.761 261.594 127.138 262.197 127.58 262.751L132.524 268.921C132.699 269.137 132.92 269.312 133.171 269.433C133.422 269.554 133.696 269.618 133.974 269.62C134.255 269.618 134.532 269.554 134.785 269.432C135.037 269.311 135.26 269.134 135.436 268.916L140.374 262.753C140.816 262.2 141.192 261.597 141.496 260.956C142.315 261.538 143.247 261.943 144.231 262.144C144.683 262.235 145.141 262.28 145.601 262.28C146.596 262.276 147.579 262.064 148.487 261.659C149.395 261.253 150.208 260.662 150.875 259.925C151.743 258.968 152.379 257.826 152.736 256.586C153.093 255.345 153.161 254.039 152.935 252.768M148.686 257.565C148.208 258.102 147.598 258.504 146.917 258.732C146.236 258.96 145.506 259.005 144.802 258.863C144.086 258.713 143.418 258.386 142.861 257.911C142.303 257.436 141.874 256.829 141.612 256.146L137.017 244.997L147.363 249.94C148.03 250.266 148.607 250.75 149.046 251.349C149.485 251.948 149.772 252.644 149.883 253.378C150.021 254.122 149.983 254.887 149.774 255.614C149.565 256.34 149.19 257.008 148.678 257.565M138.949 258.935C138.731 259.527 138.419 260.081 138.026 260.575L134.281 265.249C134.244 265.295 134.198 265.331 134.145 265.356C134.092 265.382 134.034 265.395 133.975 265.395C133.916 265.395 133.858 265.382 133.805 265.356C133.752 265.331 133.705 265.295 133.668 265.249L129.923 260.575C129.531 260.081 129.219 259.527 129.001 258.935H138.949ZM129.956 255.594L130.645 253.92H137.298L137.987 255.594H129.956ZM130.414 239.21C130.377 238.72 130.442 238.228 130.604 237.764C130.766 237.301 131.022 236.876 131.356 236.516C131.69 236.156 132.095 235.868 132.545 235.672C132.995 235.476 133.481 235.374 133.972 235.374C134.463 235.374 134.948 235.476 135.399 235.672C135.849 235.868 136.253 236.156 136.587 236.516C136.921 236.876 137.177 237.301 137.339 237.764C137.501 238.228 137.566 238.72 137.529 239.21C137.534 239.951 137.332 240.679 136.947 241.312L134.598 240.189C134.403 240.096 134.189 240.047 133.973 240.047C133.756 240.047 133.543 240.096 133.347 240.189L131 241.311C130.615 240.678 130.413 239.95 130.417 239.208M132.022 250.579L133.975 245.832L135.929 250.579H132.022ZM130.932 244.997L126.345 256.145C126.083 256.828 125.654 257.435 125.096 257.91C124.539 258.385 123.871 258.712 123.155 258.862C122.45 259.004 121.721 258.959 121.04 258.732C120.358 258.504 119.748 258.101 119.271 257.564C118.759 257.007 118.384 256.339 118.175 255.613C117.967 254.887 117.929 254.122 118.067 253.378C118.178 252.644 118.465 251.947 118.904 251.349C119.343 250.75 119.921 250.266 120.588 249.94L130.932 244.997Z" fill="white"/><path d="M134.102 283.98C133.753 283.98 133.411 283.889 133.109 283.715L106.449 268.439C105.727 268.024 105.128 267.427 104.71 266.708C104.291 265.989 104.069 265.173 104.065 264.341L103.97 235.196C103.969 234.364 104.186 233.547 104.6 232.826C105.013 232.105 105.608 231.505 106.326 231.085L131.518 216.426C132.238 216.009 133.055 215.788 133.887 215.785C134.718 215.782 135.537 215.998 136.259 216.41L162.92 231.687C163.38 231.951 163.717 232.387 163.856 232.899C163.995 233.411 163.925 233.957 163.661 234.418C163.397 234.878 162.961 235.215 162.449 235.354C161.937 235.493 161.391 235.423 160.931 235.159L134.27 219.882C134.158 219.817 134.03 219.783 133.9 219.783C133.771 219.783 133.643 219.817 133.53 219.882L108.338 234.54C108.226 234.606 108.133 234.7 108.068 234.813C108.004 234.927 107.97 235.055 107.971 235.185L108.066 264.33C108.067 264.46 108.101 264.588 108.167 264.7C108.232 264.812 108.326 264.905 108.438 264.97L135.099 280.244C135.481 280.464 135.781 280.803 135.95 281.21C136.12 281.618 136.15 282.069 136.037 282.496C135.923 282.922 135.672 283.298 135.322 283.567C134.972 283.836 134.544 283.981 134.103 283.981" fill="white"/></g></svg>') no-repeat;
	position: absolute;
	bottom: -45%;
	right: 0;
	height: 94%;
	width: 20%;
	background-size: contain;
	background-position: right;
}
.whyChooseBox .vc_custom_heading {
	font-size: clamp(1.375rem, 1.1646rem + 0.5854vw, 1.75rem);
}
.whyChooseSec .vc_custom_heading {
	margin-bottom: clamp(1.5625rem, 0.686rem + 2.439vw, 3.125rem);
}
.whyChooseBox .vc_custom_heading {
	margin-top: clamp(1.25rem, 0.8293rem + 1.1707vw, 2rem);
}
.whyChooseBox .wpb_wrapper {
	max-width: 256px;
	margin: 0 auto;
}
.whyChooseSec {
	margin-top: clamp(2.5rem, -2.4787rem + 13.8537vw, 11.375rem);
	margin-bottom: clamp(2.5rem, 0.3963rem + 5.8537vw, 6.25rem);
}
.testimonialSlider .slick-dots li.slick-active button {
	background: #073666;
}
.testimonialSlider .slick-dots li button {
	background: #BBBBBB;
}
.testimonialSlider .slick-dots {
	bottom: -50px;
}
.testimonialsSec {
	margin-bottom: clamp(3.75rem, -0.3872rem + 11.5122vw, 11.125rem) !important;
	margin-top: clamp(1.5625rem, 0.686rem + 2.439vw, 3.125rem);
}
.testimonialSlider .slick-list.draggable {
	overflow: visible;
}
.testimonialSec {
	overflow: hidden;
}
.fCallToAction {
	background: #F9F9F9;
	padding: clamp(2.5rem, 0.8521rem + 4.5854vw, 5.4375rem) 0;
	margin-bottom: clamp(1.5625rem, -0.3659rem + 5.3659vw, 5rem);
	position: relative;
}
.fCallToAction::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="494" height="269" viewBox="0 0 494 269" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M456.806 -60.3107C453.406 -66.1994 448.504 -71.1221 442.63 -74.5469C436.756 -77.9716 430.057 -79.8121 423.258 -79.8695L214.624 -81.6325C200.42 -81.7524 187.248 -74.1477 180.25 -61.7858L77.4595 119.786C74.1097 125.703 72.3542 132.425 72.3829 139.225C72.4116 146.025 74.2237 152.731 77.6234 158.62L184.194 343.215C187.594 349.103 192.496 354.026 198.37 357.451C204.244 360.875 210.943 362.716 217.742 362.773L426.376 364.536C440.581 364.656 453.752 357.051 460.75 344.69L563.541 163.118C566.891 157.2 568.646 150.478 568.617 143.679C568.589 136.879 566.777 130.172 563.377 124.284L456.806 -60.3107ZM460.063 -62.1916L566.634 122.403C574.23 135.559 574.298 151.751 566.814 164.971L464.024 346.543C456.348 360.101 441.923 368.429 426.344 368.298L217.71 366.535C202.52 366.406 188.532 358.251 180.937 345.095L74.3658 160.501C66.7706 147.345 66.7024 131.153 74.1861 117.933L176.977 -63.639C184.652 -77.197 199.077 -85.5256 214.656 -85.394L423.29 -83.6311C438.48 -83.5027 452.468 -75.3473 460.063 -62.1916Z" fill="%23F6CA61"/><path d="M137.428 46.824C140.489 48.5914 143.035 51.1269 144.816 54.18C146.597 57.2331 147.551 60.6981 147.583 64.2325L147.929 102.702C147.961 106.329 147.022 109.899 145.208 113.041C143.395 116.182 140.773 118.781 137.615 120.566L104.128 139.502C101.051 141.242 97.5735 142.148 94.0391 142.132C90.5046 142.117 87.0355 141.179 83.9745 139.411L49.5096 119.512C46.4486 117.745 43.9018 115.209 42.1208 112.156C40.3398 109.103 39.3863 105.638 39.3545 102.104L39.0059 63.6329C38.9733 60.0055 39.9127 56.4355 41.7264 53.294C43.5401 50.1524 46.162 47.5539 49.3196 45.7684L82.807 26.8327C85.8837 25.093 89.3612 24.1864 92.8956 24.2023C96.4301 24.2182 99.8992 25.1561 102.96 26.9234L137.428 46.824Z" fill="%23F8BD4A"/><mask id="mask0_0_1" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="65" y="51" width="57" height="65"><path d="M121.598 51.3887H65.627V115.051H121.598V51.3887Z" fill="white"/></mask><g mask="url(%23mask0_0_1)"><path d="M111.327 85.9135C111.142 84.7436 110.681 83.6347 109.981 82.6794C109.281 81.724 108.363 80.9499 107.303 80.4215L99.0771 76.4914C99.5881 75.4898 99.853 74.3808 99.8497 73.2563C99.8558 72.3213 99.6723 71.3948 99.3103 70.5326C98.9482 69.6705 98.4151 68.8908 97.7432 68.2405L98.4376 66.8502C98.6374 66.4573 98.6826 66.0037 98.5644 65.5791C98.4461 65.1544 98.173 64.7895 97.7989 64.5564C97.6161 64.4522 97.4135 64.3872 97.2041 64.3656C96.9948 64.3441 96.7832 64.3664 96.583 64.4312C96.3827 64.4959 96.1982 64.6017 96.0411 64.7418C95.884 64.8819 95.7578 65.0532 95.6707 65.2448L94.9379 66.7118C94.0925 66.5199 93.2151 66.5179 92.3688 66.7058L91.6391 65.2448C91.5517 65.0533 91.4254 64.882 91.2683 64.742C91.1111 64.602 90.9265 64.4962 90.7262 64.4315C90.526 64.3667 90.3144 64.3444 90.105 64.3659C89.8956 64.3874 89.693 64.4523 89.5101 64.5564C89.1359 64.7897 88.8628 65.1547 88.7445 65.5795C88.6263 66.0043 88.6716 66.4579 88.8714 66.851L89.556 68.2202C88.8778 68.8712 88.3394 69.6534 87.9735 70.5192C87.6076 71.3851 87.4219 72.3164 87.4277 73.2563C87.4244 74.3807 87.689 75.4896 88.1996 76.4914L80.0785 80.3719C78.4544 81.1448 77.1698 82.486 76.4674 84.1418C75.8639 85.5364 75.6751 87.0754 75.9238 88.5745C76.1725 90.0736 76.8482 91.4693 77.8697 92.5942C78.4923 93.2832 79.2518 93.8346 80.0996 94.2132C80.9475 94.5919 81.865 94.7895 82.7935 94.7933C83.223 94.7933 83.6514 94.7507 84.0724 94.6661C84.9896 94.4769 85.8571 94.0985 86.6197 93.5549C86.9031 94.1528 87.2548 94.7157 87.6677 95.2326L92.283 100.992C92.4467 101.194 92.653 101.358 92.8871 101.47C93.1212 101.583 93.3773 101.643 93.6372 101.646C93.8991 101.644 94.1574 101.584 94.3934 101.47C94.6294 101.356 94.8373 101.192 95.0019 100.988L99.6112 95.2349C100.024 94.7181 100.375 94.1551 100.658 93.5572C101.423 94.1008 102.293 94.4785 103.212 94.6661C103.634 94.7507 104.062 94.7933 104.491 94.7933C105.42 94.7893 106.337 94.5917 107.185 94.2131C108.033 93.8344 108.792 93.2831 109.414 92.5942C110.224 91.7017 110.819 90.6354 111.152 89.4773C111.485 88.3191 111.549 87.1 111.337 85.9135M107.37 90.3914C106.925 90.8927 106.356 91.2684 105.719 91.4811C105.083 91.6937 104.403 91.7359 103.745 91.6034C103.076 91.4632 102.453 91.1575 101.933 90.7143C101.413 90.2712 101.012 89.7046 100.767 89.0665L96.4779 78.6588L106.136 83.2729C106.758 83.578 107.297 84.0294 107.707 84.5885C108.117 85.1476 108.385 85.7977 108.488 86.483C108.617 87.1771 108.582 87.8915 108.387 88.5698C108.192 89.2481 107.841 89.8718 107.364 90.3914M98.2811 91.6704C98.0774 92.2233 97.7866 92.7402 97.4198 93.2014L93.9238 97.5649C93.8892 97.6073 93.8455 97.6416 93.796 97.6651C93.7465 97.6886 93.6924 97.7008 93.6376 97.7008C93.5828 97.7008 93.5286 97.6886 93.4791 97.6651C93.4296 97.6416 93.386 97.6073 93.3513 97.5649L89.8554 93.2014C89.4887 92.7402 89.1981 92.2233 88.9947 91.6704H98.2811ZM89.8862 88.552L90.5294 86.9886H96.7397L97.3829 88.552H89.8862ZM90.3135 73.2563C90.2791 72.7992 90.3394 72.3398 90.4907 71.9071C90.642 71.4743 90.881 71.0774 91.1928 70.7413C91.5045 70.4052 91.8823 70.137 92.3025 69.9537C92.7226 69.7703 93.1761 69.6757 93.6346 69.6757C94.093 69.6757 94.5465 69.7703 94.9667 69.9537C95.3868 70.137 95.7646 70.4052 96.0764 70.7413C96.3881 71.0774 96.6271 71.4743 96.7784 71.9071C96.9297 72.3398 96.99 72.7992 96.9556 73.2563C96.9599 73.9483 96.7719 74.6279 96.4124 75.2192L94.2195 74.1704C94.0372 74.0833 93.8377 74.0381 93.6357 74.0381C93.4337 74.0381 93.2342 74.0833 93.0519 74.1704L90.8604 75.2177C90.5006 74.6265 90.3123 73.9469 90.3165 73.2548M91.8144 83.8702L93.6379 79.4382L95.4615 83.8702H91.8144ZM90.7973 78.6588L86.5152 89.0658C86.2703 89.7039 85.8694 90.2704 85.3491 90.7136C84.8288 91.1567 84.2057 91.4624 83.5368 91.6026C82.8792 91.7353 82.1983 91.6932 81.562 91.4805C80.9258 91.2678 80.3564 90.8921 79.9107 90.3906C79.4334 89.871 79.0834 89.2474 78.8883 88.5693C78.6933 87.8911 78.6585 87.1769 78.7868 86.483C78.8904 85.7975 79.1587 85.1473 79.5687 84.5882C79.9787 84.0291 80.5181 83.5778 81.1407 83.2729L90.7973 78.6588Z" fill="white"/><path d="M93.7563 115.051C93.431 115.051 93.1115 114.966 92.8295 114.804L67.9411 100.543C67.2679 100.155 66.7081 99.5982 66.3177 98.9269C65.9272 98.2556 65.7196 97.4936 65.7158 96.717L65.627 69.509C65.6263 68.7329 65.829 67.9703 66.215 67.297C66.601 66.6238 67.1567 66.0635 67.8267 65.6721L91.3444 51.9872C92.0163 51.5977 92.7787 51.3913 93.5553 51.3887C94.3319 51.3861 95.0957 51.5872 95.7702 51.9722L120.659 66.2341C121.088 66.4803 121.403 66.8872 121.532 67.3652C121.662 67.8432 121.597 68.3532 121.351 68.783C121.104 69.2128 120.698 69.5271 120.22 69.6569C119.742 69.7867 119.232 69.7213 118.802 69.4751L93.9135 55.2132C93.8085 55.1527 93.6894 55.1209 93.5682 55.1209C93.447 55.1209 93.3279 55.1527 93.2229 55.2132L69.7052 68.8973C69.6003 68.9587 69.5133 69.0467 69.4531 69.1523C69.3929 69.258 69.3615 69.3776 69.3622 69.4992L69.451 96.7072C69.4516 96.8285 69.4841 96.9474 69.5451 97.0523C69.606 97.1571 69.6934 97.2441 69.7985 97.3046L94.6869 111.563C95.0441 111.768 95.3236 112.085 95.4819 112.465C95.6403 112.846 95.6687 113.267 95.5626 113.665C95.4566 114.063 95.2221 114.415 94.8955 114.665C94.569 114.916 94.1688 115.052 93.757 115.052" fill="white"/></g></svg>') no-repeat;
	background-size: contain;
	background-position: left;
	width: 31%;
	height: 100%;
}
.fCallToAction::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="325" height="140" viewBox="0 0 325 140" fill="none"><path d="M140.806 130.689C137.406 124.801 132.504 119.878 126.63 116.453C120.756 113.028 114.057 111.188 107.258 111.13L-101.376 109.368C-115.58 109.248 -128.752 116.852 -135.75 129.214L-238.541 310.786C-241.89 316.703 -243.646 323.425 -243.617 330.225C-243.588 337.025 -241.776 343.731 -238.377 349.62L-131.806 534.215C-128.406 540.103 -123.504 545.026 -117.63 548.451C-111.756 551.875 -105.057 553.716 -98.258 553.773L110.376 555.536C124.581 555.656 137.752 548.051 144.75 535.69L247.541 354.118C250.891 348.2 252.646 341.478 252.617 334.679C252.589 327.879 250.777 321.172 247.377 315.284L140.806 130.689ZM144.063 128.808L250.634 313.403C258.23 326.559 258.298 342.751 250.814 355.971L148.023 537.543C140.348 551.101 125.923 559.429 110.344 559.298L-98.2899 557.535C-113.48 557.406 -127.468 549.251 -135.063 536.095L-241.634 351.501C-249.229 338.345 -249.298 322.153 -241.814 308.933L-139.023 127.361C-131.348 113.803 -116.923 105.474 -101.344 105.606L107.29 107.369C122.48 107.497 136.468 115.653 144.063 128.808Z" fill="%23F6CA61"/></svg>') no-repeat;
	width: 20%;
	height: 100%;
	background-size: contain;
	background-position: left bottom;
}
.fCallToAction p {
	font-size: clamp(1rem, 0.9299rem + 0.1951vw, 1.125rem);
}
.cta_btnRow a span {
	display: inline-flex;
}
.cta_btnRow a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.cta_btnRow {
	text-align: right;
}
.faqsText,
.stepGuideText,
.blogSec .blogText,
.restaurantSec .restaurantText {
	max-width: 714px;
	margin: 17px auto clamp(2.5rem, 1.0976rem + 3.9024vw, 5rem);
}
.faqsSec .vc_tta-panel-title a span {
	font-size: clamp(1.25rem, 0.9695rem + 0.7805vw, 1.75rem);
	color: #000;
	font-weight: 400;
	line-height: 1;
}
.faqsSec .vc_tta-panel-title a,
.faqsSec .vc_active .vc_tta-panel-title a {
	padding: 20px 55px 20px 0 !important;
	border-bottom: 1px solid #000000 !important;
	font-size: clamp(1.125rem, 0.7744rem + 0.9756vw, 1.75rem);
	line-height: 1.4;
}
.faqsSec .vc_tta-panel-body {
	padding: 10px 0 !important;
	border: unset !important;
	border-top: 1px solid #000000 !important;
	border-radius: unset !important;
}
.faqsSec .vc_tta-panel-heading {
	border: unset !important;
}
.faqsSec .vc_tta-panel-heading:hover {
	background: unset !important;
}
.faqsSec .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	width: 27px;
	height: 27px;
	border: 1px solid #000;
	border-radius: 100%;
}
.faqsSec .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	-webkit-transform: translateY(-50%) scale(0.7);
	transform: translateY(-50%) scale(0.7);
	border-width: 3px 0 0 0;
	opacity: 1;
	border-color: #000 !important;
}
.faqsSec .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	-webkit-transform: translateX(-50%) scale(0.7);
	transform: translateX(-50%) scale(0.7);
	border-width: 0 0 0 3px;
	opacity: 1;
	border-color: #000 !important;
}
.faqsSec .vc_custom_heading {
	margin-bottom: clamp(1.25rem, 0.8994rem + 0.9756vw, 1.875rem);
}
.faqsSec .vc_custom_heading {
	margin-bottom: clamp(1.25rem, 0.8994rem + 0.9756vw, 1.875rem);
	margin-top: clamp(1.875rem, 0.122rem + 4.878vw, 5rem);
}
.faqsSec,
.stepGuideSec {
	margin-bottom: clamp(2.5rem, -0.3049rem + 7.8049vw, 7.5rem);
}
.faqsSec>.vc_row>div>div {
	max-width: 964px;
	margin: 0 auto !important;
}
.stepGuideSec .guideBox .vc_custom_heading {
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="89" viewBox="0 0 100 89" fill="none"><path d="M70.4847 0C72.0837 2.30327e-05 73.6551 0.424875 75.0432 1.23251C76.4313 2.04014 77.588 3.20256 78.3989 4.60473L98.7316 39.7622C99.5621 41.1981 100 42.8339 100 44.5C100 46.1661 99.5621 47.8019 98.7316 49.2378L78.3989 84.3953C77.588 85.7974 76.4313 86.9598 75.0432 87.7675C73.6551 88.5751 72.0837 89 70.4847 89H29.5155C27.9164 89 26.345 88.5752 24.9569 87.7675C23.5688 86.9599 22.412 85.7975 21.6011 84.3953L1.26838 49.2378C0.437919 47.8019 0 46.1661 0 44.5C0 42.8339 0.437919 41.1981 1.26838 39.7622L21.6012 4.60473C22.4121 3.20256 23.5689 2.04014 24.957 1.23251C26.3451 0.424875 27.9164 2.30327e-05 29.5155 0L70.4847 0Z" fill="%23F8BD4A"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="89" viewBox="0 0 100 89" fill="none"><path d="M70.4847 0C72.0837 2.30327e-05 73.6551 0.424875 75.0432 1.23251C76.4313 2.04014 77.588 3.20256 78.3989 4.60473L98.7316 39.7622C99.5621 41.1981 100 42.8339 100 44.5C100 46.1661 99.5621 47.8019 98.7316 49.2378L78.3989 84.3953C77.588 85.7974 76.4313 86.9598 75.0432 87.7675C73.6551 88.5751 72.0837 89 70.4847 89H29.5155C27.9164 89 26.345 88.5752 24.9569 87.7675C23.5688 86.9599 22.412 85.7975 21.6011 84.3953L1.26838 49.2378C0.437919 47.8019 0 46.1661 0 44.5C0 42.8339 0.437919 41.1981 1.26838 39.7622L21.6012 4.60473C22.4121 3.20256 23.5689 2.04014 24.957 1.23251C26.3451 0.424875 27.9164 2.30327e-05 29.5155 0L70.4847 0Z" fill="%23F8BD4A"/></svg>');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100%;
	mask-position: center;
	mask-repeat: no-repeat;
	background: #F8BD4A;
	display: inline-block;
	padding: 17px 36px;
	color: #fff;
	margin: 0 0 0px 50px;
	position: relative;
	z-index: 1;
}
.stepGuideSec .guideBox .wpb_text_column {
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="316" height="279" viewBox="0 0 316 279" fill="none"><path d="M222.732 0C227.785 7.22036e-05 232.75 1.33191 237.136 3.86371C241.523 6.3955 245.178 10.0395 247.741 14.435L311.992 124.648C314.616 129.149 316 134.277 316 139.5C316 144.723 314.616 149.851 311.992 154.352L247.741 264.565C245.178 268.961 241.523 272.604 237.136 275.136C232.75 277.668 227.785 279 222.732 279H93.2689C88.2158 279 83.2503 277.668 78.8638 275.136C74.4773 272.605 70.8219 268.961 68.2594 264.565L4.00807 154.352C1.38382 149.851 0 144.723 0 139.5C0 134.277 1.38382 129.149 4.00807 124.648L68.2599 14.435C70.8224 10.0395 74.4777 6.3955 78.8641 3.86371C83.2505 1.33191 88.2159 7.22036e-05 93.2689 0L222.732 0Z" fill="%23F9F9F9"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="316" height="279" viewBox="0 0 316 279" fill="none"><path d="M222.732 0C227.785 7.22036e-05 232.75 1.33191 237.136 3.86371C241.523 6.3955 245.178 10.0395 247.741 14.435L311.992 124.648C314.616 129.149 316 134.277 316 139.5C316 144.723 314.616 149.851 311.992 154.352L247.741 264.565C245.178 268.961 241.523 272.604 237.136 275.136C232.75 277.668 227.785 279 222.732 279H93.2689C88.2158 279 83.2503 277.668 78.8638 275.136C74.4773 272.605 70.8219 268.961 68.2594 264.565L4.00807 154.352C1.38382 149.851 0 144.723 0 139.5C0 134.277 1.38382 129.149 4.00807 124.648L68.2599 14.435C70.8224 10.0395 74.4777 6.3955 78.8641 3.86371C83.2505 1.33191 88.2159 7.22036e-05 93.2689 0L222.732 0Z" fill="%23F9F9F9"/></svg>');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% 100%;
	mask-position: center;
	mask-repeat: no-repeat;
	min-height: 15.44vw;
	background: #F9F9F9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -43px 0 0 0 !important;
}
.guideBox .wpb_text_column p {
	font-weight: 400;
	line-height: 1.3;
	font-size: clamp(1.125rem, 0.7744rem + 0.9756vw, 1.75rem);
	max-width: 60%;
	margin: 0 auto;
	color: #000;
	display: block;
}
.stepGuideSec .guideBox .wpb_text_column.guideDetailText::before {
	content: "";
	position: absolute;
	top: -21px;
	left: 3vw;
	width: 23px;
	height: 23px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="23" viewBox="0 0 26 23" fill="none"><path d="M13 0L25.9904 22.5H0.00961876L13 0Z" fill="white"/></svg>') no-repeat;
}
.stepGuideSec .guideBox .wpb_text_column.guideDetailText {
	position: absolute;
	-webkit-mask-image: unset;
	mask-image: unset;
	background: #fff;
	font-size: 18px;
	min-height: unset;
	padding: 10px;
	box-shadow: 0px 4px 30px 0px #0000001A;
	top: 100%;
	left: 30%;
	z-index: -1;
	opacity: 0;
	border-radius: 10px;
	min-width: 141%;
}
.stepGuideSec .guideBoxLast .wpb_text_column.guideDetailText {
	right: 0;
	left: unset;
}
.stepGuideSec .guideBoxLast .wpb_text_column.guideDetailText::before {
	left: unset;
	right: 30%;
}
.stepGuideSec .vc_row .guideBox.bottomLine {
	margin-bottom: 87px;
}
.stepGuideSec .guideBox .wpb_text_column.guideDetailText p {
	font-size: 18px;
	max-width: 100%;
	color: #67748E;
}
.tabSec .vc_tta-panel-body figure>div {
	display: block;
	padding-top: 66.72%;
	position: relative;
}
.tabSec .vc_tta-panel-body figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stepGuideSec .guideBox:hover .wpb_text_column.guideDetailText {
	opacity: 1;
	z-index: 2;
}
.stepGuideSec .vc_row {
	justify-content: center;
	display: flex;
}
.stepGuideSec .vc_row .guideBox::before {
	content: "";
	width: 2px;
	height: 87px;
	background: #F8BD4A;
	display: block;
}
.stepGuideSec .vc_row .guideBox.bottomLine::before {
	position: absolute;
	bottom: -87px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.stepGuideTopRow {
	position: relative;
}
.stepGuideTopRow::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	left: 0;
	background: #F8BD4A;
}
.stepGuideSec .vc_row .guideBox.topLine::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}
.stepGuideSec .vc_row .guideBox.topLine {
	padding-top: 40px;
}
.guideBox .wpb_text_column .wpb_wrapper {
	width: 100%;
}
.stepGuideSec .vc_custom_heading,
.blogSec .vc_custom_heading,
.restaurantSec .vc_custom_heading {
	margin: 17px 0 30px;
}
.stepGuideSec .stepGuideText,
.restaurantSec .restaurantText {
	margin: 0 auto clamp(2.5rem, 1.0976rem + 3.9024vw, 5rem);
}
.knowledgeSec {
	margin: clamp(2.5rem, -0.3049rem + 7.8049vw, 7.5rem) 0;
	padding-bottom: 0 !important;
}
.knowledgeSec .ourDepartments_contant .wpb_text_column {
	padding-left: 0px;
}
.tabSec .vc_tta.vc_general .vc_tta-tab>a {
	font-size: clamp(1.375rem, 0.6803rem + 1.9331vw, 3rem);
	padding: 0 0 0 20px;
	background: transparent !important;
	border: unset;
	color: #67748E;
	margin-bottom: clamp(1.25rem, 0.7156rem + 1.487vw, 2.5rem);
}
.tabSec .vc_tta.vc_general .vc_tta-tab.vc_active>a {
	color: #073666;
}
.tabSec .vc_tta-tabs-list {
	max-width: 591px;
}
.tabSec .vc_tta-panels-container {
	margin-left: auto;
	max-width: 751px;
}
.tabSec .vc_tta-panels-container .vc_tta-panel-body {
	padding: 0 !important;
}
.tabSec .vc_tta-panels-container .vc_tta-panels {
	background: transparent !important;
	border: unset !important;
}
.tabSec .vc_tta-panels-container .wpb_single_image img,
.tabSec .vc_tta-panels-container .vc_tta-panel-body .wpb_single_image * {
	width: 100%;
}
.tabSec .vc_tta-panels-container .wpb_text_column ul {
	max-width: 100%;
}
.tabSec {
	background: #F9F9F9;
	padding-top: clamp(2.5rem, 0.8968rem + 4.461vw, 6.25rem);
	padding-bottom: clamp(2.5rem, 1.1908rem + 3.6431vw, 5.5625rem);
	;
}
.ourDepartments_section.integrationSec::after {
	display: none;
}
.tabWithShape::before {
	content: "";
	position: absolute;
	left: 0;
	top: -22%;
	width: 23%;
	height: 38%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 326.7661016949152 321.59400000000005" style="max-height: 500px" width="326.7661016949152" height="321.59400000000005"><g clip-path="url(%23clip0_0_1)"><g style="mix-blend-mode:multiply"><path fill="%23F8BD4A" d="M241.012 174.372C241.012 165.34 238.644 156.421 234.164 148.579C229.684 140.736 223.204 134.166 215.424 129.579L31.9178 21.3777C15.6265 11.7719 -4.61417 11.7719 -20.9054 21.3776L-204.411 129.579C-212.191 134.166 -218.672 140.736 -223.152 148.579C-227.632 156.421 -230 165.34 -230 174.372V392.869C-230 401.901 -227.632 410.82 -223.152 418.663C-218.672 426.505 -212.191 433.075 -204.411 437.663L-20.9053 545.864C-4.61409 555.47 15.6264 555.47 31.9178 545.864L215.424 437.663C223.204 433.075 229.684 426.505 234.164 418.663C238.644 410.82 241.012 401.901 241.012 392.869L241.012 174.372ZM246.012 174.372L246.012 392.869C246.012 413.047 235.345 431.721 217.963 441.97L34.4573 550.171C16.5936 560.704 -5.58125 560.704 -23.4449 550.171L-206.951 441.97C-224.332 431.721 -235 413.047 -235 392.869V174.372C-235 154.194 -224.332 135.52 -206.951 125.272L-23.4449 17.0706C-5.58125 6.53766 16.5936 6.53766 34.4573 17.0706L217.963 125.272C235.345 135.52 246.012 154.194 246.012 174.372Z"/></g></g><path fill="%23F8BD4A" d="M302.145 198.329C306.214 200.678 309.599 204.049 311.967 208.107C314.334 212.165 315.602 216.771 315.644 221.469L316.088 270.5C316.131 275.321 314.883 280.066 312.472 284.242C310.061 288.418 306.576 291.872 302.378 294.245L259.694 318.376C255.605 320.689 250.982 321.894 246.284 321.873C241.586 321.852 236.974 320.606 232.905 318.256L188.943 292.875C184.874 290.526 181.489 287.156 179.122 283.097C176.754 279.039 175.487 274.434 175.444 269.735L175.004 220.707C174.96 215.885 176.209 211.14 178.62 206.964C181.031 202.788 184.516 199.334 188.713 196.961L231.397 172.83C235.486 170.518 240.108 169.312 244.806 169.333C249.503 169.354 254.114 170.6 258.183 172.948L302.145 198.329Z"/><mask height="83" width="73" y="204" x="209" maskUnits="userSpaceOnUse" style="mask-type:luminance" id="mask0_0_1"><path fill="white" d="M281.982 204.44H209.48V286.901H281.982V204.44Z"/></mask><g mask="url(%23mask0_0_1)"><path fill="white" d="M268.681 249.158C268.441 247.644 267.843 246.208 266.937 244.971C266.03 243.735 264.841 242.732 263.468 242.048L252.808 236.953C253.469 235.656 253.812 234.22 253.808 232.763C253.816 231.552 253.578 230.351 253.109 229.234C252.64 228.116 251.949 227.106 251.078 226.263L251.978 224.463C252.237 223.954 252.295 223.367 252.142 222.817C251.989 222.267 251.635 221.794 251.15 221.492C250.913 221.358 250.651 221.274 250.38 221.246C250.109 221.218 249.835 221.247 249.575 221.331C249.316 221.415 249.077 221.552 248.874 221.733C248.67 221.915 248.507 222.136 248.394 222.384L247.445 224.284C246.35 224.036 245.213 224.033 244.117 224.276L243.172 222.384C243.059 222.136 242.895 221.915 242.692 221.733C242.488 221.552 242.249 221.415 241.99 221.331C241.731 221.247 241.457 221.218 241.185 221.246C240.914 221.274 240.652 221.358 240.415 221.492C239.93 221.795 239.577 222.267 239.424 222.818C239.27 223.368 239.329 223.955 239.588 224.464L240.474 226.238C239.596 227.082 238.898 228.095 238.424 229.216C237.95 230.338 237.71 231.544 237.717 232.761C237.713 234.218 238.056 235.654 238.717 236.951L228.2 241.981C226.095 242.982 224.43 244.719 223.519 246.864C222.737 248.671 222.493 250.664 222.815 252.606C223.137 254.548 224.012 256.355 225.335 257.812C226.141 258.705 227.125 259.419 228.224 259.909C229.322 260.4 230.51 260.655 231.713 260.66C232.268 260.66 232.821 260.605 233.365 260.496C234.556 260.253 235.682 259.764 236.673 259.059C237.04 259.834 237.495 260.564 238.03 261.233L244.008 268.694C244.22 268.956 244.487 269.168 244.791 269.314C245.094 269.46 245.426 269.537 245.763 269.54C246.101 269.537 246.435 269.458 246.739 269.31C247.043 269.162 247.311 268.949 247.523 268.685L253.494 261.233C254.029 260.564 254.484 259.835 254.851 259.06C255.841 259.765 256.968 260.254 258.159 260.497C258.703 260.606 259.256 260.661 259.811 260.661C261.014 260.656 262.202 260.401 263.3 259.91C264.398 259.42 265.382 258.706 266.188 257.813C267.238 256.657 268.008 255.276 268.44 253.776C268.872 252.275 268.955 250.696 268.681 249.158ZM263.543 254.958C262.965 255.608 262.227 256.096 261.403 256.371C260.578 256.647 259.695 256.701 258.843 256.528C257.978 256.346 257.172 255.951 256.499 255.378C255.826 254.805 255.307 254.072 254.989 253.247L249.443 239.761L261.951 245.738C262.757 246.134 263.456 246.718 263.987 247.442C264.517 248.167 264.865 249.009 264.999 249.896C265.165 250.795 265.12 251.721 264.867 252.599C264.614 253.477 264.161 254.285 263.543 254.958ZM251.781 256.612C251.517 257.329 251.141 257.998 250.666 258.595L246.135 264.247C246.09 264.302 246.033 264.347 245.969 264.377C245.905 264.408 245.835 264.423 245.764 264.423C245.693 264.423 245.623 264.408 245.559 264.377C245.495 264.347 245.438 264.302 245.393 264.247L240.864 258.595C240.389 257.998 240.013 257.329 239.749 256.612H251.781ZM240.911 252.576L241.741 250.547H249.781L250.614 252.572L240.911 252.576ZM241.464 232.764C241.416 232.171 241.492 231.573 241.686 231.01C241.88 230.447 242.189 229.93 242.593 229.492C242.997 229.054 243.487 228.705 244.033 228.466C244.579 228.227 245.168 228.103 245.764 228.103C246.36 228.103 246.949 228.227 247.495 228.466C248.041 228.705 248.531 229.054 248.935 229.492C249.339 229.93 249.648 230.447 249.842 231.01C250.036 231.573 250.112 232.171 250.064 232.764C250.071 233.66 249.828 234.54 249.364 235.306L246.517 233.947C246.281 233.834 246.022 233.776 245.76 233.776C245.499 233.776 245.24 233.834 245.004 233.947L242.165 235.303C241.701 234.537 241.458 233.657 241.465 232.761M243.405 246.511L245.767 240.77L248.129 246.511H243.405ZM242.081 239.761L236.538 253.247C236.22 254.073 235.7 254.805 235.027 255.378C234.353 255.951 233.547 256.347 232.681 256.528C231.829 256.701 230.946 256.647 230.121 256.371C229.297 256.096 228.559 255.608 227.981 254.958C227.363 254.285 226.909 253.477 226.656 252.599C226.403 251.721 226.358 250.795 226.524 249.896C226.658 249.008 227.006 248.166 227.537 247.442C228.068 246.718 228.766 246.133 229.573 245.738L242.081 239.761Z"/><path fill="white" d="M245.917 286.901C245.496 286.901 245.082 286.791 244.717 286.581L212.48 268.108C211.607 267.607 210.882 266.885 210.375 266.016C209.869 265.146 209.6 264.159 209.595 263.152L209.48 227.91C209.479 226.905 209.741 225.917 210.242 225.045C210.742 224.173 211.462 223.447 212.33 222.94L242.793 205.214C243.663 204.71 244.651 204.443 245.657 204.439C246.663 204.436 247.652 204.697 248.526 205.195L280.765 223.668C281.041 223.826 281.283 224.037 281.477 224.288C281.671 224.54 281.814 224.827 281.898 225.134C281.981 225.44 282.003 225.76 281.963 226.076C281.922 226.391 281.82 226.695 281.662 226.971C281.505 227.247 281.294 227.489 281.042 227.683C280.791 227.877 280.504 228.02 280.197 228.104C279.89 228.187 279.57 228.209 279.255 228.169C278.94 228.128 278.636 228.026 278.36 227.868L246.12 209.393C245.984 209.315 245.829 209.274 245.672 209.274C245.515 209.274 245.361 209.315 245.225 209.393L214.762 227.118C214.626 227.198 214.514 227.311 214.436 227.448C214.358 227.584 214.317 227.738 214.317 227.895L214.433 263.14C214.434 263.297 214.476 263.451 214.555 263.587C214.634 263.723 214.747 263.836 214.883 263.914L247.122 282.383C247.584 282.648 247.947 283.058 248.152 283.55C248.357 284.042 248.394 284.588 248.258 285.103C248.121 285.618 247.818 286.074 247.395 286.399C246.973 286.724 246.455 286.901 245.922 286.901"/></g><defs><clipPath id="clip0_0_1"><rect transform="translate(-235)" fill="white" height="588.625" width="481.012"/></clipPath></defs></svg>') no-repeat;
	background-size: contain;
}
.tabWithShape {
	overflow: visible !important;
}
.tabSec .vc_tta.vc_general .vc_tta-tab>a::before {
	content: "";
	left: 0 !important;
	top: 0;
	width: 6px !important;
	height: 100% !important;
	background: #F8BD4A;
	position: absolute;
	border-radius: 10px;
	opacity: 0;
}
.tabSec .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
	opacity: 1;
}
.LeftTwoImages>div>div {
	display: flex;
	justify-content: center;
}
.integrationSec .ourDepartments_contant .wpb_text_column {
	padding-left: 0;
	margin-bottom: 0;
}
.benefitsIntegrationSec {
	margin-top: clamp(2.5rem, 0.3625rem + 5.948vw, 7.5rem);
	margin-bottom: clamp(2.5rem, 0.3625rem + 5.948vw, 7.5rem);
}
.postBox .postImage img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9.4;
	object-fit: cover;
}
.postBox .postContent {
	padding: clamp(1.25rem, 0.7156rem + 1.487vw, 2.5rem) clamp(1.25rem, 0.8225rem + 1.1896vw, 2.25rem);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.postBox .PostTitle {
	font-size: clamp(1.125rem, 1.0181rem + 0.2974vw, 1.375rem);
	line-height: 1.4;
	color: #000;
}
.postText {
	margin: clamp(1.25rem, 0.9828rem + 0.7435vw, 1.875rem) 0;
}
.postText p {
	font-size: clamp(1rem, 0.9466rem + 0.1487vw, 1.125rem);
	line-height: 1.5;
}
.postBox {
	background: #F9F9F9;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.postRow>div {
	margin-bottom: 40px !important;
}
.readMoreBtn {
	color: #073666;
	font-size: clamp(1.125rem, 1.0716rem + 0.1487vw, 1.25rem);
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}
.readMoreBtn span {
	display: inline-flex;
}
.postSec {
	margin: clamp(2.5rem, 0.3625rem + 5.948vw, 7.5rem) 0 clamp(2.5rem, 1.4312rem + 2.974vw, 5rem) !important;
}
.restaurantSolutionsSec .ourDepartments_section {
	padding-bottom: 0;
	display: inline-block;
}
.tabHorizontal .vc_tta.vc_general .vc_tta-tab>a {
	background: transparent !important;
	border: unset;
	padding: clamp(0.625rem, 0.2043rem + 1.1707vw, 1.375rem) clamp(1.875rem, 0.753rem + 3.122vw, 3.875rem);
	position: relative;
	font-size: clamp(1rem, 0.8598rem + 0.3902vw, 1.25rem);
}
/* .tabHorizontal .vc_tta.vc_general .vc_tta-tab.vc_active > a{
	border-bottom: 4px solid #F8BD4A !important;
} */
.tabHorizontal .vc_tta-panel-body,
.tabHorizontal .vc_tta-panels {
	padding: 0 !important;
	background: transparent !important;
	border: unset !important;
}
.tabHorizontal .vc_tta.vc_general .vc_tta-tab>a::after {
	content: "";
	position: absolute;
	left: 0 !important;
	bottom: 0;
	width: calc(100% + 2px) !important;
	height: 2px !important;
	background: #BBBBBB;
	right: 0;
	top: unset !important;
}
.tabHorizontal .vc_tta.vc_general .vc_tta-tab.vc_active>a::after {
	height: 4px !important;
	background: #F8BD4A;
	bottom: -1px;
}
.tabHorizontal .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	padding-bottom: 2px;
	text-align: center;
}
.tabHorizontal .vc_tta-panels-container {
	margin: clamp(1.875rem, -0.404rem + 6.3415vw, 5.9375rem) 0 clamp(1.875rem, 1.1269rem + 2.0818vw, 3.625rem);
}
.tabHorizontal .ourDepartments_contant>.vc_column-inner>.wpb_wrapper {
	padding-left: 0;
}
.tabs {
	display: flex;
	justify-content: center;
}
.tab {
	cursor: pointer;
	padding: clamp(0.625rem, 0.2043rem + 1.1707vw, 1.375rem) clamp(1.875rem, 0.753rem + 3.122vw, 3.875rem);
	position: relative;
	font-size: clamp(1rem, 0.8598rem + 0.3902vw, 1.25rem);
	position: relative;
}
.tab::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1.5px;
	width: 100%;
	height: 2px;
	background: #BBBBBB;
}
.tab.active::after {
	height: 4px !important;
	background: #F8BD4A;
	bottom: -1px;
}
.tab.active {
	color: #ff9900;
	border-bottom: 2px solid #ff9900;
}
.content {
	display: none;
}
.content.active {
	display: block;
}
.tab-content {
	display: flex;
}
.content img {
	width: 100%;
	height: auto;
}
.tab-image {
	max-width: 55%;
}
.content-text {
	max-width: 45%;
	padding-left: 55px;
}
.content-text .h2 {
	margin-bottom: clamp(1.5625rem, 0.686rem + 2.439vw, 3.125rem);
}
.tab-slider .slick-list{
	padding-top: clamp(2.5rem, 0.5716rem + 5.3659vw, 5.9375rem);
	margin-bottom: clamp(1.875rem, 0.8933rem + 2.7317vw, 3.625rem);
}
.tab-slider .slick-dots li button {
	background: #BBBBBB;
}
.tab-slider .slick-dots li.slick-active button {
	background: #073666;
}
.tabWrapper {
	margin: 0 0 clamp(2.5rem, -2.4085rem + 13.6585vw, 4.25rem);
}
.tab-slider .slick-dots {
	bottom: -44px;
}
.single_blog_content {
	max-width: 964px;
	margin: clamp(1.25rem, 0.5488rem + 1.9512vw, 2.5rem) auto clamp(2.5rem, -0.3049rem + 7.8049vw, 7.5rem);
}
.single_blog_content img {
	width: 100%;
	height: auto;
	margin-bottom: clamp(1.875rem, 1.0734rem + 2.2305vw, 3.75rem);
}
.single_blog_content .entry-content p {
	font-size: clamp(1rem, 0.9299rem + 0.1951vw, 1.125rem);
}
.page-id-18 .fCallToAction {
	padding-top: clamp(2.5rem, 1.9602rem + 1.7273vw, 3.6875rem);
	padding-bottom: clamp(2.5rem, 1.9602rem + 1.7273vw, 3.6875rem);
}
.mediumTopSpace {
	margin-top: clamp(2.5rem, 1.0976rem + 3.9024vw, 5rem);
}
.overview .stepGuideText {
	margin-bottom: 0;
}
.single-product .explorenow_btn {
	margin: 30px 0 !important;
}
.productTopTitle {
	margin: 17px 0 clamp(2.5rem, 1.0976rem + 3.9024vw, 5rem);
}
.imageTexts ul li ul {
	margin-bottom: 20px;
	margin-top: 20px;
}
.tabTopSpace {
	margin-top: clamp(2.5rem, 1.6936rem + 2.2439vw, 3.9375rem) !important;
}
	.wf_int-hero_logo {
			width: 100%;
			height: auto;
			opacity: 0.2;
		}

		.wf_int-hero_section {
			max-width: 1490px;
			margin: 0 auto;
			position: relative;
		}

		.hexagon_onehive_1 {
			width: 23.6%;
		}

		.hexagon_onehive_2 {
			left: 13% !important;
			top: 28% !important;
		}

		.hexagon_onehive_3 {
			left: 27.4% !important;
			top: 12.6% !important;
		}

		.hexagon_onehive_9 {
			right: 0 !important;
			top: 29% !important;
			left: auto !important;
			width: 23.4%;
		}

		.hexagon_onehive_4 {
			left: 27.6% !important;
			top: 42.4% !important;
		}

		.hexagon_onehive_5 {
			left: 41.9% !important;
			top: 27.7% !important;
		}

		.hexagon_onehive_6 {
			left: 56.5% !important;
			top: 42.5% !important;
		}

		.hexagon_onehive_7 {
			left: 56.4% !important;
			top: 72.4% !important;
		}

		.hexagon_onehive_8 {
			left: 70.7% !important;
			top: 57.7% !important;
		}

		.hexagon_onehive_1 img,
		.hexagon_onehive_9 img,
		.hexagonOnehive img {
			width: 100%;
			height: 100%;
		}

		.hexagonOnehive {
			width: 16.3%;
		}

		.hexagonPopup {
			display: none;
			font-size: 15px;
			min-height: unset;
			padding: 10px 15px;
			box-shadow: 0px 4px 30px 0px #0000001A;
			color: #67748E;
			text-decoration: none;
			position: absolute;
			background: #fff;
			top: 70%;
			border-radius: 10px;
		}

		.wf_int-hexagon:hover {
			z-index: 1;
		}

		.wf_int-hexagon:hover .hexagonPopup {
			display: block;
		}

		.hexagon_onehive_10 {
			left: 56.7% !important;
			top: 12.6% !important;
		}

		.hexagon_onehive_11 {
			left: 41.9% !important;
			top: 57.7% !important;
		}

		.hexagon_onehive_12 {
			left: 27.4% !important;
			top: 72.6% !important;
		}

		.hexagon_onehive_13 {
			left: 13% !important;
			top: 57.4% !important;
		}
.wf_int-hero_center {
	opacity: 0;
}
.wf_int-hexagon[href="#"] {
	pointer-events: none;
}
.wf_int-hexagon {
	transition: unset;
}
.hexagonPopup::before {
	content: "";
	content: "";
	position: absolute;
	top: -13px;
	left: 50%;
	width: 23px;
	height: 23px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="23" viewBox="0 0 26 23" fill="none"><path d="M13 0L25.9904 22.5H0.00961876L13 0Z" fill="white"/></svg>') no-repeat;
	transform: translate(-50%,0%);
}
.paymentsBox .vc_column-inner .wpb_wrapper {
	position: relative;
}
.coverBtn .vc_btn3 {
	opacity: 0;
	position: absolute !important;
	top: 0 !important;
	bottom: 0;
	left: 0;
	right: 0;
}
.storeSliderSec .ssfSlide {
	padding: 0 15px;
}
.imageTexts h4.vc_custom_heading {
	font-size: clamp(1.2rem, 0.3079rem + 3.3171vw, 2.0rem);
	margin-bottom: clamp(0.8rem, 0.6650rem + 5.6958vw, 1rem);
}
.imageTexts .vc_custom_heading.mb10 {
	margin-bottom: 10px;
}
.sliderNav {
	margin: 0 auto;
	padding: 20px 0 0;
	display: flex;
	list-style-type: none;
	width: 100%;
	max-width: 682px;
	align-self: unsafe;
}
.sliderNav li {
	font-size: 18px;
	position:relative;
	  cursor: pointer;
}
.sliderNav li:not(:first-child) {
	padding-left: 10px;
}
.sliderNav li:not(:last-child) {
	padding-right: 10px;
}
.sliderNav li.sl_active {
	color: #073666;
	font-weight: 700;
}
.sliderNav li::after {
	content: "";
	background: #073666;
	width: 2px;
	height: 21px;
	display: inline-block;
	position: absolute;
	left: 0;
}
.sliderNav li:first-child::after {
	display: none;
}
.tab-slider .slickArrow {
	top: 10px;
	background-color: #F8BD4A !important;
	/* color: #000; */
	width: auto;
	height: auto;
	font-size: 0;
	transform: unset;
	display: block;
	line-height: 20px;
	padding: 10px 20px;
	z-index: 1;
	opacity: 1;
	font-weight: 600;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="18" viewBox="0 0 9 18" fill="none"><path d="M1 1L8 9L1 17" stroke="%23073666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
	background-size: auto;
	background-position: center;
	color: #fff;
}
.tab-slider .slickArrow.slick-prev.slick-arrow {
	left: 0;
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
}
.tab-slider .slickArrow.slick-next.slick-arrow {
	right: 0;
}
.tab-slider .slickArrow.slick-prev.slick-arrow.slick-disabled,
.tab-slider .slickArrow.slick-next.slick-arrow.slick-disabled {
	opacity: 0;
}

@media (min-width: 1200px) {
	.navbar ul li:hover .sub-menu {
		display: block;
	}
}
@media (min-width: 1920px) {
	.innovativeRightImages>div>div {
		height: 600px;
		/* 	margin: 64px 64px auto; */
	}
}
@media (max-width: 1800px) {
	.hex-container {
		height: 50vw;
	}
	.innovativeRightImages>div>div {
		height: 33.9vw;
	}
}
@media (max-width: 1700px) {
	.hex-container {
		height: 52vw;
	}
	.innovativeRightImages>div>div {
		height: 36.1vw;
	}
}
@media (max-width: 1599px) {
	.slideContent .slideTitle,
	.slideContent .slideText {
		max-width: 96%;
	}
	.fCallToAction::before {
		background-size: cover;
	}
}
@media (max-width: 1399px) {
	.ssnSlide {
		font-size: clamp(1.25rem, 0.5488rem + 1.9512vw, 1.8rem);
	}
	.slider-home .slick-dots {
		left: 25px;
	}
	.tslSlideText {
		margin: 0 auto 15px;
		font-size: 17px;
		line-height: 26px;
	}
	.ssnSlide {
		font-size: clamp(1.25rem, 0.5488rem + 1.9512vw, 1.6rem);
	}
	.top_header {
		padding: 15px 25px;
	}
	.navbar ul li {
		margin: 0 10px;
	}
	.navbar .blue-btn a {
		margin-left: 15px;
	}
	.quoteEnd {
		margin-top: -5px;
	}
	.stepGuideSec .guideBox .vc_custom_heading {
		padding: 14px 28px;
		margin: 0 0 0px 30px;
	}
	.guideBox .wpb_text_column p {
		font-size: 22px;
	}
	.fCallToAction::before {
		right: 5%;
	}
}
@media (max-width: 1299px) {
	.stepGuideSec .guideBox .wpb_text_column.guideDetailText {
		top: 105%;
	}
}
@media (max-width: 1199px) {
	.container {
		max-width: 1600px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.slideText {
		margin-top: 20px;
	}
	.slider-home .slick-dots {
		left: 15px;
	}
	.slideContent>div {
		padding: 0 0 0 35px;
	}
	.ssnSlide {
		font-size: clamp(1.25rem, 0.5488rem + 1.9512vw, 1.4em);
	}
	.storeSlider-nav .slick-prev,
	.storeSlider-nav .slick-next {
		width: 40px;
		height: 40px;
	}
	.storeSlider-nav .slick-list {
		margin: 0 40px;
	}
	.footerSocialIcon ul li:not(.footerSocialIcon ul li:last-child) {
		margin-right: 14px;
	}
	header .navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(7, 54, 102)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	header .navbar-dark .navbar-toggler {
		border-color: #073666;
		opacity: 1;
		border-radius: 6px;
		padding: 5px 10px;
		order: 3;
		margin-left: 15px
	}
	.footer-right {
		margin-left: auto;
	}
	.navbar-collapse {
		max-width: 100%;
		position: absolute;
		top: 81px;
		background: #fff;
		width: 100%;
		z-index: 9;
		left: 0;
		padding: 20px 15px;
	}
	header .navbar {
		position: unset;
	}
	.top_header {
		padding: 15px 15px;
	}
	.navbar ul li {
		margin: 0 0 10px;
		padding-right: 25px;
		position: relative;
	}
	.navbar ul li:last-child {
		margin: 0;
	}
	.menu-item-has-children::after {
		content: "";
		position: absolute;
		top: 0;
		right: 5px;
		width: 8px;
		height: 18px;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="18" viewBox="0 0 9 18" fill="none"><path d="M1 1L8 9L1 17" stroke="%2318191F" stroke-linecap="round" stroke-linejoin="round"></path></svg>') no-repeat;
		transform: rotate(90deg);
		background-size: contain;
		cursor: pointer;
	}
	.menu-item.menu-item-type-custom.open .sub-menu {
		display: block;
		margin: 10px;
		position: unset;
	}
	.navbar ul li .sub-menu li {
		margin: 0 0 10px;
	}
	.navbar ul li .sub-menu li a {
		padding: 0;
	}
	.guideBox .wpb_text_column p {
		font-size: 20px;
	}
	.breadcrumbs span,
	.breadcrumbs a {
		font-size: 18px !important;
	}
	.content-text {
		padding-left: 30px;
	}
	.stepGuideSec .guideBox .wpb_text_column {
		min-height: 19.6vw;
	}
	.fCallToAction::before {
		background-position: center left;
	}
	.stepGuideSec .guideBoxLast .wpb_text_column.guideDetailText {
		right: 5%;
	}
}
@media (max-width: 991px) {
	.yellowBtn,
	.cmnBtn {
		font-size: 16px;
		line-height: 20px;
		padding: 12px 15px;
	}
	.slideBox .img-fluid {
		min-height: 450px;
		object-fit: cover;
	}
	.innovativeSolutionsSec>.vc_row>div {
		width: 100%;
	}
	.innovativeSolutionsSec>.vc_row>div {
		width: 100%;
	}
	.innovativeSolutionsText {
		max-width: 100%;
	}
	.innovativeRightImages>div>div {
		height: 68.6vw;
		width: 100%;
	}
	.innovativeSolutionsLeft {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.paymentSec .paymentsBox,
	.whyChooseSec .whyChooseBox {
		width: 50%;
		margin-bottom: 30px;
	}
	.paymentSec .paymentsBox:last-of-type,
	.paymentSec .paymentsBox:nth-last-of-type(2),
	.whyChooseSec .whyChooseBox:last-of-type,
	.whyChooseSec .whyChooseBox:nth-last-of-type(2) {
		margin-bottom: 0px;
	}
	.tslSlide {
		width: 430px !important;
	}
	.tslSlideinner {
		padding: 80px 0 58px;
	}
	.ssfSlideRow {
		flex-wrap: wrap;
	}
	.ssfSlideRow>div {
		width: 100%;
	}
	.ssfSlideText ul,
	.tabSec .vc_tta-panels-container .wpb_text_column ul {
		padding: 0;
		margin: 20px 0 30px !important;
		max-width: 100%;
	}
	.whyChooseSec .vc_row {
		display: flex;
		flex-wrap: wrap;
	}
	.footerSocialIcon,
	.newsLetterForm {
		margin-top: 30px;
	}
	.navbar-brand img {
		max-width: 170px;
		width: 170px;
		height: 56px;
	}
	.ssfSlideRight {
		padding-left: 0;
	}
	.ssfSlideLeft {
		padding-right: 0;
	}
	.stepGuideSec .vc_row {
		flex-wrap: wrap;
		justify-content: start;
	}
	.stepGuideSec .guideBox .wpb_text_column {
		min-height: 33.44vw;
		margin: -30px 0 0 0 !important;
	}
	.stepGuideSec .vc_row .guideBox {
		width: 50%;
	}
	.stepGuideSec .guideBox .vc_custom_heading {
		padding: 12px 23px;
		margin: 0 0 0px 11vw;
	}
	.stepGuideSec .vc_row .guideBox::before {
		display: none;
	}
	.stepGuideSec .vc_row .guideBox.topLine {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.tabWithShape::before {
		top: -10%;
		width: 24%;
		height: 24%;
	}
	.fCallToAction::after {
		width: 30%;
	}
	.fCallToAction::before {
		right: 10%;
	}
	.stepGuideTopRow::after {
		display: none !important;
	}
	.stepGuideSec .guideBox .wpb_text_column.guideDetailText::before {
		top: -21px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.stepGuideSec .guideBox .wpb_text_column.guideDetailText {
		opacity: 1;
		position: relative;
		z-index: 2;
		left: 0;
		min-width: 70%;
		max-width: 70%;
		margin: 0px auto !important;
	}
	.stepGuideSec .vc_row .guideBox.bottomLine {
		margin-bottom: 40px;
		position: relative;
	}
	.stepGuideSec .guideBox .wpb_text_column.guideDetailText p {
		font-size: 16px;
	}
	.wf_int-hexagon:hover .hexagonPopup {
	display: none;
}
}
@media (max-width: 767px) {
	.slideContent {
		width: 70%;
	}
	.leftShape {
		width: 80%;
	}
	.bottomTransparentShape {
		right: 3%;
		width: 30%;
	}
	.cta_btnRow {
		text-align: left;
		margin-top: 30px;
	}
	.fCallToAction::before {
		background-position: left;
	}
	.footerContact {
		margin-top: 30px;
	}
	.testimonialSlider .slick-dots {
		bottom: -25px;
	}
	.newsLetterForm .formWrapper .submitBtn p {
		margin-bottom: 0;
	}
	.navbar-brand img {
		max-width: 150px;
		width: 150px;
		height: 50px;
	}
	.tabWithShape::before {
		display: none;
	}
	.breadcrumbs span,
	.breadcrumbs a {
		font-size: 14px !important;
	}
	.tab-content {
		flex-wrap: wrap;
	}
	.tab-image,
	.content-text {
		max-width: 100%;
	}
	.tab-image {
		margin-bottom: 30px;
	}
	.tab-slider .slick-dots {
		bottom: -15px;
	}
	.breadcrumbs {
		display: none !important;
	}
	.stepGuideSec .vc_custom_heading,
	.blogSec .vc_custom_heading,
	.restaurantSec .vc_custom_heading {
		margin: 40px 0 30px;
	}
	.integrationSec,
	.faqsSec,
	.single_blog_content {
		margin-top: 40px;
	}
	.productBnnrLeft {
		margin-bottom: 30px;
	}
	.productTopTitle {
		margin: 40px 0 clamp(2.5rem, 1.0976rem + 3.9024vw, 5rem);
	}
	.tabTopSpace {
		margin-top: 0 !important;
	}
}
@media (max-width: 575px) {
	.tslSlide {
		width: 350px !important;
		padding: 0;
	}
	.tslSlide.slick-slide.slick-current.slick-active {
		opacity: 1;
	}
/* 	.tslSlide.slick-slide {
		opacity: 0;
	} */
	.tslSlideText {
		font-size: 16px;
		line-height: 24px;
	}
	.footer-right {
		display: none !important;
	}
	.navbar-brand img {
		max-width: 130px;
		width: 130px;
		height: 43px;
	}
	.leftShape {
		display: none;
	}
	.slideBox::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
	}
	.slideContent {
		width: 100%;
		z-index: 1;
	}
	.slideBtn span svg {
		max-width: 70px;
	}
	.slider-home .slick-dots {
		left: unset;
		bottom: 20px;
		top: unset;
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0 15px;
	}
	.slider-home .slick-dots li {
		margin: 0 5px;
	}
	.leftTransparentShape {
		top: 5%;
		width: 10%;
		height: 20%;
	}
	.navbar-collapse {
		top: 74px;
	}
	.paymentSec .paymentsBox,
	.whyChooseSec .whyChooseBox {
		width: 100%;
	}
	.paymentSec .paymentsBox:nth-last-of-type(2),
	.whyChooseSec .whyChooseBox:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	.storeSlider-nav .slick-prev,
	.storeSlider-nav .slick-next {
		width: 30px;
		height: 30px;
	}
	.storeSlider-nav .slick-list {
		margin: 0 30px;
	}
	.slideContent>div {
		padding: 0 15px 0 15px;
	}
	.whyChooseBox .wpb_wrapper {
		max-width: 100%;
	}
	.faqsSec .vc_tta-panel-title a,
	.faqsSec .vc_active .vc_tta-panel-title a {
		padding: 15px 45px 15px 0 !important;
	}
	.faqsSec .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
		right: 10px;
	}
	.breadcrumbs {
		padding: 25px 0 !important;
	}
	.stepGuideSec .guideBox .wpb_text_column {
		min-height: 55.44vw;
		margin: -30px 0 0 0 !important;
	}
	.guideBox .wpb_text_column p {
		font-size: 18px;
		max-width: 55%;
	}
	.stepGuideSec .vc_row .guideBox.bottomLine,
	.stepGuideSec .vc_row .guideBox.topLine {
		margin-bottom: 30px;
	}
	.stepGuideSec .vc_row .guideBox {
		width: 100%;
	}
	.stepGuideSec .guideBox .vc_custom_heading {
		margin: 0 0 0px 0;
		position: relative;
		left: 28%;
		padding: 12px 20px;
	}
	.stepGuideSec .vc_custom_heading,
	.blogSec .vc_custom_heading,
	.restaurantSec .vc_custom_heading {
		margin: 40px 0 25px;
	}
	.breadcrumbs span,
	.breadcrumbs a {
		font-size: 12px !important;
	}
	.breadcrumbs span span:first-child {
		height: 15px !important;
		width: 15px !important;
		background-size: contain;
	}
	.banner-top img {
		max-width: 100%;
		height: auto;
		width: 100%;
		min-height: 250px;
		object-fit: cover;
	}
	.tab {
		padding: 10px 15px;
		text-align: center;
	}
	.fCallToAction::before {
		display: none;
	}
	.fCallToAction::after {
		width: 60%;
	}
	.faqsText,
	.stepGuideText,
	.blogSec .blogText,
	.restaurantSec .restaurantText {
		margin: 0 auto clamp(2.5rem, 1.0976rem + 3.9024vw, 5rem);
	}
	.breadcrumb_last {
		max-width: 80%;
	}
	.svgtopshape {
		max-width: 33vw;
		margin-left: -15vw !important;
		object-fit: contain;
	}
	.rightsvgshape {
		bottom: -7% !important;
	}
	.paymentsBox>div>div {
		margin-top: 50px;
	}
	.single-product .explorenow_btn {
		margin: 25px 0 !important;
	}
	.sliderNav li{
		font-size: 14px;
		padding-bottom: 10px;
	}
	.sliderNav {
		display: block;
	}
	.sliderNav li:not(:last-child) {
		padding-right: 0;
	}
	.sliderNav li:not(:first-child) {
		padding-left: 0;
	}
	.sliderNav li::after {
		display:none;
	}
	.tab-slider .slickArrow {
		font-size: 0;
		line-height: 14px;
	}
}
@media (max-width: 375px) {
	.tslSlide {
		width: 300px !important;
		padding: 0;
	}
	.quoteEnd, .quoteStart {
		width: 10px;
		height: 15px;
	}
	.tslSlideText {
		font-size: 13px;
		line-height: 1.5;
	}
	.tslOwner {
		font-size: 13px;
	}
	.tslSlideBox {
/* 		mask-size: 100% 90%; */
	}
}