@charset "UTF-8";
/*
        @Project : PSPRO
        @Desc : HTML, CSS, jQuery Project
        @type : Marketing
        @Author : Digital Salt
        @Date : 12142021054514;
      */
/* config include */
/* colors */
/*font family*/
/* breakpoints */
/*asif*/
/*asif end*/
/* reset files */
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0.85em 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: none; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 10px; }

body {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  font-size: 1.6rem;
  overflow-x: hidden !important;
  width: 100%;
  color: #5e656c;
  line-height: 2.6rem; }

img {
  width: 100%; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a:hover {
  text-decoration: none;
  color: #ff5f63; }

.main {
  width: 100%;
  overflow-x: hidden; }

.container {
  max-width: 117rem;
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.cm-line-break {
  display: block; }

.cm-bg-pink {
  background-color: #f1e5dd; }

.cm-bg-fairpink {
  background-color: #f2e6df; }

.cm-bg-light-pink {
  background-color: #ff6064; }

.cm-bg-light-cyan {
  background-color: #E3F6FC; }

.cm-bg-green {
  background-color: #f1f9f8; }

.cm-bg-yellow {
  background-color: #ffc533; }

.cm-bg-gradient {
  background-image: radial-gradient(circle, #8f005e, #a60457, #ba174f, #cb2d44, #d74337); }

.cm-typ-green {
  color: #4bb549 !important; }

.cm-typ-blue {
  color: #248aca !important; }

.cm-typ-red {
  color: #eb1d23 !important; }

.cm-typ-yellow {
  color: #fbbf0f !important; }

.cm-typ-white {
  color: #ffffff !important; }

.set-bg {
  background-size: cover; }
  .set-bg .fetch-img-src {
    display: none; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.2s ease-in-out; }
  .overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 20; }

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .container {
    width: auto;
    padding: 0 2.5rem; } }
.bs-header {
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  position: fixed;
  background-color: #f1e5dd; }
  .bs-header .header-inner {
    width: 117rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8rem; }
  .bs-header .logo-wrap {
    max-width: 21rem;
    cursor: pointer;
    transition: opacity .4s ease-in-out;
    display: flex;
    align-items: center;
    height: 100%; }
  .bs-header .nav-btn {
    display: none; }
  .bs-header.sticky-header {
    display: flex;
    align-items: center;
    height: 8.5rem;
    background: #ffffff;
    padding: 1rem 0;
    border-bottom-width: 0;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1); }
    .bs-header.sticky-header .logo-wrap {
      max-width: 21rem; }
    .bs-header.sticky-header .sub-menu-wrap {
      padding-top: 1rem; }

.typ-solid .bs-header {
  background-color: #ffffff;
  border-bottom: 1px solid #d7cdc5; }

@media only screen and (max-width: 1200px) {
  .bs-header .header-inner {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .bs-header .nav-btn {
    position: absolute;
    display: block;
    right: 0;
    padding: 0 3rem;
    font-size: 22px; }
  .bs-header .btn-hambuger {
    color: #ff5f63; }
  .bs-header .sub-menu-wrap {
    padding-top: 0; } }
.bs-nav {
  display: flex;
  align-items: center; }
  .bs-nav .nav-list {
    font-size: 1.5rem;
    line-height: 3.5rem;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center; }
  .bs-nav .nav-item {
    margin-right: 3rem;
    padding: 2rem 0;
    transition: all 0.3s ease;
    position: relative; }

@media screen and (max-width: 767px) {
  .bs-nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: #F8F8F8;
    width: 100%;
    height: 100vh; }
    .bs-nav .nav-list {
      flex-direction: column;
      position: fixed;
      left: 0;
      top: 8rem;
      width: 100%;
      display: block;
      color: #03363d; }
    .bs-nav .nav-item {
      margin-right: 0;
      padding: 1rem 0 0 2rem; }
    .bs-nav .btn-close {
      font-size: 3rem;
      padding-top: 3rem; } }
.bs-sub-menu {
  position: relative; }
  .bs-sub-menu:hover .sub-menu-wrap {
    display: block; }
    .bs-sub-menu:hover .sub-menu-wrap .sub-menu-item .link:hover {
      color: #000000; }
  .bs-sub-menu .nav-link:after {
    content: ' ▾';
    color: #000000; }
  .bs-sub-menu .sub-menu-wrap {
    display: none;
    width: 20rem;
    position: absolute;
    z-index: 1;
    padding-top: 2rem;
    left: 0; }
    .bs-sub-menu .sub-menu-wrap .sub-menu-list {
      box-shadow: rgba(67, 90, 111, 0.42) 0px 0px 1.5px, rgba(67, 90, 111, 0.3) 0px 2px 4px -2px;
      border-radius: 8px;
      text-align: left;
      background: #ffffff;
      padding: 1rem 2rem; }
    .bs-sub-menu .sub-menu-wrap .sub-menu-item {
      padding-bottom: 0.6rem; }
      .bs-sub-menu .sub-menu-wrap .sub-menu-item .link {
        color: #000000;
        position: relative;
        display: inline-block;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out; }
        .bs-sub-menu .sub-menu-wrap .sub-menu-item .link:hover {
          color: #000000; }
          .bs-sub-menu .sub-menu-wrap .sub-menu-item .link:hover:before {
            width: 100%;
            left: 0;
            right: auto; }
        .bs-sub-menu .sub-menu-wrap .sub-menu-item .link:before {
          content: '';
          width: 0;
          height: 2px;
          bottom: 3px;
          position: absolute;
          left: auto;
          right: 0;
          -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          background: #000000; }

@media screen and (max-width: 767px) {
  .bs-sub-menu .sub-menu-wrap {
    display: block;
    width: 100%;
    position: inherit;
    padding-top: 0; }
    .bs-sub-menu .sub-menu-wrap .sub-menu-list {
      box-shadow: unset;
      border-radius: 0;
      background-color: #F8F8F8;
      padding: 0; }
      .bs-sub-menu .sub-menu-wrap .sub-menu-list .sub-menu-item {
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
        padding: 0.5rem 4rem;
        font-size: 1.4rem;
        margin-left: -2rem; }
        .bs-sub-menu .sub-menu-wrap .sub-menu-list .sub-menu-item .link {
          color: #03363d; }
  .bs-sub-menu .nav-link:after {
    display: none; } }
.bs-btn.btn-default {
  color: #ffffff;
  border-color: transparent;
  background-color: #ff5f63;
  border-radius: 5px;
  padding: 1.2rem 3.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0.3rem 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
.bs-btn:hover {
  opacity: 0.8;
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px); }

.btn-link {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7rem;
  color: #ff5f63;
  padding: 0;
  position: relative;
  min-width: auto;
  margin: 0.3rem 0; }
  .btn-link:hover:before {
    width: 100%;
    left: 0;
    right: auto; }
  .btn-link:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #ff5f63; }

.bs-banner {
  margin-top: 7rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .bs-banner.typ-gift {
    padding-top: 12rem;
    background-image: url(../images/diwali-banner.jpg);
    background-position: center;
    background-size: cover; }
    .bs-banner.typ-gift .bs-infography {
      align-items: flex-end;
      justify-content: space-between; }
      .bs-banner.typ-gift .bs-infography .img-wrap {
        width: 30%; }
    .bs-banner.typ-gift.typ-onboand .bs-infography .pro-title {
      flex-wrap: wrap; }
      .bs-banner.typ-gift.typ-onboand .bs-infography .pro-title .title-wrap .title {
        color: #ffffff;
        padding-left: 0;
        line-height: 4rem;
        padding-bottom: 1.5rem; }
    .bs-banner.typ-gift.typ-onboand .bs-infography .info-wrap .sub-title {
      color: #ffc533;
      font-size: 3.6rem; }
    .bs-banner.typ-gift.typ-onboand .bs-infography .info-wrap .desc {
      color: #ffffff; }
    .bs-banner.typ-gift .bs-form .form-item {
      width: 100%; }
    .bs-banner.typ-gift .bs-form .form-control {
      opacity: 1;
      padding: 1rem;
      height: auto; }
    .bs-banner.typ-gift .bs-form .form-group {
      margin-bottom: 1.5rem; }
      .bs-banner.typ-gift .bs-form .form-group .error {
        color: #ffffff; }
    .bs-banner.typ-gift .bs-form .form-action {
      margin-top: 0;
      text-align: left; }
      .bs-banner.typ-gift .bs-form .form-action .send-btn {
        background: #ffc533;
        padding: 0.8rem 4rem; }
  .bs-banner.bgimg .sec-head, .bs-banner.book-banner .sec-head {
    text-align: center; }
    .bs-banner.bgimg .sec-head .title, .bs-banner.book-banner .sec-head .title {
      color: #222d38;
      font-size: 4.8rem;
      line-height: 5.8rem;
      font-weight: 600;
      padding-bottom: 1rem; }
    .bs-banner.bgimg .sec-head .sub-title, .bs-banner.book-banner .sec-head .sub-title {
      font-size: 2.8rem;
      font-weight: 600;
      line-height: 3.5rem;
      color: #000000;
      margin-bottom: 1rem; }
  .bs-banner.typ-about-banner {
    height: 535px;
    display: flex;
    align-items: center; }
    .bs-banner.typ-about-banner .sec-head .title {
      color: #ffffff; }
    .bs-banner.typ-about-banner .sec-head .desc {
      max-width: 700px;
      color: #ffffff; }
  .bs-banner.privacy-banner .sec-head .title {
    text-align: left;
    color: #222d38;
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 600;
    padding-bottom: 1rem; }
  .bs-banner .bs-infography {
    display: flex;
    align-items: center;
    margin: 0 -3.5rem; }
    .bs-banner .bs-infography .info-wrap {
      width: 50%;
      padding: 0 3.5rem; }
      .bs-banner .bs-infography .info-wrap .title {
        color: #222d38;
        font-size: 4.8rem;
        line-height: 5.8rem;
        font-weight: 600;
        padding-bottom: 1rem; }
      .bs-banner .bs-infography .info-wrap .sub-title {
        font-size: 2.8rem;
        font-weight: 600;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 1rem; }
        .bs-banner .bs-infography .info-wrap .sub-title .title-word {
          color: #3443a1; }
    .bs-banner .bs-infography .img-wrap {
      width: 50%;
      padding: 0 3.5rem; }
    .bs-banner .bs-infography .img-resize {
      max-width: 32%; }
  .bs-banner.solution-banner {
    background-color: #f1e5dd;
    background-image: linear-gradient(#f1e5dd, #ffffff); }
    .bs-banner.solution-banner .bs-infography .pro-title {
      display: flex;
      align-items: center; }
      .bs-banner.solution-banner .bs-infography .pro-title .img-wrap {
        width: auto;
        padding: 0; }
      .bs-banner.solution-banner .bs-infography .pro-title .title-wrap {
        padding-top: 1.5rem; }
        .bs-banner.solution-banner .bs-infography .pro-title .title-wrap .title {
          padding-left: 2rem;
          font-size: 3rem;
          font-weight: 500;
          line-height: 3.5rem; }
        .bs-banner.solution-banner .bs-infography .pro-title .title-wrap .cm-typ-title {
          font-size: 2.8rem; }
  .bs-banner.bgimg {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover; }
  .bs-banner.book-banner {
    padding: 2rem 0; }
    .bs-banner.book-banner .hr {
      border-bottom: 2px solid #000000;
      width: 50px;
      display: inline-block;
      position: relative;
      vertical-align: middle; }
  .bs-banner .footer .btn-link {
    margin-left: 2rem; }
  .bs-banner.typ-onboand .bs-infography .pro-title {
    display: flex;
    align-items: center; }
    .bs-banner.typ-onboand .bs-infography .pro-title .img-wrap {
      width: auto;
      padding: 0; }
    .bs-banner.typ-onboand .bs-infography .pro-title .title-wrap .title {
      padding-left: 2rem; }
  .bs-banner.typ-onboand .img-wrap {
    display: flex;
    padding-left: 0;
    padding-bottom: 1rem; }
    .bs-banner.typ-onboand .img-wrap .title {
      padding-left: 1rem; }

@media screen and (max-width: 767px) {
  .bs-banner {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 1rem; }
    .bs-banner.typ-gift {
      padding-top: 5rem; }
      .bs-banner.typ-gift .bs-infography {
        margin: 0; }
      .bs-banner.typ-gift.typ-onboand .bs-infography .pro-title {
        flex-wrap: wrap; }
        .bs-banner.typ-gift.typ-onboand .bs-infography .pro-title .title-wrap .title {
          padding-left: 0;
          font-size: 3rem; }
      .bs-banner.typ-gift.typ-onboand .bs-infography .info-wrap .sub-title {
        font-size: 2.8rem; }
      .bs-banner.typ-gift.typ-onboand .bs-infography .info-wrap .desc {
        font-size: 1.4rem;
        line-height: 2.2rem; }
      .bs-banner.typ-gift.typ-onboand .bs-infography .img-wrap {
        width: 100%; }
        .bs-banner.typ-gift.typ-onboand .bs-infography .img-wrap img {
          width: auto;
          margin: 0 auto; }
    .bs-banner .bs-infography {
      flex-direction: column; }
      .bs-banner .bs-infography .info-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 3rem; }
      .bs-banner .bs-infography .img-wrap {
        width: 100%; }
      .bs-banner .bs-infography .img-resize {
        max-width: 100%; }
    .bs-banner.typ-about-banner {
      margin-top: 7rem;
      height: auto; }
      .bs-banner.typ-about-banner .title {
        font-size: 3rem !important;
        line-height: 3.8rem !important; }
    .bs-banner.solution-banner .bs-infography {
      flex-direction: column-reverse; }
      .bs-banner.solution-banner .bs-infography .info-wrap .pro-title {
        flex-direction: column;
        padding: 2rem 0; }
        .bs-banner.solution-banner .bs-infography .info-wrap .pro-title .title-wrap .title {
          font-size: 3rem; }
      .bs-banner.solution-banner .bs-infography .info-wrap .sub-title {
        font-size: 2.3rem; }
    .bs-banner .footer .bs-btn {
      font-size: 1.5rem;
      padding: 1.2rem 2rem; }
    .bs-banner .footer .btn-link {
      margin-left: 1rem;
      font-size: 1.5rem; }
    .bs-banner.typ-onboand .bs-infography .img-wrap {
      padding: 0; }
    .bs-banner.typ-onboand .img-wrap .title {
      font-size: 3.8rem; }
    .bs-banner.typ-onboand .info-wrap .title {
      font-size: 3.8rem; }
    .bs-banner.typ-onboand .info-wrap .sub-title {
      font-size: 1.8rem;
      line-height: 2rem; } }
.bs-section {
  padding: 4rem 0; }
  .bs-section .head-margin {
    margin-bottom: 1.5rem; }
  .bs-section .sec-title {
    color: #000000;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    color: #000000;
    text-align: center; }
  .bs-section .sec-sub-title {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    color: #3d3838;
    text-align: center; }
  .bs-section .swiper {
    overflow-x: hidden; }
  .bs-section .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bs-section.typ-onboard-work .sec-head {
    margin-bottom: 7rem; }
  .bs-section.typ-onboard-work .bs-counter-card .count-text {
    padding-top: 5rem; }
  .bs-section .txt-center {
    text-align: center; }
  .bs-section .typ-team {
    max-width: 700px;
    margin: auto; }
  .bs-section.typ-team-bgimg {
    padding-bottom: 0; }
    .bs-section.typ-team-bgimg .full-width-bgimg img {
      display: block; }

@media screen and (max-width: 767px) {
  .bs-section.typ-onboard-work .bs-counter-card {
    margin-bottom: 5rem; } }
.bs-card {
  box-shadow: 0 20px 35px 10px rgba(105, 103, 103, 0.11);
  border-radius: 0.3rem;
  padding: 25px;
  background: #ffffff; }
  .bs-card .pro-head {
    display: flex;
    align-items: center; }
    .bs-card .pro-head .title-wrap {
      padding-top: 1.5rem; }
      .bs-card .pro-head .title-wrap .title {
        padding-left: 1rem;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 3rem; }

@media screen and (max-width: 576px) {
  .bs-card {
    text-align: center; }
    .bs-card .pro-head {
      flex-direction: column; } }
.bs-testimonials {
  min-height: 316px;
  padding: 4rem 6rem;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 2rem 2rem 3rem;
  box-shadow: 0 0 20px 0 rgba(47, 85, 212, 0.1); }
  .bs-testimonials .img-wrap {
    width: 15%;
    margin-right: 3rem; }
  .bs-testimonials .cont-wrap {
    width: 85%; }
    .bs-testimonials .cont-wrap .desc p {
      font-size: 1.8rem;
      line-height: 2.7rem;
      color: #5e656c; }
      .bs-testimonials .cont-wrap .desc p:before {
        content: open-quote;
        font-size: 6rem;
        line-height: .6rem;
        margin-right: 0.95rem;
        vertical-align: -2rem; }
      .bs-testimonials .cont-wrap .desc p:after {
        content: close-quote;
        font-size: 6rem;
        line-height: 0.6rem;
        margin-left: 0.9rem;
        vertical-align: -3.5rem; }
    .bs-testimonials .cont-wrap .testi-info {
      font-size: 1.6rem;
      font-weight: 700; }

@media screen and (max-width: 767px) {
  .bs-testimonials {
    flex-direction: column;
    padding: 2rem 2rem;
    margin: 5rem 0.2rem 3rem; }
    .bs-testimonials .img-wrap {
      width: auto;
      margin-right: 0; }
    .bs-testimonials .cont-wrap {
      width: 100%; } }
.bs-stories-card {
  box-shadow: 0 14px 21px 0 rgba(105, 103, 103, 0.11);
  background-color: #ffffff;
  border: 1px #EDEBEB solid; }
  .bs-stories-card .story-head {
    background: #ffffff;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17rem; }
    .bs-stories-card .story-head:hover {
      opacity: 0.5;
      transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out; }
    .bs-stories-card .story-head .img-wrap {
      width: 52%; }
  .bs-stories-card .story-cont {
    background: #F8F8F8;
    padding: 3rem;
    min-height: 26.4rem; }
    .bs-stories-card .story-cont .title {
      font-weight: 600;
      font-size: 2.3rem;
      color: #000000;
      line-height: 2.8rem; }
      .bs-stories-card .story-cont .title a:hover {
        color: #000000; }
    .bs-stories-card .story-cont .desc {
      padding-bottom: 1rem; }

.bs-counter-card {
  box-shadow: 0px 0px 50px 6px rgba(242, 230, 223, 0.15);
  padding: 2.5rem 0;
  background: #ffffff; }
  .bs-counter-card.typ-gift {
    padding: 2.5rem;
    height: 100%; }
    .bs-counter-card.typ-gift .mod-icon-text .circle {
      background: #ffc533;
      border: 0.5rem solid #ffffff; }
  .bs-counter-card .mod-icon-text .icon {
    display: block;
    font-size: 50px;
    font-weight: 900;
    color: #ff5f63;
    padding-bottom: 2rem; }
  .bs-counter-card .mod-icon-text .count-number {
    color: #000000; }
  .bs-counter-card .mod-icon-text .count-text {
    color: #5e656c; }

@media screen and (max-width: 767px) {
  .bs-counter-card {
    padding-bottom: 0; }
    .bs-counter-card.typ-gift {
      padding: 2.5rem;
      height: auto; } }
.bs-note {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .bs-note .title {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3rem; }
  .bs-note.typ-team-cta .title {
    font-size: 3rem;
    color: #000000; }
  .bs-note.typ-team-cta .desc {
    font-size: 1.6rem;
    margin-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .bs-note {
    text-align: center; } }
.bs-img-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -3.5rem; }
  .bs-img-desc.typ-reverse {
    flex-direction: row-reverse; }
  .bs-img-desc.typ-gift .bs-btn.btn-default {
    background-image: linear-gradient(to top, #8f005e, #a80257, #bc174d, #cd2e41, #d94632); }
  .bs-img-desc.typ-gift .right-side .info-title .title-wrap .title {
    font-weight: bold;
    color: #8f005e;
    padding-left: 0;
    margin-bottom: 1rem; }
  .bs-img-desc.typ-gift .right-side .desc {
    color: #000000; }
  .bs-img-desc .left-side {
    width: 50%;
    padding: 0 3.5rem; }
    .bs-img-desc .left-side.typ-reverse {
      display: flex;
      flex-direction: column-reverse; }
    .bs-img-desc .left-side .img-wrap {
      position: relative;
      width: 100%;
      margin: 0 auto; }
  .bs-img-desc .right-side {
    width: 50%;
    padding: 0 3.5rem; }
    .bs-img-desc .right-side .info-title {
      display: flex;
      align-items: center; }
      .bs-img-desc .right-side .info-title .img-wrap {
        width: auto;
        padding: 0; }
      .bs-img-desc .right-side .info-title .title-wrap {
        padding-top: 1.5rem; }
        .bs-img-desc .right-side .info-title .title-wrap .title {
          font-size: 3rem;
          font-weight: 400;
          padding-left: 1.5rem;
          padding-top: 0.8rem;
          line-height: 3rem; }
    .bs-img-desc .right-side .footer .btn-link {
      display: inline-block;
      padding: 1.2rem 1.6rem 1rem;
      margin-left: 1rem;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 2.8rem;
      color: #ff5f63;
      transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out; }
      .bs-img-desc .right-side .footer .btn-link:hover {
        opacity: 0.9;
        box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px); }
        .bs-img-desc .right-side .footer .btn-link:hover:before {
          width: 0; }
      .bs-img-desc .right-side .footer .btn-link:before {
        width: 0; }

@keyframes anim-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(251, 163, 1, 0.1), 0 0 0 10px rgba(251, 163, 1, 0.1), 0 0 0 30px rgba(251, 163, 1, 0.1); }
  100% {
    box-shadow: 0 0 0 10px rgba(251, 163, 1, 0.1), 0 0 0 30px rgba(251, 163, 1, 0.1), 0 0 0 50px rgba(251, 163, 1, 0.1); } }
@media screen and (max-width: 767px) {
  .bs-img-desc {
    flex-direction: column; }
    .bs-img-desc.typ-reverse {
      flex-direction: column; }
    .bs-img-desc .left-side {
      width: 100%; }
      .bs-img-desc .left-side.typ-reverse {
        flex-direction: column; }
    .bs-img-desc .right-side {
      width: 100%;
      text-align: center; }
      .bs-img-desc .right-side .info-title {
        flex-direction: column; }
        .bs-img-desc .right-side .info-title .title-wrap {
          padding-top: 0; } }
.bs-test-card {
  padding: 3rem 4rem 4.5rem;
  border: 1px solid #f9f9f9;
  background: #ffffff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  color: #5e656c;
  margin: 1rem auto; }
  .bs-test-card .img-wrap {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12rem;
    padding: 1rem;
    overflow: hidden; }
    .bs-test-card .img-wrap img {
      object-fit: contain;
      height: 12rem;
      min-height: 12rem; }
  .bs-test-card .desc {
    font-size: 1.6rem;
    color: #5e656c;
    padding: 1rem 0;
    line-height: 2.7rem; }
  .bs-test-card .author {
    font-size: 1.4rem;
    color: #5e656c; }
    .bs-test-card .author .name {
      display: block;
      color: #ff5f63;
      font-size: 1.6rem;
      padding-bottom: 1rem; }

@media only screen and (max-width: 767px) {
  .bs-test-card .desc {
    text-align: center; }
  .bs-test-card .author {
    text-align: center; } }
.bs-footer {
  background: #f1e5dd;
  padding: 4rem 0 2rem;
  margin-top: 3rem; }
  .bs-footer .footer-top {
    display: flex;
    flex-flow: row wrap;
    margin: 0; }
    .bs-footer .footer-top .footer-col {
      padding: 0, 1.3rem; }
      .bs-footer .footer-top .footer-col:nth-child(1) {
        width: 25%; }
      .bs-footer .footer-top .footer-col:nth-child(2) {
        width: 22%; }
      .bs-footer .footer-top .footer-col:nth-child(3) {
        width: 22%; }
      .bs-footer .footer-top .footer-col:nth-child(4) {
        width: 30%; }
    .bs-footer .footer-top .title {
      font-size: 2rem;
      line-height: 2.8rem;
      font-weight: 500;
      color: #000000;
      margin-bottom: 1rem; }
  .bs-footer .mod-icon-text .icon {
    color: #ff5f63;
    font-size: 2rem;
    margin-right: 1rem; }
  .bs-footer .mod-icon-text .text {
    padding: 0.6rem 0;
    font-size: 1.7rem;
    line-height: 3rem;
    color: #5e656c; }
    .bs-footer .mod-icon-text .text.mail-text {
      color: #ff5f63;
      text-decoration: underline; }
  .bs-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d7cdc5;
    padding-top: 2rem;
    margin-top: 2rem; }
    .bs-footer .footer-bottom .logo-wrap {
      max-width: 20rem; }
    .bs-footer .footer-bottom .copyright {
      font-size: 1.6rem;
      color: #5e656c; }

@media only screen and (max-width: 991px) {
  .bs-footer .footer-top .footer-col:nth-child(1) {
    width: 50%; }
  .bs-footer .footer-top .footer-col:nth-child(2) {
    width: 50%; }
  .bs-footer .footer-top .footer-col:nth-child(3) {
    width: 50%; }
  .bs-footer .footer-top .footer-col:nth-child(4) {
    width: 50%; } }
@media only screen and (max-width: 576px) {
  .bs-footer {
    padding: 3rem 0; }
    .bs-footer .footer-top .footer-col {
      padding-bottom: 3rem; }
      .bs-footer .footer-top .footer-col:nth-child(1) {
        width: 100%; }
      .bs-footer .footer-top .footer-col:nth-child(2) {
        width: 100%; }
      .bs-footer .footer-top .footer-col:nth-child(3) {
        width: 100%; }
      .bs-footer .footer-top .footer-col:nth-child(3) {
        width: 100%; }
    .bs-footer .footer-bottom {
      flex-wrap: wrap; }
      .bs-footer .footer-bottom .copyright {
        text-align: center;
        padding-top: 2rem;
        width: 100%; } }
.bs-newsletter .label {
  font-size: 1.6rem;
  color: #5e656c;
  padding: 0.6rem 0 0;
  display: block; }
.bs-newsletter .error {
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #eb1d23; }
.bs-newsletter .input-group {
  display: flex;
  position: relative;
  margin-top: 3rem; }
  .bs-newsletter .input-group #email-error {
    position: absolute;
    bottom: -3.4rem; }
.bs-newsletter .form-wait {
  position: absolute;
  bottom: -3.4rem;
  display: none; }
.bs-newsletter .form-input-email {
  background: #ffffff;
  padding: 1.8rem 1rem;
  border-radius: 0.4rem;
  border: none;
  color: #5e656c;
  font-size: 1.5rem;
  width: 65%;
  outline: none; }
.bs-newsletter .btn {
  padding: 1.8rem 1rem;
  background: #ff5f63;
  border-radius: 0.4rem;
  color: #ffffff;
  font-size: 1.5rem;
  width: 35%; }

@media screen and (max-width: 767px) {
  .bs-newsletter .form-input-email {
    width: auto; }
  .bs-newsletter .btn {
    width: auto; } }
.bs-contact {
  display: flex; }
  .bs-contact .col-lhs {
    width: 57%; }
  .bs-contact .col-rhs {
    width: 43%;
    padding-left: 5rem; }
  .bs-contact .contact-head .contact-title {
    margin-bottom: 1rem;
    font-size: 3rem;
    color: #000000;
    line-height: 5rem;
    font-weight: 600; }
  .bs-contact .contact-head .contact-desc {
    margin: 1rem 0;
    font-size: 1.6rem;
    color: #5e656c;
    line-height: 2.4rem; }
  .bs-contact .contact-info .icon {
    color: #ff5f63;
    padding-right: 0.5rem; }
  .bs-contact .contact-info .info-title {
    color: #000000;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  .bs-contact .contact-info .contact-item {
    padding: 2rem 0 1rem; }
  .bs-contact .contact-info .link {
    font-size: 1.6rem;
    color: #5e656c; }

@media only screen and (max-width: 576px) {
  .bs-contact {
    flex-wrap: wrap; }
    .bs-contact .col-lhs {
      width: 100%; }
    .bs-contact .col-rhs {
      width: 100%;
      padding-left: 0rem;
      padding-top: 5rem; }
    .bs-contact .contact-head .contact-title {
      text-align: center; }
    .bs-contact .contact-head .contact-desc {
      text-align: center;
      margin-bottom: 3rem; }
    .bs-contact .contact-info .icon {
      display: block;
      font-size: 3rem;
      margin-bottom: 1.5rem;
      padding-right: 0; }
    .bs-contact .contact-info .info-title {
      color: #000000;
      font-size: 2.2rem;
      font-weight: 600;
      margin-bottom: 2rem; }
    .bs-contact .contact-info .contact-item {
      padding: 2rem 0 1rem;
      text-align: center; }
    .bs-contact .contact-info .link {
      font-size: 1.6rem;
      color: #5e656c; } }
.bs-casestudy-card {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
  padding: 2rem 4rem;
  background-color: #ffffff;
  border-radius: 1.5rem; }
  .bs-casestudy-card .img-wrap {
    width: 80%;
    margin: 0 auto; }
  .bs-casestudy-card .info-wrap .title {
    color: #ff5f63;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1rem; }
  .bs-casestudy-card .info-wrap .text-block {
    display: flex;
    align-items: center; }
    .bs-casestudy-card .info-wrap .text-block .img-wrap {
      width: 16%;
      margin: 0;
      padding-top: 1rem; }
    .bs-casestudy-card .info-wrap .text-block .text {
      padding-left: 2rem;
      width: 100%; }
      .bs-casestudy-card .info-wrap .text-block .text p {
        margin: 0; }
    .bs-casestudy-card .info-wrap .text-block .percentage {
      color: #3544BA;
      font-size: 2rem;
      font-weight: 600;
      line-height: 2rem; }

@media screen and (min-width: 1200px) {
  .bs-casestudy-card {
    position: absolute; } }
@media screen and (max-width: 767px) {
  .bs-casestudy-card {
    margin-top: 5rem;
    padding: 3rem;
    text-align: center; }
    .bs-casestudy-card .info-wrap .text-block {
      flex-direction: column; }
      .bs-casestudy-card .info-wrap .text-block .text {
        padding-left: 0; } }
.bs-form .form-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
.bs-form .form-error {
  color: #eb1d23; }
.bs-form .form-item {
  width: 50%;
  padding: 0 1.5rem; }
  .bs-form .form-item.full {
    width: 100%; }
.bs-form .form-wait {
  display: none;
  text-align: center;
  padding-top: 1rem; }
.bs-form .form-label {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  margin-bottom: 0.8rem; }
  .bs-form .form-label .mark {
    color: #ff5f63; }
.bs-form .form-group {
  margin-bottom: 2rem; }
  .bs-form .form-group .error {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #eb1d23; }
  .bs-form .form-group .select2-container {
    width: 100% !important; }
  .bs-form .form-group .select2-container .select2-selection--single {
    height: 4rem; }
  .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.6rem; }
  .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px; }
.bs-form .flex-group {
  display: flex;
  align-items: center;
  column-gap: 2rem; }
  .bs-form .flex-group select {
    margin-right: 8px; }
  .bs-form .flex-group .number-wrap {
    flex: 1; }
.bs-form .form-control {
  padding: 0.5rem 1rem;
  width: 100%;
  outline: none;
  border: 1px solid #5e656c;
  color: #000000;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  height: 4rem;
  background: #ffffff;
  opacity: 0.6; }
  .bs-form .form-control:focus {
    opacity: 1; }
  .bs-form .form-control.typ-textarea {
    height: auto; }
.bs-form .form-action {
  text-align: center;
  margin-top: 2rem; }
  .bs-form .form-action .send-btn {
    padding: 0.8rem 2.5rem;
    background-color: #ff5f63;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 2.8rem;
    border-radius: 0.5rem; }

@media only screen and (max-width: 576px) {
  .bs-form .form-item {
    width: 100%; }
  .bs-form .form-group {
    margin-bottom: 2.5rem; } }
.bs-case-info {
  display: flex;
  margin: 0 -4rem;
  position: relative; }
  .bs-case-info .left-side {
    width: 60%;
    padding: 0 4rem;
    margin-top: 10rem; }
    .bs-case-info .left-side .bullet {
      margin-left: 3rem; }
      .bs-case-info .left-side .bullet li {
        list-style-type: disc; }
    .bs-case-info .left-side .desc {
      font-size: 1.8rem;
      line-height: 3rem; }
      .bs-case-info .left-side .desc .quote-icon {
        color: #000000;
        font-size: 3rem; }
    .bs-case-info .left-side .title {
      color: #ff5f63;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 2.2rem;
      margin-top: 2.5rem; }
      .bs-case-info .left-side .title.lg-text {
        font-size: 3.6rem;
        line-height: 3.8rem; }
    .bs-case-info .left-side .sub-title {
      color: #000000;
      font-size: 1.8rem;
      line-height: 2.5rem;
      font-weight: 700;
      margin-top: 1rem; }
  .bs-case-info .right-side {
    width: 40%;
    padding: 0 4rem; }
    .bs-case-info .right-side.typ-center {
      margin-top: 10rem; }
  .bs-case-info .action-wrap {
    text-align: center; }

@media screen and (max-width: 767px) {
  .bs-case-info {
    flex-direction: column; }
    .bs-case-info .left-side {
      width: 100%; }
    .bs-case-info .right-side {
      width: 100%; }
      .bs-case-info .right-side.typ-center {
        margin-top: 0; } }
.jquery-modal.blocker {
  z-index: 25;
  overflow: hidden; }
.jquery-modal .modal {
  border-radius: 0;
  padding: 0; }
.jquery-modal #casestudy-form {
  box-shadow: unset; }
  .jquery-modal #casestudy-form.modal {
    height: unset; }
.jquery-modal .casestudy-modal {
  border: 1px none #000000;
  padding: 3.2rem 4.5rem;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23); }
  .jquery-modal .casestudy-modal .sec-head .title {
    color: #ff5f63;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem; }
.jquery-modal #casestudy-thank {
  max-width: 60rem; }
  .jquery-modal #casestudy-thank .sec-body {
    text-align: center; }
    .jquery-modal #casestudy-thank .sec-body .btn-default {
      margin-top: 3rem; }
.jquery-modal #thank-modal, .jquery-modal #modal-diwali-gift,
.jquery-modal #thank-newsletter-modal {
  text-align: center; }
  .jquery-modal #thank-modal .img-wrap, .jquery-modal #modal-diwali-gift .img-wrap,
  .jquery-modal #thank-newsletter-modal .img-wrap {
    width: 18%;
    margin: 0 auto; }
  .jquery-modal #thank-modal .title, .jquery-modal #modal-diwali-gift .title,
  .jquery-modal #thank-newsletter-modal .title {
    font-size: 3rem;
    margin: 1rem 0; }
.jquery-modal #video-popup {
  height: inherit; }

.modal {
  max-width: 1000px; }

#modal-diwali-gift {
  text-align: center;
  color: #ffffff; }
  #modal-diwali-gift.modal {
    max-width: 50rem; }

@media screen and (max-width: 767px) {
  .jquery-modal .modal {
    height: unset; }
  .jquery-modal #video-popup {
    height: auto; } }
#scroll-top-link {
  position: fixed;
  color: #ffffff;
  background: #ff5f63;
  border-radius: 100%;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4.2rem;
  left: 1.6rem;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  bottom: 10rem;
  z-index: 1030; }
  #scroll-top-link.scroll-top-btn {
    opacity: 1;
    visibility: visible; }

.bs-logo {
  margin: 0; }
  .bs-logo .item {
    width: 200px; }

.brand-logo .swiper-slide {
  display: block; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bs-logo-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -3rem; }
  .bs-logo-list .item {
    width: 20%;
    margin-bottom: 2rem;
    padding: 0 3rem; }
  .bs-logo-list .img-wrap {
    display: block; }

@media screen and (max-width: 767px) {
  .bs-logo-list {
    margin: 0 -2rem; }
    .bs-logo-list .item {
      width: 50%;
      margin-bottom: 2rem;
      padding: 0 2rem; } }
.bs-blog-card {
  box-shadow: 0 14px 21px 0 rgba(105, 103, 103, 0.11);
  background-color: #ffffff;
  border: 1px #EDEBEB solid; }
  .bs-blog-card .blog-head:hover {
    opacity: 0.5;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }
  .bs-blog-card .blog-head .img-wrap img {
    height: 250px;
    display: block; }
  .bs-blog-card .blog-cont {
    background: #F8F8F8;
    padding: 3rem;
    min-height: 29rem; }
    .bs-blog-card .blog-cont .title {
      font-weight: 600;
      font-size: 2.3rem;
      color: #000000;
      line-height: 2.8rem; }
      .bs-blog-card .blog-cont .title a:hover {
        color: #000000; }
    .bs-blog-card .blog-cont .desc {
      padding-bottom: 1rem; }
  .bs-blog-card.typ-founder {
    box-shadow: none; }
    .bs-blog-card.typ-founder .blog-head img {
      display: block; }
    .bs-blog-card.typ-founder .name {
      font-size: 2rem;
      color: #000000; }
    .bs-blog-card.typ-founder .destination {
      color: #000000; }
    .bs-blog-card.typ-founder .blog-cont {
      min-height: 37rem;
      padding: 3rem 3rem 0 3rem;
      position: relative; }
      .bs-blog-card.typ-founder .blog-cont .link-btn {
        position: absolute;
        right: 3rem;
        top: 3rem;
        color: #248aca;
        background: #ffffff;
        padding: 0 1rem;
        border-radius: 0.5rem; }
        .bs-blog-card.typ-founder .blog-cont .link-btn:hover {
          background: #248aca;
          color: #ffffff; }

.bs-infography {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -2rem;
  align-items: center; }
  .bs-infography .left-side {
    width: 50%;
    padding: 0 2rem; }
    .bs-infography .left-side .img-wrap {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .bs-infography .left-side .img-wrap.border {
        border: 1px solid #5e656c;
        display: flex; }
  .bs-infography .right-side {
    width: 50%;
    padding: 0 2rem; }
    .bs-infography .right-side .info-desc .list {
      display: flex;
      flex-flow: row wrap; }
    .bs-infography .right-side .info-desc .item {
      width: 33.33%;
      padding: 0 0.7rem; }
    .bs-infography .right-side .info-desc .typ-celebration-list .item {
      width: 50%;
      padding: 0 0.7rem; }

@media screen and (max-width: 767px) {
  .bs-infography {
    flex-direction: column; }
    .bs-infography .left-side {
      width: 100%;
      margin-bottom: 1rem; }
    .bs-infography .right-side {
      width: 100%;
      text-align: center; }
      .bs-infography .right-side .info-desc .item {
        width: 50%; } }
.bs-icon-box {
  margin-top: 2rem; }
  .bs-icon-box .img-wrap {
    width: 30%;
    display: block;
    text-align: center;
    margin: 0 auto; }
  .bs-icon-box .text-block {
    text-align: center; }
    .bs-icon-box .text-block p {
      margin: 0; }
  .bs-icon-box.typ-celebration-box .img-wrap {
    width: 20%; }

.typ-about-page .bs-header.sticky-header {
  background-color: #ffffff; }
.typ-about-page .bs-footer {
  margin-top: 0; }

.bs-timeline {
  position: relative;
  margin: 4rem 0; }

/* The actual timeline (the vertical ruler) */
.bs-timeline:after {
  content: '';
  position: absolute;
  width: 0.6rem;
  background-color: #5e656c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem; }

/* timeline-item around content */
.timeline-item {
  padding: 1rem 4rem;
  position: relative;
  background-color: inherit;
  width: 50%; }

/* The circles on the timeline */
.timeline-item:after {
  content: '';
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: -1.4rem;
  background-color: #ffffff;
  border: 4px solid #eb1d23;
  top: 5rem;
  border-radius: 50%;
  z-index: 1; }

/* Place the timeline-item to the left */
.timeline-item.left {
  left: 0; }

/* Place the timeline-item to the right */
.timeline-item.right {
  left: 50%; }

/* Add arrows to the left timeline-item (pointing right) */
.timeline-item.left:before {
  content: " ";
  height: 0.4rem;
  position: absolute;
  top: 6.2rem;
  width: 5rem;
  z-index: 1;
  right: 1rem;
  background-color: #eb1d23; }

/* Add arrows to the right timeline-item (pointing left) */
.timeline-item.right:before {
  content: " ";
  height: 0.4rem;
  position: absolute;
  top: 6.2rem;
  width: 5rem;
  z-index: 1;
  left: 1rem;
  background-color: #eb1d23; }

/* Fix the circle for timeline-items on the right side */
.timeline-item.right:after {
  left: -1.4rem; }

/* The actual content */
.timeline-item .content {
  padding: 2rem 3rem;
  position: relative;
  border-radius: 0.6rem;
  flex-flow: row-reverse;
  display: flex;
  align-items: center;
  height: 10rem;
  max-height: 10rem; }

.timeline-item.right .details {
  text-align: right; }

.timeline-item.right .content {
  flex-flow: row; }

.timeline-item .content .img {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
  border: 2px solid #eb1d23;
  background-size: contain;
  background-repeat: no-repeat; }

.timeline-item .content .img:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 4.8rem;
  width: 0;
  z-index: 1;
  right: 1.2rem;
  border: medium solid #ffffff;
  border-width: 6px 0px 6px 20px;
  border-color: transparent #eb1d23; }

.timeline-item.right .content .img:before {
  left: 1.2rem;
  border-width: 6px 20px 6px 0;
  border-color: transparent #eb1d23 transparent transparent; }

.timeline-item .content .content-details {
  width: 23.5rem;
  position: relative; }

.timeline-item .content-details .year {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  border-bottom: 4px solid #eb1d23;
  position: absolute;
  width: 100%;
  top: -2.5rem; }

.timeline-item .content-details .year:after {
  content: " ";
  height: 0;
  position: absolute;
  top: 1.3rem;
  width: 0;
  z-index: 1;
  left: 0;
  border: medium solid #ffffff;
  border-width: 15px 0px 0px 20px;
  border-color: transparent #eb1d23; }

.timeline-item.right .content-details .year:after {
  left: unset;
  right: 0;
  border-width: 15px 20px 0px 0;
  border-color: transparent #eb1d23 transparent transparent; }

.timeline-item .content-details .details {
  margin-top: 1rem;
  position: absolute;
  width: 100%; }

/*blue*/
.timeline-item.blue:after {
  border-color: #5e7fa9; }

.timeline-item.blue:before {
  background-color: #5e7fa9; }

.timeline-item.blue:before {
  background-color: #5e7fa9; }

.timeline-item.blue .content .img {
  border-color: #5e7fa9; }

.timeline-item.blue .content .img:before {
  border-color: transparent #5e7fa9; }

.timeline-item.right.blue .img:before {
  border-color: transparent #5e7fa9 transparent transparent; }

.timeline-item.blue .year {
  border-color: #5e7fa9; }

.timeline-item.blue .year:after {
  border-color: transparent #5e7fa9; }

.timeline-item.blue.right .year:after {
  border-color: transparent #5e7fa9 transparent transparent; }

/*sky-Blue*/
.timeline-item.sky-blue:after {
  border-color: #32ade3; }

.timeline-item.left .sky-blue:before {
  background-color: #32ade3; }

.timeline-item.right.sky-blue:before {
  background-color: #32ade3; }

.timeline-item.sky-blue .content .img {
  border-color: #32ade3; }

.timeline-item.sky-blue .img:before {
  border-color: transparent #32ade3; }

.timeline-item.right.sky-blue .img:before {
  border-color: transparent #32ade3 transparent transparent; }

.timeline-item.sky-blue .year {
  border-color: #32ade3; }

.timeline-item.sky-blue .year:after {
  border-color: transparent #32ade3; }

.timeline-item.sky-blue.right .year:after {
  border-color: transparent #32ade3 transparent transparent; }

/*Green*/
.timeline-item.green:after {
  border-color: #55937b; }

.timeline-item.left.green:before {
  background-color: #55937b; }

.timeline-item.right.green:before {
  background-color: #55937b; }

.timeline-item.green .content .img {
  border-color: #55937b; }

.timeline-item.green .content .img:before {
  border-color: transparent #55937b; }

.timeline-item.right.green .img:before {
  border-color: transparent #55937b transparent transparent; }

.timeline-item.green .year {
  border-color: #55937b; }

.timeline-item.green .year:after {
  border-color: transparent #55937b; }

.timeline-item.green.right .year:after {
  border-color: transparent #55937b transparent transparent; }

/*light-green*/
.timeline-item.light-green:after {
  border-color: #a8c069; }

.timeline-item.left.light-green:before {
  background-color: #a8c069; }

.timeline-item.right.light-green:before {
  background-color: #a8c069; }

.timeline-item.light-green .content .img {
  border-color: #a8c069; }

.timeline-item.light-green .img:before {
  border-color: transparent #a8c069; }

.timeline-item.right.light-green .img:before {
  border-color: transparent #a8c069 transparent transparent; }

.timeline-item.light-green .year {
  border-color: #a8c069; }

.timeline-item.light-green .year:after {
  border-color: transparent #a8c069; }

.timeline-item.light-green.right .year:after {
  border-color: transparent #a8c069 transparent transparent; }

/*Yellow*/
.timeline-item.yellow:after {
  border-color: #f7a937; }

.timeline-item.left.yellow:before {
  background-color: #f7a937; }

.timeline-item.right.yellow:before {
  background-color: #f7a937; }

.timeline-item.yellow .img {
  border-color: #f7a937; }

.timeline-item.yellow .img:before {
  border-color: transparent #f7a937; }

.timeline-item.right.yellow .img:before {
  border-color: transparent #f7a937 transparent transparent; }

.timeline-item.yellow .year {
  border-color: #f7a937; }

.timeline-item.yellow .year:after {
  border-color: transparent #f7a937; }

.timeline-item.yellow.right .year:after {
  border-color: transparent #f7a937 transparent transparent; }

/*pink*/
.timeline-item.pink:after {
  border-color: #ee9499; }

.timeline-item.left.pink:before {
  background-color: #ee9499; }

.timeline-item.right.pink:before {
  background-color: #ee9499; }

.timeline-item.pink .content .img {
  border-color: #ee9499; }

.timeline-item.pink .img:before {
  border-color: transparent #ee9499; }

.timeline-item.right.pink .img:before {
  border-color: transparent #ee9499 transparent transparent; }

.timeline-item.pink .year {
  border-color: #ee9499; }

.timeline-item.pink .year::after {
  border-color: transparent #ee9499; }

.timeline-item.pink.right .year:after {
  border-color: transparent #ee9499 transparent transparent; }

/*grey*/
.timeline-item.grey:after {
  border-color: #9d9e9e; }

.timeline-item.left.grey:before {
  background-color: #9d9e9e; }

.timeline-item.right.grey:before {
  background-color: #9d9e9e; }

.timeline-item.grey .content .img {
  border-color: #9d9e9e; }

.timeline-item.grey .img:before {
  border-color: transparent #9d9e9e; }

.timeline-item.right.grey .img:before {
  border-color: transparent #9d9e9e transparent transparent; }

.timeline-item.grey .year {
  border-color: #9d9e9e; }

.timeline-item.grey .year:after {
  border-color: transparent #9d9e9e; }

.timeline-item.grey.right .year:after {
  border-color: transparent #9d9e9e transparent transparent; }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 767px) {
  /* Place the timelime to the left */
  .bs-timeline:after {
    left: 0rem; }

  .timeline-item .content {
    height: 15rem;
    max-height: 15rem; }

  /* Full-width timeline-items */
  .timeline-item {
    width: 100%;
    padding-left: 4.5rem;
    padding-right: 1rem;
    margin-bottom: 3rem; }

  .timeline-item .content {
    flex-flow: unset !important; }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-item:after {
    left: -1.2rem !important; }

  .timeline-item:before {
    left: 1rem !important;
    width: 2rem !important; }

  .timeline-item .content {
    padding: 3rem 0; }

  .timeline-item .content .img:before {
    left: -2rem !important;
    border-width: 6px 20px 6px 0; }

  /* Make all right timeline-items behave like the left ones */
  .timeline-item.right {
    left: 0%; }

  .timeline-item .content .content-details {
    width: 20rem; }

  .timeline-item .content-details .year:after {
    left: unset;
    right: 0;
    border-width: 15px 20px 0 0; }

  .timeline-item .content .img:before {
    top: 6.8rem; }

  .timeline-item:after {
    top: 7rem; }

  .timeline-item.left:before {
    top: 8.2rem; }

  .timeline-item.right:before {
    top: 8.2rem; }

  .timeline-item .content-details .details {
    text-align: left; } }
/* module */
.mod-icon-text {
  position: relative;
  text-align: center; }
  .mod-icon-text img {
    width: 18%; }
  .mod-icon-text .icon {
    display: block;
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    padding-bottom: 2rem; }
  .mod-icon-text .count-number {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem; }
  .mod-icon-text .count-text {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.3em; }
  .mod-icon-text .circle {
    background-color: #ff5f63;
    border-radius: 100%;
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8rem;
    transform: translateX(-50%);
    left: 50%; }
    .mod-icon-text .circle .number {
      font-size: 30px;
      font-weight: 700;
      color: #ffffff; }

.mod-svg img {
  width: 65%; }

@media screen and (max-width: 767px) {
  .mod-icon-text {
    padding-bottom: 2rem; } }
.mod-quicklink .item {
  padding: 0.6rem 0;
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 400;
  color: #5e656c; }
  .mod-quicklink .item:hover .link {
    color: #ff5f63; }
  .mod-quicklink .item .icon {
    color: #ff5f63;
    padding-right: 1rem; }
  .mod-quicklink .item .mail-text {
    color: #ff5f63;
    text-decoration: underline; }

.mod-social-links {
  display: flex; }
  .mod-social-links .social-icon {
    font-size: 2rem;
    padding: 0.5rem;
    width: 3.6rem;
    height: 3.6rem;
    border: 1px solid #ff5f63;
    color: #ff5f63;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 1.5rem; }

.mod-textblock {
  padding: 2rem 0; }
  .mod-textblock .title {
    font-size: 3rem;
    font-weight: 600;
    color: #000000;
    padding-bottom: 1rem; }

/* layout */
.lyt-logo-list .swiper {
  overflow: hidden;
  height: auto; }

.lyt-sol-cont .list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1.5rem; }
.lyt-sol-cont .item {
  width: 50%;
  padding: 2rem 1.5rem; }

@media screen and (max-width: 576px) {
  .lyt-sol-cont .item {
    width: 100%; } }
.lyt-cta {
  padding-top: 2rem; }
  .lyt-cta.bs-section {
    padding-top: 5rem;
    padding-bottom: 0; }
  .lyt-cta .sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .lyt-cta .sec-head .title-wrap {
      width: 75%; }
      .lyt-cta .sec-head .title-wrap .sec-title {
        color: #000000;
        font-size: 2.8rem;
        line-height: 50px;
        font-weight: 600;
        color: #000000;
        text-align: left; }

@media screen and (max-width: 767px) {
  .lyt-cta.bs-section {
    padding-bottom: 2rem; }
  .lyt-cta .sec-head {
    flex-direction: column; }
    .lyt-cta .sec-head .title-wrap {
      width: 100%;
      text-align: center; }
      .lyt-cta .sec-head .title-wrap .sec-title {
        text-align: center; }
    .lyt-cta .sec-head .sec-action {
      padding-top: 2rem; } }
.lyt-count-list .list {
  display: flex;
  flex-flow: row wrap;
  background-color: #ff5f63;
  border-radius: 1.5rem;
  padding: 4rem 0 3rem;
  margin-top: 4rem; }
.lyt-count-list .item {
  width: 25%; }

.lyt-svg .list {
  background-color: #ffffff;
  flex-flow: unset; }

@media screen and (max-width: 767px) {
  .lyt-count-list .item {
    width: 50%; }

  .lyt-svg .list {
    flex-flow: row wrap; } }
@media screen and (max-width: 576px) {
  .lyt-count-list .item {
    width: 100%; } }
.lyt-testimonial .sec-footer {
  text-align: center;
  margin-top: 0; }
  .lyt-testimonial .sec-footer .btn-link {
    display: inline-block;
    padding: 1.2rem 1.6rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #ff5f63;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }
    .lyt-testimonial .sec-footer .btn-link:hover {
      opacity: 0.9;
      box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px); }
      .lyt-testimonial .sec-footer .btn-link:hover:before {
        width: 0; }
    .lyt-testimonial .sec-footer .btn-link:before {
      width: 0; }
.lyt-testimonial .testimonialSwiper .swiper-pagination {
  position: unset; }
  .lyt-testimonial .testimonialSwiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #ff5f63;
    padding: 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.4rem;
    border-radius: 1.4rem; }
    .lyt-testimonial .testimonialSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 2.5rem; }

@media screen and (max-width: 767px) {
  .lyt-testimonial .sec-footer {
    margin-top: 1rem; } }
.lyt-stories .list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1.5rem; }
.lyt-stories .item {
  width: 33.33%;
  padding: 1.5rem; }
.lyt-stories .sec-footer {
  text-align: center;
  margin-top: 0; }
  .lyt-stories .sec-footer .btn-link {
    display: inline-block;
    padding: 1.2rem 1.6rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #ff5f63;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }
    .lyt-stories .sec-footer .btn-link:hover {
      opacity: 0.9;
      box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px); }
      .lyt-stories .sec-footer .btn-link:hover:before {
        width: 0; }
    .lyt-stories .sec-footer .btn-link:before {
      width: 0; }
.lyt-stories .casestudyswiper {
  margin-top: 2rem; }
  .lyt-stories .casestudyswiper .swiper-pagination {
    position: unset; }
    .lyt-stories .casestudyswiper .swiper-pagination .swiper-pagination-bullet {
      background-color: #ff5f63;
      padding: 0.4rem;
      width: 0.8rem;
      height: 0.8rem;
      margin: 0 0.4rem;
      border-radius: 1.4rem; }
      .lyt-stories .casestudyswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2.5rem; }

@media screen and (max-width: 991px) {
  .lyt-stories .item {
    width: 50%;
    margin-bottom: 1.4rem; } }
@media screen and (max-width: 767px) {
  .lyt-stories .sec-footer {
    margin-top: 1rem; } }
@media screen and (max-width: 576px) {
  .lyt-stories .item {
    width: 100%; } }
.lyt-count-grid .list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.7rem; }
.lyt-count-grid .item {
  width: 25%;
  padding: 0 0.7rem; }
.lyt-count-grid .typ-about-value .item {
  padding: 1.5rem; }
.lyt-count-grid .typ-about-value .mod-icon-text img {
  width: 40%; }
.lyt-count-grid .typ-about-value .mod-icon-text .count-text {
  font-size: 1.6rem; }
.lyt-count-grid .typ-about-value .bs-counter-card {
  padding: 1.5rem 0; }
.lyt-count-grid.typ-lyt-value {
  padding-top: 2rem; }
  .lyt-count-grid.typ-lyt-value .item {
    width: 16.66%;
    padding: 0 0.7rem;
    margin-bottom: 1.4rem; }

@media screen and (max-width: 767px) {
  .lyt-count-grid .item {
    width: 50%;
    margin-bottom: 1.4rem; }
  .lyt-count-grid.typ-lyt-value .item {
    width: 50%; } }
@media screen and (max-width: 576px) {
  .lyt-count-grid .item {
    width: 100%; }
  .lyt-count-grid.typ-lyt-value .item {
    width: 50%; } }
.lyt-testimonials {
  margin-top: 7rem; }
  .lyt-testimonials .test-list {
    column-gap: 1.5rem;
    column-count: 3; }
  .lyt-testimonials .test-item {
    width: 100%;
    padding: 1.5rem;
    break-inside: avoid; }

@media only screen and (max-width: 767px) {
  .lyt-testimonials .test-list {
    column-count: 2; } }
@media only screen and (max-width: 576px) {
  .lyt-testimonials .test-list {
    column-count: 1; }
  .lyt-testimonials .test-item {
    padding: 1.5rem 0; } }
.lyt-case-study {
  margin-top: 4rem;
  padding-top: 9rem; }

@media screen and (min-width: 1200px) {
  .lyt-case-study {
    min-height: 62rem;
    height: calc(100vh - 4rem); } }
@media screen and (max-width: 767px) {
  .lyt-case-study {
    margin-top: 0;
    padding-top: 4rem; } }
.lyt-stories-grid .list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1.5rem; }
.lyt-stories-grid .item {
  width: 33.33%;
  padding: 1.5rem; }

@media screen and (max-width: 991px) {
  .lyt-stories-grid .item {
    width: 50%;
    margin-bottom: 1.4rem; } }
@media screen and (max-width: 576px) {
  .lyt-stories-grid .item {
    width: 100%; } }
.lyt-privacy-policy .sec-head .sec-title {
  text-transform: uppercase;
  text-align: left; }

.lyt-diwali .bs-footer {
  background: transparent; }
.lyt-diwali .bs-banner {
  margin-top: 0; }
.lyt-diwali .bs-header {
  background-color: transparent; }
  .lyt-diwali .bs-header.sticky-header {
    background: #ffffff; }
    .lyt-diwali .bs-header.sticky-header .bs-nav .nav-link {
      color: #000000; }
      .lyt-diwali .bs-header.sticky-header .bs-nav .nav-link::after {
        color: #000000; }
    .lyt-diwali .bs-header.sticky-header .logo-wrap {
      margin-left: 0rem; }
  .lyt-diwali .bs-header .logo-wrap {
    margin-left: -3rem; }
.lyt-diwali .bs-nav .nav-link {
  color: #ffffff; }
  .lyt-diwali .bs-nav .nav-link::after {
    color: #ffffff; }
.lyt-diwali .bs-nav .bs-btn.btn-default {
  background: #ffc533; }
.lyt-diwali .bs-form .form-wait {
  color: #fbbf0f; }
.lyt-diwali .bs-form .form-title {
  font-size: 3rem;
  color: #fbbf0f;
  padding-bottom: 1.5rem;
  font-weight: 600; }
.lyt-diwali .bs-newsletter .form-input-email {
  border: 1px solid #eee; }
.lyt-diwali .bs-logo {
  align-items: center;
  margin-top: 2rem; }
  .lyt-diwali .bs-logo .item img {
    width: 80%; }
.lyt-diwali .lyt-logo-list .sec-title {
  color: #8f005e; }
.lyt-diwali .lyt-count-grid .bs-counter-card {
  background: #8f005e; }
  .lyt-diwali .lyt-count-grid .bs-counter-card .mod-icon-text img {
    width: auto; }
  .lyt-diwali .lyt-count-grid .bs-counter-card .mod-icon-text .count-text {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600; }
.lyt-diwali .lyt-count-grid .list {
  margin: -3rem -1.5rem; }
.lyt-diwali .lyt-count-grid .item {
  width: 33.33%;
  padding: 3rem 1.5rem; }
.lyt-diwali .bs-testimonials {
  min-height: auto; }
  .lyt-diwali .bs-testimonials .img-wrap {
    width: 25%; }

@media screen and (max-width: 767px) {
  .lyt-diwali .bs-banner .bs-infography {
    padding-top: 4.5rem; }
    .lyt-diwali .bs-banner .bs-infography .title-wrap {
      min-width: 100%; }
  .lyt-diwali .bs-header .logo-wrap {
    margin-left: 0rem; }
  .lyt-diwali .bs-logo {
    margin-top: 1rem; }
  .lyt-diwali .lyt-count-grid .bs-counter-card .mod-icon-text .count-text {
    font-size: 1.8rem; }
  .lyt-diwali .lyt-count-grid .list {
    margin: 0rem; }
  .lyt-diwali .lyt-count-grid .item {
    width: 100%;
    padding: 0rem; }
  .lyt-diwali .bs-testimonials {
    min-height: auto; }
    .lyt-diwali .bs-testimonials .img-wrap {
      width: auto; }
  .lyt-diwali .bs-form .form-title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    text-align: center; } }
/* component */
/* Bootstrap */

/*# sourceMappingURL=custom.css.map */
