body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  height: 100%;
  position: relative;
  background-color: #f9f9f9;
}

body.tabo-overflow {
  overflow-x: auto;
}

:root {
  --svg-arrow: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.47 6.47L15.41 7.53L19.13 11.25H2V12.75H19.13L15.41 16.47L16.47 17.53L22 12L16.47 6.47Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.cta-button:before {
  content: "";
  display: inline-block;
  width: 24px;
  /* adjust to your needs */
  height: 24px;
  /* adjust to your needs */
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--svg-arrow);
  vertical-align: middle;
  margin-right: 6px !important;
}

a {
  color: #00cdff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  height: auto;
}

a.enabled {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

a.disabled {
  color: gray;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.img-tabo {
  padding: 4px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-top: -80px;
}

.tek-tegel {
  line-height: 1.5;
  color: black;
  cursor: pointer;
  display: inline-block;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(65, 64, 64);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.language-selector {
  float: right;
  position: relative;
  display: inherit;
  background-color: #f9f9f9;
  margin-top: -10px;
  margin-right: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  margin-top: 20px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  width: 32px;
  height: 32px;
}

.sidenav a:hover {
  color: #f1f1f1;
  opacity: 0.5;
}

.sidenav p {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.TABo_airco {
  text-decoration: none;
}

/* Style for the popup */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
}

/* Background overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

/* Close button style */
.popup button {
  display: block;
  margin: 10px auto 0;
  padding: 5px 10px;
  border: none;
  background: #0097e0;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.titleh2 {
  text-align: center;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

#main img {
  width: 32px;
  height: 32px;
}

#main span {
  margin-bottom: -50px;
  display: inherit;
}

.card {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("images/downloading.png");
  display: inline-table;
  background-color: #ffffff;
}

.card:hover {
  background: url("../images/downloading_c.png") no-repeat;
}

.tabo {
  color: #ee2a24;
  padding-right: 0px;
  margin-right: 0px;
}

.tabo_footer {
  padding-right: 0px;
  margin-right: 0px;
  margin-top: -30px;
  margin-bottom: 0px;
}

p,
figure {
  margin-bottom: 1.5em;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #484c50;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.rounded-rectangle {
  width: 220px;
  height: 50px;
  border-radius: 50px 50px 50px 50px;
  /* Adjust the border-radius as needed */
  padding: 15px;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #0097e0;
  /* Set the background color */
  color: #fff;
  /* Set the text color */
  cursor: pointer;
  margin-left: 25px;
}

.rondedrectangle {
  width: 250px;
  height: 50px;
  background-color: #0097e0;
  color: #fff;
  padding-bottom: 25px;
  border-radius: 50px 50px 50px 50px;
  padding: 5px 15px 25px 15px;
  hyphens: auto;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 5px;
}
/* Circle styles for form button */
.circle-dw {
  margin-right: 20px;
  margin-left: 120px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #EE740B;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  line-height: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: center;
  margin-top: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  /* Removed padding-top/bottom:auto and vertical-align */
  /* Move more to right */
  position: relative;
  left: 40px; /* Increase this value as needed */
}

.circle-video {
  margin-left: 20px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #2d0bee;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  line-height: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: center;
  margin-top: -88px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Move more to right */
  position: relative;
  left: 40px; /* Increase this value as needed */
}

.rectangle {
  width: 150px;
  height: 75px;
  padding-bottom: 25px;
  background: white;
  -webkit-box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.2);
  padding: 5px 15px 25px 15px;
  hyphens: auto;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #0097e0;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

.btn_oneL {
  margin-top: 5px;
}

.btn_twoL {
  margin-top: -7px;
}

.clink {
  color: #ffffff;
}

.ttdc {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin-top: 25px;
  padding-top: 20px;
  margin-bottom: 5px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.boxed #tabo-page {
  max-width: 1340px;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
  .boxed #tabo-page {
    max-width: 1060px;
    max-width: 960px;
  }
}

.boxed #tabo-page .container {
  max-width: 1140px;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .boxed #tabo-page .container {
    max-width: 960px;
    max-width: 780px;
  }
}

#tabo-header {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 50px;
  z-index: 12;
}

@media screen and (max-width: 768px) {
  #tabo-header {
    padding-top: 30px;
  }
}

#tabo-header #tabo-logo {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  #tabo-hero {
    height: 450px;
  }
}

#tabo-hero .tabo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d36;
  opacity: 0.54;
  z-index: 9;
}

#tabo-hero .tabo-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 480px) {
  #tabo-hero .tabo-intro {
    height: 450px;
  }
}

#tabo-hero .tabo-intro>div {
  vertical-align: middle;
  display: table-cell;
}

#tabo-hero .tabo-intro>div .tabo-left-position {
  width: 65%;
  float: left;
}

@media screen and (max-width: 992px) {
  #tabo-hero .tabo-intro>div .tabo-left-position {
    width: 100%;
  }
}

#tabo-hero .tabo-intro>div .tabo-center-position {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  #tabo-hero .tabo-intro>div .tabo-center-position {
    width: 100%;
    text-align: center;
  }
}

#tabo-hero .tabo-intro>div .tabo-right-position {
  width: 65%;
  float: right;
  text-align: right;
}

@media screen and (max-width: 992px) {
  #tabo-hero .tabo-intro>div .tabo-right-position {
    width: 100%;
    text-align: left;
  }
}

#tabo-hero .tabo-intro>div h2 {
  font-size: 70px;
  line-height: 87px;
  font-weight: 100;
  color: white;
}

@media screen and (max-width: 992px) {
  #tabo-hero .tabo-intro>div h2 {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
  }
}

#tabo-hero .tabo-intro>div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}

@media screen and (max-width: 992px) {
  #tabo-hero .tabo-intro>div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}

#tabo-hero .tabo-intro>div .btn-outline,
#tabo-hero .tabo-intro>div .btn-primary {
  padding: 20px 30px !important;
  min-width: 200px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {

  #tabo-hero .tabo-intro>div .btn-outline,
  #tabo-hero .tabo-intro>div .btn-primary {
    padding: 10px 30px !important;
    width: 100%;
  }
}

#tabo-hero .tabo-intro>div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

#tabo-hero .tabo-intro>div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

#tabo-hero .tabo-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}

#tabo-hero .tabo-learn-more a {
  display: block;
}

#tabo-hero .tabo-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

#tabo-hero .tabo-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #8dc63f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#tabo-hero .tabo-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

.no-js-fullheight {
  height: 620px;
}

@media screen and (max-width: 768px) {
  .no-js-fullheight {
    height: inherit;
    padding: 3em 0;
  }
}

.tabo-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .tabo-lead {
    font-size: 35px;
  }
}

.tabo-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#tabo-features,
#tabo-features-2,
#tabo-features-3,
#tabo-features-4,
#tabo-projects,
#tabo-testimonials,
#tabo-about,
#tabo-subscribe,
#tabo-info,
#tabo-pricing,
#tabo-faqs,
#tabo-footer {
  background-color: #fff;
  padding: 7em 0;
}

@media screen and (max-width: 768px) {

  #tabo-features,
  #tabo-features-2,
  #tabo-features-3,
  #tabo-features-4,
  #tabo-projects,
  #tabo-testimonials,
  #tabo-about,
  #tabo-subscribe,
  #tabo-info,
  #tabo-pricing,
  #tabo-faqs,
  #tabo-footer {
    padding: 3em 0;
  }
}

#tabo-projects {
  background: #f9f9f9;
}

#tabo-projects .tabo-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #tabo-projects .tabo-lead {
    font-size: 35px;
  }
}

#tabo-projects .tabo-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#tabo-projects .tabo-project-item {
  display: block;
  width: 300px;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#tabo-projects .tabo-project-item1 {
  display: block;
  width: 300px;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  opacity: 0.4;
}

#tabo-projects .tabo-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#tabo-projects .tabo-project-item .tabo-text {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

#tabo-projects .tabo-project-item .tabo-text h2,
#tabo-projects .tabo-project-item .tabo-text span {
  text-decoration: none !important;
  text-align: center;
}

#tabo-projects .tabo-project-item .tabo-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #484c50;
  text-align: center;
}

#tabo-projects .tabo-project-item .tabo-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}

#tabo-projects .tabo-project-item .tabo-text p {
  color: #85919d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#tabo-projects .tabo-project-item:hover,
#tabo-projects .tabo-project-item:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#tabo-projects .tabo-project-item:hover img,
#tabo-projects .tabo-project-item:focus img {
  opacity: 0.7;
}

#tabo-projects .tabo-project-item:hover h2,
#tabo-projects .tabo-project-item:hover span,
#tabo-projects .tabo-project-item:focus h2,
#tabo-projects .tabo-project-item:focus span {
  text-decoration: none !important;
  text-align: center;
}

#tabo-projects .tabo-project-item:hover p,
#tabo-projects .tabo-project-item:focus p {
  color: #484c50;
}

#tabo-features .tabo-devices {
  margin-bottom: 40px;
}

#tabo-features .tabo-devices img {
  margin: 0 auto;
}

#tabo-features .tabo-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #tabo-features .tabo-lead {
    font-size: 35px;
  }
}

#tabo-features .tabo-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#tabo-features .tabo-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main span {
    margin-bottom: 20px;
    display: inherit;
  }

  #tabo-features .tabo-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#tabo-features .tabo-feature .tabo-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #e6f2d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#tabo-features .tabo-feature .tabo-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #8dc63f;
}

#tabo-features .tabo-feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#tabo-features-2,
#tabo-features-3,
#tabo-features-4 {
  background: #f9f9f9;
  overflow: hidden;
}

#tabo-features-2 .tabo-label,
#tabo-features-3 .tabo-label,
#tabo-features-4 .tabo-label {
  display: block;
}

#tabo-features-2 .tabo-lead,
#tabo-features-3 .tabo-lead,
#tabo-features-4 .tabo-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {

  #tabo-features-2 .tabo-lead,
  #tabo-features-3 .tabo-lead,
  #tabo-features-4 .tabo-lead {
    font-size: 35px;
  }
}

#tabo-features-2 .tabo-feature,
#tabo-features-3 .tabo-feature,
#tabo-features-4 .tabo-feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#tabo-features-2 .tabo-feature .tabo-icon,
#tabo-features-3 .tabo-feature .tabo-icon,
#tabo-features-4 .tabo-feature .tabo-icon {
  float: left;
  width: 10%;
}

#tabo-features-2 .tabo-feature .tabo-icon i,
#tabo-features-3 .tabo-feature .tabo-icon i,
#tabo-features-4 .tabo-feature .tabo-icon i {
  font-size: 40px;
  color: #8dc63f;
}

@media screen and (max-width: 768px) {

  #tabo-features-2 .tabo-feature .tabo-icon i,
  #tabo-features-3 .tabo-feature .tabo-icon i,
  #tabo-features-4 .tabo-feature .tabo-icon i {
    font-size: 30px;
  }
}

#tabo-features-2 .tabo-feature .tabo-text,
#tabo-features-3 .tabo-feature .tabo-text,
#tabo-features-4 .tabo-feature .tabo-text {
  float: right;
  width: 85%;
}

#tabo-features-2 .tabo-feature h3,
#tabo-features-3 .tabo-feature h3,
#tabo-features-4 .tabo-feature h3 {
  font-size: 24px;
  color: #484c50;
  margin-bottom: 10px;
  font-weight: 300;
}

#tabo-features-2 .tabo-btn-action,
#tabo-features-3 .tabo-btn-action,
#tabo-features-4 .tabo-btn-action {
  width: 100%;
  float: left;
}

#tabo-features-2 .tabo-btn-action>a,
#tabo-features-3 .tabo-btn-action>a,
#tabo-features-4 .tabo-btn-action>a {
  margin-left: 15%;
}

@media screen and (max-width: 480px) {
  #main span {
    margin-bottom: 20px;
    display: inherit;
  }

  #tabo-features-2 .tabo-btn-action>a,
  #tabo-features-3 .tabo-btn-action>a,
  #tabo-features-4 .tabo-btn-action>a {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {

  #tabo-features-2 .tabo-feature-image img,
  #tabo-features-3 .tabo-feature-image img,
  #tabo-features-4 .tabo-feature-image img {
    max-width: 100%;
  }
}

#tabo-features-3 {
  background: #fff;
}

#tabo-testimonials.boredr-top {
  border-top: 1px solid #f0f2f3;
}

#tabo-testimonials .tabo-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #tabo-testimonials .tabo-lead {
    font-size: 35px;
  }
}

#tabo-testimonials .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#tabo-testimonials .slides {
  z-index: 99;
}

#tabo-testimonials .slides li blockquote {
  border-left: none;
  padding-left: 0;
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 0;
}

#tabo-testimonials .slides li p cite {
  font-size: 16px;
}

#tabo-testimonials .flexslider-controls {
  margin-left: -15px;
  z-index: 100;
  position: relative;
}

#tabo-testimonials .flexslider-controls .flex-control-nav {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #tabo-testimonials .flexslider-controls .flex-control-nav {
    padding-bottom: 30px;
  }
}

#tabo-testimonials .flexslider-controls .flex-control-nav li {
  cursor: pointer;
}

#tabo-testimonials .flexslider-controls .flex-control-nav li img {
  cursor: pointer;
  width: 50px;
  opacity: 0.3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#tabo-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
  opacity: 1;
}

#tabo-testimonials .flexslider-controls .flex-control-nav li:hover img {
  opacity: 1;
}

#tabo-about .tabo-social a {
  font-size: 35px !important;
  color: #b3b3b3 !important;
}

#tabo-about .tabo-social a:hover {
  color: #333333 !important;
}

#tabo-about .tabo-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #tabo-about .tabo-lead {
    font-size: 35px;
  }
}

#tabo-about .tabo-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#tabo-about .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#tabo-subscribe {
  background: #f9f9f9;
  padding: 3em 0;
}

#tabo-subscribe h3 {
  float: left;
  width: 30%;
  top: 10px;
  font-size: 26px;
  margin-bottom: 0;
  position: relative;
}

#tabo-subscribe h3 label {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .img-tabo {
    padding: 4px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-top: -1px;
  }
}

@media screen and (max-width: 992px) {
  #tabo-subscribe h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

#tabo-subscribe form {
  width: 60%;
  float: right;
  position: relative;
}

@media screen and (max-width: 992px) {
  #tabo-subscribe form {
    width: 100%;
  }
}

#tabo-subscribe form .tabo-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  #tabo-subscribe form .tabo-icon {
    position: absolute;
    top: 26px;
  }
}

#tabo-subscribe form input[type="email"] {
  width: 100%;
  background: #ededed;
  border: none;
  padding-left: 50px;
  padding-right: 170px;
}

@media screen and (max-width: 480px) {
  #tabo-subscribe form input[type="email"] {
    margin-bottom: 10px;
    padding-right: 50px;
  }
}

#tabo-subscribe form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -4px;
  height: 54px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 300;
  width: 160px;
}

@media screen and (max-width: 480px) {
  #tabo-subscribe form input[type="submit"] {
    position: relative;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

#tabo-info {
  background: #8dc63f;
}

#tabo-info .tabo-label {
  color: rgba(255, 255, 255, 0.5);
}

#tabo-info .tabo-lead {
  color: white;
}

#tabo-info p {
  color: white;
}

#tabo-pricing {
  background: #f9f9f9;
}

#tabo-pricing .price-box {
  background: #fff;
  border: 2px solid #eceef0;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#tabo-pricing .price-box.popular {
  border: 2px solid #8dc63f;
}

#tabo-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #8dc63f;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#tabo-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #8dc63f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#tabo-pricing .pricing-plan {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

#tabo-pricing .price {
  font-size: 50px;
  color: #000;
}

#tabo-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}

#tabo-pricing .price small {
  font-size: 16px;
}

#tabo-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}

#tabo-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#tabo-faqs .tabo-faq-list {
  margin: 0;
  padding: 0;
}

#tabo-faqs .tabo-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 24px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  #tabo-faqs .tabo-faq-list li {
    margin: 0 0 20px 0;
  }
}

#tabo-faqs .tabo-faq-list li h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #tabo-faqs .tabo-faq-list li h2 {
    font-size: 26px;
  }
}

#tabo-footer {
  padding-bottom: 0;
}

#tabo-footer a {
  color: #6a7885;
}

#tabo-footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  #tabo-footer .tabo-footer-widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}

#tabo-footer .tabo-footer-widget h3 {
  font-size: 18px;
  font-weight: 400;
}

#tabo-footer .tabo-footer-widget .tabo-links {
  padding: 0;
  margin: 0;
}

#tabo-footer .tabo-footer-widget .tabo-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
  line-height: 24px;
}

#tabo-footer .tabo-footer-widget .tabo-links li a {
  color: #6a7885;
}

#tabo-footer .tabo-footer-widget .tabo-links li a:hover {
  text-decoration: underline;
}

#tabo-footer .tabo-copyright {
  border-top: 1px solid #f0f2f3;
  padding: 40px 0;
}

#tabo-footer .tabo-copyright a {
  font-weight: 700;
}

#tabo-footer .tabo-copyright p {
  margin-bottom: 0;
}

#tabo-footer .tabo-copyright p small {
  font-size: 15px;
}

#tabo-footer .tabo-copyright .tabo-left {
  float: left;
}

#tabo-footer .tabo-copyright .tabo-right {
  float: right;
}

@media screen and (max-width: 768px) {
  #tabo-footer .tabo-copyright .tabo-right {
    float: left;
  }
}

.tabo-social {
  padding: 0;
  margin: 0;
}

.tabo-social li {
  padding: 0;
  margin: 0;
  display: inline;
}

.tabo-social li a {
  padding: 4px 7px;
  font-size: 22px;
}

.tabo-social li a:hover {
  text-decoration: none !important;
  color: #8dc63f !important;
}

.tabo-person {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .tabo-person {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}

.tabo-person figure {
  margin: 0 auto 30px auto;
}

.tabo-person figure img {
  margin: 0 auto;
  display: block;
}

.tabo-person .tabo-name {
  margin-bottom: 0;
  color: #484c50;
}

.tabo-person .tabo-designation {
  color: #85919d;
}

.tabo-person .tabo-bio {
  text-align: left;
}

#tabo-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas-visible #tabo-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  /*-webkit-backface-visibility: hidden;
   ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.circle {
  margin-right: auto;
  margin-left: auto;
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.js .animate-box {
  opacity: 0;
}

.circle-kl {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background-color: #0097e0;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  font-weight: 500;
  line-height: 17px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: center;
  padding-top: 0px;
  margin-top: -97px;
  position: relative;
  top: auto;
  float: none;
}

.prijslijst {
  margin-top: 28px;
}

.colorcircle {
  background-color: #646464;
}

.dwcat {
  margin-top: 10px;
}