/**
 * basic reset
 */
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, main,
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, menu, nav, section,
main, summary {
  display: block; }

body {
  line-height: 1;
  padding: 0;
  margin: 0; }

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; }

/**
 * inherit box model
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

/**
 * iOS "clickable elements" fix for role="button"
 *
 * Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
 * for traditionally non-focusable elements with role="button"
 * see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 */
[role="button"] {
  cursor: pointer; }

/**
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
 *
 * In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
 * DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
 * However, they DO support removing the click delay via `touch-action: manipulation`.
 * See:
 * - http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * - http://caniuse.com/#feat=css-touch-action
 * - http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

/**
 * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 */
[hidden] {
  display: none !important; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%; }

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

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

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

button:focus {
  outline: 0; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

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

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

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

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

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Overwrite the default to keep the scrollbar always visible */
.flex-center, .btn, .close-btn, .home-banner .home-banner-con-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flex-space-between, .btn-block, .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.flex-align-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.flex-align-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-align-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.flex-align-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.flex-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flex-direction-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@font-face {
  font-family: 'helveticabold';
  src: url("../font/helvetica/helvetica-bold-webfont.woff2") format("woff2"), url("../font/helvetica/helvetica-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticabold_oblique';
  src: url("../font/helvetica/helvetica-boldoblique-webfont.woff2") format("woff2"), url("../font/helvetica/helvetica-boldoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticacompressed';
  src: url("../font/helvetica/helvetica-compressed-5871d14b6903a-webfont.woff2") format("woff2"), url("../font/helvetica/helvetica-compressed-5871d14b6903a-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticaoblique';
  src: url("../font/helvetica/helvetica-oblique-webfont.woff2") format("woff2"), url("../font/helvetica/helvetica-oblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticarounded_bold';
  src: url("../font/helvetica/helvetica-rounded-bold-5871d05ead8de-webfont.woff2") format("woff2"), url("../font/helvetica/helvetica-rounded-bold-5871d05ead8de-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticaregular';
  src: url("../font/helvetica/helvetica-webfont.woff2") format("woff2"), url("../font/helvetica/helvetica-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'times_new_roman_cyrbold';
  src: url("../font/times-new-roman/times_new_roman_bold-webfont.woff2") format("woff2"), url("../font/times-new-roman/times_new_roman_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'helveticaregular';
  font-weight: 400;
  font-size: 14px;
  color: #F9F9F9;
  line-height: 18px; }

h1 {
  font-family: 'helveticabold';
  font-size: 120px;
  line-height: 110px;
  color: #000000;
  margin-bottom: 60px;
  letter-spacing: -3px; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 75px;
      line-height: 80px;
      margin-bottom: 20px; } }

h2 {
  font-weight: 900;
  font-size: 76px;
  line-height: 80px;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase; }
  h2 span {
    display: inline-block;
    font-size: 24px;
    letter-spacing: .5px;
    text-transform: none; }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 30px;
      line-height: 40px; }
      h2 span {
        font-size: 18px; } }

h3 {
  font-family: 'helveticaregular';
  font-size: 20px;
  line-height: 24px;
  color: #000000; }
  h3.custom-heading {
    font-family: 'helveticaregular';
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      h3.custom-heading {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px; } }

h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000; }

h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; }

h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000; }

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(26, 33, 69, 0.5);
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }
  p b, p strong {
    font-weight: 700; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:focus {
  border: 0;
  outline: 0;
  box-shadow: none; }

strong, b {
  font-weight: bold; }

strong.extra-bold {
  font-weight: 900; }

em {
  font-style: italic; }

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

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

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

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

.width-100 {
  width: 100%; }

.width-auto {
  width: auto !important; }

.height-100 {
  height: 100% !important; }

.mar-0 {
  margin: 0 !important; }

.mar-t-0 {
  margin-top: 0px !important; }

.mar-t-5 {
  margin-top: 5px !important; }

.mar-t-10 {
  margin-top: 10px !important; }

.mar-t-20 {
  margin-top: 20px !important; }

.mar-b-0 {
  margin-bottom: 0px !important; }

.mar-b-5 {
  margin-bottom: 5px; }

.mar-b-10 {
  margin-bottom: 10px; }

.mar-b-15 {
  margin-bottom: 15px; }

.mar-b-20 {
  margin-bottom: 20px !important; }

.mar-b-25 {
  margin-bottom: 25px; }

.mar-b-30 {
  margin-bottom: 30px !important; }

.mar-b-35 {
  margin-bottom: 35px !important; }

.mar-b-40 {
  margin-bottom: 40px !important; }

.mar-b-50 {
  margin-bottom: 50px; }

.mar-b-60 {
  margin-bottom: 60px; }

.mar-b-70 {
  margin-bottom: 70px; }

.mar-r-0 {
  margin-right: 0 !important; }

.mar-r-5 {
  margin-right: 5px; }

.mar-r-10 {
  margin-right: 10px; }

.mar-r-15 {
  margin-right: 15px !important; }

.mar-r-20 {
  margin-right: 20px; }

.mar-r-30 {
  margin-right: 30px; }

.mar-l-0 {
  margin-left: 0 !important; }

.mar-l-5 {
  margin-left: 5px; }

.mar-l-10 {
  margin-left: 10px; }

.mar-l-15 {
  margin-left: 15px; }

.mar-l-20 {
  margin-left: 20px; }

.mar-l-25 {
  margin-left: 25px; }

.mar-l-40 {
  margin-left: 40px; }

.btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #BFC2CE;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 0;
  padding: 10px 15px;
  background-color: #F9F9F9; }
  .btn:hover {
    color: #000000; }
    .btn:hover .back-arrow-icon {
      background: url("/images/icons/back-arrow-icon.svg");
      background-repeat: no-repeat; }
  .btn.lg-btn {
    padding: 13px 16px; }
  .btn.primary-btn {
    color: #ffffff;
    background-color: #18DAA0; }
    .btn.primary-btn:hover {
      background-color: #45c385; }
  .btn.secondary-btn {
    color: #ffffff;
    background-color: #FF4242; }
    .btn.secondary-btn:hover {
      background-color: #e43a40; }
  .btn.treasury-btn {
    border: 1px solid #BFC2CE;
    color: #BFC2CE;
    background-color: transparent; }
    .btn.treasury-btn:hover {
      background-color: #BFC2CE;
      color: #000000; }
  .btn.block-btn {
    width: 100%; }
  .btn img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px; }
  .btn .back-arrow-icon {
    margin-right: 12px; }
  .btn.custom-btn {
    font-family: 'helveticabold';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #f7b507;
    padding: 12px 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
    .btn.custom-btn:hover {
      background-color: #f4f4f4; }
    @media screen and (max-width: 1024px) {
      .btn.custom-btn {
        padding: 8px 20px;
        font-size: 20px;
        line-height: 24px; } }

.btn-block .btn {
  margin-left: 15px;
  min-width: 150px; }
  .btn-block .btn:first-child {
    margin-left: 0; }

.close-btn {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }
  .close-btn img {
    width: 22px;
    height: 22px;
    background-size: cover; }

.status-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #F9F9F9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 8px 5px 30px;
  background: transparent;
  cursor: pointer; }
  .status-btn::before {
    content: '';
    position: absolute;
    left: 8px;
    width: 18px;
    height: 18px;
    background-size: cover; }
  .status-btn.completed {
    color: #18DAA0;
    border-color: #18DAA0;
    background: rgba(28, 236, 173, 0.15); }
    .status-btn.completed::before {
      background: url("/images/icons/completed-icon.svg") no-repeat;
      background-size: cover; }
  .status-btn.pending {
    color: #F7B507;
    border-color: #F7B507;
    background: rgba(255, 193, 29, 0.08);
    background-position: center center; }
    .status-btn.pending::before {
      background: url("/images/icons/pending-icon.svg") no-repeat;
      background-size: cover; }
  .status-btn.canceled {
    color: #FF4242;
    border-color: #FF4242;
    background: rgba(255, 102, 102, 0.08);
    background-position: center center; }
    .status-btn.canceled::before {
      background: url("/images/icons/def-close-icon-hover.svg") no-repeat;
      background-size: cover; }
  .status-btn.active {
    justify-content: center;
    color: #18DAA0;
    padding: 5px 8px 5px 8px;
    background: rgba(28, 236, 173, 0.15);
    border-color: #18DAA0; }
    .status-btn.active::before {
      display: none; }
  .status-btn.deactive {
    justify-content: center;
    color: #BFC2CE;
    padding: 5px 8px 5px 8px;
    border-color: #BFC2CE;
    background: rgba(191, 194, 206, 0.08); }
    .status-btn.deactive::before {
      display: none; }

html, body, .main-wrap {
  height: 100%;
  width: 100%; }

.header {
  position: relative;
  padding: 5px 30px;
  background-color: #F4F4F4;
  z-index: 3; }

.footer {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  background: #f7b507;
  margin: 0 auto;
  padding: 10px 20px; }
  @media screen and (max-width: 1024px) {
    .footer .flex-space-between, .footer .btn-block, .footer .header {
      display: block;
      text-align: center; } }
  .footer p {
    color: #000000; }
  .footer .text-link {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-decoration: none; }
    @media screen and (max-width: 1024px) {
      .footer .text-link {
        margin-top: 5px; } }
    .footer .text-link img {
      display: inline-block;
      margin-right: 0; }

.ngViewContent.forward.ng-enter {
  background-color: red;
  transform: translate(100vw, 0);
  transition: 0.3s linear all;
  opacity: 1; }

.ngViewContent.forward.ng-enter.ng-enter-active {
  transform: translate(0, 0);
  opacity: 1; }

.ngViewContent.forward.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0);
  opacity: 1; }

.ngViewContent.forward.ng-leave.ng-leave-active {
  transform: translate(-100vw, 0);
  opacity: 1; }

.ngViewContent.backward.ng-enter {
  background-color: green;
  transform: translate(-100vw, 0);
  transition: 0.3s linear all;
  opacity: 1; }

.ngViewContent.backward.ng-enter.ng-enter-active {
  transform: translate(0, 0);
  opacity: 1; }

.ngViewContent.backward.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0);
  opacity: 1; }

.ngViewContent.backward.ng-leave.ng-leave-active {
  transform: translate(100vw, 0);
  opacity: 1; }

.drawer.ng-enter {
  transform: translate(0, 100vh);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.4); }

/* The finishing CSS styles for the enter animation */
.drawer.ng-enter.ng-enter-active {
  transform: translate(0, 0); }

.drawer.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0); }

.drawer.ng-leave.ng-leave-active {
  transform: translate(0, 100vh); }

.overlay.ng-enter {
  opacity: 0;
  transition: 0.3s linear all; }

/* The finishing CSS styles for the enter animation */
.overlay.ng-enter.ng-enter-active {
  opacity: 1; }

.overlay.ng-leave {
  transition: 0.3s linear all;
  opacity: 1; }

.overlay.ng-leave.ng-leave-active {
  opacity: 0; }

.glass-box {
  position: relative; }

.glass-fill {
  position: absolute;
  width: 33px;
  height: 38px;
  background: url("../images/water.svg") repeat-x;
  animation: glassAnim 40s linear infinite;
  top: 0; }

@keyframes glassAnim {
  0% {
    background-position: 0 38px; }
  10% {
    background-position: 0 38px; }
  40% {
    background-position: 1000px -15px; }
  80% {
    background-position: 2000px -25px; }
  100% {
    background-position: 2500px 38px; } }
.main-wrap-item.ng-enter {
  transform: translate(100vw, 0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.45); }

.main-wrap-item.ng-enter.ng-enter-active {
  transform: translate(0, 0); }

.main-wrap-item.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0); }

.main-wrap-item.ng-leave.ng-leave-active {
  transform: translate(-100vw, 0); }

.popup.ng-enter {
  transform: translate(0, 50px);
  transition: 0.3s linear all;
  opacity: 0; }

.popup.ng-enter.ng-enter-active {
  transform: translate(0, 0);
  opacity: 1; }

.popup.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0);
  opacity: 1; }

.popup.ng-leave.ng-leave-active {
  transform: translate(0, 50px);
  opacity: 0; }

#card-container .popup.ng-enter {
  transform: unset;
  transition: 0.3s linear all;
  opacity: 0; }
#card-container .popup.ng-enter.ng-enter-active {
  transform: unset;
  opacity: 1; }
#card-container .popup.ng-leave {
  transition: 0.3s linear all;
  transform: unset;
  opacity: 1; }
#card-container .popup.ng-leave.ng-leave-active {
  transform: unset;
  opacity: 0; }

.carousel-popup.ng-enter {
  transform: translate(50px, 0);
  transition: 0.3s linear all;
  opacity: 0; }

.carousel-popup.ng-enter.ng-enter-active {
  transform: translate(0, 0);
  opacity: 1; }

.carousel-popup.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0);
  opacity: 1; }

.carousel-popup.ng-leave.ng-leave-active {
  transform: translate(0, 50px);
  opacity: 0; }

.internet-error-box.ng-enter {
  transform: translate(0, 50px);
  transition: 0.3s linear all;
  opacity: 0; }

.internet-error-box.ng-enter.ng-enter-active {
  transform: translate(0, 0);
  opacity: 1; }

.internet-error-box.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0);
  opacity: 1; }

.internet-error-box.ng-leave.ng-leave-active {
  transform: translate(0, 50px);
  opacity: 0; }

.side-drawer.ng-enter {
  transform: translate(-100vw, 0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.45); }

.side-drawer.ng-enter.ng-enter-active {
  transform: translate(0, 0); }

.side-drawer.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0); }

.side-drawer.ng-leave.ng-leave-active {
  transform: translate(-100vw, 0); }

.previewContent .chatPanel .messagePanel .textMessage.ng-enter {
  transform: translate(0, 30px);
  max-height: 0;
  opacity: 0; }

.previewContent .chatPanel .messagePanel .textMessage.ng-enter.ng-enter-active {
  transform: translate(0, 0);
  max-height: 100%;
  opacity: 1; }

.screenLoader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #F1F5F8;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .screenLoader .loader-ico {
    display: block;
    width: 43px;
    height: 43px;
    margin: 0 auto 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background: url("../images/loader.svg") no-repeat center center; }
  .screenLoader .loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loader-text {
  font-size: 18px;
  line-height: 24px;
  color: #7C8AA3;
  letter-spacing: -0.26px;
  font-weight: bold;
  width: 70px;
  margin: 0 auto; }
  .loader-text:after {
    content: ".";
    font-size: 18px;
    line-height: 24px;
    color: #7C8AA3;
    letter-spacing: -0.26px;
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite; }

@keyframes loading-text {
  0% {
    content: "."; }
  25% {
    content: ".."; }
  50% {
    content: "..."; }
  75% {
    content: "...."; } }
.main-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.container {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  margin: 0 auto; }
  .container .content {
    width: 100%; }
  .container .con-holder {
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    transition: all .1s ease-in-out; }
  .container .header {
    background-color: transparent; }
    .container .header img {
      width: 100px; }
      @media screen and (max-width: 1024px) {
        .container .header img {
          width: 70px; } }

.home-banner {
  position: relative;
  background: url("../images/background/texture.png") no-repeat center -100px;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .home-banner {
      background-position: 0 0; } }
  .home-banner .home-content-sec {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-height: 600px;
    padding-top: 100px;
    background-color: rgba(247, 181, 7, 0.8); }
    .home-banner .home-content-sec::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 1024px) {
      .home-banner .home-content-sec {
        min-height: auto;
        padding: 40px 0; } }
    .home-banner .home-content-sec .home-content-custom-text {
      position: relative;
      align-items: center; }
      .home-banner .home-content-sec .home-content-custom-text .custom-btn {
        position: absolute;
        top: 0;
        right: -25%; }
        @media screen and (max-width: 1024px) {
          .home-banner .home-content-sec .home-content-custom-text .custom-btn {
            position: static;
            display: inline-block;
            margin: 30px 0 0 0; } }
  .home-banner .home-banner-con-holder {
    position: relative;
    flex-direction: column;
    text-align: center;
    z-index: 1; }

.owl-item .item {
  position: relative;
  height: 100%;
  min-height: 445px; }
  @media screen and (max-width: 1024px) {
    .owl-item .item {
      min-height: auto; } }
  .owl-item .item .owl-carousel-con-holder {
    padding: 30px; }
    .owl-item .item .owl-carousel-con-holder li {
      font-family: 'helveticaregular';
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      margin-bottom: 15px;
      letter-spacing: .7px; }
      .owl-item .item .owl-carousel-con-holder li label {
        display: inline-block;
        font-family: 'helveticaregular';
        font-size: 18px;
        line-height: 22px;
        color: #000000; }
    .owl-item .item .owl-carousel-con-holder p {
      font-family: 'helveticaregular';
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #ffffff; }
      .owl-item .item .owl-carousel-con-holder p:last-child {
        margin-bottom: 0; }
    .owl-item .item .owl-carousel-con-holder .text-holder {
      display: inline-block;
      font-family: 'helveticaregular';
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 1024px) {
      .owl-item .item .owl-carousel-con-holder {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: left;
        padding: 15px;
        max-width: 768px; }
        .owl-item .item .owl-carousel-con-holder li {
          font-size: 15px;
          line-height: 19px; }
          .owl-item .item .owl-carousel-con-holder li label {
            font-size: 15px;
            line-height: 19px; }
          .owl-item .item .owl-carousel-con-holder li span {
            font-size: 15px;
            line-height: 19px;
            padding: 5px; }
        .owl-item .item .owl-carousel-con-holder p {
          font-size: 15px;
          line-height: 19px; }
          .owl-item .item .owl-carousel-con-holder p span {
            font-size: 15px;
            line-height: 19px; }
        .owl-item .item .owl-carousel-con-holder .text-holder {
          font-size: 15px;
          line-height: 19px; } }
    @media screen and (max-width: 768px) {
      .owl-item .item .owl-carousel-con-holder {
        max-width: 100%; } }
    @media screen and (max-width: 319px) {
      .owl-item .item .owl-carousel-con-holder {
        max-width: 100%; } }

.owl-theme .owl-dots {
  margin-top: 0; }
  .owl-theme .owl-dots .owl-dot span {
    background: #000000;
    opacity: .6; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
    opacity: 1; }

.owl-carousel .owl-stage-outer .owl-stage {
  display: flex; }
.owl-carousel .owl-stage-outer .owl-item .item {
  width: 100%;
  opacity: .6; }
  .owl-carousel .owl-stage-outer .owl-item .item img {
    width: 100%;
    opacity: 1 !important; }
.owl-carousel .owl-stage-outer .owl-item.active .item {
  opacity: .6; }
  .owl-carousel .owl-stage-outer .owl-item.active .item img {
    opacity: 1 !important; }
.owl-carousel .owl-stage-outer .owl-item.active.center .item {
  opacity: 1; }
  .owl-carousel .owl-stage-outer .owl-item.active.center .item img {
    opacity: 1 !important; }
@media screen and (max-width: 1024px) {
  .owl-carousel .owl-stage-outer .owl-item.center .item {
    opacity: 1; } }

.india-at-text {
  padding: 30px 0 0 30px;
  color: #4a4949;
  font-family: 'times_new_roman_cyrbold';
  font-size: 56px;
  line-height: 60px; }
  .india-at-text span {
    display: inline-block;
    font-family: 'helveticaregular';
    font-size: 22px;
    letter-spacing: .5px;
    text-transform: none;
    color: #6d6c6c; }
  @media screen and (max-width: 1024px) {
    .india-at-text {
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: left;
      font-size: 30px;
      line-height: 40px;
      color: #909090; }
      .india-at-text span {
        font-size: 18px;
        color: #909090; } }

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