body {
  font-size: 16px;
  color: #595959;
  letter-spacing: 0.5px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 2;
  margin: 10px 0 15px; }
  p a {
    text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

h5 {
  margin-bottom: 1.5rem;
  font-size: 20px; }

a {
  color: #28a745;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:focus, a:hover {
    color: #595959; }

h5 a {
  font-weight: 700;
  color: #595959; }
h5 a:hover {
  text-decoration: none; }

h3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

h2 {
  padding-bottom: 2rem;
  padding-top: 2rem;
  font-weight: 500;
  line-height: 1.2; }

blockquote {
  font-style: italic;
  color: #868e96; }

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px; }

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

::-moz-selection {
  color: #fff;
  background: #28a745;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #28a745;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

#mainNav {
  position: absolute;
  border-bottom: 1px solid transparent;
  background: #6f7b93;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #mainNav .navbar-brand {
    font-weight: 800;
    color: #fff; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    font-weight: 800;
    padding: 13px;
    color: #fff; }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1rem; }
  @media only screen and (min-width: 992px) {
    #mainNav {
      border-bottom: 1px solid transparent;
      background: transparent; }
      #mainNav .navbar-brand {
        padding: 10px 0px;
        color: #fff; }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: rgba(255, 255, 255, 0.8); }
      #mainNav .navbar-nav > li.nav-item > a {
        padding: 10px 20px;
        color: #fff; }
        #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
          color: rgba(255, 255, 255, 0.8); } }
  @media only screen and (min-width: 992px) {
    #mainNav {
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      transition: background-color 0.2s;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden; }
      #mainNav.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -67px;
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        transition: transform 0.2s;
        border-bottom: 1px solid white;
        background-color: rgba(255, 255, 255, 0.9); }
        #mainNav.is-fixed .navbar-brand {
          color: #212529; }
          #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
            color: #28a745; }
        #mainNav.is-fixed .navbar-nav > li.nav-item > a {
          color: #212529; }
          #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
            color: #28a745; }
      #mainNav.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }

#navbarResponsive > ul {
  float: right; }

.navbar-light .navbar-nav .nav-link {
  color: white; }

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
  text-decoration: underline; }

#mainNav .navbar-toggler {
  text-transform: uppercase; }

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: transparent;
  background-attachment: scroll;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 150px 0 15px; }
    @media only screen and (min-width: 768px) {
      header.masthead .page-heading,
      header.masthead .post-heading,
      header.masthead .site-heading {
        padding: 150px 0 10px; } }
  header.masthead .page-heading,
  header.masthead .site-heading {
    text-align: center; }
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
      font-size: 32px;
      font-weight: 500;
      margin-top: 0;
      color: #495057; }
    header.masthead .page-heading .subheading,
    header.masthead .site-heading .subheading {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.8;
      display: block;
      margin: 20px 0 0;
      font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 768px) {
      header.masthead .page-heading .subheading,
      header.masthead .site-heading .subheading {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5; }
      header.masthead .page-heading h1,
      header.masthead .site-heading h1 {
        font-size: 48px;
        font-weight: 500;
        margin-top: 0; } }
  header.masthead .post-heading h1 {
    font-size: 30px;
    margin-bottom: 1rem; }
  header.masthead .post-heading .meta,
  header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block; }
  header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  header.masthead .post-heading .meta {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .post-heading .meta a {
      color: #fff; }
  @media only screen and (min-width: 768px) {
    header.masthead .post-heading h1 {
      font-size: 30px; }
    header.masthead .post-heading .subheading {
      font-size: 20px; } }
  header.masthead .page-heading {
    margin-top: 2rem; }
    @media (max-width: 992px) {
      header.masthead .page-heading {
        margin-top: 0rem; } }

.post-preview > a {
  color: #212529; }
  .post-preview > a:focus, .post-preview > a:hover {
    text-decoration: none;
    color: #28a745; }
  .post-preview > a > .post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px; }
  .post-preview > a > .post-subtitle {
    font-weight: 300;
    margin: 0 0 10px; }
.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96; }
  .post-preview > .post-meta > a {
    text-decoration: none;
    color: #212529; }
    .post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
      text-decoration: underline;
      color: #28a745; }
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px; } }

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
    font-family: 'Lora', 'Times New Roman', serif; }
    .floating-label-form-group input::-webkit-input-placeholder,
    .floating-label-form-group textarea::-webkit-input-placeholder {
      color: #868e96;
      font-family: 'Lora', 'Times New Roman', serif; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group .help-block {
    margin: 15px 0; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #28a745; }

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6; }

footer {
  color: #fff;
  background-color: #5C5D61;
  padding: 20px 0 20px; }
  footer .list-inline {
    margin: 0;
    padding: 0; }
  footer .copyright {
    font-size: 11px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #adb5bd; }

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #495057;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.btn-primary {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #218838 !important;
    border-color: #218838 !important; }

.btn-lg {
  font-size: 16px;
  padding: 25px 35px; }

.text-muted {
  color: #adb5bd !important; }

section {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    section {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

img + em {
  display: block;
  text-align: center; }

header.masthead .post-heading {
  padding-top: 100px;
  padding-bottom: 0; }

header.masthead {
  margin-bottom: 0; }

.post img {
  max-width: 100%;
  height: auto; }

.post h1, .post h2, .post h3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 24px; }

.post-image {
  height: 200px;
  background-size: cover;
  margin-bottom: 1rem;
  background-color: #e2e0e0; }

.list-bullet {
  padding-right: 0.5rem;
  color: #28a745;
  margin-left: -1.4rem; }

.list-inline {
  padding-left: 1.4rem; }

.showcase .showcase-img {
  min-height: 30rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 768px) {
    .showcase .showcase-img {
      min-height: 15rem;
      background-size: contain; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .showcase .showcase-img {
      min-height: 20rem;
      background-size: contain; } }

.showcase .showcase-text {
  padding: 3rem; }
  @media only screen and (max-width: 768px) {
    .showcase .showcase-text {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.lead {
  line-height: 1.5;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .lead {
      font-size: 1rem;
      padding-bottom: 1rem; } }

.desc {
  margin-top: 150px;
  padding-bottom: 120px; }

.photo {
  border-radius: 50%;
  width: 120px;
  height: 120px; }

.note {
  font-size: 14px;
  text-transform: uppercase;
  color: #28a745;
  letter-spacing: 2px;
  font-weight: 600; }

.project-item, .pricing-item {
  border: solid 1px #dee2e6;
  background-color: white;
  border-radius: 3px;
  height: 100%;
  padding: 15px; }

.project-item:hover, .pricing-item:hover {
  box-shadow: 0px 1px 8px #888888; }

#projects a:hover {
  color: #595959;
  text-decoration: none; }

#projects a:hover > div > span {
  text-decoration: underline; }

.center {
  width: 50%;
  margin: 50px auto; }

.search-form {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.search-form > div {
  width: 30%;
  margin: 50px auto; }
  @media (max-width: 992px) {
    .search-form > div {
      width: 60%; } }

@media only screen and (min-width: 990px) {
  .two-col {
    column-count: 2;
    column-gap: 3rem;
    max-width: 1140px; } }

.hero-img {
  margin-top: 10rem;
  margin-bottom: 7em;
  min-height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 992px) {
    .hero-img {
      margin-top: 1rem;
      margin-bottom: 5rem;
      min-height: 12rem; } }

.img-center {
  width: 40%;
  margin: 50px auto; }

.div-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.input-logo {
  margin-bottom: 1rem;
  height: 3.5rem; }
  @media (max-width: 992px) {
    .input-logo {
      height: 2.5rem; } }

.mappin-logo {
  margin-bottom: 1rem;
  height: 4rem; }
  @media (max-width: 992px) {
    .mappin-logo {
      height: 3rem; } }

.mergin-logo {
  margin-bottom: 1rem;
  height: 5rem; }
  @media (max-width: 992px) {
    .mergin-logo {
      height: 3.5rem; } }

.action-button {
  margin-top: 50px; }
  @media (max-width: 992px) {
    .action-button {
      margin-top: 0; } }

#our-services-header, #training-header, #support-header {
  background: #125c4d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #125c4d 0%, #25b89a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #125c4d 0%, #25b89a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #125c4d 0%, #25b89a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125c4d', endColorstr='#25b89a',GradientType=0 );
  /* IE6-9 */ }

#products-header, #open-source-projects-header, #home-header, #software-development-header {
  background: #383c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #383c4a 0%, #717994 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #383c4a 0%, #717994 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #383c4a 0%, #717994 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383c4a', endColorstr='#717994',GradientType=0 );
  /* IE6-9 */ }

@media (min-width: 992px) {
  .try-now {
    position: absolute;
    bottom: 2.5rem;
    left: 37%; } }
.badge-secondary {
  background-color: #adb5bd; }

.sharing {
  margin-top: 1rem;
  display: inline-flex; }
  @media (max-width: 420px) {
    .sharing {
      display: block; } }

.clearfix > a {
  font-size: 13px; }

.features-icons-icon {
  margin-bottom: 1rem; }

.post {
  margin-bottom: 3rem; }

.form-control {
  border-top: 0 !important;
  border-left: 0 !important; }

.input-group > .input-group-append > .input-group-text {
  border-top: 0 !important;
  border-right: 0 !important; }

a.category {
  color: white; }

#training_img {
  margin-bottom: -4.8rem; }
  @media (min-width: 992px) and (max-width: 1200px) {
    #training_img {
      margin-bottom: -6.5rem; } }
  @media (max-width: 991px) {
    #training_img {
      margin-bottom: 0; } }

#twitter-widget-0 {
  margin-right: 4px; }

section.pricing {
  background: #e9ecef; }

.pricing ul li {
  margin-bottom: 1rem; }

.pricing-header {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.pricing-header h6 {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 500; }

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-content {
    height: 680px; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  .pricing-content {
    height: 550px; } }
@media (min-width: 1400px) {
  .pricing-content {
    height: 480px; } }

.pricing-content > a {
  width: 100%; }

.pricing-content > ul > li > span {
  color: green; }

sup {
  top: -0.5rem;
  font-weight: normal; }

@media (min-width: 1400px) {
  .pricing > div > div.row {
    width: 100%; } }
@media (min-width: 360px) and (max-width: 991px) {
  .pricing-item {
    display: flex;
    justify-content: center;
    align-items: center; }

  .pricing-header {
    margin-right: 2rem; }

  .pricing-content > a {
    width: 85%; } }
.mm-banner {
  background-color: #f9ae00; }
  .mm-banner a:link {
    text-decoration: none; }
  .mm-banner a:visited {
    text-decoration: none; }
  .mm-banner a:hover {
    text-decoration: none; }
  .mm-banner a:active {
    text-decoration: none; }

.info-link-wrapper {
  text-decoration: none; }

.info-link {
  background-color: #f9ae00;
  padding: 20px 20px;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.info-link-first-part {
  color: white;
  font-size: 30px;
  align-self: center;
  text-align: center; }
  .info-link-first-part span {
    font-weight: bold; }

.info-link-second-part {
  color: #2d052d;
  padding: 0 5px;
  align-self: center;
  font-size: 30px;
  font-weight: bold; }

.info-link-last-part {
  height: 50px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 150px;
  margin-left: 15px;
  justify-content: space-between; }

.info-link-brackets {
  width: 30px;
  height: 50px;
  background-color: white; }

.info-link-text-wrapper {
  width: 130px;
  height: 30px;
  background-color: #f9ae00;
  color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 18px; }
  .info-link-text-wrapper:hover {
    color: #2d052d; }

.info-link-last-part:hover .info-link-brackets {
  background-color: #2d052d; }

.info-link-last-part:hover .info-link-text-wrapper {
  color: #2d052d; }

.mobile-font-size {
  font-size: 15px; }

@media (max-width: 1200px) {
  .info-link-last-part {
    display: none; } }
