/* all common css start */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
a,
a:hover {
  text-decoration: none;
  display: inline-block;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
  justify-content: space-between;
}
/* all common css end */
/* header part start */
.navbar {
  background: #1e1e1e;
}
.nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #959595;
  line-height: 24px;
  letter-spacing: 3%;
  padding-right: 60px !important;
}
.nav-link:hover {
  color: #fd6f00;
}
.hireBtn {
  background: #fd6f00;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  letter-spacing: 3%;
  padding: 12px 40px;
  outline: none;
  border: none;
  border: 1px solid #959595;
  transition: 0.4s;
}
.hireBtn:hover {
  background: #1e1e1e;
  color: #959595;
}
/* header part end */
/* start */
/* end */
/* start */
/* end */
/* start */
/* end */
/* start */
/* end */
/* start */
/* end */
/* start */
/* end */
/* start */
/* end */
/* start */
/* end */
/* start */
/* end */
