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

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;
}

.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%;
}

.Clients {
  background-color: #5A189A;
}

.Clients h1 {
  color: #fff;
}

.clientLogos img {
  width: 30%;
}

.form h1 {
  color: #fff;
  text-align: center;
}

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

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

.mainLogo a {
  display: block;
}

.mainLogo svg {
  width: 140px;
}

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

section {
  margin: 1.5rem 0;
  padding: 1.3rem;
}

.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: -webkit-fill-available;
  border: 0;
}

/* 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 {
  width: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav .menu .menuItems {
  display: none;
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-right: 2rem;
}

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

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

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

nav .menu .menuIcons {
  display: none;
  cursor: pointer;
}

nav .menu .menuIcons > :first-child {
  margin: 0 15px 0 0;
  display: inline-block;
}

.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 {
  margin-top: 10px;
  width: 30px;
}

.partners h1, .Clients h1, .Blog h1, .Blog h2 {
  text-align: center;
}

.partnerLogos, .clientLogos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.partnerLogos img, .clientLogos img {
  margin: 5rem auto;
  width: 30%;
  display: block;
}

.author {
  display: none;
}

.blogBtn {
  margin: 0 auto;
  margin: 0 auto !important;
  display: block;
  text-align: center;
  width: 70% !important;
}

.blogBtn:hover {
  color: #fff;
}

.form {
  background: #3C096C;
}

/*Page Style End*/
/* RESPONSIVE STYLES */
@media only screen and (min-width: 1024px) {
  nav {
    margin-bottom: 50px;
  }
  .logoType, .menuIcons {
    display: block !important;
  }
  .certBadge {
    width: 30px;
    border-left: 2px solid #5A189A;
    margin-left: 10px;
    padding-left: 20px;
  }
  .btn {
    width: 175px;
    margin: 1rem 1.5rem 1rem 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 .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;
  }
  .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;
    max-height: 540px;
    overflow: scroll;
  }
  .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: 90%;
    background-color: #5A189A;
    min-height: 400px;
    margin-bottom: 40px;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .partnerLogos img, .clientLogos img {
    width: 15%;
    max-width: 15%;
    margin: 1rem 2.5rem;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .partnerLogos img:hover, .clientLogos img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .Clients {
    width: 85%;
  }
  .Clients h1 {
    color: #fff;
  }
  .menuItems {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mainLogo a {
    display: inline-block;
  }
}

/*1024px ends */
@media only screen and (max-width: 700px) {
  .Blog {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */