html, body {
    max-width: 100%;
    overflow-x: hidden;
}
*{
	font-family: 'Poppins', serif;
}
textarea:focus, input:focus{
	outline-color: #fdedca;
}
.embed-responsive-16by9::before {
	padding-top : 0px !important;
}
a:focus, button:focus{
	outline: none;
}
.text-theme{
	color: #FFAC00;
}
/*Start svg-icon*/
.svg-xs-over{
	width: 11px;
}
.svg-xs{
	width: 15px;
}
.svg-sm-over{
	width: 17px;
}
.svg-sm{
	width: 20px;
}
.svg-md{
	width: 30px;
}
.svg-lg{
	width: 40px;
}
/*End svg-icon*/

.text-14{
	font-size: 14px;
}


.text-poppins{
	font-family: 'Poppins', serif;
}
.long-text{
	line-height: 35px;
	font-size: 1.1em;
	color: #757575;
	padding: 5px;
}
a:hover{
	text-decoration: none;
	color: #FFAC00;
}
.btn-text-sm{
	font-size: 12px;
}
.btn-text-md{
	font-size: 14px;
}
.btn-text-xs{
	font-size: 10px;
}
.text-muted-over{
	color: #bbb;
}
.progres-h-5{
	height: 5px;
}
.rounded-10{
	border-radius: 10px;
}
.rounded-20{
	border-radius: 20px;
}
.rounded-left-10{
	border-radius: 10px 0px 0px 10px;
}
.rounded-right-10{
	border-radius: 0px 10px 10px 0px;
}
.rounded-left-20{
	border-radius: 20px 0px 0px 20px;
}
.rounded-right-20{
	border-radius: 0px 20px 20px 0px;
}

.w-150{
	width: 150px;
}
.w-100-px{
	width: 100px;
}
.h-100-px{
	height: 100px;
}
.w-50-px{
	width: 50px;
}
.max-w-50{
	max-width: 50%;
}
.card-shadow{
	box-shadow: 0px 0px 14px -9px #444;
}
.pr-30{
	padding-right: 30px;
}
.position-bottom{
	width: 100%;
	position: absolute;
	bottom: 1px;
}
.position-bottom-right{
	width: 100%;
	position: absolute;
	bottom: 1px;
	margin-left: auto;
}
.position-bottom-left{
	width: 100%;
	position: absolute;
	bottom: 1px;
	margin-right: auto;
}





/*Edge browser*/
::-webkit-input-placeholder { /* Edge */
  color: #E0E0E0;
}
/*Internet Explorer browser*/
:-ms-input-placeholder { /* Internet Explorer */
  color: #E0E0E0;
}
/*Others browser*/
form input::placeholder{
  color: #E0E0E0 !important;
  font-size: 15px;
}
form textarea::placeholder{
  color: #E0E0E0 !important;
  font-size: 15px;
}
#password::placeholder{
	font-size: 40px !important;
	color: #E0E0E0;
}
.btn-danger-light{
	background-color: #FE7060;
}














/*Others*/
.dark-background-rounded{
	width: 100%;
	height: 300px;
	background-color: #1E2637;
	border-radius: 0px 0px 30px 30px;
	margin-right: 0px;
	text-align: center;
	color: #fff;
	font-size: 50px;
}
.bondi-blue-background-rounded{
	width: 100%;
	height: 300px;
	background-color: #71D4FF;
	border-radius: 0px 0px 30px 30px;
	margin-right: 0px;
	text-align: center;
	color: #fff;
	font-size: 50px;
}
.danger-background-rounded{
	width: 100%;
	height: 300px;
	background-color: #FE7060;
	border-radius: 0px 0px 30px 30px;
	margin-right: 0px;
	text-align: center;
	color: #fff;
	font-size: 50px;
}
.blank-background-rounded{
	width: 100%;
	height: 300px;
	background-color: #F5F5F5;
	border-radius: 0px 0px 30px 30px;
	margin-right: 0px;
	text-align: center;
	color: #fff;
	font-size: 50px;
}

