/* common css */
* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}

.common {
  width: 1200px;
  margin: 0 auto;
}
/* common css end */

/* start heading  */
#Head {
  height: 70px;
  position: fixed;
  width: 100%;
  padding-top: 50px;
}

.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img {
  display: inline-block;
}

.pages {
  display: inline-block;
}

a {
  text-decoration: none;
  color: #474747;
  padding: 0 30px;
  font-weight: 400;
}

.box {
  display: inline-block;
  padding: 15px 27px;
  background: #fd6e0a;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
}

.box:hover {
  background: transparent;
  color: #fd6e0a;
}
/* end heading  */

/* Start homepage  */
#homePage {
  padding-top: 300px;
  padding-bottom: 200px;
  background: url(../images/bannerBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hpt h3 {
  font-size: 45px;
  font-weight: 600;
  color: #474747;
}

.hpt h1 {
  font-size: 85px;
  font-weight: 700;
  color: #181818;
  padding-top: 30px;
  padding-bottom: 35px;
}

.hpt p {
  font-size: 18px;
  font-weight: 400;
  color: #757575;
  width: 585px;
  line-height: 30px;
}

.hpt a {
  padding: 15px 20px;
  background: #fd6e0a;
  color: white;
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
  margin-top: 20px;
}

.hpt a:hover {
  background: transparent;
  color: #fd6e0a;
}
/* end homepage / */

/* start about */
#about {
  padding-top: 130px;
}

.content {
  padding: 130px 155px;
  background: #fff8f3;
  text-align: center;
}

.content h3 {
  font-size: 35px;
  font-weight: 700;
  color: #181818;
}

.content p {
  font-size: 18px;
  font-weight: 400;
  color: #757575;
  line-height: 30px;
  width: 825px;
  padding-top: 30px;
}

.detailes {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.a h6 {
  font-size: 20px;
  font-weight: 400;
  color: #757575;
}

.a h4 {
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  line-height: 40px;
}

.b h6 {
  font-size: 20px;
  font-weight: 400;
  color: #757575;
}

.b h4 {
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
}

.c h6 {
  font-size: 20px;
  font-weight: 400;
  color: #757575;
}

.c h4 {
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
}

.d h6 {
  font-size: 20px;
  font-weight: 400;
  color: #757575;
}

.d h4 {
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
}
/* end about */

/* start what i do */
.p3 h3 {
  margin-top: 140px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #181818;
}

.p3 p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #757575;
  width: 900px;
  padding-top: 45px;
  line-height: 30px;
  margin: 0 auto;
}

.boxs {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.e {
  height: 375px;
  width: 270px;
  background: #fff8f3;
  border-radius: 5px;
  position: relative;
}

.e img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.e h5 {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  text-align: center;
  padding-top: 100px;
}

.e p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  line-height: 28px;
  width: 200px;
  margin: 0 auto;
  padding: 35px;
}

.f {
  height: 375px;
  width: 270px;
  background: #fff8f3;
  border-radius: 5px;
  position: relative;
}

.f img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.f h5 {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  text-align: center;
  padding-top: 100px;
}

.f p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  line-height: 28px;
  width: 200px;
  margin: 0 auto;
  padding: 35px;
}

.g {
  height: 375px;
  width: 270px;
  background: #fff8f3;
  border-radius: 5px;
  position: relative;
}

.g img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.g h5 {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  text-align: center;
  padding-top: 100px;
}

.g p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  line-height: 28px;
  width: 200px;
  margin: 0 auto;
  padding: 35px;
}

.h {
  height: 375px;
  width: 270px;
  background: #fff8f3;
  border-radius: 5px;
  position: relative;
}

.h img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.h h5 {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  text-align: center;
  padding-top: 100px;
}

.h p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  line-height: 28px;
  width: 200px;
  margin: 0 auto;
  padding: 35px;
}
/* end what i do */

/* start resume  */
.base h3 {
  padding-top: 140px;
  padding-bottom: 125px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #181818;
}

.prebase {
  display: flex;
  justify-content: space-between;
}

.part1 {
  height: 265px;
}

.part1 h4 {
  font-size: 30px;
  font-weight: 700;
  color: #474747;
}

.part1 h5 {
  font-size: 25px;
  font-weight: 700;
  color: #474747;
  padding-top: 50px;
}

.part1 h6 {
  font-size: 29px;
  font-weight: 600;
  color: #757575;
  padding-top: 25px;
}

.part1 p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  padding-top: 35px;
  line-height: 28px;
  width: 500px;
}

.line1 {
  background: #d1d1d1;
  height: 2px;
  width: 560px;
  margin-top: 30px;
}

.part2 {
  height: 265px;
}

.part2 h5 {
  font-size: 25px;
  font-weight: 700;
  color: #474747;
  padding-top: 50px;
}

.part2 h6 {
  font-size: 29px;
  font-weight: 600;
  color: #757575;
  padding-top: 25px;
}

.part2 p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  padding-top: 35px;
  line-height: 28px;
  width: 500px;
}

.line2 {
  background: #d1d1d1;
  height: 2px;
  width: 560px;
  margin-top: 30px;
}

.part3 {
  height: 265px;
}

.part3 h5 {
  font-size: 25px;
  font-weight: 700;
  color: #474747;
  padding-top: 50px;
}

.part3 h6 {
  font-size: 29px;
  font-weight: 600;
  color: #757575;
  padding-top: 25px;
}

.part3 p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  padding-top: 35px;
  line-height: 28px;
  width: 500px;
}

.part4 {
  height: 265px;
}

.part4 h4 {
  font-size: 30px;
  font-weight: 700;
  color: #474747;
}

.part4 h5 {
  font-size: 25px;
  font-weight: 700;
  color: #474747;
  padding-top: 50px;
}

.part4 h6 {
  font-size: 29px;
  font-weight: 600;
  color: #757575;
  padding-top: 25px;
}

.part4 p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  padding-top: 35px;
  line-height: 28px;
  width: 500px;
}

.line3 {
  background: #d1d1d1;
  height: 2px;
  width: 560px;
  margin-top: 30px;
}

.part5 {
  height: 265px;
}

.part5 h5 {
  font-size: 25px;
  font-weight: 700;
  color: #474747;
  padding-top: 50px;
}

.part5 h6 {
  font-size: 29px;
  font-weight: 600;
  color: #757575;
  padding-top: 25px;
}

.part5 p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  padding-top: 35px;
  line-height: 28px;
  width: 500px;
}

.line4 {
  background: #d1d1d1;
  height: 2px;
  width: 560px;
  margin-top: 30px;
}

.part6 {
  height: 265px;
}

.part6 h5 {
  font-size: 25px;
  font-weight: 700;
  color: #474747;
  padding-top: 50px;
}

.part6 h6 {
  font-size: 29px;
  font-weight: 600;
  color: #757575;
  padding-top: 25px;
}

.part6 p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  padding-top: 35px;
  line-height: 28px;
  width: 500px;
}

.Cv {
  padding-top: 40px;
  text-align: center;
}

.Cv a {
  padding: 15px 20px;
  background: #fd6e0a;
  color: white;
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
  margin-top: 20px;
}

.Cv a:hover {
  background: transparent;
  color: #fd6e0a;
}
/* end resume  */

/* last page start */
#Last {
  background: #fff8f3;
  margin-top: 115px;
}

.lp {
  display: flex;
  justify-content: space-between;
}

.lp1 {
  padding-top: 145px;
}

.lp1 h4 {
  color: #181818;
  font-size: 35px;
  font-weight: 700;
}

.lp1 p {
  padding-top: 40px;
  width: 560px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.lp1 img {
  padding-top: 40px;
}

.lp2 {
  padding-top: 145px;
}

.lp2 h4 {
  color: #181818;
  font-size: 35px;
  font-weight: 700;
}

.bos {
  padding-top: 40px;
}

input {
  display: block;
  padding-right: 460px;
  padding-bottom: 65px;
  margin-bottom: 10px;
  border: none;
}

.sub {
  padding-bottom: 130px;
}

.sub a {
  padding: 15px 30px;
  background: #fd6e0a;
  color: white;
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
  margin-top: 20px;
}

.sub a:hover {
  background: transparent;
  color: #fd6e0a;
}
/* last page end */
