@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro&family=Archivo+Narrow:wght@700&family=Open+Sans&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.trns, .contact-form input:not([type=submit]),
.contact-form textarea, .dropdown-menu ul li a, .menu ul > li > a, .nav-column .right-nav span, .nav-column a, .nav-column span, .button {
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}

* {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
  text-decoration: none;
  outline: none !important;
}

img {
  max-width: 100%;
}

a,
span {
  display: inline-block;
}

.bg2 {
  background-color: #f3f6fa;
}

.sp {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spt {
  padding-top: 40px;
}

.spb {
  padding-bottom: 40px;
}

/* button */
.button {
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  background-color: #4698ff;
  border-color: #4698ff;
  border-radius: 3px;
  font-weight: 400;
  background-color: #4f83cc;
  border-color: #4f83cc !important;
}
.button:hover {
  color: #fff;
  background-color: #003c8f;
  border-color: #003c8f !important;
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 0 15px;
    line-height: 32px;
  }
}

.btn-primary {
  color: white;
  background-color: #008FFF;
  border-color: #008FFF;
}
.btn-primary:hover {
  background-color: #0072cc;
  border-color: #0072cc;
}
.btn-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #008FFF;
  background-color: white;
  border-color: #008FFF;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #008FFF;
  border-color: #008FFF;
}
.btn-outline-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.invisible {
  visibility: hidden;
}

/* section title */
.section-title {
  text-align: center;
  font-size: 16px;
  color: #7d91aa;
  font-weight: 300;
  margin-bottom: 30px;
}
.section-title h2 {
  margin: 0 0 5px;
  font-size: 40px;
  font-weight: 700;
}
.section-title.white {
  color: #ffffff;
}
.section-title.white h2 {
  color: #fff;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.35rem;
  border-radius: 0.25rem;
}

.bd-callout-warning {
  border-color: #f0ad4e;
  background-color: #fceedb;
}

.bd-callout-info {
  border-color: #5bc0de;
  background-color: #dff7ff;
}

code {
  font-family: "Source Code Pro", monospace;
}

pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  page-break-inside: avoid;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #472323;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #222538;
}

.slicknav_menu {
  background-color: #1f2131;
  border-bottom: 1px solid #585757;
}
@media only screen and (min-width: 991px) {
  .slicknav_menu {
    display: none;
  }
}

header {
  background-color: #01579b;
  padding: 10px 0;
}

.logo-column a.logo h2 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 10px 20px 10px 10px;
}

.nav-column {
  padding: 5px 0;
  font-size: 16px;
}
.nav-column a, .nav-column span {
  color: #ffffff;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
}
.nav-column a:hover, .nav-column span:hover {
  color: #b5c3d4;
}
.nav-column .right-nav {
  float: right;
  position: relative;
  padding: 15px 0;
}
.nav-column .right-nav span {
  padding: 0 15px;
}
.nav-column .right-nav .search-icon.active {
  color: red;
}
.nav-column .right-nav .search-icon.active::before {
  content: "";
}
.nav-column .right-nav .header-social {
  display: inline-block;
}
.nav-column .right-nav .header-social a {
  padding: 0 5px;
  vertical-align: top;
}

.menu ul {
  text-align: right;
  margin: 0;
}
.menu ul li.has-child > a::after {
  content: "";
  font-family: "fontawesome";
  margin-left: 4px;
}
.menu ul > li {
  display: inline-block;
  position: relative;
}
.menu ul > li > a {
  padding: 15px 15px;
  font-weight: 500;
  line-height: 25px;
}
.menu ul > li > a:hover {
  color: #b5c3d4;
}

.dropdown-menu {
  position: absolute;
  left: 50% !important;
  top: calc(100% - 5px);
  z-index: 1000;
  padding: 15px 20px;
  display: block;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.2);
  transform: translateY(10px) translateX(-50%);
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  border-radius: 0.25rem;
  background-clip: initial;
}
.dropdown-menu .row > [class*=col]:not(:first-child) {
  border-left: 1px solid rgba(131, 67, 189, 0.1);
}
.dropdown-menu::after {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1px;
  border-bottom: 11px solid #FFFFFF;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: -11px;
}
.dropdown-menu .dropdown-item-caption {
  padding: 5px 0px;
  margin-left: 5px;
  margin-top: -5px;
  color: #2e3768;
}
.dropdown-menu ul li {
  display: block;
}
.dropdown-menu ul li a {
  display: block;
  color: #023965;
  font-weight: 400;
  padding: 0;
  margin: 5px 0;
}
.dropdown-menu ul li a:hover {
  color: #0164b2;
  background-color: unset;
}

.menu ul li:hover .dropdown-menu {
  opacity: 1;
  transform: translate(0) translateX(-50%);
  pointer-events: auto;
}

.products-menu {
  padding: 0;
  min-width: 750px;
}
.products-menu .menu-icon {
  width: 30px;
  height: auto;
  padding-right: 7px;
  position: absolute;
  left: 5px;
}
.products-menu .dropdown-section {
  padding-left: 15px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #555;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.products-menu .menu-large-icon a {
  padding-left: 70px;
}
.products-menu .menu-large-icon img {
  width: 60px;
}
.products-menu ul {
  padding-left: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.products-menu ul li {
  display: block;
  margin-bottom: 7px;
}
.products-menu ul li a {
  display: flex;
  position: relative;
  align-items: center;
  padding: 5px 0px 0px 35px;
  font-size: 14px;
  line-height: 1.4;
}
.products-menu ul.docs .fa {
  display: inline;
  padding-right: 10px;
}
.products-menu ul.docs a:before {
  font-family: "fontawesome";
  content: "";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 900;
}
.products-menu .dropdown-body, .products-menu .dropdown-footer {
  padding: 15px 20px;
}
.products-menu .dropdown-body {
  padding-top: 25px;
  padding-bottom: 0.5em !important;
}
.products-menu .dropdown-footer {
  border-radius: 0.25rem;
  background-color: #f6f9fc;
  padding-bottom: 30px;
}
.products-menu .dropdown-footer .menu-icon {
  width: 70px;
}
.products-menu .dropdown-footer li > a {
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .products-menu .products-menu {
    min-width: 900px;
  }
}

.about-menu {
  min-width: 170px;
  padding: 5px 20px;
}
.about-menu ul li {
  display: block !important;
}
.about-menu ul li a {
  padding: 10px 5px;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1;
}
.about-menu ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 991px) {
  .submenu_toggler {
    float: right;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #1f2131;
    text-align: center;
  }

  .slicknav_nav a:hover .submenu_toggler {
    background-color: #1f2131;
    color: #fff;
  }

  .products-menu, .about-menu {
    margin-left: 0;
    border: none;
    color: #fff;
    box-shadow: unset;
    background: unset;
    display: none;
    float: none;
    position: unset;
    opacity: 1;
    min-width: auto;
    width: 100%;
    transform: none;
    pointer-events: initial;
  }
  .products-menu .dropdown-section, .products-menu .dropdown-item, .products-menu .dropdown-item-caption, .about-menu .dropdown-section, .about-menu .dropdown-item, .about-menu .dropdown-item-caption {
    color: #fff;
  }
  .products-menu .dropdown-body, .about-menu .dropdown-body {
    padding-top: 10px;
  }
  .products-menu .dropdown-footer, .about-menu .dropdown-footer {
    background-color: unset;
    padding-bottom: 0;
  }
  .products-menu ul, .about-menu ul {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .products-menu ul li a, .about-menu ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products-menu ul li a:hover, .products-menu ul li a:focus, .about-menu ul li a:hover, .about-menu ul li a:focus {
    border-radius: 6px;
    background: #ccc;
    color: #222;
  }
  .products-menu ul li:not(:last-child), .about-menu ul li:not(:last-child) {
    border-bottom: 0;
  }
  .products-menu .row > [class*=col]:not(:first-child), .about-menu .row > [class*=col]:not(:first-child) {
    border-left: 0;
  }
}
/* 08. footer-top */
footer {
  background-color: #272938;
  color: #7286a0;
  line-height: 24px;
}

.footer-top {
  padding: 65px 0;
}
@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 30px 0;
  }
}
.footer-top .media img {
  width: 60px;
}
.footer-top .media img img {
  width: 100%;
}

.footer_widget h5 {
  font-size: 16px;
}

.footer_widget h4,
.footer_widget h5 {
  color: #7286a0;
}

@media only screen and (max-width: 991px) {
  .footer_widget {
    padding: 15px;
  }
}
.footer_widget h4 {
  margin-bottom: 40px;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .footer_widget h4 {
    margin-bottom: 20px;
  }
}
.footer_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_widget ul li a {
  color: #7286a0;
  padding: 3px 0;
}
.footer_widget .media {
  margin-bottom: 14px;
}
.footer_widget .media h5 {
  margin: 0;
  line-height: 20px;
}
.footer_widget .media a {
  color: #7286a0;
  font-size: 14px;
}
.footer_widget .media span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.footer_widget .nw_form {
  position: relative;
}
.footer_widget .nw_form input {
  width: 100%;
  display: block;
  background-color: #1f2131;
  border-radius: 3px;
  height: 40px;
  border: 1px solid #1f2131;
  color: #7286a0;
  text-indent: 20px;
}
.footer_widget .nw_form input::-webkit-input-placeholder {
  color: #7286a0;
}
.footer_widget .nw_form input::-moz-placeholder {
  color: #7286a0;
}
.footer_widget .nw_form input:-ms-input-placeholder {
  color: #7286a0;
}
.footer_widget .nw_form input:-moz-placeholder {
  color: #7286a0;
}
.footer_widget .nw_form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background-color: #4698ff;
  border: none;
  color: #fff;
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
}

.footer-bottom {
  background-color: #1f2131;
  padding: 25px 0;
}
.footer-bottom a {
  color: #7286a0;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .text-right {
    text-align: center !important;
    margin-top: 5px;
  }
}

/* 12. contact-area */
@media only screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
  }
}
.contact-info .single-info {
  font-size: 16px;
  font-weight: 300;
}
.contact-info .single-info:not(:last-child) {
  margin-bottom: 20px;
}
.contact-info .single-info h5 {
  font-size: 16px;
  font-weight: 500;
  color: #7d91aa;
}
.contact-info .single-info p:last-child {
  margin-bottom: 0;
}
.contact-info .single-info a {
  color: #333;
  display: inline-block;
  margin-right: 8px;
}

.contact-form {
  border: 1px solid #cad4de;
  padding: 40px;
  border-radius: 3px;
}
.contact-form input:not([type=submit]),
.contact-form textarea {
  border: 1px solid #cad4de;
  width: 100%;
  background-color: #f9fbfd;
  margin-bottom: 30px;
  border-radius: 3px;
  height: 40px;
  text-indent: 20px;
}
.contact-form input:not([type=submit])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #7d91aa;
}
.contact-form input:not([type=submit])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #7d91aa;
}
.contact-form input:not([type=submit]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #7d91aa;
}
.contact-form input:not([type=submit]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #7d91aa;
}
.contact-form input:not([type=submit]):focus,
.contact-form textarea:focus {
  outline: none;
  border: 1px solid;
  border-color: #4698ff;
}
.contact-form textarea {
  height: 120px;
  padding-top: 10px;
}

.google-map {
  height: 500px;
  width: 100%;
  display: block;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .google-map {
    height: 280px;
  }
}
.google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.error-area {
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .error-area {
    height: 300px;
  }
}
.error-area h1 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
}

.nav-container {
  background-color: #f7f7f7;
}

.docs-nav {
  position: relative;
  padding-left: 40px;
}
.docs-nav .section-button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-top: 10px;
}
.docs-nav .section-button .section-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 3;
  text-transform: uppercase;
  text-align: start;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}
.docs-nav ul, .docs-nav ol {
  list-style: none;
}
.docs-nav ul li, .docs-nav ol li {
  margin-top: 5px;
}
.docs-nav ul li a, .docs-nav ol li a {
  text-decoration: none;
  color: #1a1a1a;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease;
  margin-top: 5px;
  -webkit-transition: border 0.2s ease;
}
.docs-nav ul li a.active, .docs-nav ol li a.active {
  font-weight: 700;
}

.nav-close-button {
  display: inline;
}

.col1-20 th:first-child {
  width: 15%;
  color: red;
}

h1,
h2 {
  padding-bottom: 0.3em;
}

.footer-social a {
  color: #7286a0;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.3em;
}

/* Base */
.ie-logo-hack {
  max-width: 255px;
}

.logo img {
  width: 80%;
}

.footer-social a {
  color: #7286a0;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.3em;
}

/*****************************************/
/*    Home page                          */
/*****************************************/
#home-header h1 {
  font-weight: 300;
  font-size: 2.3em;
}

#toc h2 {
  font-size: 1.3em;
  color: #472323;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  border-bottom: 1px solid #7286a0;
}
#toc h2::before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
#toc ul {
  margin-left: 2em;
  margin-bottom: 1em;
}
#toc ul li {
  list-style-type: none;
  position: relative;
}
#toc ul li:before {
  content: "•";
  font-size: 25px;
  position: absolute;
  left: -15px;
}
#toc ul li.indent-2 {
  margin-left: 2em;
}

.products-header {
  text-transform: uppercase;
  color: #6c757d;
  margin-bottom: 0;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .products-header {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .products-header {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .products-header {
    font-size: 0.8em;
  }
}
.products-header::before {
  font-family: "fontawesome";
  content: "";
  padding-right: 1em;
}
.products-header::after {
  font-family: "fontawesome";
  content: "";
  padding-left: 1em;
}

#banner h3 {
  font-size: 1.3em;
}
#banner p {
  font-size: 1em;
  font-weight: 400;
}
#banner .main-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 300px;
  margin-top: -30px;
}
#banner .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
#banner .carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
}
#banner .carousel-control-prev {
  left: -40px;
}
@media (min-width: 1200px) {
  #banner .carousel-control-prev {
    left: -50px;
  }
}
#banner .carousel-control-next {
  right: -30px;
}
@media (min-width: 576px) {
  #banner .carousel-control-next {
    right: -40px;
  }
}
@media (min-width: 1200px) {
  #banner .carousel-control-next {
    right: -50px;
  }
}
#banner .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.8);
}
#banner .carousel-item {
  height: 700px;
}
@media (min-width: 768px) {
  #banner .carousel-item {
    height: 600px;
  }
}
@media (min-width: 992px) {
  #banner .carousel-item {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  #banner .carousel-item {
    height: 330px;
  }
}

#post-list a.more {
  font-size: 1.1em;
  color: #007bff;
}
#post-list a.more:hover {
  color: #0056b3;
  text-decoration: none;
  border: none;
}

/***************************************/
/*   FAQ page                      */
/***************************************/
#faq .title {
  text-align: center;
  margin-bottom: 30px;
}
#faq .title h1 {
  display: inline-block;
  margin-bottom: 30px;
  margin: 0 0 5px;
  font-size: 40px;
  font-weight: 700;
  color: #484848;
}
#faq .topics {
  background-color: #fff;
  padding: 2em;
  box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
  border-radius: 6px;
  border: 1px solid #DADFE3;
}
#faq .section {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
#faq .section:not(:last-child) {
  border-bottom: 1px solid rgba(63, 63, 68, 0.15);
}
#faq .section h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}
#faq .section ul {
  margin-left: 2em;
}
#faq .section li {
  color: #0d67c8;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}
#faq .section li a {
  margin-top: -3px;
  vertical-align: text-top;
  color: #0d67c8;
}
#faq .section li a:hover {
  text-decoration: underline;
}

#faq-topic {
  font-family: "Open Sans", sans-serif;
  min-height: 500px;
}
#faq-topic h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
  font-size: 2em;
  padding-bottom: 0.5em;
}
#faq-topic h2 {
  font-size: 1.5em;
  padding-top: 1em;
}
#faq-topic ul li, #faq-topic ol li {
  margin-left: 2em;
}
#faq-topic .address {
  padding-left: 3em;
}

/***************************************/
/*   About + Partners                  */
/***************************************/
#about ul li, #partners ul li {
  margin-left: 1em;
}

.customers-scroll img {
  width: 400px;
}
@media (min-width: 576px) {
  .customers-scroll img {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .customers-scroll img {
    width: 600px;
  }
}

#partners .partner-contacts {
  font-weight: 300;
  font-size: 1.3em;
  margin-bottom: 20px;
}
#partners .sidebar-wrap {
  border: 1px solid #cad4de;
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 4px;
}

/***************************************/
/*   Products page                     */
/***************************************/
.features-boxed {
  color: #313437;
}
.features-boxed p {
  color: #7d8285;
}
.features-boxed h2 {
  font-weight: bold;
  padding-top: 40px;
  color: inherit;
}
@media (max-width: 767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.features-boxed .intro p {
  margin-bottom: 0;
}
.features-boxed .features {
  padding: 50px 0;
}
.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}
.features-boxed .item .box:hover {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}
.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}
.features-boxed .item .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 20px;
  color: inherit;
}
.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}

/***************************************/
/*   PRODUCT page                      */
/***************************************/
#product-page ol, #product-page ul li {
  margin-left: 2em;
}

#product-header h1 {
  font-size: 2.5em;
  line-height: 67px;
}
#product-header h2 {
  font-size: 1.5em;
}
#product-header h4 {
  font-size: 1.25em;
  line-height: 34px;
  font-weight: 300;
}
#product-header .main-image {
  display: block;
  margin: 0 auto;
  margin-top: -50px;
  max-width: 100%;
}
#product-header .release-announce {
  background: url(/images/grey-background.jpg) repeat;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  max-width: 500px;
  margin: 0px auto 30px auto;
  padding: 30px 40px;
}
#product-header .release-announce .more {
  font-size: 1.1em;
  padding-top: 1em;
}
#product-header .release-announce .product {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #002639;
}
#product-header .release-announce .product a {
  color: #002639;
}
#product-header .release-announce .product a:hover {
  color: #0166b6;
  text-decoration: underline;
}
#product-header .release-announce .product .version {
  font-size: 0.85em;
  color: #c00020;
}
#product-header .release-announce .date {
  color: #c00020;
  font-size: 0.85em;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 8px;
}
#product-header .release-announce ul {
  margin-bottom: 0;
}
#product-header .release-announce ul li {
  font-size: 0.9em;
  line-height: 1.5;
}
#product-header .cta {
  margin-top: 3em;
}

#download-buttons .download-button, #download-buttons .pricing-button {
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  background-color: #008FFF;
  color: white;
  font-size: 20px;
  -webkit-box-shadow: 2px 2px 5px rgba(94, 124, 232, 0.2);
  box-shadow: 2px 2px 5px rgba(94, 124, 232, 0.2);
  padding: 10px 30px 12px 22px;
  border-radius: 40px;
  text-decoration: none;
}
#download-buttons .download-button:hover, #download-buttons .pricing-button:hover {
  color: white;
  background-color: #0072cc;
}
#download-buttons .download-button .icon, #download-buttons .pricing-button .icon {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#download-buttons .download-button .icon.hydrated, #download-buttons .pricing-button .icon.hydrated {
  visibility: inherit;
}
#download-buttons .download-button ion-icon, #download-buttons .pricing-button ion-icon {
  display: inline-block;
  font-size: inherit;
  visibility: hidden;
}
#download-buttons .download-button ion-icon .icon-inner, #download-buttons .download-button ion-icon svg, #download-buttons .pricing-button ion-icon .icon-inner, #download-buttons .pricing-button ion-icon svg {
  height: 1em;
  width: 1em;
  line-height: 1em;
}
#download-buttons .download-button ion-icon svg, #download-buttons .pricing-button ion-icon svg {
  fill: white;
  stroke: currentColor;
}
#download-buttons .pricing-button {
  background-color: #fff;
  color: #008FFF;
  border: 1px solid #0098FF;
  padding-left: 30px;
  width: 174px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 0.5px;
}
#download-buttons .tabs-underline {
  margin: 0 auto;
  padding: 15px 0px 30px 15px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  border-top: 1px solid #aaa;
}
#download-buttons .tabs-underline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#download-buttons .tabs-underline ul li {
  display: inline-block;
  margin-left: 0;
}
#download-buttons .tabs-underline ul li a {
  display: block;
  text-decoration: none;
  color: #7f888d;
  font-size: 15px;
  margin: 0 20px 15px 0;
  padding-bottom: 5px;
}
#download-buttons .tabs-underline ul li a.tab-active {
  color: #656a6d;
  border-bottom: 2px solid #008FFF;
}
#download-buttons .tabs-underline .tabs-content-placeholder {
  overflow: hidden;
  font-weight: normal;
}
#download-buttons .tabs-underline .tabs-content-placeholder .tab-content {
  display: none;
}
#download-buttons .tabs-underline .tabs-content-placeholder .tab-content.tab-content-active {
  display: block;
}
#download-buttons .tabs-underline .tabs-content-placeholder .tab-content h5 {
  font-size: 1.15em;
  font-weight: 500;
  color: #222538;
}

/***************************************/
/*   BLOG page                         */
/***************************************/
.post-bg {
  background-color: #f6f9fc;
}

#post-list .post-content {
  margin: 30px;
}
#post-list h2 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #313136;
}
#post-list .post-image {
  width: 100%;
  height: 180px;
  background-color: #ddeaf4;
  position: relative;
}
#post-list img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#post-list a {
  text-decoration: none;
  display: inline;
}
#post-list a, #post-list a:hover {
  color: inherit;
}
#post-list a:hover {
  border-bottom: 1px solid #32325d;
}
#post-list p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 1.72;
}
#post-list .post-date {
  font-size: 14px;
  color: #888888;
}
#post-list .post-author {
  font-weight: 500;
}

/***************************************/
/*   POST page                         */
/***************************************/
#post-content h1 {
  font-size: 2em;
  padding-bottom: 1em;
}
#post-content h2 {
  font-size: 1.5em;
  padding-top: 1em;
  padding-bottom: 0.7em;
}
#post-content h3 {
  font-size: 1.3em;
  padding-bottom: 0.7em;
}
#post-content ul li, #post-content ol li {
  margin-left: 2em;
}
#post-content img {
  margin-bottom: 1em;
}
#post-content .post-download-button {
  padding-top: 20px;
  padding-right: 10px;
}

/***************************************/
/* Version history */
/***************************************/
section.releases {
  margin: 0px auto 40px auto;
  max-width: 800px;
  font-size: 16px;
  color: #42424c;
}
section.releases ul {
  margin-bottom: 0;
  padding-left: 20px;
}
section.releases .version {
  display: flex;
  padding: 30px 30px 0;
  border-top: 1px solid #ddd;
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media (max-width: 900px) {
  section.releases .version {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 90%;
  }
}
section.releases .version .release-badge.new {
  border-color: #49aee4;
  color: #49aee4;
}
section.releases .version .release-badge.improved {
  border-color: #88bf57;
  color: #79b544;
}
section.releases .version .release-badge.fixed {
  border-color: #6d7a8a;
  color: #6d7a8a;
}
section.releases .version .release-badge {
  padding: 0px 10px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}
section.releases .intro {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}
section.releases .heading {
  margin-bottom: 20px;
  font-size: 20px;
  width: 240px;
  flex-shrink: 0;
}
section.releases .heading .date {
  color: grey;
  font-size: 15px;
  display: block;
  margin-top: 3px;
}

/* Pricing table */
.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.pricing-table .block-heading h2 {
  color: #3b99e0;
}
.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}
.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}
.pricing-table .heading {
  text-align: center;
}
.pricing-table .grow {
  flex-grow: 2;
}
.pricing-table .divider {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-table .item button {
  font-weight: 600;
}
.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
}
.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}
.pricing-table .quantity {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
.pricing-table .quantity .value {
  padding: 0 7px;
}
.pricing-table .quantity span {
  cursor: pointer;
}
.pricing-table .quantity h5 {
  font-size: 1.1rem;
  line-height: 34px;
  padding-right: 10px;
}
.pricing-table .quantity .minus, .pricing-table .quantity .plus {
  width: 10px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 6px 5px 6px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: content-box;
  line-height: 1.3;
}
.pricing-table .quantity .minus:hover, .pricing-table .quantity .plus:hover {
  background-color: #cce9ff;
  border: 1px solid #008FFF;
}
.pricing-table .quantity input {
  height: 34px;
  width: 44px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
}
.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0;
}
.pricing-table .btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
  margin-left: 20px;
}
.pricing-table .btn-radio svg {
  fill: none;
  vertical-align: middle;
}
.pricing-table .btn-radio svg circle {
  stroke-width: 2;
  stroke: #C8CCD4;
}
.pricing-table .btn-radio svg path {
  stroke: #008FFF;
}
.pricing-table .btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.pricing-table .btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.pricing-table .btn-radio input {
  display: none;
}
.pricing-table .btn-radio input:checked + svg path {
  transition: all 0s ease;
}
.pricing-table .btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0s;
}
.pricing-table .btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.pricing-table .btn-radio span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.doc-content .navbar {
  padding: 1.5rem 1rem 2rem 0;
}
.doc-content .navbar .container-fluid {
  padding-left: 0;
}
.doc-content .container {
  margin-bottom: 3rem;
}
.doc-content h1 {
  font-size: 2rem;
}
.doc-content h2 {
  font-size: 1.4rem;
  padding-top: 10px;
}
.doc-content h3 {
  font-size: 1.1rem;
}
.doc-content ol li, .doc-content ul li {
  margin-left: 2em;
}
.doc-content img {
  padding-right: 10px;
}

#product-promo .promo-block {
  border-left: 10px solid #da2727;
  background-color: rgba(245, 214, 214, 0.3);
  margin-bottom: 2em;
  padding: 20px;
  position: relative;
}
#product-promo .promo-block a {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  width: 50%;
  min-width: 110px !important;
}

#product-features .features-title,
#product-features .components-title, #product-promo .features-title,
#product-promo .components-title {
  margin: 30px 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.37);
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: center;
}
#product-features .circle, #product-promo .circle {
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(40, 128, 237, 0.1);
  top: 0;
  left: 12px;
}
#product-features h4, #product-promo h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0 12px 0;
  line-height: 1.1;
}
#product-features p.description, #product-promo p.description {
  font-weight: 300;
  color: #000;
  font-size: 1.1em;
}
#product-features .features-title, #product-promo .features-title {
  margin: 0 0 40px 0;
  padding-top: 20px;
  font-size: 1.7em;
}
#product-features .features p, #product-promo .features p {
  font-size: 16px;
  color: #59697d;
  line-height: 1.45;
  margin: 0 0 10px;
}
#product-features .features .icon, #product-promo .features .icon {
  position: absolute;
  left: 16px;
  font-size: 28px;
  color: #2789e4;
}
#product-features .features .item, #product-promo .features .item {
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

#product-promo .features {
  padding: 20px;
}
#product-promo .features p {
  font-size: 15px;
}
#product-promo .features .icon {
  color: #da2727;
}
#product-promo .circle {
  background: rgba(245, 214, 214, 0.8);
}

#sidebar {
  background: #f7f7f7;
  border-right: 1px solid #ececec;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18.4px;
  padding: 100px 20px 40px 20px;
}
#sidebar h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: start;
  letter-spacing: 0.08em;
  padding-left: 20px;
  padding-bottom: 10px;
}
#sidebar > ul {
  position: relative;
}
#sidebar ul {
  list-style: none;
  padding-left: 20px;
}
#sidebar li.active {
  font-weight: 700;
}
#sidebar li.active li {
  font-weight: 400;
}
#sidebar a {
  display: block;
  border-bottom: 1px solid transparent;
  color: #1a1a1a;
  line-height: 29px;
  position: relative;
}
#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  text-decoration: none;
}
#sidebar a:hover {
  color: gray;
}
#sidebar a[data-toggle=collapse] {
  position: relative;
}
#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar .active-mark {
  width: 4px;
  height: 100%;
  border-left: 4px solid #4698ff;
  padding-left: 0;
  position: absolute;
  left: -20px;
  top: 0;
  margin-top: 0;
}
#sidebar .active-mark.nested {
  left: -40px;
}

.wrapper {
  display: flex;
  width: 100%;
}
.wrapper header {
  width: 100%;
  padding-right: 2em;
}

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s;
}

#sidebar.active, #top-sidebar.active {
  margin-left: -300px;
}

#content {
  width: calc(100% - 300px);
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.3s;
}

#content.active {
  width: 100%;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -300px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #content {
    width: 100%;
  }

  #content.active {
    width: calc(100% - 300px);
  }

  #sidebarCollapse span {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
