@font-face {
  font-family: 'radikal-bolduploaded_file';
  src: url("../fonts/rad-bold-webfont.eot");
  src: url("../fonts/rad-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rad-bold-webfont.woff2") format("woff2"), url("../fonts/rad-bold-webfont.woff") format("woff"), url("../fonts/rad-bold-webfont.ttf") format("truetype"), url("../fonts/rad-bold-webfont.svg#radikal-bolduploaded_file") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'radikal-mediumuploaded_file';
  src: url("../fonts/rad-med-webfont.eot");
  src: url("../fonts/rad-med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rad-med-webfont.woff2") format("woff2"), url("../fonts/rad-med-webfont.woff") format("woff"), url("../fonts/rad-med-webfont.ttf") format("truetype"), url("../fonts/rad-med-webfont.svg#radikal-mediumuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'radikaluploaded_file';
  src: url("../fonts/rad-webfont.eot");
  src: url("../fonts/rad-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rad-webfont.woff2") format("woff2"), url("../fonts/rad-webfont.woff") format("woff"), url("../fonts/rad-webfont.ttf") format("truetype"), url("../fonts/rad-webfont.svg#radikaluploaded_file") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif; }

body, html {
  margin: 0;
  height: 100%;
  position: fixed;
  background: #ffffff !important; }

#map-canvas {
  width: 100%;
  height: 300px; }

.wrapper {
  height: auto;
  width: 100%;
  visibility: hidden; }

.main-container {
  height: auto;
  width: 100%;
  position: relative; }

.landing-page {
  height: 100vh;
  width: 100%;
  position: relative;
  background: url("../images/landingpage-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center -155px;
  z-index: 1; }

.about-page {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  min-height: 100vh;
  padding: 30px 0px;
  display: none; }

.service-page {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  min-height: 100vh;
  padding: 80px 0px; }

.testimonial-page {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  min-height: 100vh;
  padding: 60px 0px; }

.calltoaction-2-page {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  min-height: 85vh;
  padding: 60px 0px; }

.contact-page {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  min-height: 400px;
  padding: 60px 0px;
  background: #33203b; }

header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  padding: 45px 0px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  header #header-w {
    width: 90%;
    height: inherit;
    margin: 0 auto; }
  header .header-wrapper {
    width: 90%;
    height: inherit;
    margin: 0 auto; }
    header .header-wrapper .logo {
      float: left;
      width: 100px;
      margin: 10px;
      text-align: center; }
      header .header-wrapper .logo img {
        width: auto; }
    header .header-wrapper nav {
      text-align: right;
      float: right; }
      header .header-wrapper nav ul {
        padding: 14px 5px; }
        header .header-wrapper nav ul li {
          list-style: none;
          display: inline-block;
          padding: 10px 20px; }
          header .header-wrapper nav ul li:hover a {
            color: #fff; }
        header .header-wrapper nav ul a {
          font-size: 8pt;
          text-decoration: none;
          color: white;
          font-family: "Lato", sans-serif;
          letter-spacing: 2px; }
        header .header-wrapper nav ul a:hover {
          color: white; }

.get-started {
  float: right;
  border: 2px solid #ffffff;
  right: 0;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .get-started p {
    padding: 8px 16px;
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.get-started:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .get-started:hover p {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.get-started-2 {
  padding: 0px 5px;
  float: right;
  right: 0;
  color: #ffffff;
  background: #721c54; }
  .get-started-2 p {
    padding: 10px 18px;
    font-weight: bold;
    margin: 0;
    font-size: 12px; }

.home-1 {
  height: 100vh;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: table; }
  .home-1 .calltoaction-1 {
    display: table-cell;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    vertical-align: middle; }
    .home-1 .calltoaction-1 h1 {
      color: #f7f7f7;
      line-height: 45px;
      margin: 20px 0px;
      letter-spacing: 1px;
      font-size: 32px;
      font-family: "radikaluploaded_file"; }
    .home-1 .calltoaction-1 p {
      color: #f7f7f7;
      font-size: 10pt;
      letter-spacing: 1px;
      font-family: "radikaluploaded_file"; }

.learnmore-button {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  text-align: center;
  display: none; }

.home-2 {
  height: 100vh;
  width: 50%;
  text-align: left;
  display: none; }
  .home-2 .calltoaction-2 {
    display: table;
    top: 0;
    left: 10%;
    bottom: 0;
    margin: auto;
    width: 50%;
    position: absolute; }
    .home-2 .calltoaction-2 a {
      display: inline-block;
      padding: 4px 20px 4px 0px; }

.home-3 {
  height: 100vh;
  width: 100%;
  text-align: center;
  display: none; }

.about-page-title {
  margin: 0 auto;
  text-align: center;
  width: 50%; }

.about-page-content {
  height: auto;
  width: 80%;
  margin: 0 auto; }
  .about-page-content .about-page-content-1 {
    width: 100%;
    display: inline-block;
    margin: 60px 0px; }
    .about-page-content .about-page-content-1 .content-1-text {
      width: 85%; }
    .about-page-content .about-page-content-1 .content-1-image .image {
      width: 100%;
      height: 300px;
      margin: 0 auto;
      background: #BDBFC2; }
  .about-page-content .about-page-content-2 {
    width: 100%;
    display: inline-block;
    margin: 60px 0px;
    display: none; }
    .about-page-content .about-page-content-2 .content-2-text {
      width: 85%; }
    .about-page-content .about-page-content-2 .content-2-image .image {
      width: 100%;
      height: 300px;
      background: #BDBFC2; }
  .about-page-content .about-page-content-3 {
    width: 100%;
    display: inline-block;
    margin: 60px 0px;
    display: none; }
    .about-page-content .about-page-content-3 .content-3-text {
      width: 85%; }
    .about-page-content .about-page-content-3 .content-3-image .image {
      width: 100%;
      height: 300px;
      margin: 0 auto;
      background: #BDBFC2; }

.service-page-title {
  margin: 0 auto;
  text-align: center;
  width: 65%; }
  .service-page-title h1 {
    color: #543660;
    padding: 20px 0px;
    letter-spacing: 1px;
    font-size: 32px;
    font-family: "radikaluploaded_file"; }
  .service-page-title p {
    color: #898989;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "radikaluploaded_file"; }

.service-page-content {
  height: auto;
  width: 80%;
  margin: 60px auto; }
  .service-page-content .service-content-1 {
    margin: 40px 0px; }
    .service-page-content .service-content-1 .col-lg-4 {
      text-align: center; }
      .service-page-content .service-content-1 .col-lg-4 .image-1 {
        height: 185px;
        width: 220px;
        background-position: center; }
      .service-page-content .service-content-1 .col-lg-4 .image-2 {
        height: 185px;
        background-position: center; }
      .service-page-content .service-content-1 .col-lg-4 .image-3 {
        height: 185px;
        background-position: center; }
      .service-page-content .service-content-1 .col-lg-4 .service-desc {
        margin: 40px 0px; }
        .service-page-content .service-content-1 .col-lg-4 .service-desc h3 {
          padding: 40px 0px 20px 0px;
          color: #4e4e4e;
          letter-spacing: 1px;
          font-size: 20px;
          font-family: "radikaluploaded_file"; }
        .service-page-content .service-content-1 .col-lg-4 .service-desc p {
          color: #898989;
          letter-spacing: 1px;
          line-height: 20px;
          font-size: 12px;
          font-family: "radikaluploaded_file"; }
  .service-page-content .service-content-2 {
    display: none;
    margin: 40px 0px; }
    .service-page-content .service-content-2 .col-lg-4 .image {
      width: 60%;
      height: 120px;
      background: #BDBFC2; }
  .service-page-content .service-content-3 {
    display: none;
    margin: 40px 0px; }
    .service-page-content .service-content-3 .col-lg-4 .image {
      width: 60%;
      height: 120px;
      background: #BDBFC2; }

.expand-service {
  display: none; }

.testimonial-page-title {
  margin: 40px auto;
  text-align: center;
  width: 70%; }
  .testimonial-page-title h1 {
    color: #543660;
    padding: 20px 0px;
    letter-spacing: 1px;
    font-size: 32px;
    font-family: "radikaluploaded_file"; }
  .testimonial-page-title p {
    color: #898989;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "radikaluploaded_file"; }

.testimonial-page-content {
  width: 100%;
  margin: 0 auto; }
  .testimonial-page-content .testimonial-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .testimonial-page-content .testimonial-wrapper .col-lg-12 .imac {
      position: absolute;
      z-index: 5;
      width: 633px; }
    .testimonial-page-content .testimonial-wrapper .col-lg-12:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 15px;
      height: 100vh;
      z-index: 999;
      width: 20px;
      background: #fff;
      z-index: 99; }
    .testimonial-page-content .testimonial-wrapper .article-wrapper-mask {
      background: url("../images/sk-imac.svg") no-repeat;
      background-size: contain;
      position: absolute;
      height: 550px;
      width: 638px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin-left: 140px;
      z-index: 55; }
    .testimonial-page-content .testimonial-wrapper .article-wrapper {
      background: #ffffff;
      min-height: 430px;
      height: 430px;
      overflow-x: hidden;
      overflow-y: auto;
      top: 0;
      width: 100%;
      z-index: 5;
      text-align: left;
      padding-left: 138px;
      position: relative; }
      .testimonial-page-content .testimonial-wrapper .article-wrapper .article-1 {
        height: 430px;
        width: 100%;
        display: block;
        position: relative;
        z-index: 2; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-1 .article-image {
          background: url("../images/sk-businesses.svg") no-repeat;
          height: 430px;
          width: 587px;
          margin: 20px 18px 0px 7px;
          display: inline-block;
          background-size: contain;
          float: left;
          clear: both; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-1 .article-content {
          float: left;
          width: 50%;
          padding: 50px 60px;
          text-align: left; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-1 .article-content h2 {
            font-family: "radikaluploaded_file";
            color: #543660;
            padding: 20px 0px;
            font-size: 20px;
            letter-spacing: 1px; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-1 .article-content p {
            font-family: "radikaluploaded_file";
            color: #898989;
            font-size: 12px;
            letter-spacing: 1px; }
      .testimonial-page-content .testimonial-wrapper .article-wrapper .article-2 {
        height: 430px;
        width: 100%;
        display: block;
        position: relative;
        z-index: 2; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-2 .article-image {
          background: url("../images/sk-artists.svg") no-repeat;
          height: 430px;
          width: 587px;
          margin: 0px 18px 0px 7px;
          display: inline-block;
          background-size: contain;
          float: left;
          clear: both; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-2 .article-content {
          float: left;
          width: 50%;
          padding: 50px 60px;
          text-align: left; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-2 .article-content h2 {
            font-family: "radikaluploaded_file";
            color: #543660;
            padding: 20px 0px;
            font-size: 20px; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-2 .article-content p {
            font-family: "radikaluploaded_file";
            color: #898989;
            font-size: 12px; }
      .testimonial-page-content .testimonial-wrapper .article-wrapper .article-3 {
        height: 430px;
        width: 100%;
        display: inline-block;
        z-index: 2; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-3 .article-image {
          background: url("../images/sk-restos.svg") no-repeat;
          height: 430px;
          width: 587px;
          margin: 20px 18px 0px 7px;
          display: inline-block;
          float: left;
          clear: both;
          background-size: contain; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-3 .article-content {
          float: left;
          width: 50%;
          padding: 50px 60px;
          text-align: left; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-3 .article-content h2 {
            font-family: "radikaluploaded_file";
            color: #543660;
            padding: 20px 0px;
            font-size: 20px; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-3 .article-content p {
            font-family: "radikaluploaded_file";
            color: #898989;
            font-size: 12px; }
      .testimonial-page-content .testimonial-wrapper .article-wrapper .article-4 {
        height: 430px;
        width: 100%;
        display: inline-block;
        z-index: 2; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-4 .article-image {
          background: url("../images/sk-weds.svg") no-repeat;
          height: 430px;
          width: 587px;
          margin: 20px 18px 0px 7px;
          display: inline-block;
          float: left;
          clear: both;
          background-size: contain; }
        .testimonial-page-content .testimonial-wrapper .article-wrapper .article-4 .article-content {
          float: left;
          width: 50%;
          padding: 50px 60px;
          text-align: left; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-4 .article-content h2 {
            font-family: "radikaluploaded_file";
            color: #543660;
            padding: 20px 0px;
            font-size: 20px; }
          .testimonial-page-content .testimonial-wrapper .article-wrapper .article-4 .article-content p {
            font-family: "radikaluploaded_file";
            color: #898989;
            font-size: 12px; }
    .testimonial-page-content .testimonial-wrapper .article-wrapper::-webkit-scrollbar {
      display: none; }
    .testimonial-page-content .testimonial-wrapper .article-wrapper::-moz-scrollbar {
      display: none; }
    .testimonial-page-content .testimonial-wrapper .article-wrapper::-o-scrollbar {
      display: none; }
    .testimonial-page-content .testimonial-wrapper .article-wrapper::-ms-scrollbar {
      display: none; }

.client-page {
  position: relative;
  bottom: 0;
  left: 0;
  background: #BDBFC2;
  height: 150px;
  display: none; }
  .client-page .client-page-content {
    width: 80%;
    margin: 0 auto; }
    .client-page .client-page-content .clients .col-lg-3 .client-logo {
      text-align: center;
      width: 100%;
      height: 50px;
      margin: 25px auto; }
      .client-page .client-page-content .clients .col-lg-3 .client-logo img {
        height: 100px;
        width: auto; }

#testimonial {
  background: radikal-mediumuploaded_file; }

#testimonials {
  height: 80%;
  width: 538px;
  margin: 50px auto;
  padding: 20px 20px 20px 20px;
  position: relative;
  display: none; }
  #testimonials .article-wrapper-mask {
    background: url("../images/sk-imac.svg") no-repeat;
    background-size: contain;
    position: absolute;
    height: 550px;
    width: 538px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 55; }
  #testimonials .testimonial {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1; }

#test_container {
  position: relative;
  overflow: hidden;
  width: 496px;
  min-height: 700px;
  height: auto; }

#testimonials .testimonial_text {
  font-size: 14px;
  font-family: verdana;
  font-style: italic; }
#testimonials .testimonial_name {
  font-size: 14px;
  margin: 10px auto 3px;
  font-style: normal;
  font-family: arial; }
#testimonials .testimonial_designation {
  font-size: 12px;
  line-height: 14px;
  font-family: verdana; }

#t_pagers {
  text-align: center;
  bottom: 10px;
  z-index: 2;
  width: 538px;
  margin: 0 auto; }
  #t_pagers .pager {
    display: inline-block;
    text-decoration: none;
    width: 10px;
    min-height: 10px;
    margin-right: 5px;
    background: #F4F3F3;
    border-radius: 50%;
    cursor: pointer;
    border: 1px #C9C7C7 solid; }
    #t_pagers .pager.active {
      background: #BDBFC2; }

.testimonial-wrapper-2 {
  position: relative;
  width: 493px;
  margin: 0 auto; }
  .testimonial-wrapper-2 .testimonial-image {
    margin: 0 auto; }
    .testimonial-wrapper-2 .testimonial-image .image-1-2 {
      width: 100%;
      height: 430px;
      background: url("../images/sk-businesses.svg") no-repeat;
      background-size: contain; }
    .testimonial-wrapper-2 .testimonial-image .image-2-2 {
      width: 100%;
      height: 430px;
      background: url("../images/sk-artists.svg") no-repeat;
      background-size: contain; }
    .testimonial-wrapper-2 .testimonial-image .image-3-2 {
      width: 100%;
      height: 430px;
      background: url("../images/sk-restos.svg") no-repeat;
      background-size: contain; }
    .testimonial-wrapper-2 .testimonial-image .image-4-2 {
      width: 100%;
      height: 430px;
      background: url("../images/sk-weds.svg") no-repeat;
      background-size: contain; }
  .testimonial-wrapper-2 .testimonial-text {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    .testimonial-wrapper-2 .testimonial-text h2 {
      font-family: "radikaluploaded_file";
      color: #543660;
      padding: 20px 0px; }
    .testimonial-wrapper-2 .testimonial-text p {
      font-family: "radikaluploaded_file";
      color: #898989;
      font-size: 14pt; }

.calltoaction-2-content-1 {
  width: 90%;
  margin: 0 auto;
  display: table;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: relative; }
  .calltoaction-2-content-1 .col-md-5 .row {
    padding: 16px 0px; }
    .calltoaction-2-content-1 .col-md-5 .row h2 {
      color: #543660;
      letter-spacing: 1px;
      line-height: 40px;
      font-size: 30px;
      font-family: "radikaluploaded_file"; }
  .calltoaction-2-content-1 .col-md-5 .second-testi p {
    color: #898989;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 14px;
    font-family: "radikaluploaded_file"; }
  .calltoaction-2-content-1 .col-md-5 .testi-text p {
    color: #c0c0c0;
    font-style: italic;
    font-size: 12px;
    padding-left: 6px;
    letter-spacing: 1px;
    font-family: "radikaluploaded_file"; }
  .calltoaction-2-content-1 .col-md-7 .testimonial-image {
    background: url("../images/sk-botimg.svg") no-repeat;
    background-size: contain;
    background-position: center;
    height: 490px;
    width: 100%; }

.subscription {
  width: 50%;
  margin: 40px auto; }

.searchArea button, .searchArea .inputDiv, .searchArea input {
  height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }
.searchArea button {
  float: right;
  margin-left: -1px;
  border: solid 1px gray; }
.searchArea .inputDiv {
  overflow: hidden;
  border: solid 1px gray; }
.searchArea input {
  border: 0;
  width: 100%;
  padding: 0 3px;
  height: 22px; }

.calltoaction-2-content-2 {
  width: 49%;
  margin: 0 auto;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }
  .calltoaction-2-content-2 .content-2-title {
    text-align: center; }
  .calltoaction-2-content-2 a {
    text-align: center; }

.contact-page-title {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-family: "radikaluploaded_file"; }
  .contact-page-title h1 {
    color: #fff;
    padding: 0px 0px;
    font-size: 30px;
    font-family: "radikaluploaded_file"; }

.contact-wrapper {
  width: 90%;
  margin: 60px auto; }
  .contact-wrapper .contact-form {
    text-align: left !important; }
    .contact-wrapper .contact-form .form-group .col-md-3 {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
      .contact-wrapper .contact-form .form-group .col-md-3 input {
        height: 55px;
        border-radius: 0px; }
      .contact-wrapper .contact-form .form-group .col-md-3 input::-webkit-input-placeholder {
        font-family: "radikaluploaded_file";
        color: #b4b4b4; }

.contact-subtitle {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .contact-subtitle p {
    color: #5e4e64;
    font-size: 12px;
    font-family: "radikaluploaded_file"; }
    .contact-subtitle p a {
      color: #5e4e64;
      text-decoration: underline; }

.contact-form {
  width: 100%;
  margin: 0 auto; }

.footer {
  background: #3a2642;
  height: inherit;
  min-height: 76px;
  width: 100%;
  display: flex; }
  .footer .footer-wrapper {
    width: 90%;
    margin: 0 auto; }
    .footer .footer-wrapper .copyright {
      float: left;
      height: 76px;
      position: relative;
      width: 400px;
      display: table; }
      .footer .footer-wrapper .copyright p {
        padding: 4px;
        margin: auto;
        display: table-cell;
        vertical-align: middle;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: "radikaluploaded_file";
        color: #5e4e64; }
    .footer .footer-wrapper .referral {
      float: right;
      position: relative;
      height: 76px;
      width: 470px; }
      .footer .footer-wrapper .referral .referral-wrapper p {
        color: #5e4e64;
        float: left;
        padding: 27px 0px;
        margin: 0;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: "radikaluploaded_file"; }
      .footer .footer-wrapper .referral .referral-wrapper .referral-btn {
        float: right;
        border: 2px solid #5e4e64;
        right: 0;
        margin: 18px 4px; }
        .footer .footer-wrapper .referral .referral-wrapper .referral-btn p {
          padding: 8px 16px;
          font-size: 12px;
          font-family: "radikal-bolduploaded_file" s; }
      .footer .footer-wrapper .referral .referral-wrapper .referral-btn:hover {
        border: 2px solid #A185AB;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .footer .footer-wrapper .referral .referral-wrapper .referral-btn:hover p {
          color: #A185AB;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }

.expand-about {
  display: inline-block; }

.carousel .item {
  width: 100%;
  /*slider width */
  position: relative;
  max-height: 100vh;
  /*slider height */ }
  .carousel .item img {
    width: 100%;
    /*img width */ }

.item-title {
  display: table;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  position: absolute;
  z-index: 1; }
  .item-title h1 {
    color: #fff; }
  .item-title p {
    color: #fff; }

/*full width container */
@media (max-width: 767px) {
  .block {
    margin-left: -20px;
    margin-right: -20px; } }
header.sticky {
  padding: 0;
  height: 50px;
  transition: all 0.9s ease-in-out;
  display: none; }

.button_container.sticky {
  background: radikal-mediumuploaded_file; }

.button_container {
  visibility: hidden;
  position: fixed;
  top: 2.8%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease; }
  .button_container:hover {
    opacity: 0.7; }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: white; }
  .button_container.active .middle {
    opacity: 0;
    background: white; }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: white; }
  .button_container span {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 11px; }
    .button_container span:nth-of-type(3) {
      top: 22px; }

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 4; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      animation: fadeInRight 0.5s ease forwards;
      animation-delay: 0.35s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: 0.4s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: 0.5s; }
  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-family: "radikaluploaded_file";
    font-weight: 400;
    text-align: center; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .overlay ul li {
      display: block;
      height: 25%;
      height: calc(100% / 4);
      min-height: 50px;
      position: relative;
      opacity: 1; }
      .overlay ul li a {
        display: block;
        position: relative;
        color: white;
        text-decoration: none;
        overflow: hidden; }
        .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
          width: 100%; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
.button span {
  display: inline-block;
  font-size: 14px;
  padding: 14px 34px;
  background: #008752;
  background: #721c54;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "radikal-mediumuploaded_file";
  transition: transform 0.2s ease-in-out; }

.button {
  display: inline-block;
  color: #f7f7f7;
  text-decoration: none;
  margin: 30px 0px;
  box-shadow: 0 4px 0 #501648;
  transition: box-shadow 0.2s ease-in-out;
  letter-spacing: 1px;
  font-family: "radikal-mediumuploaded_file"; }

.button:active span {
  transform: translateY(4px); }

.button:hover {
  cursor: pointer; }

.button-2 span {
  display: inline-block;
  font-size: 14px;
  padding: 16px 34px;
  background: #721c54;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "radikal-mediumuploaded_file";
  transition: transform 0.2s ease-in-out; }

.button-2 {
  display: inline-block;
  color: #f7f7f7;
  text-decoration: none;
  width: 100%;
  background: #721c54;
  border: none;
  box-shadow: 0 4px 0 #501648;
  transition: box-shadow 0.2s ease-in-out;
  letter-spacing: 1px;
  font-family: "radikal-mediumuploaded_file"; }

.button-2:active span {
  transform: translateY(4px);
  outline: none !important; }

.button-2:hover {
  cursor: pointer; }

.hidden-nav {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 56;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .hidden-nav .noshow-wrapper {
    width: 90%;
    margin: 0 auto; }
  .hidden-nav img {
    float: left; }
  .hidden-nav .get-started-2 {
    floar: right;
    z-index: 7; }

.hidden {
  display: none;
  transition: all 4s ease-in-out;
  visibility: hidden;
  height: 0;
  width: 0; }

#mydiv {
  width: 100%;
  height: 120px;
  background: transparent;
  position: absolute;
  bottom: 0; }

.article-links {
  display: table;
  top: 0;
  height: 20px;
  width: 50%;
  margin: auto;
  float: right;
  right: 0;
  text-align: center;
  z-index: 90;
  padding: 10px 50px; }
  .article-links a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 10px;
    width: 10px;
    margin: 0px 8px;
    color: red;
    display: inline; }
  .article-links a:active > .link {
    background: #752f5c; }
  .article-links a:hover > .link {
    background: #752f5c; }
  .article-links a:focus > .link {
    background: #752f5c; }
  .article-links .link {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: left;
    height: 10px;
    width: 10px;
    background: #DDDDDD;
    margin: 0px 10px;
    border-radius: 50%; }

.help {
  height: 98px;
  width: auto;
  position: absolute; }

.cell-number {
  letter-spacing: 1px; }

@font-face {
  font-family: 'radikal-bolduploaded_file';
  src: url("../fonts/rad-bold-webfont.eot");
  src: url("../fonts/rad-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rad-bold-webfont.woff2") format("woff2"), url("../fonts/rad-bold-webfont.woff") format("woff"), url("../fonts/rad-bold-webfont.ttf") format("truetype"), url("../fonts/rad-bold-webfont.svg#radikal-bolduploaded_file") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'radikal-mediumuploaded_file';
  src: url("../fonts/rad-med-webfont.eot");
  src: url("../fonts/rad-med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rad-med-webfont.woff2") format("woff2"), url("../fonts/rad-med-webfont.woff") format("woff"), url("../fonts/rad-med-webfont.ttf") format("truetype"), url("../fonts/rad-med-webfont.svg#radikal-mediumuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'radikaluploaded_file';
  src: url("../fonts/rad-webfont.eot");
  src: url("../fonts/rad-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rad-webfont.woff2") format("woff2"), url("../fonts/rad-webfont.woff") format("woff"), url("../fonts/rad-webfont.ttf") format("truetype"), url("../fonts/rad-webfont.svg#radikaluploaded_file") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  padding: 0 !important; }

.col-lg-1 {
  padding: 0 !important; }

/*# sourceMappingURL=style.css.map */
