@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700,700italic,900,900italic);
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #333;
  background: #1D716D;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

a {
  color: #2F96F7;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #46a8f9;
}

/* Helper classes */

.back-white {
  background: #ffffff;
}

.back-black {
  background: #1C1C1E;
}

.back-dark-grad {
  background: -moz-linear-gradient(0% 50% 0deg, rgba(48, 48, 55, 1) 0%, rgba(41, 43, 50, 1) 100%) no-repeat top left fixed;
  background: -webkit-linear-gradient(0deg, rgba(48, 48, 55, 1) 0%, rgba(41, 43, 50, 1) 100%) no-repeat top left fixed;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(48, 48, 55, 1)), color-stop(1, rgba(41, 43, 50, 1))) no-repeat top left fixed;
  background: -o-linear-gradient(0deg, rgba(48, 48, 55, 1) 0%, rgba(41, 43, 50, 1) 100%) no-repeat top left fixed;
  background: -ms-linear-gradient(0deg, rgba(48, 48, 55, 1) 0%, rgba(41, 43, 50, 1) 100%) no-repeat top left fixed;
  background: linear-gradient(90deg, rgba(48, 48, 55, 1) 0%, rgba(41, 43, 50, 1) 100%) no-repeat top left fixed;
}

.separator {
  margin: 5px 0;
  border-top: 5px solid #fff;
}

.col-gray {
  color: #989898;
}

.col-blue {
  color: #3097F7;
}

@media (max-width: 767px) {
  .web {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 100% !important;
  }
}

/*button*/

.btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 4px;
}

.btn-custom {
  color: #fff;
  border-radius: 25px;
  background-color: #3E938C;
  border-color: #3E938C;
  font-size: 14px;
  padding:10px;
}

.fs-white {
  font-size: 14px;
  color: #fff;
  padding-right: 5px;
  padding-left: 5px;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open .dropdown-toggle.btn-custom {
  color: #fff;
  background-color: #3E938C;
  border-color: #3E938C;
  border-radius: 25px;
  padding:10px;
}

.btn-custom-1 {
  color: #fff;
  border-radius: 3px;
  background-color: #112927;
  border-color: #112927;
}

.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active, .open .dropdown-toggle.btn-custom-1 {
  color: #fff;
  background-color: #112927;
  border-color: #112927;
  border-radius: 3px;
}

/* ------------------------------ */

.navbar-custom {
  background-color: #112927;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none;
  margin-bottom: 0;
  height:67px;
}

.navbar-custom .logo-1 {
  display: none;
}

.navbar-custom.top-nav-collapse {
  background: #112927;
  box-shadow: 1px 0 4px 0 rgba(85, 85, 85, 0.61);
}

.navbar-custom.top-nav-collapse .logo-2 {
  display: none;
}

.navbar-custom.top-nav-collapse .logo-1 {
  display: block;
}

.navbar-custom .navbar-brand {
  color: #3097F7;
  padding: 10px;
  height: auto;
}

.navbar-custom .navbar-toggle {
  border-color: #D2D2D1;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #3097F7;
}

@media screen and (max-width: 480px) {
  .navbar.navbar-custom .navbar-brand {
    width: 80%;
  }
}

.navbar-form.navbar-login .form-group {
  vertical-align: top
}

.navbar-form.navbar-login .form-group .help-block.with-errors {
  max-width: 245px;
  font-size: 12px;
  margin-bottom: 0;
}

.navbar-form.navbar-login .form-group .help-block.with-errors .list-unstyled {
  margin-bottom: 0;
}

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

.container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  margin-top:7px;
}

@media (min-width: 768px) {
  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.navbar table tr:first-child td {
  padding-right: 10px;
}

.navbar table tr:first-child td:last-child {
  padding-right: 0;
}

.navbar table tr:last-child td {
  padding-top: 5px;
}

.panel-schedule-demo h3 {
  font-weight: 400;
}

.panel-schedule-demo h4 {
  font-weight: 400;
}

.panel-schedule-demo h4:last-child {
  font-weight: 300;
}

.panel-schedule-demo label {
  font-weight: 400;
}

/* ------------------------------ */

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/splash_1.jpg") no-repeat bottom center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .brand-heading {
  font-weight: 600;
}

.intro .intro-body .intro-text {
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .intro-text {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .intro .intro-body .brand-heading {
    font-size: 48px;
    padding-bottom: 40px;
    margin-top: 125px;
  }
  .intro .intro-body .intro-text {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

/* ------------------------------ */

.section-content {
  padding: 130px 0;
}

section .section-title {
  text-align: center;
  color: #3097F7 !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

section .section-title.dashed-white:before {
  border-top: 2px solid #3097F7;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

section .section-title.dashed-white span {
  background: #ffffff;
  padding: 0 100px;
}

@media (max-width: 660px) {
  section .section-title.dashed-white span {
    padding: 0 50px;
  }
  #howItWorks .list-ideal>li {
    margin-bottom: 15px;
  }
}

/* ------------------------------ */

#howItWorks h4 {
  color: #3097F7;
  max-width: 95%;
  font-size: 21px;
  text-align: center;
  padding-top: 12px;
  font-weight: 500;
}

#howItWorks p {
  text-align: justify;
  font-size: 13px;
}

#howItWorks .list-ideal>li {
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  vertical-align: top;
}

@media (min-width: 1200px) {
  #howItWorks img {
    width: 135px;
  }
  #howItWorks .list-ideal>li {
    /*width: 165px;*/
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  #howItWorks h4 {
    font-size: 24px;
  }
  #howItWorks .list-ideal>li {
    font-size: 16px;
  }
}

/* ------------------------------ */

#sessions .sessions-section {
  padding: 170px 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url('../images/splash_2.jpeg') no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#sessions .sessions-section h1 {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 600;
}

@media (min-width: 1200px) {
  #sessions .sessions-section h1 {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #sessions .sessions-section {
    padding: 80px 0;
  }
  #sessions .sessions-section h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media (max-width: 660px) {
  #sessions .sessions-section h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

/* ------------------------------ */

#keyFeatures h2 {
  font-weight: 300;
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 35px;
}

#keyFeatures span, #keyFeatures i {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  line-height: inherit;
}

#keyFeatures i {
  color: #0074D9;
  font-size: 30px;
  padding-right: 15px;
  width: 48px;
  text-align: center;
}

#keyFeatures span {
  color: white;
  font-size: 19px;
  font-weight: 500;
  width: 80%;
}

@media (max-width: 768px) {
  #keyFeatures h2 {
    font-size: 24px;
  }
  #keyFeatures span {
    width: 77%
  }
}

/* ------------------------------ */

#requestDemo .demo-section {
  width: 100%;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/splash_3.jpg') no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#requestDemo .demo-section h1 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1200px) {
  #requestDemo .demo-section {
    padding: 280px 0 170px;
  }
  #requestDemo .demo-section h1 {
    padding-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  #requestDemo .demo-section {
    padding: 350px 0 120px;
  }
}

@media (min-width: 1025px) {
  #requestDemo .btn-lg {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .demo-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .demo-section {
    padding: 50px 0;
  }
}

@media (max-width: 660px) {
  #requestDemo .demo-section h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

/* ------------------------------ */

@media (min-width: 1200px) {
  #loginpage, #signupPage {
    padding: 150px 0 100px;
  }
}

/* ------------------------------ */

.intro-info {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(33, 46, 56, 0.8)), url('../images/splash_2.jpeg') no-repeat center center fixed;
  background-color: #4B565E;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-info .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro-info .intro-body .brand-heading {
  font-weight: 600;
}

.intro-info .intro-body .intro-text {
  font-weight: 400;
  line-height: normal;
}

.intro-info .intro-body .intro-text-numbers {
  text-transform: uppercase;
  font-weight: 300;
}

.intro-info .intro-body .intro-text-numbers span {
  font-weight: 500;
}

.intro-info .intro-body .intro-text-end {
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .intro-info {
    height: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .intro-info {
    height: 100%;
    padding: 0;
  }
  .intro-info .intro-body .intro-text {
    font-size: 18px;
  }
  .intro-info .intro-body .intro-text-numbers {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .intro-info .intro-body .brand-heading {
    font-size: 61px !important;
    padding-bottom: 0;
    margin-top: 150px;
  }
  .intro-info .intro-body .intro-text {
    font-size: 25px;
    padding: 0 250px 35px;
  }
  .intro-info .intro-body .intro-text-numbers {
    font-size: 35px;
    padding-bottom: 0;
  }
  .intro-info .intro-body .intro-text-numbers span {
    font-size: 54px !important;
  }
  .intro-info .intro-body .intro-text-end {
    font-size: 25px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .intro-info .intro-body .brand-heading {
    font-size: 40px;
  }
  .intro-info .intro-body .intro-text {
    font-size: 19px;
  }
  .intro-info .intro-body .intro-text-numbers {
    font-size: 34px;
  }
  .intro-info .intro-body .intro-text-end {
    font-size: 25px;
  }
}

/* ------------------------------ */

#reqDemo h2 {
  font-size: 45px;
  font-weight: 200;
  color: #ffffff;
}

#reqDemo h1 {
  font-weight: 500;
  color: #FB2700;
  margin-bottom: 35px;
  font-size: 72px;
}

#reqDemo h4 {
  font-weight: 200;
  font-size: 28px;
  color: #3097F7;
  margin-bottom: 50px;
}

#reqDemo h5 {
  font-size: 20px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.84);
}

@media (min-width: 1025px) {
  #reqDemo .btn-lg {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  #reqDemo h2 {
    padding-top: 70px;
  }
  #reqDemo h1 {
    padding-top: 50px;
  }
  #reqDemo h4 {
    margin-top: 50px;
  }
  #reqDemo h5 {
    margin: 85px 0;
  }
}

@media (max-width: 768px) {
  #reqDemo h1 {
    font-size: 42px;
  }
  #reqDemo h2 {
    font-size: 36px;
  }
  #reqDemo h4 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  #reqDemo h1 {
    font-size: 42px;
  }
  #reqDemo h2 {
    font-size: 31px;
  }
  #reqDemo .btn {
    margin-bottom: 35px;
  }
}

/* ------------------------------ */

#dataBreach .dataBreach-section {
  padding: 120px 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(rgba(41, 43, 50, 0.94), rgba(41, 43, 50, 0.82)), url('../images/splash_4.jpeg') no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#dataBreach .dataBreach-section h1 {
  font-size: 59px;
  letter-spacing: -1px;
  font-weight: 700;
}

#dataBreach .dataBreach-section h2 {
  font-weight: 200;
  font-size: 45px;
  text-transform: uppercase;
}

#dataBreach .dataBreach-section h3 {
  font-weight: 200;
  font-size: 28px;
}

@media (min-width: 1200px) {
  #dataBreach .dataBreach-section h3 {
    padding: 40px 0 35px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #dataBreach .dataBreach-section h3 {
    padding: 0 45px;
  }
}

@media (min-width: 767px) {
  .dataBreach-section {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  #dataBreach .dataBreach-section h1 {
    font-size: 46px;
  }
  #dataBreach .dataBreach-section h3 {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  #dataBreach .dataBreach-section h2 {
    font-size: 31px;
  }
}

/* ------------------------------ */

#stats h1 {
  color: #ffffff;
  font-size: 55px;
  margin: 30px 0 0;
}

#stats h2 {
  color: #3097F7;
  font-size: 28px;
  letter-spacing: -1px;
  margin: 0;
}

#stats h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 768px) {
  #stats h1 {
    font-size: 36px;
  }
  #stats h2 {
    font-size: 24px;
    margin-bottom: 55px;
  }
  #stats h3 {
    font-size: 18px;
    padding: 0 35px;
  }
}

@media (max-width: 500px) {
  #stats h2 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  #stats {
    padding: 180px 0;
  }
  #stats img {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #stats h1 {
    font-size: 50px;
  }
}

/* ------------------------------ */

#insiderStats .insiderStats-section {
  position: relative;
  padding: 145px 0;
  width: 100%;
  color: #fff;
  /*background: linear-gradient(rgba(27, 37, 45, 0.9), rgba(30, 38, 45, 1)), url('../images/splash_5.jpg') no-repeat center center fixed;*/
  background-color: #2D3037;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#insiderStats .info-sep {
  position: absolute;
  left: 50%;
}

@media (min-width: 1132px) {
  #insiderStats .info-sep {
    top: -18.5%;
  }
}

@media (min-width: 992px) and (max-width: 1131px) {
  #insiderStats .info-sep {
    top: -18%;
  }
}

@media (min-width: 845px) and (max-width: 991px) {
  #insiderStats .info-sep {
    top: -11.5%;
  }
}

@media (min-width: 769px) and (max-width: 844px) {
  #insiderStats .info-sep {
    top: -12%;
  }
}

@media (min-width: 378px) and (max-width: 768px) {
  #insiderStats .info-sep {
    top: -12.25%;
  }
}

@media (max-width: 377px) {
  #insiderStats .insiderStats-section {
    padding: 135px 0;
  }
  #insiderStats .info-sep {
    top: -12%;
    left: 47%;
  }
}

#insiderStats .insiderStats-section h2 {
  font-weight: 600;
  font-size: 45px;
  color: #3097F7;
  margin: 0;
  padding: 16px 0;
}

#insiderStats .insiderStats-section h2:first-of-type {
  margin-top: 11px;
}

#insiderStats .insiderStats-section h2.bordered {
  z-index: 1;
  position: relative;
}

#insiderStats .insiderStats-section h2.bordered:before {
  border-top: 2px solid rgba(255, 255, 255, 0.66);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

#insiderStats .insiderStats-section p {
  font-weight: 400;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

#insiderStats .insiderStats-section h3 {
  font-weight: 300;
  font-size: 21px;
}

@media (max-width: 960px) {
  #insiderStats .insiderStats-section h2, #insiderStats .insiderStats-section p, #insiderStats .insiderStats-section h3 {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  #insiderStats .insiderStats-section h2.bordered:before {
    width: 70%;
  }
}

@media (max-width: 768px) {
  #insiderStats .insiderStats-section h2 {
    font-size: 36px;
  }
  #insiderStats .insiderStats-section h2.bordered {
    border: none;
    z-index: 1;
    position: relative;
  }
}

#insiderStats .insiderStats-section p {
  font-size: 18px;
}

#insiderStats .insiderStats-section h3 {
  font-size: 20px;
}

}

@media (max-width: 1199px) {
  #insiderStats .insiderStats-section h2, #insiderStats .insiderStats-section p, #insiderStats .insiderStats-section h3 {
    text-align: center;
  }
}

/* ------------------------------ */

#security .security-section {
  padding: 120px 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(rgba(27, 37, 45, 0.9), rgba(30, 38, 45, 0.9)), url('../images/splash_6.jpg') no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#security .security-section h1 {
  font-weight: 200;
  font-size: 45px;
  text-align: center;
  margin-bottom: 50px;
}

#security .security-section table tr td {
  font-size: 24px;
  padding: 10px;
}

@media (min-width: 1200px) {
  #security .security-section table tr td:first-child {
    display: none;
  }
  #security .security-section table {
    margin-top: 40px;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  #security .security-section table tr td:first-child span {
    width: 25px;
    height: 25px;
    display: block;
  }
  #security .security-section table tr:first-child td:first-child span {
    background-color: #80B1E5;
  }
  #security .security-section table tr:nth-child(2) td:first-child span {
    background-color: #A8C9E2;
  }
  #security .security-section table tr:nth-child(3) td:first-child span {
    background-color: #99BDDF;
  }
  #security .security-section table tr:nth-child(4) td:first-child span {
    background-color: #CCE1ED;
  }
  #security .security-section table tr:nth-child(5) td:first-child span {
    background-color: #DEF0F9;
  }
  #security .security-section table {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  section#security .security-section h1 {
    font-size: 32px;
  }
}

/* ------------------------------ */

#industry h1, section#industry h5 {
  color: #ffffff;
  font-weight: 200;
}

#industry h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#industry h5 {
  font-size: 20px;
  margin-top: 0;
}

#industry .list-industry {
  text-align: center;
}

#industry .list-industry li {
  padding: 0 15px;
}

#industry .list-industry li img {
  margin: 0 auto;
}

#industry .list-industry li h3 {
  color: #ffffff;
  display: block;
  font-size: 25px;
  font-weight: 300;
}

#industry .list-industry li h4 {
  color: #ffffff;
  font-size: 25px;
}

#industry .table-industry {
  width: 100%;
  margin-top: 25px;
}

#industry .table-industry tr td {
  color: #ffffff;
  padding: 0 15px 30px;
  vertical-align: middle;
}

#industry .table-industry tr td span:first-child {
  font-size: 24px;
  display: block;
  font-weight: 300;
}

#industry .table-industry tr td span:last-child {
  font-weight: 500;
  font-size: 24px;
  display: block;
}

@media (max-width: 1199px) {
  #industry h1, #industry h5 {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .list-industry {
    padding-left: 0;
    list-style: none;
  }
  .list-industry>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .list-industry>li:first-child {
    padding-left: 0;
  }
}

@media (max-width: 1107px) {
  #industry .list-industry li {
    padding: 0 5px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  #industry .list-industry li {
    padding-right: 10px;
    float: left;
  }
  #industry .list-industry li h3 {
    font-size: 21px;
  }
  #industry .list-industry li h4 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  #industry {
    padding: 60px 0;
  }
  #industry .list-industry li div {
    display: block;
    float: left;
  }
}

@media (max-width: 500px) {
  #industry h1 {
    font-size: 31px;
  }
}

/* ------------------------------ */

/* top footer */

footer .footer-top {
  background: #ffffff;
}

/* end of top footer */

/* bottom footer */

footer .footer-bottom {
  background: #f3f2f2;
}

footer .footer-top ul, footer .footer-bottom ul {
  margin-bottom: 0;
}

footer .footer-top ul li, footer .footer-bottom ul li {
  color: #16161d;
  font-size: 15px;
  font-weight: 400;
}

footer .footer-top ul li:after, footer .footer-bottom ul li:after {
  content: "|";
  margin: 0 5px;
}

footer .footer-top ul li:last-child:after, footer .footer-bottom ul li:last-child:after {
  content: "";
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-53 {
  margin-left: 53%!important;
}

.c-red {
  margin-top:10px;
  color: red;
  font-size: 14px;
}

/*footer .footer-bottom ul:first-of-type li {
  padding: 15px 0 2px;
}

footer .footer-bottom ul:last-of-type li {
  padding: 2px 0 15px;
}*/

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

.no-padding {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.no-pr {
  padding-right: 0px!important;
}

.no-pl {
  padding-left: 0px!important;
}

footer .footer-bottom ul li a {
  color: #16161d;
}

footer .footer-bottom ul li a:hover, footer .footer-bottom ul li a:active, footer .footer-bottom ul li a:focus {
  color: #3097F7;
}

@media (max-width: 500px) {
  footer .footer-top ul li {
    padding: 5px 0;
  }
}

/* end of bottom footer */

/* ------------------------------ */

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

::selection {
  text-shadow: none;
  background: #3097F7;
  color: #ffffff;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

@media (max-width: 1025px) {
  .intro, #sessions .sessions-section, #requestDemo .demo-section, .intro-info, #security .security-section, #dataBreach .dataBreach-section {
    background-attachment: scroll!important;
  }
}

@media (max-width: 954px) {
  .navbar-form {
    display: none;
  }
  .navbar-toggle {
    display: block;
    float: right;
  }
  .navbar-header {
    float: none;
  }
  .navbar-custom .navbar-brand {
    float: left;
  }
}

@media (min-width: 955px) {
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 954px) {
  .navbar-header {
    float: none;
  }
  .navbar-collapse .navbar-nav.navbar-right {
    margin: 7.5px -15px;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar>.container-fluid .navbar-brand {
    margin: 0;
  }
  .navbar-collapse .navbar-nav.navbar-right, .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin: 7.5px -15px;
    float: left !important;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding: 10px 15px;
  }
  .navbar-collapse .navbar-nav {
    display: block !important;
  }
}

/* support chat css start */

.help-position-fixed-top {
  position: fixed !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 12px 10px 20px 20px;
  background-color: #223746;
  color: #fff;
  font-size: 14px;
  width: 260px;
  cursor: pointer;
}

.help-position-fixed-center {
  position: fixed;
  bottom: 0;
  right: 50px;
  padding: 4px;
  margin-left: -4px;
  z-index: 9998;
}

.support-modal-open {
  overflow: hidden;
}

.support-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.support-modal.fade .support-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.support-modal.in .support-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.support-modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.support-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 0 solid #999999;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.support-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.support-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.support-modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.support-modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 0;
}

.support-modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  margin-top: -8px;
  background-color: #a7a7a7;
  height: 30px;
  width: 30px;
  border-radius: 20px;
}

.support-modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.support-modal-body {
  position: relative;
  padding: 20px;
}

.support-modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.support-modal-footer:before, .support-modal-footer:after {
  display: table;
  content: " ";
}

.support-modal-footer:after {
  clear: both;
}

.support-modal-footer:before, .support-modal-footer:after {
  display: table;
  content: " ";
}

.support-modal-footer:after {
  clear: both;
}

.support-modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.support-modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.support-modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .support-modal-dialog {
    width: 900px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .support-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

div#SupportModal {
  z-index: 1050;
}

.help-position-fixed-top {
  background-color: #3197f6!important;
  width: 60px!important;
  height: 60px!important;
  bottom: 20px!important;
  right: 20px!important;
  border-radius: 34px 8px 34px 34px!important;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .26)!important;
  text-align: center!important;
  vertical-align: middle!important;
  font-size: 25px!important;
}

.help-position-fixed-top i {
  line-height: 50px;
}

.transaction_key {
  display: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.navbar-form {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -15px!important;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px!important;
  padding: 6px 12px!important;
  font-size: 14px!important;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fs-0 {
  font-size: 0rem!important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.pb-20 {
    padding-bottom:20px;
}

.m-t-100 {
 margin-top:100px;
}

.bg-white-box {
 background:#fff;
 border-radius:30px;
 padding-top:20px;
 padding-bottom:20px;
 margin-bottom: 30px!important;
}

.fs-28 {
 font-size:24px;
 color:#060606;
}

.m-t-10 {
 margin-top: 10px;
}

.p-t-20 {
 padding-top:20px;
}

.fs-16 {
 font-size:16px;
 color:#333333;
}

.fs-14 {
 font-size:14px;
 color:#333333;
}

.label-password-email {
 font-size:14px;
 font-weight:bold;
}

.m-t-20 {
 margin-top:20px;
}

.footer {
 flex-shrink: 0;
 width: 100%;
}

.bg-white {
 background:#fff;
}

.forgot-password {
 padding-left:15px;
}

.m-t-30 {
 margin-top:30px;
}

.m-t-15 {
 margin-top:15px;
}

.fs-16-green {
 font-size:16px;
 color:#1D716D;
}

.custom-field-email {
 height:37px!important;
 border-left:none!important;
 border-radius:5px;
 outline:none!important;
 box-shadow:none!important;
}

.custom-field-email:focus {
    outline: none!important;
    border-color:#ced4da!important;
}

.custom-field-password {
 height:37px!important;
 border-left:none!important;
 outline:none!important;
 border-right:none!important;
 box-shadow:none!important;
 border-radius:5px;
}

.custom-field-password:focus {
    outline: none!important;
    border-color:#ced4da!important;
}

.fs-14-bold {
 color:#1D716D;
 font-weight:bold;
 cursor:pointer;
 font-size:14px;
}

.header-content {
  flex: 1 0 auto;
}

.p-t-15 {
 padding-top:15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.m-t-67 {
margin-top:67px;
}


/* support chat css ends */