body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  display: block;
  margin: 10px auto;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin: 10px 0px 1px;
  font-family: Montserrat, sans-serif;
  color: #878787;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  box-shadow: none;
  font-family: 'Varela Round', sans-serif;
  color: #756d6d;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.button {
  display: inline-block;
  margin-top: 262px;
  padding: 20px;
  float: none;
  border-radius: 10px;
  background-color: #007bff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button.nav {
  margin-left: 18px;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.nav:hover {
  background-color: #9299ad;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}

.section.header {
  display: block;
  background-color: #fff;
}

.section.hero {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: url('../images/croft_bg.jpg');
  opacity: 1;
  text-align: center;
}

.section.grey {
  background-color: #eff1f4;
  text-align: center;
}

.section.centered {
  text-align: center;
}

.section.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  text-align: left;
}

.section.productssection {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #fff;
}

.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #054265;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #1966ad;
}

.nav-column {
  margin-top: 25px;
  text-align: right;
}

.logo {
  margin-top: 0px;
}

.hero-heading {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #6b6b6b;
  font-size: 33px;
  text-align: center;
}

.hero-subhead {
  margin-bottom: 21px;
  box-shadow: none;
  color: #a3a8b6;
  font-size: 14px;
}

.image-wrapper {
  width: 100%;
  height: 439px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.section-title {
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
}

.section-subtitle {
  margin-bottom: 43px;
  box-shadow: none;
  color: #848999;
  text-align: left;
}

.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #f7f8fa;
}

.icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 5px;
  border-radius: 40px;
  background-color: #eff1f4;
}

.quote-box {
  padding: 34px 40px 34px 98px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/12-quotes.png');
  background-position: 8% 22%;
  background-size: 50px;
  background-repeat: no-repeat;
  text-align: left;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.quote-thingy {
  display: block;
  margin-top: -2px;
  margin-right: auto;
  margin-left: 45px;
}

.by-section {
  text-align: left;
}

.person-icon {
  margin-right: 15px;
  float: left;
}

.location {
  font-family: Varela, sans-serif;
  color: #848999;
  font-size: 15px;
}

.footer-text {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-left: 5px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #b5bbc9;
  font-size: 11px;
}

.social-icon {
  width: 50px;
  height: 50px;
  margin-left: 17px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.social-icon:hover {
  background-color: #7f89a3;
}

.right-footer-col {
  text-align: right;
}

.social {
  margin-top: 0px;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-window {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
}

.close-modal {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.wiki-serious-gaming {
  font-family: 'Varela Round', sans-serif;
  font-size: 11px;
  font-weight: 400;
}

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

.croft-statement {
  margin-top: 6px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 500;
}

.hmtlink {
  color: #7a0000;
}

.main-video {
  margin-top: 30px;
}

.white {
  color: #fff;
}

.text {
  font-size: 16px;
}

.center-content {
  margin-top: 65px;
}

.welcome {
  text-align: center;
}

.twitter {
  position: static;
  display: block;
  float: none;
  clear: none;
}

.croft-intro-text {
  margin-top: 13px;
  font-family: 'Droid Sans', sans-serif;
}

.croft-twitter {
  margin-top: 10px;
}

.croft-ue-logo {
  margin-top: 15px;
}

.croft-how {
  font-family: Bitter, serif;
}

.cs-top-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/croft-web-banner.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/croft-web-banner.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.ci-intro-container {
  margin-bottom: 30px;
}

.ci-heading {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.ci-white {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.croftheader {
  font-family: 'Droid Sans', sans-serif;
  font-size: 60px;
  line-height: 69px;
  text-align: center;
}

.croftheader5 {
  font-family: 'Droid Sans', sans-serif;
}

.crofttext {
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  text-align: left;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.croft-nav {
  padding-bottom: 15px;
  background-color: transparent;
}

.croft-nav-container {
  display: block;
  padding: 0px 10px 15px 15px;
}

.croft-nav-menu {
  margin-top: 25px;
}

.croft-nav-menu-text {
  margin-right: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.croft-brand {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #1966ad;
}

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

.xapi-container {
  background-color: #f3f3f3;
}

.croft-header-container {
  background-color: transparent;
}

.croft-menu-text {
  margin-top: 25px;
  font-family: 'Droid Sans', sans-serif;
}

.croft-header-text {
  font-family: 'Droid Sans', sans-serif;
  font-size: 37px;
}

.ci-body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.ci_slider {
  position: relative;
  height: 615px;
  background-color: transparent;
}

.ci_arrow {
  margin-top: 200px;
  margin-bottom: 200px;
  background-color: rgba(1, 65, 101, 0.15);
}

.ci-heading-slides {
  background-color: #fff;
}

.ci-home-heading {
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 38px;
  text-align: center;
}

.ci-home-text {
  display: block;
  padding-right: 75px;
  padding-left: 75px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  text-align: center;
}

.ci-nav {
  background-color: transparent;
}

.ci-nav-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}

.ci-slides {
  margin-top: -15px;
}

.ci-menu-link {
  margin-top: 15px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 12px;
  text-transform: uppercase;
}

.ci-menu-link:focus {
  background-color: red;
}

.ci-menu-link.w--current {
  font-family: Montserrat, sans-serif;
}

.ci-white-back {
  background-color: #fff;
}

.ci-center-img {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.ci-container-footer {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 58%, 0.17);
}

.ci-footer-copy {
  margin-top: 28px;
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 12px;
}

.ci-twitter-footer {
  display: block;
  margin-top: 20px;
  direction: ltr;
  font-family: Exo, sans-serif;
}

.ci-mid-sec {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #141414;
  color: #868686;
}

.ci-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #333;
  background-color: transparent;
  font-family: Varela, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.ci-top-sec {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.97))), url('../images/front-page.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.97)), url('../images/front-page.jpg');
  background-position: 0px 0px, 0px -271px;
  background-size: auto, cover;
}

.ci-heading-types {
  font-family: Varela, sans-serif;
}

.ci-text-types {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.ci-about {
  display: none;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.95))), url('../images/car.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), url('../images/car.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._2d-3d {
  margin-bottom: 40px;
}

.acs {
  margin-top: -68px;
}

.workflow-heading {
  font-family: Varela, sans-serif;
}

.image {
  margin-top: -109px;
}

.demo-section {
  height: 700px;
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.52))), url('../images/CI10062017_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url('../images/CI10062017_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  font-family: Varela, sans-serif;
  color: #ddd;
  font-weight: 400;
}

.heading-2 {
  font-family: Varela, sans-serif;
  color: #ddd;
  font-weight: 400;
}

.downloadbutton {
  margin-right: 10px;
  border-radius: 5px;
  background-color: #19ad9c;
  font-family: Varela, sans-serif;
}

.downloadbutton.w--current {
  background-color: #378af7;
  font-family: Varela, sans-serif;
}

.downloadcontainer {
  padding: 30px;
  background-color: rgba(63, 63, 63, 0.61);
}

.paragraph {
  font-family: Varela, sans-serif;
  color: #fff;
}

.tabs {
  margin-bottom: 10px;
}

.paragraph-2 {
  font-family: Varela, sans-serif;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
}

.heading-3 {
  font-family: Varela, sans-serif;
}

.heading-4 {
  font-family: Varela, sans-serif;
}

.paragraph-3 {
  font-family: Varela, sans-serif;
}

.paragraph-4 {
  margin-bottom: 15px;
  font-family: Varela, sans-serif;
}

.column {
  padding-top: 15px;
}

.container {
  margin-top: 80px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  text-align: center;
}

.heading-6 {
  font-family: Varela, sans-serif;
}

.vid {
  height: 800px;
}

.section-2 {
  margin-top: 117px;
}

.body {
  background-color: #242424;
}

.html-embed {
  text-align: center;
}

.body-2 {
  background-color: #000;
}

.background-video {
  height: 750px;
}

.ci-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.image-2 {
  float: right;
  text-align: left;
}

.image-3 {
  margin-right: 20px;
  float: none;
  text-align: left;
}

.div-block {
  display: block;
}

.container-2 {
  margin-top: 213px;
  padding-top: 151px;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-4 {
  display: inline-block;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-5 {
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .button {
    margin-top: 142px;
  }

  .button.nav {
    margin-left: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.hero {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .section.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.footer {
    padding-bottom: 40px;
  }

  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }

  .logo {
    margin-top: auto;
  }

  .hero-heading {
    font-size: 28px;
  }

  .hero-subhead {
    box-shadow: none;
  }

  .image-wrapper {
    height: 341px;
    background-image: none;
  }

  .circle {
    height: 226px;
  }

  .modal-background {
    display: none;
    overflow: visible;
  }

  .modal-window {
    width: 70%;
  }

  .croft-nav-container {
    background-color: #f3f3f3;
  }

  .croft-mobil-menu {
    margin-top: 25px;
  }

  .ci_slider {
    height: 419px;
  }

  .ci-slides {
    margin-top: 108px;
  }

  .image {
    margin-top: 0px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .background-video {
    height: 450px;
  }

  .container-2 {
    margin-top: 59px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-left: 0px;
    text-align: center;
  }

  p {
    float: none;
  }

  .button {
    margin-top: 101px;
  }

  .button.nav {
    display: block;
    width: 60%;
    margin: 23px auto 17px;
  }

  .section {
    padding-right: 15px;
    padding-bottom: 26px;
    padding-left: 15px;
  }

  .section.header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.hero {
    padding-top: 11px;
    padding-bottom: 20px;
  }

  .section.footer {
    padding-bottom: 40px;
    text-align: center;
  }

  .nav-column {
    margin-top: -7px;
    text-align: center;
  }

  .logo {
    width: 300px;
  }

  .company-column {
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
  }

  .hero-heading {
    font-size: 20px;
    line-height: 34px;
  }

  .hero-subhead {
    box-shadow: none;
  }

  .image-wrapper {
    display: block;
    height: 251px;
    margin-right: auto;
    margin-left: auto;
    background-position: 0% 48%;
  }

  .section-title {
    margin-top: 5px;
  }

  .circle {
    display: block;
    width: 88%;
    height: auto;
    margin-top: 39px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    border-radius: 10px;
  }

  .quote-box {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  }

  .by-section.first {
    margin-bottom: 35px;
  }

  .social-icon.first {
    margin-left: 1px;
  }

  .right-footer-col {
    text-align: center;
  }

  .modal-background {
    display: none;
  }

  .modal-window {
    display: block;
    width: 80%;
  }

  .ci-white {
    margin-left: 10px;
  }

  .ci_slider {
    height: 300px;
  }

  .ci-slides {
    margin-top: 86px;
  }

  .ci-about {
    margin-right: 10px;
    margin-left: 10px;
  }

  .background-video {
    height: 250px;
  }

  .image-3 {
    clear: none;
    text-align: left;
  }

  .div-block {
    display: -ms-grid;
    display: grid;
    float: none;
    clear: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .container-2 {
    margin-top: -33px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-left: 0px;
  }

  .button.nav {
    width: 80%;
  }

  .section {
    padding-right: 11px;
  }

  .section.header {
    padding-left: 10px;
  }

  .section.hero {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .section.footer {
    padding-bottom: 40px;
  }

  .nav-column {
    margin-top: 0px;
  }

  .logo {
    margin-left: 0px;
  }

  .hero-subhead {
    margin-bottom: 34px;
    box-shadow: none;
  }

  .image-wrapper {
    width: 93%;
    height: 201px;
  }

  .section-title {
    margin-top: 0px;
  }

  .quote-box {
    padding-right: 25px;
    padding-left: 25px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 8% 17%;
  }

  .modal-background {
    display: none;
  }

  .modal-window {
    width: 95%;
  }

  .video {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    margin-top: 0px;
  }

  .cs-top-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ci-white {
    margin-left: 10px;
  }

  .ci_slider {
    height: 244px;
  }

  .ci-slides {
    margin-top: 115px;
  }

  .ci-footer-copy {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
  }

  .ci-about {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
  }

  .downloadbutton.w--current {
    margin-bottom: 5px;
  }

  .heading-5 {
    margin-top: 43px;
    font-size: 30px;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .container-2 {
    margin-top: -68px;
  }

  .icon-2 {
    color: #a6a6a6;
  }
}

