<!--@font-face {
	font-family: Poppins-Regular;
	src: url('../fonts/poppins/Poppins-Regular.ttf');
}
@font-face {
	font-family: Poppins-Medium;
	src: url('../fonts/poppins/Poppins-Medium.ttf');
}
@font-face {
	font-family: Poppins-Bold;
	src: url('../fonts/poppins/Poppins-Bold.ttf');
}
@font-face {
	font-family: Poppins-SemiBold;
	src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	overflow-y: hidden;
	background-color: #e4e2e2;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	background-size: contain;
}
.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: none 1s infinite alternate;
}
.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: none 1s infinite alternate;
}
@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
@keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
.half-circle {
	position: absolute;
	left: -200px;
}
.ERP-circle {
	position: absolute;
	z-index: 9;
	font-size: 150px;
	left: 110px;
	top: 34%;
	display: block;
	font-family: Poppins-Bold;
	color: #F44336;
	text-shadow: 5px 3px 0px #1d1d1d;
}
.half-circle img {
	height: 730px;
}
.products {
	position: relative;
	left: -480px;
	top: 50px;
}
.products ul, li {
	list-style: none;
}
.products ul {}
.products ul li a {
	color: #000;
	background: #ffc;
	display: block;
	height: 7em;
	border-radius: 100px;
	width: 7em;
	padding: 12px;
	-moz-box-shadow: 5px 5px 7px rgb(33 33 33 / 30%);
	-webkit-box-shadow: 5px 5px 7px rgb(33 33 33 / 30%);
	box-shadow: 5px 5px 7px rgb(33 33 33 / 30%);
	-moz-transition: -moz-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	-webkit-transition: -webkit-transform .15s linear;
}
.products ul li:nth-child(1) {
	position: relative;
	left: 840px;
	top: -11px;
}
.products ul li:nth-child(2) {
	position: relative;
	left: 718px;
	top: -126px;
}
.products ul li:nth-child(3) {
	position: relative;
	left: 596px;
	top: -230px;
}
.products ul li:nth-child(4) {
	position: relative;
	left: 497px;
	top: -274px;
}
.products ul li:nth-child(5) {
	position: relative;
	left: 460px;
	top: -270px;
}
.products ul li:nth-child(6) {
	position: relative;
	left: 466px;
	top: -261px;
}
.products ul li:nth-child(7) {
	position: relative;
	left: 488px;
	top: -255px;
}
.products ul li:nth-child(8) {
	position: relative;
	left: 579px;
	top: -286px;
}
.products ul li:nth-child(9) {
	position: relative;
	left: 702px;
	top: -393px;
}
.products ul li:nth-child(10) {
	position: relative;
	left: 824px;
	top: -505px;
}
.products ul li {
	margin: 0em;
}
.products ul li h2 {
	padding-bottom: 0px;
	margin: 0px;
}
.products ul li p {
	font-family: Poppins-Bold;
	font-size: 11px;
	text-align: center;
	line-height: 12px
}
.products ul li a {
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
}
.products ul li:nth-child(even) a {
	-o-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	position: relative;
	background: #cfc;
}
.products ul li:nth-child(3n) a {
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	position: relative;
	background: #ccf;
}
.products ul li:nth-child(5n) a {
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	position: relative;
}
.products ul li a:hover, ul li a:focus {
	box-shadow: 7px 7px 7px rgba(0, 0, 0, .7);
	-moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .7);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	position: relative;
	z-index: 5;
	text-decoration: none;
}
.phoneNo {
	position: relative;
	top: -36px;
	left: 15px;
	color: #aeaeae;
	font-size: 18px;
}
.phoneNo i {}
.input100:focus {
	outline: 0;
}
.selectdiv:after {
	outline: 0;
	content: "▼";
	padding: 12px 8px;
	position: absolute;
	right: 7px;
	top: 4px;
	z-index: 1;
	text-align: center;
	width: auto;
	height: 100%;
	pointer-events: none;
	color: #803588;
	font-size: 12px;
}
.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.copyright {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	background: #7986CB;
	text-align: center;
	font-size: 14px;
	padding: 5px 10px 5px 30px;
	line-height: 18px;
}
.copyright a {
	color: #fff;
}
.top-menu {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 100%;
	text-align: right;
}
.top-menu a {
	color: #4f4f4f;
	margin: 0px 10px;
}
.top-menu a:hover {
	text-decoration: none;
	color: #7986cb;
}
.top-menu a i {
	background: #7986cb;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	line-height: 30px;
}
#particles-js {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	top: 0px;
}
body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}
.btn-green-moon {
	background: #56ab2f;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 0px 4px #eeeeee;
	width: 170px;
	padding: 5px;
	cursor: pointer;
}
.btn-green-moon:focus {
	outline: 0;
}
.btn-orange-moon {
	background: #fc4a1a;
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
	background: linear-gradient(to right, #f7b733, #fc4a1a);
	color: #fff;
	border: 2px solid #fff;
	width: 170px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 0px 4px #eeeeee;
	padding: 5px;
	cursor: pointer;
}
.btn-orange-moon:focus {
	outline: 0;
}
.form-grid {
	transform: rotate(-90deg);
	position: absolute;
	left: -160px;
	top: 240px;
}
.left-div {
	float: left;
	margin: 0px 3px;
}
/*---------------------------------------------*/
a.Privacy {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	margin-bottom: 10px;
	display: block;
}
a.Privacy:focus {
	outline: none !important;
}
a.Privacy:hover {
	text-decoration: none;
	color: #a64bf4;
}
.txt1 {
	padding: 10px 0px;
	line-height: normal;
	font-size: 14px;
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}
textarea {
	outline: none;
	border: none;
}
textarea:focus, input:focus {}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
input::-webkit-input-placeholder {
	color: #adadad;
}
input:-moz-placeholder {
	color: #adadad;
}
input::-moz-placeholder {
	color: #adadad;
}
input:-ms-input-placeholder {
	color: #adadad;
}
textarea::-webkit-input-placeholder {
	color: #adadad;
}
textarea:-moz-placeholder {
	color: #adadad;
}
textarea::-moz-placeholder {
	color: #adadad;
}
textarea:-ms-input-placeholder {
	color: #adadad;
}
/*---------------------------------------------*/
.bg {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
	content: "";
	display: inline-block;
	background: #fff;
	width: 0;
	height: 0.2rem;
	position: absolute;
	transform-origin: 0% 0%;
}
.chiller_cb {
	position: relative;
	height: 2rem;
	display: flex;
	margin-bottom: 5px;
}
.chiller_cb a {
    color: #F44336;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}
.chiller_cb a:hover {
	color: #0296a9;
}
.chiller_cb input {
	display: none;
}
.chiller_cb input:checked ~ span {
	background: #7986CB;
	border-color: #7986CB;
}
.chiller_cb input:checked ~ span:before {
	width: 13px;
	height: 2px;
	transition: width 0.1s;
	transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
	width: 6px;
	height: 2px;
	transition: width 0.1s;
	transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
	background: #ececec;
	border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
	color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
	cursor: default;
}
.chiller_cb label {
	padding-left: 2rem;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 12px;
	top: 1px;
}
.chiller_cb span {
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	border: 2px solid #ccc;
	position: absolute;
	left: 0;
	transition: all 0.2s;
	z-index: 1;
	box-sizing: content-box;
}
.chiller_cb span:before {
	transform: rotate(-55deg);
	top: 13px;
	left: 6px;
}
.chiller_cb span:after {
	transform: rotate(35deg);
	bottom: 5px;
	left: 3px;
}
.submit-button {
	outline: none !important;
	border: none;
	background: transparent;
}
.submit-button:hover {
	cursor: pointer;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/
.wel-title {
	color: #fff;
	font-size: 26px;
	padding: 30px 0px;
	line-height: 33px;
}
.wel-title span {
	color: #fff;
	font-size: 16px;
	display: block;
}
.logo {
    background-color: transparent;
    background-size: cover;
    border-radius: 30px 0px 0px 30px;
    width: 390px;
    height: 380px;
    text-align: center;
    padding: 0px 0px;
    position: relative;
    z-index: 9;
    top: -215px;
    left: 33px;
}
.imgbig {
    display: block;
    border-radius: 30px 0px 0px 30px;
    width: 390px;
    height: 380px;
    text-align: center;
}
    .imgsmall {
        display: none;
    }
.login100-pic {
	position: fixed;
	right: 10px;
}
.flex-col-c {
	background: #eee;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	padding: 4px;
	margin-bottom: 5px;
}
.limiter {
	width: 100%;
	margin: 0 auto;
}
.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wrap-login100 {
	width: 390px;
	height: 430px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	padding: 25px;
	box-shadow: 0px 4px 17px rgb(102 102 102 / 45%);
	top: -215px;
	left: 33px;
}
/*------------------------------------------------------------------
[ Form ]*/
.login100-form {
	padding: 30px 20px;
}
.login100-form article {
	position: absolute;
	top: -60px;
	background: #fff;
	border-radius: 100px;
	padding: 20px 10px;
	left: 35%;
}
.login100-form article img {
	height: 100px;
}
.login100-form-title {
	display: block;
	font-family: Poppins-Bold;
	font-size: 24px;
	color: #333333;
	line-height: normal;
	text-align: center;
	position: relative;
	padding-top: 10px;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
	width: 100%;
	position: relative;
}
.label-input100 {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	padding-left: 2px;
	font-weight: 600;
}
.input100 {
	font-family: Poppins-Medium;
	font-size: 14px;
	color: #333333;
	line-height: normal;
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	padding: 0 7px 0 43px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: normal;
}
/*---------------------------------------------*/
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.focus-input100::after {
	content: attr(data-symbol);
	font-family: Material-Design-Iconic-Font;
	color: #adadad;
	font-size: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: calc(100% - 20px);
	bottom: 0;
	left: 0;
	padding-left: 13px;
	padding-top: 3px;
}
.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0;
	height: 1px;
	background: #733189;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.input100:focus + .focus-input100::before {
	width: 100%;
}
.has-val.input100 + .focus-input100::before {
	width: 100%;
}
.input100:focus + .focus-input100::after {
	color: #7986CB;
}
.has-val.input100 + .focus-input100::after {
	color: #7986CB;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wrap-login100-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
}
/*.login100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #733189;
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}*/
.login100-form-btn {
	background: #7986CB;
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 29px;
	width: 100%;
	height: 48px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 45px;
}
.login100-form-btn:hover {
	background: #6673bb;
}
 .login100-form-bgbtn {
	left: 0;
	float: left;
    width: 50%;
	     margin-top: 5px;
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
	margin: 10px 0px;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	bottom: calc((100% - 20px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 2px;
	pointer-events: none;
	font-family: Poppins-Regular;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 16px;
	bottom: calc((100% - 20px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 8px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 1024px) {
.login100-form-bgbtn {
	left: 0;
	float: none;
    width: 100%;
}
	.limiter {
		/*	width: 100%;
	margin: 0 auto;
	background: #830f8e;
	background: -moz-linear-gradient(45deg, #830f8e 0%, #d05aa4 100%);
	background: -webkit-linear-gradient(45deg, #830f8e 0%, #d05aa4 100%);
	background: linear-gradient(45deg, #830f8e 0%, #d05aa4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830f8e', endColorstr='#d05aa4', GradientType=1 );*/
	}
	.top-menu {
		background-color: #d9d9d9;
		position: relative;
		text-align: center;
		top: 0px;
		padding: 5px 0px;
		    z-index: 1;
	}
	.login100-form-btn {
		height: 40px;
		padding: 0 16px;
		font-size: 12px;
	}
	.login100-form article img {
		height: 70px;
	}
	.top-menu a {
		font-size: 12px;
	}
	.top-menu a i {
		width: 20px;
		height: 20px;
		color: #fff;
		text-align: center;
		border-radius: 50px;
		line-height: 20px;
	}
	.wrap-login100 {
		padding: 30px 30px;
		border-radius: 15px;
		height: auto;
		left: 0px;
		top: 0px;
		width: 260px;
	}
	.form-grid {
		top: 190px;
	}
	.logo {
    background-size: cover;
    background-color: transparent;
    position: absolute;
        top: -82px;
    border-radius: 20px 20px 0px 0px;
    padding: 12px 5px;
    height: 130px;
    box-shadow: none;
    left: auto;
    z-index: -1;
    width: 100px;
	}
    .imgbig{
       display:none;
    }
    .imgsmall {
        display: block;
        width: 100px;
        border-radius: 20px 20px 0px 0px;
    }
	.half-circle {
		display: none;
	}
	.copyright {
		font-size: 12px;
		left: 0px;
		line-height: 14px;
	}
	.wel-title {
		color: #fff;
		font-size: 16px;
		padding: 5px 0px;
		line-height: 18px;
	}
	.wel-title span {
		font-size: 14px;
	}
	.logo img {
		width: 100px;
	}
	.container-login100 {
		min-height: auto;
		justify-content: center;
		padding-right: 10px;
		padding-left: 10px;
		position: fixed;
		top: 50%;
		left: 50%;
		/* bring your own prefixes */
		transform: translate(-50%, -50%);
	}
	.input100 {
		font-size: 12px;
		height: 40px;
	}
	.login100-form-title {
		font-size: 16px;
	}
	.validate-input {
		position: relative;
		margin: 5px 0px;
	}
	.login100-pic {
		display: none;
	}
	.login100-form {
		padding: 0px;
	}
	.ERP-circle {
		display: none;
	}
	.chiller_cb {
		height: 2rem;
		padding-top: 8px;
	}
	.label-input100 {
		font-size: 12px;
	}
	.chiller_cb a {
		font-size: 12px;
	}
	.products {
		position: absolute;
		width: 40%;
		display: none;
	}
	.login100-form article {
		display: none;
	}
	body {
		background-color: #e4e2e2;
		background-image: url(../images/bg-p.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-attachment: fixed;
		background-size: contain;
	}
	.vert-move {
		-webkit-animation: mover 1s infinite alternate;
		animation: mover 1s infinite alternate;
	}
	.vert-move {
		-webkit-animation: mover 1s infinite alternate;
		animation: mover 1s infinite alternate;
	}
	@-webkit-keyframes mover {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(-10px);
		}
	}
	@keyframes mover {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(-10px);
		}
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}
-- >