/* ........................all common css start...................... */
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
/* ........................all common css end ...................... */

/* ........................menu part start...................... */
.menupart {
  background-color: #fff8f3;
}
.menu {
  display: flex;
  justify-content: space-between;
  line-height: 130px;
  align-items: center;
  position: relative;
}
.menuLeftPart_logo img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuRightPart {
  display: flex;
}
.menuclick ul li {
  display: inline-block;
}
.menuclick ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #474747;
  font-weight: 400;
  margin-right: 50px;
}
.menubtn a {
  color: #ffffff;
  background-color: #fd6e0a;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 20px;
  border-radius: 5px;
}
/* ........................menu part end ...................... */
