@charset "UTF-8";
/* Variables */
/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 50px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
  border-radius: 50px; }

/* Imports */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.chat-box-section {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 680px;
  height: 200px;
  margin: auto;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(128, 128, 128, 0.58);
  border-radius: 15px;
  z-index: 0;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .chat-box-section .chat-conainer {
    padding: 30px;
    overflow: hidden;
    height: calc(100% - 45px); }
  .chat-box-section:after {
    content: '';
    background: url("../img/chat-bot-right.svg") bottom left no-repeat;
    display: block;
    position: absolute;
    bottom: 30px;
    right: -150px;
    width: 150px;
    height: 150px;
    background-size: contain; }
  .chat-box-section:before {
    content: '';
    background: url("../img/chat-bot-left.svg") bottom right no-repeat;
    display: block;
    position: absolute;
    bottom: 30px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-size: contain; }
  .chat-box-section .mr-minty {
    position: absolute;
    top: 0;
    left: -65px;
    width: 50px;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .chat-box-section .explore-btn {
    display: block;
    text-align: center;
    color: #ABABAB;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    text-align: center;
    width: 100%;
    border-radius: 15px; }
  .chat-box-section .close-chat {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 1000; }
  .chat-box-section .chat-box:before {
    content: 'Hey I’m Minty! Ask me about…';
    color: #000;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .chat-box-section.expanded {
    bottom: 30px; }
    .chat-box-section.expanded .mr-minty {
      left: 25px;
      top: 25px;
      width: 30px; }
    .chat-box-section.expanded .chat-conainer {
      overflow-y: scroll;
      height: calc(100% - 80px); }
    .chat-box-section.expanded .explore-btn {
      display: none; }
    .chat-box-section.expanded .close-chat {
      display: block; }
    .chat-box-section.expanded .chat-box:before {
      margin-left: 30px; }

.tab-content {
  display: none; }

.card-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 15px -10px;
  flex-wrap: wrap; }
  .card-list li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 8px; }
    .card-list li a {
      background: #fff;
      text-decoration: none;
      box-shadow: 0 2px 15px 0 rgba(54, 54, 54, 0.15);
      font-size: 12px;
      width: 100%;
      padding: 15px 10px;
      display: flex;
      color: #000;
      border-radius: 15px;
      padding-left: 55px;
      position: relative;
      min-height: 60px;
      justify-content: end;
      align-items: center; }
      .card-list li a img {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto; }

.input-form {
  position: absolute;
  bottom: -90px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0; }
  .input-form.active {
    bottom: 0;
    opacity: 1; }
  .input-form .activity {
    position: absolute;
    top: 4px;
    left: 45px;
    color: #c1c1c1;
    font-size: 10px; }
  .input-form #chat-attach {
    width: 30px;
    height: 30px;
    margin: 10px;
    cursor: pointer;
    background: url("../img/attach.svg") center center no-repeat; }
    .input-form #chat-attach input {
      cursor: pointer;
      opacity: 0;
      visibility: hidden; }
  .input-form #chat-input {
    border-radius: 50px;
    width: 89%;
    height: 50px;
    border: solid 1px #c1c1c1;
    line-height: 48px;
    outline: none;
    padding-left: 15px; }
  .input-form #chat-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("../img/send.svg") center center no-repeat;
    text-indent: 1000px;
    border: none;
    margin-left: auto; }
    .input-form #chat-btn:hover {
      -webkit-filter: grayscale(50%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(50%); }
  .input-form.inactive #chat-input {
    pointer-events: none;
    opacity: 0.1; }
  .input-form.inactive #chat-btn {
    cursor: none;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }

.chat-card {
  position: relative; }
  .chat-card .box {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(54, 54, 54, 0.15);
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    max-width: 350px;
    text-align: left;
    line-height: 1.4; }
  .chat-card.selection p {
    color: #ABABAB;
    font-size: 14px; }
  .chat-card p {
    margin-top: 0; }
  .chat-card .buttons {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0; }
    .chat-card .buttons li {
      display: inline-block;
      margin: 0 10px; }
  .chat-card button {
    box-shadow: 0 2px 15px 0 rgba(54, 54, 54, 0.15);
    background-color: #F3F3F3;
    color: #757575;
    border-radius: 15px;
    min-width: 130px;
    border: none;
    outline: none;
    height: 50px;
    line-height: 48px;
    text-align: center; }
    .chat-card button.active {
      background: #EF305E;
      color: #fff; }
    .chat-card button:hover {
      background: #EF305E;
      color: #fff; }
  .chat-card.bot {
    padding-left: 50px; }
    .chat-card.bot:before {
      content: '';
      background: #8DC63F url("../img/bot.svg") center center no-repeat;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 0;
      background-size: 18px; }
    .chat-card.bot .box {
      border-top-left-radius: 0; }
  .chat-card.user {
    text-align: right; }
    .chat-card.user .box {
      border-bottom-right-radius: 0;
      background: #8DC63F;
      color: #fff; }
  .chat-card.error {
    padding-left: 50px; }
    .chat-card.error .box {
      border-top-left-radius: 0;
      background: #EF305E;
      color: #fff; }
    .chat-card.error:before {
      content: '';
      background: #8DC63F url("../img/bot.svg") center center no-repeat;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 0;
      background-size: 18px; }

.radios {
  list-style: none;
  padding: 0;
  margin: 0; }
  .radios.inline li {
    display: inline-block;
    min-width: 100px; }
  .radios li {
    padding: 5px 0; }
  .radios [type="radio"]:checked,
  .radios [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .radios [type="radio"]:checked + label,
  .radios [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
  .radios [type="radio"]:checked + label:before,
  .radios [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }
  .radios [type="radio"]:checked + label:after,
  .radios [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #EF305E;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .radios [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .radios [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.chat-box-section.expanded .contact-form {
  max-height: calc(100% - 140px);
  overflow: scroll; }

.contact-form-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 15px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  margin: auto; }
  .contact-form-container .contact-form {
    box-shadow: 0 2px 20px 0 rgba(128, 128, 128, 0.58);
    bottom: 70px;
    left: 0;
    right: 0;
    background: #fff;
    width: 80%;
    position: absolute;
    padding: 40px 10px;
    border-radius: 15px;
    overflow: hidden;
    margin: auto; }
    .contact-form-container .contact-form .cf-close {
      position: absolute;
      top: 16px;
      right: 20px; }
  .contact-form-container .active {
    display: block; }
  .contact-form-container fieldset {
    width: 100%;
    padding: 15px 20px;
    border: none;
    display: none; }
    .contact-form-container fieldset:first-child {
      display: block; }
    .contact-form-container fieldset label.cf-label {
      font-size: 12px;
      display: block; }
    .contact-form-container fieldset .cf-input {
      width: 80%;
      border: none;
      outline: none;
      display: block;
      border-bottom: solid 1px #c1c1c1;
      line-height: 35px;
      font-size: 16px; }
    .contact-form-container fieldset .msg {
      font-size: 10px;
      color: #ccc;
      display: block;
      line-height: 2; }

.minity-minimized {
  position: fixed;
  bottom: -100px;
  right: 10px;
  height: 100px;
  background: #8DC63F;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .minity-minimized.active {
    bottom: 0; }
  .minity-minimized .message {
    background: #8DC63F url("../img/bot.svg") left center no-repeat;
    background-size: 20px;
    padding: 10px;
    padding-left: 30px;
    font-size: 12px; }
  .minity-minimized .btn-default {
    padding: 6px;
    font-size: 12px;
    min-width: 120px; }

@media screen and (max-width: 600px) {
  .chat-box-section:before, .chat-box-section:after {
    display: none; }
  .chat-box-section .mr-minty {
    left: 25px;
    top: 25px;
    width: 30px; }

  .chat-box-section .chat-box:before {
    margin-left: 30px; }

  .card-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 15px -10px;
    flex-wrap: wrap; }
    .card-list li {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 8px; }

  .chat-card button {
    font-size: 12px;
    height: 40px;
    line-height: 38px;
    min-width: 100px; } }
/* Typography */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
  color: #17263A; }
  body.gray {
    color: #17263a; }
  body.inner-page {
    padding-top: 150px; }

.infra-page {
  background-color: #eaeced; }
  .infra-page .projectListHolder, .infra-page .feature-section {
    background-color: #d3dde4; }

.arch-page {
  background-color: #e9eaeb; }
  .arch-page .projectListHolder, .arch-page .feature-section {
    background-color: #ddd8d8; }

.inter-page {
  background-color: #fbfcf8; }
  .inter-page .projectListHolder, .inter-page .feature-section {
    background-color: #e1ddd4; }

/* Typography */
.flarge {
  font-size: 72px;
  font-weight: 700;
  line-height: 86px; }

.fmedium {
  font-size: 48px;
  font-weight: 500;
  line-height: 57px; }

.fregular {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px; }

.flight {
  font-size: 36px;
  font-weight: 300;
  line-height: 43px; }

.lminibold {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px; }

b {
  font-weight: 700; }

.color-white {
  color: #fff; }

.bg-blue {
  background: #17263a;
  color: #fff; }

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

.text-right {
  text-align: right; }

.h100 {
  height: 100vh; }

.img-center {
  display: block;
  margin: 0 auto; }

.p-0 {
  padding: 0; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.sectionPadding {
  padding: 100px 0; }

img {
  max-width: 100%;
  display: block; }

.project-details-link {
  color: #17263a;
  text-decoration: none;
  margin: 50px 0;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  font-weight: bold; }
  .project-details-link:hover {
    color: black; }

.white-tick {
  padding-left: 0; }
  .white-tick li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 8px; }
    .white-tick li:before {
      content: '';
      background: url("../img/white-tick.svg") left top no-repeat;
      background-size: contain;
      position: absolute;
      display: block;
      width: 12px;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      height: 12px; }

/* General Styling */
.main {
  background: url("../img/bg-element.svg") left top no-repeat;
  background-size: 500px; }
  .main .titleNo {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    position: relative; }
    .main .titleNo:after {
      content: '';
      position: absolute;
      width: 2000px;
      height: 1px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #17263a;
      z-index: 1000;
      opacity: 0.4; }

.feature-section {
  padding: 100px 0; }
  .feature-section .row {
    margin-top: 50px;
    margin-bottom: 50px; }
  .feature-section .featureLine {
    height: 1px;
    width: 2000px;
    background: #17263a;
    opacity: 0.4;
    margin-left: 50px;
    display: block;
    z-index: 10000;
    position: relative; }
  .feature-section h2 {
    margin: 20px auto; }
  .feature-section p {
    margin: 20px auto; }

/* Grid Lines */
.grid-lines {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  top: 0; }
  .grid-lines * {
    height: 100%; }
  .grid-lines .col-grid {
    border-right: solid 1px #17263a; }
    .grid-lines .col-grid:last-child {
      border-right: none; }

/* Inner Header */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  top: -147px;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#main-header.start {
  background: transparent !important;
  top: 0; }

#main-header.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  background: white;
  top: 0; }

.inner-header {
  position: relative;
  padding: 20px 0; }
  .inner-header.absolute {
    position: absolute;
    width: 100%; }
  .inner-header .logo {
    display: block;
    width: 100px;
    margin-top: 11px; }
  .inner-header .header-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .inner-header .header-links a {
      text-decoration: none;
      color: #17263a;
      position: relative;
      line-height: 25px;
      display: block;
      -webkit-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      margin: 8px 0; }
      .inner-header .header-links a:before {
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        width: 0px;
        height: 22px;
        background: #17263a;
        left: -15px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .inner-header .header-links a:hover, .inner-header .header-links a.active {
        font-weight: 600; }
        .inner-header .header-links a:hover:before, .inner-header .header-links a.active:before {
          width: 3px; }
  .inner-header .download-btn img {
    height: 67px;
    position: absolute;
    top: 10px;
    right: 20px; }
  .inner-header .header-number {
    font-size: 50px;
    font-weight: bold;
    color: #17263a; }

/* Menu Navigation */
.main-navigation {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 0px;
  justify-content: start;
  align-items: center;
  background: url(../img/arrow-left.svg) center right no-repeat;
  background-size: cover;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .main-navigation .menu-container {
    width: 100%; }
  .main-navigation li {
    list-style: none; }
    .main-navigation li a {
      color: #aaa;
      position: relative;
      display: inline-block;
      padding: 8px 0;
      text-decoration: none; }
      .main-navigation li a:before {
        content: '';
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        position: absolute;
        bottom: 0;
        left: 0; }
      .main-navigation li a:hover {
        color: #fff; }
        .main-navigation li a:hover:before {
          width: 30px; }
  .main-navigation.active {
    left: -30px; }

@-webkit-keyframes $animationName {
  0% {
    background: #eeeeee; }
  50%, 100% {
    background: transparent; } }
@-moz-keyframes $animationName {
  0% {
    background: #eeeeee; }
  50%, 100% {
    background: transparent; } }
@-o-keyframes $animationName {
  0% {
    background: #eeeeee; }
  50%, 100% {
    background: transparent; } }
@keyframes $animationName {
  0% {
    background: #eeeeee; }
  50%, 100% {
    background: transparent; } }
@-webkit-keyframes $animationName {
  0% {
    top: 0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-moz-keyframes $animationName {
  0% {
    top: 0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-o-keyframes $animationName {
  0% {
    top: 0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@keyframes $animationName {
  0% {
    top: 0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-webkit-keyframes $animationName {
  0% {
    top: -0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-moz-keyframes $animationName {
  0% {
    top: -0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-o-keyframes $animationName {
  0% {
    top: -0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@keyframes $animationName {
  0% {
    top: -0.625rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
.menu-bars {
  /* margin-left: 1rem; */
  padding: 1.8rem 1rem;
  position: fixed;
  left: 0px;
  background: transparent;
  background: url(../img/arrow-left.svg) center right no-repeat;
  background-size: cover;
  margin-top: -27px;
  padding-left: 26px;
  left: -20px;
  z-index: 1200; }
  .menu-bars .main-bar {
    position: relative;
    width: 25px;
    height: 1px;
    background: #eeeeee;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .menu-bars .main-bar:before, .menu-bars .main-bar:after {
      position: absolute;
      content: '';
      display: block;
      width: 15px;
      height: 1px;
      background: #eeeeee;
      z-index: -1;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .menu-bars .main-bar:before {
      top: 0.625rem; }
    .menu-bars .main-bar:after {
      top: -0.625rem; }
  .menu-bars.open .main-bar {
    background: transparent;
    -webkit-animation: mainTrans 0.5s;
    -moz-animation: mainTrans 0.5s;
    -o-animation: mainTrans 0.5s;
    animation: mainTrans 0.5s; }
    .menu-bars.open .main-bar:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-animation: beforeTrans 0.5s;
      -moz-animation: beforeTrans 0.5s;
      -o-animation: beforeTrans 0.5s;
      animation: beforeTrans 0.5s; }
    .menu-bars.open .main-bar:after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: afterTrans 0.5s;
      -moz-animation: afterTrans 0.5s;
      -o-animation: afterTrans 0.5s;
      animation: afterTrans 0.5s; }

/* Home Page */
#home {
  background: #edeced; }

.vid-container {
  position: relative;
  overflow: hidden;
  margin-top: 30px; }

.back-vid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1; }

.vid-container .front-layer img {
  display: block;
  width: 100%; }

.mobile-img {
  display: none; }

.vid-container .front-layer:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  margin-top: -5px;
  position: absolute;
  background: transparent;
  border: solid 1px #edeced;
  bottom: 0; }

.home-links {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  color: #17263a;
  text-decoration: none; }

.home-links svg {
  stroke: #17263a;
  display: block;
  width: 20px;
  margin: 8px auto;
  fill: #edeced;
  transform: scale(1);
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.home-links:hover svg {
  fill: #17263a;
  transform: scale(3) rotate(180deg) translatey(-15px);
  transform-origin: top; }

/* Infrastructure Page */
.infra-momentum {
  background: #d0cfca url("../img/infra-momentum.jpg") bottom right no-repeat;
  background-size: cover; }

.infra-bottom {
  background: #d0cfca url("../img/infra-bottom.jpg") bottom center no-repeat;
  background-size: cover;
  color: #17263b;
  position: relative; }
  .infra-bottom .fsmall {
    position: absolute;
    bottom: 160px;
    right: 30px; }

[data-aos="amimate-line"] {
  height: 0; }

[data-aos="amimate-line"].aos-animate {
  height: 100%; }

[data-aos="amimate-bg"] {
  background: #dedee3;
  transition-property: background; }

[data-aos="amimate-bg"].aos-animate {
  background: rgba(222, 222, 227, 0); }

/* Architecture Page */
.arch-functionality {
  background: #d0cfca url("../img/arch-functionality.jpg") center right no-repeat;
  background-size: cover; }

.arch-2 {
  background: #d0cfca url("../img/arch-3.jpg") center center no-repeat;
  background-size: cover;
  height: 100vh; }

.arch-bottom {
  background: #d0cfca url("../img/arch-bottom.jpg") top left no-repeat;
  background-size: cover;
  color: #fff;
  position: relative; }
  .arch-bottom .fsmall {
    position: absolute;
    top: 40px;
    left: 30px; }

/* Interior Page */
.inter-nature {
  background: #d0cfca url("../img/inter-nature.jpg") center right no-repeat;
  background-size: cover;
  color: #17263a; }

.interior-experience {
  background: #d0cfca url("../img/inter-seamless-bg.svg") center center no-repeat;
  background-size: cover; }

.interior-experience .row {
  padding: 10px 0; }

.arch-work {
  background: #9f9799 url("../img/inter-work-bg.svg") center center repeat; }
  .arch-work li {
    background: #9f9799; }

.infra-work {
  background: #9aaab3 url("../img/inter-work-bg.svg") center center repeat; }
  .infra-work li {
    background: #9aaab3; }

.interior-work {
  background: #bdbeb9 url("../img/inter-work-bg.svg") center center repeat; }
  .interior-work li {
    background: #bdbeb9; }

.domain-section {
  padding: 50px 0; }
  .domain-section .infra-work-list {
    padding: 0;
    margin: -15px;
    margin-top: -150px;
    list-style: none; }
    .domain-section .infra-work-list li {
      margin: 12px;
      padding: 15px;
      max-width: 125px;
      -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.4); }
      .domain-section .infra-work-list li:hover {
        background: #f5f5f5; }
      .domain-section .infra-work-list li img {
        width: 100px;
        height: 100px; }
      .domain-section .infra-work-list li span {
        display: block;
        color: #17263a;
        line-height: 1.4; }

.inter-bottom {
  background: #fff url("../img/inter-bottom.jpg") top center no-repeat;
  background-size: cover;
  color: #17263b;
  position: relative; }
  .inter-bottom .fsmall {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px; }

.projectListHolderFirst {
  margin-bottom: 50px; }

/* Media Page */
.media-page {
  background: #e8e9eb; }
  .media-page .interior-main {
    padding-bottom: 100px; }
  .media-page .projectListHolderFirst {
    margin-bottom: 100px; }
  .media-page .projectListHolder {
    background: #ded7d7; }

/* Project Slider */
.projectTitle {
  font-size: 80px;
  color: #c6cacd;
  text-align: right;
  margin: 0;
  line-height: 1.1; }

.projectCount {
  font-size: 200px;
  color: #c6cacd;
  text-align: right;
  margin: 0;
  line-height: 1; }

.sliderTopText {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 0;
  padding-right: 20%; }

.projectDetailsTab {
  position: relative;
  padding-bottom: 20px;
  padding-right: 20px; }

.projectDetailsTab h5 {
  font-size: 20px;
  margin: 0 0 20px; }

.projectDetailsTab p {
  margin: 0; }

.projectDetailsTab2 {
  padding-bottom: 0; }

.projectSlider {
  margin-bottom: 20px;
  position: relative; }

.projectSlider .slider {
  background: #fff; }

.projectSlider .slider .slick-slide {
  outline: none; }

.projectSlider .slider img {
  width: 100%; }

.projectDetailsTab2 h5, .projectDetailsTab2 p {
  display: inline-block;
  margin: 0; }

.projectDetailsTab3 h5, .projectDetailsTab3 p {
  display: inline;
  margin: 0; }

.projectSlider .slick-dots {
  display: flex !important;
  width: calc(100% - 70px);
  margin-left: 35px;
  align-items: stretch;
  justify-content: center;
  bottom: -38px; }
  .projectSlider .slick-dots li {
    width: 100%;
    background: #c1c1c1;
    height: 3px;
    margin: 0; }
    .projectSlider .slick-dots li button {
      display: none; }
    .projectSlider .slick-dots li.slick-active {
      background: #17263a; }

.projectListHolder {
  padding: 50px 0; }

.projectSlider .slick-prev {
  background: url(../img/arrow-left.svg) center right no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  transform: rotate(180deg);
  bottom: -50px;
  top: auto;
  left: 0; }

.projectSlider .slick-next {
  background: url(../img/arrow-left.svg) center right no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  bottom: -50px;
  top: auto;
  right: 0;
  transform: rotate(360deg); }

.projectSlider .slick-prev:before {
  content: '';
  position: absolute;
  transform: rotate(180deg);
  font-size: 12px;
  text-transform: uppercase;
  right: 10px;
  font-weight: bold;
  line-height: 6px; }

.projectSlider .slick-next:before {
  content: '';
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  right: 10px;
  font-weight: bold;
  line-height: 0px; }

.projectSlider .slick-dotted.slick-slider {
  margin-bottom: 15px; }

/* progress bar */
.projectSlider .slider-progress {
  width: 90%;
  margin: auto;
  height: 3px;
  background: #eee;
  margin-top: 35px;
  display: none; }

.projectSlider .slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #000; }

.sliderBottomText {
  position: relative;
  padding: 40px 0 30px;
  pointer-events: none; }

.sliderBottomText .col-md-2 h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0; }

.sliderBottomText .col-md-6 p {
  font-size: 18px;
  margin: 0;
  font-weight: normal; }

.projectListHolderSecond {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px; }

.projectListHolderSecond .sliderTopText {
  margin-bottom: 10px; }

.projectListHolderSecond .projectCount {
  text-align: left; }

/* About Section */
.about-main {
  background: #d9d9d9;
  position: relative;
  color: #668793; }

.about-arrow {
  width: 50%;
  position: absolute;
  bottom: 0; }
  .about-arrow .arrow-bg {
    width: 100%;
    margin-left: -25px;
    position: relative;
    z-index: 2; }
  .about-arrow h2 {
    position: absolute;
    width: 40%;
    top: 0;
    left: 27%;
    bottom: 75px;
    margin: auto;
    height: 170px;
    z-index: 3;
    color: #2a384c;
    font-weight: bold;
    font-size: 52px;
    line-height: 1.4; }

.aboutMissionVision {
  position: relative;
  color: #17263a;
  margin: 100px auto; }
  .aboutMissionVision .flarge {
    color: #6c7279;
    font-size: 45px;
    line-height: 1.2; }
  .aboutMissionVision .vision-block {
    margin-bottom: 100px; }

.missionTitleLine {
  position: relative;
  font-size: 20px; }

.missionTitleLine:after {
  content: '';
  position: absolute;
  width: 2000px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #17263a;
  z-index: 1000;
  opacity: 0.4; }

.vissionTextLine {
  position: relative; }

.vissionTextLine:after {
  content: '';
  position: absolute;
  width: 2000px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #17263a;
  z-index: 1000;
  opacity: 0.4; }

.believeHolder {
  position: relative;
  background-color: #bcd7e1;
  padding: 80px 0; }
  .believeHolder .believe-box h3 {
    font-weight: 300; }
  .believeHolder .img-left-offset {
    margin-left: -50%; }
  .believeHolder .img-right-offset {
    margin-left: 50%; }
  .believeHolder .img-top-offset {
    margin-top: -50%; }

.thePeopleHolder {
  background-color: #6c7279;
  z-index: 0;
  position: relative; }
  .thePeopleHolder:after {
    content: '';
    background: url("../img/bg-sgb.svg") bottom left repeat;
    height: 217px;
    position: relative;
    bottom: 0;
    right: 0;
    background-size: 100px;
    z-index: -1;
    width: 100%;
    display: block;
    margin-top: 100px; }

.sectionTitle {
  color: #f3f3f3;
  font-size: 36px;
  font-weight: 100;
  line-height: 43px; }

.thePeopleHolderTab h3 {
  margin: 0; }

.thePeopleHolderTab h4 {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  margin: 10px 0 40px; }

.thePeopleHolderTab p {
  margin-top: 0;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 20px; }

.thePeopleHolderTab .padding_0 {
  padding: 0; }

.padding_0_right {
  padding-right: 0; }

.thePeopleHolderTabMargin {
  position: relative;
  margin-top: 66%; }

.thePeopleHolderTabMarginTop {
  position: relative;
  margin-top: -20%; }

.theTeamHolder {
  background-color: #6c7279;
  position: relative;
  z-index: 0;
  padding: 50px 0 150px; }
  .theTeamHolder:after {
    content: '';
    background: url("../img/bg-sgb.svg") bottom left repeat;
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: 100px;
    z-index: -1; }
  .theTeamHolder .teamImg span {
    text-align: left;
    position: relative;
    display: block; }
    .theTeamHolder .teamImg span img {
      width: 100px; }
    .theTeamHolder .teamImg span:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -10000px;
      width: 10000px;
      background: url("../img/team-line.svg") center center repeat-x;
      height: 5px; }
    .theTeamHolder .teamImg span.teamImg1:after {
      bottom: -2px; }
    .theTeamHolder .teamImg span.teamImg2:after {
      bottom: -2px; }
    .theTeamHolder .teamImg span.teamImg3:after {
      bottom: -2px; }
    .theTeamHolder .teamImg span.teamImg4:after {
      bottom: -2px; }
    .theTeamHolder .teamImg span.teamImg5:after {
      bottom: 9px; }
    .theTeamHolder .teamImg span.teamImg6:after {
      bottom: -2px; }

.teamText .sectionTitle {
  margin: 15px 0 20px;
  line-height: 26px; }

.teamText h4 {
  margin: 0px;
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px; }

.theTeamHolder .row {
  padding: 20px 0; }

/* Contact Us */
.contactUsMain {
  background: #ebebec url(../img/contact-lines.png) center top repeat; }

.contactUsHolder .container {
  background: url(../img/contact-bg.png) top right no-repeat;
  background-size: contain;
  min-height: 800px; }
  .contactUsHolder .container h4 {
    position: relative; }
    .contactUsHolder .container h4:after {
      content: '';
      position: absolute;
      width: 1600px;
      left: 165px;
      height: 1px;
      margin: auto;
      top: 0;
      bottom: 0;
      background-color: #17263a; }
.contactUsHolder .light-text {
  color: #c9c6c7;
  font-weight: 300;
  margin: 61px auto 35px 15px;
  font-size: 27px;
  line-height: 1.4; }
.contactUsHolder .contact-card {
  background: #cccccc;
  border: solid 1px #17263a;
  max-width: 480px;
  width: 100%;
  margin-bottom: 50px; }
  .contactUsHolder .contact-card a {
    color: inherit;
    display: block;
    text-decoration: none; }
  .contactUsHolder .contact-card .left {
    background: url(../img/contact-icon-bg.png) center top repeat;
    border-right: solid 1px #17263a;
    box-shadow: 5px 0 5px -5px #17263a;
    height: 166px; }
    .contactUsHolder .contact-card .left img {
      margin-top: 25px;
      margin-bottom: 8px; }
    .contactUsHolder .contact-card .left p {
      margin: 0;
      line-height: 1.4; }

.location-box .input {
  display: block;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: solid 1px #17263a;
  width: calc(100% - 35px);
  padding: 10px 0; }
.location-box .btn {
  -webkit-appearance: button;
  cursor: pointer;
  background: url(../img/arrow-left.svg) center right no-repeat;
  width: 33px;
  height: 28px;
  background-size: contain;
  margin-top: 10px;
  position: absolute;
  top: -2px;
  right: 19px;
  color: transparent;
  outline: none;
  border: none; }

/*
.contactUsLineBg{width: 100%;position: absolute;}
.contactBottom img{width: 80%;margin-top: -100px;}
.contactInfo{padding: 50px 0 100px;}
.contactInfo a{text-decoration: none;color:#000;display: inline-block;transition: all 0.3s;}
.contactInfo a:hover{color: #888;}
.contactInfo p{margin:30px 0;}

.contactUsMain .inner-header.absolute{z-index: 1;}

*/
/* Footer */
.main-footer {
  padding: 25px 0; }
  .main-footer img {
    max-width: 150px; }
  .main-footer a {
    text-decoration: none;
    color: inherit;
    opacity: 0.8; }

.hide-mobile {
  display: block; }

@media screen and (max-width: 600px) {
  /* Home */
  .home-main .row {
    height: 495px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto; }
  .home-main .home-links {
    display: flex;
    align-items: center; }
  .home-main .vid-container {
    margin: 0px 30px; }
    .home-main .vid-container .mobile-img {
      display: block;
      height: 151px;
      width: auto; }
    .home-main .vid-container .back-vid, .home-main .vid-container .front-layer {
      display: none; }
  .home-main .text-container {
    display: flex;
    flex-direction: column-reverse; }
    .home-main .text-container svg {
      margin: 10px -10px;
      transform: rotate(-90deg); }

  .main {
    padding-bottom: 50px; }

  .domain-section .infra-work-list {
    margin-top: 0; }
    .domain-section .infra-work-list li {
      background: #fff; }

  .download-btn {
    display: none; }

  .menu-list ul {
    margin: 10px 0;
    padding-left: 60px; }
    .menu-list ul a {
      padding: 5px; }

  .inner-header .header-links {
    display: none; }

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

  #about .inner-header.absolute {
    position: relative; }

  .hide-mobile {
    display: none; }

  .about-arrow {
    margin-top: 0;
    position: relative;
    width: 100%; }
    .about-arrow .arrow-bg {
      display: none; }
    .about-arrow h2 {
      width: 100%;
      position: relative;
      left: 0;
      padding: 15px;
      color: #17263a;
      height: auto;
      font-size: 36px; }
    .about-arrow .about-2-content {
      position: relative;
      bottom: 0; }

  .vision-block {
    flex-direction: column-reverse; }

  .believeHolder .row .col-md-2 {
    padding: 15px !important; }
  .believeHolder .row .col-md-4 {
    padding: 15px !important; }
  .believeHolder .row img {
    margin: 0 !important; }

  .padding_0 img, .thePeopleHolderTabMarginTop {
    margin: 0; }

  /* Contact us */
  .contactUsHolder .container {
    background: transparent;
    min-height: unset; }
  .contactUsHolder .light-text {
    margin: 10px auto;
    color: #17263a; }
  .contactUsHolder .contact-card {
    margin: 0;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.7; }
    .contactUsHolder .contact-card .left {
      height: 130px; }

  .main-footer img {
    max-width: 100px; }

  .main-footer a {
    font-size: 13px; } }

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