div#login_head {    margin: auto !important;}

/*nav bar*/
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-fb2052d {
    border-style: solid !important;
    border-width: 1px 0px 1px 0px !important;
    /*border-image-source: linear-gradient( 45deg , rgb(255,236,179), rgb(58,44,15), rgb(255,236,179));*/
    border-image-slice: 3;
    background: -webkit-linear-gradient(left, #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
    border-left: none !important;
    border-right: none !important;
}
/*nav bar*/


/*Footer Contact*/
.m-contact{
    position:fixed;
    z-index:9999;
    width:100%;
    border-top:1px solid #cecece;
    bottom: 0;
     background: rgb(252,240,190);
		background: linear-gradient(0deg, rgba(252,240,190,1) 0%, rgba(255,250,227,1) 16%, rgba(250,234,170,1) 37%, rgba(93,76,33,1) 100%); 
   left:0;
  }
  
  .tel, .line, .o-contact{
    width:calc(25% - 0px);
    border-left:0px solid #cecece;
    float:left;
    display:block;
    text-align:center;
    padding:5px 0px;
  }
  
.contact-info{      color:#333;      font-size:14px;      font-family:prompt;    }
.contact-info:hover{      color:#ff0000;    }
  
  .contact-icon{      font-size:35px;    	display:block;    }
  .icon-line{      color:#00a700;    }
  .icon-tel{      color:#c21e21;    }
  .icon-regis{      color:#4267b2;    }
  .icon-dw{    color:#333;}
  .icon-dw:hover{    color:#ff0000;  }
  
 

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  z-index: 9999999;  
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /*border: 1px solid #888;*/
  width: 80%;
  max-width: 450px;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 10px;
  background: rgb(252,240,190);
	background: linear-gradient(90deg, rgba(252,240,190,1) 0%, rgba(255,250,227,1) 16%, rgba(250,234,170,1) 37%, rgba(93,76,33,1) 100%); 
  color: #151515;
}

.modal-body {padding: 20px 16px;    background-color: #3d3d3d;}

.modal-footer {
  padding: 10px 10px;
   background: rgb(252,240,190);
	background: linear-gradient(-90deg, rgba(252,240,190,1) 0%, rgba(255,250,227,1) 16%, rgba(250,234,170,1) 37%, rgba(93,76,33,1) 100%); 
  color: #151515;
}
i.fas.fa-user.icon { color: #eee;    margin-right: 2px;}
i.fas.fa-lock.icon {    color: #eee;    margin-right: 2px;}


.box{ position: relative;} 
.box::before{ content: ''; position: absolute; top: -2px; bottom: -2px; left: -2px; right: -2px; background: #fff; z-index: -1;}
.box::after{ content: ''; position: absolute; top: -2px; bottom: -2px; left: -2px; right: -2px; background: #fff; z-index: -1; filter: blur(40px);}
.box::before, .box::after{ background: linear-gradient(235deg, #fffae3, #5d4c21, #fffae3);}
/*Modal Popup Tab or Mobile*/
/*Footer Contact*/


.m-contact{   display:none !important;  }

@media only screen and (max-width: 1024px) {
		
		h5.headlogin {    display: none !important;}
		section#top_head {    padding: 0px !important;}
				
}

@media only screen and (max-width: 1024px) {
		.m-contact{   display:block !important;  }
		#txtUserName, #password {    width: calc(100% - 0px) !important;}
		a#btnLogin {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    border: 1.5px solid #888;
    border-color: #fff;
    border-radius: .3em;
    height: 2.75em;
    line-height: 2.5em;
    padding: 0 1em;
    cursor: pointer;
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom,#d93636 0,#c72222 48%,#ba0101 49%,#a60101 100%);
    text-shadow: 1px 0 1px #000;
    color: #fff;}
		.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-566f64c.login_head {    display: none !important;} /*Hide Login Pc*/
		ul#menu-2-91ef978 {    font-size: 16px !important;   }

}


@media only screen and (max-width: 400px) {
		.contact-info {    font-size: 12px !important;  }
		.contact-icon {    font-size: 30px !important;}
}