@charset "UTF-8";
@import url("BebasNeue_Regular/stylesheet.css");
@import url("ZCOOLKuaiLe_Regular/stylesheet.css");
* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
   
}
header {
    width: 100%;
    height: 700px;
    background-image: url(../images/office.jpg);
    position: relative;
}
 header nav{
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    top: 60px;
    	

}
header nav ul{
    list-style-type: none;
    padding-inline-start:10px!important;
	
}

header nav ul li{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid rgba(44,73,57,1.00);
    background-color: rgba(138,145,137,0.74);
    border-radius: 20px;
    color: rgba(23,76,13,1.00);
}

header nav ul li a {
    color: rgba(240,237,237,1.00);
    text-decoration: none;
    font-family: aladin;
    font-style: normal;
    font-weight: 400;
    font-size: larger;
}
header nav ul li:hover  {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid rgba(44,73,57,1.00);
    background-color: rgba(44,73,57,1.00);
    border-radius: 20px;
  
}

p span a:hover {
	text-decoration: underline;
	color: white;
}

.gdiv {
    width: 100%;
    height: 50px;
    background-color: #2c4939;
    position: fixed;
    border-bottom: 1px solid rgba(251,251,251,1.00);
}

.Ldiv {
    width: 45%;
    height: 50px;
    padding-left: 30px;
	display: inline-block;
}
.Rdiv {
    width: 45%;
    height: 50px;
    display: inline-block;
    margin-top: -5px;
    padding-bottom: 5px; 
	
}
.gdiv .Rdiv img {
    width: 30px;
	position: absolute;
	bottom: 10px;
	padding-left: 25px;
	
}



.Rdiv span {
	position: absolute;
	right: 600px;
	top: 16px;
}
.Rdiv p a{
	color: black;
	text-decoration: none;
}


footer {
    width: 100%;
    height: 300px;
    background-color: rgba(248,248,248,1.00);
}
footer .div3 {
    border-left: 1px solid rgba(44,73,57,1.00);
    float: right;
    width: 200px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}



footer .div3 ul {
    list-style-type: none;
    line-height: 40px;
}
footer .div1 img {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.div2 a img {
    margin-top: 20px;
    padding-top: 20px;
   
}
   
.div1, .div2, .div3 {
    display: inline-block;
}

footer {
    width: 100%;
    height: 250px;
    background-color: rgba(255,255,255,1.00);
}
footer .div2 {
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	
   
}
footer .div2 p {
  text-align: center;
	color: rgba(44,73,57,1.00);
}
footer .div2 ul {
    margin-left: 40px;    
}
footer .div1 {
    float: left;
}
footer .div3 ul li a {
    color: rgba(44,73,57,1.00);
    text-decoration: none;
    font-size: large;
}
footer .div3 ul li a:hover{
	color: black;
	
}


main .wholediv {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 900px;
    border: 10px dashed rgba(44,73,57,1.00);
    -webkit-box-shadow: 0px 0px 30px 10px rgba(104,141,120,0.76);
    box-shadow: 0px 0px 30px 10px rgba(104,141,120,0.76);
    background-color: rgba(181,193,186,1.00);
    height: 400px;
    text-align: center;    
}
.wholediv h2 {
    margin-top: 10px;
    padding-top: 10px;
    font-family: "BebasNeue Regular";
    font-size:40px;
}
form {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
   
    height: 500px;
}
form table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
form table tr {
    height: 30px;
    width: 50px;


}
form table td {
    height: 60px;
    width: auto;
    text-align: center;
   
}

tr td label {
    font-size: 20px;
    width: auto;
    height: 30px;
    float: right;
    font-family: "BebasNeue Regular";
}
tr td input {
    width: 300px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(44,73,57,1.00);
}
tr td textarea {
    width: 300px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
     border: 1px solid rgba(44,73,57,1.00);
}
input[type=submit]  {
    width: 60px;
    background-color: rgba(62,76,68,0.52);
}
 

 main .div1 {
    display: inline-block;
    width: 400px;
    height: 300px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 20px;
    font-family: "BebasNeue Regular";
}


main b {
    font-size: 20px;
    font-family: "BebasNeue Regular";
}
main .div2 {
    display: inline-block;
    width: 400px;
    height: 300px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 20px;
    font-family: "BebasNeue Regular";
}


main .addressdiv {
    width: 100%;
    height: 300px;
	
	 
}
main .div3{
    display: inline-block;
    width: 400px;
    height: 300px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-family: "BebasNeue Regular";
}
input[type=reset]  {
    width: 60px;
    background-color: rgba(62,76,68,0.52);
}
main {
    width: 100%;
    height: 900px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,0.75) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,0.75) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,0.75) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,0.75) 100%);
}
main p {
    margin-top: 20px;
    padding-top: 20px;
    color: rgba(44,73,57,1.00);
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    font-family: "BebasNeue Regular";
}

