nav {
  display: block;
}

.dropup .caret,
.prodnavbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.prodnavbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .prodnavbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .prodnavbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.prodnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.prodnav>li {
  position: relative;
  display: block;
}

.prodnav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.prodnav>li>a:hover,
.prodnav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.prodnav>li.disabled>a {
  color: #777;
}

.prodnav>li.disabled>a:hover,
.prodnav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.prodnav .open>a,
.prodnav .open>a:hover,
.prodnav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.prodnav .prodnav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.prodnav>li>a>img {
  max-width: none;
}

.prodnav-tabs {
  border-bottom: 1px solid #ddd;
}

.prodnav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.prodnav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.prodnav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.prodnav-tabs>li.active>a,
.prodnav-tabs>li.active>a:hover,
.prodnav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.prodnav-tabs.prodnav-justified {
  width: 100%;
  border-bottom: 0;
}

.prodnav-tabs.prodnav-justified>li {
  float: none;
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-tabs.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-tabs.prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs.prodnav-justified>.active>a,
.prodnav-tabs.prodnav-justified>.active>a:hover,
.prodnav-tabs.prodnav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs.prodnav-justified>.active>a,
  .prodnav-tabs.prodnav-justified>.active>a:hover,
  .prodnav-tabs.prodnav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.prodnav-pills>li {
  float: left;
}

.prodnav-pills>li>a {
  border-radius: 4px;
}

.prodnav-pills>li+li {
  margin-left: 2px;
}

.prodnav-pills>li.active>a,
.prodnav-pills>li.active>a:hover,
.prodnav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.prodnav-stacked>li {
  float: none;
}

.prodnav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.prodnav-justified {
  width: 100%;
}

.prodnav-justified>li {
  float: none;
}

.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs-justified {
  border-bottom: 0;
}

.prodnav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs-justified>.active>a,
.prodnav-tabs-justified>.active>a:hover,
.prodnav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs-justified>.active>a,
  .prodnav-tabs-justified>.active>a:hover,
  .prodnav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.prodnav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px !important;
  border-bottom: 1.5px solid transparent;
}

@media (min-width: 992px) {
  .prodnavbar {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-header {
    float: left;
  }
}

.prodnavbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.prodnavbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .prodnavbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
  }
  .prodnavbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .prodnavbar-collapse.in {
    overflow-y: visible;
  }
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-static-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.prodnavbar-fixed-top .prodnavbar-collapse,
.prodnavbar-fixed-bottom .prodnavbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    max-height: 200px;
  }
}

.container>.prodnavbar-header,
.container-fluid>.prodnavbar-header,
.container>.prodnavbar-collapse,
.container-fluid>.prodnavbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container>.prodnavbar-header,
  .container-fluid>.prodnavbar-header,
  .container>.prodnavbar-collapse,
  .container-fluid>.prodnavbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.prodnavbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .prodnavbar-static-top {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top,
.prodnavbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .prodnavbar-fixed-top,
  .prodnavbar-fixed-bottom {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.prodnavbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.prodnavbar-brand {
  float: left;
  background: url(../images/gradient-logo.svg) 0 0 no-repeat;
  width: 190px;
  height: 45px;
  display: block;
  margin: 8px 0;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-indent: -9999px;
  position: relative;
}

.prodnavbar-brand:hover,
.prodnavbar-brand:focus {
  text-decoration: none;
}

.prodnavbar-brand>img {
  display: block;
}

@media (min-width: 992px) {
  .prodnavbar>.container .prodnavbar-brand,
  .prodnavbar>.container-fluid .prodnavbar-brand {
    margin-left: -15px;
  }
}

.prodnavbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.prodnavbar-toggle:focus {
  outline: 0;
}

.prodnavbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.prodnavbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .prodnavbar-toggle {
    display: none;
  }
}

.prodnavbar-nav {
  margin: 7.5px -15px;
}

.prodnavbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .prodnavbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .prodnavbar-nav .open .dropdown-menu>li>a,
  .prodnavbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .prodnavbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .prodnavbar-nav {
    float: left;
    margin: 0;
  }
  .prodnavbar-nav>li {
    float: left;
  }
  .prodnavbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 15px;
  }
}

.prodnavbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 992px) {
  .prodnavbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control-static {
    display: inline-block;
  }
  .prodnavbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .prodnavbar-form .input-group .input-group-addon,
  .prodnavbar-form .input-group .input-group-btn,
  .prodnavbar-form .input-group .form-control {
    width: auto;
  }
  .prodnavbar-form .input-group>.form-control {
    width: 100%;
  }
  .prodnavbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio,
  .prodnavbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio label,
  .prodnavbar-form .checkbox label {
    padding-left: 0;
  }
  .prodnavbar-form .radio input[type="radio"],
  .prodnavbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .prodnavbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .prodnavbar-form .form-group {
    margin-bottom: 5px;
  }
  .prodnavbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.prodnavbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar-fixed-bottom .prodnavbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.prodnavbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.prodnavbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.prodnavbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.prodnavbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .prodnavbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .prodnavbar-left {
    float: left !important;
  }
  .prodnavbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .prodnavbar-right~.prodnavbar-right {
    margin-right: 0;
  }
}

.prodnavbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-brand {
  color: #777;
}

.prodnavbar-default .prodnavbar-brand:hover,
.prodnavbar-default .prodnavbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-text {
  color: #777;
}

.prodnavbar-default .prodnavbar-nav>li>a {
  color: #777;
}

.prodnavbar-default .prodnavbar-nav>li>a:hover,
.prodnavbar-default .prodnavbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-nav>.active>a,
.prodnavbar-default .prodnavbar-nav>.active>a:hover,
.prodnavbar-default .prodnavbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.disabled>a,
.prodnavbar-default .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-default .prodnavbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-toggle {
  border-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle:hover,
.prodnavbar-default .prodnavbar-toggle:focus {
  background-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle .icon-bar {
  background-color: #888;
}

.prodnavbar-default .prodnavbar-collapse,
.prodnavbar-default .prodnavbar-form {
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.open>a,
.prodnavbar-default .prodnavbar-nav>.open>a:hover,
.prodnavbar-default .prodnavbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.prodnavbar-default .prodnavbar-link {
  color: #777;
}

.prodnavbar-default .prodnavbar-link:hover {
  color: #333;
}

.prodnavbar-default .btn-link {
  color: #777;
}

.prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link:focus {
  color: #333;
}

.prodnavbar-default .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-default .btn-link:focus {
  color: #ccc;
}

.prodnavbar-inverse {
  background-color: #FAFCFD;
  border-color: #FAFCFD;
  border-bottom: 1px solid rgba(230,230,230,.8);
}

.prodnavbar-inverse .prodnavbar-brand {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-brand:hover,
.prodnavbar-inverse .prodnavbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-text {
  color: #002644;
}

.prodnavbar-inverse .prodnavbar-nav>li>a {
  color: #002644;
}

.prodnavbar-inverse .prodnavbar-nav>li>a:hover,
.prodnavbar-inverse .prodnavbar-nav>li>a:focus {
  color: #80d06a;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-nav>.active>a,
.prodnavbar-inverse .prodnavbar-nav>.active>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
}

.prodnavbar-inverse .prodnavbar-nav>.disabled>a,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-toggle {
  border-color: #0e406a;
}

.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #0e406a;
}

.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #002644;
}


.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #0e406a;
}

.prodnavbar-inverse .prodnavbar-nav>.open>a,
.prodnavbar-inverse .prodnavbar-nav>.open>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.open>a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 991px) {
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #062F4D;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #80d06a;
    background-color: transparent;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #80d06a;
    background-color: #080808;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.prodnavbar-inverse .prodnavbar-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-link:hover {
  color: #fff;
}

.prodnavbar-inverse .btn-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link:focus {
  color: #fff;
}

.prodnavbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-inverse .btn-link:focus {
  color: #444;
}

.prodnav:before,
.prodnav:after,
.prodnavbar:before,
.prodnavbar:after,
.prodnavbar-header:before,
.prodnavbar-header:after,
.prodnavbar-collapse:before,
.prodnavbar-collapse:after {
  display: table;
  content: " ";
}

.prodnav:after,
.prodnavbar:after,
.prodnavbar-header:after,
.prodnavbar-collapse:after {
  clear: both;
}

/* Jumbotron Property */

.jumbotron {
  margin-top: -20px;
  padding-top: 20px;
  background-color: transparent;
}

.jumbotron h1.featurette-heading {
  color: #004b80;
  font-size: 30pt;
  font-weight: bold;
  text-align: left;
}

.jumbotron .featurette {
  color: #7d8c98;
}

.jumbotron .featurette ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.jumbotron .featurette ul li {
  background-image: url(../images/bullet1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
  color: #rgba(0,0,0,.7);
}

.jumbotron p.lead {
  text-align: center;
  color: rgba(0,0,0,.85)
}


/* Footer Property */

footer.product {
  background-color: #f0f2f5;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
  /*border-top: 1px solid #ffffff;*/
}

footer.product h3 {
  color: #062F4D;
  font-size: 18px;
}

footer.product h3 a {
  color: rgba(0,0,0,.7);
  text-decoration: none;
}

footer.product h3 a:hover {
  color: #80d06a;
  text-decoration: none;
}

footer.product p.footerlist {
  color: #ffffff;
  line-height: 180%;
}

footer.product p.footerlist a {
  color: #828282;
  text-decoration: none;
}

footer.product p.footerlist a:hover {
  color: #80d06a;
  text-decoration: none;
}

.leftmenu h4 {
  font: 700 18px/26px "PT Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  color: #4c5259;
}

.small-grpdcs {
  display: block;
  font-size: 16px;
  margin-bottom: -11px
}

.leftmenu {
  padding: 0 30px 0 0;
  border-right: 1px dashed #d6d6d6;
  min-height: 300px
}

@media (max-width: 767px) {
  .leftmenu {
    display: none;
  }
}

.products-list {
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none
}

.products-list li {
  padding: 0 0 13px;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 10px;
  color: #979797
}

.products-list li:last-child {
  border-bottom: 0
}

.products-list a {
  color: #0087cb
}

.products-list a:hover {
  text-decoration: none;
  color: #53bbf0
}

.products-list .small-grpdcs {
  display: block;
  font-size: 13px;
  margin-bottom: 0
}

@media (min-width: 768px) {
  .content-products {
    padding: 0 0 0 30px;
  }
}

.priceplan {
  text-align: center
}

.panel-body h2.featurette-heading-doc {
  color: #0070bf;
  font-weight: bold;
}

.productsintroduction {
  font-size: 15px;
  text-align: center;
  margin-top: 30px;
}

.text-muted {
  color: #797979;
  line-height: 28px;
}

.text-lightmute {
  color: #b4b4b4;
}

h2 {
  font-size: 25px;
}

p {
  font-size: 15px;
  line-height: 25px;
}

h3 {
  font-size: 20px;
}

.text-lightblue {
  color: #6ac0fc;
}

.text-darkblue {
  color: #0099cc;
}

.options {
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*list design*/

li {
  line-height: 25px;
  font-size: 15px;
}

.listcheck li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
  position: relative;
  padding-left: 20px;
}

.listcheck li:after,
.listcheck li:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  height: 11px;
  width: 4px;
  background: #00BB11;
  border-radius: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.listcheck li:before {
  top: 8px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.listcross li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
}

.listcross li:before,
.listcross li:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  height: 3px;
  width: 12px;
  background: #eb3838;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.listcross li:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.listcircle li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}

.listcircle li {
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
}

.listcircle li:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 30px;
  height: 12px;
  width: 12px;
  border: 3px solid #178fe5;
}

/*list design end*/

.commonarea {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 30px;
}

.productionlifecycle {
  padding-left: 15px;
  border-left: 3px solid #99c3c7
}

.btmlink a:hover {
  color: #fff !important;
}

.btmlink a:link {
  color: #fff !important;
}

.btmlink a:visited {
  color: #fff !important;
}

.galileotop {
  background-color: #fefeff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.kongtop {
  background-color: #062f4d;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gelatotop {
  background-color: #465159;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.markettop {
  background-color: #011928;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 40px;
}

.darkgray {
  background-color: #2b303b;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 150%;
}

.boxcontainer {
  border-style: solid;
  border-width: 1px;
  padding: 10px 5px 10px 5px;
  width: 300px;
}

.boxcontainer:hover {
  border-color: #00CED1;
  text-decoration: none;
}

p.customerlist {
  color: #005999;
  font-weight: bold;
  font-size: 20px;
}

p.price {
  color: #005999;
  font-weight: bold;
  font-size: 28px;
}

.table_dangertop {
  text-align: center;
  padding: 15px;
}

.table_infotop {
  text-align: center;
  padding: 15px;
}

.priceback {
  background-color: #F5FFFA
}

.jumbotron_light {
  margin-top: -20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
}

.row_docs {
  border-style: solid;
  border-width: 1px;
  padding: 10px 5px 10px 5px;
  margin: 10px 5px 10px 5px;
}

.row_docs:hover {
  border-color: #00CED1;
  text-decoration: none;
}

.featuretitle {
  color: #005999;
}

p.featurecontent {
  font-size: 16px;
  color: #666;
  line-height: 190%;
}

.pluginbox {
  text-align: center;
  padding: 15px;
  padding-top: 20px;
  line-height: 150%;
  border: 1px solid #e8e8e8;
  margin: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.securitybox {
  height: 300px;
  text-align: center;
  padding: 15px;
  padding-top: 20px;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  margin: 15px;
  border-radius: 15px;
}

.scalabilitybox {
  height: 330px;
  text-align: center;
  padding: 15px;
  padding-top: 20px;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  margin: 15px;
  border-radius: 15px;
}

.btn-white {
  font-weight: bold;
  color: #fff;
  background-color: rgba(17, 17, 17, 0.34);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-white:hover {
  color: #ffffff;
  background-color: rgba(222, 220, 220, 0.34);
}

.btn-green {
  font-weight: bold;
  color: #fff;
  background-color: #38bc4e;
  border-color: #38bc4e;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-green:hover {
  color: #ffffff;
  background-color: #36aa4a;
  border-color: #36aa4a;
}

.btn-orange {
  font-weight: bold;
  color: #fff;
  background-color: #38bc4e;
  border-color: #38bc4e;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-orange:hover {
  color: #fff;
  background-color: #eeb60e;
  border-color: #eeb60e;
}

.btn-blue {
  font-weight: bold;
  color: #fff;
  background-color: #245580;
  border-color: #245580;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-blue:hover {
  color: #fff;
  background-color: #1c4161;
  border-color: #1c4161;
}

.btn-inquiry {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #ffe88c 0%, #38bc4e 100%);
  border-color: #ccc;
  margin: 10px;
  line-height: 1.42857143;
  border-radius: 3px;
  font-weight: 600;
  border: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-green-trans {
  min-width: 200px;
  color: #39c050;
  background-color: transparent;
  border-color: #ccc;
  padding: 12px 15px;
  margin: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  font-weight: 600;
  border: none;
  font-size: 13px;
  border: 1px solid rgba(69, 191, 89, 0.4);
}

.jumbotron span.text-lightmute {
  font-size: 15px;
  line-height: 25px;
}

@media(max-width:576px) {
  .jumbotron h1.featurette-heading {
    color: #004b80;
    font-size: 25pt;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    line-height: 150%;
    /*text-shadow: 2px 2px #5dabcf;*/
  }
}

.wide-margin {
  margin-right: 10px;
}

.pricebox {
  height: 746px;
}

#header {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.bottom-attached {
  padding-bottom: 0px;
}

.right-attached {
  padding-bottom: 0px;
  padding-right: 0px;
}

.main {
  padding: 15px;
}

.videomatchheight {
  min-height: 110px
}

.pricingtop {
  padding-bottom: 90px;
  background: url(../images/galileo_pricing_1.png) 0 0 no-repeat;
  background-attachment: scroll;
}

@media(min-width:992px) {
  .rightborderbox {
    display: block;
    padding: 30px 15px;
    text-align: center;
    border-right: 2px solid #eaeaea;
  }
}

@media(max-width:992px) {
  .rightborderbox {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 5px 15px 5px;
  }
}

.jumbotron hr.featurette-devider {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.bg-lightgrey {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 25px;
}

.bg-blue {
  padding: 30px 15px 48px 15px;
  background-color: #003b69;
  color: #c8c8c8;
}

table.table.table-bordered.platform td {
  line-height: 25px;
}

.bg-lightgrey span.text-muted {
  padding: 0px 25px 0px 25px;
}

.lowerpara span {
  margin-right: 25px;
}

.jumbotron h1.heading {
  color: #ffffff;
  font-size: 30pt;
}

a.lightlink {
  color: #cdcdcd;
  text-decoration: underline;
}

a.lightlink:hover {
  text-decoration: none;
}

/*code*/

.s1 {
  color: #4eb900;
}

.s2 {
  color: #eb3838;
}

.k {
  color: #000;
  font-weight: 700;
}

.c {
  color: #998;
  font-style: italic;
}

.nv {
  color: teal;
}

.nt {
  color: navy;
}

.m {
  color: #099;
}

.mi {
  color: #099;
}

.ne {
  color: #900;
  font-weight: 700;
}

.na {
  color: teal;
}

.s {
  color: #d01040;
}

/*code*/

ol.step li {
  list-style: none;
  position: relative;
  padding: 7px 0 15px 35px;
  border-left: 1px solid #ebebeb;
  margin: 0;
}
ol.step2 li {
  list-style: none;
  position: relative;
  padding: 7px 0 15px 35px;
  border-left: 1px solid #ebebeb;
  margin: 0;
  
}

ol.step li:before {
  counter-increment: step;
  content: counter(step);
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;s
  border: 1px solid #ebebeb;
  background-color: #fff;
  font-weight: 600;
  position: absolute;
  left: -26px;
  top: 0;
  color: #505659;
  font-size: 13px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  left: -19px;
}
ol.step2 li:before {
  counter-increment: step  ;
  content: counter(step);
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background-color: #fff;
  font-weight: 600;
  position: absolute;
  left: -26px;
  top: 0;
  color: #505659;
  font-size: 13px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  left: -19px;
}
.c-rest{
  counter-reset:step;
}
p.sublist {
  color: #404040;
  border-left: solid 6px #1fa67a;
  /*左側の線*/
  border-bottom: solid 2px #dadada;
  /*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  /*ポチ消す*/
  font-weight: bold;
}

body {
  counter-reset: step;
}

h3.step {
  margin-top: 0px;
}

.badge {
  margin-left: .25rem;
  font-size: 13px;
  background-color: rgba(23,169,86,.2);
  color: #17A956;
  text-align: center;
  white-space: nowrap;
}

.badge a {
  color: #0070CE;
}

.badge.info {
  background-color: rgba(0,112,206,.2);
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  line-height: 1;
  vertical-align: baseline;
  border-radius: .25rem;
}

.card {
  background-color: #f2f8fd;
  border-color: #b4ddff;
}

.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -35px;
  width: calc(100% + 50px);
  color: white;
  background: #70a6ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg) translate(-43px, -60px);
}

@media(max-width:1200px) {
  .ribbon {
    transform: rotate(-45deg) translate(-25px, -40px);
  }
}

@media(max-width:992px) {
  .ribbon {
    transform: rotate(-45deg) translate(-70px, -70px);
  }
}

.ribbon p {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 14px;
  line-height: 25px;
}



.skinBody {
  background: url(../images/Kogo.svg) fixed 0 0;
}

.backgroundimg2 {
  background-image: url(../images/hero-konnect.jpg);
  background-position: right right;
  background-repeat: no-repeat;
  background-attachment: scroll ;
  background-color: #f0f2f5;
  }

  .backgroundimg {
    background-image: url(../images/hero.svg);
    background-position: right right;
    background-repeat: no-repeat;
    background-attachment: scroll ;
    background-color: #f0f2f5;
    }
  
  
@media only screen and (max-width: 767px) {
  .backgroundimg {
    background-image: url(../images/mobile-hero.svg);
  }
}
section.value-props .row .col-xs-12 {
  padding: 0;
  background: #fff;
  text-align: center;
}

section.value-props .col-xs-12 h3 {
  font-size: 18px;
  color: #004b80;
  font-weight: 500;

}

section.value-props .row .col-xs-12:nth-of-type(2) {
  border-right: 1px solid #b6dfff;
  border-left: 1px solid #b6dfff;
}

@media (max-width: 768px) {
section.value-props .row .col-xs-12:nth-of-type(2) {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
    margin-bottom: 15px;
    margin-top: 15px;
}
}

.inner_wrap {
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 3rem 2rem;
}

.icon_wrap {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.latency {
  width: 100%;
  max-width: 300px;
  position: relative;
  height: 10px;
  background-image: repeating-linear-gradient(to right,#4ce58f,#4ce58f 2px,transparent 2px,transparent 6px);
  -webkit-animation: bgmove 10s linear infinite;
  animation: bgmove 10s linear infinite;
  background-position: -50% 50%;
}

.box {
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 0 2px #b6dfff, 0 0 0 10px #fff;
  position: absolute;
  left: 0;
  top: -17.5px;
}

.box:nth-of-type(2) {
  left: auto;
  right: 0;
}

.tps {
  width: 100%;
  max-width: 300px;
  position: relative;
  height: 10px;
}

.tps .box {
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 0 2px #b6dfff, 0 0 0 10px #fff;
  position: absolute;
  right: 0;
  top: -15px;
}

.tps .node {
  position: absolute;
  height: 1px;
  width: calc(90% - 60px);
  right: 60px;
  background: #b6dfff;
  top: -12.5px;
  -webkit-animation: elongate 2s ease-in-out infinite alternate;
  animation: elongate 2s ease-in-out infinite alternate;
  margin-top: -1.5px;
}

.tps .node:after, 
.tps .node:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  box-shadow: 0 0 0 1px #b6dfff;
  z-index: 2;
  top: -1px;
  right: 0;
}


.tps .node:nth-of-type(2) {
  top: -2.5px;
  width: calc(90% - 60px);
  background: #004b80;
  opacity: .5;
}

.tps .node:nth-of-type(2):after, 
.tps .node:nth-of-type(2):before {
  box-shadow: 0 0 0 1px #004b80;
}

.tps .node:nth-of-type(3) {
  top: 8.5px;
  width: calc(87.5% - 60px);
  background: #17A956;
}

.tps .node:nth-of-type(4) {
  top: 18.5px;
  width: calc(85% - 60px);
  background: #613d7c;
}

.tps .node:nth-of-type(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  top: 28.5px;
  width: calc(82.5% - 60px);
  background: #004b80;
}

.tps .node:after, 
.tps .node:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  box-shadow: 0 0 0 1px #b6dfff;
  z-index: 2;
  top: -1px;
  right: 0;
}

.agnostic {
  width: 100%;
  max-width: 300px;
  position: relative;
  height: 10px;
}

.agnostic .box {
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 0 2px #b6dfff, 0 0 0 10px #fff;
  position: absolute;
  left: calc(50% - 24.5px);
  top: -15px;
  z-index: 2;
}

.agnostic .box:after, 
.agnostic .box:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 10px;
  top: -17.5px;
  z-index: -1;
  background: #b6dfff;
  box-shadow: 10px 0 0 #004b80, 30px 0 0 #613d7c, 40px 0 0 #17a956, 0 70px #b6dfff, 10px 70px #004b80, 30px 70px #17a956, 40px 70px #613d7c;
  -webkit-animation: shadowGrow .5s ease-in-out infinite alternate;
  animation: shadowGrow .5s ease-in-out infinite alternate;
}

.agnostic .box:after {
  -webkit-transform: rotate(90deg) translateY(-55px) translateX(12.5px);
  transform: rotate(90deg) translateY(-55px) translateX(12.5px);
  -webkit-animation-delay: -.25s;
  animation-delay: -.25s;
}

section.logos {
  padding-bottom: 3rem;
  position: relative;
  z-index: 5;
}

section.logos .container {
  background: #fff;
  padding: 1.5rem 1.5rem 5rem;
  display: block;
  margin: 2rem auto 5rem;
  overflow: hidden;
}


@media (max-width: 768px) {
section.logos .container .row .col-xs-12.col-md-6:first-of-type, 
section.logos .container .row .col-xs-12.col-md-6.whr-group:first-of-type {
    border-bottom: 1px solid #eee;
}
}

@media (max-width: 968px) {
section.logos #counters {
    min-height: 60px;
}
}

section.logos #counters {
    margin-bottom: 27.5px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#counters {
    padding: 0 30px;
    margin: 50px 0 0;
    text-align: center;
    font-size: 0;
}

section.logos #counters li {
  border-color: #b6dfff;
  display: inline-block;
}


#counters li:first-child {
  border: none;
}
#counters li {
  text-align: center;
  border-left: 1px solid #979797;
  padding: 0 4%;
}
#counters li, #doble-colo li, .big-txt, {
  display: inline-block;
}
#counters li, .middle {
  vertical-align: middle;
}

@media (max-width: 768px) {
section.logos #counters span {
    font-size: 34px;
}
}

@media (max-width: 968px) {
section.logos #counters span {
    font-size: 20px;
}
}

@media (max-width: 767px) {
#counters li span {
    font-size: 34px;
}
}

#counters li span {
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: .85;
    letter-spacing: -2px;
    text-align: center;
    color: #004b80;
}

@media (max-width: 768px) {
section.logos #counters p {
    font-size: 16px;
}
}

@media (max-width: 968px) {
section.logos #counters p {
    font-size: 12px;
}
}

#counters li p {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0,0,0,.85);
    opacity: .8;
    margin: 3px 0 0;
}

section.logos h2 {
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -2px;
  text-align: center;
  color: #004b80;
}

section.platform.data_layers {
  padding-bottom: 25px;
  padding-top: 75px;
  position: relative;
  z-index: 5;
}

section.platform {
  background: #fff;
  padding: 0 0 100px;
}

section.platform .container {
  position: relative;
  z-index: 9;
  width: 100%;
}

section.platform .container h3 {
  font-size: 36px;
  line-height: 43px;
  color: #004b80;
  font-weight: 400;
  margin-bottom: 15px;
}

section.platform h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 43px;
  color: #004b80;
  margin-bottom: 50px;
}

section.platform .row {
  max-width: 1200px;
  float: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}

@media (max-width: 768px) {
section.platform .container .row {
    display: inline-block;
    width: 100%;
    clear: both;
    max-width: 100%;
    min-width: 100%;
}
}


@media (max-width: 768px) {
section.platform .data_diagram {
    display: none;
}
}

section.platform .data_text.text_left {
  text-align: left;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 420px;
  padding-top: 2rem;
  padding-bottom: 3rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section.platform .data_text {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

section.platform .data_text.text_left .layer {
  position: relative;
}

section.platform .data_text.text_left .layer:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom,rgba(255,255,255,.001),#bfe6ff 25%,#bfe6ff 75%,rgba(255,255,255,.001));
  top: 20px;
  right: -20px;
}

@media (max-width: 768px) {
  section.platform .data_text.text_left .layer:before {
    display: none;
}
}

section.platform .data_text.text_left .layer:after {
  content: '';
  position: absolute;
  top: calc(50% + 20px);
  height: 1px;
  background: linear-gradient(to right,#36adf7 75%,rgba(255,255,255,.001));
  width: 30px;
  right: -50px;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-delay: .2s;
}

@media (max-width: 768px) {
  section.platform .data_text.text_left .layer:after {
    display: none;
}
}

@media (max-width: 768px) {
section.platform .data_text.text_left, 
section.platform .data_text.text_right {
    padding-top: 0!important;
    display: inline-block!important;
    height: auto!important;
    width: 100%;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
    padding-bottom: 0;
    min-width: 100%;
}
}

@media (max-width: 768px) {
section.platform .data_text.text_left .layer,
section.platform .data_text.text_right .layer {
    width: 300px;
    display: table;
    margin: 0 auto;
}
}


@media (max-width: 768px) {
section.platform .data_text.text_right .layer.layer3 {
    display: table!important;
}
}

section.platform .row .col-xs-12 h4:first-of-type {
  margin-top: 25px;
}
section.platform .row .col-xs-12 h4 {
  font-size: 18px;
  color: #062F4D;
  margin-top: 75px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

section.platform .row .col-xs-12 ul {
  list-style-type: none;
  margin-left: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  cursor: pointer;
}
section.platform .data_text ul {
  padding-left: 0;
  -webkit-padding-start: 0!important;
  padding-inline-start: 0!important;
}

section.platform .row .col-xs-12 ul li {
  cursor: pointer;
  font-size: 14px;
  color: rgba(0,0,0,.7);
  line-height: 16px;
  margin-bottom: 7.5px;
  transition: .2s ease-in-out;
  opacity: .75;
  -webkit-transform-origin: left;
  transform-origin: left;
  position: relative;
}

section.platform .data_text.text_left .layer.layer1 ul li.highlight:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  left: -30px;
  height: calc(100% + 25px);
  top: -10px;
  background: #f7f7f7;
  z-index: -1;
}


@media (max-width: 768px) {
section.platform .data_text.text_left .layer.layer1 ul:before,
section.platform .data_text.text_right .layer.layer2 ul:before {
    content: '';
    position: absolute;
    width: 35px;
    height: calc(100% - 37.5px);
    left: -5px;
    top: 12.5px;
}
}


@media (max-width: 768px) {
section.platform .data_text.text_left .layer.layer1 ul li:after {
    box-shadow: inset 0 0 0 5px #40b4ff, 
    -1.25px 1.25px 0 0 #0da0ff, 
    -2.5px 2.5px 0 0 #0da0ff, 
    -3.75px 3.75px 0 0 #0da0ff, 
    -5px 5px 0 0 #97bfda, inset 
    -7.5px 7.5px 0 0 #0da0ff;
}
}

@media (max-width: 768px) {
section.platform .data_text.text_right .layer.layer2 ul li:after {
    box-shadow: inset 0 0 0 5px #25d4e4, 
    -1.25px 1.25px 0 0 #18b0be, 
    -2.5px 2.5px 0 0 #18b0be, 
    -3.75px 3.75px 0 0 #18b0be, 
    -5px 5px 0 0 #18b0be, 
    inset -7.5px 7.5px 0 0 #18b0be;
}
}

@media (max-width: 768px) {
section.platform .data_text.text_right .layer.layer3 ul li:after {
    box-shadow: inset 0 0 0 15px #acffd6, 
    -1.25px 1.25px 0 0 #79ffbc, 
    -2.5px 2.5px 0 0 #79ffbc, 
    -3.75px 3.75px 0 0 #79ffbc, 
    -5px 5px 0 0 #79ffbc, 
    inset -7.5px 7.5px 0 0 #79ffbc;
}
}

@media (max-width: 768px) {
section.platform .data_text.text_left li:after, 
section.platform .data_text.text_right li:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 0;
    -webkit-transform: rotateX(-65deg) rotate(-45deg);
    transform: rotateX(-65deg) rotate(-45deg);
}
}

@media (max-width: 768px) {
section.platform .data_text.text_left li.highlight, 
section.platform .data_text.text_right li.highlight {
    opacity: 1!important;
}
}

@media (max-width: 768px) {
section.platform .data_text.text_left li, 
section.platform .data_text.text_right li {
    padding-left: 40px;
    pointer-events: none;
    opacity: .5!important;
    max-width: 300px;
    width: 100%;
}
}

section.platform .data_text.text_left ul li:before {
  left: auto!important;
  right: -20px;
}

@media (max-width: 768px) {
ection.platform .data_text.text_left .layer.layer1 ul {
    position: relative;
}
}

section.platform .data_text.text_left .layer.layer1 ul li span {
  color: #40b4ff;
}

section.platform .row .col-xs-12 ul li span {
  display: block;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

section.platform .data_text.text_left .layer.layer3 li.highlight:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  left: -30px;
  height: calc(100% + 25px);
  top: -10px;
  background: #f7f7f7;
  z-index: -1;
}

section.platform .data_text.text_right .layer.layer3 li.highlight:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  left: -30px;
  height: calc(100% + 25px);
  top: -10px;
  background: #f7f7f7;
  z-index: -1;
}

section.platform .data_text.text_left .layer.layer3 span {
  color: #00df70;
}

section.platform .data_text.text_right .layer.layer3 span {
  color: #00df70;
}

section.platform .data_text.text_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 475px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 3rem;
  padding-bottom: 3rem;
}
section.platform .data_text {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

section.platform .data_text.text_right .layer {
  position: relative;
}

section.platform .data_text.text_right .layer:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom,rgba(255,255,255,.001),#bfe6ff 25%,#bfe6ff 75%,rgba(255,255,255,.001));
  top: 20px;
  left: -20px;
}

@media (max-width: 768px) {
  section.platform .data_text.text_right .layer:before {
    display: none;
}
}

@media (max-width: 768px) {
section.platform .data_text.text_left .layer.layer3 {
    display: none;
}
}

@media (min-width: 768px) {
section.platform .data_text.text_right .layer.layer3 {
    display: none;
}
}

section.platform .data_text.text_right .layer:after {
  content: '';
  position: absolute;
  top: calc(50% + 20px);
  height: 1px;
  background: linear-gradient(to left,#36adf7 75%,rgba(255,255,255,.001));
  width: 30px;
  left: -50px;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-delay: .2s;
}

@media (max-width: 768px) {
  section.platform .data_text.text_right .layer:after {
    display: none;
}
}

section.platform .row .col-xs-12 h4:first-of-type {
  margin-top: 25px;
}
section.platform .row .col-xs-12 h4 {
  font-size: 18px;
  color: #062F4D;
  margin-top: 75px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

section.platform .row .col-xs-12 ul {
  list-style-type: none;
  margin-left: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  cursor: pointer;
}
section.platform .data_text ul {
  padding-left: 0;
  -webkit-padding-start: 0!important;
  padding-inline-start: 0!important;
}

section.platform .row .col-xs-12 ul li {
  cursor: pointer;
  font-size: 14px;
  color: rgba(0,0,0,.7);
  line-height: 16px;
  margin-bottom: 7.5px;
  transition: .2s ease-in-out;
  opacity: .75;
  -webkit-transform-origin: left;
  transform-origin: left;
  position: relative;
}

section.platform .data_text.text_right .layer.layer2 ul li.highlight:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  right: -20px;
  height: calc(100% + 22.5px);
  top: -7.5px;
  background: #f7f7f7;
  z-index: -1;
  border-radius: 3px;
}

section.platform .data_text.text_right .layer.layer2 ul li span {
  color: #1ac5d5;
}
section.platform .row .col-xs-12 ul li span {
  display: block;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

section.platform .row .col-xs-12 ul li span a {
  color: inherit;
}

section.platform .row .col-xs-12 ul li {
  cursor: pointer;
  font-size: 14px;
  color: rgba(0,0,0,.7);
  line-height: 16px;
  margin-bottom: 7.5px;
  transition: .2s ease-in-out;
  opacity: .75;
  -webkit-transform-origin: left;
  transform-origin: left;
  position: relative;
}

section.microservices {
  background: #fff;
  padding-top: 0;
  position: relative;
  z-index: 5;
}

section.microservices .container {
  padding: 0 75px 50px;
  margin-bottom: 3rem;
  background: #fff;
  overflow: hidden;
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.row {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 16px;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .col-3, .col-9 {
  padding-right: 16px;
  padding-left: 16px;
}
}

section.microservices .container .text-center h2 {
  font-size: 30px;
  line-height: 43px;
  color: #004b80;
}

@media (max-width: 768px) {
section.microservices .container .col-3 img {
    display: block;
    width: 100%;
    max-width: 50px;
    float: none;
    margin: -12.5px auto 0;
}
}

@media (max-width: 768px) {
section.microservices .container .col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}

@media (max-width: 768px) {
section.microservices .container .col-3 img {
    display: block;
    width: 100%;
    max-width: 50px;
    float: none;
    margin: -12.5px auto 0;
}
}

section.microservices .container .col-xs-12 {
  padding-top: 2rem;
}

.checkmark_icon {
  width: 15px;
  height: 15px;
  background: url(https://2tjosk2rxzc21medji3nfn1g-wpengine.netdna-ssl.com/wp-content/themes/konghq/assets/css/../img/icons/checkmark.svg) 50% 50%/contain no-repeat;
  display: block;
  margin: 0 auto;
}

.btn-kongblue {
  font-weight: bold;
  color: #fff;
  background-color: #1155cb;
  border-color: #1155cb;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-kongblue:hover {
  color: #ffffff;
  background-color: #a6c6ff;
  border-color: #a6c6ff;
}


  .menu3 {
    width: 25%;
    color: white !important;
    background-color: #1155cb;
    border: 1px solid #1155cb;
    justify-content: center;
    outline: none;
    font-size: 16px;
    font-family: Akzidenz Grotesk BQ Light, Helvetica;
    font-weight: 400;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: transform 150ms, box-shadow 150ms;
    font-weight: 600;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu3:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    background-color:  #d3e3ff !important;
    border: 1px solid #d3e3ff;
    padding: 12px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #1155cb !important;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
   }

   @media (max-width: 500px) {
    .menu3 {display: block !important;
     width: 100%;
         width: 100%;
 }
 }
 
 @media (max-width: 500px) {
     .menu3:hover {display: block !important;
      width: 100%;
          width: 100%;
  }
  }

  .relative {
    position: relative;
    width: auto;
}
.absolute {
    position: absolute;
    bottom: 80px;
    color: #fff;
    max-width: auto;
    padding: 1em 0;
    width: 100%;

}
.absolute p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 150%;
    text-align: center;
}
@media (max-width: 1000px) {
  .absolute {
    position: relative;
    color: #fff;
    width: 100%;
    max-width: auto;
    padding: 1em 0;
    margin-top:50px;
}
.relative {
  position: relative;
  width: auto;
  height: 100%;
  
}
}

.aligncenter, img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.label.lbl-green {
    border-color: #38f1ba;
}
.label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 16px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid currentColor;
    margin-bottom: 10px;
    width: fit-content;
    color: #6a6b70;
}
.label.lbl-white {
    border-color: #ffffff;
    color: #ffffff;
}
p,span,li {
    font-size: 18px;
    padding-top: calc(var(--adminbar) + var(--promoheight) + var(--navheight) + var(--subnavheight));
}
.globebackground {
    background-image: url("../images/globe-slice1-1.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.content-block .image {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-user-select: none;
    user-select: none;
    float: left;
}
.container.gradient-b-border:after, .container.gradient-t-border:before {
    content: ' ';
    height: 1px;
    display: block;
    background: linear-gradient(90.04deg,#fff 1.23%,#00e3c0 29.09%,#005cfd 47.34%,#fb4868 65.58%,#917bf9 84.32%,#fff 96.99%);
    width: 100%;
    z-index: -1;
}
@media(min-width: 1200px) {
.gartner {
    margin-top:-60px;
    margin-bottom:-60px;
  }
}
.panel-subheading {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #9ca3af;
    font-weight: bold;
}
.stacked-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}
.stacked-cards .card {
    padding: 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 72px;
    width: 100%;
    text-decoration: none;
}
.stacked-cards .card .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.content-cards .card, .content-cards .card-lg {
    transition: margin-left .4s;
}
.content-cards .card {
    padding: 24px 24px 0;
    border-radius: 10px;
    overflow: hidden;
}
.bg-darkened {
    background-color: #121518;
    color: #fff;
    --current-heading: var(--dark-heading);
    --current-text: var(--dark-text);
    --current-link: var(--dark-link);
}
.content-cards .card a, .content-cards .card-lg a {
    color: inherit;
}
.content-cards .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
a {
    color: var(--current-link);
}
a {
    color: #004b80;
}
a {
    text-decoration: none;
    background-color: transparent;
}
*, :after, :before {
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.content-cards .card>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.content-cards .card .card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    min-height: 320px;
    padding: 32px;
    background: linear-gradient(110.72deg,rgba(255,255,255,.36) 1.21%,rgba(196,196,196,.06) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px 10px 0 0;
    border-width: 0.75px 0.5px 0 1.5px;
    border-color: rgba(255,255,255,.5);
    border-style: solid;
    box-shadow: -5px 5px 5px rgb(0 0 0 / 10%);
    transition: box-shadow .2s,padding .2s;
}
.content-cards .card h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.content-cards .card .action {
    margin-top: auto;
    align-items: flex-end;
}
h3.heading {
    font-weight: bold;
}
.medianote {
    order: 3;
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--lighter-text);
}
.cwhite {
    color: #ffffff;
}
.clgray {
    color: #aaaaaa;
}
.linkwhite a {
    color: #ffffff;
}
.content-cards .card.bg-darkened .label img, .content-cards .card.bg-darkened .label svg {
    filter: invert(100%);
}
.content-cards .card .label img, .content-cards .card .label svg {
    height: 16px;
    width: auto;
    margin-right: 12px;
}
.content-cards .card .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.subh2 {
    font-weight: bold;
    color:#444444;
}
.justify-content-center {
    justify-content: center !important;
}
.row.justify-content-center.circles.mb-3x.active .col-md-4 {
    opacity: 1;
}
@media (max-width: 1080px)
body .row.justify-content-center.circles.mb-3x .col-md-4 {
    overflow: visible;
}
@media (max-width: 1080px)
.row.justify-content-center.circles.mb-3x .col-md-4 {
    margin: 0px;
    padding: 0;
}
.row.justify-content-center.circles.mb-3x .col-md-4 {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    padding: 2rem;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin: 0px -1rem;
    text-align: center;
}
.row.justify-content-center.circles.mb-3x .col-md-4 {
    overflow: hidden;
    position: relative;
    transition: 1000ms cubic-bezier(0.775, 0.285, 0.32, 1) 0.25s;
}
.row.justify-content-center.circles.mb-3x .col-md-4 strong {
    display: block;
    margin: 0 0 2rem;
    width: 100%;
    text-transform: uppercase;
}
.row.justify-content-center.circles.mb-3x.active strong, .row.justify-content-center.circles.mb-3x.active h3 {
    transform: translateY(0);
    opacity: 1;
}
.row.justify-content-center.circles.mb-3x .col-md-4 strong {
    transition: inherit;
}
b, strong {
    font-weight: bolder;
}
*, :after, :before {
    box-sizing: border-box;
}
.row.justify-content-center.circles.mb-3x.active .col-md-4 img {
    filter: blur(0px);
    opacity: 1;
}
.row.justify-content-center.circles.mb-3x .col-md-4:nth-of-type(1) img {
    width: 70%;
}
.row.justify-content-center.circles.mb-3x .col-md-4:nth-of-type(3) img {
    width: 50%;
    margin-left: 10%;
}
.row.justify-content-center.circles.mb-3x .col-md-4 img {
    width: 80%;
    height: auto;
}
.row.justify-content-center.circles.mb-3x .col-md-4 img {
    transtion: inherit;
}
.row.justify-content-center.circles.mb-3x .col-md-4 h3 {
    display: block;
    margin: 1rem 0 0;
    font-size: 3.5rem;
    line-height: 1.25;
    width: 100%;
}
.row.justify-content-center.circles.mb-3x.active strong, .row.justify-content-center.circles.mb-3x.active h3 {
    transform: translateY(0);
    opacity: 1;
}
.row.justify-content-center.circles.mb-3x .col-md-4 h3 {
    transition: inherit;
}
@media (max-width: 1080px) {
.row.justify-content-center.circles.mb-3x .col-md-4:before {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
}}
.row.justify-content-center.circles.mb-3x .col-md-4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(0,0,0,0.1);
    z-index: -1;
    aspect-ratio: 1;
}
*, :after, :before {
    box-sizing: border-box;
}
.row.justify-content-center.circles.mb-3x .col-md-4 h3 span {
    font-size: 16px;
    display: block;
    margin: 0px auto;
    max-width: 120px;
}
.row.connectivity.justify-content-center.text-center .pill {
    display: inline-block;
    background: var(--blue);
    border-radius: 50px;
    line-height: 1.25;
    padding: 0.5rem 4rem;
    color: rgba(255,255,255,0.7);
    position: relative;
    z-index: 9;
}
.row.connectivity.justify-content-center.text-center .pill:before {
    content: '';
    position: absolute;
    width: clamp(400px, calc(100vw - 10rem), 100vw);
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #ccc;
    z-index: -2;
}
.row.connectivity.justify-content-center.text-center .pill strong {
    color: #fff;
    display: block;
}
b, strong {
    font-weight: bolder;
}
.row.connectivity.justify-content-center.text-center .pill:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: inherit;
    top: 0;
    left: 0;
    z-index: -1;
}
.row.connectivity.justify-content-center.text-center a {
    display: block;
    width: 100%;
    color: var(--blue);
    font-weight: 600;
    text-decoration: underline;
    margin-top: 0.5rem;
}
.feature-chart .chart {
    margin-top: 100px;
    border-radius: 20px;
    box-shadow: 0 20px 40px -20px rgb(0 0 0 / 15%);
}

.feature-chart .row.heading {
    background: #CDFDDD;
}
.feature-chart .row.heading h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    color: #01021E;
}
.feature-chart .row {
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 992px) {
.feature-chart .row {
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.feature-chart .row .xsyes {
    display: none;
}
}
.feature-chart .row:nth-of-type(even) {
    background: #fff;
}
.chart .col-xs-12.col-md-2.text-center,
.chart .col-xs-12.col-md-5.text-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.chart .col-xs-12.col-md-2.text-center {
    font-size: 120%;
}
.feature-chart .row img {
    padding:5px;
}
.feature-chart .row .col-xs-12.col-md-2,
.feature-chart .row .col-xs-12.col-md-5 {
    padding:0 20px 5px 20px;
}
@media (max-width: 991px) {
.feature-chart .row .col-xs-12.col-md-2 {
    background: #c4d5f2;
    padding: 15px;
    font-size: 120%;
}
.feature-chart .row .col-xs-12.col-md-5 {
    padding: 15px;
}
.feature-chart .row.heading .col-xs-12.col-md-2 {
    background: #CDFDDD;
    padding: 10px;
}
.feature-chart .row.heading .col-xs-12.col-md-5 {
    display: none;
}
.feature-chart .row:not(.heading) .col-xs-12.text-center {
    width: auto;
    display: inline-block;
    margin-bottom: 0.5rem;
    max-width: calc(100% - 15px);
    width: calc(100% - 15px);
    text-align: left !important;
}
.feature-chart .row:not(.heading) img {
    float:right;
}
.feature-chart .row .xsyes {
    color: #333333;
    font-weight: bold;
    font-size: 110%;
}
}
.text-center.note {
    font-size: 90%;
    margin-top: -40px;
    padding-bottom: 50px;
}
.well2 .logos div {
    padding-top: 15px;
    padding-bottom: 15px;
}
li {
    margin-bottom: 20px;
}
.konnecttable {
    display: flex; 
    align-items: center;
}
.konnecttry {
    position: relative;
    background-color:#003592;
    background-image: url(../images/screenshot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom -10px right -10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.15)!important;
    border-radius: 10px;
    z-index: 2;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 1.5rem;
}
.enttry {
    position: relative;
    background-image: url('../images/enterprise-overlay-cta-section.svg'), linear-gradient(to right, #1456cb, #00e3bf);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    box-shadow: 5px 5px 15px rgba(0,0,0,.15)!important;
    border-radius: 10px;
    z-index: 2;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 1.5rem;
}
.konnecttry h1,
.konnecttry p,
.enttry h1,
.enttry p {
    color:#ffffff;
}
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.position-relative {
  position: relative !important;
}
.imgwrap {
    top: 0;
    left: 0;
    width: 100%;
    background: #efefef;
    overflow: hidden;
    border-bottom: 2px solid #efefef;
    border-radius: 10px 10px 0 0;
}
.kongdata {
    box-shadow: 0px 0px 12px #cccccc;
    border-radius: 10px;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
.kong-enterprise {
    position: relative;
    background-color:#eeeeee;
}
@media (min-width: 992px) {
.kong-enterprise {
    background-image: url(../images/enterprise-hero.svg);
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position-x: 180%;
    background-position-y: top;
}
}
.home.page-template-project-zero .kong-enterprise{padding:112.5px 0 100px;position:relative;overflow:hidden}
.home.page-template-project-zero .kong-enterprise .container{z-index:8;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.home.page-template-project-zero .kong-enterprise .col-md-8{position:relative;z-index:8;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
@media (max-width:768px){.home.page-template-project-zero .intro-section form p{width:100%;max-width:100%}
.home.page-template-project-zero .intro-section a.btn.button{margin-top:-40px;margin-left:0;width:100%;max-width:400px}
.home.page-template-project-zero .kong-enterprise .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.home.page-template-project-zero .kong-enterprise{padding-top:75px}}
@media (max-width:992px){.home.page-template-project-zero .kong-enterprise{padding-bottom:25px}}
.home.page-template-project-zero .kong-enterprise .hero{position:relative;z-index:2;color:#000;font-size:40px;line-height:44px;font-weight:700;margin-bottom:15px}
@media (min-width:768px){.home.page-template-project-zero .kong-enterprise .col-md-8{min-width:768px}
.home.page-template-project-zero .kong-enterprise .hero{font-size:50px;line-height:56px}}
@media (max-width:480px){.home.page-template-project-zero .kong-enterprise .hero{font-size:28px;line-height:1.25}}
.home.page-template-project-zero .kong-enterprise .hero span{text-align:left;color:#0a2b66}
.home.page-template-project-zero .kong-enterprise p.sm{font-size:15px;margin:-10px auto 15px}
@media (max-width:768px){.home.page-template-project-zero .kong-enterprise p.sm{font-size:14px;max-width:100%}}
@media (max-width:480px){.home.page-template-project-zero .kong-enterprise p{font-size:16px;line-height:22px}}
.home.page-template-project-zero .kong-enterprise .wpcf7{display:inline-block;width:100%;clear:both}
.home.page-template-project-zero .kong-enterprise .row .col p{font-size:16px;margin-top:30px}
.home.page-template-project-zero .kong-enterprise .row .col p a{color:#14934b;position:relative;z-index:2}
.home.page-template-project-zero .kong-enterprise .row .col p a:after{content:"";position:absolute;width:110%;height:115%;background:#f0f2f5;left:0;top:-5%;z-index:-1}
.home.page-template-project-zero .kong-enterprise .row .col p a:hover{text-decoration:underline}
@media (min-width: 992px) {
.entconnect {
    background: url(../images/line-graphic-kong-enterprise.svg);
    background-position: center bottom;
    background-repeat:no-repeat;
    padding: 6rem 5rem;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
}
.entconnect ul {
    margin-left: -57px;
}
.entconnect ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 0 36px;
    display: inline-block;
    overflow: hidden;
}
.entconnect ul li:before {
    transform: scale(1);
}
.entconnect li:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/check_circle.svg) 50% 50%/contain no-repeat;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: transform .75s cubic-bezier(.075,.82,.165,1);
}
.enterprisenext .border-bottom {
    border-bottom: 1px solid #cccccc;
    padding: 20px;
}
.enterprisenext span {
    color: #000000;
    font-size: 110%;
}
.nextlink a {
    line-height:70px;
    font-weight: bold;
}
body main#kong-main section.hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body main section.hero:after {
    background: url(../images/ebook.svg) 50vw 100% / clamp(600px, 50vw, 50vw) auto no-repeat;
    transform: translateY(calc(var(--totalScroll) * -1.5px)) translateZ(0px);
    opacity: calc(1 - (var(--totalScroll) * 0.015));
    will-change: transform, opacity;
    backface-visiblity: hidden;
    transform-style: preserve-3d;
    z-index: -1;
}
body main#kong-main section.konn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body main section.konn:after {
    background: url(../images/konnect-hero.jpg) 50vw 100% / clamp(600px, 60vw, 60vw) auto no-repeat;
    transform: translateY(calc(var(--totalScroll) * -1.5px)) translateZ(0px);
    opacity: calc(1 - (var(--totalScroll) * 0.015));
    will-change: transform, opacity;
    backface-visiblity: hidden;
    transform-style: preserve-3d;
    z-index: -1;
}
