.h2 {
  font-size: 50px;
  color: #ffffff;
}
.h2:before {
  content: "";
  background: transparent;
}
body {
  margin: 0 auto;
  width: 100%;
}
body h2 {
  font-size: 35px;
  margin: 20px 0;
  text-transform: uppercase;
  color: #808080;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}
body h2:before {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  background: #868686;
  position: absolute;
  left: 0;
  bottom: 0;
}
body h2 span {
  color: #fc635e;
}
body a.arrowDown {
  font-size: 30px;
  text-decoration: none;
  color: #fc635e;
  border: 1px solid #fc635e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
body a.arrowDown:hover {
  background: #fc635e;
  color: #ffffff;
}
body a.btn {
  color: #fc635e;
  text-decoration: none;
  font-size: 22px;
  border: 2px solid #fc635e;
  padding: 12px 28px;
  border-radius: 8px;
}
body a.btn:hover {
  background: #fc635e;
  color: #ffffff;
}
body .mainText {
  text-align: center;
}
body .mainText p {
  color: #ffffff;
  font-size: 22px;
}
body header {
  background: url(../img/background.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 600px;
  max-width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body header h2 {
  font-size: 50px;
  color: #ffffff;
}
body header h2:before {
  content: "";
  background: transparent;
}
body header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header nav > a {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}
body header nav > a img {
  padding-right: 15px;
  vertical-align: middle;
}
body header nav .logo:hover img {
  opacity: 0.7;
}
body header nav menu {
  list-style: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body header nav menu li {
  padding-left: 15px;
}
body header nav menu li a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}
body header nav menu li a:hover {
  color: #fc635e;
  border-bottom: #fc635e solid 3px;
  padding-bottom: 3px;
}
body .recive {
  margin-top: 0;
  text-align: center;
  background: #ffffff;
  padding: 70px 50px 10px 50px;
  max-width: 100%;
  color: #868686;
}
body .recive p {
  font-size: 22px;
  margin-bottom: 50px;
}
body .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .icons h4 {
  text-decoration: none;
  text-transform: uppercase;
}
body .icons p {
  font-size: 18px;
}
body .icons div {
  padding: 15px;
}
body .expand {
  padding: 100px 100px 15px 100px;
  background: url(../img/expand.png) no-repeat;
  max-width: 100%;
  background-size: cover;
}
body .expand h2 {
  display: block;
  font-size: 50px;
  color: #ffffff;
}
body .expand h2:before {
  content: "";
  background: transparent;
}
body .expand .mainText {
  padding: 50px;
  margin-bottom: 80px;
  border: 15px solid rgba(0, 0, 0, 0.2);
}
body .our_process {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
  max-width: 100%;
}
body .our_process p {
  color: #808080;
  font-size: 18px;
}
body .our_process .back_process {
  height: 500px;
  max-width: 100%;
  background-image: url(../img/Our_process.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
body .our_process .steps {
  display: none;
}
body .our_process .steps h3 {
  text-decoration: underline;
  margin: 0;
  text-transform: uppercase;
  color: #808080;
}
body .our_process .steps h3 span {
  color: #fc635e;
}
body .wedo1,
body .wedo2,
body .wedo3 {
  padding: 25px;
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .wedo1 .container,
body .wedo2 .container,
body .wedo3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
}
body .wedo1 p,
body .wedo2 p,
body .wedo3 p {
  color: #808080;
  font-size: 18px;
  padding-bottom: 15px;
}
body .wedo1 img,
body .wedo2 img,
body .wedo3 img {
  width: 100%;
}
body .wedo1 .left,
body .wedo2 .left,
body .wedo3 .left {
  max-width: 50%;
}
body .wedo1 .right,
body .wedo2 .right,
body .wedo3 .right {
  max-width: 50%;
}
body .wedo1 h3,
body .wedo2 h3,
body .wedo3 h3 {
  text-transform: uppercase;
  border-left: 10px solid #fc635e;
  padding-left: 5px;
  color: #868686;
}
body .wedo2 {
  background: #fff;
}
body .wedo2 h3 {
  border-left: none;
  padding-left: 0;
  border-right: 10px solid #fc635e;
  padding-right: 5px;
}
body .wedo2 .left {
  text-align: right;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body .wedo2 .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body .portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}
body .portfolio .btn {
  margin: 40px 0;
}
body .portfolio .controls {
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  border-top: 3px gray solid;
  border-bottom: 3px gray solid;
  padding: 15px;
  margin-bottom: 30px;
}
body .portfolio .controls button {
  color: #fc635e;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 22px;
}
body .portfolio .controls button:hover {
  color: #e44640;
  cursor: pointer;
}
body .portfolio .container-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .portfolio .container-filter #ex1 {
  background-image: url(../img/portfolio/1.png);
}
body .portfolio .container-filter #ex2 {
  background-image: url(../img/portfolio/2.png);
}
body .portfolio .container-filter #ex3 {
  background-image: url(../img/portfolio/3.png);
}
body .portfolio .container-filter #ex4 {
  background-image: url(../img/portfolio/4.png);
}
body .portfolio .container-filter #ex5 {
  background-image: url(../img/portfolio/5.png);
}
body .portfolio .container-filter #ex6 {
  background-image: url(../img/portfolio/6.png);
}
body .portfolio .container-filter div {
  background-size: cover;
  background-position: center center;
  margin: 10px;
  width: 250px;
  height: 180px;
}
body .portfolio .container-filter div .fil {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  display: none;
  position: relative;
  margin: 0;
  background: url(../img/portfolio/plus.png) rgba(255, 72, 72, 0.75);
  background-position: center;
  background-repeat: no-repeat;
}
body .portfolio .container-filter div .fil p {
  margin: 0;
  padding: 10px;
}
body .portfolio .container-filter div:hover .fil {
  cursor: pointer;
  display: block;
}
body .our_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #eeeeee;
  margin-bottom: 10px;
  padding: 30px;
}
body .our_team .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body .our_team .wrap .people {
  text-align: center;
  margin-bottom: 15px;
}
body .our_team .wrap a {
  color: #414141;
  font-size: 10px;
  text-decoration: none;
}
body .our_team .wrap a:hover {
  color: #868686;
}
body .our_team .wrap p {
  color: #808080;
}
body .our_team .wrap h4 {
  color: #414141;
  padding-bottom: 5px;
}
body .our_team .wrap h4 span {
  color: #fc635e;
}