* {
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
}

#logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 8%;
}

#logo div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #4d6a88;
  position: absolute;
}

#logo .c-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: tomato;
}

.myapp-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 2em;
}

.myapp-button button {
  background: #1e3955;
  color: #fff;
  width: 10rem;
  height: 2.5rem;
  border: 0;
  border-radius: 4px;
}

.myapp-button button:hover {
  background: #054e70;
  color: #fff;
}

.modal-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 235px;
}

@media only screen and (max-width: 800px) {
  .modal-header {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modal-header #header-items {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 800px) {
  .modal-header #header-items {
    position: relative;
    height: 317px;
    width: auto;
    top: -5%;
  }
}

.modal-header #header-items .item-banner {
  position: relative;
  top: -20%;
}

@media only screen and (max-width: 800px) {
  .modal-header #header-items .item-banner {
    position: relative;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0%;
  }
}

.modal-header #header-items .item-titles {
  position: absolute;
  left: 47.5%;
  top: 1em;
  width: 50%;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .modal-header #header-items .item-titles {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    top: -19%;
    left: 0;
  }
}

.modal-header #header-items .my-media {
  position: inherit;
  left: 61%;
  top: 40%;
}

@media only screen and (max-width: 800px) {
  .modal-header #header-items .my-media {
    position: relative;
    height: auto;
    text-align: center;
    width: 100%;
    top: -20%;
    left: 0;
  }
}

.modal-content {
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(71, 71, 71, 0.31);
          box-shadow: 0 0 3px rgba(71, 71, 71, 0.31);
}

.modal-body {
  font-size: 14px;
}

.modal-body input, .modal-body select, .modal-body textarea {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(71, 71, 71, 0.31);
  width: 100%;
}

.modal-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.modal-footer button {
  display: block;
  width: 100%;
  color: #fff;
}

.modal-footer .submit, .modal-footer .cancel, .modal-footer .next, .modal-footer .back {
  display: block;
  width: 100%;
  height: 2.3rem;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background-color: #1e3955;
  line-height: 20px;
}

.modal-footer .submit:hover, .modal-footer .cancel:hover, .modal-footer .next:hover, .modal-footer .back:hover {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  cursor: pointer;
  color: #fff;
}

@-webkit-keyframes zoom {
  75% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes zoom {
  75% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.label-title {
  font-size: 10px;
}

#buttons {
  border-radius: 5px;
  padding: 14px 7px;
  width: 660px;
  overflow: hidden;
  margin: 150px auto 0;
  -webkit-box-shadow: 0 2px 3px rgba(71, 71, 71, 0.31);
          box-shadow: 0 2px 3px rgba(71, 71, 71, 0.31);
}

#doc-camera, .fa-paperclip {
  color: #1e3955;
  font-size: 30px;
  padding: 0%;
  background: transparent;
}

#doc-camera:hover, .fa-paperclip:hover {
  -webkit-animation-name: wobble-horizontal;
          animation-name: wobble-horizontal;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background: transparent;
  color: #24a79f;
  cursor: pointer;
}

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  33.3% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  49.95% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  33.3% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  49.95% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.social-button {
  font-family: 'Montserrat', sans-serif;
  background-position: 25px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  width: 98%;
  border-radius: 4px;
  margin: 2px auto;
  outline: white none 2px;
  padding-left: 10%;
  -webkit-transition: all 0.5s cubic-bezier(0.72, 0.01, 0.56, 1) 5s;
  transition: all 0.5s cubic-bezier(0.72, 0.01, 0.56, 1) 5s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 1%;
}

.social-button:hover {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  cursor: pointer;
}

@keyframes zoom {
  75% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

#google-connect {
  background: white url("/img/google-plus.png") no-repeat scroll 5px 0px/35px 39px padding-box border-box;
  border: 0.08em solid #dc4a3d;
}

#google-connect:hover {
  border-color: #dc4a3d;
  background: #dc4a3d url("/img/google-plus-white.png") no-repeat scroll 5px 0px/35px 39px padding-box border-box;
}

#google-connect span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #dc4a3d;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: 0px none #dc4a3d;
  outline: white none 0px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  display: inline-block;
  padding-left: 1.2em;
  margin-left: 0.2em;
  height: 100%;
  width: 98%;
}

#google-connect span:hover {
  color: #FFF;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  background: #dc4a3d;
}

#linkedin-connect {
  background: white url("https://my-site-392d6.web.app/img/linkedin.svg") no-repeat scroll 13px 0px/18px 29px padding-box border-box;
  border: 0.08em solid #0077b5;
}

#linkedin-connect:hover {
  border-color: #0077b5;
  background: #0077b5 url("https://my-site-392d6.web.app/img/linkedin-white.svg") no-repeat scroll 13px 0px/18px 29px padding-box border-box;
}

#linkedin-connect span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0077b5;
  cursor: pointer;
  text-align: center;
  border: 0px none #0077b5;
  outline: white none 0px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  display: inline-block;
  padding-left: 1.2em;
  margin-left: 0.2em;
  height: 101%;
  width: 98%;
}

#linkedin-connect span:hover {
  color: #FFF;
  background: #0077b5;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.loader {
  position: fixed;
  top: 55%;
}

#loading-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 60vh;
  font-size: 16;
  line-height: 1.6;
  background-color: transparent;
}

#loading-items .loader > span {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #1e3955;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  -webkit-animation: bounce 0.6s infinite alternate;
          animation: bounce 0.6s infinite alternate;
}

#loading-items .loader > span:nth-child(2) {
  background-color: #4d6a88;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#loading-items .loader > span:nth-child(3) {
  background-color: #4e77a3;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bounce {
  to {
    width: 16px;
    height: 16px;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
}

@keyframes bounce {
  to {
    width: 16px;
    height: 16px;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
}

.landing {
  margin-top: 10%;
  text-align: center;
  width: 90%;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}

.landing .thank_you {
  font-size: 40px;
}

.landing .contact_soon {
  font-size: 18px;
}

#spacing {
  font-size: 1px;
  margin-top: 2%;
}

/* Pulse */
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

#return-icon {
  display: inline-block;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 1px solid #2bb65d;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 4px #2bb65d, 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 4px #2bb65d, 0 0 0 rgba(0, 0, 0, 0);
}

#return-icon:hover {
  cursor: pointer;
}

#loading-items, .badge {
  margin-top: 5%;
  color: #4d6a88;
  font-family: 'Source Sans Pro', sans-serif;
}

#spin:after {
  content: "You will love the team!";
  -webkit-animation: spin 25s linear infinite;
          animation: spin 25s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    content: "Documents are loading...";
  }
  10% {
    content: "You will love this New job!";
  }
  20% {
    content: "Your application is being submitted!..";
  }
  30% {
    content: "Sending application....";
  }
  40% {
    content: "You will love the team!";
  }
  50% {
    content: "Sending application...";
  }
  60% {
    content: "Your application is being submitted!...";
  }
  70% {
    content: "Documents are loading...";
  }
  80% {
    content: "Hope you are as excited as us!";
  }
  90% {
    content: "Sending application...";
  }
}

@keyframes spin {
  0% {
    content: "Documents are loading...";
  }
  10% {
    content: "You will love this New job!";
  }
  20% {
    content: "Your application is being submitted!..";
  }
  30% {
    content: "Sending application....";
  }
  40% {
    content: "You will love the team!";
  }
  50% {
    content: "Sending application...";
  }
  60% {
    content: "Your application is being submitted!...";
  }
  70% {
    content: "Documents are loading...";
  }
  80% {
    content: "Hope you are as excited as us!";
  }
  90% {
    content: "Sending application...";
  }
}

.loader-bar {
  height: 5px;
  background: #ccc;
  width: 200px;
  border-radius: 99px;
  position: relative;
}

.loader-bar::before {
  width: 0%;
  background: #24a79f;
  content: '';
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  border-radius: 99px;
  -webkit-animation: slide 40.5s infinite linear;
          animation: slide 40.5s infinite linear;
}

@-webkit-keyframes slide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes slide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.avatar-wrapper {
  position: relative;
  left: 0;
  top: 0;
  height: 100px;
  width: 120px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 3;
}

.avatar-wrapper #user-icon {
  position: absolute;
  height: 225px;
  width: 200px;
  top: 1.1%;
  left: -32%;
  font-size: 100px;
  text-align: center;
  color: gray;
}

.avatar-wrapper .profile-pic {
  position: absolute;
  top: 1px;
  left: 11px;
  height: 97px;
  width: 97px;
}

.avatar-wrapper .upload-button {
  position: absolute;
  left: 6.5%;
  top: 4.5em;
  height: 50px;
  width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  z-index: 2;
  border: 30px solid white;
  cursor: pointer;
}

.avatar-wrapper .upload-button #user-camera {
  position: absolute;
  background: transparent;
  top: -1.4em;
  left: 16%;
  font-size: 20px;
  color: #727272;
  z-index: 1;
}

.avatar-wrapper .upload-button #user-camera:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.avatar-wrapper .upload-button:hover {
  opacity: 0.3;
  color: #3f3f3f;
}

.avatar-wrapper .mycamera {
  height: 120px;
  width: 100px;
  position: absolute;
  top: -20%;
  left: 0;
}

.avatar-wrapper .mycamera .camera {
  position: absolute;
  overflow: hidden;
  left: 0;
  height: 145px;
  width: 140px;
}

.avatar-wrapper .canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 130px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.avatar-wrapper .file-upload {
  position: absolute;
}

.avatar-wrapper .c-file-path {
  position: absolute;
}

.avatar-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 185px;
  height: 185px;
  border: 45px solid white;
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */