@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;
}

.M-C{
font-family: 'Yatra One', cursive;
    color: #ffffff;
    font-size: 30px;
    text-shadow: 2px -2px 4px #2f0339, 2px 2px 4px #30043a;
	}
.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: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	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 );
	text-align: center;
	font-size: 14px;
	padding: 5px;
}
.copyright a {
	color: #fff;
}
.top-menu {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 100%;
	text-align: right;
}
.top-menu a {
	color: #fff;
	margin: 0px 10px;
}
.top-menu a:hover {
	text-decoration: none;
	color: #eee;
}
#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: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 11px;
}
.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: #333;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
	text-decoration:none;
}
.chiller_cb a:hover{
	    color: #9c2795;}
.chiller_cb input {
	display: none;
}
.chiller_cb input:checked ~ span {
	background: #8f1a91;
	border-color: #901b92;
}
.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;
}
.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: #ffffff;
    font-size: 20px;
    padding: 30px 0px 10px 0px;
    line-height: 26px;
    text-shadow: 2px -2px 4px #2f0339, 2px 2px 4px #30043a;
}
.wel-title span {
color: #ffffff;
    font-size: 15px;
    display: block;
}
.logo {
	background:url("../images/new-year.jpg") no-repeat;
	background-size: cover;
	/*background: -moz-linear-gradient(45deg, #bb439c 1%, #b8429a 100%);
	background: -webkit-linear-gradient(45deg, #bb439c 1%, #b8429a 100%);
	background: linear-gradient(45deg, #bb439c 1%, #b8429a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb439c', endColorstr='#b8429a', GradientType=1 );*/
	border-radius: 30px 0px 0px 30px;
	width: 430px;
	height: 380px;
	text-align: right;
	padding:91px 5px;
	box-shadow:-3px 4px 17px rgba(229, 86, 187, 0.88);
	position: relative;
}
.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 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#830f8e+0,d05aa4+100 */
	background: #830f8e; /* Old browsers */
	background: -moz-linear-gradient(45deg, #830f8e 0%, #d05aa4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #830f8e 0%, #d05aa4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #830f8e 0%, #d05aa4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830f8e', endColorstr='#d05aa4', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	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: 480px;
	height: 450px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 25px;
}
/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
	padding: 30px 20px;
}
.login100-form-title {
	display: block;
	font-family: Poppins-Bold;
	font-size: 24px;
	color: #333333;
	line-height: normal;
	text-align: center;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
}
.label-input100 {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	padding-left: 7px;
	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: 100%;
    bottom: 0;
    left: 0;
    padding-left: 13px;
    top: 10px;
		}
.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: #c44ea0;
}
.has-val.input100 + .focus-input100::after {
	color: #c44ea0;
}
/*------------------------------------------------------------------
[ 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: #733189;
	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 40px;
	width: 100%;
	height: 48px;
	border-radius: 25px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login100-form-btn:hover {
	background: #ba459e;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
	left: 0;
}
/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
	margin: 18px 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) {
.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 {
	position: relative;
	text-align: center;
	top: 0px;
	padding: 5px 0px;
}
.login100-form-btn {
	height: 40px;
	padding: 0 20px;
}
.top-menu a {
	font-size: 12px;
}
.wrap-login100 {
	padding: 28px 20px;
	border-radius: 0px;
	    height: auto;
}
.form-grid {
	top: 190px;
}
.logo {
	position: static;
	left: 0px;
	border-radius: 0px;
	padding: 16px 5px;
	height: 180px;
	width: 100%;
	box-shadow: none;
}
	.M-C {
    font-size: 22px;
}
.copyright {
	    font-size: 12px;
}
.wel-title {
    font-size: 15px;
    padding: 5px 0px;
    line-height: 28px;
}
.wel-title span {
	font-size: 14px;
}
.logo img {
	width: 120px;
}
.container-login100 {
	background: #fff;
	min-height: auto;
}
.login100-pic {
	display: none;
}
.login100-form {
	padding: 0px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){}
