*{
    margin:0;
    padding:0;
}
.ul2{
    display:flex;
}
.li2{
    list-style:none;
    padding:20px;
}
.header1{
    display:flex;
    justify-content:space-between;
    margin:0 50px;
}
.header1 img{
    width:100px;
}
.header2{
    font-size:50px;
    font-weight: bold;
    text-align:center;
    white-space: nowrap;
}
.header3{
    font-size:40px;
    font-weight:bold ;
    text-align:center;
    white-space: nowrap;
}
.header4{
    border: 3px solid black;
    display:inline-block;
    padding:0 20px;
    margin:150px 0 0 35%;
}
header{
    background-color:yellow;
    padding-bottom:200px;
}
.main1{
    margin-top:100px;
    position:relative;
}
.h2-first{
    font-size:20px;
    position: absolute;
    left:10%;
}
.h1-first{
    background-color: rgb(252, 214, 0);
    display:inline-block;
    padding:16px 250px;
    position:absolute;
    left:30%;
    top:-10px;
}
.main2{
    margin-top:100px;
}
.h2-second{
    font-size:20px;
    position: absolute;
    left:10%;
    top:100px
}
.h1-second{
    background-color: rgb(252, 214, 0);
    display:inline-block;
    padding:16px 250px;
    position:absolute;
    left:30%;
    top:90px;
}
.h2-third{
    font-size:20px;
    position: absolute;
    left:10%;
    top:200px;
}
.h2-fourth{
    font-size:20px;
    position: absolute;
    left:10%;
    top:300px;
}
.h2-fifth{
    font-size:20px;
    position: absolute;
    left:10%;
    top:400px;
}
.h2-sixth{
    font-size:20px;
    position: absolute;
    left:10%;
    top:500px;
}
.h1-third{
    background-color: rgb(252, 214, 0);
    display:inline-block;
    padding:16px 250px;
    position:absolute;
    left:30%;
    top:190px;   
}
.h1-fourth{
    background-color: rgb(252, 214, 0);
    display:inline-block;
    padding:16px 250px;
    position:absolute;
    left:30%;
    top:290px;
}
.h1-fifth{
    background-color: rgb(252, 214, 0);
    display:inline-block;
    padding:16px 250px;
    position:absolute;
    left:30%;
    top:390px;
}
.h1-sixth{
    background-color: rgb(252, 214, 0);
    display:inline-block;
    padding:16px 250px;
    position:absolute;
    left:30%;
    top:490px;
}
.h2-seventh{
    font-size:20px;
    position: absolute;
    left:10%;
    top:600px;
}
.h1-seventh{
    background-color: rgb(252, 214, 0);
    display:inline-block;
    padding:100px 250px;
    position:absolute;
    left:30%;
    top:590px;
}
.a1 a{
    color:white;
    background-color: black;
    padding:5px 70px;
    text-decoration: none;
}
.a1{
    position: absolute;
    top:850px;
    left:40%;
}
.footer1 img{
    width:100px;
}
.footer1{
    display:flex;
}
footer{
    background-color: black;
    padding:30px 0;
    margin-top:1100px;
}
.li1{
    color:white;
    list-style:none;
    padding-left:40px;
    margin-top:40px;
    white-space: nowrap;
}
.ul1{
    display:flex;
    margin-left:23%;
}
.footer2{
    margin:0 10%;
    display: flex;
    justify-content:space-between;
}
.p-fifth{
    color:white;
    text-align:center;
    font-size:10px;
    margin-top:30px;
}
h2{
    text-align: center;
}
#contact {
    color: rgb(82, 82, 82);
    font-size: 18px;
    padding: 40px 50px 40px 50px;
    margin: 20px 100px 20px 100px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  } 
  .innnercontact{
    padding: 0 250px;
  }
  input {
    width: 100%;
    height: 35px;
    font-size: 15px;
  }
  #id_textBox {
    width: 78%;
    padding-right: 2em;
    font-size: 15px;
  }
  input.form-control{
    font-size: 15px;
    height: 35px;
  }
  select.form-control{
    font-size: 15px;
    height: 35px;
  }
    .align-light{
        text-align: right;
    }
    .form-group{
        margin-bottom: 35px;
    }
    input:valid{
        background: transparent;
    }
    input:focus{
        background: #DCEDC8;
    }
    .hissu{
        background: #ff0019;
        color: white;
        font-size: 8px;
        padding:3px;
    }
    .nini{
        background: #009118;
        color: white;
        font-size: 8px;
        padding:3px;
    }