/*! CSS Used from: http://127.0.0.1:8080/css/style1.css ; media=all */
body.layout-no-sidebars {
    background: #000;
    color: #fff;
}
.contact-box ul.socala-icon li {
      border: 1px solid #777;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 52px;
}
header.page-header {
    background: #000;
}

.inr-head {
    background: #000;
}.contact-box ul.socala-icon li a {
    color: #fcc811;
}

ul.socala-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0%;
}

.contact-box ul.socala-icon li {
    margin-left: 9px;
}
@media all {
  .clearfix:after {
    display: table;
    clear: both;
    content: "";
  }

  .hidden {
    display: none;
  }

  .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
}
img#social {
    filter: invert(1);
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(12deg);
}

img#social1 {
    filter: invert(1);
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(12deg);
}
/*! CSS Used from: http://127.0.0.1:8080/css/style2.css ; media=all */
@media all {
  .layout-container {
    box-sizing: border-box;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
  }

  @media all and (min-width: 851px) {
    .layout-container {
      max-width: 1290px;
    }
  }

  /* .fa {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .fa-angle-left:before {
      content: "\f104";
    }
    .fa-angle-right:before {
      content: "\f105";
    }
    .fa-angle-up:before {
      content: "\f106";
    } */
  h1,
  h2,
  h3,
  iframe,
  input,
  li,
  p,
  select,
  textarea,
  ul {
    margin: 0;
    padding: 0;
  }

  a:hover,
  button {
    cursor: pointer;
  }

  a,
  address,
  aside,
  b,
  body,
  div,
  em,
  fieldset,
  footer,
  form,
  h1,
  h2,
  h3,
  header,
  i,
  iframe,
  img,
  li,
  nav,
  p,
  section,
  span,
  strong,
  ul {
    background: 0 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
  }

  a img,
  fieldset,
  img {
    border: none;
  }

  li,
  ul {
    list-style: none;
  }

  img {
    vertical-align: top;
  }

  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }

  input,
  textarea {
    border: 0;
    outline: 0;
  }

  iframe {
    border: 0;
  }

  address,
  em,
  strong {
    font-style: normal;
    font-weight: 400;
  }

  input,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    outline: 0;
    text-decoration: underline;
    -moz-outline: none;
  }

  a:hover {
    text-decoration: none;
  }

  a img,
  img {
    text-decoration: none;
  }

  input:focus,
  select:focus,
  textarea:focus {
    outline: 0;
  }

  select::-moz-focus-inner {
    border: 0;
    outline: 0;
  }

  option::-moz-focus-inner {
    border: 0;
    outline: 0;
  }

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

  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
  }

  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
  }

  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }

  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none;
  }

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-carousel.owl-loaded {
    display: block;
  }

  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
  }

  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
}

/*! CSS Used from: http://127.0.0.1:8080/css/style3.css ; media=print */
@media print {

  body,
  input,
  textarea,
  select {
    color: #000;
    background: none;
  }

  body {
    width: 640px;
  }

  .navigation {
    display: none;
  }
}

/*! CSS Used from: http://127.0.0.1:8080/css/style4.css ; media=all */
@media all {
  .active {
    display: block;
  }

  body,
  div,
  span,
  iframe,
  h1,
  h2,
  h3,
  p,
  a,
  address,
  em,
  img,
  strong,
  b,
  i,
  ul,
  li,
  fieldset,
  form,
  aside,
  footer,
  header,
  nav,
  section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ul {
    list-style: none;
  }

  a {
    background-color: transparent;
  }

  b,
  strong {
    font-weight: bolder;
  }

  img {
    border-style: none;
  }

  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

  button,
  input {
    overflow: visible;
  }

  button,
  select {
    text-transform: none;
  }

  button,
  [type="submit"] {
    -webkit-appearance: button;
  }

  button::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  button:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  textarea {
    overflow: auto;
  }

  body {
    font-family: "Apercu", Avenir, -apple-system, BlinkMacSystemFont,
      "Helvetica Neue", Helvetica, "Calibri", "Roboto", Arial, sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.618;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    color: blue;
  }

  a:hover,
  a:focus {
    text-decoration: underline;
  }

  .ray-text--h1,
  h1,
  .ray-text--h2,
  h2,
  .ray-text--h3,
  h3,
  .ray-text--h5 {
    font-weight: bold;
    margin: 0;
  }

  .ray-text--h1,
  h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.75rem;
    margin-bottom: 1rem;
  }

  @media (min-width: 600px) {

    .ray-text--h1,
    h1 {
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 3.5rem;
      margin-bottom: 1rem;
    }
  }

  .ray-text--h2,
  h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.25rem;
    margin-bottom: 1rem;
  }

  @media (min-width: 600px) {

    .ray-text--h2,
    h2 {
      font-size: 2rem;
      font-weight: 600;
      line-height: 2.75rem;
      margin-bottom: 1rem;
    }
  }

  .ray-text--h3,
  h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }

  @media (min-width: 600px) {

    .ray-text--h3,
    h3 {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2.25rem;
      margin-bottom: 1rem;
    }
  }

  .ray-text--h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .ray-text--body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }

  .ray-text--body-small {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
  }

  em {
    font-style: italic;
  }

  a {
    color: blue;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  a:hover {
    text-decoration: underline;
  }

  a:focus {
    text-decoration: underline;
  }

  @media (min-width: 1195px) {
    .ray-page-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 60px;
      padding-left: var(--ray-layout-grid-margin-desktop, 60px);
      padding-right: var(--ray-layout-grid-margin-desktop, 60px);
      width: 100%;
      max-width: 1440px;
    }
  }

  @media (min-width: 600px) and (max-width: 1194px) {
    .ray-page-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 48px;
      padding-left: var(--ray-layout-grid-margin-tablet, 48px);
      padding-right: var(--ray-layout-grid-margin-tablet, 48px);
      width: 100%;
      max-width: 100%;
    }
  }

  @media (max-width: 599px) {
    .ray-page-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 16px;
      padding-left: var(--ray-layout-grid-margin-phone, 16px);
      padding-right: var(--ray-layout-grid-margin-phone, 16px);
      width: 100%;
      max-width: 100%;
    }
  }

  @media (min-width: 1195px) {
    .ray-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin: 0 -12px;
      margin-left: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2 * -1);
      margin-right: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2 * -1);
    }
  }

  @media (min-width: 600px) and (max-width: 1194px) {
    .ray-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin: 0 -12px;
      margin-left: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2 * -1);
      margin-right: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2 * -1);
    }
  }

  @media (max-width: 599px) {
    .ray-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin: 0 -8px;
      margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2 * -1);
      margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2 * -1);
    }
  }

  @media (min-width: 1195px) {
    .ray-grid__cell {
      width: calc(33.33333% - 24px);
      width: calc(33.33333% - var(--ray-layout-grid-gutter-desktop, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .ray-grid__cell--span-full {
      width: calc(100% - 24px);
      width: calc(100% - var(--ray-layout-grid-gutter-desktop, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .ray-grid__cell--span-4-desktop {
      width: calc(33.33333% - 24px);
      width: calc(33.33333% - var(--ray-layout-grid-gutter-desktop, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
    }

    .ray-grid__cell--span-8-desktop {
      width: calc(66.66667% - 24px);
      width: calc(66.66667% - var(--ray-layout-grid-gutter-desktop, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2);
    }
  }

  @media (min-width: 600px) and (max-width: 1194px) {
    .ray-grid__cell {
      width: calc(50% - 24px);
      width: calc(50% - var(--ray-layout-grid-gutter-tablet, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .ray-grid__cell--span-full {
      width: calc(100% - 24px);
      width: calc(100% - var(--ray-layout-grid-gutter-tablet, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .ray-grid__cell--span-3-tablet {
      width: calc(37.5% - 24px);
      width: calc(37.5% - var(--ray-layout-grid-gutter-tablet, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
    }

    .ray-grid__cell--span-5-tablet {
      width: calc(62.5% - 24px);
      width: calc(62.5% - var(--ray-layout-grid-gutter-tablet, 24px));
      margin: 0 12px;
      margin-left: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2);
    }
  }

  @media (max-width: 599px) {
    .ray-grid__cell {
      width: calc(100% - 16px);
      width: calc(100% - var(--ray-layout-grid-gutter-phone, 16px));
      margin: 0 8px;
      margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .ray-grid__cell--span-full {
      width: calc(100% - 16px);
      width: calc(100% - var(--ray-layout-grid-gutter-phone, 16px));
      margin: 0 8px;
      margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .ray-grid__cell--span-4-phone {
      width: calc(100% - 16px);
      width: calc(100% - var(--ray-layout-grid-gutter-phone, 16px));
      margin: 0 8px;
      margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
    }
  }

  .ray-card {
    width: 100%;
    border-radius: 0.25rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  @media (min-width: 1195px) {
    .ray-card--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .ray-card--row .ray-image--16by9 {
      padding-bottom: calc(50% / (16 / 9));
    }

    .ray-card--row .ray-card__content {
      padding: 2.5rem;
    }

    .ray-card--row .ray-card__content:last-child {
      border-top: 0.0625rem solid #e3e3e3;
      border-radius: 0 0.25rem 0.25rem 0;
      border-left: 0;
    }

    .ray-card--row .ray-card__image,
    .ray-card--row .ray-card__content {
      width: 50%;
    }

    .ray-card--row .ray-card__image:first-child {
      border-radius: 0.25rem 0 0 0.25rem;
    }
  }

  .ray-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.5rem 1rem;
    border-left: 0.0625rem solid #e3e3e3;
    border-right: 0.0625rem solid #e3e3e3;
  }

  .ray-card__content:last-child {
    border-bottom: 0.0625rem solid #e3e3e3;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .ray-card__image:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .ray-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #e3e3e3;
  }

  .ray-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
  }

  .ray-image--16by9 {
    padding-bottom: calc(100% / (16 / 9));
  }

  body {
    padding-top: 80px;
  }

  .scrollToTop {
    background: blue;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    bottom: 121px;
    z-index: 10000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
    display: block;
    padding-top: 3px;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }
.cntctnmbr span {
    color: #fff!important;
}

.cntctnmbr a {
    color: #fff;
}
  .page-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
  }

  .inr-head {
    height: 70px;
    display: flex;
    align-items: center;
  }

  .mobile-toggle-btn {
    display: none;
  }

  .page-nav {
    margin-left: 130px;
  }

  .page-nav li {
    padding-left: 56px;
    display: inline-block;
  }

  .page-nav li:first-child {
    padding-left: 0;
  }

  .page-nav li a {
    color: #000000;
    position: relative;
    padding-bottom: 8px;
  }

  .page-nav li a:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: #000;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1),
      -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }

  .page-nav li a:after {
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .page-nav li a:hover:after,
  .page-nav li a.active:after {
    -webkit-animation: scaleUp 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    animation: scaleUp 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -webkit-transform: none;
    transform: none;
    text-decoration: none;
    outline: none;
  }

  .page-nav li a:focus {
    text-decoration: none;
  }

  .menu-toggle,
  .menu-toggle-target {
    display: none;
  }

  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px !important;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
  }

  .owl-carousel .owl-nav button:focus {
    outline: none !important;
  }

  .owl-carousel .owl-nav button:hover {
    background: #e3e3e3 !important;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0;
    display: none;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 26px;
  }

  .owl-carousel .owl-nav button .fa {
      font-size: 32px !important;
    color: #fcc811 !important;
    line-height: 41px !important;
  }

  .page-footer {
    background: #f7f7f7;
    padding: 25px 0 15px 0;
  }

  .footer-rit-section {
    text-align: center;
    display: flex;
    align-items: center;
  }

  .footer-rit-in {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }

  .inner-pages {
    padding: 28px 0 30px 0;
  }

  .straight-hd-style {
    margin-bottom: 27px;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }

  .straight-hd-style .ray-text--h1 {
    margin-bottom: 0;
  }

  .slider-mn {
    position: relative;
    margin-bottom: 64px;
  }

  .location-content .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }

  .thumbnail-slider-container {
    width: 80%;
    display: inline-block;
  }

  .slider-mn .owl-carousel .owl-item img {
    border-radius: 4px;
  }

  .content-area-location {
    padding: 0 80px 0 0;
  }

  .content-col1-location,
  .content-col2-location {
    margin-bottom: 50px;
  }

  .content-col1-location {
    margin-bottom: 50px;
  }

  .content-col2-location .ray-card {
    margin-bottom: 2rem;
  }

  .buildng-specs-hd {
    padding: 1rem 0 20px 0;
    text-transform: uppercase;
  }

  .building-specs ul {
    display: flex;
    flex-flow: row wrap;
  }

  .building-specs li {
    width: calc(50% - var(--ray-layout-grid-gutter-full, 63px));
    margin: 0 12px 24px 40px;
    position: relative;
  }

  .gray-bx {
    background: #f7f7f7;
    padding: 1rem 1.5rem;
    margin-bottom: 8px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
  }

  .floating-shcdule {
    background: #f7f7f7;
    width: 100%;
    padding: 10px;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    transition: linear 0.2s all 0s;
  }

  .floating-shcdule a {
      width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 19px;
    color: #000000;
    text-decoration: none;
    padding: 0 13px;
    background: #fcc811;
    text-align: center;
    z-index: 99999;
    border-radius: 0.25rem;
  }

  .location-content {
    position: relative;
    height: auto;
    width: 100%;
  }

  img[src$=".gif"] {
    width: 35px;
    height: 35px;
  }

  section.scroll-out {
    height: 90px;
    display: none;
    width: 100%;
    margin-top: -100px;
    padding-top: 90px;
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }

  @media (max-width: 1195px) {
    .mobile-toggle-btn {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      display: block;
      position: relative;
      z-index: 999999;
      cursor: pointer;
    }

    .mobile-toggle-btnin {
      top: 2px;
    }
.mobile-toggle-btn {
    margin-top: -7px;
}
    .mobile-toggle-btnin,
    .mobile-toggle-btnin:before,
    .mobile-toggle-btnin:after {
            content: "";
        width: 26px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .mobile-toggle-btnin {
      top: 2px;
    }

    .mobile-toggle-btnin:before {
      top: 10px;
    }

    .mobile-toggle-btnin:after {
      top: 20px;
    }

    .mobile-toggle-btn.active .mobile-toggle-btnin {
      transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .mobile-toggle-btn.active .mobile-toggle-btnin:before {
      transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
      opacity: 0;
    }

    .mobile-toggle-btn.active .mobile-toggle-btnin:after {
      transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

    .page-nav {
      width: 270px;
      height: 100%;
      float: left;
      position: fixed;
      background: #ffffff;
      left: 0;
      top: 0;
      z-index: 99999;
      margin: 0;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: all, 0.5s, ease-in-out;
      -khtml-transition: all, 0.5s, ease-in-out;
      -moz-transition: all, 0.5s, ease-in-out;
      -ms-transition: all, 0.5s, ease-in-out;
      -o-transition: all, 0.5s, ease-in-out;
      transition: all, 0.5s, ease-in-out;
      -webkit-transform: translatex(-270px);
      -khtml-transform: translatex(-270px);
      -moz-transform: translatex(-270px);
      -ms-transform: translatex(-270px);
      -o-transform: translatex(-270px);
      transform: translatex(-270px);
      transition: linear 0.2s all 0s;
      left: 0;
      top: inherit;
      bottom: 0;
    }

    .page-nav .navigation {
      padding: 70px 0 0 0;
    }

    .slide-nav {
      -webkit-transform: translatex(0);
      -khtml-transform: translatex(0);
      -moz-transform: translatex(0);
      -ms-transform: translatex(0);
      -o-transform: translatex(0);
      transform: translatex(0);
    }

    .overlay-screen {
      background: rgba(0, 0, 0, 0.3);
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99999;
      display: none;
    }

    .page-nav-in {
      background: #ffffff;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
    }

    .page-nav li {
      padding: 0 20px;
      position: relative;
      display: block;
    }

    .page-nav li:first-child {
      padding: 0 20px;
    }

    .page-nav li:after {
      content: "";
      width: 0%;
      height: 2px;
      background: #000000;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -webkit-transition: all, 0.2s, ease-in-out;
      -khtml-transition: all, 0.2s, ease-in-out;
      -moz-transition: all, 0.2s, ease-in-out;
      -ms-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out;
      transition: linear 0.2s all 0s;
    }

    .page-nav li a:after {
      display: none;
    }

    .page-nav li:hover:after {
      width: 100%;
    }

    .page-nav li {
      float: none;
      margin-bottom: 10px;
    }

    .page-nav li a {
      font-size: 22px;
    }

    .owl-carousel .owl-nav .owl-prev {
      display: block;
    }

    .owl-carousel .owl-nav .owl-next {
      right: -1px;
    }

    .page-footer {
      padding-bottom: 50px;
    }

    .ray-text--h2 {
      font-size: 1.5rem;
    }

    .floating-shcdule {
      display: block;
    }

    .floating-shcdule a {
      display: block;
    }

    #form-slide {
      margin-top: -90px;
      padding-top: 90px;
    }

    section.scroll-out {
      display: block;
    }
  }

  @media (min-width: 600px) and (max-width: 1195px) {
    .page-nav li {
      padding: 0 50px;
    }

    .page-nav li:first-child {
      padding: 0 50px;
    }
  }

  @media (min-width: 600px) and (max-width: 992px) {
    .content-area-location {
      padding-right: 0;
    }
  }

  @media (max-width: 1024px) {

    .location-content .ray-grid__cell--span-5-tablet,
    .location-content .ray-grid__cell--span-3-tablet {
      width: calc(100% - var(--ray-layout-grid-gutter-tablet, 24px));
    }

    .content-area-location {
      padding-right: 0;
    }
  }

  @media (max-width: 600px) {
    .owl-carousel .owl-nav {
      display: none;
    }

    .footer-rit-in {
      margin-left: 0;
    }

    .footer-rit-section {
      text-align: left;
    }

    .inner-pages {
      padding-top: 18px;
    }

    .straight-hd-style {
      margin-bottom: 18px;
    }

    .gray-bx {
      padding: 1rem;
    }

    .straight-hd-style {
      display: block;
    }

    .content-area-location {
      padding-right: 0;
    }

    .building-specs li {
      width: 100%;
    }

    .slider-mn {
      margin-bottom: 40px;
    }

    .content-col1-location {
      margin-bottom: 40px;
    }

    .buildng-specs-hd {
      padding-top: 1rem;
    }

    .thumbnail-slider-container {
      width: 100%;
      margin-top: 15px;
    }

    .content-area-location .ray-card .ray-text--h5 {
      font-size: 20px;
    }
  }
}

/*! CSS Used from: http://127.0.0.1:8080/css/form.css ; media=all */
@media all {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact textarea,
  #contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
  }

  #contact {
    background: #f9f9f9;
    padding: 25px;
  }

  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }

  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
  }

  #contact input[type="text"]:hover,
  #contact input[type="email"]:hover,
  #contact input[type="tel"]:hover,
  #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
  }

  #contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
  }

  #contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0000ff;
    color: #fff;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
  }

  #contact button[type="submit"]:hover {
    background: #0000ff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  #contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  #contact input:focus,
  #contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
  }

  ::-webkit-input-placeholder {
    color: #888;
  }

  :-moz-placeholder {
    color: #888;
  }

  ::-moz-placeholder {
    color: #888;
  }

  :-ms-input-placeholder {
    color: #888;
  }
}

/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */
/* .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .fa-angle-up:before {
    content: "\f106";
  } */
/*! CSS Used from: http://127.0.0.1:8080/css/style_revision.css ; media=all */
@media all {

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

  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }

  @media print {

    *,
    ::after,
    ::before {
      text-shadow: none !important;
      box-shadow: none !important;
    }

    img {
      page-break-inside: avoid;
    }
  }

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

  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }

  @media all {

    div,
    img,
    li,
    span,
    ul {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
    }

    ul {
      list-style: none;
    }

    img {
      border-style: none;
    }

    * {
      box-sizing: border-box;
    }

    @media (min-width: 1195px) {
      .ray-grid {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        align-items: stretch;
        margin: 0 -12px;
        margin-left: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2 * -1);
        margin-right: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2 * -1);
      }
    }

    @media (min-width: 600px) and (max-width: 1195px) {
      .ray-grid {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        align-items: stretch;
        margin: 0 -12px;
        margin-left: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2 * -1);
        margin-right: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2 * -1);
      }
    }

    @media (max-width: 500px) {
      .ray-grid {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        align-items: stretch;
        margin: 0 -12px;
        margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2 * -1);
        margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2 * -1);
      }
    }

    img {
      max-width: 100%;
      height: auto;
      width: auto;
    }
  }

  @media all {
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    ::-webkit-input-placeholder {
      color: #888;
    }

    :-moz-placeholder {
      color: #888;
    }

    ::-moz-placeholder {
      color: #888;
    }

    :-ms-input-placeholder {
      color: #888;
    }
  }

  @media all {
    * {
      box-sizing: border-box;
    }
  }

  @media all {
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    ::-webkit-input-placeholder {
      color: #888;
    }

    :-moz-placeholder {
      color: #888;
    }

    ::-moz-placeholder {
      color: #888;
    }

    :-ms-input-placeholder {
      color: #888;
    }
  }

  @media all {

    div,
    span {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
    }

    * {
      box-sizing: border-box;
    }
  }

  @media all {
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    ::-webkit-input-placeholder {
      color: #888;
    }

    :-moz-placeholder {
      color: #888;
    }

    ::-moz-placeholder {
      color: #888;
    }

    :-ms-input-placeholder {
      color: #888;
    }
  }

  .ray-text--body-small {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
  }

  @media (min-width: 1195px) {
    .ray-grid {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      align-items: stretch;
      margin: 0 -12px;
      margin-left: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2 * -1);
      margin-right: calc(var(--ray-layout-grid-gutter-desktop, 24px) / 2 * -1);
    }
  }

  @media (min-width: 600px) and (max-width: 1194px) {
    .ray-grid {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      align-items: stretch;
      margin: 0 -12px;
      margin-left: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2 * -1);
      margin-right: calc(var(--ray-layout-grid-gutter-tablet, 24px) / 2 * -1);
    }
  }

  @media (max-width: 599px) {
    .ray-grid {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      align-items: stretch;
      margin: 0 -8px;
      margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2 * -1);
      margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2 * -1);
    }
  }

  * {
    box-sizing: border-box;
  }

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

  ::-webkit-input-placeholder {
    color: #bbb;
  }

  ::-moz-placeholder {
    color: #bbb;
  }

  ::-ms-input-placeholder {
    color: #bbb;
  }

  ::placeholder {
    color: #bbb;
  }

  img {
    border-style: none;
  }

  * {
    box-sizing: border-box;
  }

  * {
    box-sizing: border-box;
  }

  ::-webkit-input-placeholder {
    color: #bbb;
  }

  ::-moz-placeholder {
    color: #bbb;
  }

  ::-ms-input-placeholder {
    color: #bbb;
  }

  ::placeholder {
    color: #bbb;
  }

  * {
    box-sizing: border-box;
  }

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

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }

  button {
    border-radius: 0;
  }

  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }

  button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  button {
    overflow: visible;
  }

  button {
    text-transform: none;
  }

  button {
    -webkit-appearance: button;
  }

  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

  @media print {

    *,
    ::after,
    ::before {
      text-shadow: none !important;
      box-shadow: none !important;
    }

    img {
      page-break-inside: avoid;
    }

    p {
      orphans: 3;
      widows: 3;
    }
  }

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

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }

  button {
    border-radius: 0;
  }

  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }

  button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  button {
    overflow: visible;
  }

  button {
    text-transform: none;
  }

  button {
    -webkit-appearance: button;
  }

  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

  p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
  }

  @media all {

    div,
    img,
    p {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
    }

    img {
      border-style: none;
    }

    button {
      font-family: inherit;
      font-size: 100%;
      line-height: 1.15;
      margin: 0;
    }

    button {
      overflow: visible;
    }

    button {
      text-transform: none;
    }

    button {
      -webkit-appearance: button;
    }

    button::-moz-focus-inner {
      border-style: none;
      padding: 0;
    }

    button:-moz-focusring {
      outline: 1px dotted ButtonText;
    }

    * {
      box-sizing: border-box;
    }

    @media (max-width: 600px) {
      .ray-grid__cell--span-4-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--ray-layout-grid-gutter-phone, 16px));
        margin: 0 8px;
        margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
        margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
      }
    }

    .ray-image {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
      border-radius: 0.25rem;
      background-color: #e3e3e3;
      background: #fff;
    }

    .ray-image img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }

    .ray-image--16by9 {
      padding-bottom: calc(100% / (16 / 9));
    }

    img {
      max-width: 100%;
      height: auto;
      width: auto;
    }
  }

  @media all {
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    ::-webkit-input-placeholder {
      color: #888;
    }

    :-moz-placeholder {
      color: #888;
    }

    ::-moz-placeholder {
      color: #888;
    }

    :-ms-input-placeholder {
      color: #888;
    }
  }

  @media all {
    * {
      box-sizing: border-box;
    }
  }

  @media all {
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    ::-webkit-input-placeholder {
      color: #888;
    }

    :-moz-placeholder {
      color: #888;
    }

    ::-moz-placeholder {
      color: #888;
    }

    :-ms-input-placeholder {
      color: #888;
    }
  }

  @media all {
    div {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
    }

    * {
      box-sizing: border-box;
    }
  }

  @media all {
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    ::-webkit-input-placeholder {
      color: #888;
    }

    :-moz-placeholder {
      color: #888;
    }

    ::-moz-placeholder {
      color: #888;
    }

    :-ms-input-placeholder {
      color: #888;
    }
  }

  * {
    box-sizing: border-box;
  }

  ::-webkit-input-placeholder {
    color: #bbb;
  }

  ::-moz-placeholder {
    color: #bbb;
  }

  ::-ms-input-placeholder {
    color: #bbb;
  }

  ::placeholder {
    color: #bbb;
  }

  img {
    border-style: none;
  }

  button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button {
    text-transform: none;
  }

  button {
    -webkit-appearance: button;
  }

  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  * {
    box-sizing: border-box;
  }

  @media (max-width: 599px) {
    .ray-grid__cell--span-4-phone {
      width: calc(100% - 16px);
      width: calc(100% - var(--ray-layout-grid-gutter-phone, 16px));
      margin: 0 8px;
      margin-left: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
      margin-right: calc(var(--ray-layout-grid-gutter-phone, 16px) / 2);
    }
  }

  .ray-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #e3e3e3;
  }

  .ray-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
  }

  .ray-image--16by9 {
    padding-bottom: calc(100% / (16 / 9));
  }

  * {
    box-sizing: border-box;
  }

  ::-webkit-input-placeholder {
    color: #bbb;
  }

  ::-moz-placeholder {
    color: #bbb;
  }

  ::-ms-input-placeholder {
    color: #bbb;
  }

  ::placeholder {
    color: #bbb;
  }

  * {
    box-sizing: border-box;
  }
}

/*! CSS Used from: Embedded */
.theiaStickySidebar:after {
  content: "";
  display: table;
  clear: both;
}

/*! CSS Used from: https://css.zohocdn.com/salesiq/styles/floatbutton_4c79b6617409541e406ce7dc218c81d6_.css */
.zsiq_float,
.zsiq_float * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zsiq_float * {
  font-family: inherit;
}

.zsiq_float em {
  font-style: normal;
}

.zsiq_float {
  display: inline-block;
  cursor: pointer;
}

.zsiq_floatmain {
  animation: 0.3s zoomIn;
  -webkit-animation: 0.3s zoomIn;
  -moz-animation: 0.3s zoomIn;
  -o-animation: 0.3s zoomIn;
  -ms-animation: 0.3s zoomIn;
  z-index: 2247483646 !important;
  opacity: 1;
  visibility: visible !important;
}

.zsiq_floatmain {
  position: fixed;
}

.siq_bR {
  bottom: 10px;
  right: 10px;
}

.siq_rht {
  right: 0;
}

.zls-prelative iframe {
  height: 417px !important;
}

.zls-prelative {
  position: relative;
  z-index: 10000001;
  height: 100%;
}

.zls-prelative iframe {
  z-index: 999999;
}

.zls-sptwndw iframe {
  border: none;
  opacity: 1 !important;
}

.zls-sptwndw {
  height: 417px;
  width: 300px;
  visibility: visible !important;
}

.zls-sptwndw {
  position: fixed;
  display: none;
  bottom: 0;
  cursor: pointer;
  z-index: 2247483647 !important;
}

.siqembed.zls-sptwndw {
  right: 15px;
  bottom: 15px;
}

.zsiq-newtheme.zls-sptwndw {
  right: 5px;
}

[embedtheme] iframe {
  height: 100% !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

[embedtheme] {
  height: 460px !important;
  width: 371px !important;
}

.zsiq-newtheme.zsiq_size2[embedtheme],
.zsiq_size2[embedtheme] {
  height: 85% !important;
}

.siqembed.zsiq-newtheme {
  height: 674px !important;
  width: 391px !important;
}

.siqembed.zsiq-newtheme iframe {
  height: 100% !important;
  box-shadow: none;
  width: 1px;
  min-width: 100%;
}

@media only screen and (min-height: 750px) and (max-height: 5000px) {
  .zsiq_size2[embedtheme] {
    height: 592px !important;
  }

  .zsiq_size2.zsiq-newtheme[embedtheme] {
    height: 663px !important;
  }
}

.zsiq_float {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

em.zsiq_unrdcnt:before {
  color: #fff;
}

.zsiq_theme8 .zsiq_flt_rel {
  display: inline-flex;
  position: relative;
  padding: 3px;
  max-width: 250px;
  border-radius: 60px;
  box-shadow: 0 0 15px -7px #000;
  font-size: 15px;
  color: #424242;
  line-height: 16px;
  align-items: center;
  background-color: #fff;
}

.zsiq_theme8 .zsiq_flt_rel span {
  vertical-align: middle;
  width: 130px;
  display: inline-block;
  margin: 0 5px;
}

.zsiq_theme8 .zsiq_chatbtn,
.zsiq_theme8 .zsiq_unrdcnt {
  float: right;
  display: inline-block;
  height: 34px;
  width: 34px;
  background-color: #ff3520;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  border-radius: 35px;
  color: #fff;
}

.zsiq_theme8 .zsiq_chatbtn {
  min-width: 97px;
  background-color: #4a7cda;
  cursor: pointer;
}

.zsiq_theme8 .zsiq_flt_rel:not(.siqico-offline) span:first-child {
  line-height: 34px;
  margin-left: 15px;
}

.zsiq_theme8 {
  height: 38px;
}

div.zsiq_flt_rel {
  margin: 0 !important;
}

.zsiq_floatmain {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: center center;
}

.siqtrans:not(.siq_showload) {
  display: block;
  animation: 0.5s zsiqcwhanim;
  -webkit-animation: 0.5s zsiqcwhanim;
  -moz-animation: 0.5s zsiqcwhanim;
  -o-animation: 0.5s zsiqcwhanim;
  -ms-animation: 0.5s zsiqcwhanim;
  transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
}

.zsiq_unrdcnt {
  animation: 0.3s zoomIn;
  -webkit-animation: 0.3s zoomIn;
  -moz-animation: 0.3s zoomIn;
  -o-animation: 0.3s zoomIn;
  -ms-animation: 0.3s zoomIn;
}

@media only screen and (min-width: 100px) and (max-width: 555px) {

  .zls-prelative,
  .zls-sptwndw {
    height: 100%;
    width: 100%;
  }

  .siqembed[embedtheme],
  .siqembed[embedtheme] iframe,
  .zls-sptwndw {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
  }

  .siqembed[embedtheme],
  .siqembed[embedtheme] iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
  }

  .zls-prelative iframe {
    width: 100%;
    height: 100% !important;
    bottom: 0;
    position: absolute;
  }

  .siqtrans.siqtrans {
    transition-property: none;
  }

  body .zsiq-mobhgt[embedtheme].siqembed {
    height: 90% !important;
  }

  .zsiq-newtheme.zsiq_size2[embedtheme],
  body .zsiq-mobhgt[embedtheme].zsiq-newtheme {
    height: 100% !important;
  }
}

@media only screen and (min-width: 310px) and (max-width: 800px) and (max-height: 414px) {

  .zls-prelative,
  .zls-sptwndw {
    height: 100%;
    width: 100%;
  }

  .siqembed[embedtheme],
  .siqembed[embedtheme] iframe,
  .zls-sptwndw {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
  }

  .siqembed[embedtheme],
  .siqembed[embedtheme] iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .zls-prelative iframe {
    width: 100%;
    height: 100% !important;
    bottom: 0;
    position: absolute;
  }

  .siqtrans.siqtrans {
    transition-property: none;
  }

  body .zsiq-mobhgt[embedtheme].siqembed {
    height: 90% !important;
  }

  .zsiq-newtheme.zsiq_size2[embedtheme],
  body .zsiq-mobhgt[embedtheme].zsiq-newtheme {
    height: 100% !important;
  }
}

.zsiq_floatmain [class*=" siqico-"]::after,
.zsiq_floatmain [class*=" siqico-"]::before {
  font-family: siq !important;
}

[class*=" siqico-"]::after,
[class*=" siqico-"]::before {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.siqico-mincall:before {
  content: "\e90e";
}

.zsiq_ellips,
.zsiq_flt_rel span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  line-height: normal;
}

.zsiq_flt_rel {
  display: inline-block;
  vertical-align: middle;
}

em.zsiq_unrdcnt:before {
  color: #fff;
}

.siqtrans.siqhide {
  display: none;
}

.siqico-mincall:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  background: rgba(255, 53, 32, 0.4);
  border-radius: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.siqico-mincall:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  transform: scale(0);
  animation: 1.5s calscaleanim ease-in-out infinite;
  -webkit-animation: 1.5s calscaleanim ease-in-out infinite;
  -moz-animation: 1.5s calscaleanim ease-in-out infinite;
  -o-animation: 1.5s calscaleanim ease-in-out infinite;
  -ms-animation: 1.5s calscaleanim ease-in-out infinite;
}

/*! CSS Used from: Embedded */
#social {
  padding-right: 12px;
  margin-left: 8px;
  margin-top: 20px;
  width: 30px;
}

#social1 {
  padding-right: 12px;
  width: 25px;
  margin-top: 20px;
  padding-bottom: 2px;
}

/*! CSS Used from: Embedded */
.zsiq_chatbtn {
  background-color: #0066cc !important;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "FontAwesome";
  src: url(http://127.0.0.1:8080/themes/wework/common/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(http://127.0.0.1:8080/themes/wework/common/fonts/font-awesome/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"),
    url(http://127.0.0.1:8080/themes/wework/common/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(http://127.0.0.1:8080/themes/wework/common/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(http://127.0.0.1:8080/themes/wework/common/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(http://127.0.0.1:8080/themes/wework/common/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQewJER.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwewJER.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMewJER.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIewJER.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8ewJER.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: siq;
  src: url(https://css.zohocdn.com/salesiq/styles/fonts/float/siq_fff5a35bb02fe54ab867c0268e16e745_.eot);
  src: url(https://css.zohocdn.com/salesiq/styles/fonts/float/siq_fff5a35bb02fe54ab867c0268e16e745_.eot) format("embedded-opentype"),
    url(https://css.zohocdn.com/salesiq/styles/fonts/float/siq_97ef6fabaeee9282491ac0754d64dc8c_.ttf) format("truetype"),
    url(https://css.zohocdn.com/salesiq/styles/fonts/float/siq_d43bfdcfd033afbc96ccfde00b87ef51_.woff) format("woff"),
    url(https://css.zohocdn.com/salesiq/styles/fonts/float/siq_2a726d69a7857519a2622cf688fd6962_.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* custom css */
.scrollToTop {
  background: #fcc811;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  bottom: 121px;
  z-index: 10000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
  display: block;
  padding-top: 3px;
}

.scrollToTop-show {
  opacity: 1;
}

.page-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
}
/* thank you css */
.site-header__title{
  font-size: 6.25rem;
}
.main-content__body{
  font-size: 1.25rem;
  text-align: center;
}

@media all{
.cntctnmbr{margin:0 20px 0 auto;}
.cntctnmbr a{text-decoration:none;font-size:16px;font-weight:500;}
.cntctnmbr a img{display:none;}
img{max-width:100%;height:auto;width:auto;}
@media (max-width:1195px){
.cntctnmbr{margin-right:0;padding-right:0;}
}
@media (max-width:600px){
.cntctnmbr a span{display:none;}
.cntctnmbr a img{        display: block;
        width: 24px;
        filter: invert(1);
        filter: invert(0.5) sepia(1) saturate(5) hue-rotate(12deg);}
}
}

@media(max-width:768px){
    .contact-box ul.socala-icon li {
    border: 1px solid #777;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
}
}
