.WholePage {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff7e6;
}
.header {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: flex-start;
  background-image: linear-gradient(to left, #bdc3c7 0%, #2c3e50 100%);
}
.header-image {
  top: 4px;
  left: 14px;
  width: 78px;
  height: 60px;
  position: absolute;
}
.header-text-box {
  width: 100%;
  display: flex;
  position: relative;
  margin-left:70px;
}
.header-text {
  color: rgb(234, 237, 241);
  font-size: 60px;
  align-self: center;
  padding-left:30px;
  font-family: "Tahoma";
}
.maincontainer{
    display:flex;
    width:100%;
    height:1500px;
    border:1px solid black;
}
/*    background-color: lightblue;
    border:1px solid black;*/
.leftcontainer{
    width:25%;
}
.rightcontainer{

    width:75%; /* Adjust the percentage and subtract any desired gap */
}
.rightcontainertextbox{
    margin-top:5%;
}
.contactscontainer{
    display:flex;
}
.contactscontainer .leftcontactscontainer{
    width:30%;
}
.contactscontainer .rightcontactscontainer{
    width:70%;
}

ul li {
    margin-bottom: 7px;
    font-family:Georgia;
    font-size:25px;
}
.home-text01 {
  margin-top:20px;
  position: relative;
  font-size: 50px;
  font-family: "Georgia";
}
.home-image1 {
  top: 148px;
  left: 33px;
  width: 327px;
  height: 312px;
  position: absolute;
  align-self: flex-start;
}