



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@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'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	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;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #fff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	/*color: #666666;*/
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


.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;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(8 8 8 / 40%);
}
.wrap-login100 {
    /* width: 500px; */
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 35px 25px 35px;
    background: #36b4af ;
    /*background: #8e24aa ;*/
   /* background: -webkit-linear-gradient(top, #cecfd6, #b224ef);
    background: -o-linear-gradient(top, #7579ff, #b224ef);
    background: -moz-linear-gradient(top, #7579ff, #b224ef);
    background: linear-gradient(top, #7579ff, #b224ef);*/
}

.wrap-login100-2 {
    /* width: 500px; */
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 35px 25px 35px;
    background: #8e24aa  ;
   /* background: -webkit-linear-gradient(top, #cecfd6, #b224ef);
    background: -o-linear-gradient(top, #7579ff, #b224ef);
    background: -moz-linear-gradient(top, #7579ff, #b224ef);
    background: linear-gradient(top, #7579ff, #b224ef);*/
}
.login100-form-title {
    font-family: Poppins-Medium;
    font-size: 21px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    /*text-transform: capitalize;*/
    display: block;
}
.main-tite img{
  max-width: 170px;
  border-radius: 5px;
}
.main-tite h3 {
    font-size: 37px;
    /* color: #b9178f; */
    color: #f6fdff;
    line-height: 35px;
    padding-top: 20px;
    font-weight: 600;
}
button {
	outline: none !important;
	border: none;
	background: 0 0;
}
.login100-form-logo {
    font-size: 60px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}
.login100-form-logo img {
    width: 90px;
    border-radius: 20%;
    height: 90px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #d5131a;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
};
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 43px;
    margin: 0 auto;
    /* min-width: 120px; */
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: -webkit-linear-gradient(bottom, #7579ff, #b224ef);
    background: -o-linear-gradient(bottom, #7579ff, #b224ef);
    background: -moz-linear-gradient(bottom, #7579ff, #b224ef);
    background: linear-gradient(bottom, #7579ff, #b224ef);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.login100-form-btn a {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #d5131a;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
  color: #fff;
}

.login100-form-btn:hover:before {
  opacity: 0;
}

.p-b-34 {
	padding-bottom: 34px;
}
.p-t-27 {
	padding-top: 27px;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
        padding: 15px 15px 15px 15px;
        margin-bottom: 10px;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  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: "\f12a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}




/******************************Zoomn*****************/

/**/
.funkyradio div {
   clear: both;
   overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    font-size: 14px !important;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
   display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
   position: relative;
   line-height: 35px;
   text-indent: 3.25em;
   margin-top: 5px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
   position: absolute;
   display: block;
   top: 0;
   bottom: 0;
   left: 0;
   content: '';
   width: 2.5em;
   background: #D1D3D4;
   border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
   color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
   content: '\2714';
   text-indent: .9em;
   color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
   color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
   content: '\2714';
   text-indent: .9em;
   color: #333;
   background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
   box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
   color: #333;
   background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
   color: #fff;
   background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
   color: #fff;
   background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
   color: #fff;
   background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
   color: #fff;
   background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
   color: #fff;
   background-color: #5bc0de;
}
.la-custom {
   font-weight: 500;
   /*color: #1459b3;*/
   border: 1px solid #f0e3e3;
   border-radius: 3px;
   margin-left: -21px;
   padding: 2px 6px;
   margin-top: 5px;
}
.la-inside {
   margin-top: 1px;
}
/**/
.register {
    /*background-color: #8e24aa;*/
    /* background: -webkit-linear-gradient(left, #3931af, #00c6ff); */
    /*margin-top: 3%;*/
    /* padding: 3%; */
     /*background: -webkit-linear-gradient(top, #d5131a, #008438); */
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    /*border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;*/
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form {
    /* padding: 3%; */
    margin-top: 10%;
    padding: 40px 10px;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading {
    text-align: center;
    margin-top: 1%;
    margin-bottom: -15%;
    color: #d5131a;
    font-size: 34px;
    font-weight: 600;
}


.register-left p {
    font-weight: lighter;
    padding: 12%;
    color: #fff;
    margin-top: -9%;
}

.contact-us h3 {
    font-size: 24px;
    line-height: 3.9000000000000004rem;
    line-height: 4.2rem;
    font-weight: 600;
}
.form-group p {
    font-size: 14px;
    /*font-weight: 600;*/
    color: #151414;
}

.total-amount {
    color: #008438;
    border: 1px solid;
    font-size: 15px;
    padding: 5px;
    /* width: 94%; */
    margin-bottom: 20px !important;
}

.total-amount h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.btnPurple {
    background: #8e24aa;
}
.btnPurple.btnBorder {
  box-shadow: 0px 0px 0px 0px #6D184B;
}

.btnPurple.btnBorder:hover {
  box-shadow: 0px 0px 0px 5px #6D184B;
}
/*a.button {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 20px 10px 0;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.2s;
}*/
a.button {
    display: block;
    position: relative;
    /* float: left; */
    width: 97%;
    padding: 0;
    margin: 10px 20px 10px 0;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 0.2s;
}
.newrow{
  margin-bottom: 10px;
}
.get-gift {
    border: 1px solid #6859ad;
    padding: 5px 5px;
    border-radius: 5px;
    background-color: #fbf5f5;
    margin-bottom: 10px;
}

.get-gift h3 {
    font-size: 17px;
    padding: 6px 0;
    color: #8e24aa;
    border-bottom: 1px solid;
    text-align: center;
    margin-bottom: 10px;
}
.get-gift h4 {
    font-size: 14px;
    /* padding: 10px 0; */
    color: #191819;
    text-align: left;
    font-weight: 600;
}
.get-gift p{
  font-size: 14px;
  padding: 10px 0;
  color: #222;
  
}

.lgx-btn {
    background: #1bc356;
    padding: 5px 11px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 2.0999999999999996rem;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.lgx-btn, .lgx-btn:hover, .lgx-heading-brand .heading, .lgx-heading-brand .text {
    color: #fff;
    
}
.lgx-btn:hover {
    background: #465cad;
    transition: 0.5s;
}

.btnBlueGreen.btnPush {
  box-shadow: 0px 5px 0px 0px #007144;
}

.btnLightBlue.btnPush {
  box-shadow: 0px 5px 0px 0px #1E8185;
}

.btnOrange.btnPush {
  box-shadow: 0px 5px 0px 0px #A66615;
}

.btnPurple.btnPush {
  box-shadow: 0px 5px 0px 0px #6D184B;
}

.btnPush:hover {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btnBlueGreen.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #007144;
}

.btnLightBlue.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #1E8185;
}

.btnOrange.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #A66615;
}

.btnPurple.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #6D184B;
}

.btnBlueGreen {
  background: #00AE68;
}

.btnLightBlue {
  background: #5DC8CD;
}
.btnOrange {
  background: #FFAA40;
}

.btnPurple {
    background: #b914e4;
}

.online-ticket{
  margin: 10% 0;
}
.online-ticket img {
    margin: 0 auto;
    display: block;
    max-width: 700px;
}

.esoft {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
    margin-top: 10%;
}
.esoft p {
    font-size: 14px;
    color: #f5c104;
     font-family:sans-serif;
}
.esoft p a {
    font-size: 15px;
    color: #fff;
    transition: 0.5s;
}
.esoft p a:hover {
    color: #e43535;
}

.systech {
    text-align: center;
}
.systech p {
    font-size: 14px;
    color: rgb(136, 163, 9);
    font-family:sans-serif;
}
.systech p a {
    font-size: 15px;
    color: #fff;
    transition: 0.5s;
}
.systech p a:hover {
    color: #e43535;
}

/**************************/

.label h3{
    color: #222;
    font-size: 15px;
}
.form-group .small-txt {
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
    padding: 3px 7px;
    color: #626161  ;
}

::placeholder {
    font-size: 14px;
}
.option-custom {
    font-size: 14px;
}

.mobile-left{
    display: none;
}
.celebrte-logo img{
    max-width: 160px;
}
span.reg-title {
    font-size: 22px;
}

.agree-btn{
    color:#008438;
     font-weight: 700;
     font-size:13px;
}

.agree-btn:hover{
    color: #f00 !important;
}
.form-group label {
    font-size: 14px;
    margin-bottom: 0px;
}