
.startup-section {
  position: relative;
  padding-top: 114px;
  padding-bottom: 120px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.startup-section:before {
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

#content_block_3 .single-box .inner {
  position: relative;
  display: block;
  padding-bottom: 34px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 90px;
}

#content_block_3 .single-box .inner:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

#content_block_3 .single-box {
  position: relative;
  margin-bottom: 22px;
}

#content_block_3 .single-box .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

#content_block_3 .single-box .inner h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 23px;
}

#content_block_3 .single-box .inner h4 a {
  display: inline-block;
  color: #fff;
}

#content_block_3 .single-box .inner p {
  font-size: 18px;
  line-height: 30px;
  color: #f1f1f1;
}

#content_block_3 .content-box .inner-box {
  position: relative;
  display: block;
  padding: 41px 50px 45px 145px;
}

#content_block_3 .content-box .inner-box .icon-box {
  position: absolute;
  left: 60px;
  top: 47px;
  font-size: 65px;
  line-height: 60px;
}

#content_block_3 .content-box .inner-box h3 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

#content_block_3 .content-box .inner-box h3 span {
  font-weight: 700;
}

#content_block_3 .content-box .sec-title {
  margin-bottom: 40px;
}

#content_block_4 .form-inner {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 6px;
  padding: 0px 50px 80px 50px;
  border-bottom: 1px solid #e2e1de;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#content_block_4 .form-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  left: 0px;
  top: 0px;
  right: 0px;
}

#content_block_4 .form-inner h6 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 30.5px 0px;
  font-weight: 500;
  margin-bottom: 30px;
}

#content_block_4 .form-inner p {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 33px;
}

#content_block_4 .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

#content_block_4 .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

#content_block_4 .form-inner .form-group input[type='date'],
#content_block_4 .form-inner .form-group input[type='text'],
#content_block_4 .form-inner .form-group input[type='email'],
#content_block_4 .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #f8f7f3;
  border: 1px solid #f8f7f3;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}

#content_block_4 .form-inner .form-group select {
  width: 100%;
  background-color: #f8f7f3;
  border: 1px solid #f8f7f3;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}

#content_block_4 .form-inner .form-group textarea {
  height: 140px;
  resize: none;
}
