@import url(./fonts.css);
body, html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  background-color: #FAFCFF;
}

nav div.container {
  width: 90%;
}

nav {
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

nav div button.navbar-toggler {
  border-color: #FAFCFF !important;
}

nav div div div a.btn-outline-primary {
  border: 1px solid #2BC87F !important;
  background-color: #FAFCFF !important;
  color: #2BC87F !important;
  border-radius: 2px;
  font-size: 14px;
  line-height: 19px;
  padding: 12px;
}

nav div div div a.btn-primary {
  background-color: #2BC87F;
  border: 1px solid #2BC87F;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px #20965F4D;
          box-shadow: 0px 10px 30px #20965F4D;
  font-size: 14px;
  line-height: 19px;
  padding: 12px;
}

nav div div div a.btn-primary:hover {
  background-color: #2BC87F !important;
  border-color: transparent;
}

nav div div ul {
  margin: 0 auto;
}

nav div div ul li a.nav-link {
  font-size: 14px;
  line-height: 19px;
  color: #1C1C1C;
}

div.hero-section div div p.tagline {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #32325D;
  font-weight: bold;
}

@media (min-width: 840px) {
  div.hero-section div div p.tagline {
    margin-top: 150px;
    margin-left: 104px;
    font-size: 16px;
  }
}

div.hero-section div div h3 {
  font-family: 'Muli', sans-serif;
  color: #2BC87F;
  line-height: 41px;
  font-size: 1.75em;
}

@media (min-width: 840px) {
  div.hero-section div div h3 {
    margin-left: 104px;
    font-size: 40px;
    line-height: 52px;
  }
}

div.hero-section div div ul {
  list-style-type: none;
  line-height: 60px;
}

@media (min-width: 840px) {
  div.hero-section div div ul {
    margin-left: 104px;
    margin-top: 50px;
  }
}

div.hero-section div div ul li {
  font-size: 14px;
  color: #32325D;
}

@media (min-width: 840px) {
  div.hero-section div div ul li {
    font-size: 18px;
  }
}

div.hero-section div div ul li img {
  -webkit-box-shadow: 0px 10px 30px #0000001A;
          box-shadow: 0px 10px 30px #0000001A;
  margin-right: 16px;
}

div.hero-section div div a {
  position: relative;
  top: 26px;
}

@media (min-width: 840px) {
  div.hero-section div div a {
    margin-left: 104px;
  }
}

a.cta_button, a.cta_pricing {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FAFCFF;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  background-color: #2BC87F;
  border-radius: 4px;
  padding: 22px 36px;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 30px #20965F4D;
          box-shadow: 0px 10px 30px #20965F4D;
}

div.features {
  margin: 100px 20px 20px 20px;
  -webkit-box-shadow: 0px 10px 40px #0000001A;
          box-shadow: 0px 10px 40px #0000001A;
  border-radius: 8px;
  padding: 0 0 48px 0;
}

@media (min-width: 840px) {
  div.features {
    width: 70%;
    margin: 80px auto;
    padding-bottom: 20px;
  }
}

div.features div {
  margin: 40px 0 0 0;
  width: 188px;
}

@media (min-width: 840px) {
  div.features div {
    width: 33%;
  }
}

div.features div p {
  margin-top: 16px;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: bold;
}

@media (min-width: 840px) {
  div.features div p {
    font-size: 20px;
  }
}

div.services {
  background: url("../img/home/bg_usp.png");
  background-repeat: no-repeat;
  background-size: cover;
}

div.services h3 {
  text-align: center;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #33325C;
}

@media (min-width: 840px) {
  div.services h3 {
    font-size: 36px;
  }
}

div.services p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 0 20px 10px 20px;
  text-align: center;
  line-height: 24px;
  color: #32325D;
}

@media (min-width: 840px) {
  div.services p {
    font-size: 16px;
  }
}

div.services p.em-text {
  font-style: italic;
  font-weight: bold;
}

div.services p.desc-text {
  color: #737A96;
}

div.services div div {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 840px) {
  div.services div div {
    margin-bottom: 30px;
  }
}

div.services div div img {
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

div.services div div h5 {
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}

@media (min-width: 840px) {
  div.services div div h5 {
    font-size: 24px;
  }
}

div.products {
  background-color: #F6F7FB;
}

@media (min-width: 840px) {
  div.products {
    padding-bottom: 2em;
  }
}

@media (min-width: 840px) {
  div.products .owl-carousel .slick-prev {
    top: 104%;
    left: 45%;
  }
}

@media (min-width: 840px) {
  div.products .owl-carousel .slick-next {
    top: 104%;
    right: 45%;
  }
}

@media (min-width: 840px) {
  div.products .slick-prev::before, div.products .slick-next::before {
    font-size: 30px !important;
    color: #32325D;
  }
}

div.products h3 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #33325C;
}

@media (min-width: 840px) {
  div.products h3 {
    font-size: 36px;
  }
}

div.products h4 {
  text-align: left;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #33325C;
}

@media (min-width: 840px) {
  div.products h4 {
    font-size: 28px;
  }
}

div.products div div.slider-item {
  margin: 20px 10px;
  background-color: #ffffff;
  padding: 20px 20px;
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

div.products div div.slider-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #737A96;
}

@media (min-width: 840px) {
  div.products div div.slider-item p {
    font-size: 16px;
  }
}

div.products div div.slider-item a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #2BC87F;
}

@media (min-width: 840px) {
  div.products div div.slider-item a {
    font-size: 16px;
  }
}

@media (min-width: 840px) {
  div.products .cta_button {
    width: 22%;
    position: relative;
    left: 35%;
    margin-top: 4em;
    font-size: 18px;
  }
}

/* How it works */
div.how-it-works h3 {
  text-align: center;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #33325C;
}

@media (min-width: 840px) {
  div.how-it-works h3 {
    font-size: 36px;
  }
}

@media (min-width: 840px) {
  div.how-it-works div.ratio {
    width: 60%;
    margin: 0 auto;
  }
}

div.how-it-works #myCarousel {
  background-color: #F6F7FB;
  margin-top: 2em;
}

div.how-it-works #myCarousel .carousel-inner .carousel-item {
  height: 34rem;
}

div.how-it-works #myCarousel .carousel-inner .carousel-item img {
  margin: 80px auto 20px;
  text-align: center;
}

div.how-it-works #myCarousel .carousel-inner .carousel-item h4 {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #33325C;
  margin: 0 20px 20px;
}

@media (min-width: 840px) {
  div.how-it-works #myCarousel .carousel-inner .carousel-item h4 {
    margin-top: 5em;
    font-size: 28px;
  }
}

div.how-it-works #myCarousel .carousel-inner .carousel-item p {
  font-size: 14px;
  color: #737A96;
  margin: 0 20px 10px;
}

@media (min-width: 840px) {
  div.how-it-works #myCarousel .carousel-inner .carousel-item p {
    font-size: 16px;
  }
}

div.how-it-works #myCarousel .carousel-control-prev i {
  font-size: 30px;
  color: #000000;
  position: absolute;
  top: 30rem;
  left: 6rem;
}

@media (min-width: 840px) {
  div.how-it-works #myCarousel .carousel-control-prev i {
    left: 16em;
  }
}

div.how-it-works #myCarousel .carousel-control-next i {
  font-size: 30px;
  color: #000000;
  position: absolute;
  top: 30rem;
  right: 6rem;
}

@media (min-width: 840px) {
  div.how-it-works #myCarousel .carousel-control-next i {
    right: 16em;
  }
}

div.how-it-works .works-carousel {
  background-color: #F6F7FB;
  margin-top: 2em;
}

div.how-it-works .works-carousel .slider-item {
  height: 34rem;
}

div.how-it-works .works-carousel .slider-item img {
  margin: 80px auto 20px;
  text-align: center;
}

div.how-it-works .works-carousel .slider-item h4 {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #33325C;
  margin: 0 20px 20px;
}

@media (min-width: 840px) {
  div.how-it-works .works-carousel .slider-item h4 {
    margin-top: 5em;
    font-size: 28px;
  }
}

div.how-it-works .works-carousel .slider-item p {
  font-size: 14px;
  color: #737A96;
  margin: 0 20px 10px;
}

@media (min-width: 840px) {
  div.how-it-works .works-carousel .slider-item p {
    font-size: 16px;
  }
}

div.how-it-works .works-carousel .slick-prev:before, div.how-it-works .works-carousel .slick-next:before {
  color: #33325C;
  font-size: 30px;
}

div.how-it-works .works-carousel .slick-prev::before {
  position: absolute;
  top: 8em;
  left: 4em;
}

@media (min-width: 840px) {
  div.how-it-works .works-carousel .slick-prev::before {
    left: 17em;
    top: 7em;
  }
}

div.how-it-works .works-carousel .slick-next::before {
  position: absolute;
  top: 8em;
  right: 4em;
}

@media (min-width: 840px) {
  div.how-it-works .works-carousel .slick-next::before {
    right: 17em;
    top: 7em;
  }
}

/* What We Offer */
@media (min-width: 840px) {
  div.feature-mobile {
    display: none;
  }
}

div.feature-mobile h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  color: #33325C;
  text-align: center;
  margin-bottom: 35px;
}

div.feature-mobile .accordionItem section {
  margin: 0 20px;
  background-color: #fff;
  color: #737A96;
  -webkit-box-shadow: 0px 10px 30px #0000001A;
          box-shadow: 0px 10px 30px #0000001A;
  padding: 20px;
}

div.feature-mobile .accordionItem section:hover {
  cursor: pointer;
}

div.feature-mobile .accordionItem.hide section {
  color: #737A96;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.feature-mobile .accordionItem.hide section img {
  -webkit-box-shadow: 0px 10px 30px #0000001A;
          box-shadow: 0px 10px 30px #0000001A;
}

div.feature-mobile .accordionItem h4 {
  font-family: "Muli", sans-serif;
  color: #33325C;
  font-size: 21px;
  margin: 15px 0;
}

div.feature-mobile .accordionItem div {
  padding: 20px;
  margin-top: 20px;
}

div.feature-mobile .accordionItem.hide div {
  display: none;
}

@media (max-width: 600px) {
  div.feature-desktop {
    display: none;
  }
}

div.feature-desktop h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  color: #33325C;
  text-align: center;
  margin-bottom: 35px;
}

@media (min-width: 840px) {
  div.feature-desktop h3 {
    font-size: 36px;
  }
}

div.feature-desktop .tabs {
  position: relative;
  top: 28em;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 54em;
  padding: 30px 20px;
  overflow: hidden;
}

div.feature-desktop .tabs .tab-header {
  float: left;
  width: 48%;
  height: 100%;
}

div.feature-desktop .tabs .tab-header > div {
  font-size: 16px;
  color: #888;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 1em;
}

div.feature-desktop .tabs .tab-header > div h4 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  color: #33325C;
  font-weight: bold;
  margin-top: 10px;
}

div.feature-desktop .tabs .tab-header > div img {
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

div.feature-desktop .tabs .tab-header > div:hover,
div.feature-desktop .tabs .tab-header > div.active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

div.feature-desktop .tabs .tab-header > div:hover img,
div.feature-desktop .tabs .tab-header > div.active img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.feature-desktop .tabs .tab-header div i {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}

div.feature-desktop .tabs .tab-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

div.feature-desktop .tabs .tab-content img {
  width: 90%;
  position: relative;
  top: 4em;
  left: 2em;
}

div.feature-desktop .tabs .tab-content > div > i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #555;
  color: #f5f5f5;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

div.feature-desktop .tabs .tab-content > div {
  position: absolute;
  text-align: center;
  padding: 40px 20px;
  top: -200%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

div.feature-desktop .tabs .tab-content > div.active {
  top: 0px;
}

div.feature-desktop .tabs .tab-indicator {
  position: absolute;
  width: 4px;
  height: 50px;
  background: transparent;
  left: 198px;
  top: 80px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/* Why EVIT */
div.why-evit h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #33325C;
  text-align: center;
}

@media (min-width: 840px) {
  div.why-evit h3 {
    font-size: 36px;
  }
}

div.why-evit p {
  margin: 15px 20px;
  font-size: 14px;
  color: #32325D;
  text-align: center;
  line-height: 24px;
}

@media (min-width: 840px) {
  div.why-evit p {
    font-size: 16px;
  }
}

div.why-evit div.row {
  margin-top: 40px;
}

@media (min-width: 840px) {
  div.why-evit div.row div {
    margin-bottom: 3em;
  }
}

div.why-evit div.row div .tieup {
  padding: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px #0000001A;
          box-shadow: 0px 10px 30px #0000001A;
  height: auto;
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
}

div.why-evit div.row div .tieup img {
  margin-bottom: 14px;
}

div.why-evit div.row div .tieup h4 {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

div.why-evit div.row div .tieup p {
  text-align: left;
  margin: 0;
  color: #737A96;
  line-height: 19.6px;
}

@media (min-width: 840px) {
  div.why-evit div.row div .tieup {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  div.why-evit div.row div .tieup {
    height: auto !important;
  }
}

/* Partner With Us */
div.partner {
  background-color: #F6F7FB;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media (min-width: 840px) {
  div.partner .cta_button {
    width: 20%;
  }
}

@media (min-width: 840px) {
  div.partner .partner-image {
    width: 86%;
    margin: 0 auto;
  }
}

div.partner a {
  width: 60%;
  display: block;
}

div.partner .partner-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #737A96;
  text-align: center;
}

@media (min-width: 840px) {
  div.partner .partner-text {
    font-size: 20px;
  }
}

div.partner .partner-main-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #737A96;
  text-align: center;
}

@media (min-width: 840px) {
  div.partner .partner-main-text {
    font-size: 28px;
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media (min-width: 840px) {
  div.partner .partner-features {
    width: 82%;
    margin: 3rem auto 0 !important;
  }
}

div.partner h4 {
  font-family: "Muli", sans-serif;
  font-size: 28px;
  text-align: center;
  color: #33325C;
  line-height: 41px;
}

@media (min-width: 840px) {
  div.partner h4 {
    font-size: 36px;
  }
}

div.partner div div img {
  width: 147px;
  height: 177px;
  border-radius: 8px;
}

@media (min-width: 840px) {
  div.partner div div img {
    width: 100%;
    height: auto;
  }
}

div.partner div .odd {
  margin-left: 20px;
  width: 45%;
}

@media (min-width: 840px) {
  div.partner div .odd {
    width: 25%;
    margin-left: 0;
  }
}

div.partner div .even {
  margin-left: -5px;
  margin-top: 43px;
}

div.partner .check_icon {
  width: 30px;
  height: 30px;
}

div.partner .partner-sub-text {
  margin-top: 16px;
  color: #737A96;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 42px;
}

div.partner .partner-sub-text::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 30%;
  padding-top: 20px;
  border-bottom: 1px solid #1940C3;
}

@media (min-width: 840px) {
  div.partner .partner-sub-text::after {
    border-bottom: none;
  }
}

/* Footer */
footer {
  background-color: #fff;
}

footer .font-italic {
  font-style: italic;
  font-size: 16px;
}

footer .row {
  padding: 0 20px;
}

footer .row h4 {
  font-family: "Muli", sans-serif;
  color: #33325C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 20px;
}

footer .row .footer-text li a {
  text-decoration: none;
  color: #737A96;
  font-size: 16px;
}

/* Products Hero */
div.products-hero {
  padding: 20px;
}

div.products-hero div div h3 {
  font-family: 'Muli', sans-serif;
  color: #2BC87F;
  line-height: 41px;
  font-size: 1.75em;
  margin-top: 50px;
}

@media (min-width: 840px) {
  div.products-hero div div h3 {
    font-size: 36px;
    margin-top: 130px;
    margin-bottom: 22px;
  }
}

div.products-hero div div p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #737A96;
}

@media (min-width: 840px) {
  div.products-hero div div p {
    font-size: 16px;
    padding-right: 3em;
  }
}

div.products-hero div div a {
  position: relative;
  top: 26px;
}

@media (min-width: 840px) {
  div.products-hero div div a {
    margin-top: 32px;
  }
}

div.products-hero div div img {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

/* Product Features */
div.product-feature div div div {
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 10px 30px #0000001A;
          box-shadow: 0px 10px 30px #0000001A;
}

div.product-feature div div div h4 {
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #33325C;
  display: inline;
  margin-left: 15px;
}

@media (min-width: 840px) {
  div.product-feature div div div h4 {
    font-size: 16px;
  }
}

div.product-feature div div div img {
  display: inline;
  width: 30px;
}

/*EVIT Platform*/
div.evit-platform {
  padding: 20px;
}

@media (min-width: 840px) {
  div.evit-platform {
    padding-bottom: 3em;
  }
}

@media (min-width: 840px) {
  div.evit-platform div div {
    margin-top: 0 !important;
  }
}

@media (min-width: 840px) {
  div.evit-platform {
    margin-top: 3em;
  }
}

div.evit-platform h3 {
  font-family: "Muli", sans-serif;
  color: #2BC87F;
}

@media (min-width: 840px) {
  div.evit-platform h3 {
    font-size: 36px;
  }
}

div.evit-platform ul {
  list-style-type: square;
}

div.evit-platform ul li {
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

@media (min-width: 840px) {
  div.evit-platform ul li {
    font-size: 16px;
  }
}

a.cta_datasheet {
  border: 1px solid #2BC87F !important;
  background-color: #FAFCFF !important;
  color: #2BC87F !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 19px;
  padding: 22px 36px;
  margin-top: 34px;
}

@media (min-width: 840px) {
  a.cta_datasheet {
    display: inline;
    margin-left: 2em;
  }
}

div.tech-spec {
  padding: 20px;
}

div.tech-spec div h3 {
  font-family: "Muli", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.tech-spec div h3 {
    font-size: 36px;
  }
}

div.tech-spec div p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 840px) {
  div.tech-spec div p {
    font-size: 16px;
  }
}

div.tech-spec div img {
  margin-bottom: 30px;
}

div.tech-spec div div div div.spec-panel {
  background-color: #fff;
  width: 42%;
  margin: 10px;
  height: auto;
  padding-top: 10px;
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

div.tech-spec div div div div.spec-panel h5 {
  font-family: "Muli", sans-serif;
  color: #33325C;
  font-size: 18px;
}

@media (min-width: 840px) {
  div.tech-spec div div div div.spec-panel h5 {
    font-size: 20px;
  }
}

div.tech-spec div div div div.spec-panel p {
  color: #32325D;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 840px) {
  div.tech-spec div div div div.spec-panel p {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

div.about-section {
  padding: 20px;
}

div.about-section div div p {
  font-size: 18px;
  color: #737A96;
  margin-top: 20px;
}

@media (min-width: 840px) {
  div.about-section div div p {
    font-size: 20px;
  }
}

div.about-section div div h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  color: #2BC87F;
  font-weight: bold;
}

@media (min-width: 840px) {
  div.about-section div div h3 {
    font-size: 36px;
  }
}

@media (min-width: 840px) {
  div.about-section div div p.about-text {
    font-size: 16px;
    padding-right: 3em;
    padding-left: 0;
  }
}

/* Our Values */
div.values {
  background-color: #F6F7FB;
  padding: 20px;
}

@media (min-width: 840px) {
  div.values {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

div.values h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  color: #33325C;
  text-align: center;
}

@media (min-width: 840px) {
  div.values h3 {
    font-size: 36px;
  }
}

div.values div div img {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

div.values div div h4 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  color: #33325C;
}

@media (min-width: 840px) {
  div.values div div h4 {
    font-size: 28px;
  }
}

@media (min-width: 840px) {
  div.values div div p {
    font-size: 16px;
    padding-right: 3em;
  }
}

/* Our Partners */
div.partners {
  padding: 20px;
}

@media (min-width: 840px) {
  div.partners {
    margin-bottom: 3em;
  }
}

div.partners h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #33325C;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.partners h3 {
    font-size: 36px;
  }
}

div.partners div div img {
  margin-bottom: 20px;
}

/* Team */
div.team {
  padding: 20px;
}

div.team h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #33325C;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.team h3 {
    font-size: 36px;
  }
}

div.team p {
  text-align: center;
  font-size: 14px;
}

@media (min-width: 840px) {
  div.team p {
    font-size: 16px;
  }
}

div.team div div.management-profile-box {
  margin: 20px auto 20px;
}

div.team div div.management-profile-box div.profile-summary {
  background-color: #2BC87F;
  padding: 20px;
}

div.team div div.management-profile-box div.profile-summary h5 {
  font-size: 20px;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: bold;
}

div.team div div.management-profile-box div.profile-summary p {
  text-align: left;
  color: #fff;
}

div.team div.advisor-profile-box {
  margin: 10px;
}

@media (min-width: 840px) {
  div.team div.advisor-profile-box {
    margin-top: 3em;
  }
}

@media (min-width: 840px) {
  div.team div.advisor-profile-box div div.advisors {
    text-align: center;
  }
}

div.team div.advisor-profile-box div div.advisors img {
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
  margin-bottom: 15px;
}

div.team div.advisor-profile-box div div.advisors h5 {
  text-align: center;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #33325C;
  font-size: 16px;
  margin-bottom: 20px;
}

div.franchisee {
  padding: 20px;
}

div.franchisee div h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  color: #2BC87F;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.franchisee div h3 {
    font-size: 36px;
    margin-top: 3em;
  }
}

div.franchisee div p {
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px;
}

div.franchisee div a {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  background-color: #2BC87F;
  border-radius: 4px;
  padding: 22px 36px;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 30px #20965F4D;
          box-shadow: 0 10px 30px #20965F4D;
  width: 60%;
  position: relative;
  left: 20%;
}

@media (min-width: 840px) {
  div.franchisee div a {
    width: 20%;
    margin: 2em auto;
    left: 0;
  }
}

div.franchisee div div.ratio {
  width: 60%;
  margin: 2em auto;
}

/* Franchise Models */
div.models {
  padding: 20px;
  background-color: #F6F7FB;
}

div.models div {
  text-align: center;
}

div.models div h3 {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #33325C;
}

@media (min-width: 840px) {
  div.models div h3 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 1em;
  }
}

div.models div p {
  font-size: 14px;
}

@media (min-width: 840px) {
  div.models div p {
    font-size: 16px;
  }
}

div.models div {
  padding: 20px;
}

div.models div div.franchise-model {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

@media (min-width: 840px) {
  div.models div div.franchise-model {
    margin: 0 32px;
  }
}

div.models div div.franchise-model .silver, div.models div div.franchise-model .gold {
  margin-bottom: 20px;
}

div.models div div.franchise-model .silver img, div.models div div.franchise-model .gold img {
  width: 50%;
}

div.models div div.franchise-model .silver {
  background: #ffdbff;
}

div.models div div.franchise-model .gold {
  background: #ccccff;
}

div.models div div.franchise-model h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
}

@media (min-width: 840px) {
  div.models div div.franchise-model h4 {
    font-size: 28px;
  }
}

div.models div div.franchise-model p {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.models div div.franchise-model p {
    font-size: 16px;
  }
}

div.models div div.franchise-model ul {
  list-style-type: none;
  padding-left: 1rem;
}

@media (min-width: 840px) {
  div.models div div.franchise-model ul {
    padding-right: 5px;
  }
}

div.models div div.franchise-model ul li {
  line-height: 40px;
  text-align: left;
  font-size: 14px;
}

@media (min-width: 840px) {
  div.models div div.franchise-model ul li {
    font-size: 16px;
  }
}

/* Perks & Benefits */
div.perks {
  padding: 30px;
}

div.perks h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  margin-bottom: 40px;
  color: #33325C;
}

@media (min-width: 840px) {
  div.perks h3 {
    font-size: 36px;
    margin-top: 2em;
  }
}

div.perks img {
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.perks img {
    margin-top: 2em;
  }
}

div.perks h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  color: #33325C;
}

@media (min-width: 840px) {
  div.perks h4 {
    font-size: 28px;
  }
}

div.perks p {
  color: #32325D;
  font-size: 14px;
}

@media (min-width: 840px) {
  div.perks p {
    font-size: 16px;
    margin-top: 20px;
  }
}

div.stakeholder {
  margin-top: 40px;
  padding: 30px;
  background-color: #F6F7FB;
}

div.stakeholder div img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.stakeholder div img {
    width: 80%;
    margin-top: 1em;
  }
}

div.stakeholder div h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  color: #33325C;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.stakeholder div h4 {
    font-size: 28px;
    margin-top: 2em;
  }
}

div.stakeholder div p {
  font-size: 14px;
}

@media (min-width: 840px) {
  div.stakeholder div p {
    font-size: 16px;
    padding-right: 2em;
  }
}

/* EVIT Support */
div.support {
  padding: 30px;
}

div.support div h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  color: #33325C;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.support div h3 {
    font-size: 36px;
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
}

div.support div p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 840px) {
  div.support div p {
    font-size: 16px;
    margin-bottom: 3em;
  }
}

@media (min-width: 840px) {
  div.support div {
    margin: 0 auto;
  }
}

div.support div div.support-field {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 840px) {
  div.support div div.support-field {
    width: 48%;
  }
}

div.support div div.support-field img {
  margin-bottom: 10px;
}

div.support div div.support-field h5 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  color: #33325C;
}

div.support div div.support-field p {
  font-size: 14px;
  text-align: left;
  color: #32325D;
  margin-bottom: 20px;
}

/* Franchise Carousel */
.franchise-carousel-text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #32325D;
  margin-top: 20px;
}

@media (min-width: 840px) {
  .franchise-carousel-text {
    font-size: 18px;
  }
}

.franchise-carousel-heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #2BC87F !important;
}

@media (min-width: 840px) {
  .franchise-carousel-heading {
    font-size: 36px;
  }
}

.partner-carousel {
  background-color: #F6F7FB;
  margin-top: 2em;
  margin-bottom: 4em;
  outline: none;
}

.partner-carousel .slick-prev::before {
  position: absolute;
  top: 10em;
  left: 4em;
}

@media (min-width: 840px) {
  .partner-carousel .slick-prev::before {
    top: 7em;
    left: 16em;
  }
}

.partner-carousel .slick-next::before {
  position: absolute;
  top: 10em;
  right: 4em;
}

@media (min-width: 840px) {
  .partner-carousel .slick-next::before {
    top: 7em;
    right: 16em;
  }
}

.partner-carousel .slick-prev::before, .partner-carousel .slick-next::before {
  color: #33325C;
  font-size: 30px;
}

.partner-carousel .slider-item {
  height: 44rem;
}

@media (min-width: 840px) {
  .partner-carousel .slider-item {
    height: 36rem;
  }
}

.partner-carousel div div div img {
  margin: 80px auto 20px;
}

@media (min-width: 840px) {
  .partner-carousel div div div img {
    width: 70%;
  }
}

.partner-carousel div div div h4, .partner-carousel div div div h5 {
  font-family: "Muli", sans-serif;
  color: #33325C;
  font-weight: bold;
  margin: 0 20px 20px;
}

.partner-carousel div div div h5 {
  font-size: 20px;
}

@media (min-width: 840px) {
  .partner-carousel div div div h5 {
    font-size: 26px;
    margin-top: 5em;
  }
}

.partner-carousel div div div h4 {
  font-size: 22px;
}

@media (min-width: 840px) {
  .partner-carousel div div div h4 {
    font-size: 28px;
  }
}

.partner-carousel div div div p {
  font-size: 14px;
  margin: 0 20px 10px;
  color: #737A96;
}

@media (min-width: 840px) {
  .partner-carousel div div div p {
    font-size: 16px;
  }
}

/* Franchise Partner */
@media (min-width: 840px) {
  .franchise-partner {
    background: transparent !important;
  }
}

/* Franchise Form */
@media (min-width: 840px) {
  form.franchise-form {
    margin-bottom: 2em;
  }
}

form.franchise-form .franchise-input {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px #00000010;
          box-shadow: 0 4px 16px #00000010;
  line-height: 2.5rem;
}

form.franchise-form .franchise_cta {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FAFCFF;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  background-color: #2BC87F;
  border-radius: 4px;
  border: 1px solid #2BC87F;
  padding: 11px 36px;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 30px #20965F4D;
          box-shadow: 0px 10px 30px #20965F4D;
}

div.contact div div h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  margin-bottom: 20px;
}

div.contact div div div.queries {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
  width: 70%;
}

div.contact div div div.queries h6 {
  color: #2BC87F;
  font-size: 20px;
  margin-top: 10px;
}

div.contact div div div.helpline h6 {
  color: #2BC87F;
  font-size: 20px;
  display: inline;
}

div.contact div div div.helpline p {
  display: inline;
  position: relative;
  left: 20%;
}

/* Google Map */
div.map div div.address {
  background-color: #2BC87F;
  color: #fff;
  height: 100%;
  padding: 44px;
}

@media (min-width: 840px) {
  div.map div div.address {
    position: relative;
    left: -4%;
    top: 3em;
    z-index: 2;
  }
}

div.map div div.address h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}

div.map div div.address h4 {
  font-size: 20px;
  font-weight: bold;
}

div.blog-hero {
  margin-bottom: 2em;
}

div.blog-hero .blog-carousel .slider-item div.card {
  border: none;
}

div.blog-hero .blog-carousel .slider-item div.card div div.card-body {
  padding-left: 2em;
}

div.blog-hero .blog-carousel .slider-item div.card div div.card-body a.category-link {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #33325C;
  margin-top: 2em;
}

div.blog-hero .blog-carousel .slider-item div.card div div.card-body a.category-link::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #2BC87F;
  opacity: 0.6;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

div.blog-hero .blog-carousel .slider-item div.card div div.card-body a.title-link {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #33325C;
  font-size: 28px;
  margin-bottom: 10px;
}

@media (min-width: 840px) {
  div.blog-hero .blog-carousel .slider-item div.card div div.card-body a.title-link {
    font-size: 1.8em;
  }
}

div.blog-hero .blog-carousel .slider-item div.card div div.card-body a.title-link:hover {
  color: #2BC87F;
  text-decoration: underline;
}

/* Category Links */
div.categories {
  padding: 20px 20px 20px 0;
  background-color: #F6F7FB;
  margin-bottom: 3em;
}

div.categories a {
  text-decoration: none;
  font-size: 1.2em;
  color: #32325D;
  display: inline;
}

div.categories a:hover {
  text-decoration: underline;
  border: none;
  color: #32325D;
}

/* Latest Posts */
div.latest_posts h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

div.latest_posts div div div {
  border: none;
  -webkit-box-shadow: 0 10px 30px #0000001A;
          box-shadow: 0 10px 30px #0000001A;
}

div.latest_posts div div div div a.category-link {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #32325D;
}

div.latest_posts div div div div a.category-link::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #2BC87F;
  opacity: 0.8;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

div.latest_posts div div div div h5.card-title {
  margin-top: 20px;
  font-weight: bold;
  color: #33325C;
  text-transform: capitalize;
}

div.latest_posts div div div div h5.card-title:hover {
  text-decoration: underline;
  color: #2BC87F;
}

div.latest_posts div div div div.card-body {
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.latest_posts div div div div.card-footer {
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.latest_posts div div div div.card-footer .d-flex {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
}

/* Blog Banner */
div.blog-banner .post-standard {
  margin-bottom: 5rem;
}

div.blog-banner .post-standard .post-standard-banner {
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48.75em;
  margin-bottom: 3.75em;
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: 3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-content {
  background-color: #fff;
  padding: 2.5em;
  margin: 0 1.875em;
  text-align: center;
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-content .post-info p {
  font-size: 0.8em;
  display: inline-block;
  margin: 0 20px;
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-content a.category-link {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #32325D;
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-content a.category-link::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #2BC87F;
  opacity: 0.8;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-content a.title-link {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #33325C;
  font-size: 1.8em;
}

div.blog-banner .post-standard .post-standard-banner .post-standard-banner-content a.title-link:hover {
  color: #2BC87F;
  text-decoration: underline;
}

/* Blog Content */
div.post-content div div .post-standard-content {
  position: relative;
}

div.post-content div div .post-standard-content #post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.125em;
}

div.post-content div div .post-standard-content #post-share h5 {
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 2em;
}

div.post-content div div .post-standard-content #post-share .social-media a {
  display: inline-block;
  margin: 0 0.3571em;
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 2.85714em;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  height: 2.85714em;
  width: 2.85714em;
}

div.post-content div div .post-standard-content .post-comments h4.comment-title {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
}

div.post-content div div .post-standard-content .post-comments h4.comment-title span {
  padding: 0 0.9375em;
}

div.post-content div div .post-standard-content .post-comments .comment-detail {
  margin-bottom: 3.75em;
}

div.post-content div div .post-standard-content .post-comments .comment-form form.form .comment-input {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px #00000010;
          box-shadow: 0 4px 16px #00000010;
  line-height: 2.5rem;
}

div.post-content div div .post-standard-content .post-comments .comment-form form.form .comment_cta {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FAFCFF;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  background-color: #2BC87F;
  border-radius: 4px;
  border: 1px solid #2BC87F;
  padding: 11px 36px;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 30px #20965F4D;
          box-shadow: 0px 10px 30px #20965F4D;
}

div.post-content .comment-item {
  margin-bottom: 2.5em;
}

div.post-content .comment-item .comment-item-avatar {
  height: 3.625em;
  width: 3.625em;
  float: left;
  margin-right: 1.5625em;
}

div.post-content .comment-item .comment-item-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.post-content .comment-item .comment-item-content .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
  color: #33325C;
}

div.post-content .comment-item .comment-item-content p {
  font-size: 14px;
  line-height: 1.8em;
  color: #32325D;
}

div.post-content .comment-item-reply {
  padding-left: 1.875em;
  margin-top: 2.5em;
}

/* Landing Page */
div.landing-page {
  background-image: url(../img/mobile-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
}

@media (min-width: 840px) {
  div.landing-page {
    background-image: url(../img/home-page.jpg);
  }
}

div.landing-page div .logo {
  width: 10em;
  margin-top: 2em;
  margin-bottom: 4em;
}

div.landing-page div div .page-links {
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
}

div.landing-page div div .page-links:hover {
  background-color: #fff;
  color: #32325D;
}

@media (min-width: 840px) {
  div.landing-page div div {
    padding: 50px;
  }
}

/*Coming Soon*/
div.coming-soon {
  background-image: url(../img/mobile-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
}

@media (min-width: 840px) {
  div.coming-soon {
    background-image: url(../img/home-page.jpg);
  }
}

div.coming-soon div .logo {
  width: 10em;
  margin-top: 2em;
  margin-bottom: 4em;
}

div.coming-soon div div .page-links {
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
}

div.coming-soon div div .page-links:hover {
  background-color: #fff;
  color: #32325D;
}
/*# sourceMappingURL=style.css.map */