body {
  margin: 0;
  min-width: 1280px;
}
.bod{
background: url('/img/shape.png') #f99d57 center center repeat;
  padding-bottom: 212px;
  min-height: 800px;
  position: relative;
  padding-top: 1px;
}
.bod::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url('/img/city.png') repeat-x bottom center;
}

.service_single_content {
  border-radius: 10px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  border: none;
  padding: 40px 20px;
  display:inline-block;
  width: 352px;
  margin: 0 15px;
}
.service_single_content {
  background: #d4722b;
  padding: 0px 20px 20px;
  margin-top: 130px;
  margin-bottom: 30px;
}
.service_icon {
margin-bottom: 0px;
  display: inline-block;
  min-height: 60px;
  position: absolute;
  top: -125px;
  border: 3px;
  left: calc(50% - 150px);
}
.service_icon img {
  width: 300px;
  height: 250px;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.service_single_content h6 {
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Alfa Slab One", cursive;
  color: #fef2d4;
  text-align: center;
  margin-top: 140px;
}
.service_single_content p {
  margin-bottom: 0;
}
.service_single_content p {
  color: #000;
  font-weight: 500;
}
.service_single_content {
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 10px 2px #000,0 0 2px #000;
}
.area{
margin:auto;
max-width:1280px;
width:100%;
display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service_info{
margin-top:125px;
}

.toph {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-shadow: 0.1em 0.1em 0 hsl(0deg 0% 100%);
  font-family: "Alfa Slab One", cursive;
  text-align: center;
  margin-top: 10px;
}
.toph span {
  color: #d4722b;
}
h3{
    width: 100%;
  text-align: center;
  margin: auto;
  max-width: 1280px;
  margin-bottom: 30px;
}
.btn{
background: url('/img/start.png');
  width: 228px;
  height: 85px;
  color: white;
  font-family: "Alfa Slab One", cursive;
  line-height: 85px;
  text-align: center;
  margin: auto;
  cursor:pointer;
  border: none;
  font-weight: bold;
}
.btn:hover{
background-position: 0 85px;
}

input{
width: 400px;
  font-size: 23px;
  padding: 6px 0 4px 10px;
  border: 1px solid #cecece;
  background: #F6F6f6;
  border-radius: 8px;
  margin: 10px;
box-shadow: 0 0 10px 2px #000,0 0 2px #000;
}
select{
width: 400px;
  font-size: 23px;
  padding: 6px 0 4px 10px;
  border: 1px solid #cecece;
  background: #F6F6f6;
  border-radius: 8px;
  margin: 10px;
box-shadow: 0 0 10px 2px #000,0 0 2px #000;
}
textarea{
width: 824px;
  font-size: 23px;
  padding: 6px 0 4px 10px;
  border: 1px solid #cecece;
  background: #F6F6f6;
  border-radius: 8px;
  margin: 10px;
box-shadow: 0 0 10px 2px #000,0 0 2px #000;
min-height: 105px;
}

form{
width: 900px;
margin: auto;
text-align: center;
}

