/* Global Style*/
body::-webkit-scrollbar {
  width: .5em;
}

.policyContainer {
  margin: 1rem;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #3C096C;
  outline: 1px solid #3C096C;
}

.topnav {
  overflow: hidden;
}

.hidden {
  display: none;
}

.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  color: #5A189A;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #333;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #5A189A;
}

.dropdown-content a:hover {
  background-color: #5A189A;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 725px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 725px) {
  .topnav.responsive {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #10002B;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
  }
  .topnav.responsive a {
    color: #fff;
    float: none;
    display: block;
    text-align: left;
    font-size: 1.5rem;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
    background-color: transparent;
  }
  .topnav.responsive .dropdown .dropbtn {
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
  }
}

.menuOpen {
  overflow: hidden;
}

.arrowAlt {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

h1 {
  font-size: 2rem;
  margin: 1rem 0;
}

h2 {
  font-size: 1.3rem;
  margin: 1rem 0;
}

html, body {
  margin: 0;
  height: 100vh;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  font-size: 1rem;
}

a {
  color: #5A189A;
}

a:hover {
  color: #3C096C;
}

.contactUs {
  text-decoration: none;
}

.certImg {
  width: 100%;
}

.partners {
  margin-top: 150px;
}

.partners h1, .Clients h1, .Blog h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.partnerLogos, .clientLogos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.partnerLogos img, .clientLogos img {
  max-width: 125px;
}

.hbspt-form {
  margin: 0 auto;
}

.form h1 {
  text-align: center;
}

.map {
  margin: 0;
  padding: 0;
}

.buttonAlt:hover .contactUs {
  color: #fff;
}

.mainLogo a {
  display: inline-block;
}

.mainLogo svg {
  width: 140px;
}

nav {
  position: relative;
  margin: 0;
  padding: 1.3rem;
}

section {
  margin: 5rem 1.5rem;
}

footer {
  padding: 2rem 5rem;
}

.btn {
  background: #5A189A;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  width: 100%;
  padding: 1rem 2rem;
  margin: 0.5rem auto;
  border: 2px solid #5A189A;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn:hover {
  background: #3C096C;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.buttonAlt {
  background: none;
  color: #5A189A;
  border: 2px solid #5A189A;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.buttonAlt:hover {
  color: #fff;
  background: #5A189A;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.emphasis {
  color: #5A189A;
}

small {
  font-weight: 600;
}

ul.transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  pointer-events: none;
  list-style: none;
}

ul.transition li {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background: #5A189A;
  width: 20%;
}

#contactForm {
  height: 150vh;
  border: 0;
}

.form {
  background: #3C096C;
  margin: 0;
  padding: 1.3rem;
}

.form h1 {
  color: #fff;
}

/* Global Style End*/
/* Page Style*/
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .menu .menuItems {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav .menu .menuItems a {
  text-decoration: none;
}

nav .menu .menuItems a li {
  display: inline;
  margin: 0 1rem;
}

.hero {
  position: relative;
  overflow: visible;
}

.hero::before {
  content: "";
  background: url(/assets/accents/accent.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 13%;
  left: 50px;
  height: 70px;
  width: 70px;
  display: none;
}

.hero::after {
  content: "";
  background: url(/assets/accents/accent_invert.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 0px;
  height: 70px;
  width: 70px;
}

.products #downAnchor {
  display: none;
}

.products .card {
  background-color: #fff;
  border: 2px solid #5A189A;
  padding: 1rem;
  margin: 1.5rem auto;
}

.products .card img {
  width: 80%;
  display: block;
  margin: 1.5rem auto;
}

.products .card h2 a {
  text-decoration: none;
}

.products .card h2 a:hover {
  text-decoration: underline;
}

.certBadge {
  width: 30px;
  border-left: 2px solid #5A189A;
  margin-left: 10px;
  padding-left: 20px;
}

footer {
  color: #fff;
  background: #5A189A;
  margin-bottom: 0;
}

footer a {
  color: #fff;
}

footer .footerCerts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footerCerts img {
  max-height: 75px;
  max-width: 275px;
  margin: 1rem;
}

footer .certContainer {
  text-align: center;
  margin: 0 auto;
  display: block;
}

footer .certContainer .footerContact {
  min-width: 200px;
}

.menuIcons {
  list-style: none;
  padding: 0;
}

.menuIcons li {
  display: inline;
}

.menuIcons li a img {
  max-width: 30px;
  max-height: 21px;
  padding-right: 0;
  margin: 0 0.5rem;
}

.aboutUsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 80px 20px;
}

.aboutUsGrid div {
  text-align: center;
}

.aboutUsGrid div .aboutContent {
  text-align: left;
}

.aboutUsGrid div img {
  max-width: 300px;
  max-height: 170px;
}

/*Page Style End*/
/* RESPONSIVE STYLES */
@media only screen and (min-width: 1025px) {
  nav {
    margin-bottom: 50px;
  }
  .btn {
    width: 175px;
    margin: 1rem 1.5rem 1rem 0;
  }
  .menuIcons li a img {
    padding-right: 1rem;
    margin: 0;
  }
  .hero {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 600px;
  }
  .hero::before {
    display: block;
  }
  .hero::after {
    right: 20px;
  }
  .hero .heroCopy, .hero .heroImage {
    width: 100%;
  }
  .hero .aboutUs {
    max-width: 1600px !important;
  }
  .hero .heroCopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    padding: 5rem;
  }
  .hero .heroCopy .cta .buttonAlt {
    margin: 1rem 0rem 1rem 0;
  }
  .hero .heroImage {
    position: relative;
    height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .hero .heroImage::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/assets/images/hero_image.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
  .contactImage::after {
    background: url(/assets/images/reception.jpg) no-repeat center center !important;
  }
  .hbspt-form {
    width: 50%;
  }
  .products {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0 0 0 75px;
  }
  .products #downAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #5A189A;
    height: 60px;
    width: 60px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .products #downAnchor:hover {
    background-color: #3C096C;
  }
  .products #downAnchor img {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .products #downAnchor:hover img {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .products .card {
    max-width: 25%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 0 2rem 1rem 2rem;
  }
  .products .card:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-box-shadow: 4px 1px 5px rgba(56, 8, 103, 0.2);
            box-shadow: 4px 1px 5px rgba(56, 8, 103, 0.2);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .products .card img {
    max-height: 150px;
  }
  .products .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    background-color: #5A189A;
    min-height: 400px;
  }
  .products .cardContainer .cardPosition {
    position: absolute;
    top: -100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partnerLogos, .clientLogos {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-gap: 60px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .partnerLogos {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  footer .footerCerts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .certContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .vendors {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .vendors img {
    max-width: 200px;
  }
  .aboutUsGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .aboutUsGrid div {
    padding: 1rem;
    text-align: center;
  }
  .aboutUsGrid div .aboutContent {
    text-align: left;
  }
  .aboutUsGrid div img {
    max-width: 300px;
    max-height: 170px;
  }
}
/*# sourceMappingURL=main.css.map */