html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  line-height: 1.7;
  color: #6f6f6f;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-weight: normal;
  color: #000;
}

.probootstrap-nav {
  padding: 20px 0;
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.<div align="right" ></div>2);
}

.probootstrap-nav .site-brand {
  font-size: 20px;
}

.probootstrap-nav .site-brand a {
  color: #fff;
}

.probootstrap-nav .probootstrap-toggle {
  color: #fff !important;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
}

.probootstrap-nav .probootstrap-main-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-nav .probootstrap-main-nav ul {
  padding: 0;
  margin: 0;
}

.probootstrap-nav .probootstrap-main-nav ul li {
  display: inline;
  list-style: none;
}

.probootstrap-nav .probootstrap-main-nav ul li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-nav .probootstrap-main-nav ul li.seperator {
  position: relative;
}

.probootstrap-nav .probootstrap-main-nav ul li.seperator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 768px) {
  .probootstrap-nav .probootstrap-main-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 100vh;
    background: black;
    width: 300px;
    right: 0;
    top: 0;
    padding-top: 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
  }

  .probootstrap-nav .probootstrap-main-nav.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .probootstrap-nav .probootstrap-main-nav ul li {
    display: block;
    padding: 10px;
  }

  .probootstrap-nav .probootstrap-main-nav ul li a:hover {
    color: #fff;
  }
}

.bg-image,
.probootstrap-cover,
.probootstrap-img-item>div,
.probootstrap-section-feature {
  background-size: cover;
  background-repeat: no-repeat;
}

.probootstrap-cover {
  background-image: url(../images/cover_bg.svg);
  background-position: center center;
}

.probootstrap-cover-m {
  background-image: url(../images/cover_bg.svg);
  background-position: center center;
  height: 50vh;
}

.probootstrap-cover .probootstrap-text .probootstrap-heading {
  margin-top: 30px;
  font-size: 70px;
  line-height: 1;
}

.probootstrap-cover .probootstrap-text .probootstrap-subheading p {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .probootstrap-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.btn {
  border-radius: 40px;
  padding: 20px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #28CC9E;
  border-color: #28CC9E;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #4bdcb3;
}

.btn.btn-outline-white {
  border-color: #fff;
  background: none;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
  background: #fff;
  color: #000;
}

.form-control {
  border: 2px solid #ccc;
  height: 55px;
}

.form-control:focus,
.form-control:active {
  border: 2px solid #000;
}

textarea {
  height: inherit !important;
}

.probootstrap-vh-100 {
  height: 120vh;
}

@media screen and (max-width: 768px) {
  .probootstrap-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.probootstrap-vh-75 {
  height: 95vh;
}

@media screen and (max-width: 768px) {
  .probootstrap-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.probootstrap-vh-65 {
  height: 65vh;
}

@media screen and (max-width: 768px) {
  .probootstrap-vh-65 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.bg-primary {
  background: #28CC9E !important;
}

.probootstrap-section,
.probootstrap-footer {
  padding: 1em 0;
}

.probootstrap-footer {
  background: #000;
}

.probootstrap-footer a {
  color: #fff;
}

.probootstrap-footer a:hover {
  color: #28CC9E;
}

.probootstrap-footer .probootstrap-heading {
  color: #fff;
  font-size: 24px;
}

.probootstrap-footer .probootstrap-heading-2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.probootstrap-item {
  display: block;
}

.probootstrap-image-grid>div {
  padding-left: 0;
  padding-right: 0;
}

.probootstrap-image-grid>div>div {
  padding-left: 0;
  padding-right: 0;
}

.probootstrap-img-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.probootstrap-img-item .icon {
  position: absolute;
  color: #fff;
  z-index: 9;
  top: 50%;
  font-size: 30px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-img-item>div {
  height: 280px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 1140px) {
  .probootstrap-img-item>div {
    height: 200px;
  }
}

@media screen and (max-width: 576px) {
  .probootstrap-img-item>div {
    height: 280px;
  }
}

.probootstrap-img-item>div:before {
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.probootstrap-img-item:hover .icon {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.probootstrap-img-item:hover>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.probootstrap-img-item:hover>div:before {
  opacity: 1;
  visibility: visible;
}

.probootstrap-section-feature {
  background-image: url(../images/cover_bg.svg);
  background-position: center center;
}

.probootstrap-section-feature .probootstrap-heading {
  color: #fff;
}

.probootstrap-section-feature .probootstrap-device {
  top: 0;
  position: absolute;
  max-width: 470px;
}

@media screen and (max-width: 768px) {
  .probootstrap-section-feature .probootstrap-device {
    position: relative;
    top: inherit;
    margin-bottom: -330px;
  }
}

.probootstrap-section-feature h3 {
  color: #fff;
}

.probootstrap-section-feature p {
  color: rgba(255, 255, 255, 0.4);
}

.probootstrap-navabr-dark {
  background: rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark {
    background: #000 !important;
    top: 0;
    position: relative;
  }
}

.probootstrap-navabr-dark .navbar-nav>.nav-item>.nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark .navbar-nav>.nav-item>.nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-cta a {
  color: #fff;
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator:before {
    display: none;
  }
}

.features {
  background-color: #37474f;
  overflow-y: auto;
  text-align: center;
  padding: 2em 0;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.features-table {
  font-weight: 400;
  width: 100%;
  max-width: 740px;
  margin: 0 auto 30px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.features-table thead tr td {
  font-size: 20px;
}

.span-x::before {
  content: '\002715';
  color: #ff0000;
  font-size: 30px;
}

.span-v::before {
  content: '\002714';
  color: #0ead00 !important;
  font-size: 30px;
}


/* 
@media screen and (max-width: 576px) and (max-width: 768px) and (max-width: 960px) and (orientation: landscape) {

@media screen {

 .span-x::before {
  content: '\002715';
  color: #ff0000 !important;
  font-size: 30px;
 }
 .span-v::before {
  content: '\002714';
  color: #0ead00 !important;
  font-size: 30px;
 }
}
*/
.features-table tbody tr td:first-child {
  padding-right: 30px;
  border: solid hsla(0, 0%, 100%, .05) 2px;
}

.features-table tbody tr td:first-child {
  padding: 2px 10px;
  padding-right: 10px;
  text-align: right;
  background-color: hsla(0, 0%, 100%, .05);
  color: #fff;
}

.features-table tbody tr td:nth-child(2) {
  background-color: hsla(0, 0%, 100%, .1);
  border: solid hsla(0, 0%, 100%, .05) 2px;
  text-align: center;
}

.features-table th:nth-child(3) {
  background-color: hsla(0, 0%, 100%, .1);
}

.features-table th:nth-child(2),
.features-table th:nth-child(3) {
  width: 200px;
  min-width: 0;
  font-size: 20px;
  border: solid hsla(0, 0%, 100%, .05) 2px;
}

.features-table th:nth-child(2),
.features-table th:nth-child(3) {
  min-width: 60px;
  font-size: 14px;
}

.features-table tbody tr td:nth-child(3) {
  background-color: hsla(0, 0%, 100%, .15);
  border: solid hsla(0, 0%, 100%, .05) 2px;
  text-align: center;
}

td,
th {
  padding: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.features-table th {
  height: 120px;
  color: hsla(0, 0%, 100%, .87);
  background-color: #37474f;
  text-align: center;
}

td,
th {
  padding: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::placeholder {
  font-size: 14px;
  color: rgba(41, 41, 41, .5);
  opacity: 1;
}

.features-table th span {
  width: 200px;
  font-size: 30px;
}

.features-table th span {
  margin-top: 5px;
  display: block;
  font-size: 18px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.probootstrap-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.probootstrap-footer-social li a {
  height: 70px;
  width: 70px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
}

.probootstrap-footer-social li a span {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-small-nav>li {
  font-size: 13px;
  display: inline-block;
}

.footer-small-nav>li a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
  color: #28CC9E;
}

.media .probootstrap-icon {
  width: 100px;
}

.media .probootstrap-icon span {
  color: #28CC9E;
}

.probootstrap-overflow-hidden {
  overflow: hidden;
}

.error {
  color: #ff0000;
  font-size: 18px;
}