@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --br-def: 3px;
  --nav-hide: 0px;
  --nav-height: 0px;
  --transition-def: 0.3s;
  --primary-font: "Inter Tight", sans-serif;
  --alt-font: "PT Serif", serif;
}

/* General Styling */
body {
  font-family: var(--primary-font);
  transition: var(--transition-def) !important;
  min-height: 100vh;
  background-color: var(--page-bg-color);
  overflow-x: hidden;
  color: rgba(var(--page-text-color-rgb), 1);
  background-image: url(/images/color-shape.png);
  background-position: bottom;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--alt-font);
}
.body-grow {
  flex-grow: 1;
}
.c-container {
	width: 100%;
	margin: auto;
	max-width: 1800px;
	padding: 0 40px;
  position: relative;
  z-index: +3;
}
.c-container.narrow {
	max-width: 1500px;
	padding: 0 80px;
}
.lock-movement {
  overflow: hidden;
}
.no-br {
  border-radius: 0;
}
.br-c {
  border-radius: var(--br-def) !important;
  -webkit-border-radius: var(--br-def) !important;
  -moz-border-radius: var(--br-def) !important;
  -ms-border-radius: var(--br-def) !important;
  -o-border-radius: var(--br-def) !important;
}
.br-c .br-c {
  border-radius: calc(var(--br-def) / 2);
  -webkit-border-radius: calc(var(--br-def) / 2);
  -moz-border-radius: calc(var(--br-def) / 2);
  -ms-border-radius: calc(var(--br-def) / 2);
  -o-border-radius: calc(var(--br-def) / 2);
}
.vh-100{
  height: 100vh!important;
  height: calc(var(--vh, 1vh) * 100)!important;
}
.img-left {
  float: left;
  max-width: 50%;
  padding: 10px 10px 10px 0px;
  height: auto;
}
.img-right {
  float: right;
  max-width: 50%;
  padding: 10px 0px 10px 10px;
  height: auto;
}
.row {
  margin: 0;
}
/* ::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #000000;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: var(--br-def);
} */
a {
  text-decoration: none;
  color: var(--primary-color);
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
a:hover {
  color: var(--primary-hover-color);
}
a.hover-line {
  position: relative;
}
a.hover-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: var(--primary-hover-color);
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
a.hover-line:hover::after {
  width: 100%;
}
.card {
  border-radius: var(--br-def);
}
::selection {
  background: var(--secondary-color);
  color: white;
}
::-moz-selection {
  background: var(--secondary-color);
  color: white;
}
.alt-font {
  font-family: var(--alt-font);
}

/* Buttons */
.btn {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: var(--br-def) !important;
  -webkit-border-radius: var(--br-def) !important;
  -moz-border-radius: var(--br-def) !important;
  -ms-border-radius: var(--br-def) !important;
  -o-border-radius: var(--br-def) !important;
}
.btn-primary {
  background-color: var(--primary-color);
  color: white;
}
.btn-primary:hover {
  background-color: var(--primary-hover-color);
  color: white;
}
.btn-secondary {
  background-color: var(--secondary-color);
  color: white;
}
.btn-secondary:hover {
  background-color: var(--secondary-hover-color);
  color: white;
}
.btn-info {
  background-color: var(--info-color);
  color: white;
}
.btn-info:hover {
  background-color: var(--info-hover-color);
  color: white;
}
.btn-light {
  background-color: white;
  color: var(--primary-color);
}
.btn-light:hover {
  background-color: rgb(224, 229, 231);
  color: var(--primary-color);
}
.contact-button {
  width: 100%;
  height: 7rem;
  font-size: 1.2rem;
  font-weight: 500;
  border: 2px solid var(--page-text-color);
  color: var(--page-text-color);
  background-color: transparent;
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 0.75rem 1rem;
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  position: relative;
  overflow: hidden;
}
.contact-button i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
}
.contact-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.4) 0%, rgba(var(--info-color-rgb), 0.4) 100%);
  opacity: 0%;
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
.contact-button:hover::after {
  opacity: 100%;
}

/* Testimonials */
.testemonial-container {
  position: relative;
  padding: 3rem 0;
}
.blockquote-footer {
  background: none;
}
.c-testimonial {
  min-height: 30rem;
  background-color: #ebebeb;
}
.testimonial-panel{
  width: 100%;
  min-height: 350px;
  background-color: #dddddd;
}
@media only screen and (max-width: 576px) {
  .testimonial-panel{
    min-height:600px;
  }
  footer .text-start, footer .text-end{
    text-align: center!important;
  }
}
.testimonial-overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.blockquote {
  font-size: 1.5rem;
}
.testimonial-overlay .blockquote{
  line-height: 1.67;
  color: black;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blockquote-footer{
  font-weight: 800;
}
.testimonial-overlay cite{
  font-style: normal;
}
.fade {
  transition: opacity 0.4s linear !important;
}
.show {
  opacity: 1!important;
}
.hide {
  opacity: 0!important;
}

/* Carousel */
.carousel-img {
  width: 100%;
  height: 40rem;
  max-height: calc(100vh - var(--nav-height));
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -3;
}
.carousel-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--carousel-text);
  font-family: var(--primary-font);
  word-spacing: 100vw;
  font-size: 1.8rem;
  padding: 1rem;
  text-shadow: 0px 0px 30px rgba(var(--page-text-color-rgb), 0.5);
}
.carousel-text h3 {
  font-size: calc(2.5rem + 2vw);
}

.carousel-btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.carousel-btn button {
  background-color: transparent;
  color: var(--page-text-color);
  border: 2px solid var(--page-text-color);
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.3rem 1rem;
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  position: relative;
  overflow: hidden;
  z-index: +1;
}
.carousel-btn button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--page-bg-color);
  z-index: -2;
}
.carousel-btn button::before {
  content: "";
  opacity: 0%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.4) 0%, rgba(var(--info-color-rgb), 0.4) 100%);
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
  z-index: -1;
}
.carousel-btn:hover button::before {
  opacity: 100%;
}

/* Forms */
.nostyle-form {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 0 10px 10px;
  padding: 0.2rem 0.5rem;
  border: 0 !important;
  outline: 0 !important;
  background-color: #ffffff75 !important;
}
.nostyle-form-box {
  border: 1px solid rgba(214, 214, 214, 0.514);
  background-color: #ffffff75;
  border-radius: var(--br-def);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.form-control {
  border-radius: var(--br-def);
}

/* Navbar */
#overlayDark {
  position: fixed;
  z-index: 1450;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  opacity: 0%;
  pointer-events: none;
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
#overlayDark.active {
  opacity: 100%;
  pointer-events: all;
}
#navTop {
	position: relative;
	z-index: 1500;
	top: 0;
	left: 0;
	right: 0;
	transition: var(--transition-def);
	-webkit-transition: var(--transition-def);
	-moz-transition: var(--transition-def);
	-ms-transition: var(--transition-def);
	-o-transition: var(--transition-def);
	background-color: var(--nav-bg-color);
  font-family: var(--primary-font);
}
.nav-icon {
  max-width: 100%;
}
.nav-icon-mob {
	display: none;
}
/* .nav-scroll {
	top: calc(var(--nav-height) * -1) !important;
}
.nav-hide {
	top: calc(var(--nav-height) * -1) !important;
} */
#navTop .content {
	display: flex;
	flex-wrap: wrap;
  justify-content: end;
}
#navTop .left-container {
  flex-grow: 1;
  position: relative;
  z-index: 1100;
  display: flex;
  align-items: end;
}
#navTop .right-container {
	width: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1rem 0;
}
#navTop img {
	max-height: 8rem;
  max-width: 100%;
  object-fit: contain;
  object-position: left;
}
#navTop ul {
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
  height: 100%;
  padding: 0;
}
#navTop li {
	float: left;
  height: 100%;
  display: flex;
}
#navTop li a {
  text-transform: uppercase;
	padding: 1rem 0;
	color: var(--nav-text-color);
	font-size: 1.2rem;
	font-weight: 600;
  display: block;
  flex-grow: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-right: 2rem;
}
#navTop li a:hover {
	color: var(--nav-text-hover-color);
  background-color: rgba(var(--nav-bg-hover-color-rgb), 1);
}
#navTop button#expandNav {
	display: none;
	width: 3.5rem;
	height: 3.5rem;
  margin-bottom: 0.5rem;
  border: 0;
	background-color: var(--nav-bg-color);
	border-radius: var(--br-def);
	-webkit-border-radius: var(--br-def);
	-moz-border-radius: var(--br-def);
	-ms-border-radius: var(--br-def);
	-o-border-radius: var(--br-def);
	color: var(--nav-text-color);
	position: relative;
}
#navTop button#expandNav .icon-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0%;
	pointer-events: none;
	transition: var(--transition-def);
	-webkit-transition: var(--transition-def);
	-moz-transition: var(--transition-def);
	-ms-transition: var(--transition-def);
	-o-transition: var(--transition-def);
}
#navTop button#expandNav .icon-holder.active {
	opacity: 100%;
}

/* Hero */
.hero {
  /* padding-top: var(--nav-height); */
  color: white;
  text-transform: uppercase;
}
body#home .hero {
  display: none;
}

/* footer */
footer{
  background-color: var(--footer-bg);
  color: var(--footer-text);
}
.footer-logo {
  max-height: 3rem;
  width: 100%;
  object-fit: contain;
  object-position: left;
  margin-bottom: 1rem;
}
footer a{
  color: var(--footer-link-color);
}
footer a:hover{
  color: var(--footer-link-color-hover);
}
footer a.hover-line::after {
  height: 2px;
  background-color: var(--footer-link-color-hover);
}
.color-bar {
  background-color: var(--primary-color);
  height: 1rem;
  width: 100%;
}
footer .footer-block {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-title {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  font-family: var(--alt-font);
}
footer .footer-item {
  font-size: 1rem;
  font-weight: 600;
  color: var(--footer-link-color);
  margin-bottom: 0.25rem;
}
footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(var(--footer-text-rgb), 0.2);
  padding: 1rem 0 4rem 0;
  font-size: 0.8rem;
}
footer .footer-bottom a.hover-line::after {
  height: 1px;
  background-color: var(--footer-link-color-hover);
}
footer .side-bar {
  width: 1px;
  height: 10px;
  background-color: rgba(var(--footer-text-rgb), 0.2);
  display: block;
}
footer .footer-block .side-bar {
  width: 2px;
  height: 20px;
  background-color: rgba(var(--footer-text-rgb), 1);
  display: block;
}
.flex-wrap {
  flex-wrap: wrap;
  max-width: 100%;
}

/* General Backgrounds */
.gap-padding {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.gradient-bg {
	position: relative;
}
.gradient-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	background-image: url(/images/gradient.jpg);
	background-size: cover 150% 150%;
	animation: gradient 120s linear infinite;
	-webkit-animation: gradient 120s linear infinite;
	z-index: -2;
}
.gradient-bg.light::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--page-bg-color-rgb), 0.7);
}
@keyframes gradient {
	0% {
		background-position: 50% 100%;
    background-size: calc((100vh + 100vw) * 2);
	}
	25% {
		background-position: 25% 50%;
    background-size: calc((175vh + 120vw) * 2);
	}
	50% {
		background-position: 100% 0%;
    background-size: calc((130vh + 105vw) * 2);
	}
	75% {
		background-position: 50% 25%;
    background-size: calc((105vh + 110vw) * 2);
	}
	100% {
		background-position: 50% 100%;
    background-size: calc((100vh + 100vw) * 2);
	}
}
.bg-trans {
  background-color: transparent;
}
.bg-primary{
    background-color: var(--primary-color)!important;
}
.bg-secondary{
    background-color: var(--secondary-color)!important;
}
.bg-info{
    background-color: var(--info-color)!important;
}
.bg-grey {
  background-color: #f3f3f3;
}

/* General Text Formatting */
.transparent {
  opacity: 60%;
}
.hero-title {
  font-size: 5rem;
  color: white;
  padding: 4rem 5vw 2rem 5vw;
}
.muted-color {
  opacity: 70%;
}
.text-primary{
    color: var(--primary-color)!important;
}
.text-secondary{
    color: var(--secondary-color)!important;
}
.text-info{
    color: var(--info-color)!important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.text-cap {
  text-transform: uppercase;
}
.fs-xs {
  font-size: 0.8rem;
}
.fs-sm {
  font-size: 0.9rem;
}
.fs-md {
  font-size: 1.4rem;
}
.fs-lg {
  font-size: 2.5rem;
}
.fs-xl {
  font-size: 3.5rem;
}

/* 404 Page */
.title-404 {
  font-size: calc(1.2rem + 3vw);
}
.links-404 {
  list-style: none;
  font-size: calc(1.2rem + 0.5vw);
  font-weight: 800;
  padding: 0;
}
.links-404 li {
  margin: 0 1.5rem 0 0;
}
.links-404 a {
  color: white;
}
.links-404 a:hover {
  color: #ffffffb2;
}

/* Gallery */
.galpreview{
  overflow:hidden;
  height: 10rem;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}

/* Contact Page */
.contact-map {
  min-height: 20rem;
  height: 100%;
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
}
.contact-form .form-control {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.contact-form h6 {
  user-select: none;
}
.contact-form {
  border: 1px solid #00000017;
  border-radius: var(--br-def);
  padding: 0.5rem 1.2rem;
  outline: 3px solid white;
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
}
.form-control:focus ~ .contact-form {
  outline-color: var(--secondary-color);
}
a .bg-white {
	background-color: white;
	color: black;
	transition: var(--transition-def);
	-webkit-transition: var(--transition-def);
	-moz-transition: var(--transition-def);
	-ms-transition: var(--transition-def);
	-o-transition: var(--transition-def);
}
a:hover .bg-white {
	background-color: var(--secondary-color) !important;
	color: white;
}
.c-form {
	outline: 2px solid var(--page-bg-color);
	border: 1px solid var(--primary-color);
	background-color: var(--page-bg-color);
	width: 100%;
	padding: 0.8rem 1rem;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: var(--transition-def);
	-webkit-transition: var(--transition-def);
	-moz-transition: var(--transition-def);
	-ms-transition: var(--transition-def);
	-o-transition: var(--transition-def);
}
.c-form:focus {
	outline: 2px solid var(--primary-color);
}

/* General Page Formatting */
.overflow-h {
  overflow: hidden;
}
.page-hero {
  background-color: var(--primary-color);
  background-position: center;
  background-size: cover;
}
.hero-content {
  width: 100%;
}
.info-block {
  background-color: #ececec;
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  padding: 1rem 1.5rem;
  margin: 0.5rem 0;
}
.info-block p:last-child {
  margin: 0;
}

.home-hero {
  min-height: 38rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.home-hero .wireframe {
  fill: none !important;
  stroke: rgb(255, 255, 255) !important;
  stroke-width: 0.4rem !important;
}
.home-hero svg {
  height: 150%;
  width: 150%;
}
.home-hero .image {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.home-hero .text {
  max-width: 30rem;
  width: auto;
  position: relative;
}
.home-hero .text p {
  color: white;
  font-size: calc(2rem + 3vw);
  font-weight: 500;
  margin: 0;
  line-height: calc(2rem + 3vw);
  text-align: center;
}
.col-gradient-bg {
  height: 100%;
  background: linear-gradient(0deg, #ffffff00 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-def) var(--br-def) 0 0;
  -webkit-border-radius: var(--br-def) var(--br-def) 0 0;
  -moz-border-radius: var(--br-def) var(--br-def) 0 0;
  -ms-border-radius: var(--br-def) var(--br-def) 0 0;
  -o-border-radius: var(--br-def) var(--br-def) 0 0;
}
.cross-link-block {
  --c-pad: 2rem;
  --c-color: white;
  padding: var(--c-pad);
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
.cross-link-block:hover {
  --c-color: var(--page-text-color);
}
.cross-link-block:hover i.fa-arrow-right {
  background-color: rgba(255, 255, 255, 0);
  font-size: 2.5rem;
}
.cross-link-block img {
  width: 100%;
  max-height: 5rem;
  margin-bottom: var(--c-pad);
  object-fit: contain;
  object-position: left;
}
.cross-link-block.bg-primary:hover {
  background-color: rgba(var(--primary-color-rgb), 0.3) !important;
}
.cross-link-block.bg-secondary:hover {
  background-color: rgba(var(--secondary-color-rgb), 0.3) !important;
}
.cross-link-block.bg-info:hover {
  background-color: rgba(var(--info-color-rgb), 0.3) !important;
}
.cross-link-block i.fa-arrow-right {
  font-size: 2rem;
  background-color: var(--c-color);
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: var(--c-pad);
  right: var(--c-pad);
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
.cross-link-block.bg-primary i.fa-arrow-right {
  color: var(--primary-color);
}
.cross-link-block.bg-secondary i.fa-arrow-right {
  color: var(--secondary-color);
}
.cross-link-block.bg-info i.fa-arrow-right {
  color: var(--info-color);
}
.cross-link-block i.text-light {
  color: var(--c-color) !important;
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
.cross-link-block p {
  color: var(--c-color);
  width: 100%;
  padding-top: var(--c-pad);
  margin-bottom: 0;
  border-top: 1px solid var(--c-color);
  opacity: 80%;
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
.cross-link-block h4 {
  color: var(--c-color);
  width: 100%;
  margin-bottom: var(--c-pad);
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
}
.seperator {
  height: 4rem;
  position: relative;
  margin: 0 1rem 1rem 1rem;
}
.seperator::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((1.5rem / 2) - 2px);
  right: 0;
  display: flex;
  justify-content: center;
  height: 2.5rem;
  width: 2px;
  background-color: rgba(var(--page-text-color-rgb), 1);
}
.seperator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid rgba(var(--page-text-color-rgb), 1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.seperator2 {
  width: 4rem;
  height: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.seperator2::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background-color: rgba(var(--page-text-color-rgb), 1);
}
.seperator2::after {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid rgba(var(--page-text-color-rgb), 1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.service-title {
  color: var(--primary-hover-color);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.icon-holder-page {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(45deg, var(--primary-color) 0%, var(--primary-hover-color) 100%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.text-italic {
  font-style: italic;
}
.icon-holder-page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile-img {
  padding: 0 0 0.5rem 0.5rem;
  max-width: 30%;
}
.home-banner {
  height: 30rem;
}
.home-banner-text {
  font-size: 5rem;
  line-height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-banner-container {
  position: relative;
  overflow-x: hidden;
}
.home-banner-container .image-1 {
  position: absolute;
  top: -20%;
  bottom: 0;
  left: 55%;
  height: 100%;
}
.home-banner-container .image-2 {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .profile-img {
    max-width: 20rem;
    width: 100%;

  }
}
@media (max-width: 600px) {
  .profile-img {
    float: unset;
  }
}
.shape-bg {
  width: 100%;
  display: flex;
  position: relative;
}
.shape-bg::after {
  content: url(/images/color-shape.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10rem;
  width: 50%;
  z-index: 10;
}
@media (max-width: 1199px) {
  .home-banner-container .image-1 {
    display: none;
  }
  .home-banner-container .image-2 {
    display: block;
  }
}
@media (max-width: 1250px) {
  .hero {
    padding-top: var(--nav-height) !important;
  }
	.c-container,
	.c-container.narrow {
		padding: 0 20px;
	}
	.nav-icon {
		display: none;
	}
  #navTop img {
    max-height: 3.5rem;
    max-width: 100%;
  }
	.nav-icon-mob {
		display: unset;
	}
  #navTop {
    position: fixed;
  }
	#navTop ul {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		box-shadow: 0;
    padding: 0;
		background-color: var(--nav-bg-color);
		border: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: start;
		position: fixed;
		top: var(--nav-height);
		bottom: 0;
		left: -50vw;
    width: 50vw;
		transition: var(--transition-def);
		-webkit-transition: var(--transition-def);
		-moz-transition: var(--transition-def);
		-ms-transition: var(--transition-def);
		-o-transition: var(--transition-def);
	}
	#navTop ul.active {
    left: 0;
	}
	#navTop li {
		padding: 0;
		margin: 0.2rem 0;
		float: unset;
    height: unset;
    border-bottom: 1px solid rgba(var(--nav-text-color-rgb), 0.2);
    width: 100%;
    margin: 0;
	}
	#navTop li:first-of-type {
    border-top: 1px solid rgba(var(--nav-text-color-rgb), 0.2);
	}
	#navTop li a {
    padding: 0.5rem 1rem;
		font-size: 1.6rem;
		font-weight: 600;
    justify-content: left;
	}
	#navTop li a:hover {
		font-size: 1.6rem;
		font-weight: 600;
	}
	#navTop button#expandNav {
		display: unset;
	}
  .home-banner .home-banner-img-container img {
    left: -2rem !important;
    top: -5rem !important;
    max-width: 150% !important;
}
}
@media (max-width: 500px) {
	.c-container,
	.c-container.narrow {
		padding: 0 10px;
	}
	.nav-icon {
		max-width: 100%;
	}
	.nav-slogan {
		display: none;
	}
	#navTop ul {
    width: 100vw;
    left: -100vw;
	}
	#navTop li {
		margin: 0.1rem 0;
	}
	#navTop li a {
		font-size: 1.3rem;
	}
	#navTop li a:hover {
		font-size: 1.3rem;
	}
}

@media (min-width: 1600px) {
  .align-items-c-center {
      align-items: center !important;
  }
}
.resource {
  display: flex;
  flex-direction: column;
}
.resource .fill-area {
  flex-grow: 1;
  display: flex;
  align-items: end;
}
.download-btn {
  border: 0;
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  padding: 0.6rem 1rem;
  transition: var(--transition-def);
  -webkit-transition: var(--transition-def);
  -moz-transition: var(--transition-def);
  -ms-transition: var(--transition-def);
  -o-transition: var(--transition-def);
  color: white;
  font-weight: 700;
}
.download-btn.primary {
  background-color: var(--primary-color);
}
.download-btn.primary:hover {
  background-color: var(--primary-hover-color);
}
.download-btn.secondary {
  background-color: var(--secondary-color);
}
.download-btn.secondary:hover {
  background-color: var(--secondary-hover-color);
}
.download-btn.info {
  background-color: var(--info-color);
}
.download-btn.info:hover {
  background-color: var(--info-hover-color);
}
.b1-primary {
  border: 1px solid var(--primary-color);
}
.image-hero {
  position: relative;
  width: 100%;
}
.image-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(var(--page-bg-color-rgb), 0.6);
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.image-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.image-hero .hero-text {
  width: 900px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 5rem 0;
}
.image-hero .hero-text h1 {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 1rem;
}
.image-hero .hero-text p {
  font-size: 1.75rem;
  text-align: center;
  margin: 0;
}
.detail-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  border-radius: var(--br-def);
  overflow: hidden;
}
.detail-blocks .detail-box {
  width: 400px;
  max-width: 100%;
  flex-grow: 1;
  padding: 3rem;
  font-size: 0.9rem;
}
.detail-blocks .detail-box h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
  min-height: 120px;
}
.detail-blocks .detail-box ul {
  padding-left: 1.25rem;
}
.process-chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process-chart .process-step {
  width: 20%;
  min-width: 200px;
  max-width: 100%;
  padding: 0 1rem;
}
.process-chart .process-text {
  padding: 0.75rem 0.5rem 2rem 0.5rem;
}
.arrow {
    color: white;
    font-family: serif; /* adjust as needed */
    font-size: 2rem;  /* adjust as needed */
    padding: 0.5rem 1.5rem 0.5rem 1.75rem;
    position: relative;
    width: 100%;
    text-align: center;
}

.arrow.yellow-bg::before, .arrow.yellow-bg::after {
    background-color: rgb(240, 205, 7);
}
.arrow.red-bg::before, .arrow.red-bg::after {
    background-color: rgb(226, 80, 99);
}
.arrow.pink-bg::before, .arrow.pink-bg::after {
    background-color: rgb(179, 64, 144);
}
.arrow.purple-bg::before, .arrow.purple-bg::after {
    background-color: rgb(97, 55, 121);
}
.arrow.orange-bg::before, .arrow.orange-bg::after {
    background-color: orange;
}
.arrow::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
}
.arrow::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
}
.bg-yellow {
  background-color: rgb(240, 205, 7);
}
.feedback-block {
  position: relative;
  padding: 100px 0;
}
.feedback-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(var(--page-bg-color-rgb), 0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: -1;
}
.feedback-block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.feedback-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
}
.feedback-blocks .feedback-box {
  width: 400px;
  max-width: 100%;
  flex-grow: 1;
  padding: 2rem;
  border: 2px solid rgba(var(--primary-color-rgb), 0.5);
  border-radius: var(--br-def);
  -webkit-border-radius: var(--br-def);
  -moz-border-radius: var(--br-def);
  -ms-border-radius: var(--br-def);
  -o-border-radius: var(--br-def);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.feedback-blocks .feedback-box p {
  font-size: 1.1rem;
  margin: 0;
}
.feedback-blocks .feedback-box strong {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: var(--alt-font);
  font-style: italic;
}