.e-gallery-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.e-gallery-container:not(.e-gallery-grid) {
  transition: padding-bottom var(--animation-duration);
}
.e-gallery-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: var(--animation-duration);
}
.e-gallery-item:not(:hover) .e-gallery-overlay {
  display: none;
}
.e-gallery-item.e-gallery-item--hidden {
  transform: scale3d(0, 0, 0);
  opacity: 0;
}
.e-gallery-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  transform-origin: center top;
  transition: var(--animation-duration);
}
.e-gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.e-gallery-overlay__title {
  font-size: 24px;
}
.e-gallery-grid:not(.e-gallery--animated) {
  display: grid;
  grid-gap: var(--vgap) var(--hgap);
  grid-template-columns: repeat(var(--columns), 1fr);
}
.e-gallery-grid:not(.e-gallery--animated) .e-gallery-item--hidden {
  position: absolute;
}
.e-gallery-grid.e-gallery--animated {
  padding-bottom: var(--container-aspect-ratio);
}
.e-gallery-grid.e-gallery--animated .e-gallery-item {
  --item-width: calc(
    (100% - ((var(--columns) - 1) * var(--hgap))) / var(--columns)
  );
  position: absolute;
  top: calc(((100% / var(--rows)) + (var(--vgap) / var(--rows))) * var(--row));
  width: var(--item-width);
}
.e-gallery-grid .e-gallery-image {
  padding-bottom: var(--aspect-ratio);
}
.e-gallery-justified {
  padding-bottom: calc(var(--container-aspect-ratio) * 100%);
}
.e-gallery-justified .e-gallery-item {
  position: absolute;
  width: calc(var(--item-width) * (100% - var(--hgap) * var(--gap-count)));
  height: var(--item-height);
  top: calc(var(--item-top) + (var(--row) * var(--vgap)));
}
.e-gallery-justified .e-gallery-image {
  height: 100%;
}
.e-gallery-masonry {
  height: 0;
  margin-bottom: calc(var(--highest-column-gap-count) * var(--vgap));
}
.e-gallery-masonry .e-gallery-item {
  position: absolute;
  width: calc(
    100% / var(--columns) -
      (var(--hgap) * (var(--columns) - 1) / var(--columns))
  );
  top: calc(var(--percent-height) + (var(--items-in-column) * var(--vgap)));
}
.e-gallery-masonry .e-gallery-image {
  padding-bottom: var(--item-height);
}
.e-gallery--ltr.e-gallery-grid.e-gallery--animated .e-gallery-item {
  left: calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)));
}
.e-gallery--ltr.e-gallery-justified .e-gallery-item {
  left: calc(
    var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) *
      var(--item-row-index)
  );
}
.e-gallery--ltr.e-gallery-masonry .e-gallery-item {
  left: calc(
    (
        100% / var(--columns) -
          (var(--hgap) * (var(--columns) - 1) / var(--columns))
      ) * var(--column) + (var(--hgap) * var(--column))
  );
}
.e-gallery--rtl.e-gallery-grid.e-gallery--animated .e-gallery-item {
  right: calc(
    var(--item-width) * var(--column) + (var(--hgap) * var(--column))
  );
}
.e-gallery--rtl.e-gallery-justified .e-gallery-item {
  right: calc(
    var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) *
      var(--item-row-index)
  );
}
.e-gallery--rtl.e-gallery-masonry .e-gallery-item {
  right: calc(
    (
        100% / var(--columns) -
          (var(--hgap) * (var(--columns) - 1) / var(--columns))
      ) * var(--column) + (var(--hgap) * var(--column))
  );
}
.e-gallery--lazyload .e-gallery-image:not(.e-gallery-image-loaded) {
  filter: opacity(0);
  transform: scale(0.5);
}
.mcb-section
  .mcb-wrap
  .mcb-item-fdh0nlze
  .mcb-column-inner-fdh0nlze
  ul.mfn-footer-menu-style-vertical {
  text-align: center;
}
.mcb-section
  .mcb-wrap
  .mcb-item-fdh0nlze
  .mcb-column-inner-fdh0nlze
  ul.mfn-footer-menu-style-horizontal {
  justify-content: center;
}
.mcb-section .mcb-wrap .mcb-item-fdh0nlze ul a:hover {
  color: #0a66c2;
}
.mcb-section-dy6lp2h9s {
  background-color: #0d0d0d;
  padding-top: 40px;
  padding-bottom: 25px;
}
.mcb-section .mcb-wrap .mcb-item-4ab7720c3 .mcb-column-inner-4ab7720c3 {
  margin-bottom: 25px;
}
.mcb-section .mcb-wrap .mcb-item-4ab7720c3 {
  flex: 0 0 180px;
  max-width: 180px;
}
.mcb-section .mcb-wrap .mcb-item-0fb5ca33b .mcb-column-inner-0fb5ca33b {
  margin-bottom: 10px;
}
.mcb-section .mcb-wrap .mcb-item-eca1facd0 .icon-wrapper i {
  font-size: 15px;
  color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-eca1facd0 .icon-wrapper {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-color: #fff4f4;
  border-width: 1px;
  border-radius: 100% 100% 100% 100%;
  margin-bottom: 0;
}
.mcb-section .mcb-wrap .mcb-item-eca1facd0 .mcb-column-inner-eca1facd0 {
  margin-right: 5px;
  margin-left: 5px;
}
.mcb-section .mcb-wrap .mcb-item-eca1facd0 .mfn-icon-box:hover .icon-wrapper {
  background-color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-eca1facd0 .mfn-icon-box:hover .icon-wrapper i {
  color: #000;
}
.mcb-section .mcb-wrap .mcb-item-kig63fb7 .icon-wrapper i {
  font-size: 15px;
  color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-kig63fb7 .icon-wrapper {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-color: #fff4f4;
  border-width: 1px;
  border-radius: 100% 100% 100% 100%;
  margin-bottom: 0;
}
.mcb-section .mcb-wrap .mcb-item-kig63fb7 .mcb-column-inner-kig63fb7 {
  margin-right: 5px;
  margin-left: 5px;
}
.mcb-section .mcb-wrap .mcb-item-kig63fb7 .mfn-icon-box:hover .icon-wrapper {
  background-color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-kig63fb7 .mfn-icon-box:hover .icon-wrapper i {
  color: #000;
}
.mcb-section .mcb-wrap .mcb-item-7fa4b1329 .icon-wrapper i {
  font-size: 15px;
  color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-7fa4b1329 .icon-wrapper {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-color: #fff4f4;
  border-width: 1px;
  border-radius: 100% 100% 100% 100%;
  margin-bottom: 0;
}
.mcb-section .mcb-wrap .mcb-item-7fa4b1329 .mcb-column-inner-7fa4b1329 {
  margin-right: 5px;
  margin-left: 5px;
}
.mcb-section .mcb-wrap .mcb-item-7fa4b1329 .mfn-icon-box:hover .icon-wrapper {
  background-color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-7fa4b1329 .mfn-icon-box:hover .icon-wrapper i {
  color: #000;
}
.mcb-section .mcb-wrap .mcb-item-ec4f9805c .icon-wrapper i {
  font-size: 15px;
  color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-ec4f9805c .icon-wrapper {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-color: #fff4f4;
  border-width: 1px;
  border-radius: 100% 100% 100% 100%;
  margin-bottom: 0;
}
.mcb-section .mcb-wrap .mcb-item-ec4f9805c .mcb-column-inner-ec4f9805c {
  margin-right: 5px;
}
.mcb-section .mcb-wrap .mcb-item-ec4f9805c .mfn-icon-box:hover .icon-wrapper {
  background-color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-ec4f9805c .mfn-icon-box:hover .icon-wrapper i {
  color: #000;
}
.mcb-section .mcb-wrap .mcb-item-c667b6ada .icon-wrapper i {
  font-size: 15px;
  color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-c667b6ada .icon-wrapper {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-color: #fff4f4;
  border-width: 1px;
  border-radius: 100% 100% 100% 100%;
  margin-bottom: 0;
}
.mcb-section .mcb-wrap .mcb-item-c667b6ada .mcb-column-inner-c667b6ada {
  margin-right: 5px;
  margin-left: 5px;
}
.mcb-section .mcb-wrap .mcb-item-c667b6ada .mfn-icon-box:hover .icon-wrapper {
  background-color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-c667b6ada .mfn-icon-box:hover .icon-wrapper i {
  color: #000;
}
.mcb-section .mcb-wrap .mcb-item-pywpk6ymf .icon-wrapper i {
  font-size: 15px;
  color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-pywpk6ymf .icon-wrapper {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-color: #fff4f4;
  border-width: 1px;
  border-radius: 100% 100% 100% 100%;
  margin-bottom: 0;
}
.mcb-section .mcb-wrap .mcb-item-pywpk6ymf .mcb-column-inner-pywpk6ymf {
  margin-right: 5px;
  margin-left: 5px;
}
.mcb-section .mcb-wrap .mcb-item-pywpk6ymf .mfn-icon-box:hover .icon-wrapper {
  background-color: #fff;
}
.mcb-section .mcb-wrap .mcb-item-pywpk6ymf .mfn-icon-box:hover .icon-wrapper i {
  color: #000;
}
.mcb-section .mcb-wrap-c48701065 .mcb-wrap-inner-c48701065 {
  padding-right: 10%;
}
.mcb-section .mcb-wrap .mcb-item-c23498bb4 .title {
  background-position: center center;
}
.mcb-section .mcb-wrap .mcb-item-c23498bb4 .mcb-column-inner-c23498bb4 {
  margin-bottom: 20px;
}
.mcb-section
  .mcb-wrap
  .mcb-item-d1c0cadf0
  .mcb-column-inner-d1c0cadf0
  ul.mfn-footer-menu-style-vertical {
  text-align: left;
}
.mcb-section
  .mcb-wrap
  .mcb-item-d1c0cadf0
  .mcb-column-inner-d1c0cadf0
  ul.mfn-footer-menu-style-horizontal {
  justify-content: center;
}
.mcb-section .mcb-wrap .mcb-item-d1c0cadf0 ul a:hover {
  color: #0a66c2;
}
.mcb-section .mcb-wrap .mcb-item-72b5ee0a2 .title {
  background-position: center center;
}
.mcb-section .mcb-wrap .mcb-item-72b5ee0a2 .mcb-column-inner-72b5ee0a2 {
  margin-bottom: 20px;
}
.mcb-section
  .mcb-wrap
  .mcb-item-396fafe69
  .mcb-column-inner-396fafe69
  ul.mfn-footer-menu-style-vertical {
  text-align: left;
}
.mcb-section
  .mcb-wrap
  .mcb-item-396fafe69
  .mcb-column-inner-396fafe69
  ul.mfn-footer-menu-style-horizontal {
  justify-content: center;
}
.mcb-section .mcb-wrap .mcb-item-396fafe69 ul a:hover {
  color: #0a66c2;
}
.mcb-section .mcb-wrap .mcb-item-oiuggsfbm .image_frame {
  width: 160px;
}
.mcb-section .mcb-wrap .mcb-item-a84f8a06d .title {
  background-position: center center;
}
.mcb-section .mcb-wrap .mcb-item-a84f8a06d .mcb-column-inner-a84f8a06d {
  margin-bottom: 30px;
}
.mcb-section-e0c4e2bd0 {
  background-color: #131313;
  padding-top: 80px;
  padding-bottom: 0;
}
.mcb-section .mcb-wrap .mcb-item-9f018dde8 .column_attr {
  text-align: center;
}
.mcb-section .mcb-wrap .mcb-item-9f018dde8 .mcb-column-inner-9f018dde8 {
  margin-bottom: 0;
}
.mcb-section-860a2ea99 {
  background-color: #0d0d0d;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  .mcb-section
    .mcb-wrap
    .mcb-item-fdh0nlze
    .mcb-column-inner-fdh0nlze
    ul.mfn-footer-menu-style-vertical {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-fdh0nlze
    .mcb-column-inner-fdh0nlze
    ul.mfn-footer-menu-style-horizontal {
    justify-content: center;
  }
}
@media (max-width: 959px) {
  .mcb-section
    .mcb-wrap
    .mcb-item-fdh0nlze
    .mcb-column-inner-fdh0nlze
    ul.mfn-footer-menu-style-vertical {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-fdh0nlze
    .mcb-column-inner-fdh0nlze
    ul.mfn-footer-menu-style-horizontal {
    justify-content: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-d1c0cadf0
    .mcb-column-inner-d1c0cadf0
    ul.mfn-footer-menu-style-vertical {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-d1c0cadf0
    .mcb-column-inner-d1c0cadf0
    ul.mfn-footer-menu-style-horizontal {
    justify-content: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-396fafe69
    .mcb-column-inner-396fafe69
    ul.mfn-footer-menu-style-vertical {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-396fafe69
    .mcb-column-inner-396fafe69
    ul.mfn-footer-menu-style-horizontal {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mcb-section
    .mcb-wrap
    .mcb-item-fdh0nlze
    .mcb-column-inner-fdh0nlze
    ul.mfn-footer-menu-style-vertical {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-fdh0nlze
    .mcb-column-inner-fdh0nlze
    ul.mfn-footer-menu-style-horizontal {
    justify-content: center;
  }
  .mcb-section .mcb-wrap .mcb-item-0fb5ca33b .column_attr {
    text-align: center;
  }
  .mcb-section .mcb-wrap-c48701065 .mcb-wrap-inner-c48701065 {
    justify-content: center;
    padding-right: 0;
  }
  .mcb-section .mcb-wrap .mcb-item-c23498bb4 .title {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-d1c0cadf0
    .mcb-column-inner-d1c0cadf0
    ul.mfn-footer-menu-style-vertical {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-d1c0cadf0
    .mcb-column-inner-d1c0cadf0
    ul.mfn-footer-menu-style-horizontal {
    justify-content: center;
  }
  .mcb-section .mcb-wrap .mcb-item-d1c0cadf0 ul a {
    padding-top: 0;
  }
  .mcb-section .mcb-wrap .mcb-item-d1c0cadf0 .mcb-column-inner-d1c0cadf0 {
    margin-top: -10px;
  }
  .mcb-section .mcb-wrap .mcb-item-72b5ee0a2 .title {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-396fafe69
    .mcb-column-inner-396fafe69
    ul.mfn-footer-menu-style-vertical {
    text-align: center;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-396fafe69
    .mcb-column-inner-396fafe69
    ul.mfn-footer-menu-style-horizontal {
    justify-content: center;
  }
  .mcb-section .mcb-wrap .mcb-item-396fafe69 ul a {
    padding-top: 0;
  }
  .mcb-section .mcb-wrap .mcb-item-396fafe69 .mcb-column-inner-396fafe69 {
    margin-top: -10px;
  }
  .mcb-section .mcb-wrap .mcb-item-oiuggsfbm .mcb-column-inner-oiuggsfbm {
    text-align: center;
  }
  .mcb-section .mcb-wrap .mcb-item-oiuggsfbm .image_frame {
    width: 200px;
  }
  .mcb-section .mcb-wrap .mcb-item-a84f8a06d .title {
    text-align: center;
  }
  .mcb-section .mcb-wrap .mcb-item-c532e12d3 .column_attr {
    text-align: center;
  }
  .mcb-section .mcb-wrap .mcb-item-c532e12d3 .mcb-column-inner-c532e12d3 {
    margin-top: -32px;
  }
  .mcb-section-e0c4e2bd0 {
    padding-bottom: 0;
  }
}
div[class*="ays-pb-modal_"].ays_cmd_window,
div[class*="ays-pb-modal_"].ays_win98_window,
div[class*="ays-pb-modal_"].ays_winxp_window {
  z-index: 1;
  pointer-events: fill;
  animation-fill-mode: forwards !important;
}
.ays-pb-modals {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  text-align: center;
  height: 100%;
}
.ays-pb-modals.ays-pb-notification-modal {
  position: unset;
  text-align: unset;
}
div[class*="ays-pb-modal_"].ays_notification_window {
  width: 100%;
  animation-duration: 0s !important;
  position: relative;
}
.ays_pb_fa,
i.ays_pb_fa {
  font-weight: 900;
}
.ays_pb_fa {
  display: inline-block;
  font: 900 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ays_pb_far {
  font-weight: 400 !important;
}
.ays_pb_fa_volume {
  content: "f028";
}
.ays_pb_fa_volume_off {
  content: "f026";
}
.fa-window-maximize:before {
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 #ccc;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: 3px solid #fff;
  top: 4px;
  left: 4px;
}
.ays-close-button-on-off,
.ays_pb_display_none_inp,
input.ays-pb-modal-check[type="checkbox"] {
  display: none !important;
}
.ays-pb-modals:not(.ays-pb-modals.ays-pb-notification-modal)::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.ays-pb-modal-check,
.ays-pb-modal-check:checked ~ .ays-pb-modal {
  pointer-events: auto;
}
.ays_button.ays_two {
  position: fixed;
  left: 5px;
  top: 5px;
  color: #9c00ff !important;
}
div[class*="ays-pb-modal_"].ays_cmd_window {
  width: 450px;
  transition: 0.5s !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: scroll;
}
.ays_image_window .ays_image_main:not(.ays-pb-show-scrollbar),
.ays_minimal_window .ays_minimal_main:not(.ays-pb-show-scrollbar),
div[class*="ays-pb-modal_"].ays-pb-modal:not(.ays-pb-show-scrollbar),
div[class*="ays-pb-modal_"].ays_cmd_window:not(.ays-pb-show-scrollbar),
div[class*="ays-pb-modal_"].ays_lil_window:not(.ays-pb-show-scrollbar),
div[class*="ays-pb-modal_"].ays_ubuntu_window:not(.ays-pb-show-scrollbar),
div[class*="ays-pb-modal_"].ays_window:not(.ays-pb-show-scrollbar),
div[class*="ays-pb-modal_"].ays_winxp_window:not(.ays-pb-show-scrollbar) {
  scrollbar-width: none;
}
.ays_cmd_window .ays_cmd_window-content {
  height: 79%;
  position: relative;
  background: unset;
  box-shadow: unset;
  border: unset;
}
.ays_cmd_window.ays_cmd_window--maximized,
.ays_ubuntu_window.ays_ubuntu_window--maximized,
.ays_window.ays_cmd_window--maximized,
.ays_winxp_window.ays_winxp_window--maximized {
  width: 98% !important;
  flex-grow: 1 !important;
  height: 98% !important;
  top: unset !important;
}
.ays_cmd_window.ays_cmd_window--minimized,
.ays_window.ays_cmd_window--minimized {
  height: 25px !important;
  width: 250px !important;
  bottom: 0 !important;
  top: unset !important;
  overflow: visible;
}
.ays-pb-dismiss-ad > button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile,
.ays_cmd_window.ays_cmd_window--minimized .ays_cmd_window-content,
.ays_pb_display_none,
.ays_ubuntu_window.ays_ubuntu_window--minimized .ays_ubuntu_folder-info,
.ays_window.ays_cmd_window--minimized .ays_cmd_window-content {
  display: none;
}
.ays_cmd_window.ays_cmd_window--destroyed {
  opacity: 0;
  width: 0;
  height: 0;
}
.ays_cmd_window-header {
  background-color: #eee;
  height: 25px;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 12;
  box-shadow: unset;
  border-bottom: 0;
}
.ays_cmd_window-controls {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  background-image: unset;
  padding: 0;
  box-shadow: unset;
}
.ays_cmd_window-header .ays_cmd_window_title {
  width: 80%;
  cursor: pointer;
}
.ays_cmd_window-header .ays_cmd_window_title h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: 5px;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: unset;
  white-space: nowrap;
}
.ays-pb-modal h2::before,
.ays_cmd_window-header .ays_cmd_window_title h2::before,
.ays_lil_header .ays_lil_title h2::before,
.ays_ubuntu_window .ays_ubuntu_topbar h2::before,
.ays_win98_header .ays_win98_title h2::before,
.ays_winxp_title-bar .ays_winxp_title-bar-title h2::before {
  content: none;
}
.ays_cmd_window-controls .ays_cmd_control-item {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  transition: 0.15s ease-in;
  cursor: pointer;
  margin-bottom: 0;
}
.ays_cmd_window-controls .ays_cmd_control-item:hover {
  background-color: #ccc;
}
.ays_cmd_control-item.ays_cmd_control-close {
  font-size: 18px;
  line-height: 22px;
  font-family: sans-serif !important;
  min-width: 100%;
}
.ays_cmd_control-item.ays_cmd_control-close:hover {
  background-color: #ec6060;
  color: #fff;
}
.ays_cmd_control-item.ays_cmd_control-maximize {
  line-height: 19px;
}
.ays_cmd_control-item.ays_cmd_control-minimize {
  line-height: 22px;
}
.ays_cmd_window-cursor {
  display: flex;
  margin: 5px;
  position: sticky;
  top: 30px;
  z-index: 10;
}
.ays_cmd_window-cursor .ays_cmd_i-cursor-indicator {
  font-size: 1em;
  font-family: Consolas, monospace;
  margin: 0 2px 0 5px;
}
.ays_cmd_window-cursor .ays_cmd_i-cursor-underscore {
  width: 10px;
  height: 3px;
  align-self: flex-end;
  margin-right: 5px;
  -webkit-animation: steps(2, start) infinite ays_cmd_blink;
  -webkit-animation-duration: 1s !important;
  animation: steps(2, start) infinite ays_cmd_blink;
  animation-duration: 1s !important;
  animation-fill-mode: forwards;
}
.ays_cmd_window-input {
  background-color: inherit !important;
  border: none !important;
  outline: 0 !important;
  color: transparent !important;
  text-shadow: 0 0 0 #fff;
  font-family: Consolas, monospace;
  flex: 1;
  height: 0;
}
.ays_cmd_window-input:focus {
  outline: 0;
}
.ays_cmd_i-prompt {
  width: 62px;
  height: 62px;
  background: url(../../../../../cdn4.iconfinder.com/data/icons/small-n-flat/24/663378.png)
    center no-repeat rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
.ays_cmd_i-prompt:hover {
  background-position: center 4px;
}
.ays_cmd_i-prompt.ays_cmd_hidden {
  width: 0;
  height: 0;
  opacity: 0;
}
@-webkit-keyframes ays_cmd_blink {
  to {
    visibility: hidden;
  }
}
@keyframes ays_cmd_blink {
  to {
    visibility: hidden;
  }
}
ul.ays_cmd_window-controls-ul {
  display: flex;
  list-style: none;
  padding: 0 5px 0 0;
  margin: 0;
}
ul.ays_cmd_window-controls-ul li:not(:last-child) {
  margin-right: 7px;
  padding-bottom: 5px;
}
ul.ays_cmd_window-controls-ul li {
  margin: 0;
  min-width: 0;
}
.ays_cmd_window .ays_cmd_window-content > p {
  position: sticky;
  bottom: 6px;
  margin: auto;
}
.ays_cmd_window > p,
.ays_winxp_window .ays_winxp_content > div:first-child > p {
  margin: 0;
  font-size: 16px;
}
.ays_cmd_window-cursor > input {
  box-shadow: none !important;
}
div[class*="ays-pb-modal_"].ays_winxp_window {
  position: absolute;
  width: 200px;
  background-color: #091e89;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  transition: 0.3s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: scroll;
  font-family: ms reference, sans-serif;
}
.ays_ubuntu_window.ays_ubuntu_window--minimized,
.ays_winxp_window.ays_winxp_window--minimized {
  height: 35px !important;
  width: 350px !important;
  bottom: 0 !important;
  top: unset !important;
  overflow: visible;
}
.ays_winxp_title-bar .ays_winxp_close {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}
.ays_winxp_title-bar {
  width: 100%;
  height: 35px;
  background: linear-gradient(
    to bottom,
    #4094ff 0,
    #0056e4 13%,
    #0056e4 71%,
    #16428b 100%
  );
  position: sticky;
  top: 0;
  z-index: 2;
}
.ays_winxp_title-bar .ays_winxp_title-bar-title {
  position: absolute;
  top: 7.5px;
  left: 2.5px;
  color: #fff;
  text-shadow: 1px 1px #10397e;
  font-size: 15px;
  width: 80%;
  text-align: left;
}
.ays_winxp_title-bar .ays_winxp_title-bar-title h2 {
  margin: 0;
  width: 100%;
  font-size: 18px;
  text-indent: 5px;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ays_winxp_title-bar .ays_winxp_title-bar-close,
.ays_winxp_title-bar .ays_winxp_title-bar-max,
.ays_winxp_title-bar .ays_winxp_title-bar-min {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  border: 1px solid #fff;
}
.ays_winxp_title-bar .ays_winxp_title-bar-close {
  background: linear-gradient(135deg, #f1a689 0, #c0442a 50%, #c2311e 100%);
}
.ays-pb-modal_1 .ays_winxp_content > div:first-child hr {
  height: 1px;
  background-color: #d3d3d3;
}
.ays_winxp_title-bar-max.far.fa-window-maximize.fa-xs {
  display: inline-block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
}
.ays_winxp_title-bar .ays_winxp_title-bar-max,
.ays_winxp_title-bar .ays_winxp_title-bar-min {
  background: linear-gradient(135deg, #7eaed6 0, #1b72ff 50%, #1655be 100%);
}
.ays_winxp_title-bar .ays_winxp_title-bar-max {
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ays_winxp_title-bar .ays_winxp_title-bar-min {
  right: 55px;
}
.ays_winxp_title-bar .ays_winxp_title-bar-close:hover {
  background: linear-gradient(135deg, #c0442a 100%, #c0442a 100%);
}
.ays_winxp_title-bar .ays_winxp_title-bar-max:hover,
.ays_winxp_title-bar .ays_winxp_title-bar-min:hover {
  background: linear-gradient(
    #456eb3 50%,
    #617392 50%,
    #b0b4bb 50%,
    #4178d6 50%
  );
}
.ays_win98_window .ays_win98_header .ays_win98_btn-close,
div[class*="ays-pb-modal_"].ays_win98_window {
  position: absolute;
  margin: auto;
  background: silver;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 12px;
  top: 0;
}
.ays_winxp_title-bar-min:after {
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 #ccc;
  width: 10px;
  border-bottom: 2px solid #fff;
  bottom: 4px;
  left: 4px;
}
.ays_winxp_window .ays_winxp_content {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  min-height: 100% !important;
  width: 100% !important;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.ays_winxp_window .ays_winxp_content > p:last-child {
  position: sticky;
  margin: auto;
  font-size: 16px;
}
div[class*="ays-pb-modal_"].ays_win98_window {
  left: 0;
  right: 0;
  bottom: 0;
  width: 30em;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  font-family: monospace, arial, sans-serif;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: scroll;
}
.ays_win98_window .ays_win98_head {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 2px;
  height: auto;
  box-shadow: unset;
  border: none;
}
.ays_win98_window .ays_win98_header {
  min-height: 25px;
  background: #008;
  background-image: linear-gradient(to right, #00007b, #1980cb);
  color: #fff;
  padding: 0;
}
.ays_win98_window .ays_win98_header .ays_win98_title {
  height: 22px;
  padding: 2px 0 0 5px;
  font-weight: 700;
  width: 90%;
  text-align: left;
}
.ays_win98_window .ays_win98_header .ays_win98_btn-close {
  bottom: 0;
  right: 5px;
  display: block;
  height: 15px;
  width: 17px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  box-shadow: 1px 1px 0 #111;
  color: #000;
  font-weight: 700;
  line-height: 12px;
  cursor: pointer;
}
.ays_win98_window .ays_win98_header .ays_win98_btn-close > div {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  min-width: 100%;
  color: #000;
}
.ays_win98_window .ays_win98_header .ays_win98_btn-close:active {
  background: #b0b0b0;
  border-color: #333 #ddd #ddd #333;
  box-shadow: -1px -1px 0 #666;
}
.ays_image_window .ays_image_header .ays_image_btn-close:active span,
.ays_lil_window .ays_lil_header .ays_lil_btn-close:active span,
.ays_minimal_window .ays_minimal_header .ays_minimal_btn-close:active span,
.ays_video_window .ays_video_header .ays_video_btn-close:active span,
.ays_win98_window .ays_win98_header .ays_win98_btn-close:active span,
.ays_win98_window .ays_win98_main button:active span {
  position: relative;
  top: 1px;
  left: 1px;
}
.ays_win98_window .ays_win98_main {
  font-family: monospace, arial, sans-serif;
  letter-spacing: -1px;
  padding-bottom: 2px;
}
.ays_win98_window .ays_win98_main .ays_win98_content {
  position: absolute;
  width: 99%;
}
.ays_win98_window .ays_win98_main .ays_win98_image {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 40px;
  left: 20px;
  border-radius: 5px;
  background-size: cover;
}
.ays_win98_header .ays_win98_title h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  font-family: monospace, arial, sans-serif;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ays_lil_window .ays_lil_main .ays_lil_content hr,
.ays_win98_window .ays_win98_main .ays_win98_content hr {
  height: 1px;
  background-color: #d3d3d3;
  margin: 0;
}
.ays_win98_window .ays_win98_main .ays_win98_content > p:last-child {
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  margin: auto;
}
.ays_image_window .ays_image_main .ays_image_content > p:first-child,
.ays_lil_window .ays_lil_main .ays_lil_content > p:first-child,
.ays_minimal_window .ays_minimal_main .ays_minimal_content > p:first-child,
.ays_win98_window .ays_win98_main .ays_win98_content > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
.close-lil-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  border-radius: 100%;
  background: #d75f70;
  font-weight: lighter;
  font-size: 25px;
  text-decoration: none !important;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ays-pb-modal,
.ays-pb-modal-macos,
.ays-pb-modal-macos:not(.ays-pb-show-scrollbar),
.ays-pb-modal:not(.ays-pb-show-scrollbar),
.ays_cmd_window,
.ays_cmd_window:not(.ays-pb-show-scrollbar),
.ays_ubuntu_window,
.ays_ubuntu_window:not(.ays-pb-show-scrollbar),
.ays_win98_window,
.ays_win98_window:not(.ays-pb-show-scrollbar),
.ays_window,
.ays_window:not(.ays-pb-show-scrollbar),
.ays_winxp_window,
.ays_winxp_window:not(.ays-pb-show-scrollbar) {
  -ms-overflow-style: none;
}
.close-lil-btn-text {
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-lil-btn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div[class*="ays-pb-modal_"].ays_lil_window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  font-family: monospace, arial, sans-serif;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  pointer-events: fill;
  animation-duration: 0.5s;
  display: none;
  animation-fill-mode: forwards;
}
div[class*="ays-pb-modal_"].ays_image_window,
div[class*="ays-pb-modal_"].ays_minimal_window,
div[class*="ays-pb-modal_"].ays_template_window {
  left: 0;
  bottom: 0;
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: fill;
  animation-duration: 0.5s;
  display: none;
  animation-fill-mode: forwards;
  position: absolute;
  right: 0;
  font-family: monospace, arial, sans-serif;
  z-index: 1;
  top: 0;
  cursor: default;
  max-width: 100%;
}
div[class*="ays-pb-modal_"].ays_template_window.ays-pb-show-scrollbar {
  overflow-y: auto;
}
.ays_lil_window .ays_lil_head {
  position: sticky;
  top: 0;
  z-index: 4;
  width: 100%;
  padding: 2px 0;
  height: auto;
}
.ays_lil_window .ays_lil_header .ays_lil_title {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.ays_template_window .ays_template_header .close-template-btn,
.close-image-btn,
.close-minimal-btn {
  font-size: 19px;
  min-width: 30px;
  text-align: start;
  z-index: 1;
  position: absolute;
  line-height: 1;
  cursor: pointer;
}
.ays_lil_window .ays_lil_main {
  font-family: monospace, arial, sans-serif;
  letter-spacing: -1px;
  padding-bottom: 2px;
  max-height: 100%;
}
.ays_image_window .ays_image_main .ays_image_content,
.ays_lil_window .ays_lil_main .ays_lil_content,
.ays_minimal_window .ays_minimal_main .ays_minimal_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ays_lil_header .ays_lil_title h2 {
  margin: 0 !important;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #1a1a1a;
  font-weight: 500;
  font-family: monospace, arial, sans-serif;
  word-break: break-all;
}
.ays_lil_window .ays_lil_main .ays_lil_content > p:last-child {
  margin: auto;
}
.ays_lil_header {
  height: 100%;
}
.close-image-btn,
.close-minimal-btn {
  font-weight: 100;
}
div[class*="ays-pb-modal_"].ays_image_window,
div[class*="ays-pb-modal_"].ays_minimal_window {
  margin: auto;
  user-select: none;
}
.ays_image_window .ays_image_header .ays_popup_image_title,
.ays_minimal_window .ays_minimal_header .ays_popup_minimal_title {
  font-weight: 700;
}
.ays_image_window .ays_image_head,
.ays_minimal_window .ays_minimal_head,
.ays_video_window .ays_video_head {
  height: 20%;
}
.ays_image_window .ays_image_main,
.ays_minimal_window .ays_minimal_main {
  font-family: monospace, arial, sans-serif;
  letter-spacing: -1px;
  max-height: 80%;
  overflow-y: scroll;
}
.ays_image_header .ays_popup_image_title h2 {
  margin: 0 !important;
  font-size: 25px;
  padding-top: 20px;
  text-align: center;
  color: #1a1a1a;
  font-weight: 500;
  font-family: monospace, arial, sans-serif;
  word-break: break-all;
}
.ays_image_window .ays_image_main .ays_image_content > p:last-child,
.ays_minimal_window .ays_minimal_main .ays_minimal_content > p:last-child {
  margin: auto;
  font-size: 15px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}
.ays_content_box {
  padding: 20px;
}
.ays_content_box.ays_notification_content_box {
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 20px;
  box-sizing: border-box;
}
.ays_pb_notification_main_content {
  width: 80%;
}
.ays_pb_notification_button_1 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 105px;
}
.ays_pb_notification_button_1 a {
  text-decoration: none;
}
.ays_pb_notification_button_1 button {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 12px 32px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  margin: 0;
  border: none;
  cursor: pointer;
}
.ays_minimal_header .ays_popup_minimal_title h2 {
  margin: 0 !important;
  font-size: 25px;
  padding: 5px 0;
  text-align: center;
  color: #1a1a1a;
  font-weight: 500;
  font-family: monospace, arial, sans-serif;
  word-break: break-all;
}
.ays_minimal_window .ays_content_box,
div[class*="ays-pb-modal_"].ays-pb-modal.ays-pb-modal-image-type-img,
div[class*="ays-pb-modal_"].ays-pb-modal.ays_facebook_window {
  padding: 0;
}
.ays-pb-modals div.ays_minimal_window div.ays_pb_description {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
}
div.ays_pb_description {
  word-break: break-word;
  word-wrap: break-word;
}
.ays-pb-modals div.ays_minimal_window div.ays_pb_description p {
  margin: 0;
  padding: 0;
}
.ays_template_window .ays_template_header .close-template-btn {
  font-weight: lighter;
  text-decoration: none !important;
}
div[class*="ays-pb-modal_"].ays_template_window {
  margin: auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  user-select: none;
  overflow: hidden;
}
.ays_template_window .ays_template_header h2 {
  margin: auto;
  font-size: 26px;
  line-height: 100%;
  word-break: break-all;
}
.ays_template_window .ays_template_header .ays_template_title {
  height: 100%;
  display: flex;
}
.ays_template_window .ays_template_content {
  width: 65%;
  padding: 0 10px;
  overflow: hidden;
}
.ays_template_window p.ays_pb_timer {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: inherit;
  text-align: center;
}
.ays_template_window header.ays_template_head {
  height: 12%;
  border: none;
}
div[class*="ays-pb-modal_"].ays_template_window.ays-pb-show-scrollbar
  footer.ays_template_footer,
div[class*="ays-pb-modal_"].ays_template_window.ays-pb-show-scrollbar
  header.ays_template_head {
  height: auto;
}
.ays_template_window .ays_bg_image_box {
  width: 35%;
}
.ays_template_window footer.ays_template_footer {
  display: flex;
  height: 88%;
  padding: 0;
  background: unset;
  box-shadow: unset;
}
div[class*="ays-pb-modal_"].ays_ubuntu_window,
div[class*="ays-pb-modal_"].ays_window {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.43);
  pointer-events: fill;
  animation-fill-mode: forwards !important;
  position: absolute;
  left: 0;
  right: 0;
}
.ays_template_window .ays_template_main {
  font-family: monospace, arial, sans-serif;
  letter-spacing: -1px;
  max-height: 93%;
  overflow-y: auto;
  scrollbar-width: none;
}
.ays_template_window .ays_template_header {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ays_template_window footer.ays_template_footer .ays_template_content p {
  margin-bottom: 5px !important;
}
div[class*="ays-pb-modal_"].ays_ubuntu_window {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border: 1px solid #3c3b37;
  background-color: #f2f1f0;
  transition: 0.3s;
  top: 0;
  display: none;
  bottom: 0;
  margin: auto;
  z-index: 1;
  overflow-y: scroll;
}
.ays_ubuntu_window .ays_ubuntu_topbar {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: linear-gradient(#65645e, #3c3b37);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 1px solid #302f2c;
  position: sticky;
  top: 0;
  z-index: 100;
}
.ays-pb-modal-macos .row p,
.ays_ubuntu_window p {
  margin: 0;
}
.ays_ubuntu_window .ays_ubuntu_window_content {
  padding-top: 5px;
}
.ays_ubuntu_window .ays_ubuntu_window_content p {
  text-align: left;
  padding: 0 10px;
  font-size: 16px;
  white-space: initial;
}
.ays_ubuntu_window .ays_ubuntu_topbar p {
  color: #dfdbd0;
  margin-left: 20px;
}
.ays_ubuntu_window .ays_ubuntu_topbar h2 {
  margin: 0;
  text-indent: 10px;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons {
  background-image: linear-gradient(#363632, #4e4d48);
  margin-left: 15px;
  border-radius: 500px;
  padding: 2px 3px 1px;
  height: 25px;
  display: flex;
}
.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(#f79674, #df5106);
  display: block;
  margin: 0 !important;
  cursor: pointer;
}
.ays_ubuntu_window
  .ays_ubuntu_topbar
  .ays_ubuntu_icons
  .ays_ubuntu_close:hover {
  background-image: linear-gradient(#f8a082, #f85c09);
}
.ays_ubuntu_window .ays_ubuntu_tools ul li:hover,
.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide:hover,
.ays_ubuntu_window
  .ays_ubuntu_topbar
  .ays_ubuntu_icons
  .ays_ubuntu_maximize:hover {
  background-image: linear-gradient(#a2a19d, #6b6b65);
}
.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide,
.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  background-image: linear-gradient(#989792, #5a5a55);
  display: inline-block;
}
.ays_ubuntu_window .ays_ubuntu_tools {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #3c3b37;
  color: #dfdbd0;
  position: sticky;
  top: 40px;
  z-index: 100;
}
.ays_ubuntu_window .ays_ubuntu_tools ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.ays_ubuntu_window .ays_ubuntu_tools ul li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}
.ays_ubuntu_window .ays_ubuntu_tools ul li:hover {
  cursor: default;
  line-height: 30px;
}
.ays_ubuntu_window .ays_ubuntu_folder-info {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f1f0;
  border-top: 1px solid #c5c1bc;
  position: sticky;
  bottom: 0;
}
.ays_ubuntu_window .ays_ubuntu_folder-info p.ays_ubuntu_right {
  position: relative;
}
.ays_ubuntu_window .ays_ubuntu_folder-info p {
  color: #5f4c53;
  width: 100%;
}
div[class*="ays-pb-modal_"].ays_window {
  transition: 0.2s;
  background: #fff;
  z-index: 100000;
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  vertical-align: middle;
  overflow: auto;
}
.ays-pb-modal-macos .ays-pb-modal-close svg,
.ays_window .ays-pb-modal-close svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 10px;
  margin: auto;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.ays_window .ays-pb-modal-close {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
}
.ays_window .ays_topBar {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(#d3d3d3, #c8c8c8);
  border-bottom: 1px solid grey;
  display: flex;
  align-items: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  pointer-events: fill;
  position: sticky;
  top: 0;
  z-index: 100;
}
.ays_window .ays_topBar .ays_close,
.ays_window .ays_topBar .ays_fullScreen,
.ays_window .ays_topBar .ays_hide {
  cursor: pointer;
}
.ays_window .ays_topBar h2 {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 25px;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div[class*="ays-pb-modal_"].ays-pb-modal,
div[class*="ays-pb-modal_"].ays-pb-modal-macos {
  background: #fff;
  position: absolute;
  vertical-align: middle;
  overflow: auto;
  animation-fill-mode: forwards !important;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
}
.ays_window .ays_topBar h2::before {
  display: none;
  content: none;
  height: 0;
}
.ays_window .ays_topBar .ays_close {
  height: 12px;
  width: 12px;
  background-color: #f74544;
  border-radius: 50%;
  margin-left: 15px;
  border: 1px solid #f62726;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  min-width: 30%;
}
.ays_window .ays_topBar .ays_hide {
  height: 12px;
  width: 12px;
  background-color: #fbaf15;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid #f1a304;
  display: inline-block;
}
.ays_window .ays_topBar .ays_fullScreen {
  height: 12px;
  width: 12px;
  background-color: #38c228;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid #32af24;
  display: inline-block;
}
.ays_video_content,
.ays_video_content video {
  height: 100%;
  width: 100%;
}
.ays_window .ays_text {
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  font-family: Josefin Sans, sans-serif;
}
.ays_window hr {
  margin: 0 0 1.5em;
}
.ays-pb-modals div.ays_pb_description,
.ays_window p {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.ays-pb-modal p,
.ays-pb-modal.ays-pb-modal_1 > div > div,
.ays_window .ays_pb_timer {
  text-align: center;
}
.ays-pb-modal-image-type-img .ays_pb_timer {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0;
}
.ays_pb_description > *,
.ays_pb_timer {
  color: inherit;
}
.ays_window .ays_text .ays_text-inner h1,
.ays_window .ays_text .ays_text-inner h4 {
  margin: 15px;
}
.ays_button {
  color: #fff !important;
  z-index: 1;
}
div[class*="ays-pb-modal_"].ays-pb-modal-macos {
  border: 3px solid #f1f1f1;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  white-space: normal;
  pointer-events: auto;
  max-height: 95vh;
  animation-duration: 0.5s !important;
}
.ays-pb-modal-macos .ays-pb-modal-close:hover svg {
  opacity: 1;
}
.ays-pb-modal-macos .ays-pb-modal-close {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  pointer-events: auto;
}
.ays-pb-modal-macos .description,
.ays-pb-modal-macos .row.description {
  padding: 0;
  background-color: #f1f1f1;
}
.ays-pb-modal-macos .row {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 !important;
}
.ays-pb-modal-macos .column {
  float: left;
}
.ays-pb-modal-macos .left {
  width: 15%;
}
.ays-pb-modal-macos .right {
  width: 10%;
}
.ays-pb-modal-macos .middle {
  width: 75%;
}
.ays-pb-modal-macos .row:after {
  content: "";
  display: table;
  clear: both;
}
.ays-pb-modal-macos .dot {
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.ays-pb-modal-macos input[type="text"] {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: #fff;
  margin-top: -8px;
  height: 25px;
  color: #666;
  padding: 5px;
  text-align: center;
}
.ays-pb-modal-macos .gits {
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #ccc;
}
.ays-pb-modal-macos .bar {
  width: 17px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}
.ays_window.ays-pb-modal_1 > p:last-child {
  position: sticky;
  margin: auto;
}
div[class*="ays-pb-modal_"].ays-pb-modal {
  margin: auto;
  padding: 25px;
  border-radius: 4px;
}
.ays-pb-modal.ays_facebook_window {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.ays-pb_default_container_box {
  position: relative;
  height: 100%;
}
.ays-pb-modal h2 {
  text-align: center;
  padding: 0;
  word-break: break-word;
}
.ays-pb-modal-close {
  position: absolute;
  cursor: pointer;
}
.ays-pb-modal.ays-pb-modal_1 > p:last-child {
  position: sticky;
  margin: auto;
  background-color: #fff;
}
.ays_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_cmd_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays-pb-modal:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays-pb-modal-macos:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_ubuntu_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_winxp_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_lil_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_image_window
  .ays_image_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_minimal_window
  .ays_minimal_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_template_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays_win98_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
  width: 0 !important;
  scrollbar-width: none;
}
.ays-pb-modals .mejs-container .mejs-controls button {
  background-color: #222;
}
.ays-pb-modals .mejs-container,
.ays-pb-modals video.wp-video-shortcode {
  width: 100% !important;
}
body[class^="pb_disable_scroll"],
html[class^="pb_disable_scroll"] {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}
div[class*="ays-pb-modal_"].ays_video_window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  font-family: monospace, arial, sans-serif;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  pointer-events: fill;
  animation-duration: 0.5s;
  display: none;
  box-shadow: 5px 10px 18px #888;
  animation-fill-mode: forwards;
}
.ays_video_window .ays_video_main {
  font-family: monospace, arial, sans-serif;
  letter-spacing: -1px;
  padding-bottom: 2px;
  max-height: 80%;
  overflow-y: scroll;
}
.close-video-btn {
  position: absolute;
  font-weight: 100;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
.ays_video_content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
}
div.ays-pb-modals div.ays-pb-social-shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  flex-wrap: wrap;
}
div.ays-pb-modals div.ays-pb-social-shares > a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.ays-pb-modals div.ays-pb-social-buttons-content {
  max-width: 100%;
}
.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box img {
  max-width: 100%;
  max-height: 100%;
}
.ays-pb-modals .ays_content_box,
div.ays-pb-modals div.ays-pb-social-buttons-heading {
  word-break: break-word;
  max-width: 100%;
}
.ays-pb-dismiss-ad > button#ays_pb_dismiss_ad {
  cursor: pointer;
  font-size: 12px;
}
.ays-pb-dismiss-ad > button#ays_pb_dismiss_ad:hover {
  text-decoration: underline;
}
div.ays_template_window
  header.ays_template_head
  div.ays_template_header
  .close-template-btn-container {
  min-width: auto;
  margin: 0;
  color: #000;
}
.ays-pb-visually-hidden-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.ays-pb-modals .ays-popup-hrs-default {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .ays-pb-dismiss-ad > button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_pc {
    display: none;
  }
  .ays-pb-dismiss-ad > button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile {
    display: inline;
  }
  .ays_pb_show_desc_on_mobile,
  .ays_pb_show_title_on_mobile {
    display: block !important;
  }
  .ays_pb_hide_desc_on_mobile,
  .ays_pb_hide_title_on_mobile {
    display: none !important;
  }
}
.elementor .image_frame,
.elementor .wp-caption {
  margin-bottom: 0;
}
.elementor-element[data-col="50"] .portfolio_grid li,
.elementor-element[data-col="66"] .portfolio_grid li,
.elementor-col-50 .portfolio_grid li,
.elementor-col-66 .portfolio_grid li {
  width: 50%;
}
.elementor-element[data-col="100"] .portfolio_grid li,
.elementor-col-100 .portfolio_grid li {
  width: 25%;
}
.elementor-widget-container .quick_fact .animate {
  opacity: 1;
}
.elementor .timeline_items *,
.elementor .timeline_items *::before {
  box-sizing: content-box;
}
.elementor-edit-area:hover {
  z-index: 31;
}
.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
}
.wp-block-themepunch-revslider {
  position: relative;
}
rs-modal {
  position: fixed !important;
  z-index: 9999999 !important;
  pointer-events: none !important;
}
rs-modal.rs-modal-auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important;
}
rs-module-wrap.hideallscrollbars.rs-modal {
  overflow: hidden !important;
  max-width: 100% !important;
}
rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: auto;
}
body > rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important;
}
rs-sbg-px {
  pointer-events: none;
}
.rs-forceuntouchable,
.rs-forceuntouchable * {
  pointer-events: none !important;
}
.rs-forcehidden * {
  visibility: hidden !important;
}
.rs_splitted_lines {
  display: block;
  white-space: nowrap !important;
}
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff;
}
.rtl {
  direction: rtl;
}
@font-face {
  font-family: revicons;
  src: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
  src: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix)
      format("embedded-opentype"),
    url(//www.socialee.in/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888)
      format("woff"),
    url(//www.socialee.in/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888)
      format("truetype"),
    url(//www.socialee.in/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" 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;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none;
}
rs-module-wrap {
  visibility: hidden;
}
rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0 !important;
  z-index: 1000;
  left: 0 !important;
}
.rs-stickyscrollon rs-module-wrap {
  position: sticky !important;
  top: 0;
  z-index: 1000;
}
.rs-stickyscrollon {
  overflow: visible !important;
}
rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none;
}
rs-module {
  position: relative;
  overflow: hidden;
  display: block;
}
rs-module.disableVerticalScroll {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none;
}
rs-sbg-effectwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-carousel-wrap rs-column rs-layer img {
  width: 0;
  height: 0;
}
rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
a.rs-layer,
a.rs-layer:-webkit-any-link {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.entry-content rs-module a,
rs-module a {
  box-shadow: none;
}
.rs-ov-hidden {
  overflow: hidden !important;
}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
  overflow: visible !important;
}
.rs-parallax-hidden-of rs-slide {
  overflow: hidden !important;
}
.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}
rs-module .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}
rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
}
rs-slide,
rs-slide:before {
  display: block;
  visibility: hidden;
}
.rs-layer .rs-untoggled-content {
  display: block;
}
.rs-layer .rs-toggled-content {
  display: none;
}
.rs-tc-active.rs-layer > .rs-toggled-content {
  display: block;
}
.rs-tc-active.rs-layer > .rs-untoggled-content {
  display: none;
}
.rs-layer-video {
  overflow: hidden;
}
.rs_html5vidbasicstyles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
rs-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  user-select: none;
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
  margin-bottom: 0;
}
.rs-svg svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
  outline: none !important;
}
rs-carousel-wrap {
  cursor: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/css/openhand.cur),
    move;
}
rs-carousel-wrap.dragged {
  cursor: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/css/closedhand.cur),
    move;
}
rs-carousel-wrap.noswipe {
  cursor: default;
}
rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.rs-layer.rs-selectable {
  user-select: text;
}
rs-px-mask {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
  max-width: none !important;
  border: none;
}
rs-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}
rs-zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
  pointer-events: none;
}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
  display: block;
  visibility: hidden;
}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
  display: block;
}
rs-column-wrap > rs-mask-wrap,
rs-column-wrap > rs-loop-wrap {
  z-index: 1;
}
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat;
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  rs-carousel-wrap rs-layer-wrap,
  rs-carousel-wrap rs-loop-wrap {
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
.safarifix rs-layer-wrap {
  perspective: 1000000;
}
@-moz-document url-prefix() {
  rs-layer-wrap,
  rs-mask-wrap,
  rs-cbg-mask-wrap {
    perspective: none;
  }
}
rs-mask-wrap {
  overflow: hidden;
}
rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  max-width: none !important;
}
.rev_row_zone_top {
  top: 0;
}
.rev_row_zone_bottom {
  bottom: 0;
}
.rev_row_zone_middle {
  top: 0;
}
rs-column-wrap .rs-parallax-wrap {
  vertical-align: top;
}
.rs-layer img,
rs-layer img {
  vertical-align: top;
}
rs-row,
rs-row.rs-layer {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  font-size: 0;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}
rs-column {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important;
}
rs-cbg-mask-wrap {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
rs-column-bg {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.rs-pelock * {
  pointer-events: none !important;
}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
  text-align: inherit;
}
rs-column rs-mask-wrap {
  display: inline-block;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
  position: relative;
  left: auto;
  top: auto;
  line-height: 0;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
  vertical-align: top;
}
.rev_break_columns {
  display: block !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap {
  display: block !important;
  width: 100% !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
  visibility: hidden !important;
  display: none !important;
}
a.rs-layer.rs-nointeraction > .div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
  pointer-events: none !important;
}
rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
rs-static-layers.rs-stl-back {
  z-index: 0;
}
.rs-stl-visible {
  overflow: visible !important;
}
.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom-width: 0 !important;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top-width: 0 !important;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  border-top-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0;
}
.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  border-bottom-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.noFilterClass {
  filter: none !important;
}
rs-bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
.rs-layer.rs-fsv {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
  width: 100%;
  height: 100%;
}
.rs-fsv video {
  background: #000;
}
.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoisplaying .html5vid rs-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button {
  opacity: 1;
  transition: none !important;
  z-index: 6;
}
.rs-audio .tp-video-play-button {
  display: none !important;
}
.rs-layer .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 30px !important;
}
.rs-layer:hover .tp-video-play-button {
  opacity: 1;
  display: block;
  z-index: 6;
}
.rs-layer .tp-revstop {
  display: none;
  width: 15px;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  transform: translateX(50%) translateY(50%);
  height: 20px;
  margin-left: 11px !important;
  margin-top: 5px !important;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.rs-fsv .rs-fsv audio {
  object-fit: contain !important;
}
.rs-fsv .rs-fsv video {
  object-fit: contain !important;
}
.rs-layer-video
  .html5vid.hidefullscreen
  video::-webkit-media-controls-fullscreen-button {
  display: none;
}
@supports not (-ms-high-contrast: none) {
  .rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important;
  }
  .rs-fsv .fullcoveredvideo video {
    object-fit: cover !important;
  }
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: 0 0;
  z-index: 5;
}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
  display: none !important;
}
.rs-audio .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
  content: none;
}
rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  pointer-events: none;
}
rs-sbg-wrap rs-dotted {
  z-index: 31;
}
rs-dotted.twoxtwo {
  background: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/gridtile.png);
}
rs-dotted.twoxtwowhite {
  background: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png);
}
rs-dotted.threexthree {
  background: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png);
}
rs-dotted.threexthreewhite {
  background: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png);
}
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
}
.rev-btn i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  margin-left: 0;
  line-height: inherit;
}
.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span {
  background: #fff;
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 70%;
  }
  50% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: proxima-nova, helvetica neue, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #fff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
  background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
  border-color: #333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr {
  border-radius: 3px;
}
.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}
rs-progress {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}
rs-progress-bar,
.rs-progress-bar {
  display: block;
  z-index: 20;
  box-sizing: border-box;
  background-clip: content-box;
  position: absolute;
  line-height: 0;
  width: 100%;
  height: 100%;
}
rs-progress-bgs {
  display: block;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
rs-progress-bg {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-gap {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-vis {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rs-layer img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.rs-layer.slidelink {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.rs-layer.slidelink a {
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)
    repeat;
}
.rs-layer.slidelink a span {
  background: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)
    repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer .rs-starring {
  display: inline-block;
}
.rs-layer .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-layer .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
rs-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
rs-loader.off {
  display: none !important;
}
rs-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner5 {
  background-image: url(//www.socialee.in/wp-content/plugins/revslider/public/assets/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
rs-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
rs-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
rs-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
rs-layer iframe {
  visibility: hidden;
}
rs-layer.rs-ii-o iframe {
  visibility: visible;
}
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
  display: inline-block;
}
rs-layer input::placeholder {
  vertical-align: middle;
  line-height: inherit !important;
}
a.rs-layer {
  transition: none;
}
rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
  pointer-events: all;
}
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}
.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
rs-poster {
  cursor: pointer;
  z-index: 3;
}
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet.rs-touchhover {
  background: #fff;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows.rs-touchhover {
  background: #000;
}
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit;
}
rs-pzimg-wrap {
  display: block;
}
body.rtl .rs-pzimg {
  left: 0 !important;
}
.rs_fake_cube {
  transform-style: preserve-3d;
}
.rs_fake_cube,
.rs_fake_cube_wall {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 0;
  z-index: 0;
}
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
  overflow: hidden;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.dddwrapper {
  transform-style: flat;
  perspective: 10000px;
}
.rs_error_message_box {
  background: #111;
  width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: open sans, sans-serif;
}
.rs_error_message_oops {
  margin: 0 0 20px;
  line-height: 60px;
  font-size: 34px;
  color: #fff;
}
.rs_error_message_content {
  margin: 0 0 20px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
}
.rs_error_message_button {
  color: #fff !important;
  background: #333;
  display: inline-block;
  padding: 10px 15px;
  text-align: right;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
}
.rs_error_message_button:hover {
  background: #5e35b1;
}
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .rs-layer:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes::after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 200, 200, 0.6),
    #111 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(0.9);
}
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow::before {
  background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise::after {
  background: radial-gradient(
    circle,
    rgba(232, 197, 152, 0.8),
    transparent 90%
  );
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise::before {
  background: radial-gradient(
    circle,
    rgba(236, 205, 169, 0.15) 55%,
    rgba(50, 30, 7, 0.4)
  );
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: absolute;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 30;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 40;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .willow {
      filter: grayscale(1) contrast(0.95) brightness(0.9);
    }
    .willow::after {
      background-color: transparent;
    }
  }
}
rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%;
}
rs-loader.spinner6 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner6 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: rs-revealer-6 1.4s linear infinite;
  animation: rs-revealer-6 1.4s linear infinite;
}
rs-loader.spinner6 .rs-spinner-inner span {
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  transform-origin: center 20px;
  -webkit-transform-origin: center 20px;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
  transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  opacity: 0.1;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: 0.2;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: 0.3;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: 0.4;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.5;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: 0.6;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: 0.7;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: 0.8;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: 0.9;
}
@keyframes rs-revealer-6 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-6 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner7 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner7 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: rs-revealer-7 0.8s linear infinite;
  animation: rs-revealer-7 0.8s linear infinite;
}
@keyframes rs-revealer-7 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-7 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner8 {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner8 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
rs-loader.spinner8 .rs-spinner-inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rs-revealer-8 1.6s linear infinite;
  animation: rs-revealer-8 1.6s linear infinite;
}
rs-loader.spinner8 .rs-spinner-inner span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
rs-loader.spinner9 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner9 .rs-spinner-inner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
  animation: rs-revealer-9 2s infinite ease-in-out;
}
rs-loader.spinner9 .rs-spinner-inner span:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rs-revealer-9 {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes rs-revealer-9 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
rs-loader.spinner10 {
  width: 54px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner10 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px;
}
rs-loader.spinner10 .rs-spinner-inner span {
  display: block;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
  animation: rs-revealer-10 1.2s infinite ease-in-out;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
rs-loader.spinner11 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner11 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner11 .rs-spinner-inner span {
  display: block;
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
  animation: rs-revealer-11 1.3s infinite ease-in-out;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
rs-loader.spinner12 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner12 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  -webkit-animation: rs-revealer-12 1s infinite linear;
  animation: rs-revealer-12 1s infinite linear;
}
@-webkit-keyframes rs-revealer-12 {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rs-revealer-12 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
rs-loader.spinner13 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner13 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner13 .rs-spinner-inner span {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rs-revealer-13 2s ease infinite;
  animation: rs-revealer-13 2s ease infinite;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
@keyframes rs-revealer-13 {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
@-webkit-keyframes rs-revealer-13 {
  0%,
  100% {
    -webkit-transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
  }
}
rs-loader.spinner14 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner14 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  animation: rs-revealer-14 1s infinite linear;
}
rs-loader.spinner14 .rs-spinner-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: -8px;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation: rs-revealer-14-1 2s infinite;
  animation: rs-revealer-14-1 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation: rs-revealer-14-2 2s infinite;
  animation: rs-revealer-14-2 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation: rs-revealer-14-3 2s infinite;
  animation: rs-revealer-14-3 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation: rs-revealer-14-4 2s infinite;
  animation: rs-revealer-14-4 2s infinite;
}
@-webkit-keyframes rs-revealer-14-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-4 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-1 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-3 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-4 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
rs-loader.spinner15 {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner15 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner15 .rs-spinner-inner span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
  animation: rs-revealer-15 1.8s infinite ease-in-out;
}
rs-loader.spinner15 .rs-spinner-inner:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.bgcanvas {
  display: none;
  position: absolute;
  overflow: hidden;
}
.RSscrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.avada-has-rev-slider-styles .rev_slider_wrapper {
  transform: none;
}
