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: 20px;
}
@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/logo_spot.png) 0 0 no-repeat;
  background-size: 150px 40px;
  width:150px;
  height:40px;
  display:block;
  margin:5px 0;
  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: 8px;
  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: 15px;
    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: #fafafa;
  border-color: #1a8aff;
}
.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: #ffffff;
}
.prodnavbar-inverse .prodnavbar-nav > li > a {
  color: #23209d;
}
.prodnavbar-inverse .prodnavbar-nav > li > a:hover,
.prodnavbar-inverse .prodnavbar-nav > li > a:focus {
  color: #3e3abf;
  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: #23209d;
}
.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #fff;
}
.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #23209d;
}
.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #23209d;
}
.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: #9d9d9d;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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:white;
  background:url(../images/ezgif.com-gif-maker.svg);
background-attachment: fixed;
}
.jumbotron h1.featurette-heading {
  color: #1a8aff;
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
  
}
.jumbotron .featurette {
  color: #4a4a4a;
}
.jumbotron .featurette ul {
  
  padding: 0px;
  margin: 0px;
 }
.jumbotron .featurette ul li {
  padding-bottom: 10px;
  list-style: none
  
 }
 .jumbotron p{
   line-height: 30px

 }
/* Jumbotron2 Property */
@media (max-width: 991px) {
.jumbotron2 {
  margin-top: -20px;
  padding-top: 20px;
  background-color:white;
  background:url(../images/bg-hero.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.jumbotron2 h1.featurette-heading {
  color: #ffffff;
  font-size: 20pt;
  font-weight: bold;
}
}
@media (min-width: 992px) {
.jumbotron2 {
  margin-top: -20px;
  padding-top: 20px;
  background-color:white;
  background:url(../images/bg-hero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.jumbotron2 h1.featurette-heading {
  color: #ffffff;
  font-size: 30pt;
  font-weight: bold;
}
}
.jumbotron2 .featurette {
  color: #4a4a4a;
}
.jumbotron2 .featurette ul {
  
  padding: 0px;
  margin: 0px;
 }
.jumbotron2 .featurette ul li {
  padding-bottom: 10px;
  list-style: none
  
 }
 .jumbotron2 p {
   line-height: 30px

 }
 .jumbotron2 .lead {
   color: #ffffff;

 }
/* Footer Property */
footer.product {
  background-color: #104a79;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
  border-top: 7px solid #0f4169;
}
footer.product h3 {
  color: #ffffff;
  font-size: 18px;
}
footer.product p.footerlist {
  color: #ffffff;
  line-height: 180%;
}
footer.product p.footerlist a {
  color: #9ebdd7;
  text-decoration: none;
}
footer.product p.footerlist a:hover {
  color: #ffffff;
  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;}
}
.box-list{
  display: block;
    content: "";
    position: absolute;
    height: 100%;
    left: 2rem;
    right: 2rem;
    top: 0;
    background: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    -webkit-box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.06);
    z-index: -1;

}
.btn-skyblue{
  color: #fff;
  background-color: #1a8aff;
  
}
.btn-white{
  color: #1a8aff;
  background-color: #fff;
  
}
.bg-color{
  background: rgba(44, 169, 255, 0.1);
}
.spotinst-pd{
  padding-top: 10rem;
  padding-bottom: 13rem;
}
.spontinst1{
  paddin:50px;
}
.box-list::before{
display: block;
background: #fff;
border: 2px solid #f4f4f4;
border-radius: 4px;
-webkit-box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.06);
z-index: -1;
}
.parter ul li {
}
.parter li {
  
  display: inline-block;
  width: 25%;
}
.partner1{
  background-image: url(../images/waves-blue.svg);

}
.world{
  background-image: url(../images/wordmap.svg);
  padding-top:150px;
  padding-bottom:150px;
}
.k8s{
  padding-top:150px;
  padding-bottom:150px;
  background-color: #2ca9ff
  
}
.deployed{
  padding-top:150px;
  padding-bottom:150px;

}
.btn-ppu{
  background-image: linear-gradient(283deg, #6045ff, #9745ff) !important;
  color: #fff;
}
.btn-eco{
  background-image: linear-gradient(283deg, #1cb404, #3bcc25) !important;
  color: #fff;
}
.btn-ca{
  background-color: #db00a6 !important;
  color: #fff;
}
.key{
  background-image: url(../images/grey_bg-1024x533.png) ;
  
  
}
.action{
  background-image: url(../images/product-benefits-bg-1024x597.jpg);
}

.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color:black;
  border: #0087cb
  display: flex;
}
.box3 p{
color:#28c78a;

}
.box4 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color:black;
  border: #0087cb
}
.box4 p{
  color:#1a8aff;
}
.box5 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color:black;
  border: #0087cb
}
.box5 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color:black;
  border: #0087cb
}
.box5 p{
  color:#6045ff;
}
.box3 h3{
font-size:10px; 
} 
.box3 li{
  font-size:15px;
}

.box4 h3{
  font-size:10px; 
  }
.box4 li{
font-size:15px;
}
.box5 h3{
font-size:10px; 
}
.box5 li{
font-size:15px;     
} 
.box4 li{
font-size:15px;
}
.check{
  stroke: #1a8aff;
  fill: #1a8aff;
}
.box3 li{
  padding: 15px
}
.index1{
  background: linear-gradient(to bottom, rgba(44, 169, 255, 0.1) 0%, white 10%, white 100%);
}
.index1 h2, .index4 h2 {
  color: #23209d;
  font-size: 240%;
}
.index1 h3 {
  color: #1a8aff;
}
.index1 p, .index4 p {
 padding:10px;
 font-size: 18px;
 line-height: 1.61;
}

.index4{
  background-color: #e7f3ff;
}
.index2 h2 {
  font-weight: bold;
  color: #1a8aff;
  padding-bottom:20px;
}

.index3 h3{
  margin:30px;
  font-weight: bold;
}
.index3 p{
  margin-top: 0;
  margin-bottom: 1rem;
}
.box-container{
background:#fff;
}
.index3 ul{
  -webkit-padding-start: 1.5em;
  padding-inline-start: 1.5em;
}
.index3 li{
  line-height: 1.61;
}
.index4 h3{
  font-weight: bold;
  color: #1a8aff;
  padding-bottom:20px;
  font-size: 35px
} 
.index4 h4{
  font-size: 20px
}

.index5 h2{
  color: #1a8aff;
  font-size:50px;
}
.k8s p{
      margin-top: 0;
    margin-bottom: 3rem;
    line-height: 1.61;
}
.k8s h3{
  font-size:40px;
}
.elastigroup1 p{
  font-size: 2.00rem;
  margin-bottom: 30px;
  color: #4a4a4a;
  line-height: 1.61;
}

.elastigroup2{
  line-height: 1.61;
  font-size:20px;
}
.elastigroup3{
  font-size:40px;
}
.aws h2{
  padding:10px;
}
.aws p{
  line-height: 1.71;
  font-size:15px;
}
.azure{
  line-height: 1.90;
}
.solutions{
  padding:40px;
}
.solutuions1{
  font-family: "Assistant", sans-serif;
  line-height: 2.00;
}

.ocean h2{
  padding:15px;
}

.signalb {
  background-color: white;
  text-align: center;
  font-size: 15px;
  font-family: source-sans-pro;
  font-weight: 400;
  letter-spacing: .02px;
  line-height: 1.33;
  padding: 2.5rem;
  box-shadow: 2px 2px 10px -1px rgba(0,0,0,.15);
  border-radius: 0;
  border: none;
  height: 100%;
}

.index6{
  padding:20px;
}
.solutions2 h3{
  padding:30px;
}
.case1{
  height:100%;
  width: 100%;
}

.btn-free{
  color: #fff;
  background-color: #28c78a
}

.btn-pro{
  color: #fff;
  background-color: #1a8aff

}

.btn-enterprise{
  color: #fff;
  background-color: #6045ff

}
.enterprise{
  color:#6045ff;
}

.freel:before{
  background-image: url(../images/check.svg);
}
.prices{
  background-color: white;
  text-align: center;
  font-size: 15px;
  font-family: source-sans-pro;
  font-weight: 400;
  letter-spacing: .02px;
  line-height: 1.33;
  padding: 2.5rem;
  box-shadow: 2px 2px 10px -1px rgba(0,0,0,.15);
  border-radius: 0;
  border: none;
  height: 700px;
}
.box4 li{
  padding:15px;
}
.box5 li{
  padding:5px;
}

.freep{
  padding:36.5px;
}
.professional{
  padding:20px;
}
.enterprisep{
  padding:20px;
}
footer.spotc p.footerlist a {
    color: #B0B0B0;
    text-decoration: none;
}
.future-container:before{
  background-image: linear-gradient(265deg, #2235a1, #234aac 10%, #2680c8 41%, #27a8dd 67%, #29c0e9 87%, #29c9ee) !important;
  content: "";
  height: 4px;
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  
}
.future-container{
  background: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  position: relative;
  min-height: 30rem;
  height: auto;
}
.future-title{
padding: 0;
    margin: 0 0 1.5rem;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.75rem;
    min-height: 3.5rem;
}
h3.future-title {
  color: #565b73;
  font-size: 150%;
  line-height: 1.5;
}
.l-height{
  line-height:2.0;
  font-size: 120%;
}

.spcasestudy{
 
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.sbox{
  display: inline-block;
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  color: #666; /* 文字色 */
  background-color: #f7f7f7; /* 背景色 */
  border: 1px solid #ccc; /* 枠線 */
  height: 650px;
}
.signups{
  background-image: url(images/wave-zoom.svg );
  background-color: #234aac;
  padding-top: 70px;
  padding-bottom:70px;
}
.sing{
  font-size: 51px;
    font-weight: bold;
    line-height: 1.18;
    color: #fff;
}
.inqurys{
  padding:30px;
}
.bgcolor{
  background-color: #F2F2F2;
}

.featured-customer{
  min-height: 420px;
    position: relative;
    background-color: #fff;
    padding-bottom: 2rem;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2)
}
.featured-customer-thumbnail{
  padding: 0 1rem;
  min-height: 120px;
}
  
.aws-container:before{
  background-image: linear-gradient(283deg, #6045ff, #9745ff) !important;
  content: "";
  height: 4px;
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  
}
.aws-container{
  background: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  position: relative;
  min-height: 30rem;
  height: auto;
}
.resource{
  background-image: url(images/elastigroup-into-box-background.png );
  background-repeat: no-repeat;
  background-size: 230px 300px;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…wyLjA0MyAyLjA0MyAzLjg4LTMuODhhLjQ0LjQ0IDAgMCAxIC42MjIgMHoiLz4KPC9zdmc+Cg==) left 0.525em no-repeat;
    padding-left: 2rem;
}

.checklist{
  padding: 0;
  list-style: none
}


.infra:before {
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: url(../images/checks.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
 }
.custarea {
  margin-top: 20px;
  margin-bottom: 250px;
}
.custbox {
    position: relative;
    height: 150px;
}
.custbox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.custbox2 {
    position: relative;
    height: 100px;
}
.custbox2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (min-width: 992px) {
  .rightspace {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .leftspace {
    padding-left: 50px;
  }
}
h2.component-title {
    margin: 0 0 1.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 1.75rem;
    position: relative;
    color: #253858;
}
h2.component-title::after {
    display: block;
    content: "";
    height: 5px;
    width: 106px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1cbc00;
}
h2.component-title2 {
    margin: 20px 0 1.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 1.75rem;
    position: relative;
    color: #253858;
}
h2.component-title2::after {
    display: block;
    content: "";
    height: 5px;
    width: 106px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #db00a6;
}
h3.comps_title {
    margin: 0 0 1.5rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 1.75rem;
    position: relative;
    color: #253858;
}
h4.comps_subt {
    margin: 0 0 1.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 1.75rem;
    position: relative;
    color: #1a8aff;
}
.compsbox img {
    left: 0;
    right: 0;
    margin: auto;
}
.compsbox {
  font-weight: bold;
}
.compsrow {
  padding: 0 0 20px 0;
}
.component-column-inner {
  padding: 0rem;
  border-width: 2px;
  border-radius: 4px;
  border-style: solid;
  border-color: #eeeeee;
  padding: 25px 15px;
}
.component-column-inner:hover {
  border-color: #1cbc00;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.block-clients ul {
list-style:none;
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
text-align:center;
margin:0;padding:0;
width:100%;
-webkit-box-align:center;
-webkit-align-items:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-moz-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-moz-box-orient:horizontal;
-moz-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
position:relative;
margin-top:-2rem
}
.block-clients ul li
{display:block;
width:33.33333%;
text-align:center;
margin-top:2rem
}
@media (min-width:992px){
.block-clients ul li{
width:16.66667%
}
}
.block-clients ul li img{
max-width:6rem;
max-height:2rem
}
@media (min-width:992px){
.block-clients ul li img{
max-width:10rem;
max-height:3rem
}
}
.block.block-blue-light{background:#e5f3ff}
.block{
padding:4rem 0;
position:relative;z-index:1;
margin-top: -30px;
}
@media (max-width: 991px) {

}
@media (min-width: 992px) {
  .spotleft {
    margin-top: 50px;
}
  .spotleft h3, .spotleft p {
    text-align: right;
  }
  .spotright {
    margin-top: 50px;
  }
  .spotbtm h3, .spotbtm p {
    text-align: center;
  }
}
.spotleft h3 {
  color: #3287ff;
}
.spotright h3 {
  color: #7433ff;
}
.spotbtm h3 {
  color: #f79f00;
}
.solution {
  padding:2rem;
  background:#fff;
  text-align:center;
  position:relative;
  -webkit-box-shadow:0 0 1rem rgba(0,0,0,.05);
  box-shadow:0 0 1rem rgba(0,0,0,.05);
  display:block;
  margin:0 0 2rem 0;
  text-align:center
}
.solution .icon img,.solution .icon svg {
  position:relative;
  display:inline-block;
  margin-bottom:1rem;
  height:4rem
}
.solution .icon img img,.solution .icon img svg,.solution .icon svg img,.solution .icon svg svg {
  height:4rem;
  width:auto
}
.solution .title {
  font-size:1.25rem;
  display:block;
  max-width:14rem;
  margin:0 auto 1rem;
  color:#1e1e9a;
  line-height:1.25;
  font-family:Axiforma,sans-serif
}
@media (max-width:991px) {
  .solution.pink {
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solution.pink .btn-white {
    color:#fff;
    background:#ff00ce
  }
  .solution.blue {
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solution.blue .btn-white {
    color:#fff;
    background:#00c3ff
  }
  .solution.green {
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solution.green .btn-white {
    color:#fff;
    background:#14ca86
  }
  .solution.violet {
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solution.violet .btn-white {
    color:#fff;
    background:#8d52ff
  }
}
@media (min-width:992px) {
  .solutions-list {
    text-align:center;
    margin:0;
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-align-content:space-between;
    -ms-flex-line-pack:justify;
    align-content:space-between;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
  }
  .solutions-list .solution {
    padding:0;
    width:16.5rem;
    height:24rem;
    margin:0
  }
  .solutions-list .solution .visible {
    position:absolute;
    top:25%;
    left:0;
    height:50%;
    width:100%;
    text-align:center;
    padding:1rem
  }
  .solutions-list .solution .invisible2 {
    padding:1rem;
    position:absolute;
    width:100%;
    top:50%;
    opacity:0;
    color:#fff
  }
  .solutions-list .solution .description {
    font-size:.8rem;
    line-height:1.25rem;
    margin:0 0 .5rem
  }
  .solutions-list .solution .btn-white {
    color:inherit;
    line-height:1.25rem
  }
  .solutions-list .solution .btn-white:hover {
    background:#fff;
    border-color:#fff
  }
  .solutions-list .solution:hover {
    color:#fff
  }
  .solutions-list .solution:hover .icon svg .fill {
    fill:#fff
  }
  .solutions-list .solution:hover .title {
    color:inherit
  }
  .solutions-list .solution:hover .visible {
    top:1rem;
    -webkit-transition:top .16s linear;
    -moz-transition:top .16s linear;
    transition:top .16s linear
  }
  .solutions-list .solution:hover .invisible2 {
    opacity:1;
    top:50%;
    -webkit-transition:all .48s linear;
    -moz-transition:all .48s linear;
    transition:all .48s linear
  }
  .solutions-list .solution:hover.pink {
    background-color:#ff00ce;
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solutions-list .solution:hover.pink .btn-white {
    color:#ff00ce
  }
  .solutions-list .solution:hover.blue {
    background-color:#00c3ff;
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solutions-list .solution:hover.blue .btn-white {
    color:#00c3ff
  }
  .solutions-list .solution:hover.green {
    background-color:#14ca86;
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solutions-list .solution:hover.green .btn-white {
    color:#14ca86
  }
  .solutions-list .solution:hover.violet {
    background-color:#8d52ff;
    -webkit-transition:background-color .16s linear;
    -moz-transition:background-color .16s linear;
    transition:background-color .16s linear
  }
  .solutions-list .solution:hover.violet .btn-white {
    color:#8d52ff
  }
}
.block {
  padding:4rem 0;
  position:relative;
  z-index:1
}
.block.nopad {
  padding:0
}
.block.dark {
  color:#fff
}
.block .block-bg {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  z-index:-1
}
.block-hero .block-content {
  width:100%
}
.block-testimonial .block-content {
  margin:0 auto;
  max-width:52rem
}
.block-cta {
  padding:0
}
.block-cta .block-content {
  padding:4rem 0;
  min-height:100%;
  background:rgba(30,30,154,.75)
}
@media (min-width:992px) {
  .block-cta .block-content {
    width:50%;
    position:relative;
    left:50%;
    padding:8rem 4rem
  }
}
.block-cta-flat .block-content {
  position:relative;
  z-index:100
}
.display-2 {
  font-size:4rem;
  font-weight:400;
  line-height:1em;
  margin:0 0 1.5rem
}
@media (max-width:992px) {
  .display-2 {
    font-size:2.5rem
  }
}
.bg-blue {
  background-color:#1e1e9a
}
.color-white {
  color:#fff
}

.row-eq-height2 {
  display: flex;
  flex-wrap: wrap;
  }
  
.mspicon p{
  line-height:5px;
  color: #17437D;
  font-weight:700;
  font-size:18px;
  margin-left: 0.2em;
} 
.mspicon h2{
  line-height:20px;
  color: #17437D;
  font-weight:900;
  font-size:45px;
}
.msp-image{
 width: 70px;
 height: 90px;
 bottom: 20px;
 top:10px;
}
h3.future-title2 {
  color: #565b73;
  font-size: 145%;
  line-height: 1.5;
}