/*!
Theme Name: Indoor Robotics
Theme URI:
Description: A custom theme for the Indoor Robotics website
Author: Avsha Agasi
Author URI: http://the-two.co
Version: 1.0
Tags: clean, advanced, responsive, great
*/
/* reset */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none;
  color: inherit; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative; }

.height-100 {
  height: 100vh;
  position: relative; }

.overflow {
  overflow: hidden; }

.o-hidden {
  overflow: hidden; }

.container {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }

section {
  position: relative; }
  section.h-100 {
    height: 100vh; }

.grey-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.15); }

.section {
  position: relative; }
  .section.full {
    height: 100vh; }

.bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.video-wrapper {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  overflow: hidden; }
  .video-wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%; }

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden; }
  .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.f-bw {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%); }

.video-wrapper {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  overflow: hidden; }
  .video-wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.video-2 {
  position: absolute;
  top: -25%;
  left: 0;
  min-width: 100%;
  min-height: 150%;
  width: auto;
  height: auto; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.overlay.darkk {
  background: rgba(0, 0, 0, 0.65); }

.overlay.light {
  background: rgba(0, 0, 0, 0.25); }

.placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black; }

.wow {
  visibility: hidden; }

.center-wrapper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.center-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table; }
  .center-wrapper.w-300 {
    width: 300px;
    left: 50%;
    margin-left: -150px; }
  .center-wrapper.w-400 {
    width: 400px;
    left: 50%;
    margin-left: -200px; }
  .center-wrapper.w-600 {
    width: 600px;
    left: 50%;
    margin-left: -300px; }
  .center-wrapper.w-700 {
    width: 700px;
    left: 50%;
    margin-left: -350px; }

.center-wrapper .center {
  display: table-cell;
  vertical-align: middle; }

.ta-c {
  text-align: center; }

.ta-l {
  text-align: left; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-80 {
  margin-top: 80px; }

.m-t-100 {
  margin-top: 100px; }

.m-t-200 {
  margin-top: 200px; }

.p-t-100 {
  padding-top: 100px; }

.p-20 {
  padding: 0 20px; }

.p-50 {
  padding: 0 50px; }

.p-80 {
  padding: 0 80px; }

.p-r-30 {
  padding-right: 30px; }

.p-r-60 {
  padding-right: 60px; }

.clear {
  clear: both; }

.c-white {
  color: white; }

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.absolute-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

::-webkit-input-placeholder {
  color: black !important;
  font-family: basic-sans, sans-serif; }

::-moz-placeholder {
  color: black !important;
  font-family: basic-sans, sans-serif; }

:-ms-input-placeholder {
  color: black !important;
  font-family: basic-sans, sans-serif; }

:-moz-placeholder {
  color: black !important;
  font-family: basic-sans, sans-serif; }

/*******************/
html {
  font-size: 10px; }

body {
  font-family: basic-sans, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: black;
  background: #f47051; }

h2 {
  font-size: 5.5rem;
  line-height: 50px;
  font-weight: bold; }

p {
  font-size: 1.8rem;
  line-height: 23px;
  font-family: montserrat, sans-serif; }

/**************/
.hero {
  position: relative;
  height: 100vh;
  background: #f47051; }
  .hero .content-wrapper {
    position: relative;
    max-width: 1180px;
    margin: auto;
    height: 100%; }
    .hero .content-wrapper .center-wrapper {
      left: -10px; }
    .hero .content-wrapper .text-wrapper {
      position: relative;
      float: left;
      max-width: 490px; }
      .hero .content-wrapper .text-wrapper .logo {
        height: 50px; }
      .hero .content-wrapper .text-wrapper .line {
        width: 180px;
        height: 1px;
        background: white;
        margin: 40px 0; }
      .hero .content-wrapper .text-wrapper p {
        margin-top: 20px; }
      .hero .content-wrapper .text-wrapper .form-wrapper {
        position: relative;
        margin-top: 20px; }
        .hero .content-wrapper .text-wrapper .form-wrapper p {
          margin-top: 0; }
        .hero .content-wrapper .text-wrapper .form-wrapper input {
          height: 50px;
          width: calc( 100% - 140px );
          background: white;
          color: black;
          font-size: 1.8rem;
          font-family: basic-sans, sans-serif;
          outline: 0;
          border: 0;
          border-bottom: 2px solid transparent;
          padding-left: 20px; }
          .hero .content-wrapper .text-wrapper .form-wrapper input.wpcf7-not-valid {
            border-bottom: 2px solid red; }
          .hero .content-wrapper .text-wrapper .form-wrapper input[type="submit"] {
            position: absolute;
            right: 0;
            top: 0;
            background: black;
            color: white;
            width: 140px;
            font-weight: bold;
            padding: 0;
            cursor: pointer; }
        .hero .content-wrapper .text-wrapper .form-wrapper div.wpcf7-validation-errors, .hero .content-wrapper .text-wrapper .form-wrapper div.wpcf7-acceptance-missing {
          display: none !important; }
        .hero .content-wrapper .text-wrapper .form-wrapper span.wpcf7-not-valid-tip {
          display: none !important; }
        .hero .content-wrapper .text-wrapper .form-wrapper div.wpcf7-mail-sent-ok {
          display: none !important; }
        .hero .content-wrapper .text-wrapper .form-wrapper .ajax-loader {
          display: none !important; }
        .hero .content-wrapper .text-wrapper .form-wrapper .wpcf7-spinner {
          position: absolute;
          left: 0;
          bottom: -34px; }
        .hero .content-wrapper .text-wrapper .form-wrapper #contact-form {
          transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .hero .content-wrapper .text-wrapper .form-wrapper #contact-form.go-out {
            transform: translateX(50px) !important;
            -webkit-transform: translateX(50px) !important;
            visibility: hidden;
            opacity: 0; }
            .hero .content-wrapper .text-wrapper .form-wrapper #contact-form.go-out.show {
              visibility: visible;
              opacity: 1; }
        .hero .content-wrapper .text-wrapper .form-wrapper #contact-form-thanks {
          position: absolute;
          top: 9px;
          left: 0;
          transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
          transform: translateX(-50px) !important;
          -webkit-transform: translateX(-50px) !important;
          visibility: hidden;
          opacity: 0; }
          .hero .content-wrapper .text-wrapper .form-wrapper #contact-form-thanks.show {
            visibility: visible;
            opacity: 1; }
          .hero .content-wrapper .text-wrapper .form-wrapper #contact-form-thanks.go-in {
            transform: translateX(0) !important;
            -webkit-transform: translateX(0) !important;
            opacity: 1;
            visibility: visible; }
          .hero .content-wrapper .text-wrapper .form-wrapper #contact-form-thanks h3 {
            font-size: 3.2rem;
            font-weight: 700; }
          .hero .content-wrapper .text-wrapper .form-wrapper #contact-form-thanks p {
            margin-top: 5px; }
    .hero .content-wrapper .image-wrapper {
      position: relative;
      float: right;
      width: 620px;
      margin-top: 80px; }
      .hero .content-wrapper .image-wrapper img {
        display: block;
        width: 100%; }
        .hero .content-wrapper .image-wrapper img.abs {
          position: absolute;
          top: 0;
          left: 0; }
      .hero .content-wrapper .image-wrapper .black-square {
        position: absolute;
        background: black;
        left: 168px;
        height: 324px;
        width: 325px;
        top: 0;
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: scaleY(0) !important;
        -webkit-transform: scaleY(0) !important;
        transform-origin: top center; }
        .hero .content-wrapper .image-wrapper .black-square.show {
          transform: scaleY(1) !important;
          -webkit-transform: scaleY(1) !important; }

.mobile-logo {
  display: none; }

/**************/
@media screen and (min-width: 0px) and (max-width: 1180px) {
  .mobile-logo {
    display: block;
    height: 40px; }

  .hero {
    height: auto; }

  .hero .content-wrapper {
    max-width: 375px;
    padding: 26px 30px; }
    .hero .content-wrapper .center-wrapper {
      display: block;
      position: relative;
      left: 0; }
      .hero .content-wrapper .center-wrapper .center {
        display: block;
        position: relative; }

  .hero .content-wrapper .image-wrapper {
    float: none;
    width: calc( 100% + 16px );
    margin: 50px -8px 0; }

  .hero .content-wrapper .image-wrapper .black-square {
    left: 90px;
    width: 174px;
    height: 173px; }

  .hero .content-wrapper .text-wrapper .logo {
    display: none; }

  .hero .content-wrapper .text-wrapper .line {
    display: none; }

  .hero .content-wrapper .text-wrapper h2 {
    margin-top: 30px;
    font-size: 4rem;
    text-align: center;
    line-height: 38px; }

  .hero .content-wrapper .text-wrapper p {
    font-size: 1.6rem;
    line-height: 21px;
    text-align: center; }
    .hero .content-wrapper .text-wrapper p br {
      display: none; }

  .hero .content-wrapper .text-wrapper .form-wrapper input {
    width: 100%;
    font-size: 1.6rem; }

  .hero .content-wrapper .text-wrapper .form-wrapper input[type="submit"] {
    width: 80px;
    font-size: 1.6rem; }

  .hero .content-wrapper .text-wrapper .form-wrapper #contact-form-thanks {
    text-align: center; }

  input {
    -webkit-appearance: none !important;
    border-radius: 0 !important; } }

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