@charset "UTF-8";

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play-4O2DMQ3I.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/@icon/themify-icons/themify-icons.css */
@font-face {
  font-family: "themify-icons";
  src: url("./media/themify-icons-AUCIARCF.eot");
  src:
    url("./media/themify-icons-AUCIARCF.eot?#iefix") format("eot"),
    url("./media/themify-icons-LDWN3OQG.woff") format("woff"),
    url("./media/themify-icons-NS22GCUV.ttf") format("truetype"),
    url("./media/themify-icons-KIKGDMUW.svg#themify-icons") format("svg");
}
.ti {
  font-family: "themify-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-move:before {
  content: "\e656";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-wand:before {
  content: "\e600";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-user:before {
  content: "\e602";
}
.ti-link:before {
  content: "\e62d";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-email:before {
  content: "\e75a";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-minus:before {
  content: "\e622";
}
.ti-close:before {
  content: "\e646";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-import:before {
  content: "\e632";
}
.ti-export:before {
  content: "\e63e";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-thought:before {
  content: "\e606";
}
.ti-clip:before {
  content: "\e647";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-zip:before {
  content: "\e664";
}
.ti-folder:before {
  content: "\e639";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-time:before {
  content: "\e72b";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-volume:before {
  content: "\e601";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-text:before {
  content: "\e672";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-list:before {
  content: "\e694";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-loop:before {
  content: "\e692";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* public/assets/fonts/montserrat/fonts.css */
@font-face {
  font-family: "Montserrat";
  src: url("./media/montserrat-bold-webfont-655TMKKC.eot");
  src:
    url("./media/montserrat-bold-webfont-655TMKKC.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-bold-webfont-M3KJ7SCB.woff2") format("woff2"),
    url("./media/montserrat-bold-webfont-MAOPNXYR.woff") format("woff"),
    url("./media/montserrat-bold-webfont-DELFFTY7.ttf") format("truetype"),
    url("./media/montserrat-bold-webfont-NCT5B5E3.svg#montserratbold") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/montserrat-extrabold-webfont-ZMTJ3M4S.eot");
  src:
    url("./media/montserrat-extrabold-webfont-ZMTJ3M4S.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-extrabold-webfont-74BGYRWT.woff2") format("woff2"),
    url("./media/montserrat-extrabold-webfont-CREN4POF.woff") format("woff"),
    url("./media/montserrat-extrabold-webfont-JIFVO5HF.ttf") format("truetype"),
    url("./media/montserrat-extrabold-webfont-EZMCKTJF.svg#montserratextrabold") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/montserrat-semibold-webfont-DJZKSASS.eot");
  src:
    url("./media/montserrat-semibold-webfont-DJZKSASS.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-semibold-webfont-MF46Y2GK.woff2") format("woff2"),
    url("./media/montserrat-semibold-webfont-4HK3DVSQ.woff") format("woff"),
    url("./media/montserrat-semibold-webfont-GAYCH5R4.ttf") format("truetype"),
    url("./media/montserrat-semibold-webfont-XDB732V4.svg#montserratsemibold") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/montserrat-medium-webfont-4WRT2XM3.eot");
  src:
    url("./media/montserrat-medium-webfont-4WRT2XM3.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-medium-webfont-UM5OTNES.woff2") format("woff2"),
    url("./media/montserrat-medium-webfont-4FVXTOHP.woff") format("woff"),
    url("./media/montserrat-medium-webfont-XOOIBOT2.ttf") format("truetype"),
    url("./media/montserrat-medium-webfont-HGNCBK4B.svg#montserratmedium") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/montserrat-regular-webfont-N56EOM5H.eot");
  src:
    url("./media/montserrat-regular-webfont-N56EOM5H.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-regular-webfont-UFGLDEKV.woff2") format("woff2"),
    url("./media/montserrat-regular-webfont-EUI23JK4.woff") format("woff"),
    url("./media/montserrat-regular-webfont-MCC3RPFX.ttf") format("truetype"),
    url("./media/montserrat-regular-webfont-CCRFQHCN.svg#montserratregular") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/montserrat-light-webfont-CBRQJHWO.eot");
  src:
    url("./media/montserrat-light-webfont-CBRQJHWO.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-light-webfont-Q5J3WU3U.woff2") format("woff2"),
    url("./media/montserrat-light-webfont-AHVSF2VI.woff") format("woff"),
    url("./media/montserrat-light-webfont-OG46DVPP.ttf") format("truetype"),
    url("./media/montserrat-light-webfont-YWX4C4R3.svg#montserratlight") format("svg");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/montserrat-thin-webfont-HUPNF2CH.eot");
  src:
    url("./media/montserrat-thin-webfont-HUPNF2CH.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-thin-webfont-RFI5TSKY.woff2") format("woff2"),
    url("./media/montserrat-thin-webfont-E3GICRVA.woff") format("woff"),
    url("./media/montserrat-thin-webfont-VDNMLQF2.ttf") format("truetype"),
    url("./media/montserrat-thin-webfont-PFPKUN6N.svg#montserratthin") format("svg");
  font-style: normal;
  font-weight: 100;
}

/* public/assets/css/reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Montserrat";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* public/assets/css/theme.css */
:root {
  --main-bg-color: #fff;
  --light-bg-color: #EFEEF0;
  --selected-text-color: #359AB0;
  --dark-color: #0F1319;
  --dark-highlight: #20252C;
  --color-gray: #929292;
  --border-color: #EFEEF0;
  --adhan-color: #359AB0;
  --iqamah-color: #c5a21b;
  --salah-color: #7cad30;
  --clock-left-block: #dddddd;
  --clock-left-block-border: #d7d5d5;
  --clock-right-block: #d2d2d2b5;
  --clock-active-time: #359ab0;
  --clock-listing-header: silver;
  --clock-text-color: #2a2b2b;
  --clock-listing-text-color: #2a2b2b;
  --clock-mm-link: #0056b3;
  --default-color: rgb(133, 141, 150);
  --adhan-color: rgb(53, 154, 176);
  --iqamah-color: rgb(197, 162, 27);
  --salah-color: rgb(124, 173, 48);
  --adhan-highlight: rgb(40, 120, 138);
  --iqamah-highlight: rgb(154, 127, 23);
  --salah-highlight: rgb(90, 125, 34);
  --namaz-highlight: rgb(53, 154, 176);
  --black-highlight: rgb(42, 43, 43);
  --gray-highlight: rgb(90, 93, 93);
  --white-highlight: rgb(255, 255, 255);
  --hourHandColor: rgb(133, 141, 150);
  --minuteHandColor: rgb(133, 141, 150);
  --secondHandColor: rgb(200, 0, 0);
  --salahScreen-day-text-color: #7cad30;
  --salahScreen-day-background-color: #FFF;
  --salahScreen-night-text-color: #7cad30;
  --salahScreen-night-background-color: #FFF;
}
.light {
  --dark-color: #0F1319;
  --light-bg-color: #EFEEF0;
  --clock-right-block: #d2d2d2b5 ;
}
.dark {
  --dark-color: #fff;
  --light-bg-color: #1f1f1f;
  --clock-right-block: #000;
  --clock-listing-text-color: #777f88;
  --clock-text-color: #777f88;
  --clock-listing-header:#1f1f1f;
}
.cyanTheme {
  --clock-left-block: #ADDDE8;
  --clock-left-block-border: #ADDDE8;
  --clock-right-block: #006B82;
  --clock-listing-header: #ADDDE8;
  --clock-listing-text-color: #ADDDE8;
  --clock-text-color: #006B82;
  --clock-mm-link: #ADDDE8;
  --dark-color:#fff;
  --light-bg-color: #0f414c;
  --hourHandColor: #006B82;
  --minuteHandColor: #006B82;
  --salahScreen-day-text-color: #00829E;
  --salahScreen-night-text-color: #00829E ;
}
.cyanDarkTheme {
  --clock-left-block: #00829E;
  --clock-left-block-border: #00829E;
  --clock-right-block: #176576;
  --clock-listing-header: #00829E;
  --clock-listing-text-color: #CEE5EA;
  --clock-text-color: #CEE5EA;
  --clock-mm-link: #CEE5EA;
  --dark-color: #fff;
  --light-bg-color: #0f414c;
  --salahScreen-day-text-color: #00829E;
  --salahScreen-night-text-color: #00829E ;
}
.yellowTheme {
  --clock-left-block: #FFFCD4D9;
  --clock-left-block-border: #FFFCD4D9;
  --clock-right-block: #F2E641;
  --clock-listing-header: #FFFCD4D9;
  --clock-listing-text-color: #F08200;
  --clock-text-color: #F08200;
  --clock-mm-link: #F08200;
  --dark-color: #fff;
  --light-bg-color: #53330d;
  --salahScreen-day-text-color: #F08200;
  --salahScreen-night-text-color: #F08200 ;
}
.yellowDarkTheme {
  --clock-left-block: #FFF682;
  --clock-left-block-border: #FFF682;
  --clock-right-block: #F3E856;
  --clock-listing-header: #FFF682;
  --clock-listing-text-color: #F08200;
  --clock-text-color: #F08200;
  --clock-mm-link: #F08200;
  --dark-color: #fff;
  --light-bg-color: #53330d;
  --salahScreen-day-text-color: #F08200;
  --salahScreen-night-text-color: #F08200 ;
}
.greenTheme {
  --clock-left-block: #2F843A;
  --clock-left-block-border: #2F843A;
  --clock-right-block: #003907;
  --clock-listing-header: #2F843A;
  --clock-listing-text-color: #D7C88C;
  --clock-text-color: #D7C88C;
  --clock-mm-link: #D7C88C;
  --dark-color: #fff;
  --light-bg-color: #09280d;
  --salahScreen-day-text-color: #3cae4b;
  --salahScreen-night-text-color: #1A5922;
}
.greenDarkTheme {
  --clock-left-block: #1A5922;
  --clock-left-block-border: #1A5922;
  --clock-right-block: #003907;
  --clock-listing-header: #1A5922;
  --clock-listing-text-color: #D7C88C;
  --clock-text-color: #D7C88C;
  --clock-mm-link: #D7C88C;
  --dark-color: #fff;
  --light-bg-color: #09280d;
  --salahScreen-day-text-color: #3cae4b;
  --salahScreen-night-text-color: #1A5922;
}
.tangaroaTheme {
  --clock-left-block: #90ACD1;
  --clock-left-block-border: #90ACD1;
  --clock-right-block: #041832;
  --clock-listing-header: #90ACD1;
  --clock-listing-text-color: #90ACD1;
  --clock-text-color: #041832;
  --clock-mm-link: #90ACD1;
  --dark-color: #fff;
  --light-bg-color: #062246;
  --salahScreen-day-text-color: #062246;
  --salahScreen-night-text-color: #062246;
}
.tangaroaDarkTheme {
  --clock-left-block: #062246;
  --clock-left-block-border: #062246;
  --clock-right-block: #041832;
  --clock-listing-header: #062246;
  --clock-listing-text-color: #96ACCA;
  --clock-text-color: #96ACCA;
  --clock-mm-link: #96ACCA;
  --dark-color: #fff;
  --light-bg-color: #062246;
  --salahScreen-day-text-color: #062246;
  --salahScreen-night-text-color: #062246;
}
.bismarkTheme {
  --clock-left-block: #C2DEF1;
  --clock-left-block-border: #C2DEF1;
  --clock-right-block: #456478;
  --clock-listing-header: #C2DEF1;
  --clock-listing-text-color: #C2DEF1;
  --clock-text-color: #456478;
  --clock-mm-link: #C2DEF1;
  --dark-color: #fff;
  --light-bg-color: #11354e;
  --salahScreen-day-text-color: #50738A;
  --salahScreen-night-text-color: #50738A;
}
.bismarkDarkTheme {
  --clock-left-block: #50738A;
  --clock-left-block-border: #50738A;
  --clock-right-block: #456478;
  --clock-listing-header: #50738A;
  --clock-listing-text-color: #C2DEF1;
  --clock-text-color: #C2DEF1;
  --clock-mm-link: #C2DEF1;
  --dark-color: #fff;
  --light-bg-color: #11354e;
  --salahScreen-day-text-color: #50738A;
  --salahScreen-night-text-color: #50738A;
}
.raspberryTheme {
  --clock-left-block: #FFC7E6;
  --clock-left-block-border: #FFC7E6;
  --clock-right-block: #822659;
  --clock-listing-header: #FFC7E6;
  --clock-listing-text-color: #FFC7E6;
  --clock-text-color: #822659;
  --clock-mm-link: #FFC7E6;
  --dark-color: #fff;
  --light-bg-color: #4e0f32;
  --salahScreen-day-text-color: #942C65;
  --salahScreen-night-text-color: #942C65;
}
.raspberryDarkTheme {
  --clock-left-block: #942C65;
  --clock-left-block-border: #942C65;
  --clock-right-block: #822659;
  --clock-listing-header: #942C65;
  --clock-listing-text-color: #FFC7E6;
  --clock-text-color: #FFC7E6;
  --clock-mm-link: #FFC7E6;
  --dark-color: #fff;
  --light-bg-color: #4e0f32;
  --salahScreen-day-text-color: #942C65;
  --salahScreen-night-text-color: #942C65;
}

/* src/styles.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
body {
  overflow-x: hidden;
  color: #4e4e4e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
ul {
  padding: 0px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-4EPT62R2.css.map */
