body {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/AE-pattern.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/AE-pattern.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 55px;
  line-height: 64px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 32px;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #d4d4d4;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #84ca62;
  text-decoration: none;
}

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

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #000;
}

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

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.small-p {
  margin-bottom: 10px;
  color: #9b9b9b;
  font-size: 18px;
  line-height: 28px;
}

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

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
}

.colorbox.brandmaincolor {
  background-color: #84ca62;
}

.colorbox.brand2ndcolor {
  background-color: #1e949e;
}

.colorbox.darkgreycolor {
  background-color: #9b9b9b;
}

.colorbox.lightgreycolor {
  background-color: #d4d4d4;
}

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

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

.cta-button {
  border-radius: 5px;
  background-color: #84ca62;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.cta-button:hover {
  background-color: #1e949e;
  color: #fff;
}

.cta-button.ghost-button {
  border-style: solid;
  border-width: 1px;
  border-color: #84ca62;
  background-color: transparent;
  color: #84ca62;
}

.cta-button.ghost-button:hover {
  border-color: #84ca62;
  background-color: #84ca62;
  color: #fff;
}

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

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #84ca62;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #84ca62;
}

.cta-button.inverse-button:hover {
  background-color: #1e949e;
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.flexcolwrap-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #000;
}

.h5-white {
  color: #fff;
}

.h4-white {
  color: #fff;
}

.h3-white {
  color: #fff;
}

.h2-white {
  color: #fff;
}

.h1-white {
  color: #fff;
}

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

.p-white {
  color: #fff;
}

.welcometext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sliderinfo {
  display: none;
  padding: 44px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03321a;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.herowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyrightcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

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

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

.feature-slidercta-button {
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-slidercta-button:hover {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.designed-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: #fff #fff transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.designed-by:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.herocollectionlist {
  height: 100%;
}

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

.herocollectionwrapper {
  height: 100%;
}

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

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

.herocollectionitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.copyrighticon {
  border-bottom: 1px none transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  letter-spacing: 1px;
  text-decoration: none;
}

.copyrighticon:hover {
  border-bottom-style: none;
  border-bottom-color: #fff;
  color: #000;
}

.footercontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.slideroverlaytext {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.designed-by-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.welcomecontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerlogolink {
  display: none;
  width: 100%;
  max-height: 100px;
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  text-decoration: none;
}

.footerlogolink:hover {
  opacity: 1;
}

.copyrighttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.herosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.welcomewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.newwebsitecomingsoon {
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #d4d4d4;
  text-align: center;
}

.sliderheading-inverse {
  display: none;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 70px;
  font-weight: 600;
}

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

.feature-slidercta-button-inverse {
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #4d8c4f;
  border-radius: 0px;
  background-color: #4d8c4f;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-slidercta-button-inverse:hover {
  border-color: #000;
  background-color: #050334;
  color: #fff;
}

.sliderinfo-inverse {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 44px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
}

.socialmedialink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #84ca62;
  border-radius: 100%;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.socialmediaicon {
  max-height: 100%;
}

.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialmediacontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 10px;
}

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

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AE-pattern.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AE-pattern.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .welcometext {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .welcomesummary {
    text-align: left;
  }

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

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

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

  .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footercontain {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper {
    padding-bottom: 75px;
  }

  .footerlogolink {
    margin-top: 0px;
  }

  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .herosection {
    height: 500px;
  }

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

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

  .slidersubheading-inverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

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

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

  .flex3col {
    width: 100%;
  }

  .flexcolwrap-dark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcometext {
    margin-top: 50px;
  }

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

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

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

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

  .herowrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .copyrightcontain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .right-arrow {
    display: none;
  }

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

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

  .slideritemoverlay {
    background-image: none;
  }

  .copyrightinfo {
    font-size: 13px;
  }

  .copyrighticon {
    font-size: 16px;
  }

  .footercontain {
    margin-bottom: 0px;
  }

  .slideroverlaytext {
    position: absolute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .welcomecontain {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footerlogolink {
    margin-bottom: 0px;
  }

  .left-arrow {
    display: none;
  }

  .herosection {
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

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

  .logo {
    text-shadow: none;
  }
}

@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 {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sliderinfo {
    margin-top: 75px;
  }

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

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

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

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

  .copyrightcontain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

  .footercontain {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .wrapper {
    padding-bottom: 75px;
  }

  .footerlogolink {
    max-height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyrighttext {
    font-size: 18px;
  }

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

  .herosection {
    height: 225px;
  }

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

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

  .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: 0px;
  }

  .socialmediacontain {
    margin-bottom: 10px;
  }

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

