/* common css start  */
* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
.common {
  width: 1200px;
  margin: 0 auto;
}
.bb {
  border-bottom: none !important;
}
a {
  text-decoration: none;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
ul,
ol {
  list-style-type: none;
}
/* common css end  */

/* header part start  */
#header {
  position: fixed;
  width: 100%;
  padding: 30px 0;
}

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

.item ul {
  display: flex;
}

.item ul li a {
  padding: 0 35px;
  font-size: 20px;
  font-weight: 400;
  color: #474747;
}

.item ul li .button {
  padding: 15px 25px;
  background: #fd6e0a;
  border-radius: 5px;
  color: white;
  margin-top: -15px;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
}

.item ul li .button:hover {
  background: transparent;
  color: #fd6e0a;
}
/* header part end  */

/* banner part start  */
#banner {
  padding-top: 315px;
  padding-bottom: 185px;
  background: url(../images/bannerBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text h4 {
  font-size: 45px;
  font-weight: 600;
  color: #474747;
}

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

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

.text a {
  padding: 20px 17px;
  background: #fd6e0a;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
  margin-top: 30px;
}

.text a:hover {
  background: transparent;
  color: #fd6e0a;
}
/* banner part end  */

/* about page start  */
#about {
  padding: 130px 0;
}

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

.aText h3 {
  font-size: 35px;
  font-weight: 700;
  color: #181818;
  padding-bottom: 30px;
}

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

.ptext {
  padding: 0 30px;
}

.detailes {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
/* about page end  */

/* service part start */
#service {
  padding-bottom: 130px;
}

.sText {
  text-align: center;
}

.sText h3 {
  font-size: 35px;
  font-weight: 700;
  color: #181818;
  padding-bottom: 30px;
}

.sText p {
  font-size: 18px;
  font-weight: 400;
  color: #757575;
  line-height: 30px;
  padding: 0 140px;
}

.contentFlex {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.sContent {
  width: 23%;
  padding: 30px;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.06);
}

.sContent h3 {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sContent p {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  line-height: 28px;
  padding-right: 30px;
}
/* service part end */

/* resume part start  */
#resume {
  padding-bottom: 115px;
}

.rhead {
  text-align: center;
}

.rhead {
  font-size: 35px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 130px;
}

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

.rLeft {
  width: 48%;
}

.rLeft h3 {
  font-size: 30px;
  font-weight: 700;
  color: #181818;
  padding-bottom: 30px;
}

.rRight {
  width: 48%;
}

.rRight h3 {
  font-size: 30px;
  font-weight: 700;
  color: #181818;
  padding-bottom: 30px;
}

.ritem {
  border-bottom: 2px solid #d1d1d1;
  padding: 30px 0;
}

.ritem h3 {
  font-size: 25px;
  font-weight: 700;
  color: #474747;
  padding-bottom: 10px;
}

.ritem h4 {
  font-size: 20px;
  font-weight: 600;
  color: #757575;
  padding-bottom: 20px;
}

.ritem p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  line-height: 28px;
}

.btn {
  text-align: center;
  padding-top: 50px;
}

.btn a {
  padding: 20px 17px;
  background: #fd6e0a;
  color: white;
  border-radius: 5px;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
}

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

/* Footer part start */
#footer {
  padding: 130px 0;
  background: #fff8f3;
}

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

.fleft {
  width: 60%;
}

.fleft h3 {
  font-size: 35px;
  font-weight: 700;
  color: #181818;
  padding-bottom: 20px;
}

.fleft p {
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  line-height: 28px;
  padding-bottom: 30px;
  width: 560px;
}

.fleft a {
  color: #fd6e0a;
  transition: 0.5s;
  margin-right: 25px;
}

.fb {
  font-size: 25px;
}

.tw {
  font-size: 25px;
}

.ins {
  font-size: 25px;
}

.fright {
  width: 40%;
}

.fright h3 {
  font-size: 35px;
  font-weight: 700;
  color: #181818;
  padding-bottom: 30px;
}

.fbox {
  display: block;
  padding: 20px 30px;
  background: white;
  margin-bottom: 25px;
  width: 100%;
  border: none;
  border-radius: 5px;
  outline: none;
}

.fbox::placeholder {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
}

.fright button {
  padding: 15px 30px;
  background: #fd6e0a;
  color: white;
  border-radius: 5px;
  border: none;
  border: 2px solid #fd6e0a;
  transition: 0.5s;
  font-size: 18px;
}

.fright button:hover {
  background: transparent;
  color: #fd6e0a;
}

/* Footer part end */
