.flight, .wt-header .navbar-nav > li > a, .mile-header .navbar-nav > li > a, .carousel-3d-container .carousel-3d-slide p, footer, footer .foot-bottom {
  font-weight: 300; }

.fbold, .offerings p a, .case_study__heading, footer h4 {
  font-weight: 700; }

.fblack, h2 {
  font-weight: 900; }

.fregular, .nav-custom .navbar-nav > li > a, .nav-custom .navbar-nav > li.active > a, .wt-header .navbar-nav > li.active > a, .mile-header .navbar-nav > li.active > a, h3, .carousel-3d-container .carousel-3d-slide, .carousel-3d-container .carousel-3d-slide .title, .form input[type=submit], .case_study__box p, footer .label {
  font-weight: 400; }

.fthin {
  font-weight: 100; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body p {
    font-size: 16px;
    color: #525252; }

section {
  padding-bottom: 24px; }
  section p {
    padding-top: 24px;
    line-height: 32px; }

nav {
  transition: all .4s;
  -webkit-transition: all .4s; }

.nav-custom {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  border-bottom-width: 0; }

.nav-custom .navbar-nav > li > a {
  color: #fff;
  font-size: 16px; }
.nav-custom .navbar-nav > li.active > a {
  color: #0571f4;
  background: none;
  border-bottom: 2px solid #0571f4; }
.nav-custom .navbar-nav > li > a:hover {
  color: #fff; }
.nav-custom .navbar-nav > .active > a:hover {
  background: none;
  color: #0571f4; }
.nav-custom .navbar-nav > .active > a:focus {
  background: none;
  color: #0571f4; }
.nav-custom .navbar-brand {
  padding: 8px; }

.wt-header {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .wt-header .navbar-nav > li > a {
    color: #878787;
    font-size: 16px; }
  .wt-header .navbar-nav > li.active > a {
    color: #0571f4;
    background: none;
    border-bottom: 2px solid #0571f4; }
  .wt-header .navbar-nav > li > a:hover {
    font-weight: 400;
    color: #878787; }
  .wt-header .navbar-nav > .active > a:hover {
    background: none;
    color: #0571f4; }
  .wt-header .navbar-nav > .active > a:focus {
    background: none;
    color: #0571f4; }

.mile-header {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .mile-header .navbar-nav > li > a {
    color: #878787;
    font-size: 16px; }
  .mile-header .navbar-nav > li.active > a {
    color: #0571f4;
    background: none;
    border-bottom: 2px solid #0571f4; }
  .mile-header .navbar-nav > li > a:hover {
    font-weight: 400;
    color: #878787; }
  .mile-header .navbar-nav > .active > a:hover {
    background: none;
    color: #0571f4; }
  .mile-header .navbar-nav > .active > a:focus {
    background: none;
    color: #0571f4; }

.show {
  display: block; }

.hide {
  display: none; }

.box, .carousel-3d-container .carousel-3d-slide {
  -webkit-box-shadow: -9px 8px 3px -1px rgba(51, 51, 51, 0.09);
  -moz-box-shadow: -9px 8px 3px -1px rgba(51, 51, 51, 0.09);
  box-shadow: -9px 8px 3px -1px rgba(51, 51, 51, 0.09);
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  background: #fff; }

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/banners/overlay.png");
  background-size: cover; }

.overlay1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/banners/overlay_cs.png");
  background-size: cover;
  z-index: 5; }

.arrow-bounce1 {
  -moz-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  -webkit-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  position: absolute;
  bottom: 30px;
  left: 49%;
  margin-left: -115px;
  cursor: pointer;
  padding: 30px 100px;
  padding-bottom: 10px;
  z-index: 2000; }
  .arrow-bounce1 img {
    width: 60px; }

@keyframes bouncebounce {
  0% {
    bottom: 0px; }
  100% {
    bottom: 18px; } }
.theme-btn {
  background: #0571f4;
  color: #fff;
  border-radius: 8px;
  padding: 8px 40px;
  margin-bottom: 40px;
  margin-top: 24px;
  border-color: #0571f4;
  border: 1px solid #0571f4;
  outline: none;
  font-size: 18px; }

.theme-btn:hover {
  color: #0571f4;
  border: 1px solid #0571f4;
  background: #fff; }

.form-control {
  background: #f7f7f7;
  font-size: 12px;
  color: #828282;
  border-radius: 8px;
  margin-bottom: 24px;
  height: 32px; }

.form-control:focus {
  border-color: #ccc;
  outline: none;
  box-shadow: none; }

h1 {
  font-family: 'Lato-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #666;
  font-weight: 100; }
  @media (min-width: 992px) {
    h1 {
      text-align: left;
      padding-left: 100px;
      font-size: 22px;
      line-height: 32px; } }

h1 {
  font-size: 60px; }

h2 {
  font-size: 32px;
  color: #045fce; }

h3 {
  color: #045fce;
  font-size: 24px; }

.loc_vid {
  position: relative; }

.vid-text {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  width: 100%; }
  .vid-text h1 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
    text-align: inherit; }
  .vid-text span {
    font-weight: 400; }

video#bgvid {
  width: 100%;
  height: auto;
  z-index: -100;
  background: url("../img/aspect_banner.png") no-repeat;
  background-size: cover; }

.what_we_do {
  padding-top: 32px; }
  .what_we_do video {
    margin-top: 48px;
    border-radius: 10px;
    width: 100%;
    height: 100%; }
  .what_we_do .offerings-card {
    margin-top: 32px; }

.logo-image {
  width: 125px; }

.loader {
  position: fixed;
  height: 100Vh;
  text-align: center;
  width: 100%;
  padding-top: 15%;
  z-index: 99999;
  background: #fafaf5; }
  .loader img {
    width: 20%; }

.canvas-cover {
  position: absolute;
  width: 100%; }

.banner {
  min-height: 400px;
  position: relative;
  margin-bottom: 24px; }
  .banner .vid-text h1 {
    font-size: 40px;
    letter-spacing: 1px; }

.careers_banner {
  background: url("../img/banners/carrer_banner.png");
  background-size: cover; }

.about_us_banner {
  background: url("../img/banners/about_us_banner.png");
  background-size: cover; }

.contact_banner {
  background: url("../img/banners/contact.png");
  background-size: cover; }

.case_study_banner .banner-box {
  width: 64%;
  height: 75%;
  position: absolute;
  border: 8px solid #284159;
  z-index: 1000;
  margin-left: 18%;
  margin-top: 8%;
  -webkit-mix-blend-mode: lighten;
  -moz-mix-blend-mode: lighten;
  -o-mix-blend-mode: lighten;
  -ms-mix-blend-mode: lighten;
  mix-blend-mode: lighten; }
.case_study_banner .slick-dots {
  z-index: 5; }

.contact_form h2 {
  margin-top: 40px;
  margin-bottom: 40px; }

.offerings {
  padding-top: 32px; }
  .offerings p {
    font-size: 14px;
    padding-top: 8px;
    line-height: 24px; }
    .offerings p a {
      color: #0571f4; }
  .offerings .icon-box {
    height: 200px;
    width: 100%;
    margin-bottom: 24px; }
    .offerings .icon-box #analytics_svg {
      width: 70%;
      margin-top: 8%;
      margin-left: 16%; }
    .offerings .icon-box #profiling_svg {
      width: 51%;
      margin-left: 25%;
      margin-top: 8%; }
    .offerings .icon-box #mis_svg {
      width: 42%;
      margin-left: 31%; }
  @media (max-width: 991px) {
    .offerings .icon-box {
      height: 200px;
      width: 100%;
      margin-bottom: 24px; }
      .offerings .icon-box #analytics_svg {
        width: 250px;
        margin-top: 1%;
        margin-left: 7%; }
      .offerings .icon-box #profiling_svg {
        width: 51%;
        margin-left: 25%;
        margin-top: 8%; }
      .offerings .icon-box #mis_svg {
        width: 42%;
        margin-left: 31%; } }

.ar_map {
  margin-top: 40px;
  margin-bottom: 40px; }
  .ar_map #map {
    width: 100%;
    height: 400px; }

.ar_address p {
  padding-top: 8px;
  color: #f59105;
  margin-bottom: 0px; }
.ar_address address {
  color: #525252; }
.ar_address p {
  padding-top: 0px;
  font-size: 14px; }
  .ar_address p a {
    margin-bottom: 16px;
    color: #525252; }
    .ar_address p a span {
      color: #f59105; }

.social-btns {
  margin-top: 16px;
  margin-bottom: 48px; }
  .social-btns a {
    color: #0571f4;
    margin-right: 16px; }

.carousel-3d-container {
  padding-top: 10px;
  padding-bottom: 10px; }
  .carousel-3d-container .carousel-3d-slide {
    margin: 2px;
    padding: 20px; }
    .carousel-3d-container .carousel-3d-slide p {
      font-size: 14px;
      color: #848484;
      padding-top: 0px;
      line-height: 1.5em; }
    .carousel-3d-container .carousel-3d-slide .title {
      font-size: 18px;
      color: #0571f4; }
    .carousel-3d-container .carousel-3d-slide span {
      font-size: 12px; }

.life_at_ar {
  padding-top: 32px; }

.career_at_ar .career-icons {
  padding-top: 32px;
  padding-bottom: 32px; }
  .career_at_ar .career-icons img {
    width: 64%; }
  .career_at_ar .career-icons p {
    font-size: 12px;
    line-height: 16px;
    color: #525252;
    margin-top: 4px; }
  .career_at_ar .career-icons .col-md-2 {
    margin-bottom: 24px; }

#team {
  margin-bottom: 40px; }
  #team img {
    width: 48%;
    margin-bottom: 8px; }
  #team a span {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #545454;
    font-size: 16px; }
  #team p {
    padding-left: 24px;
    padding-right: 24px; }
  #team .carousel-3d-container .carousel-3d-slide {
    padding: 0px 20px; }
  #team h4 span {
    color: #f59105; }

.our_belief {
  margin-top: 48px;
  margin-bottom: 48px; }
  .our_belief h2 {
    margin-top: 72px; }

.our_vision img {
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0px;
  padding-left: 24px; }
.our_vision .col-xs-12 img {
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.parallax-window {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.8); }

.form {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px; }
  .form .input-group-btn:first-child > .btn {
    margin-right: 24px; }
  .form .btn-upload {
    background-color: #828282;
    border-color: #828282;
    font-size: 12px; }
  .form .input-group .form-control:last-child {
    border-radius: 8px; }
  .form .input-group-btn:first-child > .btn {
    border-radius: 8px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .form input[type=submit] {
    background: #0571f4;
    color: #fff;
    border-radius: 8px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 32px;
    border-color: #0571f4;
    border: 0;
    outline: none; }

.career_form {
  margin-bottom: 48px; }
  .career_form h2 {
    margin-bottom: 24px; }

.case_study .event-connector::before, .case_study .event-connector::after {
  content: none; }
@media (max-width: 768px) {
  .case_study .event-connector svg {
    display: none; } }
.case_study .event__info::before {
  height: 0; }
.case_study .event__info::after {
  content: none; }
.case_study .event {
  padding-top: 0px; }
.case_study__heading {
  font-size: 20px;
  text-transform: uppercase;
  background: #706f6f;
  color: #fff;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left; }
.case_study__indicator {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #2a81d8;
  color: white;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  margin-bottom: 50px; }
  .case_study__indicator::before, .case_study__indicator::after {
    position: absolute;
    content: "";
    background: #878787; }
  @media (min-width: 768px) {
    .case_study__indicator::before, .case_study__indicator::after {
      content: none; } }
  .case_study__indicator::before {
    height: 50px;
    width: 2px;
    top: 100%;
    left: 47%;
    transform: translate(-50%, 9%); }
  @media (min-width: 320px) {
    .case_study__indicator {
      position: relative; } }
  @media (min-width: 768px) {
    .case_study__indicator {
      position: absolute;
      top: 16%;
      left: 48%; } }
  @media (min-width: 992px) {
    .case_study__indicator {
      height: 37px;
      width: 37px;
      left: 48%; } }
  @media (min-width: 1200px) {
    .case_study__indicator {
      height: 46px;
      width: 46px;
      left: 48%; } }
.case_study__box {
  background: #eaf0f0;
  height: 200px;
  margin-left: 16px;
  margin-right: 16px; }
  .case_study__box .shadow-box {
    background: rgba(65, 64, 66, 0.25);
    height: 12px; }
  .case_study__box p {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    text-align: justify;
    font-size: 14px; }

@media (min-width: 768px) {
  .event-connector {
    position: absolute;
    left: 50%;
    top: 0;
    background: #878787;
    width: 2px;
    height: 100%;
    transform: translateX(-50%); }
    .event-connector::before, .event-connector::after {
      content: "";
      background: #878787;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      position: absolute;
      transform: translateX(-50%); }
    .event-connector::before {
      top: 0;
      left: 50%; }
    .event-connector::after {
      bottom: 0;
      left: 50%; } }

.event {
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 768px) {
    .event {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      padding-top: 150px; } }
  .event__year {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: #2a81d8;
    color: white;
    border: 5px solid white;
    box-shadow: 0 0 10px 0 rgba(113, 105, 105, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 700; }
    .event__year::before, .event__year::after {
      position: absolute;
      content: "";
      background: #878787; }
    @media (min-width: 768px) {
      .event__year::before, .event__year::after {
        content: none; } }
    .event__year::before {
      height: 50px;
      width: 2px;
      top: 100%;
      left: 47%;
      transform: translate(-50%, 9%); }
    .event__year::after {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      top: 110px;
      left: 47%;
      transform: translateX(-50%); }
    @media (min-width: 768px) {
      .event__year {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0; } }
  .event__thumbnail {
    flex: 1 0 auto;
    order: 3;
    text-align: center; }
    .event__thumbnail img {
      width: 100%; }
    @media (min-width: 768px) {
      .event__thumbnail {
        order: 2; } }
  .event__background {
    order: 2;
    margin: 20px 0;
    text-align: center; }
    .event__background img {
      max-width: 500px;
      width: 100%;
      margin: 0 auto; }
    @media (min-width: 768px) {
      .event__background {
        position: absolute;
        top: 0;
        margin: 0;
        order: 1; }
        .event__background img {
          max-width: 600px; } }
    @media (min-width: 992px) {
      .event__background img {
        max-width: 800px; } }
  .event__info {
    order: 1;
    text-align: center; }
    .event__info h1 {
      letter-spacing: 1px;
      font-weight: 100;
      margin: .67em 0;
      font-size: 22px; }
    @media (min-width: 768px) {
      .event__info {
        order: 3; } }
    @media (min-width: 992px) {
      .event__info {
        position: relative; }
        .event__info::before, .event__info::after {
          position: absolute;
          content: "";
          background: #878787;
          top: 0;
          top: 30px; }
        .event__info::before {
          left: 0;
          height: 2px;
          width: 80px; }
        .event__info:after {
          height: 15px;
          width: 15px;
          border-radius: 50%;
          left: 80px;
          transform: translateY(-50%); } }
  .event__details {
    padding: 0;
    margin: 0 auto;
    font-family: 'Lato-Regular';
    color: #666;
    line-height: 18px;
    list-style-type: none; }
    @media (min-width: 992px) {
      .event__details {
        margin-left: 100px;
        text-align: left; } }
  .event__item {
    line-height: 25px;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .event__item {
        font-size: 14px;
        line-height: 24px;
        position: relative;
        padding-left: 10px; }
        .event__item::before {
          position: absolute;
          left: 0;
          top: 10px;
          content: "";
          background: #878787;
          width: 5px;
          height: 2px; } }

main {
  padding: 100px auto; }

.main-wrapper {
  position: relative;
  height: 100%;
  margin-top: 100px; }

.section-wrapper {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .section-wrapper {
      padding: 70px 0; } }

.event--right .case_study__heading .arrow {
  top: 6%;
  right: -2px;
  border-width: 14px 0 14px 17px;
  border-left-color: #706f6f;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid; }
.event--right .case_study__heading .title {
  float: right; }
@media (min-width: 768px) {
  .event--right .event__thumbnail {
    order: 3; } }
@media (min-width: 768px) {
  .event--right .event__info {
    order: 2; } }
@media (min-width: 992px) {
  .event--right h1 {
    text-align: right;
    padding-right: 100px; } }
@media (min-width: 992px) {
  .event--right .event__details {
    margin-left: auto;
    text-align: right;
    padding-right: 80px; } }
@media (min-width: 992px) {
  .event--right .event__info::before {
    left: auto;
    right: 0; }
  .event--right .event__info::after {
    left: auto;
    right: 80px; } }
@media (min-width: 992px) {
  .event--right .event__item {
    padding-right: 10px; }
    .event--right .event__item::before {
      left: auto;
      right: 0; } }

.event--left .case_study__heading {
  text-align: right; }
  .event--left .case_study__heading .arrow {
    top: 6%;
    left: -2px;
    border-width: 14px 17px 14px 0px;
    border-right-color: #706f6f;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; }
  .event--left .case_study__heading .title {
    float: left; }
.event--left .event__thumbnail {
  flex: none; }

@media (min-width: 768px) {
  .transform-img1 img {
    height: 500px; } }

@media (min-width: 768px) {
  .padd0 {
    padding-top: 0px; } }

@media (min-width: 768px) {
  .padd100 {
    padding-top: 100px; } }

footer {
  background: #045fce;
  color: #fff;
  padding-top: 24px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400; }
  footer .foot-bottom {
    background: #565656;
    color: #cbcbcb;
    font-size: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 24px; }
  footer h4 {
    font-size: 12px; }
  footer .label {
    font-size: 12px; }
  footer hr {
    float: left;
    margin-top: 0px;
    margin-bottom: 16px;
    border-color: rgba(219, 219, 219, 0.8); }
  footer li {
    list-style-type: none; }
    footer li a {
      color: #fff;
      font-weight: 400px !important; }
    footer li a:hover, footer li a:focus {
      color: #fff; }
  footer .powered a {
    color: cornsilk; }

@media (max-width: 990px) {
  .vid-text h1 {
    font-size: 32px;
    line-height: 32px;
    text-align: center; } }
@media (max-width: 767px) {
  .vid-text h1 {
    font-size: 24px;
    line-height: 24px;
    text-align: center; }

  footer .foot-bottom {
    text-align: center; }
    footer .foot-bottom .pull-right {
      float: initial !important; }

  .banner .vid-text h1 {
    font-size: 24px;
    line-height: 32px; }

  .carousel-3d-container .carousel-3d-slider {
    height: 320px !important;
    width: 460px !important; }
  .carousel-3d-container .carousel-3d-slide {
    height: 320px !important;
    width: 460px !important; }
    .carousel-3d-container .carousel-3d-slide img {
      width: 30%; }

  #team .carousel-3d-container .carousel-3d-slider {
    height: 400px !important;
    width: 350px !important; }
  #team .carousel-3d-container .carousel-3d-slide {
    height: 400px !important;
    width: 350px !important; }
    #team .carousel-3d-container .carousel-3d-slide img {
      width: 40%; } }
@media (max-width: 479px) {
  .form {
    padding: 32px 0px; }

  .about_us_banner {
    background-position: right; }

  .contact_banner {
    background-position: right; }

  .careers_banner {
    background-position: right; }

  h2 {
    font-size: 24px; }

  .carousel-3d-container .carousel-3d-slider {
    height: 400px !important;
    width: 300px !important; }
  .carousel-3d-container .carousel-3d-slide {
    height: 400px  !important;
    width: 300px !important; }
    .carousel-3d-container .carousel-3d-slide img {
      width: 30%; }

  .banner .vid-text h1 {
    font-size: 24px;
    line-height: 24px; }

  .vid-text h1 {
    font-size: 16px;
    line-height: 16px;
    text-align: center; }

  #team p {
    padding-left: 0px;
    padding-right: 0px; }
  #team .carousel-3d-container .carousel-3d-slider {
    height: 400px !important;
    width: 300px !important; }
  #team .carousel-3d-container .carousel-3d-slide {
    height: 400px !important;
    width: 300px !important; }
    #team .carousel-3d-container .carousel-3d-slide img {
      width: 40%; } }

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