:root {
  --font-family: "Barlow", sans-serif;

  --color-bg: #fff;
  --color-dark-bg: #000;
  --primary-text: #222;
  --primary-bg: #fff;
  --secondary-text: #fff;
  --secondary-bg: #333;
  --tertiary-text: #fff;
  --tertiary-bg: #ed0909;
  --anchor-default: #0aa42f;
  --grey-color: #888;
  --grey-text: #222;
  --grey-bg: #f8f8f8;
  --white-text: #000000;
  --white-bg: #fff;
  --off-white-bg: #ffb3b3;
  --substitute-bg: #151f20;
  --substitute-text: #fff;
  --accent-bg: red;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--primary-bg);
  color: var(--primary-text);
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  font-weight: 400;
}

a:hover {
  color: var(--primary-text);
}

h1 {
  font-size: 5.5rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: 600;
  line-height: 1.2;
  font-style: normal;
  text-align: left;
  text-transform: normal;
  margin-bottom: 1rem;
  word-break: break-word;
  word-wrap: break-word;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--tertiary-bg);
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}

h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
span.secondary,
.primary-bg h1.secondary,
.primary-bg h2.secondary,
.primary-bg h3.secondary,
.primary-bg h4.secondary,
.primary-bg h5.secondary,
.primary-bg h6.secondary,
.primary-bg span.secondary {
  color: var(--secondary-bg);
}

h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
span.tertiary,
.primary-bg h1.tertiary,
.primary-bg h2.tertiary,
.primary-bg h3.tertiary,
.primary-bg h4.tertiary,
.primary-bg h5.tertiary,
.primary-bg h6.tertiary,
.primary-bg span.tertiary {
  color: var(--tertiary-bg);
}

.principal-heading,
h1.principal-heading {
  position: relative;
  width: -webkit-fit-content;
}

.principal-heading::after,
h1.principal-heading::after {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 5px solid;
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: 0;
}

a {
  color: var(--anchor-default);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  display: block;
  position: relative;
}

section div p a {
  text-transform: lowercase;
}

section div ul li a {
  text-transform: capitalize;
  padding: 0px 7px;
}

h1.blog-caption,
h2.blog-caption,
h3.blog-caption,
h4.blog-caption,
h5.blog-caption,
h6.blog-caption {
  text-transform: capitalize;
  font-size: 45px;
}

h1.profile-caption,
h2.profile-caption,
h3.profile-caption,
h4.profile-caption,
h5.profile-caption,
h6.profile-caption,
.primary-bg h1.profile-caption,
.primary-bg h2.profile-caption,
.primary-bg h3.profile-caption,
.primary-bg h4.profile-caption,
.primary-bg h5.profile-caption,
.primary-bg h6.profile-caption {
  display: flex;
  flex: 1;
  position: relative;
  justify-self: flex-end;
  align-self: end;
  text-align: right;
  color: var(--secondary-bg);
  text-transform: capitalize;
}

p {
  font-size: 1rem;
}


a i.bi {
  font-size: 1rem;
  line-height: 1.5;
}

ol,
ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}

li {
  list-style: none;
  padding: 0%;
  margin: 0;
}

ul.list-inline li {
  float: left;
}

ul.list-inline.breadcrumbs {
  flex: 1 1 auto;
  width: -webkit-fit-content;
  margin: 0 auto;
}

ul.list-inline.breadcrumbs li a,
ul.list-inline.breadcrumbs li a i.bi {
  line-height: 4.2rem;
  text-transform: none;
  margin: 0 2px;
}

.form-control {
  height: 50px;
  border-radius: 0;
  font-weight: 300;
}

.form-group {
  margin-top: 10px;
}

.row.align-center {
  align-items: center;
}

header {
  display: flex;
  position: fixed;
  z-index: 999999;
  justify-content: center;
  align-content: center;
  flex: 1 1 auto;
  width: 100%;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.56) 11.34%, rgba(0, 0, 0, 0));
  padding: 14px 0px;
}

header ul li a {
  text-transform: lowercase;
  color: var(--primary-text);
}

header nav,
header nav.navbar {
  padding: 0;
  flex: 1;
  position: sticky;
  justify-content: flex-end;
  align-content: center;
}

header nav.navbar ul {
  position: relative;
}

header nav ul li {
  display: inline-flex;
}

header nav.navbar ul li a,
header.trans-blur-bg a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-content: center;
  line-height: 55px;
  padding: 0rem 0.875rem;
  text-transform: capitalize;
  color: inherit;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  position: relative;
}

header nav li div.nav-dropdown {
  top: 55px;
  position: absolute;
  left: 0%;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: none;
  border-radius: 15px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 1px 12px 10px -5px rgba(0, 0, 0, 0.15);
}

header nav li div.nav-dropdown div.container .row {
  width: 100%;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: 0px;
  box-shadow: -1px 1px 30px 4px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin: 0;
}

header nav li div.nav-dropdown div.container div.row .row {
  box-shadow: none;
  background: inherit;
  color: #222;
}

header nav.navbar li div.nav-dropdown div.container img {
  border-radius: 0px;
}

header nav li div.nav-dropdown ul {
  background: transparent;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

header nav li div.nav-dropdown ul li {
  width: 100%;
  height: 35px;
  border-top: 1px solid #eee;
}

header nav.navbar li div.nav-dropdown ul li a {
  color: var(--primary-text);
  text-align: left;
  align-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  font-size: 14px;
  padding: 0;
  font-weight: 200;
  line-height: 35px;
}

header nav.navbar li div.nav-dropdown ul li:last-child {
  border-bottom: 1px solid #eee;
}

header nav.navbar li div.nav-dropdown ul li a::after,
header nav.navbar li div.nav-dropdown ul li a.btn-primary::after {
  display: none !important;
}

header nav li div.nav-dropdown ul li a:hover,
header nav.navbar div.nav-dropdown ul li a:hover {
  color: var(--white-text);
  font-weight: 400;
}

header nav li div.nav-dropdown ul li a:hover::after,
header nav.navbar div.nav-dropdown ul li a:hover::after,
header nav li div.nav-dropdown ul li a:hover::before,
header nav.navbar div.nav-dropdown ul li a:hover::before {
  display: none;
}

header nav.navbar ul li:hover div.nav-dropdown,
header nav.navbar ul li:hover div.nav-dropdown .container .row {
  display: inline-flex;
  height: auto;
  width: 100%;
}

header nav.navbar div.nav-dropdown .container {
  width: 100%;
  margin: 0%;
  padding: 0%;
}

header nav.navbar div.nav-dropdown div.container div.row div p {
  font-size: 12px;
}

header nav.navbar ul li:hover div.nav-dropdown h1,
header nav.navbar ul li:hover div.nav-dropdown h2,
header nav.navbar ul li:hover div.nav-dropdown h3,
header nav.navbar ul li:hover div.nav-dropdown h4,
header nav.navbar ul li:hover div.nav-dropdown h5,
header nav.navbar ul li:hover div.nav-dropdown h6 {
  color: var(--grey-text);
  background: transparent;
}

header div a.btn {
  position: relative;
  height: 40px;
  line-height: 40px;
}

.align-center {
  align-items: center;
}

img.logo,
header img.logo {
  height: 4rem;
  width: auto;
  margin: 0.5rem;
  /* filter: brightness(0) invert(1); */
  color: #fff;
}

header nav .nav-link {
  padding: 0rem 3rem;
  color: var(--tertiary-text);
  line-height: 4rem;
  text-align: center;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--secondary-bg);
}

header ul.list-inline {
  padding: 0rem;
  margin: 0;
}

header ul.list-inline a {
  line-height: 4rem;
}

header a {
  font-size: 16px;
  font-weight: 500;
}

header a i.bi,
header i.bi {
  color: var(--primary-text);
  font-weight: 400;
  margin: 0px 10px;
  float: right;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 28px;
}

header a.nav-lines-btn i.bi,
header .nav-lines-btn i.bi {
  color: var(--accent-bg);
}

header i.bi-justify {
  font-size: 28px;
}

header.bg-dark {
  background: var(--secondary-bg) !important;
}

header.white-bg nav.navbar li a,
header.white-bg nav.navbar li a i.bi {
  color: var(--grey-text);
}

header.white-bg img.logo {
  filter: none;
}

header.white-bg {
  border-bottom: 1px solid #eee;
}

body.primary-bg,
body.primary-bg a,
body.primary-bg li,
body.primary-bg i,
body.primary-bg h1,
body.primary-bg h2,
body.primary-bg h3,
body.primary-bg h4,
body.primary-bg h5,
body.primary-bg h6,
body.primary-bg p {
  color: var(--primary-text);
}

body.primary-bg section {
  background: var(--off-white-bg);
  color: var(--grey-text);
}

body.primary-bg header {
  background: transparent;
  position: relative;
}

body.primary-bg footer i {
  color: var(--tertiary-text);
}

.flex {
  display: flex;
  flex: 1;
  flex-direction: row;
}

.flex-align-content-start,
div.flex-align-content-start,
section.flex-align-content-start {
  align-items: start;
}

.flex-align-start {
  align-self: flex-start;
  display: flex;
  flex: 1;
}

.flex-container div.flex-align-start {
  align-self: flex-start;
  display: flex;
}

.flex-align-end {
  align-self: flex-start;
  display: flex;
  flex: 1;
  justify-self: flex-end;
  flex-direction: column-reverse;
}

.flex-container div.flex-align-end {
  align-self: flex-start;
  justify-self: flex-end;
  display: flex;
}

.flex-start,
.flex-container .flex-start {
  justify-self: flex-start;
  flex: 0 0 auto;
  align-self: flex-start;
}

.flex-end,
.flex-container .flex-end {
  justify-self: flex-end;
  flex: 0 0 auto;
  align-self: flex-end;
}

.flex-column,
.flex-container .flex-column {
  flex-direction: column;
}

.flex-no-wrap-row,
div.flex-no-wrap-row,
section .flex-no-wrap-row,
.flex-container .flex-no-wrap-row,
.flex-container.flex-no-wrap-row {
  flex-wrap: nowrap;
  align-content: start;
  align-items: start;
  justify-content: flex-start !important;
  flex-direction: row;
}

.flex-center,
img.flex-center {
  align-self: center;
  margin: 0;
}

.carousel {
  height: 680px;
  width: 100%;
  overflow: visible;
  flex-wrap: wrap;
}

.carousel div.wavebg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 105px;
  /* background-image: url(../images/sine-wave.png); */
  background-size: cover;
  z-index: 100;
}

.carousel.carousel-ht-auto {
  height: auto !important;
}

.flex-container .carousel-inner {
  justify-content: flex-start;
}

.carousel-item,
.flex-container div.carousel-item {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  overflow: visible;
}

.carousel-item.active,
.flex-container div.carousel-item.active {
  display: flex;
}

.carousel .carousel-caption {
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: auto;
  right: 0%;
  text-align: center;
  position: absolute;
  justify-content: center;
  align-content: center;
}

.carousel .carousel-caption p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.carousel .carousel-caption h4 {
  font-size: 30px;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.carousel .btn-primary {
  display: flex;
  align-self: flex-start;
  background: var(--primary-bg);
  color: var(--primary-text);
  border: none;
  border-radius: 0px;
  font-weight: 500;
  padding: 0rem 2rem;
  line-height: 3rem;
  float: left;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.carousel-item div.slider-caption div a {
  background: #f02500;
}

.carousel .btn-primary:hover {
  background: transparent;
  color: var(--white-color);
  border: 2px solid;
}

.carousel-controls-container {
  position: absolute;
  display: block;
  bottom: 0rem;
  left: 0;
  right: auto;
  min-height: 100px;
  background: var(--primary-bg);
  width: 40%;
  z-index: 99999;
  border-top-right-radius: 50px;
}

.carousel-item.active {
  display: flex;
}

.carousel-item div.row {
  width: 100%;
  height: 100%;
}

.carousel-item div.slider-caption {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.carousel-item div.slider-caption {
  height: 100%;
}

.carousel-item div.slider-caption {
  color: #fff;
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0));
}

.carousel-item div.slider-caption,
.carousel-item div.slider-caption div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  color: inherit;
  text-align: center;
  flex-wrap: wrap;
}

.carousel-item div.slider-caption div {
  margin-left: 10%;
  position: relative;
}

.carousel-item div.slider-caption div h1,
.carousel-item div.slider-caption div h2,
.carousel-item div.slider-caption div h3,
.carousel-item div.slider-caption div h4,
.carousel-item div.slider-caption div h5,
.carousel-item div.slider-caption div h6,
.carousel-item div.slider-caption div p,
.carousel-item div.slider-caption div span,
.carousel-item div.slider-caption div a {
  text-align: left;
  justify-self: flex-start;
  align-self: flex-start;
}

.carousel-item div.slider-caption div p {
  font-size: 1.1rem;
  font-weight: 400;
}

.carousel-item div.slider-caption div h1::after,
.carousel-item div.slider-caption div h2::after,
.carousel-item div.slider-caption div h3::after,
.carousel-item div.slider-caption div h4::after,
.carousel-item div.slider-caption div h5::after,
.carousel-item div.slider-caption div h6::after {
  display: none;
}

.carousel-item div.slider-caption-holder,
.carousel-item div.slider-caption div.slider-caption-holder {
  z-index: 100;
  margin: 0;
  background: transparent;
  color: #fff;
}

.carousel-item div.slider-img-container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}

.carousel .carousel-indicators {
  z-index: 999999;
  bottom: 15%;
}

.show-mobile,
div.show-mobile,
section.show-mobile {
  display: none !important;
}

.trans-bg,
div.trans-bg,
section.trans-bg,
span.trans-bg,
a.trans-bg {
  background: rgba(0, 0, 0, 0.2);
  color: var(--secondary-text);
}

.abs-bg-right,
img.abs-bg-right,
section img.abs-bg-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  right: 0%;
  margin-top: 0;
  z-index: 0;
}

.abs-position-base,
div.abs-position-base,
section .abs-position-base {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.abs-position-base .container,
div.abs-position-base div.container,
section .abs-position-base .container {
  margin: 0px auto;
}

.slider-img-container img,
.slider-img-container video {
  width: 100%;
}

.carousel-controls-container svg,
.carousel-controls-container i {
  color: var(--primary-text);
  font-size: 2.3rem;
  line-height: 3rem;
  opacity: 1;
}

.carousel-controls-container:hover svg,
.carousel-controls-container:hover i {
  color: var(--secondary-bg);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: rgba(8, 8, 8, 0.58);
  border-radius: 5rem;
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-content: center;
}

.carousel-control-next-icon i.bi,
.carousel-control-prev-icon i.bi {
  font-size: 18px;
  color: #fff;
  line-height: 3.35rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 99999;
  opacity: 1;
  align-content: center;
  justify-content: center;
}

.align-content-center,
section.align-content-center,
div.align-content-center,
a.align-content-center,
section.align-content-center,
section.align-content-center a,
div.align-content-center a,
a.align-content-center h1,
a.align-content-center h2,
a.align-content-center h3,
a.align-content-center h4,
a.align-content-center h5,
a.align-content-center h6,
section a.align-content-center h1,
section a.align-content-center h2,
section a.align-content-center h3,
section a.align-content-center h4,
section a.align-content-center h5,
section a.align-content-center h6 {
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.align-content-left,
section.align-content-left,
div.align-content-left,
a.align-content-left,
section.align-content-left,
section.align-content-left a,
div.align-content-left a,
a.align-content-left h1,
a.align-content-left h2,
a.align-content-left h3,
a.align-content-left h4,
a.align-content-left h5,
a.align-content-left h6,
section a.align-content-left h1,
section a.align-content-left h2,
section a.align-content-left h3,
section a.align-content-left h4,
section a.align-content-left h5,
section a.align-content-left h6 {
  text-align: left;
  align-content: start;
  justify-content: center;
}

.align-content-right,
section.align-content-right,
div.align-content-right,
a.align-content-right,
section.align-content-right,
section.align-content-right a,
div.align-content-right a,
a.align-content-right h1,
a.align-content-right h2,
a.align-content-right h3,
a.align-content-right h4,
a.align-content-right h5,
a.align-content-right h6,
section a.align-content-right h1,
section a.align-content-right h2,
section a.align-content-right h3,
section a.align-content-right h4,
section a.align-content-right h5,
section a.align-content-right h6 {
  text-align: right;
  align-content: end;
  justify-content: center;
}

.align-left {
  text-align: left !important;
}

.set-right {
  float: right;
}

.no-overflow,
div.no-overflow,
section.no-overflow {
  overflow: hidden;
}

.banner a.cta {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: var(--tertiary-text);
}

.banner a.cta:hover {
  background: var(--secondary-bg);
  padding: 10px 30px;
  border-radius: 40px;
  color: var(--secondary-text);
}

.banner a.cta h5::after {
  display: none;
}

.banner-pages .carousel,
.banner-pages div.carousel {
  height: 500px;
}

.banner-pages .carousel.carousel-ht-auto,
.banner-pages div.carousel.carousel-ht-auto {
  height: auto !important;
}

.btn-primary,
a.btn-primary,
button.btn-primary,
.secondary-bg a.btn-primary,
section .secondary-bg a.btn-primary,
footer.secondary-bg a.btn-primary {
  border-radius: 40px;
  padding: 0rem 2rem;
  line-height: 40px;
  text-transform: capitalize;
  font-size: 14px;
  background: var(--tertiary-bg);
  background-color: var(--tertiary-bg);
  color: var(--tertiary-text);
  font-weight: 500;
  border: none;
  border-color: none;
}

.substitute-bg a {
  background: none;
}

.substitute-bg a.btn-primary,
section .substitute-bg a.btn-primary,
footer.substitute-bg a.btn-primary {
  background: var(--tertiary-bg);
  background-color: var(--tertiary-bg);
  color: var(--tertiary-text);
}

.btn-primary i.bi,
a.btn-primary i.bi,
button.btn-primary i.bi {
  font-size: 0.8rem;
  line-height: 1;
  color: var(--secondary-text);
}

.no-bg,
a.no-bg,
div.no-bg,
section.no-bg {
  background: transparent !important;
}

.btn-primary.no-bg,
a.btn-primary.no-bg,
button.btn-primary.no-bg {
  background: transparent !important;
  color: var(--secondary-bg);
  padding: 0;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:visited {
  background: var(--tertiary-bg);
  background-color: var(--tertiary-bg);
  color: var(--tertiary-text);
  border: none;
  box-shadow: none;
}

header a i.bi-list,
header i.bi-list {
  font-size: 2.3rem;
}

header.white-bg a i.bi-list,
header.white-bg i.bi-list {
  color: var(--primary-text);
}

.img-banner,
div.img-banner {
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0px;
}

.img-banner img,
div.img-banner img {
  border-radius: 10px;
}

section {
  min-height: 500px;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

section.ht-auto {
  min-height: 0px;
  height: auto;
}

section.afterDesign::after {
  display: block;
  width: 25rem;
  height: 25rem;
  background: var(--tertiary-bg);
  border-radius: 100%;
  position: absolute;
  right: 0;
  content: "";
}

section .btn-primary,
section a.btn-primary,
section button.btn-primary,
header .row .btn-primary {
  background: var(--tertiary-bg);
  color: var(--tertiary-text);
  border: none;
  width: auto;
  align-items: center;
}

section .btn-primary:hover,
section a.btn-primary:hover,
section button.btn-primary:hover {
  background: var(--substitute-bg);
  color: var(--substitute-text);
}

section .btn-primary.trans,
section a.btn-primary.trans,
section button.btn-primary.trans,
header .row .btn-primary.trans {
  background: none;
  color: var(--white-text);
}

section .btn-primary.trans i.bi,
section a.btn-primary.trans i.bi,
section button.btn-primary.trans i.bi,
header .row .btn-primary.trans i.bi {
  color: var(--white-text);
}

section h3 {
  font-size: 2.5rem;
}

section div span {
  font-family: var(--font-family) !important;
  display: flex;
}

section h1 span,
section h2 span,
section h3 span,
section h4 span,
section h5 span,
section h6 span {
  display: inline-flex;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.secondary-bg h1 a,
.secondary-bg h2 a,
.secondary-bg h3 a,
.secondary-bg h4 a,
.secondary-bg h5 a,
.secondary-bg h6 a {
  background: none;
  color: inherit;
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
}

.flex-container,
section.flex-container,
div.flex-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0;
  flex: 0 0 auto;
}

.flex-container img {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  align-self: initial;
}

.flex-container div {
  z-index: 1;
  flex-wrap: wrap;
}

.container,
section.container,
div.container {
  z-index: 1;
  margin: 3.5rem auto;
}

.after-secondary-bg::after {
  width: 10rem;
  height: 10rem;
  content: "";
  background: var(--secondary-bg);
  position: absolute;
  left: -20px;
  display: block;
  z-index: 0;
}

.pos-relative {
  position: relative;
}

.after-secondary-base-bg::after {
  width: 10rem;
  height: 5rem;
  content: "";
  background: var(--tertiary-bg);
  position: absolute;
  top: auto;
  bottom: 45%;
  margin-left: -1rem;
  display: block;
  z-index: 1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.after-secondary-base-bg:hover::after {
  margin-left: 0px;
}

.blurred::after,
section.blurred::after,
div.blurred::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -1;
}

.blurred img,
section.blurred img,
div.blurred img {
  position: absolute;
  z-index: 0;
}

.standalone-box {
  position: absolute;
  display: flex;
  max-width: 420px;
  height: auto;
  padding: 3rem;
  z-index: 100;
  justify-content: flex-end;
  align-content: center;
}

.blurred,
section.blurred,
div.blurred,
.blurred p,
.blurred h1,
.blurred h2,
.blurred h3,
.blurred h4,
.blurred h5,
.blurred h6 {
  color: #fff;
}

.standalone-box.right {
  right: -7%;
  left: auto;
}

.standalone-box.left {
  left: -7%;
  right: auto;
}

.standalone-box.bottom {
  bottom: -7%;
  top: auto;
}

.scale-img-hover,
div.scale-img-hover,
section.scale-img-hover {
  overflow: hidden;
}

.scale-img-hover img,
div.scale-img-hover img,
section.scale-img-hover img {
  transform: scale(1);
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.scale-img-hover:hover img,
div.scale-img-hover:hover img,
section.scale-img-hover:hover img,
.scale-img-hover img:hover {
  transform: scale(2, 2);
}

.ml-10 {
  margin-left: 10%;
}

.ml-15 {
  margin-left: 15%;
}

.ml-20 {
  margin-left: 20%;
}

.curved-sm {
  border-radius: 2.5rem;
}

.curved-sm-left {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.curved-sm-left-top {
  border-top-left-radius: 2.5rem;
}

.curved-sm-right {
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.curved-sm-right-top {
  border-top-right-radius: 2.5rem;
}

.curved {
  border-radius: 5rem;
}

.curved-left {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

.curved-left-top {
  border-top-left-radius: 5rem;
}

.curved-right {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.curved-right-top {
  border-top-right-radius: 5rem;
}

.shadow-1 {
  box-shadow: 0 2px 26px 2px rgba(4, 3, 3, 0.24);
}

.shadow {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.shadow:hover,
.white-background .shadow:hover,
section.white-background .shadow:hover,
div.white-background .shadow:hover,
article.white-background .shadow:hover,
span.white-background .shadow:hover,
a.white-background .shadow:hover,
header.white-background .shadow:hover {
  box-shadow: 0 2px 26px 2px rgba(4, 3, 3, 0.24) !important;
}

.shadow-on-hover {
  box-shadow: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.shadow-on-hover:hover {
  box-shadow: 0 2px 16px 2px rgba(4, 3, 3, 0.124) !important;
}

.primary-bg,
section.primary-bg,
div.primary-bg,
span.primary-bg,
body.primary-bg section.primary-bg {
  background: var(--primary-bg);
  color: var(--primary-text);
}

.secondary-bg,
section.secondary-bg,
div.secondary-bg,
span.secondary-bg,
body.primary-bg section.secondary-bg,
.secondary-bg a {
  background: var(--secondary-bg);
  color: var(--secondary-text);
}

.tertiary-bg,
section.tertiary-bg,
div.tertiary-bg,
span.tertiary-bg,
body.primary-bg section.primary-bg,
.primary-bg a {
  background: var(--tertiary-bg);
  color: var(--tertiary-text);
}

.grey-bg,
section.grey-bg,
div.grey-bg,
span.grey-bg,
body.primary-bg section.grey-bg {
  background: var(--grey-bg);
  color: var(--grey-text);
}

.white-bg,
section.white-bg,
div.white-bg,
span.white-bg,
body.primary-bg section.white-bg {
  background: var(--white-bg);
  color: var(--white-text);
}

.substitute-bg,
section.substitute-bg,
div.substitute-bg,
span.substitute-bg,
body.primary-bg section.substitute-bg,
.substitute-bg a {
  background: var(--substitute-bg);
  color: var(--substitute-text);
}

.trans-blur-bg,
section.trans-blur-bg,
div.trans-blur-bg,
span.trans-blur-bg,
body.primary-bg section.trans-blur-bg,
.trans-blur-bg a {
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
}

.trans-blur-over::before,
div.trans-blur-over::before,
span.trans-blur-over::before,
body.primary-over::before,
section.trans-blur-over::before {
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.white-color,
p.white-color,
a.white-color,
section.white-color,
section p.white-color,
section a.white-color,
div.white-color,
div p.white-color,
div a.white-color {
  color: var(--white-text);
}

.grey-color,
p.grey-color,
a.grey-color,
section.grey-color,
section p.grey-color,
section a.grey-color,
section h1.grey-color,
section h2.grey-color,
section h3.grey-color,
section h4.grey-color,
section h5.grey-color,
section h6.grey-color,
div.grey-color,
div p.grey-color,
div a.grey-color {
  color: var(--grey-color);
}

.accent-color,
*.accent-color {
  color: var(--accent-bg);
}

.off-color,
*.off-color {
  color: var(--off-white-bg);
}

.tertiary-bg section a,
section.tertiary-bg a,
div.tertiary-bg a,
.tertiary-bg a {
  color: var(--tertiary-text);
}

.slider-container {
  position: relative;
}

.slider-item {
  height: 470px;
  overflow: hidden;
  position: relative;
}

.slider-item img {
  width: 100%;
  height: auto;
  align-self: center;
}

.slider-controls {
  position: absolute;
  width: 30%;
  left: 35%;
  height: 100px;
  background: #fff;
  bottom: 0rem;
  color: #333;
  font-size: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.slider-controls a i {
  color: #333;
  font-size: 2rem;
}

.img-preview {
  border-radius: 0px;
}

.img-preview,
.content-preview {
  height: 210px;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.img-preview img,
.content-preview img {
  border-radius: 0px;
}

.content-preview:hover {
  background: #fff;
  padding: 40px 10px;
  padding-top: 0;
}

.content-preview:hover .grey-color,
.content-preview:hover a {
  color: var(--tertiary-bg);
}

.iconic {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.iconic i,
.iconic h5,
.iconic a,
.iconic a i,
.iconic a h5 {
  text-align: center;
  text-transform: capitalize;
}

.iconic h5 {
  font-size: 1rem;
  margin-top: 10px;
}

i.mega-icon {
  font-size: 36px;
}

span.blog-listing-date {
  width: auto;
  margin-top: -4rem;
  margin-bottom: 10px;
  padding: 1.2rem;
  background: var(--secondary-bg);
  color: #fff;
  border-top-right-radius: 1rem;
  font-weight: 400;
}

img.flex-img,
div img.flex-img,
section img.flex-img {
  display: flex;
  flex: 1 1 auto;
  flex-grow: 1;
  width: auto;
}

div.menu-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 999999;
  padding: 40px 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: block;
}

div.menu-box .container {
  margin: 20px auto;
}

div.menu-box img.logo {
  height: 4.2rem;
  background: none;
  padding: 8px 20px 10px;
  filter: none;
}

div.menu-box.shw-menu {
  right: 0;
}

div.menu-box ul {
  width: 100%;
  padding: 0px;
  float: left;
  flex-direction: column;
  flex-wrap: wrap;
}

div.menu-box ul li {
  width: 100%;
}

div.menu-box ul li a {
  width: 100%;
  display: block;
  float: left;
  line-height: 35px;
  font-weight: 500;
  padding: 0px 20px;
  color: var(--grey-text);
}

div.menu-box ul li a i.bi {
  float: right;
  font-size: 20px;
  line-height: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

i.bi.cls-menu {
  position: absolute;
  right: 0;
  padding: 25px 32px;
  top: 0;
  font-weight: 800;
  z-index: 99999;
  cursor: pointer;
  color: var(--grey-text);
}

div.menu-box .menu-dropdown {
  display: none;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-delay: 0.5s;
  padding: 40px;
}

div.menu-box .menu-dropdown.show {
  display: block;
  opacity: 1;
  padding: 0px;
}

div.menu-box .menu-dropdown.show li a {
  color: var(--secondary-bg);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

div.menu-box .menu-dropdown.show li a:hover {
  font-weight: 400;
  padding: 0px 35px;
}

img.img-background,
section.img-background img,
div.img-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.img-background,
div.img-background,
section.img-background {
  color: #fff;
  background: #222;
  position: relative;
}

.img-background div,
.img-background p,
.img-background span,
.img-background a {
  z-index: 100;
  color: #fff;
}

span.curved,
div.curved,
section .curved,
div .curved {
  border-radius: 15px;
  overflow: hidden;
}

.row.curved,
div.row.curved {
  border-radius: 15px;
  overflow: hidden;
}

.assets-box,
div.assets-box {
  border-radius: 20px;
}

.set-base.top-icon img.brand-icon {
  margin-top: -18%;
  height: 80vh;
}

.set-base.base-icon img.brand-icon {
  margin-top: 20%;
}

footer {
  display: flex;
  background-attachment: fixed;
  background-size: cover;
  position: sticky;
  position: -webkit-sticky;
}

footer.container,
footer div.container {
  z-index: 1;
  margin: 5rem auto;
  justify-content: center;
  align-content: center;
}

footer p,
footer li a,
footer a,
.primary-bg footer a,
.primary-bg footer p,
.primary-bg footer li a {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-transform: none;
}

.btn.btn-bg,
a.btn.btn-bg {
  text-transform: none;
  background: #fff;
  border-radius: 0px;
  padding: 0px 35px;
  line-height: 3rem;
}

footer ul.menu,
footer ul.menu li,
footer ul.menu li a {
  margin: 0px;
  line-height: 2.2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  flex-wrap: wrap;
  flex-direction: column;
  text-transform: capitalize;
}

footer ul.menu li:hover {
  border-bottom: 1px solid;
}

footer li a {
  margin-left: 15px;
}

footer ul.list-inline li.icon a {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -webkit-fill-available;
  background: none;
  height: 50px;
}

.list-inline li.icon {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.primary-bg footer h1,
.primary-bg footer h2,
.primary-bg footer h3,
.primary-bg footer h4,
.primary-bg footer h5,
.primary-bg footer h6 {
  text-transform: capitalize;
  font-weight: 500;
  /* color: var(--secondary-bg); */
  margin: 0;
  padding: 0px;
}

footer h6 {
  font-size: 14px;
}

.set-base-left img,
.set-base-center img {
  width: auto;
  height: 100%;
}

.set-base,
.flex-container div.set-base {
  position: absolute;
  z-index: 0;
  justify-content: center;
  align-content: center;
  display: flex;
  flex: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.set-base img,
.flex-container div.set-base img {
  width: 100%;
  height: auto;
  border-radius: 0;
  float: left;
  flex: 1 1 auto;
  display: flex;
  align-self: flex-start;
}

.set-base-left,
div.set-base-left,
.modalPopContainer .notice-box div.set-base-left {
  position: absolute;
  z-index: 0;
  justify-content: flex-start;
  display: flex;
  flex: 1;
  width: 40rem;
  overflow: hidden;
  margin-top: 0rem;
  height: 100%;
}

.set-base-center {
  position: absolute;
  z-index: 0;
  justify-content: center;
  display: flex;
  flex: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: -5rem;
}

.set-base-left.no-overflow {
  margin-top: 0;
  height: 100%;
  padding: 0px;
}

.set-base img.brand-icon {
  height: 100vh;
  width: auto;
  flex: 0 0 auto;
  opacity: 0.15;
}

footer .set-base img.brand-icon {
  opacity: 0.5;
}

.set-base.bottom-left img.brand-icon {
  margin-left: -100%;
  display: flex;
  margin-top: 40%;
}

.set-base.top-left img.brand-icon {
  margin-left: -100%;
  display: flex;
  margin-top: -30%;
}

.set-base.top-right-sm img.brand-icon {
  margin-right: -100%;
  display: flex;
  margin-top: -20%;
  height: 100vh;
}

.set-base.top-right img.brand-icon {
  margin-right: -100%;
  display: flex;
  margin-top: -20%;
}

.set-base.mid-left img.brand-icon {
  margin-left: -100%;
  display: flex;
  margin-top: 15%;
}

img.brand-icon.icon-faded {
  filter: grayscale(100) contrast(20) opacity(20%);
  height: 100vh;
  width: auto;
}

/* footer .set-base::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.77),
    rgba(20, 19, 19, 0.85)
  );
} */

.flex.flex-wrap {
  flex-wrap: wrap;
}

.headshot {
  /* height: 20rem; */
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.headshot img {
  height: auto;
  display: block;
  width: 100%;
  position: relative;
}

.headshot .headshot-data {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  color: var(--primary-bg);
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  width: 100%;
  padding: 10%;
  display: none;
}

.headshot .headshot-data a {
  color: var(--secondary-bg);
  font-weight: 400;
}

.headshot:hover .headshot-data {
  display: block;
}

.headshot .headshot-data h4 {
  color: #fff;
  font-size: 22px;
  width: 100%;
  overflow-wrap: break-word;
  white-space: break-spaces;
}

.headshot .headshot-data p {
  color: var(--primary-bg);
  width: 100%;
  overflow-wrap: break-word;
  white-space: break-spaces;
  font-weight: 300;
}

.headshot:hover .headshot-data a {
  color: var(--primary-bg);
  background: var(--secondary-bg);
  padding: 5px 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex: 0 0 auto;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
}

.carousel-inner,
.carousel-item {
  height: 100%;
  overflow: visible;
}

.after-base-tertiary {
  position: relative;
}

.after-base-tertiary::after {
  background: var(--tertiary-bg);
  border-top-right-radius: 5rem;
  position: absolute;
  display: block;
  width: 120%;
  height: 120%;
  left: -20%;
  top: 0%;
  z-index: -1;
  content: "";
}

.ps-offSet,
div.ps-offSet,
img.ps-offSet,
section.ps-offSet {
  z-index: 300;
  position: relative;
}

.ps-offSet.offset-top-1,
div.ps-offSet.offset-top-1,
img.ps-offSet.offset-top-1,
section.ps-offSet.offset-top-1 {
  margin-top: -1em;
}

.ps-offSet.offset-top-2,
div.ps-offSet.offset-top-2,
img.ps-offSet.offset-top-2,
section.ps-offSet.offset-top-2 {
  margin-top: -2em;
}

.ps-offSet.offset-top-3,
div.ps-offSet.offset-top-3,
img.ps-offSet.offset-top-3,
section.ps-offSet.offset-top-3 {
  margin-top: -3em;
}

.ps-offSet.offset-top-4,
div.ps-offSet.offset-top-4,
img.ps-offSet.offset-top-4,
section.ps-offSet.offset-top-4 {
  margin-top: -4em;
}

.ps-offSet.offset-top-5,
div.ps-offSet.offset-top-5,
img.ps-offSet.offset-top-5,
section.ps-offSet.offset-top-5 {
  margin-top: -5em;
}

.ps-offSet.offset-top-6,
div.ps-offSet.offset-top-6,
img.ps-offSet.offset-top-6,
section.ps-offSet.offset-top-6 {
  margin-top: -6em;
}

.ps-offSet.offset-top-7,
div.ps-offSet.offset-top-7,
img.ps-offSet.offset-top-7,
section.ps-offSet.offset-top-7 {
  margin-top: -7em;
}

.ps-offSet.offset-top-8,
div.ps-offSet.offset-top-8,
img.ps-offSet.offset-top-8,
section.ps-offSet.offset-top-8 {
  margin-top: -8em;
}

.ps-offSet.offset-top-9,
div.ps-offSet.offset-top-9,
img.ps-offSet.offset-top-9,
section.ps-offSet.offset-top-9 {
  margin-top: -9em;
}

.ps-offSet.offset-top-10,
div.ps-offSet.offset-top-10,
img.ps-offSet.offset-top-10,
section.ps-offSet.offset-top-10 {
  margin-top: -10em;
}

.no-padding {
  padding: 0;
}

.flex-ht-100 {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: stretch;
  align-content: center;
}

a.secondary.sm-cta {
  width: auto;
  color: var(--secondary-bg);
  text-transform: uppercase;
  font-size: 0.9em;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-delay: 0.5s;
}

a.secondary.sm-cta:hover {
  text-decoration: line-through;
}

span.user_icon {
  width: 120px;
  height: 120px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 3.5rem;
  margin: 20px auto;
}

.blog-img-container,
div.blog-img-container {
  height: 200px;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog-date,
span.blog-date {
  align-self: center;
  display: flex;
  flex: 1;
  justify-self: center;
  width: 100px;
  height: 100px;
  float: none;
  margin: auto;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: var(--secondary-bg);
  margin-bottom: -10%;
  z-index: 99999999;
  position: relative;
}

video.video-player {
  width: 100%;
  background: var(--color-dark-bg);
}

.z-index-0,
div.z-index-0,
section.z-index-0 {
  z-index: 0;
}

.z-index-100,
div.z-index-100,
section.z-index-100 {
  z-index: 100;
}

.z-index-1000,
div.z-index-1000,
section.z-index-1000 {
  z-index: 1000;
}

.freechat-popup .freechat-popup-bottom,
.freechat-popup div.freechat-popup-bottom {
  display: none !important;
}

.modalPopBack,
.modalPopContainer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modalPopBack {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.45);
}

.modalPopContainer {
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 9999999;
}

.modalPopBack.active,
.modalPopContainer.active {
  display: inline-flex;
}

.modalPopContainer .notice-box {
  height: 400px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.modalPopContainer .notice-box div {
  position: relative;
  z-index: 100;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
}

.modalPopContainer a.btn-primary {
  background: var(--substitute-bg);
  color: var(--substitute-text);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-delay: 0.5s;
}

.modalPopContainer a.btn-primary:hover {
  background: var(--white-bg);
  color: var(--primary-text);
}

.modalPopContainer i.clsModal {
  position: absolute;
  color: #000;
  top: 25px;
  right: 25px;
  z-index: 100;
  cursor: pointer;
}

.flex-container .items-slider-container {
  flex-wrap: nowrap;
}

.item-slide {
  position: relative;
  padding: 10px;
  height: 560px;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-delay: 0.5s;
}

.item-slide.active {
  display: block;
  opacity: 1;
}

.item-slide.deactive {
  opacity: 0;
  display: none;
}

.item-slide img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  float: none;
  display: block;
}

.item-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 3rem;
  background: linear-gradient(rgba(161, 161, 161, 0.02), rgba(0, 0, 0, 0.74));
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1000;
}

div.item-slide-content ul {
  flex-direction: column;
}

div.item-slide-content ul li {
  width: 100%;
  list-style: disc;
}

.pos-relative {
  position: relative;
}

.slideCtrls {
  margin: 0 1px;
}

.slideCtrls,
.slideCtrls i.bi,
.slideCtrls.btn-primary i.bi,
a.slideCtrls.btn-primary i.bi,
button.slideCtrls.btn-primary i.bi {
  font-size: 2rem;
  line-height: 2;
}

.trans-bg-before::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

@media screen and (max-width: 1180px) {
  header nav .nav-link {
    line-height: 1rem;
    padding: 0.8rem;
  }

  footer .set-base {
    align-content: flex-end;
    justify-content: flex-end;
  }

  footer .set-base img {
    width: auto;
    align-self: flex-end;
    height: 100%;
  }
}

.list-inline-item,
header .list-inline-item {
  margin-right: 0rem;
  float: left;
}

@media screen and (max-width: 600px) {
  .set-base img.brand-icon {
    height: 40vh;
  }

  .set-base.top-icon img.brand-icon {
    margin-top: -28%;
    height: 40vh;
  }

  .set-base.base-icon img.brand-icon {
    height: 70vh;
    flex: 1 1 auto;
    width: auto;
    margin-bottom: -50%;
  }

  .banner-section {
    margin-top: 1px;
  }

  .after-secondary-base-bg::after {
    display: none;
  }

  .col-xs-6,
  div.col-xs-6 {
    width: 50%;
  }

  .show-mobile,
  div.show-mobile,
  section.show-mobile {
    display: flex !important;
  }

  .carousel-item div.slider-caption div {
    margin: 0 auto;
  }

  .carousel-item div.slider-caption div p {
    font-size: 1rem;
    line-height: 1.2;
    display: none;
  }

  .carousel-item div.slider-caption,
  .carousel-item div.slider-caption div {
    padding: 0 1.2rem;
    width: 100%;
  }

  .hide-mobile,
  div.hide-mobile,
  section.hide-mobile {
    display: none !important;
  }

  .set-base-left,
  .set-base-center {
    width: 100%;
    overflow: hidden;
    margin-top: 0rem;
    height: 100%;
  }

  .carousel {
    height: 480px;
    overflow: hidden;
  }

  .carousel.carousel-ht-auto {
    height: auto !important;
  }

  section {
    min-height: 200px;
  }

  .d-xs-block {
    display: block !important;
  }

  .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .flex-container {
    flex-direction: column;
  }

  .container,
  section.container,
  div.container {
    z-index: 1;
    margin: 8rem 0rem;
  }

  .row {
    --bs-gutter-x: 0rem;
  }

  .carousel-control-prev {
    left: 0;
    right: auto;
  }

  .carousel-control-next {
    left: auto;
    right: 0;
  }

  .curved-sm {
    border-radius: 1.5rem;
  }

  .headshot img {
    width: 100%;
    height: auto;
  }

  .d-sm-block {
    display: block !important;
  }

  .ml-10,
  .ml-15,
  .ml-20 {
    margin-left: 0%;
  }

  .carousel.carousel-ht-auto .carousel-item {
    height: 300px;
  }

  .carousel .carousel-item img {
    width: auto;
    height: 100%;
  }

  img.logo,
  header img.logo {
    height: 3.2rem;
  }

  div.menu-box img.logo {
    height: 4.2rem;
    background: none;
    padding: 8px 20px 10px;
  }

  .carousel .carousel-caption h4 {
    font-size: 18px;
    line-height: 1.5rem;
  }

  .carousel-controls-container {
    width: 50%;
    background: transparent;
  }

  h1,
  section h1 {
    font-size: 3rem;
  }

  h2,
  section h2 {
    font-size: 2.5rem;
  }

  h3,
  section h3 {
    font-size: 2rem;
  }

  h4,
  section h4 {
    font-size: 1.8rem;
  }

  h5,
  section h5 {
    font-size: 1rem;
  }

  h6,
  section h6 {
    font-size: 0.8rem;
  }

  .headshot {
    height: auto;
  }

  .social-contact-container {
    display: none;
  }

  .carousel-controls-container svg,
  .carousel-controls-container i {
    color: var(--tertiary-text);
  }

  .cus-banner {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    border-radius: 0;
    z-index: 99999;
    margin: 0;
    transform: none;
    display: block;
  }

  .cus-banner img {
    flex: 1 1 auto;
    height: auto;
    width: 100%;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    align-self: center;
    display: flex;
  }

  footer .set-base {
    align-content: flex-end;
    justify-content: flex-end;
  }

  footer .set-base img {
    width: auto;
    align-self: flex-end;
    height: 100%;
  }

  .justify-content-end.mb-justify-start {
    justify-content: flex-start !important;
  }

  .p-1 {
    padding: 0.2rem !important;
  }

  .p-2 {
    padding: 0.4rem !important;
  }

  .p-3 {
    padding: 0.8rem !important;
  }

  .p-4 {
    padding: 1rem !important;
  }

  .p-5 {
    padding: 1.3rem !important;
  }

  .mb-no-padding,
  section.mb-no-padding,
  div.mb-no-padding,
  .mb-no-padding.p-1,
  .mb-no-padding.p-2,
  .mb-no-padding.p-3,
  .mb-no-padding.p-4,
  .mb-no-padding.p-5 {
    padding: 0 !important;
  }

  .mb-no-margin,
  section.mb-no-margin,
  div.mb-no-margin {
    margin: 0px;
  }

  .slider-img-container img,
  .slider-img-container video {
    height: 100%;
    width: auto;
  }

  .modalPopContainer h3,
  section h3 {
    font-size: 1.6rem;
  }

  .modalPopContainer p,
  section p {
    font-size: 0.85rem;
  }

  .btn-primary,
  a.btn-primary,
  button.btn-primary {
    padding: 0rem 1rem;
  }

  .set-base img,
  .flex-container div.set-base img {
    width: -webkit-fit-content;
  }
}