
body{
	overflow-x: hidden !important;
}


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

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


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
	-moz-appearance: textfield;
	appearance: none;
	-webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus, input:focus {
	border-color: transparent !important;
}

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: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
	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: rgba(0,0,0,0.4);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.contact100-map {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

@media (max-width: 768px) {
	.contact100-map {
		/* background-image: url(/img/picture/mobile/bg.jpg) !important; */
        /* background-size: contain; */
	}
    .subheader{
        max-width: 80%;
        margin: auto;
    }
}

.wrap-contact100 {
	width: 670px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

/*==================================================================
[ Title form ]*/
.contact100-form-title {
	width: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;

	background-image: url(/img/picture/banner2.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}

@media (max-width: 768px) {
	.contact100-form-title {
        		
		background-image: url(/img/picture/mobile/banner.jpg) !important;
	}
}

.contact100-form-title-1 {
	font-family: Poppins-Bold;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 7px;
}

.contact100-form-title-2 {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}


.contact100-form-title::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}


/*==================================================================
[ Form ]*/

.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 26px;
}

.label-input100 {
	font-family: Poppins-Regular;
	font-size: 13px;
	color: #808080;
	line-height: 1.2;
	text-align: right;

}

/*---------------------------------------------*/
.input100 {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #555555;
	line-height: 1.2;

	display: block;
	width: 100%;
	background: transparent;
	padding: 0 5px;
}


.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;

	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;

	background: linear-gradient(to bottom right, #3F008E, #7E043D);
}


/*---------------------------------------------*/
input.input100 {
	height: 45px;
}


textarea.input100 {
	min-height: 115px;
	padding-top: 14px;
	padding-bottom: 13px;
}


select.input100 {
	border: none;
	height: 50px;
}


.input100:focus + .focus-input100::before {
	width: 100%;
}

.has-val.input100 + .focus-input100::before {
	width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding-top: 8px;
    justify-content: flex-end;
}

.contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 160px;
	height: 50px;
	background: linear-gradient(to bottom right, #3F008E, #4618fd);
	border-radius: 25px;
	margin-left: 60px;

	font-family: Poppins-Regular;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

@media (max-width: 768px) {
	.contact100-form-btn {
		width: 100%;
		margin-left: 0px;
	}
}

.contact100-form-btn i {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn:hover {
	background-color: #333333;
}

.contact100-form-btn:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}


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

@media (max-width: 576px) {

}

@media (max-width: 480px) {


	.label-input100 {
		text-align: left;
		position: unset;
		top: unset;
		left: unset;
		width: 100%;
		padding: 0 5px;
	}
}


/*------------------------------------------------------------------
[ 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: 2px;
	pointer-events: none;

	font-family: Poppins-Medium;
	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: 15px;
	top: 50%;
	-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;
	}
}
.loader{
	position: fixed;
	top: 0;
	left: 0;
    z-index: 100000000;
	width: 100vw;
	height: 100vh;
	display: none;
}
.loader .background{
	background: black;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 100000000;
	width: 100vw;
	height: 100vh;
}
.loader .loader-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 400px;
	border-radius: 100%;
    z-index: 100000000;
}
.loader p{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 200;
}
.loader-img img{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.language-select {
	height: 41px !important;
}
.language {

	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

@media (max-width: 768px) {
	.language {
		width: initial;
		float: none;
		margin: 0px 30px;
		margin-top: 30px;
	}
}

.wallet-text{
    color: white;
    font-weight: bold;

}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/picture/loader.gif) center no-repeat black;
    background-size: 250px 190px;


}
.form-title-box{
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-title-box .header{
    color: white;
    font-weight: 900;
    font-size: 36px;
}
.form-title-box .subheader{
    color: white;
	font-size: 16px;
    font-weight: 300;
    max-width: 500px;
	margin: auto;
}
.form-title-box .header-btn{
    display: block;
    background: #6b2eff;
    border-radius: 35px;
    margin:auto;
    margin-top: 25px;
    padding: 12px 28px;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.form-title-box .small-logo{
    width: 60px;
    margin: auto;
    margin-bottom: 25px;
}
.progressing{
    display:none;
}
#formbg{
	background-image: url(/img/picture/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    filter:brightness(0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

canvas{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.top-nav{
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 80vw;
    margin-top: 25px;
    align-items: center;
}

.top-nav .login a{
    color:white;
}
.top-nav .login{
    font-size: 14px;
    margin-top: 5px;
    margin-left: 25px;
    font-weight: 900 !important;
}
.top-nav .language-select{
    background: transparent;
    color: white;
    border: none;
    font-size: 14px;
    width: auto;
    display: inline-block;
    outline: none;
    box-shadow: none;
}
.top-nav i{
    color: white;
}
.top-nav .name{
    color: white;
    font-size: 14px;
    margin-left: 25px;
    border-right: 1px solid #dddddd;
    padding-right: 10px;
    margin-right: 10px;
}

.language-select option{
    color:black;
}

.swal-button--confirm{
    background-color: #5237fe;
}

.modal-header{
    border:none;
}

.modal-body h1{
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 25px;
}

.modal-content{
    border-radius: 25px;
    padding: 25px;
}

 .loading-bar {
    display: flex;
    height: 10px;
    width: 100%;
    max-width: 320px;
    box-shadow: inset 0px 0px 0px 1px #C8C8CD;
    border-radius: 50px;
    overflow: hidden;
  }
  @-webkit-keyframes progress-animation {
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 30%;
    }
    50% {
      width: 60%;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes progress-animation {
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 30%;
    }
    50% {
      width: 60%;
    }
    100% {
      width: 100%;
    }
  }
.loading-bar .progress-bar {
    display: flex;
    height: 100%;
    width: 100%;
    background: #ffffff;
    -webkit-animation: progress-animation 20s ease-in-out;
            animation: progress-animation 20s ease-in-out;
  }

.progressing{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}
.progressing p{
    color:white !important;
}