:root {
  --color: #5be4c6;
  --sandy-brown: #f9c760;
  --light-grey: #d4d4d4;
  --black: black;
  --dark-grey: #9b9b9b;
  --black-2: black;
  --brand-main: #68c3c8;
  --brand2nd: #1e949e;
  --white: white;
  --midnight-green: #03321a;
  --dark-orange: #f78b00;
  --midnight-blue: #050334;
  --hunny-blue: #30454b;
  --sparks-green: #24836b;
  --floral-white: #f3f0e9;
  --gold: #afa898;
  --alice-blue: #e8f1f3;
  --light-teal: #466c77;
  --dark-gray: #2b2b2b;
  --bertaccini-red: #d52929;
  --hunny-alt: #f29955;
  --goldenrod: #f2bb55;
  --goldenrod-2: #f2bb55;
  --goldenrod-3: #f2b655;
  --sat-yellow: #ffb722;
  --sparks-red: #e86363;
}

body {
  color: #333;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  position: static;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

p {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

a {
  color: var(--color);
  cursor: pointer;
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--sandy-brown);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.styletitle {
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  margin: 20px 15px 30px;
  font-size: 14px;
}

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

.flexcolwrap.inversecolors {
  background-color: var(--black);
  padding-top: 26px;
  padding-bottom: 0;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.stylename {
  border-top: 1px solid var(--light-grey);
  border-bottom: 0px none var(--light-grey);
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.small-p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.blackcolor {
  background-color: var(--black-2);
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--brand-main);
}

.colorbox.brand2ndcolor {
  background-color: var(--brand2nd);
}

.colorbox.darkgreycolor {
  background-color: var(--dark-grey);
}

.colorbox.lightgreycolor {
  background-color: var(--light-grey);
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  background-color: var(--brand-main);
  border-radius: 5px;
  transition: all .35s;
}

.cta-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.cta-button.ghost-button {
  border: 1px solid var(--brand-main);
  color: var(--brand-main);
  background-color: rgba(0, 0, 0, 0);
}

.cta-button.ghost-button:hover {
  border-color: var(--brand-main);
  background-color: var(--brand-main);
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover, .cta-button.inverse-button {
  color: var(--brand-main);
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: var(--light-grey);
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: rgba(0, 0, 0, .77);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.flexcolwrap-dark {
  background-color: var(--black);
  flex-wrap: wrap;
  display: flex;
}

.h5-white, .h4-white, .h3-white, .h2-white, .h1-white {
  color: var(--white);
}

.small-p-white {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.p-white {
  color: var(--white);
}

.welcometext {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.sliderinfo {
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 44px;
  display: none;
}

.welcomesummary {
  text-align: center;
  max-width: 800px;
  margin-bottom: 50px;
  display: none;
}

.heroslider {
  background-color: #000;
  height: 100%;
}

.designed-by-text {
  color: var(--white);
  letter-spacing: 1px;
  border-bottom: 1px #000;
  margin-left: 4px;
  margin-right: 4px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.hero-slidernav {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: var(--midnight-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .35s;
  display: flex;
}

.herowrapper {
  justify-content: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.copyrightcontain {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.right-arrow {
  z-index: 1000;
  display: block;
}

.sliderheading {
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, .24);
  font-size: 70px;
}

.feature-slidercta-button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
}

.feature-slidercta-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.designed-by {
  color: var(--white);
  letter-spacing: 1px;
  border: 2px #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.designed-by:hover {
  border-bottom-color: var(--white);
  color: #fff;
}

.herocollectionlist {
  height: 100%;
}

.footerlogo {
  opacity: 1;
  max-width: 75px;
  max-height: 75px;
  display: block;
}

.herocollectionwrapper {
  height: 100%;
}

.slideritemoverlay {
  background-image: none;
  height: 20%;
}

.welcomeheading {
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 48px;
}

.herocollectionitem {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.copyrightinfo {
  color: var(--white);
  letter-spacing: 1px;
  border-bottom: 1px #000;
  margin-left: 5px;
  margin-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.copyrighticon {
  color: var(--white);
  letter-spacing: 1px;
  border-bottom: 1px rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
}

.copyrighticon:hover {
  color: var(--black);
  border-bottom-style: none;
  border-bottom-color: #fff;
}

.footercontain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
}

.slidersubheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.heroitembg---01 {
  filter: contrast(125%);
  background-image: url('../images/aria-rakeem.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.slideroverlaytext {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.designed-by-contain {
  display: flex;
}

.welcomecontain {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.footerlogolink {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100px;
  margin-top: 25px;
  margin-bottom: 10px;
  text-decoration: none;
  transition-duration: .7s;
  display: none;
}

.footerlogolink:hover {
  opacity: 1;
}

.copyrighttext {
  display: flex;
}

.left-arrow {
  z-index: 1000;
  display: block;
}

.herosection {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
}

.welcomewrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.heroitembg---02 {
  filter: contrast(125%);
  background-image: url('../images/hunny-energy-BG.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.welcomelocations {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.newwebsitecomingsoon {
  color: var(--light-grey);
  text-align: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 50px;
}

.sliderheading-inverse {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 70px;
  font-weight: 600;
  display: none;
}

.slidersubheading-inverse {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, .24);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 75px;
}

.feature-slidercta-button-inverse {
  border: 2px solid var(--dark-orange);
  background-color: var(--dark-orange);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
}

.feature-slidercta-button-inverse:hover {
  border-color: var(--black);
  background-color: var(--midnight-blue);
  color: var(--white);
}

.sliderinfo-inverse {
  z-index: 100;
  clear: none;
  background-color: rgba(0, 0, 0, .25);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 44px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.socialmedialink {
  border: 2px solid var(--brand-main);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  transition-duration: 1s;
  display: flex;
}

.socialmediaicon {
  max-height: 100%;
}

.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.socialmediacontain {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 21px 10px;
  font-weight: 700;
  display: inline-block;
}

.logo-img {
  width: 100%;
  max-width: 400px;
}

.utility-page-wrap {
  color: var(--white);
  background-image: url('../images/hunny-energy-BG-03.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.product-item {
  flex-direction: column;
  display: flex;
}

.product-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.workouts-headline, .column.feature-headline {
  align-items: center;
}

.button {
  background-color: var(--hunny-blue);
  text-align: center;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button:hover {
  color: #fff;
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button.white {
  color: #081158;
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
}

.link {
  color: #081158;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-bottom-color: #081158;
  padding-left: 13px;
  font-size: 14px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link:hover {
  background-position: 7px;
  border-bottom-color: rgba(32, 52, 146, 0);
  padding-left: 20px;
}

.products-list-wrapper {
  width: 100%;
}

.jumbo {
  margin-top: 10px;
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.max-800 {
  color: #fff;
  text-align: center;
}

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-700 {
  max-width: 700px;
}

.big-paragraph.max-700.hero {
  color: #fff;
}

.big-paragraph.max-800 {
  max-width: 800px;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-description {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 30px;
  display: flex;
  position: relative;
}

.product-image-wrap {
  width: 100%;
  height: 400px;
}

.product-card {
  cursor: pointer;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  transition: box-shadow .5s, transform .6s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  overflow: hidden;
}

.product-card:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.container-2 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-2.free-plan-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.premium-classes {
  background-color: var(--black-2);
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/IMG_4026-web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-section {
  background-color: var(--white);
  text-align: center;
}

.section.premium-classes---green {
  color: #fff;
  background-color: #201f38;
  background-image: linear-gradient(rgba(11, 24, 27, .35), rgba(11, 24, 27, .35)), url('../images/hunny-energy-BG-02.png'), radial-gradient(circle at 100% 0, #081158, #201f38);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
}

.navbar-logo-center {
  background-color: var(--white);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  width: 175px;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 10px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--sparks-green);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: var(--sparks-green);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--sparks-green);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--brand2nd);
}

.nav-dropdown {
  align-items: stretch;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  text-transform: uppercase;
  padding: 5px 30px 5px 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 10px;
}

.nav-dropdown-toggle:hover {
  color: var(--dark-orange);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-top: 4px;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  margin-top: 25px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: var(--dark-orange);
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: var(--dark-orange);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--dark-orange);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--dark-orange);
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  display: none;
}

.button-primary {
  background-color: var(--hunny-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.process {
  background-color: var(--floral-white);
  padding: 57px 57px 168px;
}

._2-row-text {
  max-width: 500px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

.premium {
  background-color: var(--hunny-blue);
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-3 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
  position: relative;
}

.link-2 {
  color: #5ab963;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: #48944f;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: var(--white);
  font-size: 16px;
}

.paragraph.cc-black {
  color: var(--hunny-blue);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.text-span {
  color: var(--white);
  font-weight: 800;
}

.text-span.on-light {
  color: var(--black);
}

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

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-top {
  flex-direction: row;
  margin-top: 90px;
}

.h2 {
  color: #b3b3b3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-2-rows {
  color: var(--gold);
  text-align: left;
  margin-bottom: 25px;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.services {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.services.testimonials {
  background-color: var(--alice-blue);
}

.services.contact-us {
  background-color: var(--white);
}

.h2-container {
  text-align: center;
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.no-bottom-margin {
  margin-bottom: 0;
}

.collection-list-wrapper {
  width: 100%;
  max-width: 1000px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.collection-item {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-item-container {
  text-align: center;
  border: 1px solid #f7f7f7;
  flex-direction: column;
  align-items: center;
  padding: 65px 40px 50px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.feature-icon {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.spacer-50px {
  width: 100%;
  height: 50px;
}

.footer-subscribe {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  background-color: var(--hunny-blue);
  color: #fff;
  letter-spacing: .25px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--light-teal);
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.white {
  color: var(--white);
}

.icon {
  max-width: 100px;
  height: 75px;
  max-height: 75px;
}

.navbar-logo-left {
  background-color: var(--white);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper {
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}

.brand {
  width: 75px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.input {
  border: 1px solid #222;
  border-radius: 5px;
  font-size: 16px;
}

.input:hover, .input:active, .input:focus {
  border-color: var(--dark-orange);
}

.input::placeholder {
  color: #525252;
}

.input.text-area {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}

.content-section {
  background-color: var(--white);
  padding-top: 65px;
  padding-bottom: 65px;
}

.error {
  color: var(--dark-orange);
  text-align: center;
  background-color: rgba(249, 199, 96, .2);
  border-radius: 5px;
  font-weight: 700;
}

.container-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-right {
  width: 70%;
  padding-left: 50px;
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.success {
  background-color: var(--alice-blue);
  color: var(--hunny-blue);
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.contact-left {
  width: 30%;
}

.button-primary-3 {
  border: 1px solid var(--brand-main);
  background-color: var(--black-2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary-3.navbar {
  background-color: var(--light-teal);
  margin-left: 10px;
}

.footer-2 {
  background-color: var(--dark-gray);
  padding-top: 65px;
  padding-bottom: 25px;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-column {
  margin-bottom: 50px;
}

.social-footer-link {
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

.footer-bottom-wrapper.vaqara {
  margin-top: 0;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 14px;
}

.small.footer-small.vaqara {
  font-size: 11px;
}

.footer-logo {
  width: 75px;
}

.footer-link:hover {
  color: var(--brand-main);
}

.contact strong {
  color: var(--hunny-blue);
}

.contact a {
  text-decoration: none;
}

._404-icon {
  width: 100px;
}

._404-text {
  max-width: 500px;
  font-size: 22px;
}

.welcome-container {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.bbb {
  width: 125px;
}

.bbb-link {
  margin-left: 35px;
}

.z {
  justify-content: center;
  width: 100%;
  display: flex;
}

._50 {
  width: 50%;
}

.about-section {
  background-color: var(--alice-blue);
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-split.left {
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 75px;
}

.shadow-two {
  object-fit: cover;
  width: 100%;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-embed {
  background-color: var(--hunny-blue);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-embed:hover {
  color: #fff;
  background-color: #32343a;
}

.button-embed:active {
  background-color: #43464d;
}

.button-embed.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-embed.navbar {
  background-color: var(--dark-orange);
  letter-spacing: .25px;
  text-transform: none;
  margin-left: 15px;
  line-height: 15px;
}

.button-embed.navbar:hover {
  background-color: var(--hunny-blue);
  color: var(--white);
}

.button-embed.navbar.hidden {
  display: none;
}

.announcement-bar {
  background-color: var(--dark-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 15px;
  font-size: 14px;
  display: flex;
}

.content-container.mobile {
  display: none;
}

.richtext {
  width: 100%;
  max-width: 1000px;
}

.announcement-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.announcement-link.phone-number {
  margin-left: 5px;
}

.announcement-link.phone-number:hover {
  color: var(--white);
}

.join-the-hive {
  width: 100%;
  max-width: 1000px;
  margin-top: 25px;
}

.dropdown-options {
  background-color: var(--white);
  border: 1px solid #222;
  border-radius: 5px;
  font-size: 16px;
}

.dropdown-options:hover, .dropdown-options:focus {
  border-color: var(--dark-orange);
}

.form-mini-label {
  margin-top: -2px;
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-nav-link-only {
  display: none;
}

.follow-us {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  display: block;
}

.follow-us-content {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.socialiconscontain {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: -10px;
  display: flex;
}

.socialiconscontain.inverse {
  filter: invert();
  margin-top: 20px;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.link-social.follow-us-section-icons {
  width: 25px;
  height: 25px;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 25px;
}

.client-socialicon {
  max-height: 15px;
}

.client-socialicon.follow-us-section-icons {
  max-width: 30px;
  max-height: 30px;
}

.formstack {
  width: 100%;
  max-width: 1100px;
}

.spacer {
  width: 30px;
  height: 30px;
}

.button-contain {
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.form-block.hidden, .hidden {
  display: none;
}

.h-text {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: block;
}

.h-text.industrytext {
  text-align: center;
  align-items: center;
  max-width: 75%;
  display: flex;
}

.h-wrapper {
  background-color: var(--dark-gray);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.industrycontain {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h-industry {
  color: #fff;
  margin-bottom: 25px;
}

.industrytextcontain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 70px 80px;
  display: flex;
}

.industrytextcontain._04, .industrytextcontain._02 {
  background-color: var(--dark-gray);
}

.industrytextcontain._01, .industrytextcontain._03 {
  background-color: #000;
}

.cta-button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .35s;
}

.cta-button-2:hover {
  border-color: var(--sparks-green);
  background-color: var(--sparks-green);
  color: #fff;
  border-radius: 30px;
}

.cta-button-2.inverse-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-color: #fff;
}

.cta-button-2.inverse-button:hover {
  border-radius: 20px;
}

.cta-button-2.on-light {
  border-color: var(--brand-main);
  background-color: var(--black);
}

.cta-button-2.on-light:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.cta-button-2.navbar {
  margin-left: 25px;
}

.cta-button-2.color-primary {
  border-color: var(--bertaccini-red);
  background-color: var(--bertaccini-red);
  color: var(--white);
  cursor: pointer;
}

.cta-button-2.color-primary:hover {
  border-radius: 20px;
}

.cta-button-2.color-secondary {
  border-color: var(--sparks-green);
  background-color: var(--sparks-green);
  color: var(--white);
  cursor: pointer;
}

.cta-button-2.color-secondary:hover {
  border-radius: 20px;
}

.p-white-2 {
  color: #fff;
  margin-bottom: 15px;
}

.white-2 {
  color: #fff;
}

.h-paragraph {
  text-align: left;
  max-width: 700px;
  margin-top: 45px;
}

.h-sub {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.h-sub.white {
  color: var(--brand-main);
}

.h-sub.margin-bottom {
  margin-bottom: 15px;
}

.whychooseus-section {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.industryrow {
  justify-content: center;
  width: 100%;
  display: flex;
}

.industryrow.flip {
  flex-direction: row-reverse;
}

.industryimagecontain {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 600px;
  display: flex;
  position: static;
  overflow: hidden;
}

.industryimage {
  background-image: url('../images/LGBT-web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 120%;
}

.industryimage._02 {
  background-image: url('../images/IMG_0161-web.jpg');
}

.industryimage._01 {
  background-image: url('../images/IMG_5078-web.jpg');
  background-position: 10%;
}

.industryimage._03 {
  background-image: url('../images/63391.jpg');
}

.industryimage._04 {
  background-image: url('../images/13782.jpg');
  background-position: 50%;
  background-size: cover;
}

.industryimage._05 {
  background-image: url('../images/brad-switzer-0G3Kj9L2JH0-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.h-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.join-our-team {
  background-color: #000;
  background-image: url('../images/vaqara-lead-gen-BG.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.leadgencontentcontain {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.h1-white-2 {
  color: #fff;
}

.cta-contain {
  margin-top: 50px;
}

.cta-contain.no-top-margin {
  margin-top: 0;
}

.pro-paragraph-1 {
  color: #626676;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.pro-wrap-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border: 1px solid #c7cddc;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.pro-wrap-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-heading-1 {
  color: #333945;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5em;
  padding-right: 5em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

.pro-decor-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.pro-wrap-1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
}

.pro-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pro-text-2 {
  color: #626676;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

.pro-text-2.small {
  font-size: .7em;
}

.pro-text-1 {
  color: #626676;
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
}

.pro-container-1 {
  width: 100%;
  max-width: 75em;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.pro-wrap-7 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pro-wrap-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pro-wrap-4 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: center;
  width: 58em;
  display: flex;
}

.pro-icon-1 {
  width: 1.3em;
}

.fontawesome {
  margin-right: 2px;
  font-family: "Fa Solid 900", sans-serif;
  line-height: 29px;
}

.text-line-separator {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-weight: 100;
}

.mobile-only {
  display: none;
}

.span-hero {
  color: var(--color);
}

@media screen and (max-width: 991px) {
  body {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AE-pattern.png');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .welcometext {
    align-items: center;
  }

  .welcomesummary {
    text-align: left;
  }

  .hero-slidernav {
    margin-bottom: 0;
    font-size: 10px;
  }

  .footer {
    height: auto;
    padding: 15px 25px 25px;
  }

  .herowrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .sliderheading {
    margin-bottom: 0;
    font-size: 55px;
  }

  .footercontain {
    align-items: center;
  }

  .wrapper {
    padding-bottom: 75px;
  }

  .footerlogolink {
    margin-top: 0;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .herosection {
    height: 500px;
  }

  .welcomewrapper {
    padding: 50px 40px 0;
  }

  .sliderheading-inverse {
    margin-bottom: 0;
    font-size: 55px;
  }

  .slidersubheading-inverse {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sliderinfo-inverse {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .jumbo {
    font-size: 70px;
  }

  .product-description {
    padding: 20px;
  }

  .product-image-wrap {
    height: 250px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.premium-classes {
    height: 70vh;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  .h2-container {
    width: 80%;
  }

  .collection-list {
    flex-direction: column;
    align-items: stretch;
  }

  .collection-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-item-container {
    height: auto;
    padding-top: 60px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 35px 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
  }

  .hero-split.left {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .button-embed.navbar {
    display: none;
  }

  .mobile-nav-link-only {
    display: block;
  }

  .industrycontain {
    justify-content: flex-start;
  }

  .industrytextcontain {
    width: 100%;
    padding: 90px 50px 100px;
  }

  .industryimagecontain, .industryimage {
    width: 50%;
    height: 425px;
    display: none;
  }

  .leadgencontentcontain {
    width: 100%;
    margin-left: 0%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .pro-grid-1 {
    grid-template-columns: 1fr;
  }

  .pro-container-1 {
    width: 75%;
  }

  .navbar-button-contain {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .flexcolwrap-dark {
    flex-direction: column;
  }

  .welcometext {
    margin-top: 50px;
  }

  .sliderinfo {
    align-items: flex-start;
    width: 100%;
    margin-top: 75px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .designed-by-text {
    font-size: 13px;
  }

  .hero-slidernav {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    top: auto;
    bottom: -4%;
    left: 0%;
    right: 0%;
  }

  .footer {
    justify-content: center;
    height: auto;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 25px;
  }

  .herowrapper, .copyrightcontain {
    flex-direction: row;
  }

  .right-arrow {
    display: none;
  }

  .sliderheading {
    margin-bottom: 0;
    font-size: 40px;
  }

  .designed-by {
    font-size: 13px;
  }

  .slideritemoverlay {
    background-image: none;
  }

  .copyrightinfo {
    font-size: 13px;
  }

  .copyrighticon {
    font-size: 16px;
  }

  .footercontain {
    margin-bottom: 0;
  }

  .slideroverlaytext {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: center;
    position: absolute;
  }

  .welcomecontain {
    align-items: center;
  }

  .footerlogolink {
    margin-bottom: 0;
  }

  .left-arrow {
    display: none;
  }

  .herosection {
    align-items: stretch;
    height: auto;
  }

  .welcomewrapper {
    margin-top: 276px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .welcomelocations {
    text-align: left;
    font-size: 20px;
  }

  .sliderheading-inverse {
    margin-bottom: 0;
    font-size: 40px;
  }

  .sliderinfo-inverse {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
    position: static;
  }

  .logo {
    text-shadow: none;
  }

  .product-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .jumbo {
    font-size: 50px;
  }

  .section.premium-classes {
    height: 50vh;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0;
  }

  .services {
    padding-top: 75px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-item-container {
    height: auto;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-split.left {
    text-align: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .h-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .industrytextcontain {
    width: 100%;
    padding-bottom: 80px;
  }

  .industryrow {
    flex-direction: column;
    align-items: center;
  }

  .industryrow.flip {
    flex-direction: column;
  }

  .industryimagecontain, .industryimage {
    width: 450px;
    height: 450px;
  }

  .join-our-team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pro-container-1 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 15px;
  }

  .small-p-white {
    font-size: 13px;
    line-height: 22px;
  }

  .welcometext {
    align-items: center;
    margin-top: 0;
  }

  .sliderinfo {
    margin-top: 75px;
  }

  .welcomesummary {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
  }

  .hero-slidernav {
    z-index: 1000;
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    top: auto;
    bottom: -8%;
    left: 0%;
    right: 0%;
  }

  .footer {
    height: auto;
    padding: 10px 5px 25px;
  }

  .herowrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .copyrightcontain {
    flex-direction: column;
    align-items: center;
  }

  .right-arrow {
    z-index: 1000;
  }

  .sliderheading {
    font-size: 30px;
    line-height: 36px;
  }

  .feature-slidercta-button {
    font-size: 15px;
  }

  .footerlogo {
    max-width: 50px;
    max-height: 50px;
  }

  .copyrightinfo {
    margin-right: 5px;
    font-size: 18px;
  }

  .copyrighticon {
    margin-left: 4px;
    font-size: 18px;
    line-height: 31px;
  }

  .footercontain {
    align-items: center;
  }

  .slidersubheading {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .wrapper {
    padding-bottom: 75px;
  }

  .footerlogolink {
    justify-content: center;
    max-height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .copyrighttext {
    font-size: 18px;
  }

  .left-arrow {
    z-index: 1000;
  }

  .herosection {
    height: 225px;
  }

  .welcomewrapper {
    margin-top: 280px;
    padding-top: 50px;
  }

  .welcomelocations {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    line-height: 23px;
  }

  .newwebsitecomingsoon {
    text-align: center;
  }

  .sliderheading-inverse {
    font-size: 30px;
    line-height: 36px;
  }

  .slidersubheading-inverse {
    margin-top: 10px;
    font-size: 44px;
    line-height: 44px;
  }

  .feature-slidercta-button-inverse {
    font-size: 15px;
  }

  .sliderinfo-inverse {
    margin-top: 30px;
    padding-right: 0;
  }

  .socialmediacontain {
    margin-bottom: 10px;
  }

  .logo {
    text-shadow: none;
    font-size: 43px;
  }

  .utility-page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .jumbo {
    font-size: 45px;
  }

  .jumbo.max-800 {
    font-size: 32px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .row.cc-bottom, .row.cc-top {
    margin-top: 60px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .services {
    padding: 60px 15px 90px;
  }

  .feature-item-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-2 {
    padding-bottom: 100px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo-column {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .footer-logo-column.hidden {
    display: none;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-link {
    font-size: 11px;
  }

  .bbb-link {
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .container-5 {
    max-width: none;
  }

  .hero-split.left {
    margin-bottom: 0;
    padding: 35px 15px 70px;
  }

  .button-embed.footer-form-button {
    position: relative;
    right: 0;
  }

  .announcement-bar {
    z-index: 100;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-container {
    flex-flow: column;
  }

  .content-container.mobile {
    flex-flow: row;
    display: flex;
  }

  .content-container.not-mobile {
    display: none;
  }

  .announcement-link {
    font-size: 16px;
  }

  .follow-us-content {
    margin-bottom: 25px;
  }

  .socialiconscontain {
    width: 100%;
  }

  .link-social.follow-us-section-icons {
    margin-left: 15px;
    margin-right: 15px;
  }

  .client-socialicon.follow-us-section-icons {
    max-width: 20px;
    max-height: 20px;
  }

  .h-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .industrytextcontain {
    padding: 70px 25px 50px;
  }

  .cta-button-2 {
    font-size: 15px;
  }

  .cta-button-2.color-secondary.hero-button {
    display: none;
  }

  .industryimagecontain, .industryimage {
    width: 300px;
    height: 300px;
  }

  .join-our-team {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .leadgencontentcontain {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pro-heading-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .pro-grid-1 {
    grid-template-columns: 1fr;
  }

  .pro-wrap-4 {
    width: auto;
  }

  .text-line-separator {
    padding-left: 4px;
    padding-right: 4px;
  }
}

#w-node-_09351a7a-ed8f-24ab-ede5-33895a2d0fd6-8a7cc742, #w-node-_62cb9c4c-a2b1-b918-0acf-90aebcc426bc-8a7cc742, #w-node-_3bcaeed6-34c0-6ce7-d8bd-462eecadf3d7-8a7cc742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}