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

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #f8f9fa;
}

a {
  text-decoration: none;
  color: #120202;
}

input, textarea, button {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

ul, li {
  list-style: none;
}

.content {
  margin: 0 auto;
}

.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  margin: 0;
  padding: 0;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
}

.header_navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2px 20px;
  margin: 0 auto;
}

.header_navbar .header-icon {
  margin-top: 5px;
}

.logo-title {
  position: relative;
  bottom: 10px;
  right: -10px;
  font-weight: bold;
  color: #0b3253;
  font-size: 15px;
}

.header_navbar .header-icon img {
  margin-top: 8px;
  height: 22px;
}

.header_navbar .nav ul {
  display: flex;
}

.header_navbar .nav ul li {
  margin: 0 25px;
}

.nav-toggle-btn {
  display: none;
  margin-top: 12px;
}

.toggle-btn {
  font-size: 19px;
}

.active {
  display: block !important;
}

.cover {
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 80px;
  background: #4465c8;
  color: #d7dae3;
}

.cover .cover-text {
  margin: 0 auto;
  padding: 0 0 0 15px;
  line-height: 35px;
}

#features {
  margin: 100px auto;
}

.features-title {
  color: #505478;
}

.features-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-item {
  width: 25%;
  margin: 20px 5px;
}

.box-icon .icon {
  text-align: center;
  color: #fff;
}

.box-icon .icon-start,
.box-icon .icon-flow-chart,
.box-icon .icon-chat-empty,
.box-icon .icon-settings {
  padding: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  font-size: 50px;
}

.box-icon .icon-start {
  background-color: #0067F4;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
}

.box-icon .icon-flow-chart {
  background-color: #82e26f;
  background-image: -moz-linear-gradient(45deg, #0067F4 0%, #82e26f 100%);
  background-image: -webkit-linear-gradient(45deg, #0067F4 0%, #82e26f 100%);
  background-image: -ms-linear-gradient(45deg, #0067F4 0%, #82e26f 100%);
}

.box-icon .icon-chat-empty {
  background-color: #0067F4;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
}

.box-icon .icon-settings {
  background-color: #fd0035;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #fd0035 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #fd0035 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #fd0035 100%);
}

.box-content {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #4a6c83;
}

#pricing {
  margin: 100px auto;
}

.pricing-title {
  color: #505478;
  margin-bottom: 60px;
}

.pricing-box {
  background: #fcfcfc;
  border-radius: .25rem;
  margin: 32px 10px 10px 10px;
}

.pricing-item {
  text-align: center;
  width: 350px;
  display: inline-block;
  transition: transform .3s ease-in-out;
  margin: 0 10px;
}

.pricing-item:hover {
  transform: scale(1.02);
}

.pricing-deco {
  border-radius: 0.25rem 0.25rem 0 0;
  background: #9460e2;
  padding: 2rem 0 8rem;
  position: relative;
}

.pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-price {
  font-size: 5rem;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25rem 0;
  line-height: 0.75;
}

.pricing-sub {
  font-size: .9rem;
  margin: 2rem 0;
  color: #fff;
}

.pricing-feature-list {
  display: inline-block;
  margin: 0;
  padding: 0 24px;
  width: 100%;
  text-align: left;
}

.pricing-feature-list div {
  margin: 0;
  display: inline-block;
  width: 90%;
}

.pricing-feature {
  padding: .75rem 0;
}

.pricing-signup-btn {
  padding: 0 24px !important;
  margin-top: 48px !important;
  margin-bottom: 24px !important;
}

.pricing-signup-btn a {
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  color: #fff;
  background-color: #9460e2;
  border-color: #9460e2;
}

.pricing-signup-btn a:hover {
  color: #fff;
  background-color: #7e3fdc;
  border-color: #7734da;
}

.terms, .policy {
	margin-top: 100px;
}

.footer {
  background: #1f2d41;
  color: #d7dae3;
}

.footer a {
  color: #d7dae3;
}

.footer .copyright {
  display: inline-block;
}

.copyright p {
  padding: 20px 0;
}

.footer .other-links {
  display: inline-block;
  position: relative;
  float: right;
  top: 20px;
}

.other-links ul {
  position: relative;
  left: 0;
  padding: 0;
}

.other-links li {
  display: inline-block;
  margin-right: 28px;
}

.fa-fw {
  width: 20px;
  text-align: center;
}

.fa-sm {
  width: 15px !important;
}

.text-success {
  color: #28a745 !important;
}

.text-muted {
  color: #728197 !important;
}

.alert {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger {
  background: #fd0035;
  border-color: #e40030;
}

@media (min-width: 576px) {
  .content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .nav-toggle-btn {
    display: inline-block;
  }

  .header_navbar .nav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }

  .header_navbar .nav ul {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .header_navbar .nav ul li {
    padding: 8px 0;
  }

  .box-item {
    width: 50%;
  }

  .footer .copyright,
  .footer .other-links {
    display: block;
  }

  .footer .other-links {
    float: none;
    top: unset;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .content {
    max-width: 960px;
  }

  .pricing-item {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .content {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .content {
    max-width: 1320px;
  }
}
