@charset "UTF-8";
html,
body {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

.body-two {
  overflow-x: hidden;
}

.container {
  width: calc(93vw - 40px);
  max-width: 1200px;
  margin: auto;
}

main {
  min-height: 100%;
}

h1 {
  font-family: stolzl, sans-serif;
  font-size: 48px;
  letter-spacing: -0.6px;
  line-height: 1.3em;
}

h2 {
  font-family: stolzl, sans-serif;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #2c323e;
  line-height: 1.2em;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: stolzl, sans-serif;
  font-size: 36px;
  letter-spacing: -1.29px;
  line-height: 1.3em;
  font-weight: 400;
}

h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5em;
}

.h1_visual {
  font-size: 48px;
  line-height: 60px;
}

.h2_visual {
  font-size: 40px;
  line-height: 48px;
}

.h3_visual {
  font-size: 36px;
  line-height: 48px;
}

.h4_visual {
  font-size: 28px;
  line-height: 32px;
}

.h5_visual {
  font-size: 24px;
  line-height: 30px;
}

.h6_visual {
  font-size: 20px;
  line-height: 28px;
}

p {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5em;
  color: #565b65;
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  p {
    font-size: 20px;
  }
}

.font-medium {
  font-weight: 500;
}

.blue-background {
  background-color: #2c323e;
  padding-top: 1px;
}
.blue-background h1,
.blue-background h2,
.blue-background h3 {
  color: #ffffff;
}
.blue-background li,
.blue-background p {
  color: #d4d6d8;
}

.lightligh-background {
  background-color: #d7dedd;
}
.lightligh-background p {
  color: #2c323e;
}
.lightligh-background h3 {
  color: #2a333f;
}

.holder {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .holder {
    padding-bottom: 0;
    width: calc(min(calc(100vw - 8px * 1), 1200px) / 2);
  }
}

.bottom-boxs {
  background-image: url("/wp-content/themes/next_gen_robotics/source/img/boxes.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 30%;
  background-position-x: 70%;
}
@media screen and (min-width: 1000px) {
  .bottom-boxs {
    background-size: 12%;
  }
}

@media screen and (max-width: 1000px) {
  br {
    content: "";
  }
}

.fade {
  opacity: 0;
  transition: ease-in;
  transform: translate(0px, 50px);
}

.main-head {
  width: 100%;
  padding: 40px 0 60px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
}
.header-flex a {
  font-family: stolzl, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -0.45px;
  line-height: 24px;
  align-self: baseline;
  text-decoration: none;
}

#nav-link {
  display: none;
}
@media screen and (min-width: 1000px) {
  #nav-link {
    display: flex;
    align-self: center;
  }
}

.home-nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .home-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 450px;
  }
}

.header-form {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header-form {
    display: block;
    max-height: 48px;
  }
}

#site-footer {
  padding: 24px 0 24px 0;
  color: #f3f6f9;
}

.flex-box {
  display: block;
  padding: 28px 0;
}
@media screen and (min-width: 1000px) {
  .flex-box {
    display: flex;
    justify-content: space-between;
  }
}
.flex-box .foot-col {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .flex-box .foot-col {
    max-width: calc(15% - 18px);
  }
}
.flex-box .foot-subscribe {
  width: 100%;
  padding-top: 12px;
}
@media screen and (min-width: 1000px) {
  .flex-box .foot-subscribe {
    width: 40%;
    padding-top: 0;
  }
}
.flex-box h5 {
  margin: auto;
}
.flex-box ul {
  list-style-type: none;
  padding: 0;
}
.flex-box ul a,
.flex-box ul li {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 12px;
}

.footer-copyright {
  border-top: solid;
  border-width: 1px;
  border-color: #979797;
}
@media screen and (min-width: 1000px) {
  .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-copyright p {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  color: #dcdcdc;
  letter-spacing: 0;
  line-height: 20px;
}
.footer-copyright a:hover {
  opacity: 0.8;
}

/*#bottom-slant__holder,
.main-head {
    z-index: 2;
    position: relative;
}
#hero_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
    z-index: 3;
}
*/
.bottom-slant-clips, #hero {
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
  /*@media all and (min-width: 500px) {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    }
    @media all and (min-width: 800px) {
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
    }
    @media all and (min-width: 1000px) {
        clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
    }
    @media all and (min-width: 1200px) {
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    }
    @media all and (min-width: 1650px) {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    }*/
}

.main-head {
  position: relative;
  z-index: 2000;
}

#hero {
  background: #2c323e;
  position: relative;
  z-index: 2000;
  background-size: 2264px;
  background-position: -293px -433px;
}
#hero:before {
  content: "";
  display: block;
  background: #2c323e url("../../source/img/nextgen_hero_banner.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: -27px;
  bottom: 0;
  z-index: 1;
  background-size: 2264px;
  background-position: -293px -433px;
  transform: rotate(-7deg);
}
@media all and (min-width: 500px) {
  #hero:before {
    background-position: calc(0% - 250px) -571px;
    transform: rotate(-2deg);
  }
}
@media all and (min-width: 680px) {
  #hero:before {
    transform: rotate(2deg);
  }
}
@media all and (min-width: 1000px) {
  #hero:before {
    transform: rotate(4deg);
  }
}
@media all and (min-width: 1200px) {
  #hero:before {
    background-size: unset;
    transform: rotate(6deg);
    background-position: calc(100% + 450px) calc(100% + 198px);
  }
}
@media all and (min-width: 1400px) {
  #hero:before {
    transform: rotate(7deg);
    background-position: calc(100% + 370px) calc(100% + 167px);
  }
}
@media all and (min-width: 1650px) {
  #hero:before {
    background-position: calc(100% + 240px) calc(100% + 132px);
  }
}
@media all and (min-width: 500px) {
  #hero {
    background-position: calc(0% - 250px) -571px;
  }
}
@media all and (min-width: 1200px) {
  #hero {
    background-size: unset;
    background-position: calc(100% + 450px) calc(100% + 132px);
  }
}
@media all and (min-width: 1650px) {
  #hero {
    background-position: calc(100% + 240px) calc(100% + 132px);
  }
}

#hero + .copy-text {
  margin-top: -150px;
}
#hero + .copy-text .copy-image {
  max-height: 300px;
  overflow: hidden;
}
#hero + .copy-text .copy-image img {
  max-width: none;
  width: 100%;
}

@media all and (min-width: 1000px) {
  #hero + .copy-text {
    margin-top: -100px;
    align-items: unset;
  }
  #hero + .copy-text .text {
    padding: 75px 0;
  }
  #hero + .copy-text .copy-image {
    max-height: none;
    position: relative;
    overflow: hidden;
  }
  #hero + .copy-text .copy-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
}
@media all and (min-width: 1200px) {
  #hero + .copy-text .copy-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 1650px) {
  #hero + .copy-text {
    margin-top: -115px;
  }
}
.bottom-slant {
  position: relative;
  z-index: 4;
  /*overflow: visible;
    z-index: 1;
    margin-bottom: -85px;
    @media all and (min-width:500px) {
        padding-bottom: 130px;
    }
    @media all and (min-width:1000px) {
        background: transparent;
    }
    &:after {
        content: "";
        position: absolute;
        background: $background_blue;
        width: 100%;
        top: 0;
        z-index: 1;
        @extend .bottom-slant-clips;
        height: calc(100% + 160px);
        @media all and (min-width:500px) {
            height: calc(100% + 80px);
        }
    }
    #bottom-slant__holder {
        overflow: hidden;
        padding: 0 0 200px;
        z-index: 4;
        padding: 1px 0 130px;
        @media all and (min-width:500px) {
            padding: 0;
        }
        @media all and (min-width:1000px) {}
        @extend .bottom-slant-clips;
    }
    */
}
.bottom-slant #bottom-slant__holder {
  padding-bottom: 100px;
}
@media all and (min-width: 1000px) {
  .bottom-slant #bottom-slant__holder {
    padding-bottom: 175px;
  }
}
.bottom-slant h1 {
  line-height: 1.3em;
  font-size: 36px;
}
.bottom-slant h1 br {
  display: block;
}
@media all and (min-width: 550px) {
  .bottom-slant h1 br {
    display: none;
  }
}
@media all and (min-width: 800px) {
  .bottom-slant h1 {
    font-size: 48px;
  }
}
@media all and (min-width: 800px) {
  .bottom-slant .slant-text h1 {
    max-width: 655px;
  }
  .bottom-slant .slant-text p {
    max-width: 640px;
  }
  .bottom-slant .slant-text ul {
    max-width: 750px;
  }
}
.bottom-slant h1,
.bottom-slant li {
  color: #ffffff;
}
.bottom-slant p {
  color: #d4d6d8;
  line-height: 1.3em;
  font-size: 19px;
}
@media all and (min-width: 800px) {
  .bottom-slant p {
    font-size: 24px;
  }
}
.bottom-slant ul {
  padding: 0;
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  justify-content: space-between;
  align-items: flex-start;
}
.bottom-slant ul li {
  box-sizing: border-box;
  list-style: none;
  display: inline-block;
  margin: 10px 10px 32px 0;
  text-align: left;
}
@media screen and (min-width: 500px) {
  .bottom-slant ul li {
    width: calc(50% - 10px);
    padding-right: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .bottom-slant ul li {
    width: calc(33.33% - 10px);
    margin: 0;
  }
}
.bottom-slant ul li .icon {
  font-size: 40px;
  color: #ed594a;
}
.bottom-slant ul li p {
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.bottom-slant ul li .feature-head {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.bottom-slant ul li .feature-descript {
  font-size: 14px;
  font-weight: 400;
  color: #d4d6d8;
}

.reverse .copy-image {
  order: 2;
}
@media screen and (min-width: 1000px) {
  .reverse .holder {
    margin-left: auto;
    padding-right: 72px;
  }
}

.copy-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .copy-text:not(.reverse) .holder {
    margin-right: auto;
    padding-left: 72px;
  }
}
@media screen and (min-width: 1000px) {
  .copy-text {
    flex-direction: row;
  }
}
.copy-text .text {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .copy-text .text {
    width: calc(50% + 72px);
  }
}
.copy-text .text ul {
  padding: 0;
}
.copy-text .text ul li {
  list-style: none;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #565b65;
  letter-spacing: 0.1px;
  line-height: 30px;
  margin-bottom: 17px;
  display: flex;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  .copy-text .text ul li {
    font-size: 20px;
  }
}
.copy-text .text ul li:before {
  content: "▪";
  font-family: proxima;
  color: #ed594a;
  font-weight: bold;
  font-size: 28px;
  margin-right: 16px;
  display: block;
}
.copy-text .copy-image {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .copy-text .copy-image {
    width: calc(50% - 72px);
  }
}
.copy-text .copy-image img {
  max-width: 100%;
}
.copy-text .copy-image .overflow {
  max-width: none;
  position: relative;
  top: -40px;
  left: -52px;
  max-height: 676px;
  width: auto;
  margin-bottom: -90px;
}

.feature-list {
  text-align: center;
  padding: 48px 0;
}
.feature-list p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.feature-list ul {
  display: block;
  text-align: left;
  padding: 0;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .feature-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.feature-list ul .logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
}
.feature-list ul li {
  list-style: none;
  width: 90%;
  margin: auto;
  padding: 16px 0;
}
@media screen and (min-width: 1000px) {
  .feature-list ul li {
    width: calc(33% - 40px);
    padding: 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .feature-list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.feature-list ul li img {
  width: 100%;
  max-width: 300px;
}
.feature-list ul li .feature-title {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 0;
}
.feature-list ul li .feature-title:before {
  content: "";
  font-family: "Material Icons";
  display: block;
  color: #ed594a;
  font-size: 40px;
  vertical-align: bottom;
  margin-right: 12px;
  margin-left: -6px;
}
.feature-list ul li .feature-description {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.contact-form {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: solid;
  border-width: 1px;
  border-color: #e9e9e9;
}
.contact-form div {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .contact-form {
    display: flex;
    justify-content: space-between;
  }
  .contact-form div {
    width: calc(50% - 24px);
    margin: 0;
  }
}
.contact-form p {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.low-margin {
  margin-bottom: 0;
}

.related-posts {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .related-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 0 36px 0;
  }
}
.related-posts .related-inner {
  list-style: none;
}
.related-posts .related-card {
  width: 100%;
  margin-top: 12px;
  box-shadow: 0 1px 12px 0 rgba(42, 51, 63, 0.1);
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .related-posts .related-card {
    width: calc(50% - 20px);
    margin-bottom: auto;
  }
}
.related-posts .related-card:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 24px 0 rgba(42, 51, 63, 0.1);
}
.related-posts .related-card .related-inner {
  padding: 0;
}
.related-posts .related-card .related-inner .related-text {
  margin-left: 24px;
  margin-right: 24px;
}
.related-posts .related-card .related-inner .related-text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}
.related-posts .related-card .related-inner .related-text p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.related-posts .related-card .related-inner .thumb img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.related-posts .related-card .related-inner .action-link {
  color: #ed594a;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  padding-bottom: 24px;
}
.related-posts .related-card .related-inner .action-link:after {
  content: "";
  font-family: "Material Icons";
  color: #2a333f;
  font-size: 18px;
  vertical-align: sub;
}
.related-posts .related-card a {
  text-decoration: none;
}
.related-posts .related-card h3,
.related-posts .related-card p {
  color: #2a333f;
}
@media screen and (min-width: 1000px) {
  .related-posts .related-card:first-child {
    margin-top: 16px;
  }
  .related-posts .related-card:nth-child(even) {
    margin-top: 28px;
    margin-bottom: 0;
  }
  .related-posts .related-card:nth-child(2) {
    margin-top: 108px;
  }
}

#orbit {
  max-width: 234px;
}

.entry-content {
  padding-bottom: 24px;
}

.entry-title {
  font-size: 40px;
  line-height: 1.2em;
  padding-top: 24px;
  font-weight: 500;
}

.post-wrapper {
  display: block;
  justify-content: space-between;
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .post-wrapper {
    display: flex;
  }
}
.post-wrapper h1 {
  margin-top: 0;
}
.post-wrapper .entry-content {
  width: 90%;
}
@media screen and (min-width: 900px) {
  .post-wrapper .entry-content {
    width: calc(65% - 24px);
  }
}
.post-wrapper .contact-card {
  width: 90%;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .post-wrapper .contact-card {
    width: calc(35% - 24px);
    margin-bottom: 0px;
  }
}

.feature-img {
  width: 100%;
  height: auto;
}

.contact-card h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
}
.contact-card p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}

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