.hidden {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 12px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert.error {
  font-size: 15px !important;
}
/*** 

====================================================================
	Alert Boxes style
====================================================================

***/

.alert-box{
	position:relative;
	padding:15px 8px;
	border:1px solid;
	margin-bottom:30px;
}

.alert-box.alert-success{
	border-color:#65be3e;
	background:#dce9d6;
	color:#65be3e;
}

.alert-box.alert-information{
	border-color:#22c0e8;
	background:#d3e9ef;
	color:#22c0e8;
}

.alert-box.alert-warning{
	border-color:#e7bd13;
	background:#eee9d1;
	color:#e7bd13;
}

.alert-box.alert-danger{
	border-color:#f7504c;
	background:#f1d9d8;
	color:#f7504c;
}

.alert-box.rounded-box{
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}

.alert-box .inner{
	position: relative;
  padding-left: 40px;
  font-size: 12px;
  line-height: 20px;	
}


.alert-box .inner .icon-alert{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	width:28px;
	height:28px;
	font-size:14px;
	line-height:24px;
	border:2px solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}

.alert-box.alert-success .inner .icon-alert{
	border-color:#65be3e;
	color:#65be3e;
}

.alert-box.alert-information .inner .icon-alert{
	border-color:#22c0e8;
	color:#22c0e8;
}

.alert-box.alert-warning .inner .icon-alert{
	border-color:#e7bd13;
	color:#e7bd13;
}

.alert-box.alert-danger .inner .icon-alert{
	border-color:#f7504c;
	color:#f7504c;
}
/*** 

====================================================================
	Fin Alert Boxes style
====================================================================

***/
.error, label.error {
  color: #c22f2f;
  display: block !important;
  font-size: 11px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
label.error {
	position: relative;
  bottom: 25px;
	height: 1px;
}
.error-input {
  border: 1px solid #c22f2f !important;
    border-radius: .25rem;
}
.c_lock2{
  background-color: black;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: 15px;
	z-index: 4;
}
.c_loading2{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
.mb-1{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 2rem;
}
.mt-1{
  margin-top: 1rem;
}
.mt-2{
  margin-top: 2rem;
}
#llock, .c_lock {
  background-color: #6495ed;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: -15px;
}
#lloading, .c_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-red {
  color: #FF0004;
}
.placeholder{
  color: #FFF;
}
.required-check:after {
  content: "\f069";
  font-weight: 900;
  position: absolute;
  right: 0%;
  top: 0%;
  transform: translate(35%, -35%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 8px;
  transition: all 120ms ease-in-out;
  background-color: #e0e0e0;
}
.required-check[data-input]:hover:after, .focus.required-check[data-input]:after {
  background: #e74c3c;
  color: #fff;
}
.contact-form label.error {
  color: #c22f2f;
  display: block !important;
  font-size: 11px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
	position: absolute;
  top: 44px;
}
.contact-form .error-input {
  border: 1px solid #c22f2f !important;
    border-radius: .25rem;
}

.img-responsive-s {
  display: block;
  max-width: 100%;
  height: auto;
}
 /*.logo img{
  width: 220px;
}*/

nav ul {
  margin-left: 0px;
}
nav ul li {
  margin: 25px 0px;
}
@media (max-width: 1024px) {

}

@media (max-width: 767px) {
  
}

@media (max-width: 479px) {
  
}