/*
Theme Name: Faction Theme 2025
Author: Moretag Agency
Author URI: http://www.moretag.fi
Description:  Theme by Moretag Agency 
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 750
Tags: website, moretag, flexbox,



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Inter", sans-serif;
  color: #252525;
  font-weight: 300 !important;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
.questrial-regular {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
}
a {
  background-color: transparent;
}
a {
  background: 0 0;
  transition: .15s;
}
a:active, a:hover {
  outline: 0;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0;
  transition: .15s;
  text-decoration: none !important;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #494949;
}
p {
  margin-bottom: 24px;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
b, strong {
  font-weight: 600;
}
@font-face {
  font-family: 'SignifierMediumBold';
  src: url('fonts/signifier-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SignifierMedium';
  src: url('fonts/signifier-regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #252525;
  font-family: 'SignifierMedium';
  font-weight: 500;
  font-style: normal;
  transition: all 0.5s ease;
}
h1.entry-title {
  font-size: 21px;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
  color: #FFF;
}
span.moretag p {
  color: #000;
  font-size: 12px !important;
}
.moretag a {
  color: #000;
}
.moretag a:hover {
  color: #858585;
}
.servicebox h1, .servicebox h2, .servicebox h3, .servicebox h4, .servicebox h5, .servicebox h6 {
  margin-top: 0px;
  margin-bottom: 22px;
}
pre {
  display: block;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
code, kbd, pre, samp {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.themelight pre {
  color: #FFF !important;
}
p.date {
  font-size: 12px;
  margin-bottom: -7px;
  color: #666;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.hero-slideshow {
  position: relative;
  height: 90vh;
  overflow: hidden;
  background-color: #000;
}
.hero-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  animation: fadeSlideshow 24s infinite; /* 6 images × 6s each */
}
.hero-slideshow .slide:nth-child(1) {
  animation-delay: 0s;
}
.hero-slideshow .slide:nth-child(2) {
  animation-delay: 4s;
}
.hero-slideshow .slide:nth-child(3) {
  animation-delay: 8s;
}
.hero-slideshow .slide:nth-child(4) {
  animation-delay: 12s;
}
.hero-slideshow .slide:nth-child(5) {
  animation-delay: 16s;
}
.hero-slideshow .slide:nth-child(6) {
  animation-delay: 20s;
}
@keyframes fadeSlideshow {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.full {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
hr:not([size]) {
  height: 1px;
  color: #494949;
  opacity: 1.0 !important;
}
.btdark .herotext, .btdark .leipis, .btdark h1, .btdark h2 {
  color: #FFFFFF;
}
.btlight .herotext, .btlight .leipis, .btlight h1, .btlight h2 {
  text-shadow: none;
  color: #494949;
}
.light h4, .light p {
  color: #FFFFFF;
}
.dark h4, .dark p {
  text-shadow: none;
  color: #494949;
}
.dark h4:hover, dark p:hover {
  text-decoration: none !important;
  text-underline-position: none;
}
.dark:hover h4, dark:hover p {
  text-decoration: none !important;
  text-underline-position: none;
}
#footer-widget {
  background-color: #F8F8F8;
  color: #000;
  padding-top: 80px;
}
#footer-widget a {
  color: #000;
}
#footer-widget a:hover {
  color: #878787;
}
._field-wrapper input {
  width: 80%;
}
._form_element textarea {
  width: 80%;
  min-height: 200px;
}
a.list__link:hover {
  color: #2fbca4;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 6px;
  margin: 0 0 0 0 !important;
  font-size: 1rem;
  color: #494949;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary {
  color: #FFF;
  background: transparent;
  border-color: #FFF;
  border: 1px solid #FFF;
  transition: all 0.3s;
}
.btn-primary:hover {
  color: #FFF;
  background: transparent;
  border-color: #DADADA;
  transition: all 0.3s;
}
.fourarea p {
  margin-bottom: 1.5em;
  display: block;
  height: 70px;
}
/*--------------------------------------------------------------
# Serve them the MENU
--------------------------------------------------------------*/
.navbar-nav-new {
  /* display: flex; */
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
li.nav-item {
  display: block;
}
.navbar-nav-new .nav-link {
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
}
label.burger-menu {
  background-color: #000;
  border-radius: 0px;
  position: fixed;
  top: 59px;
  left: 14px;
  transition: all 0.5s ease;
}
span.kategoriaitem {
  padding: 12px;
  background-color: #F8F8F8;
  margin-right: 6px;
  font-size: 12px;
}
.scroll label.burger-menu {
  background-color: #000;
  border-radius: 0px;
  position: fixed;
  top: -36px;
  right: 14px;
  transition: all 0.5s ease;
  opacity: 0;
}
.line {
  background-color: #FFF !important;
}
.navbar-brand img {
  height: 25px;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}
.navbar-brand:hover img {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.nav-item a:hover {
  color: #FFF !important;
}
li.current-menu-item a {
  color: #FFF !important;
}
ul#menu-navi {
  padding-left: 12px;
}
.menu-inner {
  align-content: center;
  margin: 0 auto;
}
.nav-link {
  padding: 0px;
}
.navbar-collapse {
  margin: 0 auto;
  display: table;
}
.menu .widget-title {
  color: #FFF;
}
.menu .textwidget {
  color: #727272;
}
a.btn-more {
  position: relative;
  color: #FFF;
  top: -34px;
  left: 0px;
  background-color: #9d64f6;
  padding: 12px 15px 12px 15px;
}
.btn-more:hover {
  position: relative;
  color: #FFF;
  background-color: #000;
  padding: 12px 15px 12px 15px;
}
.modal.show .modal-dialog {
  transform: none;
  margin-top: 100px;
}
.shademe:hover .btn-more {
  background-color: #000;
  color: #FFF;
}
.landingpages {
  color: #727272;
  font-size: 10px;
  letter-spacing: 6px;
}
.menu .widget_media_image img {
  border-radius: 12px;
}
/*--------------------------------------------------------------
# Moretag Templates

--------------------------------------------------------------*/
/* Responsive typography overrides for Bootstrap */ :root {
  --bs-body-font-size: clamp(0.8rem, 1vw + 0.8rem, 1rem); /* 16px → 18px */
  --bs-body-line-height: 1.6;
  --bs-heading-color: inherit;
  --bs-body-font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --step-h1: clamp(2.2rem, 5vw, 3rem); /* 32px → 48px */
  --step-h2: clamp(2.0rem, 4vw, 2.5rem);
  --step-h3: clamp(1.6rem, 3vw, 2.2rem);
  --step-h4: clamp(1.4rem, 2.5vw, 1.75rem);
  --step-h5: clamp(1.2rem, 2vw, 1.5rem);
  --step-h6: clamp(1rem, 1.5vw, 1.25rem);
}
/* Apply responsive sizes to Bootstrap headings */
h1, .h1 {
  font-size: var(--step-h1);
  line-height: 1.2;
}
h2, .h2 {
  font-size: var(--step-h2);
  line-height: 1.25;
}
h3, .h3 {
  font-size: var(--step-h3);
  line-height: 1.3;
}
h4, .h4 {
  font-size: var(--step-h4);
  line-height: 1.35;
}
h5, .h5 {
  font-size: var(--step-h5);
  line-height: 1.4;
}
h6, .h6 {
  font-size: var(--step-h6);
  line-height: 1.4;
}
/* Paragraphs & small text */
p {
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}
small, .small {
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 0.95rem);
}
.btn {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-weight: 600;
}
.dropdown-toggle::after {
  background-image: url(/wp-content/uploads/sites/35/2021/02/down-arrow.png);
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  vertical-align: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
#mysub2 .dropdown-toggle::after {
  background-image: url(/wp-content/uploads/sites/35/2021/06/down-arrow2.png);
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  vertical-align: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
.themedark {
  color: #494949;
}
.themelight {
  color: #FFF;
}
.themelight h1, .themelight h2, .themelight h3, .themelight h4, .themelight h5 {
  color: #FFF !important;
}
.btn {
  cursor: pointer;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #FFF;
  letter-spacing: 1.1px;
  padding: 10px;
  font-size: 14px;
  border-radius: 0px !important;
  min-width: 220px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
blockquote {
  margin: 40px 0px 40px 20px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 36px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  border-left: 2px solid #CCC;
  color: #9d64f6;
}
a {
  color: #323232;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.manualsingle a {
  color: #666 !important;
  text-decoration: none;
}
.columcontent b, .columcontent strong {
  font-weight: bolder;
  color: #494949;
}
.btdark h5 {
  color: #FFF;
}
.moooore {
  color: #FFF;
  display: block;
  position: absolute;
  top: 8px;
  color: #5E5E5E;
  transition: all .4s ease;
}
.splide__slide:hover .moooore {
  color: #9D64F6;
  margin-left: 12px;
  transition: all .4s ease;
}
.mooooretxt {
  color: #000;
  position: relative;
  left: 28px;
  top: -23px;
  font-size: 12px;
  transition: all .4s ease;
}
.splide__slide:hover .mooooretxt {
  color: #FFF;
  transition: all .4s ease;
}
.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 668px;
  background-size: cover;
}
.servicemodule:hover a {
  color: #9d64f6;
}
.position-relative {
  position: relative !important;
}
.section {
  padding: 100px 0;
}
.servicearrow {
  display: none;
}
.about-bg-img {
  position: absolute;
  right: 0px;
  content: "";
  width: 40%;
  height: 100%;
  max-height: 560px;
  top: 0px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
#about {
  position: relative;
  padding-bottom: 85px;
}
.about-content {
  margin-top: 94px;
}
.about-content .subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-list {
  margin-top: 30px;
}
.about-list li {
  width: 45%;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #888;
}
.hero88 {
  height: 90vh;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.hero-video88 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-gradient88 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /*  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 10%); */
  z-index: 2;
}
.hero-text88 {
  position: relative;
  z-index: 3;
}
.factionhero {
  height: 80vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.loadme {
  display: block;
  background-color: #000;
  width: max-content;
  padding: 22px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
  left: -145px;
  transition: all 0.3s;
  border: 22px solid #FFF;
}
.float-lg-right {
  float: right !important;
}
.mt-70 {
  margin-top: -70px;
}
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.test-inner {
  position: relative;
  padding: 30px;
  background: #fff;
  border-top-right-radius: 35px;
  margin-bottom: 25px;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.test-inner i {
  font-size: 60px;
  opacity: .09;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.basiccontent {}
svg.svg-inline--fa.fa-quote-right.fa-w-16 {
  font-size: 60px;
  opacity: .09;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.test-author-thumb img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px dotted #ddd;
  padding: 5px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.test-author-thumb {
  margin-bottom: 15px;
}
.test-author-info {
  margin-left: 20px;
  margin-top: 20px;
}
.test-inner {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 25px;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.test-inner:hover {
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.test-inner h4 {
  font-size: 18px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 8px;
}
.test-inner h6 {
  margin-top: 0px;
  font-size: 12px;
}
.project-content-block {
  padding: 70px 40px;
  margin-left: -120px;
  position: relative;
  bottom: -70px;
  border: 15px solid #9d64f6;
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.project-content-block h4 {
  color: #9d64f6;
  font-size: 16px;
}
.project-content-block p {
  margin-top: 25px;
}
.section-bottom {
  padding-bottom: 8.125rem;
}
.single-project img {
  border-radius: 6px;
}
.text-color {
  color: #9d64f6;
}
.peopletxt {
  font-size: 14px;
}
.fourplay {
  height: 400px;
  border: solid 12px #FFF;
  border-radius: 22px;
  position: relative;
}
p.fourplaytext {
  position: relative;
  bottom: 0;
  color: #FFF;
  font-size: 14px;
  margin-left: 14px;
}
.fourme {
  display: block;
  width: 92%;
  position: absolute;
  bottom: 0;
}
.video-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.video-container {
  height: 376px;
  width: 416px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-left: -12px;
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.swiper-container {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #F8F8F8;
  color: white;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #999999;
  color: white;
}
.swiper-button-prev {
  left: 10px;
  top: 25px;
}
.swiper-button-next {
  left: 60px;
  top: 25px;
  right: 10px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px; /* Adjust arrow size */
  color: #000;
}
/* Video RSS feed */
.video-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.video-card {
  width: 250px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.video-card:hover {
  transform: scale(1.05);
}
.video-card img {
  width: 100%;
  height: auto;
}
.video-card h3 {
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
.swiper-slide .videotitle a {
  opacity: 0;
  color: #FFF;
  transition: all 0.3s;
}
.swiper-slide:hover .videotitle a {
  opacity: 1;
  color: #FFF;
  transition: all 0.3s;
  text-shadow: -1px 0px 12px rgba(0, 0, 0, 0.88);
}
h5.videotitle {
  margin-top: 76px;
}
span.readingtime {
  font-size: 12px;
  color: #949494;
}
.articlelisttitle {
  margin-top: -7px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
}
.articlelisttitle:hover {
  color: #9d64f6;
}
p.smalltitleunder {
  font-size: 12px;
  color: #9A9A9A;
  margin-top: -4px;
  opacity: 0.4;
}
.themelight p.smalltitleunder {
  color: #5A7CF8;
}
.shademe:hover .articleimage {
  transition: all 0.3s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.shademe .articleimage {
  transition: all 0.3s;
}
.swiper-slide:hover .episode-image {
  transform: scale(0.98);
  transition: all 0.3s;
}
.episode-image {
  transition: all 0.3s;
}
/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
img.solutionicon {
  width: 40px;
  padding-top: 40px;
  transition: all .4s ease;
}
.intro-item:hover img.solutionicon {
  opacity: .5;
  margin-top: -4px;
  margin-bottom: 4px;
  transition: all .4s ease;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs img {
  border-radius: 6px;
}
.tabs label {
  order: 1;
  display: block;
  margin-right: 1.6rem;
  cursor: pointer;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
}
.tabs input[type="radio"] {
  display: none;
}
.tabs input[type="radio"]:checked + label {
  border-bottom: solid 3px #9d64f6;
  font-weight: 600;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
@media (max-width: 45em) {
  .tabs .tab, .tabs label {
    /* order: initial; */
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.testimonial-author img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px dotted #ddd;
  padding: 5px;
}
.testimonialtitle {
  font-size: 12px;
}
.viewmobile {
  visibility: hidden;
  display: none;
}
.splide a, .splide a:link, .splide a:visited {
  color: #006172;
  text-decoration: none;
}
.splide {
  padding: 22px;
  background-color: #000;
  color: #FFF;
}
.splide__slide img {
  font-size: 12px;
  overflow: hidden;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.splide__slide .slide-link {
  width: 300px;
  padding: 15px 0;
  max-width: 300px;
  text-align: left;
  line-height: 16px;
  height: 300px;
}
.splide__slide .slide-link img {
  display: block;
  cursor: pointer;
  background-color: #000;
}
.splide__slide .slide-link spanNOT {
  padding-top: 5px;
  color: #FFF;
  width: 100px;
  display: block;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}
.custom-arrows .custom-arrow-next, .custom-arrows .custom-arrow-previous {
  opacity: 0;
  width: 40px;
  height: 55px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
}
.custom-arrows .custom-arrow-next:hover:not(:disabled), .custom-arrows .custom-arrow-previous:hover:not(:disabled) {
  opacity: 0;
}
.splide__slide {
  padding: 24px;
  display: block;
  width: 300px;
  height: 300px;
  border: solid 3px #FFF;
}
.splide__slide h4 {
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 400;
  font-style: normal;
}
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.newaccordion {
  cursor: pointer;
  padding: 42px 18px 42px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  background-color: #FFF;
  border-bottom: solid 1px #CCC;
  color: #000;
  margin-bottom: 8px;
  position: relative;
}

.newactive, .newaccordion:hover {
  background-color: #FFF;
}
.newpanel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* Add the plus icon by default */
.newaccordion::after {
  content: "";
  background-image: url('/wp-content/uploads/sites/68/2025/10/plus.png');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
	 transition: background-image 0.3s ease-in-out;
}

/* Change to minus icon when active */
.newaccordion.newactive::after {
  background-image: url('/wp-content/uploads/sites/68/2025/10/minus.png');
}
.newaccordiontext {
  font-size: 16px;
  padding-top: 18px;
  margin-left: 10px;
  margin-right: 24px;
}
.scene {
  margin: 0px;
  /*  perspective: 600px;*/
  width: 100%;
}
.cardme {
  /* position: relative; */
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}
.cardme.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}
.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.card__face--front {
  background: #000;
  width: 100%;
}
.card__face--back {
  background: #000;
  transform: rotateY(180deg);
  width: 100%;
}
* {
  box-sizing: border-box;
}
.flip-boxes {
  justify-content: center;
}
.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 200px;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding: 20px;
  border-top: 0;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.flip-box:hover .back {
  transform: rotateY(0deg);
  z-index: 10;
}
.flip-box:hover .front {
  transform: rotateY(180deg);
  z-index: -1;
}
.flip-box .back, .flip-box .front {
  position: relative;
  background-color: #000;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transition: all 1s cubic-bezier(3.5, 3.1, 3.5, 3.1);
  transition: all .8s ease-in-out;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
}
.flip-box .back {
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transform: rotateY(-180deg);
}
.flip-box .front {
  z-index: 10;
}
.flip-box .front .content {}
.flip-box .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
  text-shadow: 0px 0px 2px black;
  padding: 48px;
  font-size: 12px;
}
.boxxme {
  padding: 24px;
  border: solid 2px #FFF;
  width: 300px;
  height: 300px;
  transition: all 0.3s;
}
.boxxme:hover {
  padding: 24px;
  border: solid 1px #FFF;
  width: 300px;
  height: 300px;
  background-color: #FFF;
  color: #000 !important;
  transition: all 0.3s;
}
.boxxme h4 {
  color: #FFF;
  transition: all 0.3s;
}
.boxxme:hover h4 {
  color: #000 !important;
  transition: all 0.3s;
}
.boxxarrow {
  color: #FFF;
}
.boxxme:hover .boxxarrow {
  color: #a760ff !important;
  transition: all 0.3s;
}
.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  margin-block: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
}
.marquee--8 {
  --marquee-item-width: 300px;
  --marquee-item-height: 80px;
  --marquee-duration: 56s;
  --marquee-items: 8;
}
.marquee--3 {
  --marquee-item-width: 150px;
  --marquee-item-height: 150px;
  --marquee-duration: 24s;
  --marquee-items: 3;
}
.marquee--6 {
  --marquee-item-width: 166px;
  --marquee-item-height: 100px;
  --marquee-duration: 52s;
  --marquee-items: 6;
}
.marquee__item {
  --marquee-item-offset: max(calc(var(--marquee-item-width) * var(--marquee-items)), calc(100% + var(--marquee-item-width)));
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}
.marquee__item:nth-child(4n) {
  border-top-right-radius: 0rem;
}
.marquee__item:nth-child(4n + 1) {
  border-bottom-right-radius: 0rem;
}
.marquee__item:nth-child(4n + 2) {
  border-bottom-left-radius: 0rem;
}
.marquee__item:nth-child(4n + 3) {
  border-top-left-radius: 0rem;
}
.marquee--8 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}
.marquee--8 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}
.marquee--8 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}
.marquee--8 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}
.marquee--8 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}
.marquee--8 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}
.marquee--8 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}
.marquee--8 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}
.marquee--3 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}
.marquee--3 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}
.marquee--3 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}
.marquee--6 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}
.marquee--6 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}
.marquee--6 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}
.marquee--6 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}
.marquee--6 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}
.marquee--6 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}
@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1); */
  padding: .74rem 1rem;
  transition: all 0.3s;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
#masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding-left: 0.5rem;
  font-size: 14px;
}
#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 12px;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: none;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}
.sticky .entry-title {
  position: relative;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
  font-size: 85%;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #494949;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.btn-secondary {
  color: #000;
  background: transparent;
  border-color: #a760ff !important;
}
.btn-secondary:hover {
  color: #F8F8F8 !important;
  background-color: #a760ff;
  border-color: #a760ff;
}
/* ------ starts  --------   */
@property --gradient-rotation {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotate-rotation {
  from {
    --gradient-rotation: 0deg;
  }
  to {
    --gradient-rotation: 360deg;
  }
}
.card2 {
  border-radius: var(--br);
  background: var(--bg-color, var(--white));
  color: var(--text-color, var(--black));
  border: var(--bw) solid var(--black);
  padding: 30px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.animated-border:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: calc(var(--br) * 1.5);
  padding: var(--pd);
  z-index: -1;
  transition: opacity 0.3s ease;
  opacity: 0;
  box-shadow: none;
}
.animated-border:hover::before {
  animation: rotate-rotation 1.5s linear infinite;
}
.rainbow::before {
  filter: blur(0.75rem);
  background: conic-gradient(from var(--gradient-rotation), #a760ff, #61a9ff, #F8F8F8);
}
.rainbow:hover::before {
  opacity: 0.5;
}
/* ------ ends  --------   */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: .74rem 1rem;
  color: #FFF;
  position: absolute;
  z-index: 99999999999;
  width: 100%;
}
nav#navbar {}
.navbar-expand-lg .navbar-collapse {
  margin-top: 12px;
}
.navbar-brand > a {
  color: #262626;
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 300;
  display: block;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #FFF;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 12px;
  font-size: 16px;
}
/* custom menu item settings by moretag */
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #009a8f;
}
.navbar-brand {
  height: auto;
  background-image: url(/wp-content/themes/faction25/inc/faction-mainlogo-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 124px;
  height: 29px;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 12px;
  padding-top: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "SourceCodePro";
}
.dropdown-menu {
  min-width: 11rem;
  -webkit-box-shadow: -1px 10px 37px 1px rgba(0, 0, 0, .09);
  -moz-box-shadow: -1px 10px 37px 1px rgba(0, 0, 0, .09);
  box-shadow: -1px 10px 37px 1px rgba(0, 0, 0, .09);
  border: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 4px;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* custom menu item settings  */
#masthead.scroll {}
/* custom menu item settings ends here */
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {}
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
#footer-widget strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
}
#footer-widget ul {
  list-style-type: none;
  padding-left: 0px;
}
#footer-widget ul li {
  margin-bottom: 12px;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: none;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}
.sticky .entry-title {
  position: relative;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------


/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
.navbar-nav > li.current-menu-parent > a {
  color: #FFF !important;
}
.navbar-nav > li.current-page-ancestor > a {
  color: #FFF !important;
}
.current-page-ancestor .current-page-ancestor a {
  color: #FFF !important;
}
/* show on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-nav li:hover > .dropdown-menu {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(1);
  }
  80% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(1);
  }
  80% {
    -webkit-transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*

/*--------------------------------------------------------------
# New bootstrap fixes
--------------------------------------------------------------*/
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#wpadminbar {
  opacity: 1;
  position: absolute;
  z-index: 9999999999;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
  header {
    position: absolute;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 9999999;
    display: block;
  }
  .navbar {}
  .dropdown-menu.dropdown-item {
    line-height: 1.2;
    padding-bottom: 12px;
    padding-top: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header#masthead .container {}
  header#masthead {}
  .video-container {
    visibility: hidden;
    display: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
  header#masthead .container {}
  #masthead .navbar-nav > li > a {
    padding-left: 10px !important;
  }
  .floatingme4 {
    z-index: 0 !important;
    opacity: 0.4;
  }
  .articlemanualimage {
    height: 100px;
    width: 100px;
    border-radius: 50px;
  }
  .video-container {
    visibility: hidden;
    display: none;
  }
  label.burger-menu {
    background-color: #000;
    border-radius: 0px;
    position: fixed;
    top: 38px;
    left: 14px;
    transition: all 0.5s ease;
  }
  .viewmobile {
    visibility: visible;
    display: block;
  }
  .viewmobile h4 {
    color: #686868 !important;
  }
  .factionhero {
    background-size: cover !important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 90%;
  }
  .leftpadi {
    padding: 10px !important;
  }
  .bg-about {
    display: none;
  }
  .fortysixty {
    padding: 10px !important;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    display: block;
    margin-top: 0;
    /* change this to override theme color
background-color: ; */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .animated {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
  }
  .navbar-brand img {}
  #masthead .navbar-nav > li > a {
    padding-left: 0px !important;
  }
  li#menu-item-1361 {
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .navbar-collapse {
    transition: all 0.3s;
  }
  .dropdown-menu .dropdown-item {
    white-space: normal;
    font-size: 14px;
    padding-bottom: 22px;
    padding-top: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dropdown-menu {
    min-width: 12.500rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dropdown-menu li {
    margin-left: 20px;
    width: 100%;
    display: inline-block; /* bootstrap fix */
  }
  .loadme {
    display: block;
    background-color: #000;
    width: auto;
    padding: 22px;
    padding-left: 44px;
    position: relative;
    left: 0px;
    top: -115px;
    transition: all 0.3s;
  }
  .mynewcontainer {
    max-width: 90% !important;
    margin-top: -103px !important;
  }
  .herocenter {
    padding-top: 0px !important;
  }
  .factionhero {
    padding-top: 3em;
    padding-bottom: 3em;
    height: auto !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }
  .col5151 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
  .herocentermobile {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  }
  .heromobile {}
  .navbar-nav-new .nav-link {
    color: #FFF;
    font-size: 28px;
    /* font-family: 'SignifierMedium'; */
    font-family: "Inter", sans-serif;
    font-weight: 300;
  }
  #wpadminbar {
    display: none;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-left: 0px;
  }
  .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .video-container {
    visibility: hidden;
    display: none;
  }
  .factionhero {
    background-image: none !important;
    background-color: #000;
  }
  .basiccontent {}
  .area5050 {
    padding-top: 80px;
  }
  .serviceleipis {
    display: none;
  }
  .triangle {
    margin-left: -2em;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 22px;
    margin-bottom: 0;
    list-style: none;
    background-color: #000;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
  header {
    position: absolute;
  }
  .navbar-brand {
    text-align: center;
    width: 100%;
  }
  .navbar-brand {
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .navbar-toggler {
    position: absolute;
    top: 0px;
    left: -12px;
  }
  .full {
    border-radius: 0px;
  }
  .leftpadi {
    padding: 10px !important;
  }
  .fortysixty {
    padding: 10px !important;
  }
  .wrap-feature-16 [class*=col-] {
    padding: 20px 10px;
  }
  .herotext {
    width: 80% !important;
  }
  .hero {}
  .servicemodule {
    border-top: solid 1px #E0E0E0;
    padding-top: 29px;
  }
  .servicemodule p {
    margin-bottom: 6px;
  }
  .servicearrow {
    display: block;
    float: right;
    position: relative;
    top: -26px;
    color: #CCC;
  }
  .about-bg-img {
    visibility: hidden;
    display: none;
  }
  .full {
    background-position: center top !important;
  }
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .float-lg-right {
    float: left !important;
  }
  .project-content-block {
    padding: 70px 40px;
    margin-left: -0px;
    margin-top: -70px;
    position: relative;
    bottom: -70px;
  }
  li.nav-item {
    display: block;
    margin-bottom: 22px;
  }
  .navbar-nav-new {
    display: block;
  }
  li.current-menu-item a {
    border-bottom: 0px;
    color: #9d64f6 !important;
  }
  .navbar-collapse {
    margin: 0 auto;
    display: block;
  }
  .menu .widget_text {
    padding: 20px;
  }
  .articleimage {
    height: 530px !important;
  }
  .tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .factionhero {
    background-image: none !important;
  }
  .tabs label {
    width: 140px;
    margin-right: 0;
    margin-top: 0.2rem;
    background-color: #E5E5E5;
    padding: 12px;
    border-radius: 6px;
    margin-right: 12px;
  }
  .tabs input[type="radio"]:checked + label {
    background: #9d64f6;
    border-bottom: none;
    font-weight: 600;
    color: #FFF;
  }
  header#masthead {
    margin-bottom: 0;
    /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1); */
    padding: 0px;
    padding-top: 1em;
    padding-top: 1em;
    transition: all 0.3s;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}