@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?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;
  font-weight: 300;
  margin-bottom: 30px;
  color: #2d3666;
}
.section-title h2 {
  margin: 0 0 5px;
  font-size: 40px;
  font-weight: 700;
  color: #484848;
}
.section-title.white {
  color: #ffffff;
}
.section-title.white h2 {
  color: #fff;
}

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;
}

.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;
  border-color: #5bc0de;
  background-color: #dff7ff;
}

.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 */
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #2d3666;
  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 img {
  max-height: 100%;
}

.nav-column {
  padding: 5px 0;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-column {
    padding-right: 30px;
  }
}
.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;
  color: red;
}
.menu ul > li > a {
  padding: 15px 15px;
  font-weight: 500;
  line-height: 25px;
}
.menu ul > li > a:hover {
  color: #b5c3d4;
}
.menu ul > li.current-menu-item > a {
  color: #b5c3d4;
}

.dropdown-menu {
  position: absolute;
  left: 50% !important;
  top: calc(100% - 5px);
  z-index: 20;
  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 .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;
  }
}
/*****************************
 *   04. service-area
 ******************************/
.single-service,
.single-service-2,
.single-service-3 {
  margin: 15px 0;
}

.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px 30px;
}

.single-service .inner:hover,
.single-service-2 .inner:hover,
.single-service-3 .inner:hover {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.single-service .inner .title,
.single-service-2 .inner .title,
.single-service-3 .inner .title {
  overflow: hidden;
  margin-bottom: 15px;
}

.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon {
  float: left;
  font-size: 26px;
}

.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4 {
  padding-left: 50px;
  font-size: 20px;
  margin: 3px 0 0;
}

.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content {
  font-weight: 300;
  font-size: 14px;
  color: #2d3666;
  line-height: 26px;
}

.single-service .inner .content p:last-child,
.single-service-2 .inner .content p:last-child,
.single-service-3 .inner .content p:last-child {
  margin-bottom: 0;
}

.single-service.bordered .inner,
.bordered.single-service-2 .inner,
.bordered.single-service-3 .inner {
  border: 1px solid #cad4de;
  box-shadow: none;
}

.single-service-2 {
  text-align: center;
}

.single-service-2 .inner {
  border: 1px solid #cad4de;
  border-radius: 5px;
  padding: 40px 40px;
}

.single-service-2 .inner .content {
  font-size: 16px;
  /* color: #7288b5; */
  margin-top: 25px;
}

.single-service-2 .inner .title {
  text-align: center;
}

.single-service-2 .inner .title .icon {
  float: none;
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}

.single-service-2 .inner .title h4 {
  padding-left: 0;
}

.single-service-2:hover .inner,
.single-service-2:hover .box-price,
.single-service-2:hover .price-unit,
.single-service-2:hover .slots,
.single-service-2:hover .title h3 {
  color: #fff;
}

.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
  color: #fff;
}

.single-service-3 {
  margin: 30px 0;
}

.single-service-3 .inner {
  background: transparent;
  padding: 0;
  color: #fff;
}

.single-service-3 .inner:hover {
  box-shadow: none;
}

.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
  color: #fff;
  padding-left: 100px;
}

.single-service-3 .inner .title h4 {
  font-size: 24px;
}

.single-service-3 .inner .content {
  font-size: 16px;
}

.single-service-3 .inner .title .icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 34px;
}

.single-service-3 .inner:hover .title .icon {
  background-color: #fff;
}

.single-service-2 .title h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #555;
}

.single-service-2 .slots {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}

.single-service-2 .box-price {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
  color: #000;
}

.single-service-2 .price-unit {
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 32px;
}

.single-service-2 .button {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

/* 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;
}

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

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

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

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

/***************************************/
/*   Home page                         */
/***************************************/
.discount-block {
  background-color: #000;
}

.discount-block .discount-text {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 20px 0;
  font-size: 1.4rem;
}

#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;
}

#download-buttons .download-button,
#download-buttons .pricing-button {
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  background-color: #008FFF;
  color: white;
  -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;
}
@media (min-width: 576px) {
  #download-buttons .download-button,
#download-buttons .pricing-button {
    font-size: 20px;
  }
}
#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 {
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media (min-width: 576px) {
  #download-buttons .download-button .icon,
#download-buttons .pricing-button .icon {
    font-size: 20px;
  }
}
#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 .mirror-download {
  text-align: center;
  margin-top: 0.7em;
  font-size: 0.9em;
}
#download-buttons .pricing-button {
  background-color: #fff;
  color: #008FFF;
  border: 1px solid #0098FF;
  padding-left: 30px;
  width: 100px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 375px) {
  #download-buttons .pricing-button {
    width: 124px;
  }
}
@media (min-width: 576px) {
  #download-buttons .pricing-button {
    width: 174px;
  }
}
#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;
}
#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;
}

.download-notes {
  font-style: italic;
  font-size: 90%;
}

#testimonial img {
  padding-top: 1em;
  padding-bottom: 1em;
}
#testimonial .text {
  color: #023965;
  font-style: italic;
  font-size: 1.1em;
}
#testimonial .author {
  font-style: italic;
  font-weight: 500;
}
#testimonial .icon img {
  padding: 0 0 0 1em;
}

#screenshots {
  padding-bottom: 60px;
  padding-top: 30px;
}
#screenshots .heading {
  margin-bottom: 50px;
  text-align: center;
}
#screenshots .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}
#screenshots a:hover {
  opacity: 0.8;
}
#screenshots .item {
  margin-bottom: 20px;
}
#screenshots .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
@media (min-width: 576px) {
  #screenshots .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

#howto {
  padding-top: 1em;
}
#howto h2 {
  text-align: center;
}
#howto .section {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
#howto .section:not(:last-child) {
  border-bottom: 1px solid rgba(63, 63, 68, 0.15);
}
#howto .section h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}
#howto .section ul {
  margin-left: 2em;
}
#howto .section li {
  color: #0d67c8;
  line-height: 1.9em;
}
#howto .section li a {
  margin-top: -3px;
  vertical-align: text-top;
  color: #0d67c8;
}
#howto .section li a:hover {
  text-decoration: underline;
}

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

#product-features .features-title,
#product-features .components-title,
#product-features .section-subtitle {
  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 a.more {
  font-size: 1.1em;
  color: #007bff;
}
#product-features .product-icon img {
  width: 50px;
}
#product-features .section-subtitle {
  margin-top: 10px;
  font-size: 18px;
}
#product-features .circle {
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(40, 128, 237, 0.1);
  top: 0;
  left: 12px;
}
#product-features h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0 12px 0;
  line-height: 1.1;
}
#product-features p.description {
  font-weight: 300;
  color: #000;
  font-size: 1.1em;
}
#product-features .features-title {
  margin: 0 0 40px 0;
  padding-top: 20px;
  font-size: 1.7em;
}
#product-features .features p {
  font-size: 16px;
  color: #59697d;
  line-height: 1.45;
  margin: 0 0 10px;
}
#product-features .features .icon {
  position: absolute;
  left: 16px;
  font-size: 28px;
  color: #2789e4;
}
#product-features .features .item {
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

#screenshots {
  padding-bottom: 60px;
  padding-top: 30px;
}
#screenshots .heading {
  margin-bottom: 50px;
  text-align: center;
}
#screenshots .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}
#screenshots a:hover {
  opacity: 0.8;
}
#screenshots .item {
  margin-bottom: 20px;
}
#screenshots .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
@media (min-width: 576px) {
  #screenshots .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

#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: -62px;
  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: 10px;
}
#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;
}
#pricing-table .btn-radio span .fa {
  position: relative;
  top: -6px;
  left: 3px;
  color: #aaa;
  font-size: 0.8em;
  color: #008FFF;
}
#pricing-table .license-terms {
  border-top: 1px solid #aaa;
}
#pricing-table .license-terms ul {
  padding: 1em 0 3em 2em;
  font-size: 0.9em;
}
#pricing-table .license-terms ul li span {
  font-weight: 700;
}

/***************************************/
/*   Guides                            */
/***************************************/
.guides .section ~ .section h2 {
  padding-top: 1.2em;
}
.guides a {
  display: block;
}
.guides .video h5 {
  font-weight: 300;
  font-size: 1.2em;
}
.guides .inner {
  height: 100%;
}
.guides .contact_emph {
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
}

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

.customers-scroll img {
  width: 280px;
}
@media (min-width: 375px) {
  .customers-scroll img {
    width: 330px;
  }
}
@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;
}

/***************************************/
/*   Support page                      */
/***************************************/
#support .inner {
  height: 100%;
}
#support .contact_emph {
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
}
#support a.link {
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
}

/***************************************/
/*   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;
}

/***************************************/
/*   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;
}

/***************************************/
/*   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;
  padding-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;
}

/***************************************/
/* 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;
}

#releases .header .intro {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.cd-timeline {
  overflow: hidden;
  padding: 2em 0;
  color: #818d98;
}

.cd-timeline__container {
  position: relative;
  padding: 30px 0;
}
.cd-timeline__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  height: 100%;
  width: 4px;
  background: #d8e5ee;
}
@media (min-width: 64rem) {
  .cd-timeline__container::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.cd-timeline__block {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
  padding-left: 5px;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .cd-timeline__block {
    padding-left: 0;
  }
  .cd-timeline__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline__img img {
  width: 30px;
  height: 30px;
}
@media (min-width: 64rem) {
  .cd-timeline__img img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 64rem) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    order: 1;
    margin-left: calc(5% - 30px);
    will-change: transform;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__img {
    margin-right: calc(5% - 30px);
  }
}

.cd-timeline__img--picture {
  background-color: #d8e5ee;
}

.cd-timeline__img--movie {
  background-color: skyblue;
}

.cd-timeline__img--location {
  background-color: plum;
}

.cd-timeline__content {
  flex-grow: 1;
  position: relative;
  margin-left: 1.25em;
  background: #fff;
  border-radius: 0.25em;
  border: 1px solid #7aa5c4;
  padding: 20px 30px;
}
.cd-timeline__content .product {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #002639;
}
.cd-timeline__content .product a {
  color: #002639;
}
.cd-timeline__content .product a:hover {
  color: #0166b6;
  text-decoration: underline;
}
.cd-timeline__content .product .version {
  color: #c00020;
  font-size: 0.8em;
}
.cd-timeline__content ul {
  margin-bottom: 0;
}
.cd-timeline__content ul li {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #2d3666;
}
.cd-timeline__content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #7aa5c4;
}
@media (min-width: 64rem) {
  .cd-timeline__content {
    width: 45%;
    flex-grow: 0;
    will-change: transform;
    margin: 0;
    font-size: 0.8em;
    --line-height-multiplier: 1.2;
  }
  .cd-timeline__content::before {
    top: 23px;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #7aa5c4;
  }
}

.cd-timeline__date {
  color: #71787d;
  font-size: 1.1em;
  padding-top: 20px;
}
@media (min-width: 64rem) {
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 20px;
    font-size: 1.3em;
    padding: 0 0 0 10px;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 120%;
    text-align: right;
    padding: 0 10px 0 0;
  }
}

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