* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat';
	font-style: normal;
}
body {
    background-color: #000 !important;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff2') format('woff2'), url('Montserrat-Medium.woff') format('woff'), url('Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'), url('Montserrat-SemiBold.woff') format('woff'), url('Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cirka';
	src: url('Cirka-Regular.woff2') format('woff2'), url('Cirka-Regular.woff') format('woff'), url('Cirka-Regular.svg#Cirka-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cirka';
	src: url('Cirka-Bold.woff2') format('woff2'), url('Cirka-Bold.woff') format('woff'), url('Cirka-Bold.svg#Cirka-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cirka';
	src: url('Cirka-Light.woff2') format('woff2'), url('Cirka-Light.woff') format('woff'), url('Cirka-Light.svg#Cirka-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.tpfixmnu {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 1020;
}
img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.tpfixmnu.sticky {
	position: fixed;
	background: #000;
	transition: all 0.3s ease;
}
header .shopwith-lgo {
	float: left;
	margin: 30px 0;
	width: 128px;
	height: auto;
}
header .shopwith-lgo img {
	display: block;
	width: 100%;
	height: auto;
}
header .shopwith-navbar {
	float: left;
	width: 70%;
	margin: 35px 0 0;
}
header .shopwith-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .shopwith-navbar ul li {
	position: relative;
	float: left;
	margin-right: 45px;
}
header .shopwith-navbar ul li a {
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
header .shopwith-navbar ul li a:hover {
	color: #24eb2e;
	text-decoration: none;
}
header .shopwith-navbar ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .shopwith-navbar ul li a:hover:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #24eb2e;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 4px 0;
	transition: 0.4s;
	border-radius: 50px;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 320px;
	height: 420px;
	background: #2e2e2e;
	padding: 30px 20px 10px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 8px 0;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #fff;
}

header .connectwith-btn {
	float: right;
	margin: 30px 0 0;
}
header .connectwith-btn a {
	font-family: 'Cirka';
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	padding: 3px 24px 5px;
	margin: 0;
	background: #24eb2e;
	border-radius: 50px;
	box-shadow: 0 0 20px rgb(30 201 39);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
header .connectwith-btn a:hover {
	color: #000;
	background: #24eb2e;
	border-radius: 50px;
}
.herobanner-shopwith-section {
	width: 100%;
	position: relative;
	background: url(../images/hm-banner-bg.jpg) no-repeat top center #000;
	background-size: 100% 70%;
	padding: 35% 0 0;
}
.herobanner-shopwith-section img {
	width: 100%;
	height: auto;
}
.herobanner-shopwith-section .banner-txtbx {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 65%;
	margin: 180px auto 0;
	text-align: center;
}
.herobanner-shopwith-section .banner-txtbx h3 {
	font-family: 'Cirka';
	font-size: 72px;
	color: #fff;
	line-height: 80px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 30px;
}
.herobanner-shopwith-section .banner-txtbx h3 strong {
	font-family: 'Cirka';
	color: #24eb2e;
}
.herobanner-shopwith-section .banner-txtbx h4 {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.herobanner-shopwith-section .banner-txtbx h4 strong {
	display: block;
	font-family: 'Montserrat';
	font-weight: 700;
}
.hm-shopwithlgo-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/hmshop-lgo-bg.jpg) no-repeat #000;
	background-size: cover;
	text-align: center;
}
.hm-shopwithlgo-section .squ-lgobx {
	display: inline-block;
	width: 205px;
	height: 172px;
	background: url(../images/shop-lgo-bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 10px;
}
.hm-shopwithlgo-section .squ-lgobx img {
	display: block;
	margin: 68px auto;
}
.hm-shopwith-tbx-section {
	position: relative;
	padding: 80px 0;
	background: #000;
}
.hm-shopwith-tbx-section .innfund-tbx {
	width: 110%;
	float: right;
	padding: 60px 70px;
	min-height: 350px;
	background: url(../images/shap-bg1.png) no-repeat;
	background-size: 100% 100%;
}
.hm-shopwith-tbx-section .innfund-tbx h3 {
	width: 100%;
	float: left;
	font-family: 'Cirka';
	font-size: 45px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
.hm-shopwith-tbx-section .innfund-tbx h3 strong {
	display: block;
	font-family: 'Cirka';
	color: #24eb2e;
}
.hm-shopwith-tbx-section .innfund-tbx .icnbx {
	width: 70px;
	float: left;
}
.hm-shopwith-tbx-section .innfund-tbx .icnbx1 {
	position: relative;
	width: 95px;
	float: left;
	margin: 10px 15px 0;
	padding: 10px;
	text-align: center;
}
.hm-shopwith-tbx-section .innfund-tbx .icnbx1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 105px;
	background: url(../images/grn-lne.png) no-repeat;
}
.hm-shopwith-tbx-section .innfund-tbx .icnbx1::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 105px;
	background: url(../images/grn-lne.png) no-repeat;
}
.hm-shopwith-tbx-section .inncrypto-tbx {
	width: 100%;
	float: left;
	padding: 60px 65px 60px 70px;
	min-height: 360px;
	background: url(../images/shap-bg2.png) no-repeat;
	background-size: 100% 100%;
}
.hm-shopwith-tbx-section .inncrypto-tbx h3 {
	font-family: 'Cirka';
	font-size: 45px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 30px;
}
.hm-shopwith-tbx-section .inncrypto-tbx h3 strong {
	display: block;
	font-family: 'Cirka';
	color: #24eb2e;
}
.hm-shopwith-tbx-section .inncrypto-tbx p {
	width: 55%;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #cacaca;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.hm-shopwith-tbx-section .inncrypto-tbx img {
	float: right;
	margin-bottom: -50px;
}
.hm-shopwith-tbx-section .innshopus-tbx {
	width: 100%;
	float: left;
	padding: 60px 70px;
	min-height: 360px;
	background: url(../images/shap-bg3.png) no-repeat;
	background-size: 100% 100%;
}
.hm-shopwith-tbx-section .innshopus-tbx h3 {
	font-family: 'Cirka';
	font-size: 45px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 30px;
}
.hm-shopwith-tbx-section .innshopus-tbx h3 strong {
	font-family: 'Cirka';
	color: #24eb2e;
}
.hm-shopwith-tbx-section .innshopus-tbx p {
	width: 70%;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #cacaca;
	line-height: 26px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.hm-shopwith-tbx-section .innshopus-imgbx {
	width: 140%;
	float: right;
}
.hm-shopwith-tbx-section .innshopus-imgbx img {
	width: 100%;
	height: auto;
}
.hm-benefits-solution-section {
	position: relative;
	padding: 80px 0;
	background: #000;
}
.hm-benefits-solution-section .headtxt {
	width: 135%;
	float: right;
	padding: 140px 70px 60px 165px;
	min-height: 550px;
	background: url(../images/benefits-payment-head-bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 70px 0 0;
}
.hm-benefits-solution-section .headtxt h3 {
	font-family: 'Cirka';
	font-size: 70px;
	color: #fff;
	line-height: 75px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.hm-benefits-solution-section .headtxt h3 strong {
	display: block;
	font-family: 'Cirka';
	color: #fff;
}
.hm-benefits-solution-section .benefit-tbx {
	width: 45%;
	float: left;
	padding: 40px;
	margin: 0 15px 20px;
	min-height: 301px;
	background: url(../images/benefits-payment-bx-bg.png) no-repeat;
	background-size: 100% 100%;
}
.hm-benefits-solution-section .benefit-tbx.spc {
	margin-left: 20px;
}
.hm-benefits-solution-section .benefit-tbx h4 {
	font-family: 'Cirka';
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 15px;
}
.hm-benefits-solution-section .benefit-tbx h4 strong {
	display: block;
	font-family: 'Cirka';
	color: #24eb2e;
}
.hm-benefits-solution-section .benefit-tbx p {
	font-family: 'Montserrat';
	font-size: 16px;
	color: #cacaca;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.hm-key-features-section {
	position: relative;
	padding: 80px 0;
	background: #000;
}
.hm-key-features-section .headtxt {
	width: 100%;
	float: left;
	padding: 50px;
	margin: 150px 0;
	height: 310px;
	background: url(../images/key-feature-head-bg.png) no-repeat center;
	background-size: 310px 310px;
	text-align: center;
	    position: relative;
    z-index: 9;
}
.hm-key-features-section .headtxt h3 {
	font-family: 'Cirka';
	font-size: 48px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 0;
}
.hm-key-features-section .headtxt h3 strong {
	display: block;
	font-family: 'Cirka';
	color: #24eb2e;
}
.hm-key-features-section .lt-featurbx {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.hm-key-features-section .lt-featurbx ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hm-key-features-section .lt-featurbx ul li {
	width: 235px;
	height: 235px;
	background: url(../images/key-feature-bx-bg.png) no-repeat;
	background-size: 235px 235px;
	margin: 10px 0;
	padding: 50px 40px 0;
}
.hm-key-features-section .lt-featurbx ul li.b1 {
	position: absolute;
	    top: -35px;
    right: -230px;
}
.hm-key-features-section .lt-featurbx ul li.b2 {
	position: absolute;
	    top: 125px;
    right: -90px;
}
.hm-key-features-section .lt-featurbx ul li.b3 {
	position: absolute;
	    top: 335px;
    right: -150px;
}
.hm-key-features-section .lt-featurbx ul li.b4 {
	position: absolute;
	top: 428px;
    right: -345px;
}
.hm-key-features-section .lt-featurbx ul li h4 {
	font-family: 'Cirka';
	font-size: 20px;
	color: #24eb2e;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;
}
.hm-key-features-section .lt-featurbx ul li h4 strong {
	display: block;
	font-family: 'Cirka';
	color: #24eb2e;
}
.hm-key-features-section .lt-featurbx ul li p {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #cacaca;
	line-height: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.hm-key-features-section .rt-featurbx {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.hm-key-features-section .rt-featurbx ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hm-key-features-section .rt-featurbx ul li {
	float: left;
	width: 235px;
	min-height: 235px;
	background: url(../images/key-feature-bx-bg.png) no-repeat;
	background-size: 235px 235px;
	margin: 10px 0;
	padding: 50px 40px 0;
}
.hm-key-features-section .rt-featurbx ul li.b1 {
	position: absolute;
	    top: -40px;
    left: -215px;
}
.hm-key-features-section .rt-featurbx ul li.b2 {
	position: absolute;
	    top: 130px;
    left: -90px;
}
.hm-key-features-section .rt-featurbx ul li.b3 {
	position: absolute;
	    top: 339px;
    left: -124px;
}
.hm-key-features-section .rt-featurbx ul li h4 {
	font-family: 'Cirka';
	font-size: 20px;
	color: #24eb2e;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}
.hm-key-features-section .rt-featurbx ul li h4 strong {
	display: block;
	font-family: 'Cirka';
	color: #24eb2e;
}
.hm-key-features-section .rt-featurbx ul li p {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #cacaca;
	line-height: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.hm-shopwith-trending-insights-section {
	position: relative;
	padding: 80px 0;
	background: #000;
}
.hm-shopwith-trending-insights-section h3 {
	display: block;
	font-family: 'Cirka';
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	padding: 0 0 40px;
	margin: 0;
}
.hm-shopwith-trending-insights-section h3 strong {
	display: block;
	font-family: 'Cirka';
	color: #24eb2e;
	font-size: 48px;
	font-weight: 700;
}
.hm-shopwith-trending-insights-section .inn-trending-txt {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	border-radius: 25px;
	margin: 15px 0;
}
.hm-shopwith-trending-insights-section .inn-trending-txt .overtxt {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	padding: 40px;
	z-index: 9;
	transition: 0.3s;
}
.hm-shopwith-trending-insights-section .inn-trending-txt .overtxt h5 {
	display: block;
	font-family: 'Cirka';
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	cursor: pointer;
	padding: 0 0 15px;
	margin: 150px 0 15px;
	transition: 0.3s;
}
.hm-shopwith-trending-insights-section a {
	display: block;
	color: fff;
	text-decoration: none;
}
.hm-shopwith-trending-insights-section a:hover {
	color: fff;
	text-decoration: none;
}
.hm-shopwith-trending-insights-section .inn-trending-txt:hover .overtxt {
	background: rgba(0, 0, 0, 0.8);
}
.hm-shopwith-trending-insights-section .inn-trending-txt .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.hm-shopwith-trending-insights-section .inn-trending-txt .imgbx img {
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s ease;
}
.hm-shopwith-trending-insights-section .inn-trending-txt:hover .imgbx img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.hm-shopwith-contactform-section {
	position: relative;
	padding: 80px 0;
	background: url(../images/form-worldmap-bg.png) no-repeat center #000;
	background-size: 98% 90%;
}
.hm-shopwith-contactform-section h4 {
	font-family: 'Cirka';
	display: block;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	padding: 0 0 40px;
	margin: 0;
}
.hm-shopwith-contactform-section h4 strong {
	font-family: 'Cirka';
	display: block;
	color: #24eb2e;
	font-size: 48px;
	font-weight: 700;
}
.hm-shopwith-contactform-section .indiv-formbx {
	position: relative;
}
.hm-shopwith-contactform-section .indiv-formbx .wpcf7-form-control-wrap {
    position: relative;
}
.hm-shopwith-contactform-section .indiv-formbx .inpnme {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #24eb2e;
	font-weight: normal;
	line-height: 24px;
	padding: 20px;
	margin: 15px 10px;
	background-image: linear-gradient(156deg, #2f2f2f 0, #0b0b0b 82%);
	border-radius: 10px;
	border: 1px solid #bababa;
	width: 100%;
}
.hm-shopwith-contactform-section .indiv-formbx .inpnme::placeholder {
 color:#24eb2e;
}
.hm-shopwith-contactform-section .indiv-formbx .inpeml {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #24eb2e;
	font-weight: normal;
	line-height: 24px;
	padding: 20px;
	margin: 15px 10px;
	background-image: linear-gradient(156deg, #2f2f2f 0, #0b0b0b 82%);
	border-radius: 10px;
	border: 1px solid #bababa;
	width: 100%;
}
.hm-shopwith-contactform-section .indiv-formbx .inpeml::placeholder {
 color:#24eb2e;
}
.hm-shopwith-contactform-section .indiv-formbx textarea {
	width: 98%;
	height: 210px;
	float: left;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #24eb2e;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	margin: 15px 10px;
	background-image: linear-gradient(156deg, #2f2f2f 0, #0b0b0b 82%);
	border-radius: 10px;
	border: 1px solid #bababa;
}
.hm-shopwith-contactform-section .indiv-formbx textarea::placeholder {
 color:#24eb2e;
}
.hm-shopwith-contactform-section .indiv-formbx .sbmt-btn {
	float: left;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	line-height: 34px;
	padding: 15px 35px;
	margin: 10px;
	background-image: linear-gradient(156deg, #03ac0c 0, #24eb2e 82%);
	border-radius: 20px;
	border: 1px solid #bababa;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hm-shopwith-contactform-section .indiv-formbx .sbmt-btn:hover {
	color: #fff;
	background: #222;
}
.rgtfix-bar {
	position: fixed;
	width: 50px;
	top: 250px;
	right: 0;
	z-index: 999;
}
.rgtfix-bar a {
	display: block;
	float: left;
	width: 50px;
	height: 40px;
}
.rgtfix-bar .whicn {
	float: left;
	width: 50px;
	height: 40px;
	background: url(../images/whatsap-rt.png) no-repeat 15px 7px #24eb2e;
	background-size: 26px 26px;
	border-radius: 25px 0 0 25px;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.rgtfix-bar .whicn:hover {
	background: url(../images/whatsap-rt.png) no-repeat 8px 7px #24eb2e;
	background-size: 26px 26px;
}
.rgtfix-bar .phnicn {
	float: left;
	width: 50px;
	height: 40px;
	background: url(../images/phone-rt.png) no-repeat 15px 7px #24eb2e;
	background-size: 26px 26px;
	border-radius: 25px 0 0 25px;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.rgtfix-bar .phnicn:hover {
	background: url(../images/phone-rt.png) no-repeat 8px 7px #24eb2e;
	background-size: 26px 26px;
}
.footer-shopbx-wrp {
	position: relative;
	padding: 30px 0 20px;
	background: url(../images/line-grnbg.png) no-repeat top center #000;
}
.footer-shopbx-wrp .ft-linkbx {
	float: left;
	width: 100%;
}
.footer-shopbx-wrp .ft-linkbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-shopbx-wrp .ft-linkbx ul li {
	float: left;
	margin-right: 20px;
}
.footer-shopbx-wrp .ft-linkbx ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.footer-shopbx-wrp .ft-linkbx ul li a:hover {
	color: #24eb2e;
	text-decoration: none;
}
.footer-shopbx-wrp .cpybx {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.footer-shopbx-wrp .cpybx a {
	color: #24eb2e;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.footer-shopbx-wrp .ft-flwlink {
	float: right;
	width: 100%;
	text-align: right;
}
.footer-shopbx-wrp .ft-flwlink a {
	display: inline-block;
}
.footer-shopbx-wrp .ft-flwlink img {
	display: inline-block;
	margin: 0 5px;
}
.innerabt-herobanner-shopwith-section {
	width: 100%;
	position: relative;
	background:#000;
}
.innerabt-herobanner-shopwith-section img {
	width: 100%;
	height: auto;
}
.innerabt-herobanner-shopwith-section .banner-txtbx {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 65%;
	margin: 180px auto 0;
	text-align: center;
}
.innerabt-herobanner-shopwith-section .banner-txtbx h3 {
	font-family: 'Cirka';
	font-size: 60px;
	color: #fff;
	line-height: 65px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.innerabt-vision-section {
	margin-top:-350px;
	padding: 70px 0;
	background:#000;
}
.innerabt-vision-section .indiv-txt {
	padding: 50px;
	background: radial-gradient(farthest-corner circle at 60% -40%, #363636 0, rgba(26, 26, 26, .27) 100%);
	border-radius: 50px;
	border: 1px solid #6e6b6b;
}
.innerabt-vision-section .indiv-txt h2 {
	font-family: 'Cirka';
	font-size: 60px;
	color: #fff;
	line-height: 65px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px;
}
.innerabt-vision-section .indiv-txt .pt {
	position:relative;
	font-family: 'Montserrat';
	font-size: 22px;
	color: #cacaca;
	font-weight: 600;
	line-height: 36px;
	padding: 10px 0 10px 40px;
	margin: 0;
}
.innerabt-vision-section .indiv-txt .pt::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:8px;
	height:50px;
	background: #24eb2e;
}
.innerabt-vision-section .indiv-txt p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
}
.innercontact-herobanner-shopwith-section {
	width: 100%;
	position: relative;
	background:#000;
}
.innercontact-herobanner-shopwith-section img {
	width: 100%;
	height: auto;
}
.innercontact-herobanner-shopwith-section .banner-txtbx {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 70%;
	margin: 180px auto 0;
	text-align: center;
	z-index:1;
}
.innercontact-herobanner-shopwith-section .banner-txtbx h3 {
	font-family: 'Cirka';
	font-size: 60px;
	color: #fff;
	line-height: 65px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.hm-shopwith-contactform-section.inncontact p {
	width: 65%;
	text-align:center;
	font-family: 'Montserrat';
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0 auto;
}

