<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  @Author : Fractalink Design Studio
  @Project : Wift
  @Dev : Payal Butala
  @Date :10th April 2018
*/
/* config */
/* Variables.scss */
/* colors */
/* Font Weight */
/* breakpoints */
/* element */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* element.scss */
body {
  background: #ffffff;
  font-size: 16px;
  color: #716f81;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

p {
  line-height: 30px;
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active {
  color: #00b19b;
  text-decoration: none;
  outline: none;
}

button:focus, button:active {
  outline: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  width: 100%;
  height: 2px;
  background: #cbe3fa;
  border: 0;
}

/* common */
.cm-container {
  width: 1170px;
  margin: 0 auto;
}

.cm-inner-cont {
  padding: 0 60px;
  width: 1050px;
}

.cm-not-in-page {
  left: -99999px;
  position: absolute;
  top: -99999px;
}

.cm-hidden {
  display: none;
}

.cm-line-break {
  display: block;
}

.cm-visible-xs {
  display: none;
}

.cm-visible-md {
  display: block;
}

.cm-screen-bg,
.cm-screen-bg-new {
  position: absolute;
  top: 0;
  left: 0;
}
.cm-screen-bg.bg1,
.cm-screen-bg-new.bg1 {
  background: transparent url("../images/7hFcDhs12Lbe.png") no-repeat 0 0;
  width: 1319px;
  height: 710px;
  z-index: 2;
  top: -54px;
  left: 0;
}
.cm-screen-bg.bg2,
.cm-screen-bg-new.bg2 {
  background: transparent url("../images/bqWZYLvPQudm.png") no-repeat 0 0;
  width: 1410px;
  height: 632px;
  z-index: 1;
  top: -55px;
}
.cm-screen-bg.bg3,
.cm-screen-bg-new.bg3 {
  background: transparent url("../images/Ih1Igs8e7CNM.png") no-repeat 0 0;
  width: 425px;
  height: 715px;
  z-index: 2;
  top: 1190px;
}
.cm-screen-bg.bg4,
.cm-screen-bg-new.bg4 {
  background: transparent url("../images/3bTtpuMxypPM.png") no-repeat 0 0;
  width: 753px;
  height: 1603px;
  z-index: 1;
  top: 1089px;
  left: auto;
  right: 0;
}
.cm-screen-bg.bg5,
.cm-screen-bg-new.bg5 {
  background: transparent url("../images/1oZ46tJx71SC.png") no-repeat 0 0;
  width: 1934px;
  height: 2560px;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: -65px;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99;
}

.cm-screen-bg-new {
  background: #333;
  display: none;
}
.cm-screen-bg-new.bg1 {
  width: 1997px;
  height: 781px;
  transform: skew(69deg, -40deg) rotate(4deg);
  background: transparent;
  border-radius: 27px 27px 27px 23px;
  background-image: none;
  top: -920px;
  left: -570px;
  opacity: 1;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 768px) {
  .cm-container {
    width: auto;
  }

  .cm-inner-cont {
    padding: 0 0px;
    width: auto;
  }

  .cm-visible-xs {
    display: block;
  }

  .cm-visible-md {
    display: none !important;
  }

  .cm-screen-bg {
    display: none !important;
  }
}
.btn {
  border: 2px solid #00ca9d;
  border-radius: 100px;
  padding: 8px 10px;
  background: #00ca9d;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  min-width: 211px;
  margin: 0 auto;
  display: block;
}
.btn.typ-border {
  border: 2px solid #00ca9d;
  background: #ffffff;
  color: #00ca9d;
}
.btn.typ-img {
  border: 2px solid transparent;
  background: transparent;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .btn {
    border: 2px solid #00ca9d;
    border-radius: 100px;
    padding: 6px 10px;
    font-size: 14px;
    min-width: 150px;
  }
  .btn.typ-border {
    border: 2px solid #00ca9d;
    background: #ffffff;
    color: #00ca9d;
  }
  .btn.typ-img {
    border: 2px solid transparent;
    background: transparent;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    display: inline-block;
  }
}
.cm-icon {
  background: transparent url("../images/kaNEhb4mwCEj.png") no-repeat 0 0;
  display: inline-block;
}
.cm-icon.icon-map {
  background-position: 0 -260px;
  width: 20px;
  height: 24px;
}
.cm-icon.icon-fb {
  background-position: 0 0;
  width: 33px;
  height: 31px;
}
.cm-icon.icon-in {
  background-position: 0 -131px;
  width: 33px;
  height: 31px;
}

.form-group.bs-search {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 24px;
  overflow: hidden;
}
.form-group.bs-search .form-control {
  width: 0px;
  border: none;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
}
.form-group.bs-search .form-control:focus {
  outline: none;
}
.form-group.bs-search .btn {
  background: none;
  min-width: auto;
  border: 0px;
}
.form-group.bs-search .btn.btn-search {
  width: 90px;
  height: 23px;
  position: relative;
  right: -27px;
  top: 0;
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  border-radius: 0px;
  vertical-align: middle;
  transform: translate(0, 0);
}
.form-group.bs-search .btn.btn-search .icon.icon-search {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  color: #333333;
  background: url("../images/hhjrVT6a85Bf.svg") no-repeat 0 0 transparent;
}
.form-group.bs-search .btn.btn-search .text {
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  top: 3px;
  color: #716f81;
  left: 0px;
}
.form-group.active.bs-search .form-control {
  width: 350px;
  border: 0px;
  border-bottom: 1px solid #f7f4f4;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.form-group.active.bs-search .form-control:focus {
  outline: none;
}
.form-group.active.bs-search .btn.btn-search {
  width: 23px;
  position: absolute;
  right: 0px;
}
.form-group.active.bs-search .btn.btn-search .text {
  display: none;
}
.form-group.typ-messaeg {
  width: 90%;
  float: none;
}
.form-group.typ-messaeg textarea {
  overflow: auto;
  resize: none;
  outline: none;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .form-group.bs-search {
    position: relative;
    margin-top: 20px;
    width: 90%;
  }
  .form-group.bs-search .form-control {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f7f4f4;
    background: #ffffff;
    z-index: 2;
    position: relative;
  }
  .form-group.bs-search .btn.btn-search {
    position: absolute;
    right: 0px;
    width: 23px;
  }
  .form-group.bs-search .btn.btn-search .icon.icon-search {
    width: 17px;
    height: 17px;
    right: 0px;
    background-size: contain;
  }
  .form-group.bs-search .btn.btn-search .text {
    display: none;
  }
}
.modal {
  display: none;
  width: 302px;
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.modal .modal-header {
  padding: 26px 0 12px 23px;
  border-bottom: 1px solid #e1e0ea;
}
.modal .modal-header h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #35343d;
}
.modal .modal-content ul li {
  border-bottom: 1px solid #e1e0ea;
  padding: 15px 0 20px;
}
.modal .modal-content .form-group {
  padding-left: 20px;
}
.modal .modal-content .form-group .form-control {
  border: none;
  font-size: 1.4rem;
}
.modal .modal-footer {
  display: none;
  text-align: center;
  padding: 23px 0 28px;
}
.modal.typ-mumbai {
  padding: 50px 30px 110px;
  text-align: center;
  width: 710px;
  box-shadow: 0 7px 18px 0 rgba(214, 214, 214, 0.5);
}
.modal.typ-mumbai .modal-title {
  font-family: Montserrat;
  font-size: 60px;
  line-height: 62px;
  font-weight: bold;
  color: #009b99;
  text-transform: uppercase;
}
.modal.typ-mumbai img {
  margin-bottom: 20px;
}
.modal.typ-mumbai .desc {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #5f5d70;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .modal.typ-mumbai {
    width: 92%;
    box-sizing: border-box;
    padding: 50px 30px 50px;
  }
  .modal.typ-mumbai .modal-title {
    font-size: 30px;
    line-height: 32px;
  }
  .modal.typ-mumbai .desc {
    font-size: 15px;
    line-height: 19px;
  }
}
/* base */
.bs-sec {
  padding: 80px 0;
}
.bs-sec .sec-head {
  text-align: center;
  margin-bottom: 27px;
}
.bs-sec .sec-head .sec-title {
  font-size: 36px;
  color: #716f81;
  margin-bottom: 8px;
}
.bs-sec .sec-head .desc p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #677897;
}
.bs-sec.typ-location .sec-cont {
  display: block;
  overflow: hidden;
}
.bs-sec.typ-location .sec-cont .rhs {
  width: 30%;
  float: left;
  position: relative;
}
.bs-sec.typ-location .sec-cont .rhs .img-wrap {
  width: 142px;
  margin: 0px 0px 10px;
}
.bs-sec.typ-location .sec-cont .rhs .img-wrap img {
  width: 100%;
}
.bs-sec.typ-location .sec-cont .rhs .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.bs-sec.typ-location .sec-cont .rhs:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0e0e4;
  position: absolute;
  right: 72px;
  top: 0px;
}
.bs-sec.typ-location .sec-cont .lhs {
  width: 70%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bs-sec {
    padding: 60px 15px;
  }
  .bs-sec .sec-head .sec-title {
    font-size: 28px;
  }
  .bs-sec .sec-head .desc p {
    font-size: 13px;
    line-height: 18px;
  }
  .bs-sec.typ-location .sec-cont .rhs {
    width: 100%;
    margin-bottom: 20px;
  }
  .bs-sec.typ-location .sec-cont .rhs .img-wrap {
    margin: 0px auto;
    width: 100px;
  }
  .bs-sec.typ-location .sec-cont .rhs .title {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
  .bs-sec.typ-location .sec-cont .rhs:after {
    content: none;
  }
  .bs-sec.typ-location .sec-cont .lhs {
    width: 100%;
  }
}
.bs-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 21;
}
.bs-modal .modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 80%;
  height: 80%;
  border-radius: 5px;
}
.bs-modal .modal-body iframe {
  border-radius: 5px;
}
.bs-modal.active {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.bs-tabs .tabs {
  margin-bottom: 35px;
}
.bs-tabs .tabs .nav-tabs span {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #35343d;
  display: inline-block;
  padding-bottom: 17px;
  position: relative;
  cursor: pointer;
}
.bs-tabs .tabs .nav-tabs li {
  display: inline-block;
  padding-right: 60px;
}
.bs-tabs .tabs .nav-tabs li.active span:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00ca9d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bs-tabs .tab-content .tab-pane {
  display: none;
}
.bs-tabs .tab-content .tab-pane.active {
  display: block;
}
.bs-tabs.typ-faq .tabs {
  position: relative;
  margin-bottom: 25px;
}
.bs-tabs.typ-faq .tabs .nav-tabs {
  display: inline-block;
  border: 1px solid #e0e0e4;
  border-radius: 50px;
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.05);
}
.bs-tabs.typ-faq .tabs .nav-tabs li {
  padding: 15px 20px;
}
.bs-tabs.typ-faq .tabs .nav-tabs li.active {
  background: #00ca9d;
  border-radius: 50px;
}
.bs-tabs.typ-faq .tabs .nav-tabs li.active span {
  padding: 0px;
  color: #ffffff;
}
.bs-tabs.typ-faq .tabs .nav-tabs li.active span:before {
  content: none;
}
.bs-tabs.typ-faq .tabs .nav-tabs li span {
  color: #000000;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
}
.bs-tabs.typ-faq .tab-content .form-wrap .form-group {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.bs-tabs.typ-faq .tab-content .form-wrap .form-group .form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #b0b9ca;
}
.bs-tabs.typ-faq .tab-content .form-wrap .form-group .form-control {
  width: 90%;
  padding: 10px;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
}
.bs-tabs.typ-faq .tab-content .form-wrap .form-group textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  resize: none;
}
.bs-tabs.typ-faq .tab-content .form-wrap .form-group.typ-message {
  width: 97%;
}
.bs-tabs.typ-contact {
  padding-top: 20px;
}
.bs-tabs.typ-contact .tabs {
  display: none;
}
.bs-tabs.typ-contact .tab-content .contact-info .detail .add,
.bs-tabs.typ-contact .tab-content .contact-info .detail .tel {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}
.bs-tabs.typ-contact .tab-content .contact-info .detail .text {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #b0b9ca;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.bs-tabs.typ-contact .tab-content .contact-info .detail .desc {
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .bs-tabs .tabs {
    margin-bottom: 20px;
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    background: #fff;
    padding: 10px 0 0px;
  }
  .bs-tabs .tabs .nav-tabs {
    display: block;
    overflow: hidden;
  }
  .bs-tabs .tabs .nav-tabs li {
    padding: 0px 10px;
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
  }
  .bs-tabs .tabs .nav-tabs span {
    font-size: 12px;
    line-height: 23px;
    padding-bottom: 10px;
  }
  .bs-tabs .tab-content {
    padding-top: 40px;
  }
  .bs-tabs.typ-faq {
    top: 0;
    text-align: center;
    border: none;
  }
  .bs-tabs.typ-faq .tabs {
    top: 0px;
  }
  .bs-tabs.typ-faq .tabs .nav-tabs li {
    padding: 10px 20px;
  }
  .bs-tabs.typ-faq .tab-content {
    padding-top: 10px;
  }
  .bs-tabs.typ-faq .tab-content .form-wrap .form-group {
    width: 100%;
    float: none;
    text-align: left;
  }
  .bs-tabs.typ-faq .tab-content .form-wrap .form-group .form-control {
    width: 92%;
  }
  .bs-tabs.typ-faq .tab-content .form-wrap .form-group.typ-message {
    width: 98%;
  }
  .bs-tabs.typ-contact .tab-content {
    padding-top: 20px;
  }
  .bs-tabs.typ-contact .tab-content .contact-info .detail .add,
.bs-tabs.typ-contact .tab-content .contact-info .detail .tel {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bs-faq {
  position: relative;
  z-index: 3;
  padding: 45px 0px;
}
.bs-faq .sec-head {
  margin-bottom: 20px;
  position: relative;
}
.bs-faq .sec-head .title {
  font-size: 24px;
  line-height: 26px;
  font-family: Montserrat;
  font-weight: 600;
  color: #35343d;
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #e0e0e4;
}
.bs-faq .sec-head .desc {
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
}
.bs-faq .sec-head .desc p {
  font-size: 12px;
  line-height: 14px;
  color: #716f81;
}
.bs-faq .sec-cont .action-list {
  width: 70%;
  margin-bottom: 25px;
}
.bs-faq .sec-cont .action-list .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #35343d;
  margin-bottom: 20px;
}
.bs-faq .sec-cont .action-list .list-item {
  margin-right: 10px;
  display: inline-block;
}
.bs-faq .sec-cont .action-list .list-item:last-child {
  margin: 0px;
}
.bs-faq .sec-cont .suggestion .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #35343d;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (max-width: 768px) {
  .bs-faq {
    padding: 25px 15px;
  }
  .bs-faq .sec-head {
    margin-bottom: 15px;
  }
  .bs-faq .sec-head .title {
    font-size: 20px;
    line-height: 22px;
    border: 0px;
    text-align: center;
    display: block;
  }
  .bs-faq .sec-head .desc {
    margin: 0px;
  }
  .bs-faq .sec-head .desc p {
    text-align: center;
  }
  .bs-faq .sec-cont .action-list {
    width: 100%;
    margin-bottom: 0px;
  }
  .bs-faq .sec-cont .action-list .list-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .bs-faq .sec-cont .action-list .list-item:last-child {
    margin-right: 15px;
  }
  .bs-faq .sec-cont .suggestion {
    width: 100%;
  }
  .bs-faq .sec-cont .suggestion .mod-title-desc .desc {
    width: 100%;
  }
}
.bs-accordian li {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0px;
}
.bs-accordian li:last-child {
  border: none;
}
.bs-accordian .accordian-heading {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #00ca9d;
  position: relative;
}
.bs-accordian .accordian-heading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/Mnuny4s7mnDj.png") no-repeat 0px 0px transparent;
  background-size: cover;
}
.bs-accordian .accordian-heading.active:before {
  background: url("../images/mpSr0ejfv9Wk.png") no-repeat 0px 0px transparent;
  background-size: cover;
}
.bs-accordian .accordian-content {
  width: 70%;
  opacity: 0.55;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  height: auto;
  transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}
.bs-accordian .accordian-content.active {
  padding: 10px 0px 0px;
  max-height: 400px;
}
.bs-accordian .accordian-content .desc p {
  font-size: 12px;
  line-height: 20px;
}
.bs-accordian .accordian-content .numBullet {
  list-style: circle;
}
.bs-accordian .accordian-content .numBullet li {
  list-style: circle;
}
.bs-accordian .accordian-content .numBullet h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #00ca9d;
  margin-bottom: 10px;
}
.bs-accordian .accordian-content .numBullet .alphaBullet {
  list-style: upper-roman;
}
.bs-accordian .accordian-content .numBullet .alphaBullet li {
  list-style: upper-roman;
}
.bs-accordian .accordian-content .numBullet li {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
  border: 0px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .bs-accordian .accordian-heading {
    text-align: left;
    padding-right: 35px;
  }
  .bs-accordian .accordian-content.active {
    width: 100%;
  }
  .bs-accordian .accordian-content .desc p {
    text-align: left;
    padding-right: 15px;
  }
}
.bs-contact {
  padding: 40px 0px;
}
.bs-contact .contact-head {
  margin-bottom: 20px;
}
.bs-contact .contact-head .title {
  font-size: 36px;
  color: #716f81;
  text-transform: uppercase;
  font-weight: 600;
}
.bs-contact .contact-info .bs-sec {
  padding: 20px 0px 60px;
  overflow: hidden;
}
.bs-contact .contact-info .bs-sec .sec-head {
  text-align: left;
}
.bs-contact .contact-info .bs-sec .sec-head .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.bs-contact .contact-info .bs-sec .sec-cont .contact-off {
  width: 30%;
  float: left;
}
.bs-contact .contact-info .bs-sec .sec-cont .contact-off .icon-info {
  vertical-align: text-bottom;
  margin-bottom: 20px;
}
.bs-contact .contact-info .bs-sec .sec-cont .contact-off .icon-info .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.bs-contact .contact-info .bs-sec .sec-cont .contact-off .icon-info .icon.icon-call {
  background: url("../images/zH6Jyh3WYS22.svg") no-repeat 0px 0px transparent;
  background-size: cover;
}
.bs-contact .contact-info .bs-sec .sec-cont .contact-off .icon-info .icon.icon-fax {
  background: url("../images/gsL7MmpUvGRQ.svg") no-repeat 0px 0px transparent;
  background-size: cover;
}
.bs-contact .contact-info .bs-sec .sec-cont .contact-off .text {
  vertical-align: middle;
  margin-left: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #a3a3a7;
}
.bs-contact .contact-info .bs-sec .sec-cont .specif-info {
  float: left;
  width: 70%;
}
.bs-contact .contact-info .bs-sec .sec-cont .specif-info .list-item {
  width: 50%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.bs-contact .contact-info .bs-sec .sec-cont .specif-info .list-item .mod-title-desc .title {
  margin-bottom: 10px;
  color: #b0b9ca;
  font-weight: 400;
}
.bs-contact .contact-info .bs-sec .sec-cont .specif-info .list-item .mod-title-desc .desc .email-link {
  color: #35343d;
}

@media screen and (max-width: 768px) {
  .bs-contact {
    padding: 20px 10px;
  }
  .bs-contact .contact-head {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bs-contact .contact-head .title {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  .bs-contact .contact-info .bs-sec {
    padding: 20px 0px;
  }
  .bs-contact .contact-info .bs-sec .sec-head .title {
    text-align: center;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .contact-off {
    width: 100%;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .contact-off .icon-info {
    width: 50%;
    float: left;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .contact-off .icon-info .icon {
    width: 15px;
    height: 15px;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .contact-off .text {
    margin-left: 0px;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .specif-info {
    width: 100%;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .specif-info .list-item {
    word-break: break-word;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .specif-info .list-item .mod-title-desc .title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
  }
  .bs-contact .contact-info .bs-sec .sec-cont .specif-info .list-item .mod-title-desc .desc .email-link {
    font-size: 11px;
    line-height: 13px;
  }
}
.bs-dropdown .dropdown-menu {
  display: none;
  margin-top: 5px;
  width: 222px;
  -webkit-box-shadow: 0px 0px 8px -1px #fcf2fc;
  -moz-box-shadow: 0px 0px 8px -1px #fcf2fc;
  box-shadow: 0px 0px 8px -1px #fcf2fc;
  position: absolute;
  background: white;
  top: 37px;
  left: 0;
  border: 1px solid #edf5f4;
  height: 140px;
  overflow-y: auto;
}
.bs-dropdown .dropdown-menu li {
  border-bottom: 1px solid #e0dfdf;
  padding: 15px 10px;
  cursor: pointer;
}
.bs-dropdown .dropdown-menu li:last-child {
  border: none;
}
.bs-dropdown .dropdown-menu li a {
  text-transform: uppercase;
}
.bs-dropdown .dropdown {
  margin-bottom: 25px;
  position: relative;
}
.bs-dropdown .btn.btn-primary {
  min-width: auto;
  text-align: left;
  margin: 0px;
  padding: 10px 20px;
  width: 222px;
  background: transparent;
  color: #00ca9d;
  border-radius: 10px;
  border: 1px solid #00ca9d;
  position: relative;
}
.bs-dropdown .btn.btn-primary .icon.icon-down {
  width: 16px;
  height: 16px;
  background: url(../images/uh0WjTZmgOVF.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.bs-dropdown .btn .value {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #00ca9d;
}

@media screen and (max-width: 768px) {
  .bs-dropdown .dropdown {
    margin-bottom: 10px;
  }
  .bs-dropdown .btn.btn-primary {
    width: 100%;
  }
  .bs-dropdown .dropdown-menu {
    width: 100%;
  }
}
/* modules */
.mod-menu ul .menu-list {
  margin: 0 14px;
}
.mod-menu ul .menu-list a {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #5f5d70;
  line-height: 20px;
  padding: 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .mod-menu ul .menu-list {
    margin: 0 14px;
  }
  .mod-menu ul .menu-list a {
    font-size: 20px;
  }
}
.mod-banner .banner-title {
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 15px;
}
.mod-banner .banner-title .cm-bold {
  font-weight: 700;
}
.mod-banner .key-list .list-item {
  color: #716f81;
  font-size: 16px;
  margin-bottom: 15px;
}
.mod-banner .btn {
  margin: 30px 0 0 0;
}
.mod-banner .action-wrapper {
  margin-top: 30px;
}
.mod-banner .action-wrapper .btn {
  margin: 0 5px;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 20px;
  width: 350px;
  border: none;
  text-align: left;
  position: relative;
}
.mod-banner .action-wrapper .btn .text {
  margin-right: 10px;
}
.mod-banner .action-wrapper .btn .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.mod-banner .action-wrapper .btn .icon.icon-playstore {
  background: url("../images/h9qrvW1Bsiy0.svg") no-repeat 0px 0px transparent;
  background-size: contain;
  right: 50px;
}
.mod-banner .action-wrapper .btn .icon.icon-appstore {
  background: url("../images/vcrxcAmvrktd.svg") no-repeat 0px 0px transparent;
  background-size: contain;
}
.mod-banner .action-wrapper .btn.typ-emp {
  background: #008C97;
}
.mod-banner .meta-txt {
  font-size: 20px;
  display: block;
  color: #716f81;
  text-align: center;
  margin-top: 32px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mod-banner .banner-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .mod-banner .key-list .list-item {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .mod-banner .img-wrap {
    margin: 30px 0 50px 0;
  }
  .mod-banner .img-wrap img {
    width: 100%;
    display: block;
  }
  .mod-banner .btn {
    margin: 20px 0 0 0;
  }
  .mod-banner .meta-txt {
    font-size: 13px;
    margin-top: 0;
  }
}
.text {
  margin-right: 10px;
}

.mod-job-opening .job-title {
  font-size: 36px;
  line-height: 44px;
  color: #5f5d70;
}
.mod-job-opening .job-title .qn-text {
  font-size: 15px;
  color: #00b19b;
  display: block;
  margin-bottom: 17px;
}
.mod-job-opening .desc {
  width: 340px;
  margin-top: 22px;
}
.mod-job-opening .img-wrap img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .mod-job-opening .job-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .mod-job-opening .job-title .qn-text {
    margin-bottom: 10px;
    line-height: 10px;
  }
  .mod-job-opening .job-title .cm-line-break {
    display: inline;
  }
  .mod-job-opening .desc {
    width: auto;
    margin: 20px 0 30px 0;
  }
  .mod-job-opening .img-wrap {
    margin: 30px 0 0 0;
  }
  .mod-job-opening .img-wrap img {
    width: 100%;
    display: block;
  }
}
.mod-employer .employer-title {
  font-size: 36px;
  color: #ffffff;
}
.mod-employer .employer-title .qn-text {
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin-bottom: 17px;
}
.mod-employer .employer-title .cm-line-break {
  margin-top: 6px;
}
.mod-employer .desc {
  width: 340px;
  margin-top: 22px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .mod-employer .employer-title {
    font-size: 28px;
    line-height: 40px;
  }
  .mod-employer .employer-title .qn-text {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 10px;
  }
  .mod-employer .employer-title .cm-line-break {
    display: inline;
  }
  .mod-employer .desc {
    width: auto;
    margin-top: 20px;
  }
  .mod-employer .img-wrap img {
    width: 100%;
    display: block;
  }
}
.mod-howit-works .video-wrap {
  margin: 0 auto;
}
.mod-howit-works .img-wrap img {
  display: block;
  width: 100%;
}
.mod-howit-works .btn {
  margin: 44px auto 0;
}

@media screen and (max-width: 768px) {
  .mod-howit-works .btn {
    margin: 20px auto 0;
  }
}
.mod-stats-info .list-wrap .list-item {
  padding-right: 15px;
  box-sizing: border-box;
}
.mod-stats-info .list-wrap .list-item img {
  width: 100%;
  display: block;
}
.mod-stats-info .action-wrapper {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.mod-future-access .desc {
  font-size: 24px;
  line-height: 30px;
  color: #5f5d70;
}

@media screen and (max-width: 768px) {
  .mod-future-access .desc {
    font-size: 13px;
    line-height: 18px;
  }
}
.mod-title-desc .title {
  font-size: 14px;
  line-height: 16px;
  font-family: Montserrat;
  font-weight: 700;
  color: #00ca9d;
  margin-bottom: 35px;
}
.mod-title-desc .desc {
  padding-right: 30px;
}
.mod-title-desc .desc p {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
}
.mod-title-desc .desc .numBullet {
  margin-left: 18px;
  list-style: decimal;
  list-style-type: decimal;
}
.mod-title-desc .desc .numBullet li {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
  list-style: decimal;
  list-style-type: decimal;
}
.mod-title-desc .desc .numBullet h3 {
  font-size: 14px;
  line-height: 16px;
  font-family: Montserrat;
  font-weight: 700;
  color: #00ca9d;
  margin-bottom: 35px;
}
.mod-title-desc .desc .numBullet .alphaBullet {
  list-style-type: lower-alpha;
  margin-left: 13px;
}
.mod-title-desc .desc .numBullet .alphaBullet li {
  font-weight: normal;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .mod-title-desc .title {
    margin-bottom: 15px;
  }
  .mod-title-desc .desc {
    padding: 0px;
  }
  .mod-title-desc .desc p {
    margin-bottom: 10px;
  }
  .mod-title-desc .desc .numBullet {
    margin-left: 10px;
  }
  .mod-title-desc .desc .numBullet h3 {
    margin-bottom: 15px;
  }
}
.mod-icon-text {
  border: 1px solid #e2e2e2;
  position: relative;
}
.mod-icon-text .text {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 20px 5px 10px;
  color: #00ca9d;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}
.mod-icon-text .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-icon-text .icon.icon-close {
  background: url("../img/close.png") no-repeat 0px 0px transparent;
  width: 6px;
  height: 6px;
  background-size: cover;
  color: #00ca9d;
}
.mod-icon-text:hover {
  border: 1px solid #00ca9d;
}
.mod-icon-text.active {
  background: #00ca9d;
}
.mod-icon-text.active .text {
  color: #ffffff;
}
.mod-icon-text.active .icon.icon-close {
  background: url("../images/HyJonqBImzdB.svg") no-repeat 0px 0px transparent;
  background-size: cover;
}

/* layout */
.lyt-header {
  float: left;
  width: 100%;
  padding: 25px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
}
.lyt-header.typ-fixed {
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 0;
}
.lyt-header .left-cont {
  width: 94px;
  float: left;
}
.lyt-header .right-cont {
  width: 886px;
  float: right;
}
.lyt-header .right-cont &gt; .btn {
  float: left;
  min-width: 180px;
  padding: 6px;
  margin-left: 25px;
}
.lyt-header .logo-wrap {
  width: 94px;
  float: left;
}
.lyt-header .logo-wrap img {
  width: 100%;
  display: block;
}
.lyt-header .mod-menu {
  float: left;
  padding: 4px 0;
}
.lyt-header .mod-menu .menu-list {
  float: left;
  position: relative;
}
.lyt-header .mod-menu .menu-list.active:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00ca9d;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}
.lyt-header .menu-btn {
  position: absolute;
  right: 15px;
  top: 13px;
}
.lyt-header .menu-btn span {
  background: #716f81;
  width: 26px;
  height: 2px;
  display: block;
  margin: 6px 0;
}
.lyt-header .menu-btn.active span:nth-child(odd) {
  transition: all 0.3s ease-in 0.5s;
  transform: rotate(45deg);
  position: relative;
  top: 11px;
}
.lyt-header .menu-btn.active span:nth-child(2) {
  display: none;
}
.lyt-header .menu-btn.active span:nth-child(3) {
  transform: rotate(135deg);
  top: 3px;
}
.lyt-header.typ-inner .right-cont {
  width: 500px;
  float: right;
}

@media screen and (max-width: 768px) {
  .lyt-header {
    padding: 15px;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.07);
  }
  .lyt-header .left-cont {
    width: 70px;
    float: none;
  }
  .lyt-header .right-cont {
    width: auto;
    float: none;
  }
  .lyt-header .logo-wrap {
    width: 70px;
  }
  .lyt-header .mod-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    padding: 0px 15px;
    border-top: 1px solid #cbe3fa;
  }
  .lyt-header .mod-menu .menu-list {
    float: none;
    display: block;
    padding: 28px 0;
    border-bottom: 1px solid #cbe3fa;
  }
  .lyt-header .mod-menu .menu-list:last-child {
    border: 0;
  }
  .lyt-header .mod-menu.active {
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
  }
  .lyt-header.typ-fixed {
    padding: 15px;
  }
}
.lyt-banner {
  position: relative;
  z-index: 3;
}
.lyt-banner .cm-container {
  position: relative;
}
.lyt-banner .cm-container .mod-banner {
  min-height: 700px;
}
.lyt-banner .cm-container .mod-banner .content-wrap {
  position: absolute;
  top: 100px;
}
@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes moveUp {
  0% {
    -o-transform: translateY(20px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@-ms-keyframes moveUp {
  0% {
    -ms-transform: translateY(20px);
  }
  100% {
    -ms-transform: translateY(0px);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.lyt-banner .cm-container .mod-banner .content-wrap .anim-text-cont .moveUpTitle {
  -webkit-animation: moveUp 1s ease-in-out both;
  -moz-animation: moveUp 1s ease-in-out both;
  -o-animation: moveUp 1s ease-in-out both;
  -ms-animation: moveUp 1s ease-in-out both;
  animation: moveUp 1s ease-in-out both;
  animation-name: moveUp;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: initial;
  animation-iteration-count: initial;
  animation-direction: initial;
  animation-fill-mode: both;
  animation-play-state: initial;
}
@-webkit-keyframes effectFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes effectFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes effectFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes effectFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effectFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lyt-banner .cm-container .mod-banner .content-wrap .effectFadeIn {
  -webkit-animation: effectFadeIn 0.5s linear 0.8s both;
  -moz-animation: effectFadeIn 0.5s linear 0.8s both;
  -o-animation: effectFadeIn 0.5s linear 0.8s both;
  -ms-animation: effectFadeIn 0.5s linear 0.8s both;
  animation: effectFadeIn 0.5s linear 0.8s both;
  animation-name: effectFadeIn;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: initial;
  animation-direction: initial;
  animation-fill-mode: both;
  animation-play-state: initial;
}
.lyt-banner .cm-container .mod-banner hr {
  width: 100%;
  height: 2px;
  background: #cbe3fa;
  border: 0;
}
.lyt-banner .cm-container .mod-banner .img-wrap {
  position: absolute;
  top: 47px;
  right: 0;
  width: 576px;
}
.lyt-banner .cm-container .mod-banner .img-wrap img {
  width: 100%;
  display: block;
}
.lyt-banner .cm-container .mod-banner .img-wrap img.phone {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.lyt-banner .cm-container .mod-banner .img-wrap img.phone.phone1 {
  width: 240px;
  right: 335px;
  z-index: 1;
  top: 5px;
  box-shadow: none;
}
.lyt-banner .cm-container .mod-banner .img-wrap img.phone.phone2 {
  width: 220px;
  z-index: 1;
  right: 196px;
  top: 54px;
}
.lyt-banner .cm-container .mod-banner .img-wrap img.phone.phone3 {
  width: 225px;
  z-index: 3;
  right: 0;
  top: 50px;
}
.lyt-banner .cm-container .mod-banner .btm-cont-wrap {
  padding-top: 625px;
}
.lyt-banner &gt; hr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
}

@media screen and (max-width: 768px) {
  .lyt-banner {
    padding: 15px 15px 0;
  }
  .lyt-banner .cm-container .mod-banner {
    min-height: 0;
  }
  .lyt-banner .cm-container .mod-banner .content-wrap {
    position: initial;
    top: auto;
  }
  .lyt-banner .cm-container .mod-banner hr {
    margin: 15px 0;
  }
  .lyt-banner .cm-container .mod-banner .img-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 345px;
    min-height: 300px;
  }
  .lyt-banner .cm-container .mod-banner .img-wrap img {
    width: 100%;
    display: block;
  }
  .lyt-banner .cm-container .mod-banner .img-wrap img.phone {
    width: auto;
    margin: 0 auto;
    position: absolute;
    right: auto;
    top: auto;
  }
  .lyt-banner .cm-container .mod-banner .img-wrap img.phone.phone1 {
    width: 42%;
    right: auto;
    left: 0;
    z-index: 1;
    top: 0;
  }
  .lyt-banner .cm-container .mod-banner .img-wrap img.phone.phone2 {
    width: 34%;
    z-index: 1;
    right: auto;
    top: 42px;
    left: 105px;
  }
  .lyt-banner .cm-container .mod-banner .img-wrap img.phone.phone3 {
    width: 36%;
    z-index: 3;
    right: auto;
    top: 36px;
    left: 206px;
  }
  .lyt-banner .cm-container .mod-banner .btm-cont-wrap {
    padding-top: 0;
  }
  .lyt-banner &gt; hr {
    bottom: 20px;
  }
}
.lyt-job-opening {
  position: relative;
  z-index: 3;
}
.lyt-job-opening .mod-job-opening {
  position: relative;
  padding-right: 40%;
  box-sizing: border-box;
}
.lyt-job-opening .mod-job-opening .content-wrap .job-title {
  margin-top: 70px;
}
.lyt-job-opening .mod-job-opening .img-wrap {
  position: absolute;
  right: 42px;
  top: 52px;
  width: 460px;
  height: 391px;
}
.lyt-job-opening .mod-job-opening .img-wrap img.skills {
  width: 283px;
  position: absolute;
  top: 30px;
  right: 164px;
}
.lyt-job-opening .mod-job-opening .img-wrap img.geoFencing {
  width: 187px;
  position: absolute;
  top: 0px;
  right: 80px;
}
.lyt-job-opening .mod-job-opening .img-wrap img.analytics {
  width: 203px;
  position: absolute;
  top: 124px;
  right: 38px;
}
.lyt-job-opening .bs-grid .grid-item.typ-reverse {
  padding: 85px 0;
}
.lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening {
  padding: 80px 0;
  padding-left: calc(50% + 60px);
}
.lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening .img-wrap {
  position: absolute;
  right: auto;
  left: 60px;
  top: 130px;
  width: 500px;
}
.lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening .img-wrap img {
  width: 350px;
  position: absolute;
  left: 0;
  top: -62px;
  z-index: 2;
}
.lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening .img-wrap img.img2 {
  width: 430px;
  right: 0;
  left: auto;
  z-index: 1;
  top: -75px;
}

@media screen and (max-width: 768px) {
  .lyt-job-opening .mod-job-opening {
    padding: 0 0 290px 0;
  }
  .lyt-job-opening .mod-job-opening .job-title {
    margin-top: 0;
  }
  .lyt-job-opening .mod-job-opening .img-wrap {
    position: absolute;
    right: 0;
    top: 300px;
    width: 345px;
    left: 0;
    height: auto;
  }
  .lyt-job-opening .mod-job-opening .img-wrap img.skills {
    width: 220px;
    top: 65px;
    right: auto;
    left: 0;
  }
  .lyt-job-opening .mod-job-opening .img-wrap img.geoFencing {
    width: 150px;
    top: 40px;
    right: auto;
    left: 145px;
  }
  .lyt-job-opening .mod-job-opening .img-wrap img.analytics {
    width: 170px;
    top: 155px;
    right: auto;
    left: 140px;
  }
  .lyt-job-opening .bs-grid .grid-item.typ-reverse {
    padding: 0;
  }
  .lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening {
    padding: 60px 0 270px 0;
  }
  .lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening .img-wrap {
    left: 0;
    top: auto;
    width: 290px;
    margin: 0 auto;
    right: 0;
  }
  .lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening .img-wrap img {
    width: 70%;
    top: 0;
  }
  .lyt-job-opening .bs-grid .grid-item.typ-reverse .mod-job-opening .img-wrap img.img2 {
    width: 80%;
    top: 0;
  }
}
.lyt-employer {
  position: relative;
  z-index: 3;
}
.lyt-employer .bg-features {
  background-image: linear-gradient(128deg, #004b91, #00ca9d);
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  right: 35px;
}
.lyt-employer .bs-sec {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.lyt-employer .cm-container {
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 fallback on horizontal gradient */
}
.lyt-employer .cm-container .mod-employer {
  position: relative;
  padding-right: 40%;
  box-sizing: border-box;
}
.lyt-employer .cm-container .mod-employer .img-wrap {
  position: absolute;
  right: -126px;
  top: -158px;
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer {
  padding: 202px 0 80px 0;
  padding-left: 50%;
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .desc {
  width: 430px;
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap {
  position: absolute;
  right: 30px;
  left: 0;
  bottom: -15px;
  width: 540px;
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img {
  width: 100%;
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img.jobPosting {
  width: 321px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 7px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img.jobPosting.typ1 {
  width: 382px;
  right: 95px;
  bottom: 45px;
  z-index: 3;
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img.jobPosting.typ2 {
  right: 0;
  bottom: 130px;
  z-index: 2;
}
.lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img.jobPosting.typ3 {
  right: 57px;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lyt-employer .bg-features {
    left: 0;
    right: 0;
  }
  .lyt-employer .cm-container {
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
  }
  .lyt-employer .cm-container .mod-employer {
    padding: 0;
  }
  .lyt-employer .cm-container .mod-employer .img-wrap {
    position: initial;
    right: auto;
    top: auto;
    margin: 30px 0 0px 0;
    padding-bottom: 50px;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer {
    padding: 0 0 330px 0;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .desc {
    width: auto;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap {
    position: initial;
    left: auto;
    top: auto;
    width: auto;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap {
    position: absolute;
    right: 0;
    left: 0;
    top: 280px;
    width: 330px;
    margin: 0 auto;
    border: 0;
    height: 292px;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img {
    width: 100%;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img.jobPosting.typ1 {
    width: 250px;
    right: auto;
    bottom: 90px;
    left: 15px;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img.jobPosting.typ2 {
    right: 5px;
    bottom: 155px;
    width: 200px;
  }
  .lyt-employer .cm-container .bs-grid .grid-item.typ-reverse .mod-employer .img-wrap img.jobPosting.typ3 {
    right: 40px;
    bottom: 60px;
    width: 200px;
  }
}
.lyt-howit-works {
  position: relative;
  z-index: 3;
}
.lyt-howit-works .mod-howit-works {
  position: relative;
}
.lyt-howit-works .mod-howit-works .video-wrap .img-wrap {
  width: 710px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.lyt-howit-works .mod-howit-works .video-wrap .img-wrap .icon-video {
  background: transparent url("../images/ls23JkVzavhQ.png") no-repeat 0 0;
  width: 92px;
  height: 102px;
  position: absolute;
  top: 258px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.lyt-howit-works .mod-howit-works .video-wrap iframe {
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
}
.lyt-howit-works .mod-howit-works .video-wrap .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 12px;
}
.lyt-howit-works .mod-howit-works &gt; .img-wrap {
  width: 431px;
  position: absolute;
  top: 77px;
  right: 4px;
}
.lyt-howit-works .mod-howit-works &gt; .img-wrap .views {
  width: 234px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: auto;
  right: 200px;
}
.lyt-howit-works .mod-howit-works &gt; .img-wrap .views.typ-monthly {
  width: 281px;
  position: absolute;
  top: 68px;
  right: 0;
  left: auto;
}
.lyt-howit-works .bs-sec {
  padding-bottom: 0;
}
.lyt-howit-works .bs-sec .sec-head {
  margin: 0;
}
.lyt-howit-works .bs-sec .sec-head .desc p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lyt-howit-works {
    padding: 0;
  }
  .lyt-howit-works .mod-howit-works .video-wrap .img-wrap {
    width: 330px;
  }
  .lyt-howit-works .mod-howit-works .video-wrap .img-wrap .icon-video {
    background: transparent url("../images/ls23JkVzavhQ.png") no-repeat 0 0;
    width: 92px;
    height: 102px;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 45px);
    text-align: center;
    transform: scale(0.6);
  }
  .lyt-howit-works .mod-howit-works &gt; .img-wrap {
    display: none;
  }
}
.lyt-work-process .mod-work-process .video-wrap .img-wrap {
  width: 574px;
}

.lyt-stats-info {
  position: relative;
  z-index: 3;
}
.lyt-stats-info .mod-stats-info .list-wrap .list-item {
  float: left;
  width: 33.33%;
}
.lyt-stats-info .mod-stats-info .list-wrap .list-item img {
  -webkit-box-shadow: 0px 15px 45px 0px #c1d8eb;
  -moz-box-shadow: 0px 15px 45px 0px #c1d8eb;
  box-shadow: 0px 15px 45px 0px #c1d8eb;
  border-radius: 7px;
}
.lyt-stats-info .bs-sec {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .lyt-stats-info .bs-sec {
    box-sizing: border-box;
  }
  .lyt-stats-info .mod-stats-info .list-wrap .list-item {
    float: none;
    width: 100%;
    margin: 15px 0;
    padding-right: 0;
  }
}
.lyt-future-access {
  position: relative;
  z-index: 3;
  border-top: 2px solid #cbe3fa;
  border-bottom: 2px solid #cbe3fa;
}
.lyt-future-access .bs-sec {
  display: inline-block;
  width: 100%;
}
.lyt-future-access .mod-future-access .desc {
  float: left;
  position: relative;
}
.lyt-future-access .mod-future-access .action-wrapper {
  position: relative;
  float: right;
  margin-top: 18px;
}
.lyt-future-access .mod-future-access .action-wrapper .btn {
  float: left;
  margin-right: 10px;
}
.lyt-future-access .mod-future-access .action-wrapper .btn:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lyt-future-access {
    padding: 30px 15px;
  }
  .lyt-future-access .mod-future-access .desc {
    float: none;
  }
  .lyt-future-access .mod-future-access .action-wrapper {
    float: none;
    margin-top: 20px;
  }
}
.lyt-footer {
  padding-top: 60px;
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
}
.lyt-footer .cm-container {
  overflow: hidden;
}
.lyt-footer .copyright {
  padding: 11px 0;
  background-color: #e6effa;
  font-size: 12px;
  color: #2a4560;
  text-align: center;
  clear: both;
  margin-top: 55px;
}
.lyt-footer .bs-grid .grid-col1,
.lyt-footer .bs-grid .grid-col2 {
  float: left;
}
.lyt-footer .bs-grid .grid-col1 {
  width: 200px;
}
.lyt-footer .bs-grid .grid-col2 {
  width: 500px;
}
.lyt-footer .bs-grid .grid-col3 {
  float: right;
  width: 230px;
}
.lyt-footer .address-info {
  font-size: 16px;
  text-align: right;
  color: #b0b9ca;
  padding-right: 36px;
  position: relative;
}
.lyt-footer .address-info .icon-map {
  position: absolute;
  top: 2px;
  right: 0;
}
.lyt-footer .social-links {
  float: right;
  margin-top: 66px;
}
.lyt-footer .social-links .link-list {
  float: left;
  margin-right: 18px;
}
.lyt-footer .social-links .link-list:last-child {
  margin: 0;
}
.lyt-footer .social-links .link-list a {
  text-indent: -9999px;
  display: block;
}
.lyt-footer .primary-menu,
.lyt-footer .secondary-menu {
  float: left;
  margin-right: 50px;
}
.lyt-footer .primary-menu .nav-list,
.lyt-footer .secondary-menu .nav-list {
  margin-bottom: 15px;
  display: block;
}
.lyt-footer .primary-menu .nav-list a,
.lyt-footer .secondary-menu .nav-list a {
  color: #7887a7;
  font-size: 16px;
  padding: 5px;
}
.lyt-footer .secondary-menu {
  margin-right: 0;
}
.lyt-footer .secondary-menu .nav-list a {
  color: #b0b9ca;
  font-size: 16px;
  padding: 5px;
}
.lyt-footer .logo-wrap {
  width: 60px;
  float: left;
}
.lyt-footer .logo-wrap img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .lyt-footer {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .lyt-footer .copyright {
    padding: 8px 0;
    margin: 40px -15px 0 -15px;
  }
  .lyt-footer .bs-grid .grid-col1,
.lyt-footer .bs-grid .grid-col2,
.lyt-footer .bs-grid .grid-col3 {
    float: none;
    width: auto;
    margin: 30px 0;
  }
  .lyt-footer .address-info {
    font-size: 13px;
    text-align: left;
    width: 180px;
  }
  .lyt-footer .address-info .icon-map {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .lyt-footer .social-links {
    float: left;
    margin-top: 30px;
  }
  .lyt-footer .primary-menu,
.lyt-footer .secondary-menu {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lyt-footer .primary-menu .nav-list,
.lyt-footer .secondary-menu .nav-list {
    margin-bottom: 10px;
  }
  .lyt-footer .primary-menu .nav-list a,
.lyt-footer .secondary-menu .nav-list a {
    font-size: 13px;
  }
  .lyt-footer .secondary-menu .nav-list a {
    font-size: 13px;
  }
  .lyt-footer .logo-wrap {
    float: none;
  }
}
.lyt-content {
  padding-top: 84px;
}
.lyt-content.typ-support {
  border-bottom: 1px solid #ece8e8;
}

@media screen and (max-width: 768px) {
  .lyt-content {
    padding-top: 50px;
  }
}
.lyt-terms {
  position: relative;
  z-index: 3;
  padding: 45px 0px;
}

@media screen and (max-width: 768px) {
  .lyt-terms {
    padding: 30px 15px;
  }
}
/* plugin-override */

/*# sourceMappingURL=custom.css.map */
</pre></body></html>