@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-home:before {
  content: "\f015";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-arrows-to-circle:before {
  content: "\e4bd";
}

.fa-circle-chevron-right:before {
  content: "\f138";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-images:before {
  content: "\f302";
}

.fa-image:before {
  content: "\f03e";
}

.fa-filter-circle-xmark:before {
  content: "\e17b";
}

.fa-circle-xmark:before {
  content: "\f057";
}

.white {
  color: #ffffff;
}

.purple {
  color: #5d43a0;
}

.trans-bg {
  background: rgba(255, 255, 255, 0.5);
}

.paper-bg {
  background: url("../images/patterns/naturalpaper.png") repeat;
}

.clear-floats {
  clear: both;
}

.frame {
  border: 20px solid transparent;
  padding: 20px;
  border-image: url("../images/patterns/noisy-white.png") 20 repeat;
}

.animation-element {
  position: relative;
}

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

a.animated-button.thar-one {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #5d43a0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-one:hover {
  color: #ffffff !important;
  background-color: transparent;
  text-shadow: none;
}

a.animated-button.thar-one:hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}

a.animated-button.thar-one:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: rgba(93, 67, 160, 0.7);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-two {
  color: #ffffff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #5d43a0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-two:hover {
  color: #ffffff !important;
  background-color: transparent;
  text-shadow: none;
}

a.animated-button.thar-two:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

a.animated-button.thar-two:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: rgba(93, 67, 160, 0.7);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 3px;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: #5d43a0 !important;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 3px;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: #5d43a0 !important;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 3px;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: #5d43a0 !important;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 3px;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #5d43a0 !important;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

body {
  background: url("../images/patterns/noisy-gray.png") repeat !important;
  padding-top: 70px;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 1.15rem;
}

h1 {
  font-family: "Questrial", sans-serif !important;
  font-weight: 800;
  color: #ffffff;
}

h2 {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400;
}

.home h2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  color: #828389;
}

h3 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 1.25em;
}

p {
  font-family: "Roboto", sans-serif !important;
}

hr {
  border-top: 1px solid rgb(0, 0, 0) !important;
}

a {
  color: #5d43a0;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
a:hover {
  color: #828389;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

/* navbar */
nav.navbar {
  margin-bottom: 0 !important;
  background: url("../images/patterns/noisy-white.png") repeat !important;
}
nav.navbar a.navbar-brand {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
nav.navbar a.navbar-brand:hover {
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.navbar-brand > img {
  max-height: 35px;
  max-width: 35px;
  overflow: visible;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-brand > img:hover {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

/* hamburger animation icon */
nav.navbar button.navbar-toggler {
  background: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler span {
  display: block;
  background-color: #5d43a0;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #5d43a0 !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
  background: #5d43a0 !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #5d43a0 !important;
}

nav.navbar button.mixitup-control-active:focus {
  background: transparent !important;
}

nav.navbar button.mixitup-control-active::active {
  background: transparent !important;
}

ul.navbar-nav li.nav-item {
  font-size: 1.25em;
}
ul.navbar-nav li.nav-item a.nav-link {
  color: #5d43a0;
  font-family: "Questrial", sans-serif;
  font-weight: 550;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #30363b;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
ul.navbar-nav li.nav-item a.nav-link:focus {
  color: #30363b !important;
}
ul.navbar-nav li.nav-item a.nav-link:active {
  color: #30363b !important;
}
ul.navbar-nav li.nav-item div.dropdown-menu {
  background: url("../images/patterns/noisy-white.png") repeat !important;
  border: none !important;
}
ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item {
  font-size: 1.15em !important;
  font-family: "Questrial", sans-serif !important;
  color: #5d43a0;
  font-weight: 550;
}
ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item:hover {
  background: #5d43a0;
  color: #ffffff;
}
ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item:focus {
  color: #ffffff;
  background: rgb(125.4, 104.6, 179);
}
ul.navbar-nav li.nav-item ul.dropdown-menu {
  background: url("../images/patterns/noisy-white.png") repeat !important;
  border: none !important;
}
ul.navbar-nav li.nav-item ul.dropdown-menu li.dropdown-header {
  font-size: 1.15em !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 550;
  background: #828389;
}
ul.navbar-nav li.nav-item ul.dropdown-menu li.dropdown-divider {
  border-top: 1px solid #5d43a0;
}
ul.navbar-nav li.nav-item ul.dropdown-menu a.dropdown-item {
  font-size: 1.15em !important;
  font-family: "Questrial", sans-serif !important;
  color: #5d43a0;
  font-weight: 550;
}
ul.navbar-nav li.nav-item ul.dropdown-menu a.dropdown-item:hover {
  background: #5d43a0;
  color: #ffffff;
}
ul.navbar-nav li.nav-item ul.dropdown-menu a.dropdown-item:focus {
  color: #ffffff;
  background: rgb(125.4, 104.6, 179);
}

.nav-item a.dropdown-toggle:focus,
.nav-item a.nav-link:focus {
  outline: none !important;
}

.nav-item a.dropdown-toggle:after {
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in;
}

.nav-item.show a.dropdown-toggle:after {
  transform: rotate(180deg);
  transition: transform 0.25s ease-out;
}

form.contact-form .form-group label {
  color: #2b1b53;
}
form.contact-form .form-group div.invalid-feedback {
  color: #5d43a0 !important;
}
form.contact-form .form-group div.form-feedback {
  color: #5d43a0 !important;
  font-size: 85%;
}
form.contact-form button.btn {
  background: none;
  border: 1px solid #5d43a0;
  color: #5d43a0;
}
form.contact-form .main-email,
form.contact-form .main-phone {
  display: none;
}

div#message,
div#response {
  color: #2b1b53 !important;
}

.alert-success {
  background: none;
  border: 1px solid #5d43a0;
  color: #5d43a0;
}

/* main */
main.main {
  padding-top: 0 !important;
  margin-top: -15px !important;
}

/* footer */
.footer {
  position: relative;
  bottom: 0 !important;
  width: 100%;
  margin-top: 20px;
  /* Set the fixed height of the footer here */
  height: 80px;
  padding-top: 10px !important;
  overflow: visible !important;
  background: url("../images/patterns/noisy-white.png") repeat !important;
}

footer .container {
  padding-top: 20px;
}
footer .container p {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
footer .container p small.copyright {
  color: #30363b;
  margin-right: 0.5em;
}
footer .container p a {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #5d43a0;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
footer .container p a:hover {
  color: #2b1b53 !important;
  text-decoration: none !important;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

#back-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

#back-top a {
  color: #5d43a0 !important;
}
#back-top a span {
  font-size: 2.25em !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  text-decoration: none;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  text-shadow: 1px 1px 1px rgba(155, 155, 155, 0.2);
}
#back-top a span:hover {
  color: rgb(222.6, 217.4, 236);
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  text-decoration: none;
}
.media-icons {
  /* @include placeincenter; */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-icons i {
  color: #5d43a0;
  font-size: 1.75em;
  margin-bottom: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.media-icons i:hover {
  color: #2b1b53;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.glyphicon:before {
  font-family: "Glyphicons Halflings";
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.glyphicon-text-background:before {
  position: relative !important;
  top: 2px !important;
}

/* main */
/* home slide */
/* Carousel */
/* Carousel base class */
.carousel {
  margin-top: -10px !important;
  margin-bottom: 2rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  opacity: 0;
  transform: translateY(50px);
  /* Start off-screen below */
  transition: all 0.7s ease-in-out;
  /* Animation duration and easing */
  bottom: -30px;
  right: 0;
  left: 0;
}
.carousel-caption h1 {
  background: rgba(93, 67, 160, 0.75);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 200;
  color: #ffffff;
  text-shadow: 0.5px 0.5px 0 rgba(140, 140, 140, 0.4), -0.5px -0.5px 0.5px rgba(0, 0, 0, 0.47);
  transition: background-color 0.5s ease;
}
.carousel-caption h1 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.carousel-caption h1 a:hover {
  color: #2b1b53;
}
.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(0);
  /* Slide into place */
}

/* Declare heights because of positioning of img element */
.carousel-item {
  width: 100%;
  height: auto;
  background-color: #777;
}

.carousel-item > img {
  top: 0;
  left: 0;
  width: 100%;
}

.carousel-indicators li {
  background: #5d43a0;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 75%;
}

a.carousel-control-prev i.fa,
.carousel-control-next i.fa {
  font-size: 2em !important;
  color: #ffffff;
  transition: color 0.5s ease;
}
a.carousel-control-prev i.fa:hover,
.carousel-control-next i.fa:hover {
  color: #5d43a0;
}

h2.gallery-header {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 200;
  color: #ffffff;
}
h2.gallery-header i.fa-regular {
  color: #5d43a0;
}

.home-container {
  padding: 0 3rem;
}

.modal-backdrop {
  background-color: #ffffff;
  opacity: 0.9;
}

.modal-content {
  background: none;
  border: none;
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content .modal-header button.close {
  color: #2b1b53;
  transition: color 0.3s ease, transform 0.3s ease;
}
.modal-content .modal-header button.close:hover {
  color: #5d43a0;
  transform-origin: center;
  transform: rotate(90deg);
}
.modal-content .modal-header button.close:focus {
  border: none;
  outline: none;
  box-shadow: none;
  transform-origin: center;
  transform: rotate(-90deg);
}
.modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-top: 0;
}
.modal-content .modal-body img {
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 1rem solid #ffffff;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.modal-content .modal-footer {
  border-top: none;
}
.modal-content .modal-footer .btn {
  background: rgb(117.3, 95.2, 174.25);
  color: #ffffff;
  border: none;
}

.custom-modal-size {
  max-width: 95vw;
  width: auto;
  margin: 1rem auto;
}
.custom-modal-size modal-content {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-modal-size modal-content .modal-body {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-modal-size modal-content .modal-body img {
  max-width: 95vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
}

.gallery {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px 0;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  /* scrollbar-thumb and scrollbar-track */
}

.my-slide {
  flex: 0 0 auto;
  margin: 0 10px;
}

.gallery img {
  width: 150px;
  /* Control the image size */
  height: auto;
  display: block;
  border-radius: 1px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.5s ease;
}
.gallery img:hover {
  transform: scale(1.1);
  /* Optional zoom effect */
  filter: grayscale(0%) saturate(2);
}

h1.gallery-header {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #5d43a0;
  font-weight: 500;
}
h1.gallery-header .controls {
  display: inline;
}
h1.gallery-header .controls button {
  display: inline;
}

figure.foto-thumb {
  width: 100%;
  height: auto;
}
figure.foto-thumb img {
  width: 100%;
  height: 100%;
  border: 5px solid #ffffff !important;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  -webkit-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  -moz-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  -ms-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  -webkit-box-shadow: 1px 1px 1px 2px #30363b;
  -moz-box-shadow: 1px 1px 1px 2px #30363b;
  -ms-box-shadow: 1px 1px 1px 2px #30363b;
  box-shadow: 1px 1px 1px 2px #30363b;
}
figure.foto-thumb img:hover {
  -webkit-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  -moz-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  -ms-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  filter: grayscale(0%) saturate(2);
}
figure.foto-thumb img:focus {
  -webkit-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  -moz-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  -ms-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
  border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
}

.portrait {
  height: 150px !important;
  width: auto !important;
  margin: 0 12.5% !important;
}

.landscape {
  width: 150px !important;
  height: auto !important;
  margin: 12.5% 0 !important;
}

button.btn {
  background: none;
  border: 1px solid #5d43a0;
  color: #5d43a0;
}
button.btn:focus {
  background: #5d43a0;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}
button.active {
  background: #5d43a0;
  color: #ffffff;
}
button.active:focus {
  background: #5d43a0;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}
button.mixitup-control-active {
  background: #5d43a0;
  color: #ffffff;
}
button.mixitup-control-active:focus {
  background: #5d43a0;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}

span.entity {
  color: #ffffff;
}

figure.about-pic {
  margin: 0 auto;
  background: url("../images/patterns/noisy-white.png") repeat;
  padding: 20px;
  height: 100%;
  -webkit-box-shadow: inset 15px 15px 15px #ffffff !important;
  -moz-box-shadow: inset 15px 15px 15px #ffffff !important;
  -ms-box-shadow: inset 15px 15px 15px #ffffff !important;
  box-shadow: inset 15px 15px 15px #ffffff !important;
}
figure.about-pic img {
  width: 100%;
  height: auto !important;
  -webkit-box-shadow: inset 15px 15px 15px #ffffff !important;
  -moz-box-shadow: inset 15px 15px 15px #ffffff !important;
  -ms-box-shadow: inset 15px 15px 15px #ffffff !important;
  box-shadow: inset 15px 15px 15px #ffffff !important;
}

p.about-para {
  color: #ffffff;
}
p.about-para:first-of-type::first-letter {
  color: #5d43a0;
  float: left;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2em;
  margin-top: -10px;
  padding-bottom: 0 !important;
}
p.about-para a {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
p.about-para a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.home div.row {
  color: #ffffff;
  font-size: 1.1rem;
  -webkit-box-shadow: inset 0 0 3px #30363b;
  -moz-box-shadow: inset 0 0 3px #30363b;
  -ms-box-shadow: inset 0 0 3px #30363b;
  box-shadow: inset 0 0 3px #30363b;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 2em;
}

h2.movie-title {
  color: #2b1b53;
  font-size: 1.5em;
  font-weight: 600 !important;
  margin-left: 0.5em;
}

figure.movie-clip {
  margin-left: 0 !important;
  margin-right: 1em !important;
  padding: 0 !important;
}

figure.movie-clip iframe {
  margin-left: 0 !important;
}

@media (min-width: 1200px) {
  div.dm-form {
    width: 500px !important;
    left: -395px;
  }
}
@media (max-width: 991.98px) {
  .frame {
    border: 20px solid #ffffff;
    border-radius: 0 !important;
    margin-bottom: 10px;
  }
  .carousel-caption h1 {
    background: rgba(93, 67, 160, 0.75);
    padding: 0.5rem;
    font-size: 150%;
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .carousel-item {
    min-height: 276px !important;
  }
  .frame {
    border: 20px solid #ffffff;
    border-radius: 0 !important;
    margin-top: 10px;
  }
  figure.about-pic {
    margin-top: -25px !important;
  }
  #myCarousel {
    margin-bottom: 2rem !important;
  }
  .media-icons i {
    font-size: 1.25em !important;
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
  }
  .carousel-caption {
    bottom: -30px !important;
  }
  .carousel-caption h1 {
    font-size: 125%;
  }
  #first-home-div {
    padding-top: 3rem !important;
  }
}
@media (max-width: 575.98px) {
  figure.foto-thumb img {
    border: 5px solid #ffffff;
    -webkit-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
    -moz-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
    -ms-border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
    border-image: url("../images/patterns/noisy-white.png") 5 repeat !important;
    -webkit-box-shadow: 1px 1px 1px 2px #30363b;
    -moz-box-shadow: 1px 1px 1px 2px #30363b;
    -ms-box-shadow: 1px 1px 1px 2px #30363b;
    box-shadow: 1px 1px 1px 2px #30363b;
  }
  .portrait {
    position: relative !important;
    width: auto !important;
    margin: 0 12.5% !important;
  }
  .landscape {
    position: relative !important;
    height: auto !important;
    margin: 12.5% 0 !important;
  }
  .carousel {
    height: 210px !important;
    padding-bottom: 0 !important;
  }
  .carousel-item {
    min-height: 210px !important;
    background-color: transparent;
  }
  .carousel-caption h1 {
    font-size: 100%;
    font-weight: 300;
  }
  .carousel-indicators {
    display: none;
  }
  .media-icons i {
    font-size: 1.25em !important;
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
  }
  a.carousel-control-prev i.fa, .carousel-control-next i.fa {
    font-size: 1rem !important;
  }
}

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