@charset "utf-8";
/* CSS Document */
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
	background-color: #FD6303;
	color: #fff
	;
	
}

.button1:hover {
    background-color: #D65203;
    color: white;
}


.button4 {
	background-color: #CCCCCC;
	color: black;
	
}

.button4:hover {background-color: #e7e7e7;}



div.relative {
    position: relative;
    width: 100%;
    height: 106px;
	background-color: #FFF;
   
} 

div.absolute {
    position: absolute;
    top: 120px;
    left: 100px;

}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.sitebottom {
	
  color: #b0aead;
  text-decoration: none;
}
.sitebottom:hover {
	
  color: #FF6600;
  text-decoration: none;

}


/* REQUIRED BUTTON STYLES: */       
button {
 position: relative;
 border: 0;
 padding: 0;
 cursor: pointer;
 overflow: visible; /* removes extra side padding in IE */
}
      
button.submitBtn {
 background: transparent url(images/btn_login.png) no-repeat right -140px;
}
 

button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */

 background: transparent url(images/btn_login_hover.png) no-repeat right -140px;
}
 input[type=textapply] {
	color:#000;
    width: 250px;
    height:24px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color:#C2C2C2;
    
}

input[type=textapply]:focus {
    border: 1px solid #FF6600;
}

 input[type=text2] {
	color:#000;
    width: 523px;
    height:24px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color:#C2C2C2;
    
}

input[type=text2]:focus {
    border: 1px solid #FF6600;
}


 input[type=text3] {
	color:#000;
    width: 523px;
    height:130px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color:#C2C2C2;
    
}


input[type=text3]:focus {
    border: 1px solid #FF6600;
}


 input[type=text4] {
	color:#000;
    width: 600px;
    height:24px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color:#C2C2C2;
    
}


input[type=text4]:focus {
    border: 1px solid #FF6600;
}





input[type=text] {
	color:#000;
    width: 203px;
    height:24px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color:#C2C2C2;
    
}

input[type=text]:focus {
    border: 1px solid #FF6600;
}


input[type=password] {
	color:#000;
    width: 203px;
    height:24px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color:#C2C2C2;
    
}

input[type=password]:focus {
    border: 1px solid #FF6600;
}

textarea {
    color:#000;
    width: 523px;
    height:168px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color:#C2C2C2;
    
}

textarea:focus {
    border: 1px solid #FF6600;
}


ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
      background-color: #ff6600;
	
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;

  font-size: 15px;
  letter-spacing: 0.02cm;
  
}

ul.topnav li a:hover {
	background-color: #D95200;
}




ul.topnav li.icon {display: none;}

ul.topnav2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
      background-color: #fff;
	
}

ul.topnav2 li {float: left;}

ul.topnav2 li a {
  display: inline-block;
  color: #555555;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;

  font-size: 15px;
  letter-spacing: 0.02cm;
  
}

ul.topnav2 li a:hover {
	color: #FF6301;
}

ul.topnav2 li.icon {display: none;}

.between2{
	
	 display: inline-block;
  color: #555555;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
 
  font-size: 13px;
	}



.mySlides {display:none;}
.w3-section{margin-top:0px!important;margin-bottom:0px!important}
.w3-content{max-width:980px;margin:0}
.w3-animate-right{position: relative;-webkit-animation:animateright 5s;animation:animateright 1s}
@-webkit-keyframes animateright{from{right:-200px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-200px;opacity:0} to{right:0;opacity:1}}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;

	
}
#home01 tr td #home02 tr td {
	font-size: 14px;
	color: #7d7d7d;
}


#home01 tr td #home02 tr td div .h1 {
	font-size: 18px;color: #FF6600;
}


#home01 tr td #home02 tr td .h2 {
	font-size: 13px;
}
td.padding1 {padding: 0cm 0.5cm}


#home01 {
	font-size: 14px;
}

.between{
	
	 display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
 
  font-size: 13px;
	}
