@font-face {
  font-family: "Shapiro";
  src: url("../font/Shapiro/Shapiro-35Feather.eot");
  src: url("../font/Shapiro/Shapiro-35Feather.eot?#iefix"), url("../font/Shapiro/Shapiro-35Feather.ttf") format("truetype"), url("../font/Shapiro/Shapiro-35Feather.woff") format("woff"), url("../font/Shapiro/Shapiro-35Feather.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Shapiro";
  src: url("../font/Shapiro/Shapiro-45WelterWide.eot");
  src: url("../font/Shapiro/Shapiro-45WelterWide.eot?#iefix"), url("../font/Shapiro/Shapiro-45WelterWide.ttf") format("truetype"), url("../font/Shapiro/Shapiro-45WelterWide.woff") format("woff"), url("../font/Shapiro/Shapiro-45WelterWide.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Shapiro";
  src: url("../font/Shapiro/Shapiro-75HeavyWide.eot");
  src: url("../font/Shapiro/Shapiro-75HeavyWide.eot?#iefix"), url("../font/Shapiro/Shapiro-75HeavyWide.ttf") format("truetype"), url("../font/Shapiro/Shapiro-75HeavyWide.woff") format("woff"), url("../font/Shapiro/Shapiro-75HeavyWide.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Shapiro";
  src: url("../font/Shapiro/Shapiro-85SuperHeavyWide.eot");
  src: url("../font/Shapiro/Shapiro-85SuperHeavyWide.eot?#iefix"), url("../font/Shapiro/Shapiro-85SuperHeavyWide.ttf") format("truetype"), url("../font/Shapiro/Shapiro-85SuperHeavyWide.woff") format("woff"), url("../font/Shapiro/Shapiro-85SuperHeavyWide.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: "Shapiro";
  font-weight: 300;
  font-size: 18px;
  color: #2F2F2F;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

a {
  color: #00A150;
}
a:hover {
  text-decoration: none;
}

.primary-background {
  background: #00aeef;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header {
  height: 90px;
}
header .menu-wrapper .navigation-wrapper {
  list-style-type: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin: 0;
}
header .menu-wrapper .navigation-wrapper li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

section.dev-project {
  background-image: url(../img/dev-bg.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 50% 5%;
}
section.dev-project .step-num {
  border: 1px solid #EC008C;
}
@media screen and (max-width: 768px) {
  section.dev-project {
    background-size: 60%;
    background-position: 50% 0;
  }
}
section.register .btn-gradient-wrapper .btn-gradient {
  min-width: 340px;
  padding: 5px !important;
}
section.register .btn-gradient-wrapper .btn-gradient span {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.circle {
  height: 300px;
  width: 300px;
  border-radius: 300px;
  color: #fff;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .circle {
    height: 200px;
    width: 200px;
  }
}
.circle a {
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .circle a {
    font-size: 18px;
  }
}
.circle.blu {
  background-color: #00AEEF;
}
.circle.green {
  background-color: #40B049;
}
.circle.pink {
  background-color: #EC008C;
}

@media screen and (max-width: 768px) {
  .circle-row {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .circle-wrapper {
    flex: 0 0 auto;
    max-width: 60%;
  }
}
.info-card {
  height: 100%;
  width: 100%;
}
.info-card.btn-gradient {
  padding: 5px !important;
  height: 100%;
}
.info-card .info-card-inner {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.info-card .info-card-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.info-card .btn-gradient-wrapper {
  position: absolute;
  bottom: calc(-32.5px);
  left: 0;
}
.info-card .btn-gradient:after {
  display: none;
}
.info-card h5 {
  font-size: 1em;
  position: relative;
  padding-bottom: 10px;
}
.info-card h5:after {
  display: block;
  content: "";
  height: 1px;
  width: 70px;
  background-color: #2F2F2F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.step .step-num {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 1px solid #FCB62C;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.step .step-desc {
  font-weight: 300;
  font-size: 14px;
  max-width: calc(90% - 60px);
}
.step .step-desc p {
  margin-bottom: 0;
}

.owl-projects .owl-stage {
  padding-left: 0 !important;
}

.project-meta-title {
  cursor: pointer;
}
.project-meta-title .info-card {
  display: none;
}
.project-meta-title .info-card .info-card-inner {
  font-weight: 400;
  font-size: 16px;
}

.project-meta h4 {
  padding-left: 15px;
}

.project-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.project-actions a {
  width: 60px;
  margin: 10px;
}
.project-actions a img {
  display: block;
  width: 100%;
}

.project-image-wrapper {
  position: relative;
}

/*# sourceMappingURL=style.css.map */
