@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #012B47;
  background: #F5F7F9;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.6;
}

html {
  scroll-behavior: auto !important;
}

.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

main.main-content {
  padding-top: 100px;
  max-width: 1920px;
  margin: 0 auto;
}

html.adminbar-on header.main-header {
  top: 49px;
}
html.adminbar-on main.main-content {
  padding-top: calc(100px + 49px);
}
html.adminbar-on .main-wrapper {
  position: relative;
}
html.adminbar-on .custom-table {
  position: relative;
}
html.adminbar-on .custom-table .custom-table-head {
  top: 49px;
}

body .adminbar.adminbar--sticky {
  position: fixed;
}

h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
  color: #012B47;
}
h1.title-lg {
  font-size: 60px;
}
h1.title-md {
  font-size: 50px;
}
h1 strong {
  font-weight: 600;
}

h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.15;
  color: #012B47;
}
h2.title-md {
  font-size: 42px;
}
h2 strong {
  font-weight: 600;
}

h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #012B47;
}
h3 strong {
  font-weight: 600;
}

h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #012B47;
}
h4 strong {
  font-weight: 600;
}

h5 {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #012B47;
}

h6 {
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #012B47;
}

p {
  font-weight: 400;
  line-height: 1.8;
}
p a {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

article {
  max-width: 1270px;
  margin: 0 auto;
}
article p {
  line-height: 1.8;
}
article ul li {
  line-height: 1.8;
}
article h2 {
  font-size: 42px;
}
article a strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #35CEAB;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: #35CEAB;
}

ol, ul {
  padding-left: 23px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  font-size: 12px;
  padding: 5px 0;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  color: #444;
}

pre {
  background: yellow;
}

hr {
  border-color: #BED0D2;
}

blockquote {
  background: #E3ECED;
  padding: 30px;
  margin: 30px 0;
}
blockquote li,
blockquote p {
  font-size: 16px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

article img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.list-style-custom ol {
  padding-left: 16px;
}
.list-style-custom ul {
  padding: 0;
  list-style: none;
}
.list-style-custom ul ul {
  margin-top: 10px;
}
.list-style-custom ul li {
  list-style: none;
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
}
.list-style-custom ul li a {
  color: #35CEAB;
  transition: all ease 0.3s;
  text-decoration: underline;
}
.list-style-custom ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #35CEAB;
  display: block;
}

.hidden {
  display: none;
}

.image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0 auto;
}

.invert .title {
  color: #fff;
}
.invert .title a {
  line-height: 1.6;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.invert .preview,
.invert .description {
  color: #fff;
}
.invert .info {
  color: #fff;
}
.invert .info a {
  text-decoration: underline;
  color: #fff;
}
.invert .date {
  color: #fff;
}
.invert .button-custom.button-custom-calculate {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  overflow: hidden;
}
.invert .button-custom.button-custom-calculate:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.invert .button-custom.button-custom-calculate:hover .icon-calculator span {
  animation-play-state: running !important;
}

h1.title-sm {
  font-size: 45px;
}

h1.title-lg {
  line-height: 1.3;
  font-size: 60px;
}

.theme-color {
  color: #012B47 !important;
}

.theme-color-main {
  color: #35CEAB !important;
}

.theme-color-sec {
  color: #012B47 !important;
}

.theme-color-danger {
  color: #F84C4C !important;
}

.social-media {
  position: relative;
}
.social-media a {
  color: #fff;
  background: #35CEAB;
  height: 30px;
  width: 30px;
  margin-right: 15px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 0 5px;
  line-height: 30px;
}
.social-media a:hover {
  background: #012B47;
}
.social-media a i {
  position: relative;
  z-index: 2;
}

.description {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
}

.preview {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

.light {
  font-weight: 400;
}

.info {
  font-size: 16px;
}
.info p {
  margin-bottom: 0;
}
.info a {
  color: #012B47;
  text-decoration: underline;
}

.text {
  font-size: 14px;
  line-height: 1.8;
}
.text p {
  margin-bottom: 0;
}

.skip-button {
  position: absolute;
  top: -1000em;
}
.skip-button:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.skip-button:hover {
  font-weight: 800;
}

/* Buttons */
.button-holder .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.custom-link {
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.custom-link .button-text {
  border-bottom: 1px solid #012B47;
}
.custom-link:hover .button-text {
  border-color: #012B47;
}
.custom-link .button-info {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.button-link {
  color: #012B47;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all ease 0.3s;
  position: relative;
  display: inline-block;
}
.button-link span {
  text-decoration: underline;
}

.button-custom {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  min-width: 205px;
  text-align: center;
  font-size: 18px;
  padding: 21px 40px;
  vertical-align: top;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  overflow: hidden;
  border: none;
  transition: all ease 0.3s;
}
.button-custom .icon-calculator {
  transform: scale(0.8);
  margin-left: 10px;
}
.button-custom.button-custom-main {
  background: #35CEAB;
  color: #fff;
  overflow: hidden;
}
.button-custom.button-custom-main:hover {
  background: #4BE4C1;
  color: #fff;
}
.button-custom.button-custom-secondary {
  background: #012B47;
  color: #fff;
  overflow: hidden;
}
.button-custom.button-custom-secondary:hover {
  background: #044d7e;
  color: #fff;
}
.button-custom.button-custom-calculate {
  background: #fff;
  box-shadow: inset 0 0 0 2px #35CEAB;
  color: #35CEAB;
  overflow: hidden;
}
.button-custom.button-custom-calculate:hover {
  box-shadow: inset 0 0 0 2px #4BE4C1;
  color: #4BE4C1;
}
.button-custom.button-custom-calculate:hover .icon-calculator span {
  animation-play-state: running !important;
}
.button-custom.button-custom-light {
  background: #fff;
  box-shadow: inset 0 0 0 2px #35CEAB;
  color: #35CEAB;
  overflow: hidden;
}
.button-custom.button-custom-light:hover {
  box-shadow: inset 0 0 0 2px #4BE4C1;
  color: #4BE4C1;
}
.button-custom.button-custom-danger {
  background: #F84C4C;
  color: #fff;
  overflow: hidden;
}
.button-custom.button-custom-danger:hover {
  color: #fff;
  background: #E33939;
}
.button-custom.button-custom-danger-white {
  background: #fff;
  color: #F84C4C;
  overflow: hidden;
}
.button-custom.button-custom-danger-white:hover {
  background: #fff;
  color: #F84C4C;
}
.button-custom.button-custom-light-white {
  background: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  overflow: hidden;
}
.button-custom.button-custom-light-white:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.button-custom.button-custom-white {
  background: #fff;
  color: #012B47;
  overflow: hidden;
}
.button-custom.button-custom-white:hover {
  background: #fff;
  color: #012B47;
}
.button-custom.button-lg {
  font-size: 20px;
  padding: 21px 40px;
}
.button-custom.button-sm {
  font-size: 16px;
  min-width: 110px;
  padding: 15px 25px;
}
.button-custom.button-xl {
  font-size: 20px;
  padding: 28px 45px;
  min-width: 250px;
}
.button-custom.button-xl .icon-calculator {
  transform: scale(1);
  margin-left: 20px;
}
.button-custom.button-xxl {
  font-size: 22px;
  padding: 30px 45px;
}
.button-custom.button-xxl .icon-calculator {
  transform: scale(1);
  margin-left: 20px;
}

.icon-calculator {
  margin-top: -7px;
  margin-bottom: -7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 5px;
  position: relative;
  width: 30px;
  height: 30px;
}
.icon-calculator span {
  position: absolute;
  display: block;
  transition: all ease 0.5s;
  animation-play-state: paused !important;
  height: 13px;
  width: 13px;
}
.icon-calculator span svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.icon-calculator span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  animation: change01 2s normal linear 0s infinite;
}
.icon-calculator span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  animation: change02 2s normal linear 0s infinite;
}
.icon-calculator span:nth-child(2) svg {
  top: 5px;
}
.icon-calculator span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: change03 2s normal linear 0s infinite;
}
.icon-calculator span:nth-child(3) svg {
  top: 2px;
}
.icon-calculator span:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: change04 2s normal linear 0s infinite;
}

.button-holder .button-custom {
  margin-right: 10px;
}
.button-holder .button-custom:last-child {
  margin-right: 0 !important;
}

.hamburger {
  height: 50px;
  width: 50px;
  margin: 0;
  background-image: none;
  border: 1px solid transparent !important;
  -webkit-appearance: button;
  cursor: pointer;
  top: 10px;
  outline: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent !important;
  position: absolute;
  right: 5px;
  z-index: 22;
}
.hamburger:focus {
  outline: none;
}
.hamburger .icon-bar {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin: auto -4px;
  left: calc(50% + 1px);
  top: calc(50% - 3px);
  background: #012B47;
  transform-origin: 50% 50%;
  transition: all 0.25s ease 0ms;
}
.hamburger .icon-bar:nth-of-type(2) {
  margin-left: -4px;
}
.hamburger .icon-bar:nth-of-type(3) {
  margin-left: -16px;
}
.hamburger .icon-bar:nth-of-type(4) {
  margin-left: 8px;
}
.hamburger.active .icon-bar:nth-of-type(1) {
  transform: scale(1, 1) rotate(45deg) translate(0, 0);
  width: 3.5px;
  height: 30px;
  top: calc(50% - 15px);
  transition: all 0.25s ease 0.25s;
}
.hamburger.active .icon-bar:nth-of-type(2) {
  transform: scale(1, 1) rotate(-45deg) translate(0, 0);
  width: 3.5px;
  height: 30px;
  top: calc(50% - 15px);
  transition: all 0.25s ease 0.25s;
}
.hamburger.active .icon-bar:nth-of-type(3) {
  opacity: 0;
  transform: scale(0, 0) rotate(0) translate(0, 8px);
}
.hamburger.active .icon-bar:nth-of-type(4) {
  opacity: 0;
  transform: scale(0, 0) rotate(0) translate(0, -8px);
}

/* Components */
.scroll-top {
  cursor: pointer;
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  z-index: 999;
  right: 2%;
  bottom: 50px;
  display: block;
  opacity: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all ease 0.5s;
  transform: translateY(100px) scale(1.1);
}
.scroll-top:hover svg path {
  fill: #012B47;
}
.scroll-top.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.scroll-top .box {
  transition: all ease 0.5s;
  display: block;
  border-radius: 5px 0 0 0;
  height: 20px;
  width: 20px;
  border-top: 3px solid #012B47;
  border-left: 3px solid #012B47;
  transform: rotate(45deg);
}

.table {
  border: none;
  font-size: 16px;
  background: transparent;
  margin-bottom: 20px;
  color: #012B47;
}
.table thead {
  border: none;
  border-bottom: 1px solid #111;
}
.table thead tr {
  border: none;
  background: transparent;
}
.table thead tr th {
  padding: 15px 0;
  border: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.table thead tr th:last-child {
  border-right: none;
}
.table tbody {
  border: none;
}
.table tbody tr {
  border-bottom: 1px solid #bed0d2;
}
.table tbody tr td {
  color: #000;
  padding: 15px 0;
  border-bottom: none;
}
.table tbody tr td strong {
  font-weight: 700;
}
.table tbody tr:last-child {
  border-bottom: none;
}
.table tbody tr:hover {
  background: none;
}

.text-center .g-recaptcha {
  display: inline-block;
}

.tags.tags-post a {
  color: #35CEAB;
}
.tags a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #AFBABA;
}
.tags a.active {
  color: #012B47;
}
.tags a:hover {
  color: #012B47;
  text-decoration: underline;
}

section.news-section .news-box {
  max-width: 620px;
}
section.news-section .facts-box {
  max-width: 700px;
}
section.news-section .scrollbar-inner {
  max-height: 400px;
  min-height: 400px;
}

.numbers .number .percentage {
  font-size: 60px;
  line-height: 40px;
}

.post-holder:nth-child(1) .post-ajax, .post-holder:nth-child(2) .post-ajax {
  opacity: 1;
  visibility: visible;
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 47px;
  height: 47px;
  bottom: -70px;
  -webkit-animation: spinRotate 2s linear infinite;
  -moz-animation: spinRotate 2s linear infinite;
  animation: spinRotate 2s linear infinite;
}
.preloader svg {
  position: absolute;
  top: 3px;
}

.post-ajax {
  opacity: 0;
}
.post-ajax .post-preview {
  position: relative;
  padding-left: 50px;
}
.post-ajax .post-preview:before {
  content: "";
  position: absolute;
  left: -15px;
  height: 90%;
  top: 5%;
  border-left: 1px solid #C4D3D5;
}
.post-ajax.animate {
  opacity: 1;
}

.posts .post {
  border: 1px solid #BED0D2;
}
.posts .post .post-title a {
  color: #012B47;
  text-decoration: none;
}
.posts .post .post-title a span {
  border-bottom: 1px solid #012B47;
}
.posts .post .post-preview {
  line-height: 1.8;
}

.page-link {
  color: #012B47;
  margin-right: 5px;
  background: #fff;
  border-color: #ddd;
  border-radius: 3px;
}
.page-link:hover {
  color: #012B47;
  border-color: #ddd;
  background: #fff;
}
.page-link.current {
  color: #fff;
  border-color: #012B47;
  background: #012B47;
}

.page-item:first-child .page-link {
  border-radius: 3px;
}

.page-item:last-child .page-link {
  border-radius: 3px;
}

.share-links {
  width: 40px;
  position: absolute;
  right: 15px;
  top: 30%;
}
.share-links a {
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 0 10px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #35CEAB;
  background: #E3ECED;
  transform: translateX(15px);
}
.share-links a.share-link-pinterest {
  color: #E60023;
}
.share-links a.share-link-facebook {
  color: #1876F2;
}
.share-links a.share-link-twitter {
  color: #1D9BF0;
}
.share-links a.share-link-linkedin {
  color: #0077B5;
}
.share-links a:hover {
  background: #35CEAB;
  color: #fff;
}
.share-links a:hover.share-link-pinterest {
  background: #E60023;
}
.share-links a:hover.share-link-facebook {
  background: #1876F2;
}
.share-links a:hover.share-link-twitter {
  background: #1D9BF0;
}
.share-links a:hover.share-link-linkedin {
  background: #0077B5;
}

.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div {
  margin: 10px;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div:first-of-type {
  margin-top: 0;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div:last-of-type {
  margin-bottom: 0;
}

body.entry-id-4174 header.main-header.sticky,
body.entry-id-11870 header.main-header.sticky {
  position: absolute;
}

header.main-header {
  position: absolute;
  max-width: 1780px;
  border-radius: 0 0 30px 30px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 99;
  backface-visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
header.main-header .button-link {
  margin: 15px;
}
header.main-header.sticky {
  background: #fff;
  height: 100px;
  top: 0;
  position: fixed;
  animation: slide-down 0.7s;
  opacity: 1;
  padding: 0;
}
header.main-header.sticky.sticky-off {
  display: none;
}
header.main-header .logo {
  display: inline-block;
  margin: 23px 0;
}
header.main-header .button-holder {
  margin: 20px 0;
}
header.main-header .button-custom {
  min-width: auto;
}

footer.main-footer {
  z-index: 4;
  padding: 120px 0;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  max-width: 1780px;
  border-radius: 30px 30px 0 0;
  background: #fff;
}

/* Navs */
ul.nav-tabs {
  max-width: 380px;
  border: none;
  background: transparent;
}
ul.nav-tabs li.nav-item {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  border: none;
  background: transparent;
  padding: 0;
}
ul.nav-tabs li.nav-item:before {
  content: none;
}
ul.nav-tabs li.nav-item a.nav-link {
  border: 1px solid #bed0d2;
  font-family: "Rajdhani", sans-serif;
  line-height: 1.365;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 600;
  background: transparent;
  padding: 20px 35px 20px 20px;
  position: relative;
  color: #012B47;
  text-decoration: none;
}
ul.nav-tabs li.nav-item a.nav-link.active {
  border-color: #35CEAB;
  background: #fff;
}
ul.nav-tabs li.nav-item a.nav-link.active .arrow {
  transform: rotate(-90deg);
}
ul.nav-tabs li.nav-item a.nav-link .arrow {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 19px;
  transition: all ease 0.2s;
}
ul.nav-tabs li.nav-item a.nav-link .arrow:before, ul.nav-tabs li.nav-item a.nav-link .arrow:after {
  content: "";
  height: 1px;
  width: 7px;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #012B47;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.nav-tabs li.nav-item a.nav-link .arrow:before {
  left: -5px;
  transform: rotate(45deg);
}
ul.nav-tabs li.nav-item a.nav-link .arrow:after {
  right: -5px;
  transform: rotate(-45deg);
}

/* Form */
/* Sections */
.bg-light {
  padding: 100px 0;
  background-color: #E3ECED !important;
}

.bg-dark {
  padding: 100px 0;
  background-color: #35CEAB !important;
}

.bg-main {
  background-color: #35CEAB;
}

.bg-sec {
  background-color: #012B47;
}

section {
  max-width: 1780px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
section.bg-white {
  padding: 100px 0;
}
section iframe {
  max-width: 100%;
}

.title.title-main span {
  color: #4BE4C1;
  text-transform: uppercase;
  text-shadow: 3px 2px 0px #35CEAB;
}
.title.title-danger span {
  color: #F84C4C;
  text-transform: uppercase;
  text-shadow: 3px 2px 0px #E33939;
}
.title strong {
  font-weight: 800;
}
.title span {
  color: #35CEAB;
}

.cw-1000 {
  max-width: 1010px;
  margin: 0 auto;
}

.cw-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.ribbon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: 30px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  background: #F07427;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 15px 10px;
}
.ribbon span {
  font-size: 14px;
}
.ribbon big {
  font-weight: 700;
  font-size: 30px;
}
.ribbon big {
  display: block;
}
.ribbon.ribbon-xl {
  height: 100px;
  width: 100px;
  top: -40px;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1;
}
.ribbon.ribbon-xl span {
  font-size: 22px;
}
.ribbon.ribbon-xl big {
  font-weight: 700;
  font-size: 40px;
}
.ribbon.ribbon-xxl {
  height: 145px;
  width: 145px;
  top: -20px;
  right: -10px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 40px;
}
.ribbon.ribbon-xxl span {
  font-size: 40px;
}
.ribbon.ribbon-xxl big {
  font-weight: 700;
  line-height: 50px;
  font-size: 60px;
}

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

.pre-title {
  font-weight: 600;
}

section.banner .content-holder {
  position: relative;
}
section.banner.banner-main .button-holder {
  max-width: 900px;
  margin: 0 auto;
}
section.banner.banner-scan .button-holder {
  margin-right: -250px;
}
section.banner .icon-holder {
  position: absolute;
  bottom: -270px;
  right: -150px;
  z-index: 5;
}
section.banner .title u {
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #012B47;
  color: #012B47;
}
section.banner .title a {
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid #012B47;
  color: #012B47;
}
section.banner .title a:hover {
  border-color: #35CEAB;
  color: #35CEAB;
}

section.banner-service .image {
  top: 10px;
  pointer-events: none;
  right: -100px;
  left: inherit;
  background-size: auto;
  background-position: right top;
}

.menu-open header.main-header nav.menu {
  transform: translate3d(0, 0, 0);
}

nav.menu.main-menu > ul > li {
  padding-bottom: 25px;
  position: relative;
}
nav.menu.main-menu > ul > li > a {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  line-height: 1.2;
}
nav.menu.main-menu > ul > li > a:hover {
  color: #012B47;
}
nav.menu.main-menu > ul > li > a:hover > span {
  color: #35CEAB;
}
nav.menu.main-menu > ul > li > a > span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  transition: all ease 0.5s;
}
nav.menu.main-menu > ul > li > a > strong {
  color: #35CEAB;
}
nav.menu.main-menu > ul > li.active > a {
  color: #012B47;
}
nav.menu.main-menu > ul > li.active > a > span {
  color: #35CEAB;
}
nav.menu.main-menu > ul > li.active > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #35CEAB;
}
nav.menu.main-menu li.has-children > a:after {
  content: "";
  font-family: "fontAwesome", sans-serif;
  margin-left: 10px;
}
nav.menu.main-menu li.has-children:hover > a {
  color: #35CEAB;
}
nav.menu.main-menu li.has-children:hover > a:after {
  content: "";
}
nav.menu.main-menu li.has-children:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
nav.menu.main-menu ul.submenu {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  position: absolute;
  left: -30px;
  top: 100%;
  margin-top: -3px;
  width: 100%;
  min-width: 220px;
  z-index: 10;
  border: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  border-radius: 0 0 30px 0;
  box-shadow: 34px 40px 30px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
}
nav.menu.main-menu ul.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  transition: all ease 0.3s;
  overflow: hidden;
}
nav.menu.main-menu ul.submenu li.active a {
  color: #35CEAB;
}
nav.menu.main-menu ul.submenu li a {
  display: block;
  color: #012B47;
  background: #fff;
  border-bottom: 1px solid #E8EBF3;
  padding: 15px 30px 15px 30px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  text-decoration: none;
  transition: padding ease 0.3s;
  overflow: hidden;
  position: relative;
}
nav.menu.main-menu ul.submenu li a:hover {
  color: #35CEAB;
  text-decoration: none;
}
nav.menu.main-menu ul.submenu li.current-menu-item a {
  color: #35CEAB;
  text-decoration: none;
}
nav.menu h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
nav.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.menu ul li {
  list-style: none;
  padding-bottom: 20px;
}
nav.menu ul li.active a {
  color: #35CEAB;
}
nav.menu ul li a {
  color: #012B47;
  text-decoration: underline;
}
nav.menu ul li a:hover {
  color: #35CEAB;
}

nav.mobile-menu {
  display: none;
  height: 100%;
  overflow: auto;
  position: fixed;
  padding: 0 15px;
  right: 0;
  margin: 0;
  max-width: 100%;
  width: 280px;
  transform: translate3d(111%, 0%, 0px);
  transition: all ease 250ms;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
  z-index: 99;
}
nav.mobile-menu ul li {
  padding: 0;
  margin: 15px 0;
}
nav.mobile-menu ul li a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
}
nav.mobile-menu ul li.active .button-custom {
  color: #fff;
}
nav.mobile-menu ul li .button-custom {
  font-size: 16px;
  padding: 16px 25px;
}

.clear {
  clear: both;
}

.nav-pills-main {
  background: transparent;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-pills-main li.nav-item {
  background: transparent;
}
.nav-pills-main li.nav-item:first-child a.nav-link {
  border-radius: 0 0 0 30px;
}
.nav-pills-main li.nav-item:last-child a.nav-link {
  border-radius: 0 0 30px 0;
}
.nav-pills-main li.nav-item a.nav-link {
  background: transparent;
  color: #012B47;
  padding: 30px 15px 30px;
  position: relative;
}
.nav-pills-main li.nav-item a.nav-link .tab-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #012B47;
  text-transform: uppercase;
}
.nav-pills-main li.nav-item a.nav-link .tab-name span {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #012B47;
}
.nav-pills-main li.nav-item a.nav-link .tab-name strong {
  color: #35CEAB;
}
.nav-pills-main li.nav-item a.nav-link .tab-name sup {
  font-size: 18px;
  color: #012B47;
  top: 0;
  font-weight: 600;
  margin-left: 5px;
  text-transform: none;
}
.nav-pills-main li.nav-item a.nav-link .tab-description {
  font-size: 15px;
}
.nav-pills-main li.nav-item a.nav-link:focus-within {
  outline: none;
}
.nav-pills-main li.nav-item a.nav-link:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #ACC2C5;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-pills-main li.nav-item a.nav-link.active {
  background-color: #fff;
}
.nav-pills-main li.nav-item a.nav-link.active:before {
  height: 6px;
  background: #35CEAB;
}

.frames-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto -20px;
  height: 770px;
  z-index: 10;
}
.frames-container .layer {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  z-index: 5;
  transform: rotate(-90deg);
  left: -220px;
  margin: 0;
  top: 200px;
  opacity: 0;
  transition: all ease 1s;
}

@keyframes layerize {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.load.active.show .frames-holder .frames-info,
.animate .frames-holder .frames-info {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
.load.active.show .frames-holder .frames-shadow,
.animate .frames-holder .frames-shadow {
  opacity: 1;
  transform: translateX(0px);
}
.load.active.show .frames-holder .dot-holder .dot,
.animate .frames-holder .dot-holder .dot {
  opacity: 1;
  transform: translateX(0px);
}

.frames-holder {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.frames-holder .frames-shadow {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0px 0px 30px 30px;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(53, 206, 171, 0.07);
  opacity: 0;
  transition: all ease 0.02s;
}
.frames-holder .frames-shadow-holder {
  display: block;
  z-index: 20;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  height: 770px;
  width: 100%;
}
.frames-holder .frames-shadow-holder .frames-shadow:nth-child(1) {
  top: 0px;
  transition-delay: 0.2s;
}
.frames-holder .frames-shadow-holder .frames-shadow:nth-child(2) {
  top: 12px;
  left: 12px;
  transition-delay: 0.4s;
}
.frames-holder .frames-shadow-holder .frames-shadow:nth-child(3) {
  top: 24px;
  left: 24px;
  transition-delay: 0.6s;
}
.frames-holder .frames-shadow-holder .frames-shadow:nth-child(4) {
  top: 36px;
  left: 36px;
  transition-delay: 0.8s;
}
.frames-holder .frames-shadow-holder .frames-shadow:nth-child(5) {
  top: 48px;
  left: 48px;
  transition-delay: 1s;
}
.frames-holder .frames-shadow-holder .frames-shadow:nth-child(6) {
  top: 60px;
  left: 60px;
  transition-delay: 1.2s;
}
.frames-holder .frames-info {
  position: absolute;
  transition: all ease 1.5s;
  background: #fff;
  bottom: -20px;
  left: 0;
  right: 0;
  max-width: 1000px;
  padding: 30px 50px 80px;
  z-index: 20;
  margin: 0 auto;
}
.frames-holder .frames-info .items {
  padding: 20px 0 0;
}
.frames-holder .frames-info .items .item {
  display: block;
  position: relative;
  padding-left: 25px;
}
.frames-holder .frames-info .items .item .icon-holder {
  left: 0;
  position: absolute;
}
.frames-holder .frames-info .items .item .info-holder h5 {
  font-size: 16px;
}
.frames-holder .layers {
  top: 30px;
  position: relative;
}
.frames-holder .layers:after {
  content: "";
  position: absolute;
  right: 30px;
  top: -20px;
  border-right: 2px solid #35CEAB;
  width: 2px;
  height: 100%;
  pointer-events: none;
}
.frames-holder .layers .layer-number {
  font-family: "Rajdhani", sans-serif;
  font-size: 140px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 30px;
  top: 0;
}
.frames-holder .layers .layer-info {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  text-transform: uppercase;
}
.frames-holder .dots {
  display: block;
  z-index: 20;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  height: 585px;
  width: 100%;
}
.frames-holder .dots .dot-holder {
  position: absolute;
  height: 100%;
  width: 100%;
}
.frames-holder .dots .dot-holder .dot {
  z-index: 30;
  left: -60px;
  opacity: 0;
  transform: translateX(50px);
  transition: all ease 1s;
}
.frames-holder .dots .dot-holder .dot:hover .icon-holder {
  background: #4BE4C1;
}
.frames-holder .dots .dot-holder .dot:hover .info-holder {
  background: #044d7e;
}
.frames-holder .dots .dot-holder:nth-child(1) .dot {
  top: 110px;
  transition-delay: 0.2s;
}
.frames-holder .dots .dot-holder:nth-child(1) .frames-shadow {
  top: 0px;
  transition-delay: 0.2s;
}
.frames-holder .dots .dot-holder:nth-child(2) .dot {
  top: 180px;
  transition-delay: 0.4s;
}
.frames-holder .dots .dot-holder:nth-child(2) .frames-shadow {
  top: 10px;
  left: 10px;
  transition-delay: 0.4s;
}
.frames-holder .dots .dot-holder:nth-child(3) .dot {
  top: 250px;
  transition-delay: 0.6s;
}
.frames-holder .dots .dot-holder:nth-child(3) .frames-shadow {
  top: 20px;
  left: 20px;
  transition-delay: 0.6s;
}
.frames-holder .dots .dot-holder:nth-child(4) .dot {
  top: 320px;
  transition-delay: 0.8s;
}
.frames-holder .dots .dot-holder:nth-child(4) .frames-shadow {
  top: 30px;
  left: 30px;
  transition-delay: 0.8s;
}
.frames-holder .dots .dot-holder:nth-child(5) .dot {
  top: 390px;
  transition-delay: 1s;
}
.frames-holder .dots .dot-holder:nth-child(5) .frames-shadow {
  top: 40px;
  left: 40px;
  transition-delay: 1s;
}
.frames-holder .dots .dot-holder:nth-child(6) .dot {
  top: 460px;
  transition-delay: 1.2s;
}
.frames-holder .dots .dot-holder:nth-child(6) .frames-shadow {
  top: 50px;
  left: 50px;
  transition-delay: 1.2s;
}
.frames-holder .dots .dot-holder:nth-child(7) .dot {
  left: 350px;
  top: 110px;
  transition-delay: 1.4s;
}
.frames-holder .dots .dot-holder:nth-child(7) .frames-shadow {
  top: 5px;
  left: 5px;
  transition-delay: 1.4s;
}
.frames-holder .dots .dot-holder:nth-child(7) .frames-shadow .icon {
  left: 40%;
}
.frames-holder .dots .dot-holder:nth-child(7) .frames-shadow .icon img {
  opacity: 0.3;
}
.frames-holder .dots .dot-holder:nth-child(8) .dot {
  left: 350px;
  top: 180px;
  transition-delay: 1.6s;
}
.frames-holder .dots .dot-holder:nth-child(8) .frames-shadow {
  top: 15px;
  left: 15px;
  transition-delay: 1.6s;
}
.frames-holder .dots .dot-holder:nth-child(8) .frames-shadow .icon {
  left: 40%;
}
.frames-holder .dots .dot-holder:nth-child(8) .frames-shadow .icon img {
  opacity: 0.3;
}
.frames-holder .dots .dot-holder:nth-child(9) .dot {
  left: 350px;
  top: 250px;
  transition-delay: 1.8s;
}
.frames-holder .dots .dot-holder:nth-child(9) .frames-shadow {
  top: 25px;
  left: 25px;
  transition-delay: 1.8s;
}
.frames-holder .dots .dot-holder:nth-child(9) .frames-shadow .icon {
  left: 40%;
}
.frames-holder .dots .dot-holder:nth-child(9) .frames-shadow .icon img {
  opacity: 0.3;
}
.frames-holder .dots .dot-holder:nth-child(10) .dot {
  left: 350px;
  top: 320px;
  transition-delay: 2s;
}
.frames-holder .dots .dot-holder:nth-child(10) .frames-shadow {
  top: 35px;
  left: 35px;
  transition-delay: 2s;
}
.frames-holder .dots .dot-holder:nth-child(10) .frames-shadow .icon {
  left: 40%;
}
.frames-holder .dots .dot-holder:nth-child(10) .frames-shadow .icon img {
  opacity: 0.3;
}
.frames-holder .dots .dot-holder:nth-child(11) .dot {
  left: 350px;
  top: 390px;
  transition-delay: 2.2s;
}
.frames-holder .dots .dot-holder:nth-child(11) .frames-shadow {
  top: 45px;
  left: 45px;
  transition-delay: 2.2s;
}
.frames-holder .dots .dot-holder:nth-child(11) .frames-shadow .icon {
  left: 40%;
}
.frames-holder .dots .dot-holder:nth-child(11) .frames-shadow .icon img {
  opacity: 0.3;
}
.frames-holder .dots .dot-holder:nth-child(12) .dot {
  left: 350px;
  top: 460px;
  transition-delay: 2.4s;
}
.frames-holder .dots .dot-holder:nth-child(12) .frames-shadow {
  top: 55px;
  left: 55px;
  transition-delay: 2.4s;
}
.frames-holder .dots .dot-holder:nth-child(12) .frames-shadow .icon {
  left: 60%;
}
.frames-holder .dots .dot {
  cursor: pointer;
  height: 60px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  min-width: 325px;
}
.frames-holder .dots .dot .info-holder {
  position: absolute;
  display: block;
  text-align: left;
  left: 65px;
  width: 100%;
  top: 0px;
  height: 100%;
  padding: 17px 30px;
  transition: all ease 0.5s;
  background: #012B47;
  color: #fff;
}
.frames-holder .dots .dot .icon-holder {
  height: 60px;
  width: 65px;
  background: #35CEAB;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  transition: all ease 0.5s;
  text-align: center;
}
.frames-holder .dots .dot img {
  display: inline-block;
  vertical-align: middle;
  max-width: 18px;
  height: auto;
}
.frames-holder .dots .dot h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.featured-tabs .button-holder {
  position: relative;
  z-index: 20;
}
.featured-tabs .button-holder:after {
  content: "";
  width: 100%;
  max-width: 500px;
  height: 10px;
  background: #000;
  opacity: 0.4;
  filter: blur(35px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.featured-tabs .button-holder .button-custom {
  position: relative;
  z-index: 2;
}

.featured-tabs-accordion .card {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #bed0d2;
  margin-bottom: 10px;
}
.featured-tabs-accordion .card-header {
  text-align: center;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.featured-tabs-accordion .show .card-body {
  background: #fff;
}
.featured-tabs-accordion .card-body {
  padding: 20px 20px 40px;
  background: #E3ECED;
}
.featured-tabs-accordion .card-title {
  margin: 0;
}
.featured-tabs-accordion .card-header .card-title a {
  display: block;
  color: #012B47;
  background: #E3ECED;
  padding: 30px 35px 40px;
  position: relative;
}
.featured-tabs-accordion .card-header .card-title a[aria-expanded=true] {
  background: #fff;
  color: #012B47;
  transition: all ease-in 0.1s;
  transition-delay: 0.3s;
}
.featured-tabs-accordion .card-header .card-title a[aria-expanded=true] .arrow:before {
  transform: rotate(-45deg);
}
.featured-tabs-accordion .card-header .card-title a[aria-expanded=true] .arrow:after {
  transform: rotate(45deg);
}
.featured-tabs-accordion .card-header .card-title a .arrow {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 5px;
  margin: 0 auto;
  transition: all ease 0.2s;
}
.featured-tabs-accordion .card-header .card-title a .arrow:before, .featured-tabs-accordion .card-header .card-title a .arrow:after {
  content: "";
  height: 2px;
  width: 10px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #012B47;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.featured-tabs-accordion .card-header .card-title a .arrow:before {
  left: -7px;
  transform: rotate(45deg);
}
.featured-tabs-accordion .card-header .card-title a .arrow:after {
  right: -7px;
  transform: rotate(-45deg);
}
.featured-tabs-accordion .card-header .card-title .tab-name {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #012B47;
  margin-bottom: 5px;
}
.featured-tabs-accordion .card-header .card-title .tab-name span {
  color: #35CEAB;
}
.featured-tabs-accordion .card-header .card-title .tab-description {
  font-size: 15px;
  color: #012B47;
}
.featured-tabs-accordion .button-custom {
  font-size: 14px;
  padding: 14px 20px;
}
.featured-tabs-accordion .card-body {
  overflow: hidden;
}
.featured-tabs-accordion .image {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.featured-tabs-accordion .dots {
  display: block;
  z-index: 20;
  position: relative;
}
.featured-tabs-accordion .dots .dot {
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  position: relative;
  min-height: 40px;
}
.featured-tabs-accordion .dots .dot .info {
  max-width: 90%;
  position: relative;
  display: inline-block;
  text-align: left;
  left: 40px;
  border-radius: 4px;
  top: -3px;
  background: #012b47;
  color: #fff;
  padding: 8px 15px 8px 10px;
  line-height: 1;
}
.featured-tabs-accordion .dots .dot .info:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #012b47 transparent transparent;
}
.featured-tabs-accordion .dots .dot .info img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  max-width: 18px;
  height: auto;
}
.featured-tabs-accordion .dots .dot .info h5 {
  display: inline;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.featured-tabs-accordion .dots .dot .icon {
  display: block;
  height: 28px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  z-index: 4;
}
.featured-tabs-accordion .dots .dot .icon svg {
  width: 13px;
}
.featured-tabs-accordion .dots .dot .icon.icon-check {
  background: #35CEAB;
}
.featured-tabs-accordion .dots .dot .icon.icon-close {
  background: #F84C4C;
}
.featured-tabs-accordion .dots .dot .icon.icon-close svg {
  width: 10px;
}

.frame-tooltip .tooltip-arrow {
  left: -1px !important;
}
.frame-tooltip .tooltip-arrow:before {
  border-width: 5px;
  border-right-color: rgba(1, 43, 71, 0.7) !important;
}
.frame-tooltip .tooltip-inner {
  display: block;
  text-align: left;
  background: rgba(1, 43, 71, 0.7);
  color: #fff;
  padding: 8px 20px 8px 20px;
  max-width: 350px;
}
.frame-tooltip .tooltip-inner img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 18px;
  height: auto;
}
.frame-tooltip .tooltip-inner h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonials .testimonial .icon-left {
  left: -18%;
  top: 60px;
}
.testimonials .testimonial .icon-right {
  right: -18%;
  top: 60px;
}

section.promo-banner .banner {
  position: relative;
  overflow: hidden;
}
section.promo-banner .image {
  background-position: center;
}
section.promo-banner .image:not(.image-off):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(3, 19, 34, 0.56) 50.94%, rgba(3, 19, 34, 0) 100%);
}
section.promo-banner .content-holder {
  padding: 50px;
}
section.promo-banner .content {
  max-width: 540px;
}
section.promo-banner .d-table-cell {
  height: 530px;
}
section.promo-banner .pre-title {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  background: rgba(53, 206, 171, 0.5);
}

.newsletter {
  padding: 50px 0;
  max-width: 320px;
  width: 100%;
}
.newsletter .form label.error {
  position: relative;
  margin-bottom: 0.5rem;
}

.alert {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.alert.alert-danger {
  color: #F84C4C;
  padding: 0;
  border-color: transparent;
  background: transparent;
}
.alert.alert-warning {
  color: #ff9800;
  padding: 0;
  border-color: transparent;
  background: transparent;
}
.alert.alert-success {
  color: #35CEAB;
  padding: 0;
  border-color: transparent;
  background: transparent;
}

.form-radio {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  font-weight: 400;
  line-height: 28px;
  padding-left: 40px;
  font-size: 20px;
}
.form-radio.form-radio-invert {
  padding-left: 0;
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.form-radio.form-radio-invert:hover .radio-label {
  background: rgba(255, 255, 255, 0.2);
  border-color: #35CEAB;
}
.form-radio.form-radio-invert strong {
  font-weight: 600;
}
.form-radio.form-radio-invert .checkmark {
  top: 24px;
  left: 20px;
}
.form-radio.form-radio-invert input[type=radio]:checked ~ .checkmark ~ .radio-label {
  background: #fff;
  border-color: #35CEAB;
}
.form-radio.form-radio-invert .radio-label {
  transition: all ease 0.3s;
  display: block;
  padding: 25px 40px 25px 60px;
  border-radius: 10px;
  border: 1px solid #bed0d2;
}
.form-radio input {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.form-radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.form-radio .checkmark {
  position: absolute;
  left: 0;
}
.form-radio .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #c4d3d5;
}
.form-radio .checkmark:after {
  content: "";
  opacity: 0;
  border-radius: 50%;
  border: 8px solid #35CEAB;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
}

.form-checkbox {
  display: inline-block;
  padding: 0px 0 0px 40px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  line-height: 24px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-checkbox.orm-checkbox-sm {
  font-size: 14px;
}
.form-checkbox.form-checkbox-invert {
  padding-left: 0;
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}
.form-checkbox.form-checkbox-invert .checkmark {
  top: 24px;
  left: 20px;
}
.form-checkbox.form-checkbox-invert input[type=checkbox]:checked ~ .checkmark ~ .checkbox-label {
  background: #fff;
}
.form-checkbox.form-checkbox-invert .checkbox-label {
  display: block;
  padding: 25px 40px 25px 60px;
  border-radius: 10px;
  border: 1px solid #bed0d2;
}
.form-checkbox:last-child {
  margin-right: 0;
}
.form-checkbox .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #c4d3d5;
}
.form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  visibility: hidden;
  top: 5px;
  left: 10px;
  width: 8px;
  height: 14px;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(0) rotate(45deg);
}
.form-checkbox label {
  cursor: pointer;
}
.form-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #35CEAB;
  border-color: #35CEAB;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark:before {
  opacity: 1;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.form-website-status .form-field {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.form-website-status .form-field .form-control {
  width: 600px;
  max-width: 100%;
}
.form-website-status .form-field .button-custom {
  min-width: 180px;
}

.post-lazy-load {
  opacity: 0;
  transition: all ease 0.5s;
  transform: translateY(40px);
}
.post-lazy-load.animate {
  opacity: 1;
  transform: translateY(0);
}

.post-instagram {
  border-radius: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BED0D2;
  max-width: 600px;
}
.post-instagram .image-holder img {
  transition: all ease 0.3s;
}
.post-instagram:hover .title {
  border-color: transparent;
}
.post-instagram:hover .image-holder img {
  transform: scale(1.05);
  opacity: 0.9;
}
.post-instagram .text {
  margin: 15px 0;
}
.post-instagram .image-holder {
  display: block;
  position: relative;
  height: 180px;
  width: 180px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.post-instagram .title {
  color: #012B47;
  transition: all ease 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #012B47;
}

img.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.form {
  position: relative;
  z-index: 2;
}
.form label.error {
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  position: absolute;
  color: #F84C4C;
}
.form hr {
  border-top: 1px solid #234A58;
}
.form .form-label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.form .form-control {
  position: relative;
  background-color: #fff;
  border-color: #c4d3d5;
  border-radius: 7px;
  height: 60px;
}
.form .form-control.error {
  border-color: #F84C4C;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form .form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  background-color: #F5F7F9 !important;
  -webkit-box-shadow: 0 0 0px 1000px #E3ECED inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form .form-field {
  margin-bottom: 30px;
  position: relative;
}
.form .form-field.promocode-field .promocode-checked {
  position: absolute;
  right: 11px;
  top: 13px;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 5px;
}
.form .form-field .button-custom:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .custom-control-label::before {
  border: #74fbde solid 1px;
  height: 22px;
  width: 22px;
  border-radius: 3px;
  left: -30px;
}
.form .custom-control-label._error::before {
  border: red solid 1px;
}
.form .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #74fbde;
  background-color: #63a798;
}
.form .custom-file-input.error + .custom-file-label {
  border-color: red;
}
.form .custom-control-label::after {
  position: absolute;
  top: 5px;
  left: -38px;
  display: block;
  width: 41px;
  height: 20px;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.form .custom-control {
  padding-left: 30px;
}
.form .custom-file {
  /*max-width: 300px;*/
}
.form .custom-file .custom-file-label {
  background: transparent;
  border-color: #74fbde;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
}
.form .custom-file .custom-file-label::after {
  background-color: #74fbde;
}
.form textarea.form-control {
  line-height: 1;
  padding-top: 15px;
  height: 100px;
}
.form textarea.form-control:focus + label.float-label {
  top: -10px;
  font-size: 14px;
  color: #012B47;
  transition: 0.15s ease-out all;
}
.form.loader {
  position: relative;
}
.form.loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00000080 url("../../images/loader.svg") no-repeat center center;
  z-index: 100;
}

.fa-info-circle {
  cursor: pointer;
  color: #d4e1ed;
}

.param:hover .fa-info-circle {
  color: #35CEAB;
}

.icon-boxes .icon-box {
  max-width: 350px;
  margin: 0 auto 50px;
}
.icon-boxes .icon-box figure {
  min-height: 70px;
}
.icon-boxes .icon-box img {
  max-height: 69px;
}

.list {
  position: relative;
  z-index: 5;
}
.list.list-light ul li:after {
  background: #F5F7F9;
}
.list.list-third ul li:after, .list.list-danger ul li:after {
  border-color: #F84C4C;
}
.list li.featured:before, .list li.featured:after {
  content: none;
}
.list li.featured .list-title {
  font-weight: 600;
  background: #35CEAB;
  padding: 5px;
  display: inline-block;
}
.list li.featured a {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  max-width: 330px;
  text-decoration: underline;
}
.list ul {
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.list ul li {
  transition: all ease 0.3s;
  margin-bottom: 30px;
  list-style: none;
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 40px;
  transform: scale(1);
  opacity: 1;
}
.list ul li .list-title {
  font-weight: 700;
}
.list ul li .list-text {
  max-width: 450px;
}
.list ul li:after {
  content: "";
  display: block;
  background: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0px;
}
.list ul li:before {
  content: "";
  left: 11px;
  top: 7px;
  z-index: 2;
  margin-right: 0;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 11px;
  width: 7px;
  border-bottom: 2px solid #35CEAB;
  border-right: 2px solid #35CEAB;
}

.price-box {
  position: relative;
  max-width: 490px;
  height: 560px;
  border-radius: 10px;
  padding: 80px 50px 50px;
  transform-style: preserve-3d;
}
.price-box.price-box-danger .price-notice {
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
}
.price-box .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.price-box .frame.frame-danger .bg {
  fill: #F84C4C;
}
.price-box .price-holder {
  margin-left: -10px;
  margin-right: -10px;
  height: 135px;
}
.price-box .price-title {
  font-size: 32px;
}
.price-box .price-amount {
  position: relative;
  font-size: 160px;
  font-weight: 700;
  line-height: 117px;
}
.price-box .price-billing {
  font-size: 38px;
}
.price-box .price-sale {
  font-size: 50px;
  line-height: 60px;
  position: relative;
}
.price-box .price-sale:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100% + 10px);
  left: -5px;
  height: 1px;
  background: #012B47;
}
.price-box .price-icon {
  position: absolute;
  left: 110px;
  top: 160px;
  transform: translateZ(80px) scale(0.9);
}
.price-box .price-bottom {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1.3;
  bottom: 40px;
  margin: 0 auto;
  max-width: 400px;
}
.price-box .price-bottom .hr-danger {
  border-color: #fff;
}
.price-box .price-bottom .theme-color-danger {
  color: #012B47 !important;
}
.price-box .price-bottom a {
  text-decoration: underline;
}
.price-box .price-bottom a.link-lg {
  color: inherit;
  display: block;
  font-size: 26px;
  text-decoration: underline;
}
.price-box .content {
  transform: translateZ(50px) scale(0.9);
}
.price-box .button-holder {
  transform: translateZ(100px) scale(0.8522);
}

section.slider-main {
  min-height: 580px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.slider-main .slide-box {
  padding-bottom: 30px;
}
section.slider-main .slide-box:nth-child(even) .items .item:nth-child(2) {
  font-size: 30px;
  margin-left: 40px;
}
section.slider-main .slide-box:nth-child(even) .items .item:nth-child(3) {
  margin-right: 25px;
}
section.slider-main .slide-box:nth-child(even) .items .item:nth-child(5) {
  max-width: 165px;
  margin-right: 30px;
  line-height: 1.4;
}
section.slider-main .slide-box:nth-child(odd) .title-icon {
  opacity: 0;
  transform: scaleX(-1);
}
section.slider-main .slide-box:nth-child(odd) .pre-title {
  color: #F84C4C;
}
section.slider-main .slide-box:nth-child(odd) .title span {
  color: #F84C4C;
}
section.slider-main .slide-box:nth-child(odd) .list ul li:before {
  border-bottom: 3px solid #F84C4C;
  border-right: 3px solid #F84C4C;
}
section.slider-main .slide-box h3.title {
  font-size: 31px;
}
section.slider-main .slide-box:nth-child(even) .title-icon {
  opacity: 0;
  transform: scaleX(1);
}
section.slider-main .slide-box:nth-child(even) .pre-title {
  color: #35CEAB;
}
section.slider-main .slide-box:nth-child(even) .title strong {
  color: #35CEAB;
}
section.slider-main .slide-box:nth-child(even) .list ul li:before {
  border-bottom: 3px solid #35CEAB;
  border-right: 3px solid #35CEAB;
}
section.slider-main .slide-box:nth-child(even) .button-holder {
  left: 40%;
}
section.slider-main .slider-image {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
section.slider-main .title {
  margin-bottom: 20px;
  color: #012B47;
  position: relative;
  z-index: 2;
  line-height: 1.1;
}
section.slider-main .title-icon {
  display: inline-block;
  width: 58px;
  position: absolute;
  bottom: -145px;
  opacity: 0;
  transition: all ease 0.7s;
}
section.slider-main .list {
  position: relative;
  z-index: 5;
  max-width: 600px;
  margin: 30px auto 0;
}
section.slider-main .list ul {
  position: relative;
  margin: 15px 0;
  padding: 0;
}
section.slider-main .list ul li {
  transition: all ease 0.5s;
  margin-bottom: 20px;
  list-style: none;
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 48px;
}
section.slider-main .list ul li:after {
  content: "";
  display: block;
  background: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0px;
}
section.slider-main .list ul li:before {
  content: "";
  left: 11px;
  top: 7px;
  z-index: 2;
  margin-right: 0;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 11px;
  width: 7px;
  border-bottom: 2px solid #012B47;
  border-right: 2px solid #012B47;
}
section.slider-main .holder {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}
section.slider-main .holder .title {
  max-width: 1000px;
  margin: 0 auto;
  color: #012B47;
}
section.slider-main .slide-box.slick-active .frame-holder .image-holder {
  transform: translateZ(150px) scale(0.8);
}
section.slider-main .slide-box.slick-active:nth-child(odd) .title-icon {
  opacity: 1;
  transform: scaleX(1);
}
section.slider-main .slide-box.slick-active:nth-child(even) .title-icon {
  opacity: 1;
  transform: scaleX(-1);
}
section.slider-main .slide-box.slick-active .list ul li {
  transform: translateY(0);
  opacity: 1;
}
section.slider-main .slide-box.slick-active .items .item {
  color: #012B47;
  text-shadow: 40px -20px 1px rgba(0, 0, 0, 0);
  opacity: 1;
  transform: translateY(0px) translateX(0px) !important;
}
section.slider-main .button-holder {
  bottom: -30px;
  position: absolute;
}
section.slider-main .items {
  margin-top: 100px;
}
section.slider-main .items.text-end .item:nth-child(3) {
  margin-right: 15px;
}
section.slider-main .items .item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  max-width: 330px;
  color: transparent;
  margin: 12px 0px;
  opacity: 0;
  transition: all ease 1.5s;
  text-shadow: 45px 60px 1px rgba(0, 0, 0, 0.15);
}
section.slider-main .items .item:nth-child(1) {
  font-size: 18px;
  transition-delay: 0.4s;
}
section.slider-main .items .item:nth-child(2) {
  font-size: 40px;
  margin-left: 100px;
  transition-delay: 1s;
}
section.slider-main .items .item:nth-child(3) {
  margin-right: 5px;
  font-size: 40px;
  font-weight: 600;
  transition-delay: 0.4s;
}
section.slider-main .items .item:nth-child(4) {
  font-size: 18px;
  transition-delay: 0.6s;
}
section.slider-main .items .item:nth-child(5) {
  margin-right: 130px;
  font-size: 18px;
  transition-delay: 0.8s;
}
section.slider-main .items .item:nth-child(6) {
  font-size: 40px;
  font-weight: 700;
  transition-delay: 0.5s;
}
section.slider-main .items .item:nth-child(7) {
  margin-right: 150px;
  font-size: 25px;
  font-weight: 600;
  transition-delay: 0.2s;
}
section.slider-main .items .item:nth-child(8) {
  font-size: 40px;
  font-weight: 400;
  transition-delay: 1s;
  margin-left: 50px;
}
section.slider-main .slide-box:nth-child(even) .frame-holder {
  float: right;
}
section.slider-main .slide-box:nth-child(even) .frame-holder .shape {
  right: -25px;
  background-image: url("../../images/shape-right.png");
}
section.slider-main .slide-box:nth-child(even) .frame-holder .image-holder {
  left: -180px;
  bottom: 0;
}
section.slider-main .slide-box:nth-child(even) .title-icon {
  left: 71%;
}
section.slider-main .slide-box:nth-child(odd) .frame-holder .shape {
  left: -20px;
  background-image: url("../../images/shape-left.png");
}
section.slider-main .slide-box:nth-child(odd) .frame-holder .image-holder {
  right: 30px;
  bottom: -14px;
}
section.slider-main .slide-box:nth-child(odd) .title-icon {
  left: 32%;
}
section.slider-main .frame-holder {
  transform-style: preserve-3d;
  position: relative;
  margin-top: 50px;
}
section.slider-main .frame-holder .screen-holder {
  position: relative;
}
section.slider-main .frame-holder .image-holder {
  transition: all ease 1s;
  position: absolute;
  transform: translateZ(100px) scale(0.8);
  z-index: 2;
}
section.slider-main .frame-holder .shape {
  position: absolute;
  display: block;
  height: 450px;
  width: 130px;
  top: -30px;
  background-size: cover;
  background-position: center;
}
section.slider-main .slider {
  padding-top: 90px;
  position: relative;
  z-index: 3;
}
section.slider-main .slider .slider-loader {
  top: 300px;
}
section.slider-main .slider .slider-holder {
  transition: all ease 2s;
  opacity: 0;
}
section.slider-main .slider.initialized .slider-loader {
  opacity: 0;
  visibility: hidden;
}
section.slider-main .slider.initialized .slider-btn,
section.slider-main .slider.initialized .slider-holder {
  opacity: 1;
  visibility: visible;
}
section.slider-main .slider-btn {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  cursor: pointer;
  font-weight: 600;
  padding: 8px 15px;
  min-width: 130px;
  border: none;
}
section.slider-main .slider-btn.slider-next-btn {
  background: #fff;
  color: #35CEAB;
  top: 0px;
  right: calc(50% - 130px);
  border-radius: 10px 10px 10px 0px;
}
section.slider-main .slider-btn.slider-next-btn[aria-disabled=true] {
  background: #35CEAB;
  color: #fff;
}
section.slider-main .slider-btn.slider-prev-btn {
  top: 10px;
  background: #fff;
  color: #F84C4C;
  left: calc(50% - 130px);
  border-radius: 10px 0px 10px 10px;
}
section.slider-main .slider-btn.slider-prev-btn[aria-disabled=true] {
  color: #fff;
  background: #F84C4C;
}

.scrollbar-inner {
  max-height: 510px;
  min-height: 510px;
  overflow: auto;
}
.scrollbar-inner > .scroll-element.scroll-y {
  width: 10px;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background: #fff;
  box-shadow: inset 0 0 0 1px #bed0d2;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  width: 4px;
  left: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #BED0D2;
}
section.custom-tabs {
  position: relative;
  transition: all ease 1s;
}
section.custom-tabs .scrollbar-inner.column-tabs {
  max-width: 670px;
}
section.custom-tabs.animate {
  opacity: 1;
  visibility: visible;
}
section.custom-tabs.custom-tabs-cat .tab-content-cat > .card {
  padding-top: 0;
}
section.custom-tabs.custom-tabs-cat .card-body ul.nav.nav-tabs {
  margin-left: 10px;
  max-width: 540px;
}
section.custom-tabs .card {
  border: none;
  background: transparent;
}
section.custom-tabs .card .card-header {
  border: 0;
  padding: 0;
  background: transparent;
}
section.custom-tabs .card .card-header .card-title {
  margin: 0;
  background: transparent;
}
section.custom-tabs .card .card-header .card-title a {
  display: block;
  border: 1px solid #bed0d2;
  line-height: 1.365;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 600;
  background: transparent;
  padding: 20px 35px 20px 20px;
  position: relative;
  color: #012B47;
}
section.custom-tabs .card .card-header .card-title a:hover {
  background: #F5F7F9;
}
section.custom-tabs .card .card-header .card-title a[aria-expanded=true] {
  color: #012B47;
  background: #fff;
}
section.custom-tabs .card .card-header .card-title a[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}
section.custom-tabs .card .card-header .card-title a .arrow {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 19px;
  transition: all ease 0.2s;
}
section.custom-tabs .card .card-header .card-title a .arrow:before, section.custom-tabs .card .card-header .card-title a .arrow:after {
  content: "";
  height: 1px;
  width: 7px;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #012B47;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.custom-tabs .card .card-header .card-title a .arrow:before {
  left: -5px;
  transform: rotate(45deg);
}
section.custom-tabs .card .card-header .card-title a .arrow:after {
  right: -5px;
  transform: rotate(-45deg);
}
section.custom-tabs ul.nav.nav-tabs {
  margin: 0;
  padding: 0;
  max-width: 615px;
}
section.custom-tabs .card .card-body {
  padding-top: 0;
  line-height: 1.8;
  background: transparent;
  max-width: 100%;
  padding-right: 30px;
}

section.planner .planner-section {
  margin-top: 50px;
}
section.planner .form-planner {
  max-width: 620px;
}
section.planner #slider-impact, section.planner #slider-productivity {
  top: 20px;
}
section.planner .slider-cont {
  height: 55px;
}
section.planner #downtime-summary {
  display: none;
}
section.planner .downtime-summary {
  border-radius: 10px;
  border: 1px solid #012B47;
  padding: 20px 40px 50px;
}
section.planner .downtime-summary.load .table-holder {
  opacity: 1;
}
section.planner .downtime-summary .table-holder {
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 0.8s;
}
section.planner .downtime-summary .slider-loader {
  top: 40%;
}
section.planner .downtime-summary .button-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
}
section.planner .downtime-summary .button-holder .button-custom {
  line-height: 1.2;
  font-size: 22px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: none;
}
section.planner .downtime-summary .money strong {
  font-weight: 600;
}
section.planner .d-inline {
  display: inline;
}
section.planner .downtime-icon {
  left: -326px;
  bottom: -10px;
  position: absolute;
}
section.planner .button-custom-calculate {
  cursor: pointer;
}

.slider-loader {
  z-index: 99;
  position: absolute;
  top: 20%;
  margin: 0 auto;
  right: 0;
  left: 0px;
  width: 70px;
  transition: all ease 1s;
  transform: scale(1);
}
.slider-loader .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 70px;
  line-height: 200px;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
.slider-loader .loader:before, .slider-loader .loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  animation: 1s spin linear infinite;
}
.slider-loader .loader:before {
  transform: rotateX(70deg);
}
.slider-loader .loader:after {
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px #35CEAB;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 #35CEAB;
  }
  25% {
    box-shadow: 0 0.2em 0 0px #35CEAB;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 #35CEAB;
  }
  50% {
    box-shadow: -0.2em 0 0 0 #35CEAB;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 #35CEAB;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 #35CEAB;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 #35CEAB;
  }
}
.slider-loader.off {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.plans {
  position: relative;
}
.plans .plan {
  border: 1px solid #BED0D2;
  max-width: 640px;
  margin: 0 auto 30px;
  padding: 60px 20px;
}
.plans .plan .content {
  margin: 0 auto;
  max-width: 500px;
}

nav.social-links {
  position: absolute;
  height: 370px;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0px auto;
  width: 48px;
}
nav.social-links .social-share-icon {
  position: absolute;
  width: 45px;
  top: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-filter: url(#goo);
  filter: url(#goo);
}
nav.social-links .social-share-icon a {
  text-decoration: none;
  color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  display: inline-block;
  background-color: #35CEAB;
  line-height: 45px;
  text-align: center;
}
nav.social-links .social-share-icon a.a {
  z-index: 123;
  line-height: 38px;
}
nav.social-links .social-share-icon a:hover {
  background-color: #4BE4C1;
  color: #fff;
}
nav.social-links .social-share-icon a i {
  line-height: inherit;
}
nav.social-links .social-share-icon a.a1 {
  transform: translateY(-245px);
  transition: all ease-in-out 200ms;
  opacity: 0;
}
nav.social-links .social-share-icon a.a2 {
  transform: translateY(-196px);
  transition: all ease-in-out 300ms;
  opacity: 0;
}
nav.social-links .social-share-icon a.a3 {
  transform: translateY(-147px);
  transition: all ease-in-out 400ms;
  opacity: 0;
}
nav.social-links .social-share-icon a.a4 {
  transform: translateY(-98px);
  transition: all ease-in-out 500ms;
  opacity: 0;
}
nav.social-links .social-share-icon a.a5 {
  transform: translateY(-52px);
  transition: all ease-in-out 600ms;
  opacity: 0;
}
nav.social-links .social-share-icon:hover a.a1 {
  transform: translateX(0);
  transition: all ease-in-out 600ms;
  opacity: 1;
}
nav.social-links .social-share-icon:hover a.a2 {
  transform: translateX(0);
  transition: all ease-in-out 500ms;
  opacity: 1;
}
nav.social-links .social-share-icon:hover a.a3 {
  transform: translateX(0);
  transition: all ease-in-out 400ms;
  opacity: 1;
}
nav.social-links .social-share-icon:hover a.a4 {
  transform: translateX(0);
  transition: all ease-in-out 300ms;
  opacity: 1;
}
nav.social-links .social-share-icon:hover a.a5 {
  transform: translateX(0);
  transition: all ease-in-out 200ms;
  opacity: 1;
}

section.we-are {
  position: relative;
  margin-bottom: 150px;
  z-index: 2;
}
section.we-are .boxes-head .box {
  max-width: 590px;
}
section.we-are .boxes-head .box.box-offset {
  margin-top: 250px;
  float: right;
}
section.we-are .boxes-body {
  padding: 150px 0;
  position: relative;
}
section.we-are .boxes-body:before {
  opacity: 0.4;
  content: "";
  margin: 0 auto;
  height: 230px;
  position: absolute;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09142a+0,09142a+50,ffffff+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(top, rgba(9, 20, 42, 0) 0%, #09142a 15%, #09142a 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(9, 20, 42, 0) 0%, #09142a 15%, #09142a 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(9, 20, 42, 0) 0%, #09142a 15%, #09142a 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0009142a", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
section.we-are .boxes-body:before {
  top: 120px;
}
section.we-are .boxes-body .diagram {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
section.we-are .boxes-body .diagram .axis .axis-y {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 90%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 55.73%, rgba(255, 255, 255, 0) 100%);
}
section.we-are .boxes-body .diagram .axis .axis-x {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 55.73%, rgba(255, 255, 255, 0) 100%);
}
section.we-are .boxes-body .diagram .diagram-boxes {
  position: relative;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(1) {
  text-align: center;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(1) .diagram-dot {
  margin: 15px;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(2) {
  height: 280px;
  width: 50%;
  float: left;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(2) .diagram-dot {
  margin: 15px;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(2) .diagram-dot:nth-child(1) {
  margin-left: 20px;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(2) .diagram-dot:nth-child(2) {
  margin-left: 50%;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(2) .diagram-dot:nth-child(3) {
  margin-left: 10%;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(2) .diagram-dot:nth-child(4) {
  margin-left: 50%;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(2) .diagram-dot:nth-child(5) {
  margin-left: 80%;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(3) {
  height: 280px;
  width: 50%;
  float: left;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(3) .diagram-dot {
  margin: 15px;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(3) .diagram-dot:nth-child(1) {
  margin-left: 50%;
  margin-top: 20%;
  position: relative;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(3) .diagram-dot:nth-child(1):before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #F84C4C;
  opacity: 0.7;
  margin-left: 10px;
  margin-bottom: 15px;
  border-radius: 50%;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(4) {
  height: 280px;
  width: 50%;
  float: left;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(4) .diagram-dot {
  margin: 15px;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(4) .diagram-dot:nth-child(2) {
  margin-top: 15%;
  text-align: center;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(5) {
  height: 280px;
  width: 50%;
  float: left;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(5) .diagram-dot {
  margin: 15px;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(5) .diagram-dot:nth-child(1) {
  text-align: right;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(5) .diagram-dot:nth-child(2) {
  margin-top: 15%;
  text-align: center;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(6) {
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
}
section.we-are .boxes-body .diagram .diagram-boxes .diagram-box:nth-child(6) .diagram-dot {
  margin: 15px;
}
section.we-are .boxes-footer .description {
  max-width: 500px;
}

.scroll-indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 3px;
  z-index: -1;
  content: "";
  border-left: 1px solid #C4D3D5;
}
.scroll-indicator:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: -3px;
  z-index: 12;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #35CEAB;
}
.scroll-indicator:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 0;
  left: -3px;
  right: 0;
  z-index: 12;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #35CEAB;
}
.scroll-indicator .indicator {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  transform: translateX(-35.5px);
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: 300px;
  margin: -32px 0;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all ease 0.5s;
  opacity: 0.7;
}
.scroll-indicator .indicator:hover {
  opacity: 1;
}
.scroll-indicator .indicator:hover span:nth-child(1) {
  transform: scale(1.5);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.2);
}
.scroll-indicator .indicator:hover span:nth-child(5) {
  border-color: #fff;
}
.scroll-indicator .indicator:hover span:nth-child(6) {
  border-color: #fff;
}
.scroll-indicator .indicator span:nth-child(1) {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: 0px;
  border-radius: 50%;
  background: #E6EEF0;
  transition: all ease 0.5s;
  transform: scale(1.6);
}
.scroll-indicator .indicator span:nth-child(2) {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto;
  border-radius: 50%;
  transform: scale(1.4);
  border: 1px solid #CFE0E2;
  background: #E9F1F2;
}
.scroll-indicator .indicator span:nth-child(3) {
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #C5D6D8;
  z-index: 9;
}
.scroll-indicator .indicator span:nth-child(4) {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 10;
  background-color: #B1C2C4;
}
.scroll-indicator .indicator span:nth-child(5) {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 34px;
  left: 0;
  right: 0;
  border-top: 1px dashed #B1C2C4;
  margin: 0 auto;
  z-index: 10;
  transition: all ease 0.5s;
}
.scroll-indicator .indicator span:nth-child(6) {
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  top: 13px;
  left: 1px;
  right: 0;
  border-left: 1px dashed #B1C2C4;
  margin: 0 auto;
  z-index: 10;
  transition: all ease 0.5s;
}
.scroll-indicator .indicator span:nth-child(7) {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto;
  border-radius: 50%;
  transform: scale(1.2);
  background: #D4E3E5;
}

.scanner-form {
  background: #E3ECED;
  max-width: 1010px;
  margin: 0 auto;
  padding: 70px 65px;
  position: relative;
}
.scanner-form .scanner-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
  background: #012B47;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
}
.scanner-form .scanner-loader.active {
  opacity: 1;
  visibility: visible;
}
.scanner-form .scanner-loader .loader-holder {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.scanner-form .scanner-loader .loader {
  position: relative;
  color: #FFF;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 48px;
  letter-spacing: 4px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
}
.scanner-form .scanner-loader .loader::before {
  content: "";
  position: absolute;
  right: 68px;
  bottom: 10px;
  height: 24px;
  width: 7px;
  outline: 1px solid #FFF;
  color: #35CEAB;
  box-sizing: border-box;
  animation: animloader1 1s linear infinite alternate;
}
.scanner-form .scanner-loader .loader::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #35CEAB;
  position: absolute;
  right: 70px;
  top: 8px;
  box-sizing: border-box;
  animation: animloader 1s ease-out infinite alternate;
}
@keyframes animloader {
  0% {
    top: 8px;
    transform: rotate(0deg) scale(1);
  }
  100% {
    top: 0px;
    transform: rotate(180deg) scale(1.5);
  }
}
@keyframes animloader1 {
  0% {
    box-shadow: 0 0 inset;
  }
  100% {
    box-shadow: 0 -28px inset;
  }
}

.scanner-results {
  margin: 0 auto;
}

.scanner-info {
  max-width: 1010px;
  margin: 0 auto;
  border-radius: 7px;
  background-color: #012B47;
  padding: 60px 60px 30px;
}
.scanner-info.scanner-info-success {
  background: #35CEAB;
}
.scanner-info.scanner-info-success .scanner-head {
  color: #35CEAB;
}
.scanner-info.scanner-info-success .scanner-head * {
  color: #35CEAB;
}
.scanner-info.scanner-info-warning {
  background: #F8804C;
}
.scanner-info.scanner-info-warning .scanner-head {
  color: #F57E4C;
}
.scanner-info.scanner-info-warning .scanner-head * {
  color: #F57E4C;
}
.scanner-info.scanner-info-danger {
  background: #F84C4C;
}
.scanner-info.scanner-info-danger .scanner-head {
  color: #F84C4C;
}
.scanner-info.scanner-info-danger .scanner-head * {
  color: #F84C4C;
}
.scanner-info .scanner-head {
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 30px;
  background: #012B47;
  color: #fff;
}
.scanner-info .scanner-head * {
  color: #fff;
}
.scanner-info .scanner-body {
  position: relative;
  z-index: 3;
}

.scanner-results .boxes .box {
  margin-bottom: 30px;
}
.scanner-results .boxes .box hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #2C3241;
}

.checked-head {
  opacity: 0;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  transform: translateY(20px) translateX(20px);
}
.checked-head.animate {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.text-center .checked-list li {
  padding-left: 0;
  line-height: 28px;
  margin-bottom: 0;
}
.text-center .checked-list .icon-checked {
  position: relative;
  margin-right: 10px;
}
.text-center .checked-list .icon-no {
  position: relative;
  margin-right: 10px;
}

.checked-list {
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.checked-list li {
  list-style: none;
  display: block;
  padding: 0 0 0 48px;
  margin-bottom: 30px;
  position: relative;
}
.checked-list .icon-checked {
  vertical-align: middle;
  left: 0;
  top: 0px;
  margin-right: 0;
  position: absolute;
}
.checked-list .icon-no {
  vertical-align: middle;
  left: 0;
  top: 0px;
  margin-right: 0;
  position: absolute;
}

.icon-no {
  display: inline-block;
  height: 28px;
  width: 28px;
  left: 0px;
  top: 0px;
  margin-right: 0;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
.icon-no:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 12px;
  width: 2px;
  background: #F84C4C;
  transform: rotate(45deg);
}
.icon-no:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 12px;
  width: 2px;
  background: #F84C4C;
  transform: rotate(-45deg);
}

.icon-checked {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
}
.icon-checked:after {
  content: "";
  left: 11px;
  top: 7px;
  z-index: 2;
  margin-right: 0;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 11px;
  width: 7px;
  border-bottom: 2px solid #35CEAB;
  border-right: 2px solid #35CEAB;
}

.icon-unchecked {
  display: inline-block;
  height: 3px;
  width: 18px;
  background-color: #fff;
  vertical-align: middle;
}

.services .service .title a {
  color: #012B47;
  border-bottom: 1px solid #012B47;
}

.form-payment {
  background: #E3ECED;
  padding: 50px 80px;
}
.form-payment .form-radio {
  font-weight: 600;
}
.form-payment .StripeElement {
  background-color: #fff;
  border: 1px solid #c4d3d5;
  padding: 20px 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 7px;
  box-shadow: none;
  height: 60px;
  transition: box-shadow 0.15s ease;
}
.form-payment .form-price {
  margin-bottom: 10px;
}
.form-payment .form-price p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.custom-table {
  position: relative;
}
.custom-table .ribbon {
  top: -5px;
}
.custom-table .custom-table-head {
  top: 0;
  z-index: 5;
}
.custom-table .custom-table-head.custom-table-head-sticky {
  background: #F5F7F9;
  position: -webkit-sticky;
  position: sticky;
}
.custom-table .custom-table-head .custom-table-row {
  border-bottom: 1px solid #BED0D2;
}
.custom-table .custom-table-head .custom-table-row .custom-table-col {
  border-right: 1px solid #BED0D2;
}
.custom-table .custom-table-head .custom-table-row .custom-table-col:last-child {
  border-right: none;
}
.custom-table .custom-table-head .custom-table-row .custom-table-cell {
  padding: 15px 15px 15px;
}
.custom-table .custom-table-head .price-cell h3 {
  line-height: 1;
}
.custom-table .custom-table-head .price-cell h4 {
  line-height: 1;
}
.custom-table .custom-table-footer {
  margin-top: 50px;
}
.custom-table .custom-table-footer .button-custom {
  margin-bottom: -43px;
}
.custom-table .custom-table-body .custom-table-row {
  border-bottom: 1px solid #BED0D2;
  transition: all ease 0.5s;
  background: transparent;
}
.custom-table .custom-table-body .custom-table-row:last-child {
  border-bottom: none;
}
.custom-table .custom-table-body .custom-table-row:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,0.3+6,1+51,0.3+93,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.3) 6%, rgba(255, 255, 255, 0.7) 51%, rgba(255, 255, 255, 0.3) 93%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.3) 6%, rgba(255, 255, 255, 0.7) 51%, rgba(255, 255, 255, 0.3) 93%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.3) 6%, rgba(255, 255, 255, 0.7) 51%, rgba(255, 255, 255, 0.3) 93%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
}
.custom-table .custom-table-body .custom-table-row:hover .status svg circle {
  fill: #F5F7F9;
}
.custom-table .custom-table-body .custom-table-row .custom-table-col {
  border-right: 1px solid #BED0D2;
}
.custom-table .custom-table-body .custom-table-row .custom-table-col:last-child {
  border-right: none;
}
.custom-table .custom-table-body .custom-table-row .custom-table-cell {
  padding: 15px 20px 15px 15px;
}

/*fade*/
.notification-animate {
  opacity: 0;
  transition: all 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.notification-animate.active {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.slide-in-down {
  transform: translateY(-100%) translateX(-50%);
}

/*notification*/
.notification-button {
  position: absolute;
  min-width: 200px;
  top: 40px;
  left: 50%;
  padding: 10px 20px;
  background: #343a40;
  color: #eeeeee;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
}

.scanner-form .form-checkbox {
  font-size: 14px;
}
.scanner-form label.error {
  display: block;
  margin-bottom: 5px;
  position: relative;
}

.price-tab {
  margin: 10px 0 30px -3rem;
  display: inline-block;
  padding: 5px 20px 10px 3rem;
  border-radius: 0 10px 10px 0;
  background: #4BE4C1;
  height: 110px;
}
.price-tab.price-tab-discount {
  padding: 5px 240px 10px 3rem;
}
.price-tab .ribbon {
  right: -220px;
}

.price-pane {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.price-pane .price {
  font-size: 60px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}
.price-pane .price .price-sup {
  font-size: 0.6em;
}
.price-pane .price-sale {
  left: -5px;
  font-weight: 600;
  font-size: 37px;
  color: #fff;
  position: relative;
}
.price-pane .price-sale sup {
  font-size: 0.55em;
}
.price-pane .price-sale:after {
  content: "";
  height: 2px;
  width: calc(100% + 10px);
  position: absolute;
  top: 45%;
  left: 0;
  margin-left: -5px;
  background: #012B47;
}
.price-pane .price-annually {
  font-weight: 600;
}
.price-pane .price-annually .price-annually-sale {
  color: #fff;
  position: relative;
}
.price-pane .price-annually .price-annually-sale:after {
  content: "";
  height: 1px;
  width: calc(100% + 10px);
  position: absolute;
  top: 45%;
  left: 0;
  margin-left: -5px;
  background: #012B47;
}

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