* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-image: linear-gradient(rgb(66, 66, 66), rgb(5, 5, 5));
  padding: 0px;
  font-family: roboto;
  color: white;
}
img {
  display: block;
}

html {
  scroll-behavior: smooth;
}

.header {
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.239);
  position: fixed;
  top: 0px;
  z-index: 5;
  border: 0px;
  border-bottom: 2px;
  border-style: solid;
  border-color: rgb(254, 221, 4);
}

.header-left {
  display: flex;
  width: 100%;
  margin: 5px;
  height: 60px;
  align-items: center;
}

.logo {
  font-size: 40px;
  margin-left: 10px;
  font-family: Oswald;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 525;
}

.sublogo {
  color: rgba(128, 128, 128, 1);
  margin: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgb(254, 221, 4);
  border-radius: 60px;
}

.header-right {
  display: none;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(250, 250, 250);
  width: 100%;
  text-align: center;
  transform-origin: top center;

  animation: showmenu 0.5s ease-in-out forwards;
}
@keyframes showmenu {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.2);
  }

  100% {
    transform: scaleY(1);
  }
}

.Header-button {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-family: roboto, arial;
  font-weight: 500;

  padding: 15px 10px;
  border-top: 2px solid rgb(221, 220, 220);
  text-decoration: none;
  width: 100%;

}
.Header-button:first-child {
  border-top: 2px solid transparent;
}

.Header-button:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.3s;
  background-color: rgb(254, 221, 4);
  border-top: 2px solid rgba(221, 220, 220, 0);
  text-decoration: none;
}

.header-end {
  width: 60px;
  display: flex;
  justify-content: right;
  position: absolute;
  top: 15px;
  right: 0;
  opacity: 1;
}
.hamburger,.pseudohamburger {
  height: 40px;
  margin-right: 10px;
}



.pseudohamburger
{

display: none;
}

/*.header:hover .header-right {
  display: flex;
}*/

.chatbox {
  display: flex;
  width: auto;
  height: 36px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 6;
  color: rgb(85, 84, 84);
  font-size: 12px;
  background-color: rgb(254, 221, 4);
  padding: 5px 20px;
  border-radius: 2px;
}

.chatbox:hover {
  cursor: pointer;
  background-color: rgb(255, 193, 6);
}

.chat {
  font-family: roboto;
  padding: 0px;
  text-decoration: none;
  color: rgb(85, 84, 84);
  white-space: nowrap;
  padding-right: 1em;
}
.chat-logo {
  height: 14px;
  padding: 0px;
}

.hamburger,.pseudohamburger {
  opacity: 1;
}
.hamburger:hover,.pseudohamburger:hover {
  cursor: pointer;
  background-color: rgba(70, 70, 70, 0.521);
  border-radius: 5px;
}

.Header-button {
  opacity: 1;
}

.section3 {
  width: 100%;
  height: 210px;
  margin: 0px;
  padding: 0px;
  position: relative;
  bottom: 0px;
  border-width: 0px;
  border-top: 2px;
  border-style: solid;
  border-color: rgb(254, 221, 4);
  background-image: url(../images/White_mesh.jpg);
  background-color:rgb(215,215,215);
}

.heading1 {
  position: relative;
  left: -10000px;
}

.section3-front {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px solid;
  background-color: rgba(0, 0, 0, 0.295);
}
.section3-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 200px;
  margin-left: 5px;
  flex-shrink: 0;
  padding-top: 16px;
}

.linkedin-icon,
.instagram-icon,
.facebook-icon,
.twitter-icon,
.youtube-icon {
  height: 30px;
  padding: 4px;
  border-radius: 30px;
  object-fit: cover;
}

.linkedin-icon:hover,
.instagram-icon:hover,
.facebook-icon:hover,
.twitter-icon:hover,
.youtube-icon:hover {
  cursor: pointer;
  background-color: rgb(254, 221, 4);
}

.section3-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 200px;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}

.end-logo {
  width: 120px;
  margin-left: 3px;
  object-fit: contain;
  margin-bottom: 8px;
}

.address-box,
.mail-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.location-icon,
.mail-icon {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.address {
  font-size: 12px;
  width: 150px;
}

.mail-id {
  font-size: 12px;
}

.rights {
  margin: 0px;
  margin-left: 10px;
  margin-top: 12px;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

@media screen and (min-width: 20000px) {
  .hamburger {
    display: none;
  }
}
